/* /Components/AdvantageBox.razor.rz.scp.css */
.item[b-njw5celhre] {
    margin-bottom: 24px;
    width: 25%;
    padding-left: 12px;
    padding-right: 12px;
}

    .item .products_list_item[b-njw5celhre] {
        -moz-border-radius: 12px;
        border-radius: 12px;
        text-align: center;
        color: #000;
        height: 100%;
        padding: 24px;
        display: inline-block;
        width: 100%;
        text-decoration: none;
        position: relative;
    }

    .item .products_list_item img[b-njw5celhre]{
        height:114px;
    }
.text .title[b-njw5celhre] {
    font-size: 24px;
}

.excerpt[b-njw5celhre] {
    font-size: 16px;
    color: rgba(255,255,255,.56);
}

@media(max-width: 1046px ) {
    .item[b-njw5celhre] {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .item[b-njw5celhre] {
        width: 100%;
        margin-bottom: 20px;
    }
}
/* /Components/Cookie.razor.rz.scp.css */
.cookie_container[b-emntgawlyt] {
    position: fixed;
    bottom: -100%;
    left: 20px;
    background-color: rgb(255, 255, 255);
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    z-index: 1000;
    font-size: 12px;
    width: 45.7em;
    height: auto;
    border-radius: 12px;
    box-shadow: -1px -1px 19px -5px rgba(0,0,0,0.81);
    -webkit-box-shadow: -1px -1px 19px -5px rgba(0,0,0,0.81);
    -moz-box-shadow: -1px -1px 19px -5px rgba(0,0,0,0.81);

    transition: bottom 1s ease-in-out !important;
}

    .cookie_container.show[b-emntgawlyt] {
        bottom: 20px;
    }


    .cookie_box p[b-emntgawlyt] {
        margin-bottom: 1.5em;
        line-height: 1.75;
        font-size: 13px;
    }

a[b-emntgawlyt] {
    font: inherit;
    color:black;
    cursor: pointer;
    text-decoration: underline;
}

.title[b-emntgawlyt]{
    font-size:19px;
    font-weight:bold;
}

.grey[b-emntgawlyt] {
   color: rgb(127, 127, 127);
}

.link[b-emntgawlyt]{
     border:none;
     background-color:transparent;
     color: black;
     font-weight:bold;
     padding:0;
     text-decoration:underline;
}

.btn_area[b-emntgawlyt]{
    display:flex;
    justify-content:space-around;
}


.btn_area .btn[b-emntgawlyt] {
    width: 30%;
    height: 44px;
    background-color: transparent;
    color: black;
    font-size: 15px;
    border: 1px solid;
}

    .btn_area .btn:focus[b-emntgawlyt]{
        outline: none; /* Rimuove il bordino blu */
        box-shadow: none; /* Rimuove eventuali ombre */
    }
    

    .btn_personal[b-emntgawlyt] {
        background-color: #cccc0c !important;
        color: white !important;
    }

.btn-personal:focus[b-emntgawlyt] {
    outline: none; /* Rimuove il bordino blu */
    box-shadow: none; /* Rimuove eventuali ombre */
}

.btn_border[b-emntgawlyt] {
   border: 2px solid #cccc0c;
}

.modal-header .btn-close[b-emntgawlyt]{
    opacity:1;
}

.modal-header .btn-close:focus[b-emntgawlyt] {
    outline: none; /* Rimuove il bordino blu */
    box-shadow: none; /* Rimuove eventuali ombre */
}

@media only screen and (max-width: 600px) {

    .cookie_container[b-emntgawlyt] {
        width: 98%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

.modal[b-emntgawlyt] {
    background-color: rgba(0, 0, 0, 0.5); /* Sfondo semi-trasparente */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:15px;
}

.modal-header[b-emntgawlyt] {
    padding: 1.5rem;
}

.modal-header[b-emntgawlyt], .modal-body[b-emntgawlyt] {
    width: 90%;
    margin: 0 auto;
}

@media (min-width: 576px) {
    .modal-dialog[b-emntgawlyt] {
        max-width: 830px;
    }
}
/* /Components/Logo.razor.rz.scp.css */
/*.logo_area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/

.logo[b-cayheeo7y9] {
    font-family: "Maven Pro", serif;
    font-weight: 500;
    color: #fff;
    font-size: 15vw;
    display: ruby-text;
}

.subtitle[b-cayheeo7y9] {
    font-family: "Maven Pro", serif;
    color: #cccc0c;
    font-size: 1.9vw;
    font-weight: 100;
    /*position: inherit;*/
    position: relative;
    margin-left:2%;
    margin-top:-4%;
}

/*.logo_area {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}*/


.logo_area[b-cayheeo7y9] {
    position: absolute;
    top: 70%;
    left: 11%;
    transform: translate(-50%, -50%);
    width: 1920px;
    height: 100px;
}
/* /Components/ManagedBox.razor.rz.scp.css */
.item[b-q23i51cjce] {
    margin-bottom: 24px;
    width: 33.3%;
    padding-left: 12px;
    padding-right: 12px;
}

.item .products_list_item[b-q23i51cjce] {
    -moz-border-radius: 12px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    height: 100%;
    padding: 24px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
}

.text .title[b-q23i51cjce]{
    font-size:24px;
}

.excerpt[b-q23i51cjce] {
    font-size: 16px;
    color: rgba(255,255,255,.56);
}

@media(max-width: 1046px ) {
    .item[b-q23i51cjce] {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .item[b-q23i51cjce] {
        width: 100%;
        margin-bottom: 20px;
    }
}
/* /Components/NumberBox.razor.rz.scp.css */
.item[b-r7fm5eipj9] {
    margin-bottom: 60px;
    width: 33.3%;
    padding-left: 12px;
    padding-right: 12px;
}

    .item .products_list_item[b-r7fm5eipj9] {
        -moz-border-radius: 12px;
        border-radius: 12px;
        text-align: center;
        color: #000;
        height: 100%;
        padding: 24px;
        display: inline-block;
        width: 100%;
        text-decoration: none;
        position: relative;
    }

        .item .products_list_item img[b-r7fm5eipj9] {
            height: 114px;
        }

.text .title[b-r7fm5eipj9] {
    font-size: 48px;
}

.excerpt[b-r7fm5eipj9] {
    font-size: 20px;
    color: rgba(255,255,255,.56);
}

@media(max-width: 1150px ) {
    .item[b-r7fm5eipj9] {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .item[b-r7fm5eipj9] {
        margin-bottom: 20px;
    }
}
/* /Components/ProductBox.razor.rz.scp.css */
.item[b-sw1l7p1et1] {
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 24px;
}

.item .products_list_item[b-sw1l7p1et1] {
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    text-decoration: none;
    /*height: 100%;*/
}

        .item .products_list_item picture[b-sw1l7p1et1] {
            display: none;
            position: absolute;
            left: 10px;
            pointer-events: none;
        }

@media (min-width: 1280px) {
    .item .products_list_item picture[b-sw1l7p1et1] {
        display: inline-block;
    }
}

.item .products_list_item picture .icon[b-sw1l7p1et1] {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.item .products_list_item .products_list_item_header[b-sw1l7p1et1] {
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
    padding: 24px 40px 33px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}


@media (min-width: 1025px) {
    .item .products_list_item .products_list_item_header[b-sw1l7p1et1] {
        padding: 40px 24px 35px;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
        text-align: left;
    }
}




@media (min-width: 1280px) {
    .item .products_list_item .products_list_item_header .text[b-sw1l7p1et1] {
        max-width: 315px;
        text-align: left;
    }
}


.item .products_list_item .products_list_item_body[b-sw1l7p1et1] {
    display: block;
    height: 168px;
    padding: 24px;
    background: rgba(255, 255, 255, .92);
    position: relative;
    width: 100%;
    text-decoration: none;
}

    .item .products_list_item .products_list_item_body ul.list[b-sw1l7p1et1] {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .item .products_list_item .products_list_item_body li[b-sw1l7p1et1] {
        width: 50%;
        font-size: 16px;
        padding-right: 10px;
        position: relative;
        list-style: none;
        padding-left: 35px;
        margin-bottom: 32px;
        font-size: 14px;
        letter-spacing: .02em;
        line-height: 124%;
        color: #000;
        display: flex;
        display: -webkit-flex;
    }

    .item .products_list_item .products_list_item_body li[b-sw1l7p1et1]:before {
        content: "";
        position: absolute;
        left: 0;
        top: 5px;
        margin: auto;
        width: 16px;
        height: 12px;
        background-image: url(../img/checked.svg);
    }


.products_list_item_header .text img[b-sw1l7p1et1] {
    width: 250px;
    height: 80px;
    margin-bottom: 20px;
    border: 3px solid white;
    border-radius: 10px;
}

@media (max-width: 1280px) {
    .products_list_item_header .text[b-sw1l7p1et1] {
        text-align:center;
    }

    .item .products_list_item .products_list_item_header .text[b-sw1l7p1et1] {
    font-size: 16px;
    line-height: 124%;
    color: #fff;
    letter-spacing: .02em;
    position: relative;
    padding: 0 15px;
    }

}

@media(max-width: 972px ){
    .item .products_list_item .products_list_item_body[b-sw1l7p1et1] {
        display:none;
    }

  
}
@media (max-width: 767px) {
    .item[b-sw1l7p1et1] {
        width: 100%;
        margin-bottom: 20px;
    }

        .item .products_list_item .products_list_item_body .btn_primary[b-sw1l7p1et1] {
            display: block;
        }

        .item .products_list_item .products_list_item_body li[b-sw1l7p1et1] {
            width: 100%;
            
        }

    .show_more[b-sw1l7p1et1] {
        background: rgba(255, 255, 255, .92);
        width: 100%;
        height: 35px;
        position: relative;
        -webkit-border-radius: 0 0 12px 12px;
        -moz-border-radius: 0 0 12px 12px;
        border-radius: 0 0 12px 12px;
        cursor:pointer;
      
    }

        .show_more[b-sw1l7p1et1]:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            width: 14px;
            height: 8px;
            transition: .3s linear;
            -webkit-transition: .3s linear;
            -moz-transition: .3s linear;
            -o-transition: .3s linear;
            background-image: url(img/arrow.svg);
        }

        .show_more.active[b-sw1l7p1et1]:before {
            transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
        }


    .item .products_list_item .products_list_item_body[b-sw1l7p1et1] {
        display: none;
        height: 0%;
        transition: height .3s linear 0s;*/
        /* transition: .3s linear;
        -webkit-transition: .3s linear;
        -moz-transition: .3s linear;
        -o-transition: .3s linear;*/
    }

        .item .products_list_item .products_list_item_body.active[b-sw1l7p1et1] {
            display: block;
            height:100%;
        }
}

@media (max-width: 400px) {
    .item .products_list_item .products_list_item_header[b-sw1l7p1et1] {
        padding: 24px 0px 33px;
    }
}
/* /Components/SolutionBox.razor.rz.scp.css */
.item[b-i9881oq8n2] {
    width: 33.3%;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 24px;
}

    .item .products_list_item[b-i9881oq8n2] {
        overflow: hidden;
        position: relative;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-direction: column;
        -webkit-flex-direction: column;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        text-decoration: none;
        /*height: 100%;*/
    }



        .item .products_list_item .products_list_item_header[b-i9881oq8n2] {
            min-height: 271px;
            padding: 24px 24px 32px;
            width:100%;
        }

        @media (max-width: 767px) {
            .item[b-i9881oq8n2] {
            width: 50%;
            margin-bottom: 24px;
            padding-left: 12px;
            padding-right: 12px;
            }
        }

.excerpt[b-i9881oq8n2] {
    font-size: 16px;
    line-height: 124%;
    letter-spacing: .02em;
    color: rgba(0, 0, 0, .4);

 }

.text[b-i9881oq8n2]{
    text-align:center;
}

.title[b-i9881oq8n2]{
    font-size:23px;
}

.item .products_list_item .products_list_item_body[b-i9881oq8n2] {
    display: block;
    height: 180px;
    padding: 30px;
    background: rgba(255, 255, 255, .92);
    position: relative;
    width: 100%;
    text-decoration: none;
}

    .item .products_list_item .products_list_item_body ul.list[b-i9881oq8n2] {
        display:list-item;
    }

    .item .products_list_item .products_list_item_body li[b-i9881oq8n2] {
        width: 100%;
        font-size: 16px;
        padding-right: 10px;
        position: relative;
        list-style: none;
        padding-left: 35px;
        margin-bottom: 32px;
        font-size: 14px;
        letter-spacing: .01em;
        line-height: 124%;
        color: #000;
        display: flex;
        display: -webkit-flex;
    }

        .item .products_list_item .products_list_item_body li[b-i9881oq8n2]:before {
            content: "";
            position: absolute;
            left: 0;
            top: 5px;
            margin: auto;
            width: 16px;
            height: 12px;
            background-image: url(../img/checked.svg);
        }


.products_list_item_header .text img[b-i9881oq8n2] {
    width:100%;
    height: 72px;
    margin-bottom: 20px;
}

@media (max-width: 1280px) {
    .products_list_item_header .text[b-i9881oq8n2] {
        text-align: center;
    }

    .item .products_list_item .products_list_item_header .text[b-i9881oq8n2] {
        font-size: 16px;
        line-height: 124%;
        color: #000;
        letter-spacing: .02em;
        position: relative;
        padding: 0 15px;
        text-align: center;
    }
}

@media(max-width: 1046px ) {
    .item[b-i9881oq8n2] {
        width: 50%;
    }
}

@media(max-width: 972px ) {
    .item .products_list_item .products_list_item_body[b-i9881oq8n2] {
        display: none;
    }

}

@media (max-width: 767px) {
    .item[b-i9881oq8n2] {
        width: 100%;
        margin-bottom: 20px;
    }

        .item .products_list_item .products_list_item_body .btn_primary[b-i9881oq8n2] {
            display: block;
        }

        .item .products_list_item .products_list_item_body li[b-i9881oq8n2] {
            width: 100%;
        }

        .item .products_list_item .products_list_item_header[b-i9881oq8n2] {
            min-height: 223px;
        }

        .show_more[b-i9881oq8n2] {
        background: rgba(255, 255, 255, .92);
        width: 100%;
        height: 35px;
        position: relative;
        -webkit-border-radius: 0 0 12px 12px;
        -moz-border-radius: 0 0 12px 12px;
        border-radius: 0 0 12px 12px;
        cursor: pointer;
    }

        .show_more[b-i9881oq8n2]:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            width: 14px;
            height: 8px;
            transition: .3s linear;
            -webkit-transition: .3s linear;
            -moz-transition: .3s linear;
            -o-transition: .3s linear;
            background-image: url(img/arrow.svg);
        }

        .show_more.active[b-i9881oq8n2]:before {
            transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
        }


    .item .products_list_item .products_list_item_body[b-i9881oq8n2] {
        display: none;
        height: 0%;
        transition: height .3s linear 0s;
    }

        .item .products_list_item .products_list_item_body.active[b-i9881oq8n2] {
            display: block;
            height: 100%;
        }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-fkes9w4hhi] {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow-x:clip!important;
}

.progress-bar[b-fkes9w4hhi] {
    width: 100%;
    z-index: 9999;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    background: #000;
    height: 4px;
}

[b-fkes9w4hhi]::-webkit-progress-value {
    background-color: var(--secondary-color);
}

[b-fkes9w4hhi]::-moz-progress-bar {
    background-color: var(--secondary-color);
}

main[b-fkes9w4hhi] {
    flex: 1;
}

.sidebar[b-fkes9w4hhi] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-fkes9w4hhi] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fkes9w4hhi]  a, .top-row[b-fkes9w4hhi]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-fkes9w4hhi]  a:hover, .top-row[b-fkes9w4hhi]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-fkes9w4hhi]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-fkes9w4hhi] {
        justify-content: space-between;
    }

    .top-row[b-fkes9w4hhi]  a, .top-row[b-fkes9w4hhi]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    
    .sidebar[b-fkes9w4hhi] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fkes9w4hhi] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fkes9w4hhi]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fkes9w4hhi], article[b-fkes9w4hhi] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
        
