body {
    font-family: 'Poppins' !important;
  }

.first-block{
    background-image: linear-gradient(to right,#0D5C96, #2191E3);
    margin: auto;
}
.menu-container{
    background-color: transparent;
    padding: 36px 50px;
    padding-bottom: 0px;
    max-width: 1440px;
    margin: auto;
    
    


}
.menu-container .button{
    background-color: white;
    color: black;
    background-color: white;
    padding: 8px 24px;
    border: none;
    color: black;
    text-decoration: none;
}
.menu-container .button h5{
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0px;
    line-height: 0.8;
}
@media screen and (max-width: 780px){
    header{
        display: none !important;
    }
}
.mobile-header{
    display: none;
}
@media screen and (max-width: 780px){
    .mobile-header{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 36px 20px;
    }
    .mobile-header .contact-me{
        background: var(--Blu, #0D5C96);
        display: inline-flex;
        padding: 12px 30px;
        justify-content: center;
        align-items: center;
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        border: none;
    }
    .mobile-header .menu{
        content: '';
        display: inline;
        background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='48' height='48' fill='white'/%3E%3Cpath d='M9.5 16H39' stroke='%230D5C96' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M9 24H31' stroke='%230D5C96' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M9.5 32H39' stroke='%230D5C96' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
        width: 48px;
        height: 48px;
        border: none;
    }
    .mobile-header .dropdown-menu {
        left: 53%;
        top: 12%;
        width: 155px;
        height: fit-content;
        background-color: white;
        flex-direction: column;
        position: absolute;
        display: flex;
        background-color: #fff;
        border: 1px solid #ccc;
        padding: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }
    
    /* Menu items */
    .mobile-header .dropdown-menu .menu-item {
        background: none;
        border: none;
        padding: 10px;
        text-align: left;
        cursor: pointer;
        color:#000;
    }
    
    .menu-item:hover {
        background-color: #eee;
    }
    
    /* Hidden class */
    .hidden {
        display: none !important;
    }


}
.menu-container a{
    background-color: white;
    padding: 8px 24px;
    border: none;
    color: black;
    cursor: pointer;
}
.menu-container a:hover{
    background: var(--Blu, #0D5C96);
    padding: 8px 24px;
    border: none;
    color: white;
    text-decoration: none;
}

.menu-container a.blue-button{
    background: var(--Blu, #0D5C96);
    padding: 8px 40px;
    border: none;
    color: white;
    display: flex;
    align-items: center;
}

.menu-container a.blue-button:hover{
    background-color: white;
    padding: 8px 40px;
    border: none;
    color: black;
}

.menu-container .right-side{
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.menu-container .right-side img{
    margin-left: auto;
}

.menu-container .right-side .pages-tab{
    display: flex;
    background-color: white;
    gap: 0px;
}
.menu-container .right-side .pages-tab .link{
    display: flex;
    margin: 0;
    align-items: center;
    

}

.menu-container .right-side .pages-tab .menu li{
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    gap: 0px;
    font-size: 16px;
}
.menu-container .right-side .pages-tab .menu li:hover{
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    gap: 0px;
    font-size: 16px;


}
.menu-container .right-side .pages-tab .menu li a:hover{
    background-color: #0D5C96;
    padding: 8px 24px;
    border: none;
    color: white;
}

.menu-container .right-side .pages-tab .menu li a{
    background-color: white;
    padding: 8px 24px;
    border: none;
    color: black;
    text-decoration: none;
}

.hero{
    max-width: 1440px;
    padding: 0px 50px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.hero .left-side .riferimenti .riferimento a:hover{
    color: white !important;
}

.hero h1, h2, p{
    color: white;
}

.hero h1{
    color: white;
    font-size: 56px;
    font-weight: 600;
}

.hero  p{
    color: white;

}
.hero .left-side {
   
    margin-top: 64px;
}
.hero .left-side .riferimenti{
    margin-top: 64px;
}
.hero .left-side .riferimenti h4{
    font-size: 20px;
    font-weight: 500;
    color: white;
    margin-bottom: 16px;
}
.hero .left-side .riferimenti .riferimento{
    display: flex;
    flex-direction: row;
    color: white;
    font-size: 20px;
    font-weight: 300;
    gap: 16px;
    margin-bottom: 16px;

}
.hero .left-side .riferimenti .riferimento img{
    max-width: 22px;
    max-height: 34px;
}
.hero .left-side .riferimenti .riferimento p{
    display: flex;
    align-self: center;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0px;
}

@media screen and (max-width: 780px){
    .hero{
        max-width: 1440px;
        padding: 0px 20px;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .hero h1{
        color: #FFF;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .hero  p{
        color: white;
        width: 100%;
        color: #FFF;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .hero .right-side img{
        width: 340px;
        margin: 0px;
    }

}

.services{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: white;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.10);
    height: 216px;
    top: -113px;
    max-width: 1440px;
    margin: auto;
    
}
.services .service{
    position: relative;
    top: -25%;
    display: flex;
    justify-content: center;
    width: 25%;
    flex-direction: column;
    padding: 0px 16px;
}
.services .service img{
    position: relative;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    height: 104px;
    width: 90px;
}
.services .service h4{
    display: flex;
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
}
.services .service p{
    display: flex;
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.services .service p{
    margin-top: 8px;
    display: flex;
    font-size: 18px;
    font-weight: 300;
    justify-content: center;
    color: black;
    width: 100%;
    padding: -1px 24px;
}

.services .sep{
    width: 1px;
    height: 174px;
    background: #1EBEE7;
    align-self: center;
}
@media screen and (max-width: 780px){
    .services{
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: white;
        box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.10);
        margin: auto;
        top: -80px;
        width: 90%;
        height: 1000px;
        
    }
    .services .service{
        position: relative;
        top: -5%;
        display: flex;
        justify-content: center;
        width: 100%;
        flex-direction: column;
        margin: auto;
    }
    .services .sep{
        position: relative;
        width: 248px;
        height: 1px;
        background: #1EBEE7;
        align-self: center;
        margin-top: 16px; 
        margin-bottom: 22px;
        top: -5%;
    }
}

.about-me{
    padding: 0px 50px;
    padding-bottom: 64px;
    max-width: 1440px;
    margin: auto;
}

.about-me h2{

    color: var(--Blu, #0D5C96);
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 32px;
}
.about-me .text-block{
    column-count: 2;
}
.about-me .text-block p{
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.about-me .text-block p b{
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
@media screen and (max-width: 780px){
    .about-me .text-block{
        column-count: 1;
    }

    .about-me{
        padding: 0px 20px;
        padding-bottom: 64px;
        max-width: 1440px;
        margin: auto;
    }
}

.prestazioni{
    background: var(--Blu, #0D5C96);
    height: 360px;
    margin-bottom: 128px;


}
.prestazioni .swiper{
    max-width: 1440px;
    margin: auto;
}
.prestazioni h3{
    max-width: 1440px;
    margin: auto;
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    padding-top: 20px;
    margin-bottom: 34px;
}
.prestazioni .swiper-wrapper{
    gap: 30px;
    padding: 0px 50px;
}
.prestazioni .scheda-swiper .top-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.prestazioni .scheda-swiper .top-container .number{
    color: var(--Blu, #0D5C96);
    font-size: 60px;
    font-style: normal;
    font-weight: 275;
    line-height: normal;
}
.prestazioni .scheda-swiper{
    background: #FFF;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.10);
    padding-left: 16px;
    padding-bottom: 24px;
}


.prestazioni .scheda-swiper h4{
    color: var(--Blu, #0D5C96);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: start;
    margin-bottom: 0px;
}
.prestazioni .scheda-swiper p{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: start;
    width: 80%;
}
.swiper-slide{
    flex-shrink: unset !important;
    height: 380px !important;
}
.prestazioni .swiper-controls{
    display: flex;
    align-content: center;
    height: 50px;
    gap: 40px;
    justify-content: end;
    margin-right: 32px;
    margin-bottom: 50px;
    margin-top: 30px;
}
.prestazioni .swiper-controls .swiper-button-next::after{
    display: none;
}
.prestazioni .swiper-controls .swiper-button-next{
    position: relative;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' viewBox='0 0 37 37' fill='none'%3E%3Ccircle cx='18.5' cy='18.5' r='18.5' fill='%230D5C96'/%3E%3Cpath d='M19.4952 10.8177L27 18.3226L19.4952 25.8274' stroke='white'/%3E%3Cpath d='M26.8828 18.0881L10.1611 18.0881' stroke='white'/%3E%3C/svg%3E");
    display: block;
    height: 37px;
    width: 37px;
}
.prestazioni .swiper-controls .swiper-button-prev::after{
    display: none;
}
.prestazioni .swiper-controls .swiper-button-prev{
    position: relative;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' viewBox='0 0 37 37' fill='none'%3E%3Ccircle cx='18.5' cy='18.5' r='18.5' transform='matrix(-1 0 0 1 37 0)' fill='%230D5C96'/%3E%3Cpath d='M17.5048 10.8177L10 18.3226L17.5048 25.8274' stroke='white'/%3E%3Cpath d='M10.1172 18.0881L26.8389 18.0881' stroke='white'/%3E%3C/svg%3E");
    display: block;
    height: 37px;
    width: 37px;
}


.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    background-color: #0D5C96;
    height: 16px;
    width: 16px;
    opacity: none !important;
}
.swiper-pagination-bullet {
    --swiper-pagination-bullet-inactive-opacity: none;
    --swiper-pagination-bullet-width: 16px;
    --swiper-pagination-bullet-height: 16px;
    --swiper-pagination-color: #0D5C96;

}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 50px;
    flex-shrink: 0;
    border-radius: 8px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    top: unset !important;
    bottom: unset !important;
    margin-top: 14px;
}
@media screen and (max-width: 780px){
    .prestazioni .swiper-wrapper{
        margin-top: 32px;
        gap: 20px;
        padding: 0px 10px;
    }
    .prestazioni .scheda-swiper{
        background: #FFF;
        box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.10);
        width: 85%;
        padding-left: 16px;
    }
    .prestazioni .scheda-swiper .top-container img{
        height: 191px;
    }

    .prestazioni .swiper-controls{
        display: flex;
        align-content: center;
        height: 50px;
        gap: 30px;
        margin-bottom: 32px;
        margin-right: 0px;
    }

}
.carousel p, a, span{
    color: black;
}
.carousel-inner {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
}

.carousel-inner .carousel-item {
    display: flex;
    justify-content: center;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
}
.card {
    margin: 0 15px;
    height: 420px;
    width: 30%;
}

.carousel .controls{
    position: relative;
    top: 30px;
    left: 6%;
    

}
.carousel-control-prev{
    left: 82%;
}
.domande .container{
    padding: 36px 50px;
    padding-bottom: 64px;
    max-width: 1440px;
    margin: auto;
    margin-top: 10%;
}
.domande .container h2{

        color: var(--Blu, #0D5C96);
        font-size: 48px;
        font-weight: 500;
        margin-bottom: 32px;
        margin-top: 32px;
        max-width: 1440px;
        margin: auto;

}
.domande .container .accordion{
    display: flex;
    flex-direction: column;
    margin-top: 36px;
}
.domande .container .accordion .sep{
    width: 100%;
    height: 1px;
    flex-shrink: 0;
    stroke-width: 1px;
    background-color: #118AAB;
}
.domande .container .accordion .bar h3{
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.domande .container .accordion .bar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 24px;
}

.domande .container .accordion .bar button{
    display: block;
    content: '';
    height: 38px;
    width: 37px;
    background: transparent;
    border: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='38' viewBox='0 0 37 38' fill='none'%3E%3Ccircle cx='18.5' cy='19' r='18.5' fill='%230D5C96'/%3E%3Cline x1='18.6122' y1='10.7069' x2='18.6122' y2='27.2931' stroke='white' stroke-width='1.5'/%3E%3Cline x1='10.207' y1='18.8879' x2='26.7932' y2='18.8879' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
}
.domande .container .accordion .bar button.active{
    display: block;
    content: '';
    height: 38px;
    width: 37px;
    background: transparent;
    border: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='38' viewBox='0 0 37 38' fill='none'%3E%3Ccircle cx='18.5' cy='19' r='18.5' fill='%230D5C96'/%3E%3Cline x1='10.207' y1='18.8879' x2='26.7932' y2='18.8879' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
}
.domande .container .accordion .content.hidden{
    display: none;
}
.domande .container .accordion .content p{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media screen and (max-width: 780px){
    .domande .container{
        padding: 50px 20px;
        padding-bottom: 64px;
        max-width: 1440px;
        margin: auto;
        margin-top: 190px;
    }
    .domande .container h2{

        color: var(--Blu, #0D5C96);
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;

    }
    .domande .container .accordion .bar h3{
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        width: 90%;
    }
}
.contacts{
    display: flex;
    flex-direction: row;
    background: var(--Blu, #0D5C96);

}
.contacts .container .map{
    display: flex;
    height: 711px !important; 
    width: 650px !important;
    margin: auto;
    align-self: center;

}

.contacts .container{
    display: flex;
    flex-direction: row;
    padding: 36px 50px;
    padding-bottom: 64px;
    max-width: 1440px;
    margin: auto;
    gap: 50px;
}
.contacts .container .form-info{
    width: 50%;
}
.contacts .container .form-info h2{
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin:auto;
    max-width: 1440px;

}

.contacts .container .form-info h5{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
    margin-top: 36px;
    width: 100%;
}
.contacts .container .form-info .wpcf7{
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 16px;
    margin-bottom: 32px;
    margin-left: 4px;
    columns: 2;
}
.contacts .container .form-info .wpcf7 .wpcf7-form{
    display: grid;
    grid-template-columns: 50% 50%;
}
.contacts .container .form-info .form .form-row{
    gap: 32px;
}
@media screen and (max-width: 780px){
    .contacts .container .form-info .form .form-row{
        display: flex;
        flex-direction: column;
    }

}
.wpcf7-response-output{
    display: flex;
    background: white;
    border-color: white;
    position: relative;
    left: 0%;
    top: 23%;
}
.wpcf7 form.sent .wpcf7-response-output{
    border: 1px solid green;
    height: 58px;
    display: flex;
    background: white;
    border-color: white;
    position: relative;
    left: 0%;
    top: 72%;
}

.contacts .container .form-info .wpcf7 input{
    padding-left: 16px;
    border-radius: 8px;
    border: 1px solid #1EBEE7;
    background: #FFF;
    width: 90%;
    height: 45px;
    flex-shrink: 0;

}

.contacts .container .form-info .wpcf7  textarea{
    padding-top: 8px;
    padding-left: 16px;
    width: 190%;
    height: 160px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #1EBEE7;
    background: #FFF;
    margin-bottom: 8px;
}
.contacts .container .form-info .wpcf7 input.wpcf7-submit{
    bottom: -140%;
    left: -100%;
    height: 48;
    width: 99px;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFF;
    background: transparent;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 0;
}

@media screen and (max-width: 780px) {
    .contacts .container .form-info .wpcf7 input.wpcf7-submit {
        bottom: 0; /* Ensure button isn't pushed down */
        left: 0; /* Ensure button is not pushed off-screen */
        width: 40%; /* Make the button take full width */
        height: auto; /* Adjust height for mobile, if necessary */
        padding: 10px; /* Add padding for better touch usability */
    }
    .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
        position: relative;
        top: 0%;
        left: 0%;
        margin-right: auto;
    }
}
@media screen and (max-width: 780px){
    .contacts .container .form-info  textarea{
        width: 280px;
        height: 160px;
        flex-shrink: 0;
        border-radius: 8px;
        border: 1px solid #1EBEE7;
        background: #FFF;
        margin-bottom: 8px;
    }
    .contacts .container{
        display: flex;
        flex-direction: column;
        padding: 36px 20px;
        padding-bottom: 64px;
        max-width: 1440px;
        margin: auto;
    }
    .contacts .container #map{
        display: flex;
        max-width: 332px !important;
        max-height: 332px !important;
        margin: auto;
        align-self: center;
        margin-top: 36px;
        }
        .contacts .container .form-info{
            width: 100%;
        }
        .contacts .container .form-info .wpcf7  textarea{
            width: 90%;
        }
        .contacts .container .form-info .wpcf7 .wpcf7-form{
            display: flex;
            flex-direction: column;
            width: 100%;
        }
        .contacts .container {
            gap: 0px;
        }


}
input[type=checkbox], input[type=radio]{
    width: 15px !important;
    box-sizing: border-box;
    padding: 0;
    margin-right: 20px;
}
.wpcf7-list-item{
    margin: 0px;
    margin-right: auto;
}
.wpcf7-list-item label{
    display: flex;
    width: 180%;
}
.wpcf7-list-item-label{
    width: 180%;
    color: white;
    align-self: center;
}
@media screen and (max-width: 780px) {
    .wpcf7-list-item label{
        display: flex;
        width: 90%;
    }
    .wpcf7-list-item-label{
        width: 90%;
        color: white;
        align-self: center;
    }
}
.contacts .container .form-info .terms{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.contacts .container .form-info .wpcf7  button{
    margin-top: 32px;
    border: 1px solid #FFF;
    background: transparent;
    display: inline-flex;
    padding: 12px 30px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.contacts .container .form-info .terms button{
    margin: 0px;
    padding: 0px;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #9480EA;
    background: #FFF;
}
.contacts .container .form-info .terms h5{
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    margin: 0px;
    margin-left: 8px;
}


.footer{
    background: #074572;
}

.footer .container{
    padding: 36px 50px;
    padding-bottom: 64px;
    max-width: 1440px;
    margin: auto;
}

.footer h2{
    max-width: 1440px;
    color: #FFF;
    font-size: 37.034px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: auto;
}

.footer h4{
    margin: auto;
    max-width: 1440px;
    color: #FFF;
    font-size: 20.845px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-services{
    margin: auto;
    display: flex;
    flex-direction: row;
    max-width: 1440px;
    margin-top: 60px;
    justify-content: space-between;
}
.footer-services .footer-service {
    color: #FFF;
    width: 22%;
}
.footer-services .footer-service h5{
    margin-bottom: 24px;
    color: #FFF;
    font-size: 20.845px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-services .footer-service .content a{
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.footer-services .footer-service .content a::before{
    content: '';
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='34' viewBox='0 0 22 34' fill='none'%3E%3Cpath d='M20.75 10.875C20.75 16.3284 10.875 32.9588 10.875 32.9588C10.875 32.9588 1 16.3284 1 10.875C1 5.42155 5.42155 1 10.875 1C16.3284 1 20.75 5.42155 20.75 10.875Z' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M15.5426 10.875C15.5426 13.4548 13.4548 15.5426 10.875 15.5426C8.29531 15.5426 6.20752 13.4488 6.20752 10.875C6.20752 8.30131 8.29531 6.20752 10.875 6.20752C13.4548 6.20752 15.5426 8.29531 15.5426 10.875Z' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
    width:22px;
    height: 34px;
    margin-right: 8px;
    flex-shrink: 0;
    align-self: flex-start;
}
@media screen and (max-width: 780px){
    .footer .container{
        padding: 50px 20px;
    }
    .footer-services{
        flex-direction: column;
    }
    .footer-services .footer-service{
        width: 80%;
    }
    .bottom-footer .container{
        padding: 50px 20px;
    }
    .footer-services .footer-service h5{
        margin-top: 32px;
        margin-bottom: 32px;
    }
}
.footer .telefono {
    margin: auto;
    max-width: 1440px;
    margin-top: 60px;
}

.footer  .telefono a{
    display: flex;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    align-self: center;

}

.footer .telefono a::before{
    content: '';
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='26' viewBox='0 0 21 26' fill='none'%3E%3Cpath d='M2.55235 2.29651C2.33036 2.43547 2.18637 2.53213 2.18637 2.53213C0.908437 3.32962 1.00443 4.2419 1.00443 4.2419C0.836441 9.67329 5.4982 15.7572 5.84618 16.2768C6.32615 16.9111 10.3339 23.2488 15.4757 24.9162C15.4757 24.9162 16.2976 25.315 17.4736 24.3725L17.8395 24.0885C18.3075 23.6535 19.8974 22.1854 19.9574 21.9015C19.9574 21.9015 20.1794 21.3638 19.6095 20.7838L16.1836 17.5092C16.1836 17.5092 15.6137 16.7722 14.5697 17.1286L12.0079 18.0228C12.0079 18.0228 9.98596 15.7391 8.93002 14.0897C7.74208 12.537 6.29015 9.8485 6.29015 9.8485L7.98807 7.72186C8.67803 6.85187 8.18006 6.06042 8.18006 6.06042L6.26616 1.70443C5.91817 0.973401 5.3422 1.00361 5.3422 1.00361C5.05422 0.967359 4.48425 1.20902 3.90828 1.5111L2.55835 2.29651H2.55235Z' stroke='white' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/svg%3E");
    width:21px;
    height: 26px;
    margin-right: 8px;
}
.bottom-footer{
    background: #0C324D;
}
.bottom-footer .container{
    padding: 36px 50px;
    padding-bottom: 64px;
    max-width: 1440px;
    margin: auto;
}
.bottom-footer .content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.bottom-footer .content .follow-me h4{
    display: flex;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: bottom;
    margin-bottom: 0;
}

.bottom-footer .content .follow-me{
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
}

.bottom-footer .content .follow-me a{
    background: transparent;
    border: none;
}
.bottom-footer .separator{
    height: 1px;
    background: #FFF;
    margin: 16px 0px;
}
.bottom-footer .content a img{
    height: 61px;
    width: 108px;
}

.bottom-footer .policy a{
    color: #FFF;    
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 183.333% */
}
@media screen and (max-width: 780px){

    .bottom-footer .container{
        padding: 50px 20px;
    }
}
.hero-blog{
    max-width: 1440px;
    padding: 0px 50px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.hero a{
    color: white;
}
.hero-blog h1, h2, p{
    color: white;
}

.hero-blog h1{
    color: white;
    font-size: 56px;
    font-weight: 600;
}

.hero-blog  p{
    color: white;
    width: 45%;
}
.hero-blog .left-side {
    margin-top: 64px;
    width: 50%;
}
.hero-blog .left-side .riferimenti{
    margin-top: 64px
}
.hero-blog .left-side .riferimenti h4{
    font-size: 20px;
    font-weight: 500;
    color: white;
    margin-bottom: 16px;
}
.hero-blog .left-side .riferimenti button{
    margin-top: 32px;
    display: inline-flex;
    background-color: transparent;
    border: none;
    padding: 0px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 114.286% */
    align-items: center;
}

.hero-blog .left-side .riferimenti button::after{
    display: inline-flex;
    content: '';
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M13.9 5L13.2 5.7L18.5 11.1H3V12.1H18.5L13.2 17.5L13.9 18.2L20.5 11.6L13.9 5Z' fill='white'/%3E%3C/svg%3E");
    align-items: center;
    margin-left: 8px;
}

.hero-blog .left-side .riferimenti .riferimento{
    color: white;
    font-size: 20px;
    font-weight: 300;

}


.hero-blog .right-side{
    display: flex;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 36px;    
}

.hero-blog .right-side img{ 
    flex-shrink: 0;
    width: 542px;
}
.blog-menu{
    max-width: 1440px;
    padding: 0px 50px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.blog-menu .blog-filters{
    background: transparent;
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 30px;
    margin-top: 50px;


}
.blog-menu .blog-filters button.filter{
    display: flex;
    height: 40px;
    padding: 3px 20px;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    border: 0.5px solid var(--Blu, #0D5C96);
    background: #FFF;
    color: var(--Blu, #0D5C96);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.blog-menu .blog-filters button.filter:hover{
    display: flex;
    height: 40px;
    padding: 3px 20px;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    border: 0.5px solid #FFF;
    background: var(--Blu, #0D5C96);
    color: #FFF;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blog-menu .blog-filters button.filter.active{
    display: flex;
    height: 40px;
    padding: 3px 20px;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    border: 0.5px solid #FFF;
    background: var(--Blu, #0D5C96);
    color: #FFF;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.blog-menu .blog-search{
    height: 41px;
    display: flex;
    width: 409px;
    padding-left: 8px;
    align-items: center;
    border-radius: 30px;
    border: 0.5px solid var(--Blu, #0D5C96);
    background: #FFF;
    margin-top: 50px;
    justify-content: space-between;
}
.blog-menu .blog-search input{
    border: none;
    width: 90%;
}
.blog-menu .blog-search button{
    background: transparent;
    border: none;

}
.blog-menu .blog-search input::after{
    display: flex;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='38' viewBox='0 0 37 38' fill='none'%3E%3Ccircle cx='18.5' cy='19' r='18' fill='%230D5C96' stroke='white'/%3E%3Ccircle cx='16.8' cy='16.8' r='6.3' stroke='white'/%3E%3Cline x1='20.5536' y1='21.5463' x2='25.6536' y2='26.6463' stroke='white'/%3E%3C/svg%3E");
    height: 37px;
    width: 37px;
}
.blog-articles{
    padding: 36px 50px;
    padding-bottom: 64px;
    max-width: 1440px;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5%;
    row-gap: 20px;
}

.blog-articles .blog-article{
    width: 30%;
    display: flex;
    flex-direction: column;
    padding: 10px 10px 40px 10px;
    align-items: flex-start;
    gap: 10px;
    background: #FFF;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.10);
    justify-content: center;
}

.blog-articles .blog-article h2{
    color: var(--Blu, #0D5C96);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0px 8px;
}

.blog-articles .blog-article p{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0px 8px;
}

.blog-articles .blog-article img{
    width: 100%;
}


.blog-articles .blog-article button{
    margin-top: 32px;
    display: inline-flex;
    background-color: transparent;
    border: none;
    padding: 0px;
    color: var(--Blu, #0D5C96);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 114.286% */
    align-items: center;
    padding: 0px 8px;
}

.blog-articles .blog-article button::after{
    display: inline-flex;
    content: '';
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M13.9 5L13.2 5.7L18.5 11.1H3V12.1H18.5L13.2 17.5L13.9 18.2L20.5 11.6L13.9 5Z' fill='%230D5C96'/%3E%3C/svg%3E");
    align-items: center;
    margin-left: 8px;
}
.article-container{
    max-width: 1440px;
    padding: 0px 50px;
    margin: auto;
}

.article-container h3{
    color: var(--Blu, #0D5C96);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 36px;

}
.article-container .columns{
    column-count: 2;
    column-gap: 48px;
}
.article-container .columns p{
    margin-top: 25px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.article-container  p{
    margin-top: 25px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.article-container .blog-two-articles{
    padding: 36px 0;
    padding-bottom: 64px;
    max-width: 1440px;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    row-gap: 20px;
}

.article-container .blog-two-articles .blog-article{
    width: 49%;
    display: flex;
    flex-direction: column;
    padding: 10px 10px 40px 10px;
    align-items: flex-start;
    gap: 10px;
    background: #FFF;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.10);
    justify-content: center;
}

.article-container .blog-two-articles .blog-article h2{
    color: var(--Blu, #0D5C96);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0px 8px;
}

.article-container .blog-two-articles .blog-article p{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0px 8px;
}

.article-container .blog-two-articles .blog-article img{
    width: 100%;
}

.article-container .blog-two-articles .blog-article button{
    margin-top: 32px;
    display: inline-flex;
    background-color: transparent;
    border: none;
    padding: 0px;
    color: var(--Blu, #0D5C96);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 114.286% */
    align-items: center;
    padding: 0px 8px;
}

.article-container .blog-two-articles .blog-article button::after{
    display: inline-flex;
    content: '';
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M13.9 5L13.2 5.7L18.5 11.1H3V12.1H18.5L13.2 17.5L13.9 18.2L20.5 11.6L13.9 5Z' fill='%230D5C96'/%3E%3C/svg%3E");
    align-items: center;
    margin-left: 8px;
}
.video-frame{
    width: 100%;
    max-width: 1440px;
    margin: auto;
}
.video-frame iframe{
    width: 100%;
    height: 50vw;
}
.article-container .scheda-top{
    width: 95%;
    margin: auto;
    display: flex;
    flex-direction: column;
    background: #FFF;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.10);
    padding: 10px 10px 40px 10px;
    align-items: flex-start;
    gap: 10px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.article-container .scheda-top  h2{
    color: var(--Blu, #0D5C96);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0px 8px;
}

.article-container .scheda-top  p{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0px 8px;
}
.article-container .scheda-top  img{
    width: 100%;
    height: 50%;
}
.scheda-side{
    display: flex;
    flex-direction: row;
    background: #FFF;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.10);
    padding: 10px 10px 40px 10px;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 16px;
    margin-bottom: 16px;
}
.article-container .scheda-side .text-side{
    width: 50%;
    display: flex;
    flex-direction: column;
    column-count: 1;
}
.article-container  .scheda-side .text-side  h2{
    color: var(--Blu, #0D5C96);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0px 8px;
}

.article-container  .scheda-side .text-side  p{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0px 8px;
    column-count: 1;
}
.article-container  .scheda-side .text-side  img{
    width: 100%;
}