h1, h2, h3, h4, h5, h6, li, p, span, a,td {
font-family: "Funnel Display", sans-serif;
}
footer .foot-logo img{
    filter: invert(1) !important;
    -webkit-filter: invert(1) !important;
}
body.light div .lkm-link-more >img {
    filter: invert(0);
    -webkit-filter: invert(0);
}
.header-section{
    text-align: center;
    background-color: black;
    margin-top: -100px;
    padding-top: 100px;
    padding-bottom: 100px;
    color: white;
    position: relative;
}
h1 e{
    color: #FFE201;
}
.header-content h3{
    color: #FFDB4B;
}
.header-section::before{
    content: "";
    background-image: url(../assets/img/triangoli_1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 4;
    width: calc(50% - 295px);
    height: 500px;
    background-position: bottom;

}
.header-section::after{
    content: "";
    background-image: url(../assets/img/triangoli_2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 4;
    width: calc(50% - 295px);
    height: 400px;
    background-position: top;
}
header.header{
    position: relative;
    z-index: 9999;
}
.center-txt{
    text-align: center;
    display: flex;
    justify-content: center;
}
.center-txt p{
    max-width: 804px;
    padding: 80px 20px;
    box-sizing: border-box;
}
.hero-img{
display: flex;
justify-content: center;
position: relative;
}
.hero-img img{
width: 100%;
position: relative;
z-index: 1;
top: 0;
max-width: 100%;
    border-radius: 30px;
}
.hero-img h2{
    position: absolute;
    z-index: 5;
    color: white;
}
.hero-img{
max-width: 1200px;
margin: 0px auto;
background-color: transparent;
display: flex;
align-items: center;
justify-content: center;
}
.hero-img h2{
    font-size: 60px;
    line-height: 60px;
    max-width: 900px;
    text-align: center;
}
p{
    font-size: 18px;
    line-height: 23px;
}
.colaboration-col-3{
        max-width: 1220px;
    display: flex;
    padding: 80px 10px;
    margin-left: auto;
    margin-right: auto;
}
.colaboration-col-3 > .col{
    width: 33.33%;
    padding: 0px 15px;
    box-sizing: border-box;
}
h3{
    font-size: 28px;
    line-height: 34px;
}
.cta-center .cta-button{
    background-color: black;
    color: white;
    border-radius: 30px;
    padding: 12px 30px;
    font-size: 14px;
}
.cta-center{
    display: flex;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 100px;
}
.colaboration-col-3 h3,.colaboration-col-3 p{
    max-width: 350px;
    margin-bottom: 18px;
}
.colaboration-col-3 img{
border-radius: 30px;
}
.col2per2{
    display: flex;
    max-width: 1200px;
    margin: 0px auto;
    padding: 50px 10px;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;
}
.col2per2 .col{
    width: 48%;
    padding: 10px 40px 0px 40px;
    BOX-SIZING: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #efeeea;
    margin-bottom: 50px;
    border-radius: 20px;
    align-items: baseline;
}
.col2per2 img{
    border-radius: 20px;
}
.hlchus h2{
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    margin: 0px auto;
    max-width: 500px;
    margin-bottom: 0px;
}
.col2per2 h3,.col2per2 p{
    max-width: 330px;
}
.hlchus {
    background-color: #ffffff;
    padding-top: 80px;
}
.txt-center-lkm p{
    max-width: 850px;
    text-align: center;
    padding: 0px 10px;
}
.txt-center-lkm{
    display: flex;
    justify-content: center;
}

.merch-type-card p{
font-size: 30px;
line-height: 36px;
font-weight: 800;
text-align: center;
min-height: 100px;
}
.type-merch-sell h2{
    margin-bottom: 100px;
}
.merch-types > .merch-type-card{
    width: 33.33%;
}
.merch-type-card{
    position: relative;
}
.merch-type-card img.bg{
    position: relative;
}

.merch-type-card img.over-1{
left: -15%;
width: 138%;
max-width: 117%;
position: absolute;
z-index: 9;
}
.merch-type-card img.over-2{
    left: 0px;
    top: -10%;
    width: 100%;
    max-width: 100%;
    position: absolute;
    z-index: 9;
}
.merch-type-card img.over-3{
    left: -2%;
    width: 102%;
    max-width: 102%;
    position: absolute;
    z-index: 9;
    top: -10%;
}
.type-merch-sell .cta-btn{
    display: flex;
    justify-content: center;
    align-items: center;
}
.merch-types {
    display: flex;
    flex-direction: row;
    gap: 30px;
    max-width: 1200px;
}
.type-merch-sell{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.type-merch-sell h2{
    font: normal normal bold 36px/45px Funnel Display;
    margin-bottom: 120px;
    margin-top: 80px;
}
.txt-desc-mrr{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    margin-bottom: 100px;
}
.txt-desc-mrr .btn.btn-primary{
  margin-top: 0px;
    margin-bottom: 0px;
}
.rose-content-block{
    background: transparent linear-gradient(180deg, #FEF5FF 0%, #D2C0D8 100%) 0% 0% no-repeat padding-box;
}
.faq .faq-item{
padding-top: 20px;
padding-bottom: 20px;
border-bottom: 2px solid #e2dfe9;
cursor: pointer;
}
.faq .faq-item h3::after{
content: '+';
float: right;
font-size: 24px;
transition: transform 0.3s ease;
}
.faq .faq-item.active h3::after {
transform: rotate(180deg);
content: '-';
}
.faq .faq-item p{
transition: transform 0.2s ease;
opacity: 1;
}
.faq .faq-item:not(.active) p{
visibility: hidden;
opacity: 0;
display: none;
}
.faq{
max-width: 1050px;
padding: 50px;
margin-left: auto;
margin-right: auto;
}
.btn.btn-primary {
    box-sizing: border-box;
    max-width: 241px;
    width: 100%;
    height: 42px;
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 30px;
    opacity: 1;
    font-size: 14px;
    color: white;
    padding: 11px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 80px;
}
.faq h2{
    text-align: center;
    font-size: 36px;
    text-align: left;
}
.vartxtx p, .vartxtx h3{
    text-align: center;
    max-width: 750px;
    margin: 0px auto;
}
.vartxtx{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: white;
}
.vartxtx p{
    margin-bottom: 50px;
}
@media (max-width: 900px) {
    .hero-img{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .colaboration-col-3,
    .merch-types,
    .col2per2 {
        flex-direction: column;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .colaboration-col-3 > .col,
    .merch-types > .merch-type-card,
    .col2per2 .col {
        width: 100%;
        max-width: 100%;
        padding: 20px 10px;
        margin-bottom: 30px;
    }
    .hero-img h2 {
        font-size: 36px;
        line-height: 40px;
    }
    .center-txt p,
    .txt-center-lkm p,
    .colaboration-col-3 h3,
    .colaboration-col-3 p,
    .col2per2 h3,
    .col2per2 p {
        max-width: 100%;
        padding: 20px 10px;
    }
    .faq {
        padding: 20px 5px;
    }
    .header-section {
        padding-top: 60px;
        padding-bottom: 60px;
        margin-top: -60px;
    }
    .type-merch-sell h2,
    .hlchus h2,
    .faq h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .merch-type-card p {
        font-size: 20px;
        line-height: 26px;
        min-height: 60px;
    }
    .btn.btn-primary {
        max-width: 100%;
        font-size: 13px;
        padding: 10px 10px;
    }
    .vartxtx {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 600px) {
    .header-section {
        padding-top: 70px;
        padding-bottom: 40px;
        margin-top: -70px;
    }
    .center-txt p,
    .txt-center-lkm p {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 5px;
    }
    .colaboration-col-3,
    .col2per2,
    .merch-types {
        padding: 20px 0;
    }
    .colaboration-col-3 > .col,
    .col2per2 .col,
    .merch-types > .merch-type-card {
        padding: 10px 5px;
        margin-bottom: 20px;
    }
    .hlchus h2,
    .type-merch-sell h2,
    .faq h2 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
        padding: 0px 20px;
    }
    .merch-type-card p {
        font-size: 24px;
        line-height: 28px;
        min-height: 80px;
    }
    .btn.btn-primary {
        font-size: 12px;
        padding: 8px 5px;
    }
    .vartxtx {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}