#blazor-error-ui[b-fkes9w4hhi] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-fkes9w4hhi] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Layout/NavItem.razor.rz.scp.css */

.header__menu li a[b-kq0h3ytcrp] {
    background-image: linear-gradient( to right, var(--secondary-color), var(--secondary-color) 50%, #fff 50% );
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
    font-weight: bold;
    padding: 15px;
    cursor: pointer;
}


    .header__menu li a[b-kq0h3ytcrp]:before {
        content: '';
        background: var(--secondary-color);
        display: block;
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 0;
        height: 1px;
        transition: all 0.3s ease-in-out;
    }

    .header__menu li a:hover[b-kq0h3ytcrp] {
        background-position: 0;
    }

        .header__menu li a:hover[b-kq0h3ytcrp]::before {
            width: 100%;
        }


.active[b-kq0h3ytcrp] {
    background-image: linear-gradient( to right, #fff, #fff 50%, var(--secondary-color) 50% ) !important;
}


.header__menu[b-kq0h3ytcrp] {
    margin-bottom: 0;
    margin-top: 10px;
}

    .header__menu li[b-kq0h3ytcrp] {
        display: inline-block;
        text-transform: uppercase;
        padding-top:15px;
    }




@media (max-width: 850px) {

        .header__menu li[b-kq0h3ytcrp] {
            display: block;
            position: relative;
            text-align: center;
            padding: 3%;
        }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.header[b-2vef6tefz6] {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: var(--background-color);
}

    .header a[b-2vef6tefz6] {
        display: block;
        padding: 20px;
        margin-top: 5px;
    }


.header__logo[b-2vef6tefz6] {
    max-width: 240px;
}


    .header__logo img[b-2vef6tefz6] {
        height: 40px;
    }

.header__hamburger[b-2vef6tefz6] {
    display: none;
}

@media (min-width: 850px) {
    .header[b-2vef6tefz6] {
        padding: 5%;
        transition: all 1s cubic-bezier(.215, .61, .355, 1);
    }

    .scroll-down .header[b-2vef6tefz6] {
        padding: 0;
        background-color: #333;
    }

  
}

@media (max-width: 850px) {
  

    .header__hamburger[b-2vef6tefz6] {
        display: block;
        width: 40px;
        height: 35px;
        margin-top: 22px;
        margin-right: 4px;
        cursor: pointer;
    }

        .header__hamburger span[b-2vef6tefz6] {
            width: 33px;
            height: 2px;
            background: #fff;
            margin-top: 8px;
            display: block;
            transition: all 0.15s cubic-bezier(.215, .61, .355, 1);
        }

    .header__menu[b-2vef6tefz6] {
        position: absolute;
        top: 85px;
        left: 0;
        width: 100%;
        background: #252525;
        height: 0;
        overflow: hidden;
        transition: all 1s cubic-bezier(.215, .61, .355, 1);
    }

    .menu-open .header__hamburger span:nth-child(1)[b-2vef6tefz6] {
        transform: translateY(5px) rotate(45deg);
    }

    .menu-open .header__hamburger span:nth-child(2)[b-2vef6tefz6] {
        transform: translateY(-5px) rotate(-45deg);
    }

    .menu-open .header__menu[b-2vef6tefz6] {
        height: 100vh;
        padding-top: 40px;
        border-top: 1px solid ;
        border-bottom: 1px solid var(--secondary-color);
    }
}

