/* LP Aestethics */
.page-template-template-landingpage-aestethics h2 {
    font-size: clamp(24px, 2vw, 36px);
}
.page-template-template-landingpage-aestethics h3 {
    font-size: clamp(18px, 2vw, 30px);
}
.slider .item.-video .content {
    top: inherit;
    right: inherit;
    bottom: 0;
    left: 0;
    transform: none;
    width: 100%;
}
.slider .item.-video .content .controls {
    padding: 10px 30px;
    display: block;
    background-color: #6d81a3;
    color: #fff;
}
.page-template-template-landingpage-aestethics .screen .container {
    position: relative;
}
.page-template-template-landingpage-aestethics .screen .container .content {
    position: absolute;
    right: 30px;
    max-width: 25%;
    top: 50%;
    transform: translateY(-50%)
}
.page-template-template-landingpage-aestethics .screen .container .content .description {
    font-size: 1.3rem;
    position: relative;
}
.page-template-template-landingpage-aestethics .screen .container .content .description:before {
    content: '';
    width: 200px;
    height: 2px;
    background-color: #002F6C;
    display: block;
    margin: 50px auto
}
/* .page-template-template-landingpage-aestethics .slider .content {
    position: static;
} */
.page-template-template-landingpage-aestethics .intro .placeholder {
    overflow: hidden;
}
.page-template-template-landingpage-aestethics .intro .placeholder:before {
    padding-bottom: 68.43%;
}
.page-template-template-landingpage-aestethics .intro .placeholder > .placeholder-content {
    width: auto;
    aspect-ratio: 1/1;
    left: 50%;
    transform: translateX(-50%);
}
.page-template-template-landingpage-aestethics .logo_wrapper img {
    max-height: 150px;
    margin: 3%;
    max-width: 450px;
}
.page-template-template-landingpage-aestethics .-form {
    padding: 45px;
    background-color: #dbbaae;
}
.page-template-template-landingpage-aestethics .values-box .slick-active article {
    cursor: pointer;
    opacity: 0.5;
    padding: 0 7.5px;
}
.page-template-template-landingpage-aestethics .values-box .slick-active.slick-current article {
    cursor: inherit;
    opacity: 1;
}
.page-template-template-landingpage-aestethics.no-scroll {
    overflow: hidden;
}
.page-template-template-landingpage-aestethics.no-scroll .overlay_popup {
    display: flex;
}
.page-template-template-landingpage-aestethics .overlay_popup {
    display: none;
    position: fixed;
    background-color: rgba(219, 186, 174, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.page-template-template-landingpage-aestethics .overlay_popup .popup {
    background-color: #002f6c;
    max-height: 700px;
    height: 90vh;
    width: calc(100% - 60px);
    max-width: 900px;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.4);
    transition: all 0.3s;
    border-radius: 22px;
    position: relative;
    padding: 100px;
    overflow-y: auto;
}
.page-template-template-landingpage-aestethics .overlay_popup .popup .close-menu {
    position: absolute;
    top: 30px;
    right: 40px;
    cursor: pointer;
}
.page-template-template-landingpage-aestethics .overlay_popup .popup .content .privacy_text {
    background-color: #fff;
    height: 250px;
    overflow-y: auto;
    padding: 25px;
    border-radius: 5px;
}
.page-template-template-landingpage-aestethics .overlay_popup .popup .content .privacy_text ol {
    padding-left: 16px;
}
.page-template-template-landingpage-aestethics .overlay_popup .popup .content #accept-button {
    margin: 0 auto;
    display: block;
}
.-form .-columns {
    justify-content: space-between;
    margin: 0 -20px
}

.-form .-columns>div {
    padding: 0 20px;
    width: 100%
}

.-form .-columns .col-6 {
    width: 50%
}

.-form .form-success {
    display: none
}

.-form h2 {
    margin-bottom: 40px
}

.-form p {
    margin-bottom: 25px
}

.-form p.mandatory-text {
    font-size: 13px
}

.-form p#error-recaptcha {
    display: none;
    color: red
}

.-form .form-group {
    margin-bottom: 20px
}

.-form .form-group label {
    margin-bottom: 5px;
    font-weight: bold
}

.-form .form-group select,.-form .form-group input,.-form .form-group textarea {
    padding: 10px 16px;
    color: #393939;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #c3c1c1;
    border-radius: 0px;
    width: 100%
}

.-form .form-group select {
    cursor: pointer
}

.-form .form-group textarea {
    resize: none
}

.-form .form-group .checkbox label {
    font-weight: normal
}

.-form .form-group .checkbox label input {
    width: auto;
    cursor: pointer
}

.-form .form-group button[type="submit"] {
    float: right;
    cursor: pointer
}

.-form .form-group button[type="submit"]:focus {
    outline: none
}

.-form .form-group button[type="submit"]:disabled {
    pointer-events: none;
    border-color: rgba(0,47,108,0.3);
    background-color: rgba(0,47,108,0.3);
    color: #ffffff;
    opacity: 0.8
}

