.container.standalone{
    background-color: #000;
    -webkit-font-smoothing: antialiased; /* Chrome / Safari */
    -moz-osx-font-smoothing: grayscale;  /* Firefox */
    text-rendering: optimizeLegibility;

}
body.noscroll {
    overflow: hidden;
}
header{
    width: 100vw;
    height: 79px;
    padding-left: 0;
    border-bottom: 1px solid #DEDEDE;
    position: relative;
    z-index: 103;
    background-color: #fff;
    line-height: 1;
}
header.minisite-header {
    height: 72px;
}
header.minisite-header .header .logo-link{
    display: flex;
    justify-content: center;
    width: 100%;

}
header.minisite-header .logo {
    width: auto;
    max-height: 48px;
    margin-top: 0 ;
    padding: 0;
}
header.minisite-header .header {
    padding: 8px 0;
    position: relative;
}
header.minisite-header .wrapper {
    padding-left: 0;
    padding-right: 0;
}
header.minisite-header .header nav ul{
    height: 100vh;
    display: none;
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
    justify-content: start;
    padding-top: 48px;
}
.minisite-header.de .header nav ul{
    justify-content: flex-start;
}
header.minisite-header .header nav{
    opacity: 0;
    transition: opacity .5s ease;
}
header.minisite-header .header nav.open{
    top: 0;
    opacity: 1;
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    right: 0;
    z-index: 999;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    box-sizing: border-box;
}
header.minisite-header .header nav.open ul{
    display: flex;
}
header.minisite-header .header nav ul li a{
    font-family: "inter",sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}
