h1, h2, h3, h4, h5, h6, li, p, span, a,td {
font-family: "Funnel Display", sans-serif;
}
h2, h3{
    font-weight: 700;
}
.hero-black-friday{
min-height: 750px;
margin-top: -100px;
padding-top: 100px;
background-size: cover;
}
body .foot-logo:not(.no-filter) > a > img, body.light .lkm-link-more >img{
    filter: invert(0) !important;
    -webkit-filter: invert(0) !important;
}
.hero-black-friday-img{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
}
.hero-black-friday-content p{
    text-align: center;
    color: white;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.wiibfs h2{
    text-align: center;
    color: #000;
    margin-top: 40px;
    font: normal normal bold 36px/45px "Funnel Display";
}
.wiibfs{
    margin-top: 100px;
}
.wiibfs p{
    text-align: center;
    color: #000;
    font: normal normal normal 20px/25px "Funnel Display";
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}
.cta-button{
    min-width: 220px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    font: normal normal bold 16px / 20px "Funnel Display";
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    border: none;
    background-color: #000;
    color: #fff;
    width: fit-content;
    margin: 50px auto;
    padding-left: 30px;
    padding-right: 30px;
}
.row-adv {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}
.gycandv img{
    max-width: 418px;
}
.gycandv h3
{
text-align: left;
font: normal normal bold 36px/45px Funnel Display;
letter-spacing: 0px;
color: #000000;
opacity: 1;
}
.gycandv p {
text-align: left;
font: normal normal normal 20px/25px Funnel Display;
letter-spacing: 0px;
color: #000000;
line-height: 25px;
max-width: 530px;
}
.left{
    margin-left:  0px ;
}
.txt-offer p{
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    max-width: 515px;
    margin-left: auto;
    margin-right: auto;
}
.txt-offer
{
    margin-top: 80px;
    margin-bottom: 80px;
}
#content > .wrapper > .gycandv.container{
    max-width: 1135px;
    margin-left: auto;
    margin-right: auto;
}
.right-part-adv.mo-2{
    text-align: left;
}
@media (max-width: 768px) {
    .row-adv {
        flex-direction: column;
        align-items: center;
    }
    .left-part-adv, .right-part-adv {
        text-align: center;
    }
    .left-part-adv h3, .right-part-adv h3 {
        text-align: center;
    }
    .gycandv p {
        max-width: 100%;
    }
    .wrapper > div{
        padding-left: 10px;
        padding-right: 10px;
    }
    .mo-1{
        order: 1;
    }
    .mo-2{
        order: 2;
    }
    .hero-black-friday{
        height: 30vh;
        min-height: auto;
    }
    .hero-black-friday{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .cta-button.left{
        margin-left: auto;
        margin-right: auto;
    }
    .hero-black-friday{
        position: relative;
    }
    .hero-black-friday-content{
    position: absolute;
    top: 50vh;
    filter: invert(1);
    -webkit-filter: invert(1);
    max-width: 90%;
    }
    .wiibfs{
        margin-top: 70vh;
    }
    header.header{
    padding-top: 10px;
    position: relative;
    z-index: 99;
    }
    .hero-black-friday{
        background-position: center;
    }
    .popup-profile{
        filter: invert(1);
        -webkit-filter: invert(1);
    }
}