.-form .form-group button[type="button"] {
    cursor: pointer
}

.-form .form-group button[type="button"]:focus {
    outline: none
}

.-form .form-group button[type="button"]:disabled {
    pointer-events: none;
    border-color: rgba(255,255,255,0.3);
    background-color: rgba(0,47,108,0.3);
    color: #ffffff;
    opacity: 0.8
}

.-form .form-group #loader {
    float: right;
    width: 40px;
    display: none
}

.-form .form-group .send-wrapper {
    position: relative;
    margin: 0 40px 10px 0
}

.-form .form-group .send-wrapper #loader {
    float: none;
    position: absolute;
    left: 100%
}

.-form .form-group .form-item.-privacy {
    margin-bottom: 10px
}

.-form .form-group .form-item.-privacy .privacy_label {
    text-decoration: underline;
    color: #6c78ce;
    cursor: pointer
}
@media only screen and (max-width: 1200px) {
    .page-template-template-landingpage-aestethics .hero:after {
        content: none;
    }
    .slider .item.-video .content {
        padding: 0;
    }
    .slider .item .content:before {
        content: none;
    }
    .-form .-columns .col-6 {
        width:100%
    }

    .-form .-columns .col-6 img {
        padding: 0 20px
    }
    .page-template-template-landingpage-aestethics .values-box article,
    .page-template-template-landingpage-aestethics .values-box_ambassador article {
        opacity: 1 !important;
        cursor: inherit !important;
        padding: 0 !important;
    }
    .page-template-template-landingpage-aestethics .-mobile {
        display: block !important;
    }
    .page-template-template-landingpage-aestethics .-desktop {
        display: none !important;
    }
    .page-template-template-landingpage-aestethics .slick-landing {
        margin: 0 -30px 60px;
    }
    .page-template-template-landingpage-aestethics .slick-dots {
        position: static;
        margin-top: 30px;
    }
    .page-template-template-landingpage-aestethics .slick-dots li {
        width: 15px;
        height: 15px;
    }
    .page-template-template-landingpage-aestethics .slick-dots li button,
    .page-template-template-landingpage-aestethics .slick-dots li button:before {
        width: 100%;
        height: 100%;
    }
    .page-template-template-landingpage-aestethics .slick-dots li button:before {
        clip-path: none;
        border-radius: 50%;
        background-color: #002f6c;
        opacity: 0.75;
    }
    .page-template-template-landingpage-aestethics .slick-dots li.slick-active button:before {
        background-color: #dbbaae;
    }
    .page-template-template-landingpage-aestethics .row-stor-locator {
        margin: 0 -30px;
    }
    .page-template-template-landingpage-aestethics .-form {
        padding: 30px;
    }
    .page-template-template-landingpage-aestethics .screen .container .content {
        position: relative;
        max-width: none;
        transform: none;
        padding: 30px;
        right: auto;
    }
    .page-template-template-landingpage-aestethics .screen .container .content:before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 41px;
        background: url('../images/wave.svg') center bottom no-repeat;
        background-size: contain;
    }
}
@media only screen and (max-width: 991px) {
    .page-template-template-landingpage-aestethics .overlay_popup .popup {
        padding: 70px 30px;
    }
}
@media only screen and (max-width: 768px) {
    .page-template-template-landingpage-aestethics .logo_wrapper img {
        max-width: 100%;
    }
    .-form .form-group.last-item {
        flex-direction:column-reverse;
        align-items: flex-start
    }

    .-form .form-group.last-item .form-item.-privacy {
        margin-bottom: 20px
    }
}
/* end LP Aestethics */

/* LP B2B */
.page-template-template-landingpage-b2b .screen {
    background: url("../images/b2b_graphism_1.svg") no-repeat top right;
}
.page-template-template-landingpage-b2b .content-page {
    padding-bottom: 160px;
    background: url("../images/b2b_graphism_2.svg") no-repeat left top 81px;
}
.page-template-template-landingpage-b2b .content-page .btn {
    margin: 10px 20px
}
.page-template-template-landingpage-b2b .social_post .flex-fill {
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}
.page-template-template-landingpage-b2b .social_post .flex-fill:not(:last-child) {
    border-right: 2px solid #002F6C
}
.page-template-template-landingpage-b2b .social_post .flex-fill .icon {
    max-width: 80px
}
@media only screen and (max-width: 1200px) {
    .page-template-template-landingpage-b2b .hero:after {
        content: '';
    }
    .page-template-template-landingpage-b2b .screen,
    .page-template-template-landingpage-b2b .content-page {
        background-size: contain;
        background-position-x: center;
    }
    .page-template-template-landingpage-b2b .screen .logo img,
    .page-template-template-landingpage-b2b .content-page .logo img {
        max-width: 250px;
    }
    .page-template-template-landingpage-b2b .social_post .flex-fill {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .page-template-template-landingpage-b2b .social_post .flex-fill {
        border: 0 !important;
    }
}
/* end LP B2B */