header.minisite-header .header nav ul li{
    text-align: center;
}
header.minisite-header .header .mobilemenu {
    position: absolute;
    top: 11px;
    right: 23px;
}
header.minisite-header .header .mobilemenu.open {
    display: none;
}
header.minisite-header .header nav .closemobile{
    display: none;
    position: absolute;
    top: 20px;
    right: 23px;
}
header.minisite-header .header nav.open .closemobile{
    display: block;
}
@media screen and (min-width: 1024px){
    header.minisite-header{
        height: auto;
    }
}
header.minisite-header .banner-subscribe{
    border-bottom: 2px solid #fff;
    padding: 15px 10px 10px;
    text-align: center;
    color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
    box-sizing: border-box;
}
.minisite-homepage{
    max-width: 1920px;
    width: 100%;
    margin: 94px auto 0;
    overflow: hidden;
}
.minisite-homepage .wrapper{
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.minisite-homepage .wrapper-s{
    max-width: 984px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
@media screen and (max-width: 768px){
    .minisite-homepage{
        margin-top: 13px;
    }
}
.zone-gifts .mention-gifts{
    font-size: 14px;
    line-height: 16px;
    font-style: italic;
    padding: 0 13px;
    font-weight: 400;
}
@media screen and (min-width: 1024px){
    .zone-gifts .mention-gifts{
        font-size: 16px;
    }
}
.zone-benefits .benefits-slider .benefit-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (min-width: 1024px){
    .zone-benefits .benefits-slider .benefit-slide{
        width: 220px;
        padding: 30px 0 30px;
    }
    .zone-benefits .benefits-slider .benefit-slide img{
        width: 140px;
        height: 140px;
    }
}
.zone-contact{
    background-position: center;
    background-size: cover;
}
.zone-contact .cards-container{
    display: flex;
    align-items: center;
    gap: 20px;
}
.zone-contact .cards-container .card-contact{
    display: flex ;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 23px;
    text-align: center;
    background: #FFFFFFCC;
    backdrop-filter: blur(3px);
    border-radius: 5px;
    opacity: 1;
    max-width: 200px;
    width: 100%;
    height: 216px;
}
.zone-contact .cards-container .title{
    font-family: 'Open Sans',sans-serif;
    font-size: 20px;
    margin-top: 10px;
    text-transform: inherit;
}
@media screen and (min-width: 1024px){
    .zone-contact .cards-container{
        align-items: normal;
    }
    .zone-contact .cards-container .card-contact{
        width: 30%;
        padding: 20px;
        height: inherit;
        max-width: inherit;
    }
    .zone-contact .card-contact .title{
        font-size: 28px;
    }
    .zone-contact .card-contact .text{
        font-size: 18px;
    }
}
ul.slick-dots {
    display: flex;
    justify-content: center;
    column-gap: 4px;
    margin: 32px 0;
}
.slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 100%;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
}
@media screen and (min-width: 768px){
    .slick-dots li button {
        width: 15px;
        height: 15px;
    }
}
@media screen and (max-width: 1024px){
    .zone-contact .cards-container{
        flex-direction: column;
    }
}
.zone-faq .container-questions{
    width: 100%;
    margin: 50px auto 0;
    text-align: left;
}
.zone-faq .container-questions .question{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-family: "inter",sans-serif;
    padding: 16px 0;
    line-height: 150%;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
}
.zone-faq .container-questions .subquestion{
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding-bottom: 15px;
}
.zone-faq .container-questions .answer{
    font-size: 15px;
}
.zone-faq .container-questions .subquestion:not(:last-child){
    border-bottom: 1px solid #fff;
    margin: 10px 0;
}
.zone-faq .container-questions  .plus .bar1,
.zone-faq .container-questions  .plus .bar2{
    width: 12px;
    height: 2px;
    display: block;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #fff;
}
.zone-faq .container-questions .plus .bar1{
    transform: rotate(90deg) ;
    position: relative;
    top: 2px;
}
.zone-faq .container-questions .plus .bar2{transform: rotate(0deg) ;}
.zone-faq .container-questions .plus.active .bar1{transform: rotate(180deg);}
.zone-faq .container-questions .plus.active .bar2{transform: rotate(-180deg) ;}

.zone-faq .container-questions .answer{
    font-size: 12px;
    padding: 10px 20px 10px 0;
    line-height: 150%;
    display: none;
    font-family: "inter",sans-serif;
    color: #fff;
}
.zone-faq .container-questions .answer a{
    color: #fff;
}
.zone-faq .container-questions .answer a.showm{
    display: contents;
}
.zone-faq .container-questions .answer a{text-decoration: underline;}
@media screen and (min-width: 768px){
    .zone-faq .container-questions .question{
        font-size: 22px;
    }
    .zone-faq .container-questions .subquestion{
        font-size: 18px;
    }
    .zone-faq .container-questions .answer{
        font-size: 16px;
    }
}
footer{
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .wrapper{
    display: flex;
    flex-direction: column;
}
footer .wrapper .footer-top .social-media{
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}
footer .mentions{
    font-size: 13px;
}
footer .wrapper .footer-bottom{
    padding: 30px 0;
}
footer .wrapper .footer-bottom img{
    width: 100%;
    margin-top: 30px;
}
footer .wrapper .footer-bottom .legal{
    margin-top: 30px;
}
footer .wrapper .footer-bottom a{
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
}
footer .footer-mention{
    border-top: 1px solid #fff;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    font-size: 9px;
}
@media screen and (min-width: 1024px){
    footer .wrapper{
        flex-direction: row;
        text-align: left;
        font-size: 14px;
        line-height: 1.3;
        justify-content: space-between;
    }
    footer .mentions{
        font-size: 14px;
    }
    footer .footer-top{
        width: 60%;
        gap: 20px;
    }
    footer .wrapper .footer-top .social-media{
        margin: 10px 0;
    }
    footer .wrapper .footer-top .social-media svg{
        height: 25px;
        width: auto;
    }
    footer .footer-bottom{
       width: 355px;
    }
    footer .footer-top .logos,
    footer .wrapper .footer-top .social-media{
        justify-content: flex-start;
    }
    footer .footer-mention{
        text-align: left;
        margin: 20px 50px;
        padding: 20px 0px;
        font-size: 12px;
    }
}