h1, h2, h3, h4, h5, h6, li, p, span, a,td {
font-family: "Funnel Display", sans-serif;
}
.merchandaising-generic-container{
background: transparent linear-gradient(180deg, rgba(208, 188, 255, 0.145) 0%, rgba(186, 168, 228, 0.31) 58%, rgba(131, 118, 160, 0.5) 100%) 0% 0% no-repeat padding-box;
min-height: 1200px;
margin-top: -100px;
position: relative;
}
.cool-img-merchandaising-generic img{
padding-top: 130px;
text-align: center;
max-width: 800px;
width: 100%;
}
.cool-img-merchandaising-generic{
text-align: center;
}
.merchandaising-generic-description{
display: flex;
justify-content: center;
margin-top: 30px;
align-items: center;
}
.merchandaising-generic-description p{
max-width: 800px;
text-align: center;
}
body p{
font-size: 18px;
}
.cool-img-merchandaising-generic img {
    padding-top: 130px;
    text-align: center;
    max-width: 800px;
    width: 100%;
}
.lkm-link img {
    filter: invert(1);
    -webkit-filter: invert(1);
}
.how-laike-works-container{
    background-color: black;
    color: white;
    margin-bottom: 150px;
    margin-top: 150px;
}
.how-laike-works-container .wrap-container-hiw-works{
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    margin: auto;
}
.wrap-container-hiw-works h2{
    font: normal normal bold 36px/45px Funnel Display;
}
.wrap-container-hiw-works p {
    max-width: 542px;
    font: normal normal normal 20px/25px Funnel Display;
}
.how-laike-works-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}
.how-laike-works-right > img {
    margin-bottom: -26%;
    margin-top: -8%;
}
.how-laike-works-right{
       width: 50%;
}
.wtkoff h2
{
    font: normal normal bold 36px/45px Funnel Display;
    text-align: center;
}
.cards-wtkoff{
    display: flex;
    justify-content: center;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.cards-wtkoff > div{
    width: 50%;
    align-items: center;
    display: flex;
}
.cards-wtkoff div.left-part{
    justify-content: center;
}
.cards-wtkoff div.right-part{
    justify-content: flex-start;
}
.cards-wtkoff div.right-part p{
    margin-left: 10%;
}
h2{
    position: relative;
    z-index: 99;
}
.cards-wtkoff > div p{
    max-width: 405px;
    padding: 20px;
    line-height: 25px;
}
.cards-wtkoff > div p int{
    font-weight: bold;
    font-size: 24px;
    display: block;
    margin-bottom: 30px;
}
.swcfo .row{
    display: flex;
    justify-content: center;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.swcfo h2{
    font: normal normal bold 36px/45px Funnel Display;
    text-align: center;
}
.swcfo h3{
    margin-top: 40px;
    text-align: center;
    font: normal normal bold 25px/31px Funnel Display;
}
.swcfo .left-part, .swcfo .right-part{
    width: 50%;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.row-grph img{
    max-height: 480px;
}
.swcfo p{
    max-width: 420px;
    padding: 20px;
    text-align: left;
}
.swcfo p int{
    font-weight: bold;
    font-size: 24px;
    display: block;
    margin-bottom: 30px;
}
.row.row-marketing .left-part{
    display: flex;
    justify-content: center;
}
.row.row-marketing .right-part img{
margin-top: -3%;
}
.row.row-grph{
    margin-bottom: 80px;
}
.btn{
background: #000000 0% 0% no-repeat padding-box;
border-radius: 30px;
opacity: 1;
padding: 10px 40px;
color: white;
text-decoration: none;
text-transform: uppercase;
font: normal normal normal 14px/18px Funnel Display;
}
.rtgstrt{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    padding-bottom: 80px;
}
section#content{
    padding-bottom: 0px !important;
}

@media screen and (max-width: 768px) {
    .how-laike-works-container .wrap-container-hiw-works {
        flex-direction: column;
    }
    .how-laike-works-left, .how-laike-works-right {
        width: 100%;
    }
    .cards-wtkoff > div {
        flex-direction: column;
        width: 100%;
    }
    .swcfo .left-part, .swcfo .right-part {
        width: 100%;
    }
    .cards-wtkoff,.swcfo .row{
        flex-direction: column;
        width: 100%;
    }
    .merchandaising-generic-container > div{
        padding-left: 10px;
        padding-right: 10px;
    }
    .cards-wtkoff,.cards-wtkoff > div p,.swcfo p,.cards-wtkoff div.right-part p,.swcfo .row{
        padding: 0px;
        margin-left: 0px;
    }
    .m-reverse .left-part{
        order: 2;
    }
    .m-reverse .right-part{
        order: 1;
        margin-bottom: 30px;
    }
    .swcfo h3{
        text-align: left;
    }
    .swcfo{
        margin-top: 50px;
    }
    .how-laike-works-container{
        margin-top: 80px;
    }
}