@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Open+Sans:wght@400;600;700&display=swap");

*,
*::before,
*::after {
    box-sizing: border-box;
    outline: none;
}

html,
body {
    font-family: 'Open sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #393939;
    word-wrap: break-word;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    cursor: pointer;
    color: #dbbaae;
    text-decoration: none;
    background-color: transparent;
}

a:hover() {
    color: #002f6c;
    text-decoration: #002f6c;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):hover() {
    color: inherit;
    text-decoration: none;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 25px;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 25px;
    font-family: "Montserrat", sans-serif;
}

p {
    margin-top: 0;
    margin-bottom: 16px;
}

p+p:last-child {
    margin-bottom: 0;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-bold {
    font-weight: bold;
}

.title {
    font-size: 1.75rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.description {
    font-size: 1.5rem;
}

.details {
    font-size: 1.25rem;
}

.title-big {
    font-size: clamp(24px, 2.1vw, 40px) !important;
}

.title-underline {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.75rem;
    color: #dbbaae;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: bold;
}

.title-underline:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 8px;
    background-color: #DBBAAE;
}

.title-underline.-white {
    color: #fff;
}

.title-underline.-white:before {
    background-color: #fff;
}

.title-underline.-blue {
    color: #002f6c;
}

.title-underline.-margin-bottom {
    margin-bottom: 25px;
}

.title-vline {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.75rem;
    color: #dbbaae;
    text-transform: uppercase;
    display: block;
}

.title-vline.wrap {
    padding: 20px 30px;
}

.title-vline>span {
    padding: 10px 20px;
    position: relative;
    display: block;
}

.title-vline>span:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 100%;
    max-height: 55px;
    background-color: #dbbaae;
}

.odd .title-vline>span:before,
.reverse-color .even .title-vline>span:before {
    background-color: #fff;
}

.reverse-color .odd .title-vline>span:before {
    background-color: #dbbaae;
}

.odd .title-vline,
.reverse-color .even .title-vline {
    color: #fff;
}

.reverse-color .odd .title-vline {
    color: #dbbaae;
}

.title-vline.-white {
    color: #fff;
}

.title-vline.-white:before {
    background-color: #fff;
}

.description {
    margin-bottom: 30px;
}

.title-vline-big {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.75rem;
    color: #dbbaae;
    text-transform: uppercase;
    display: block;
    position: relative;
    min-height: 178px;
}

@media only screen and (max-width: 991px) {
    .titlePage {
        font-size: 24px !important;
    }

    .title,
    .title-underline,
    .title-vline {
        font-size: 20px;
    }

    .description {
        font-size: 18px;
    }

    .details {
        font-size: 16px;
    }
}

.btn {
    padding: 15px 30px;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    font-size: 16px;
}

.btn.btn-default {
    color: #002f6c;
    background-color: transparent;
    border-color: #002f6c;
}

.btn.btn-default:hover {
    color: #fff;
    background-color: #002f6c;
}

.btn.btn-white {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn.btn-white:hover {
    background-color: #dbbaae;
    border-color: #dbbaae;
}

.btn.btn-primary {
    color: #dbbaae;
    background-color: transparent;
    border-color: #dbbaae;
}

.btn.btn-primary:hover {
    color: #002f6c;
    background-color: #dbbaae;
}

.btn.btn-secondary {
    color: #fff;
    background-color: #002f6c;
    border-color: #002f6c;
}

.btn.btn-secondary:hover {
    color: #002f6c;
    background-color: #fff;
}

.btn.btn-bg-white {
    background-color: #fff;
    border-color: #fff;
}

.back-to-top.active {
    display: flex;
}

.back-to-top {
    position: fixed;
    bottom: 80px;
    right: 50px;
    padding-right: 45px;
    height: 45px;
    background: url('images/back-to-top.svg') center right no-repeat;
    background-size: contain;
    align-items: center;
    display: none;
    z-index: 1;
}

.back-to-top span {
    margin-right: 15px;
    font-size: 18px;
}

@media only screen and (max-width: 991px) {
    .back-to-top {
        bottom: 50px;
        right: 30px;
        padding-right: 30px;
        height: 30px;
    }

    .back-to-top span {
        margin-right: 10px;
        font-size: 16px;
    }
}

.header {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    background-color: #dbbaae;
}

.header .mainbar .mainbar-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.header .brandname {
    margin: 0;
}

.header .brandname a {
    max-width: 230px;
    display: block;
}

@media only screen and (max-width: 1330px) {
    .header .brandname a {
        max-width: 170px;
    }
}

.header .topbar {
    border-bottom: 1px solid #ffffff;
}

.header .topbar .topbar-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header .topbar .topbar-wrap .mia {
    margin-right: 30px;
    margin-top: 0;
}

.header .topbar .topbar-wrap .mia a {
    display: block;
}

.header .topbar .topbar-wrap svg {
    height: 22px;
    width: auto;
}

/* .header .topbar .topbar-wrap .mia:before,
.header .topbar .topbar-wrap .mia:after {
    content: "";
    width: 1px;
    height: 19px;
    background-color: #002f6c;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.header .topbar .topbar-wrap .mia:before {
    left: 0;
}
.header .topbar .topbar-wrap .mia:after {
    right: 0;
} */
/* .header .topbar .topbar-wrap .pin {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}
.header .topbar .topbar-wrap .pin:after {
    content: "";
    width: 1px;
    height: 19px;
    background-color: #002f6c;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.header .topbar .topbar-wrap .pin a {
    display: block;
    height: 19px;
}
.header .topbar .topbar-wrap .pin a:before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #002f6c;
    display: block;
    height: 100%;
} */
.header .topbar .topbar-wrap .search {
    cursor: pointer;
    padding: 0;
}

.header .topbar .topbar-wrap .search svg {
    height: 20px;
}

.header .topbar .topbar-wrap .search svg path {
    fill: #00245A;
}

.header .topbar .topbar-wrap .search span {
    margin-left: 12px;
    font-weight: 500;
}

.header .-hu .topbar .topbar-wrap .mia {
    padding-left: 0;
    margin-left: 0;
}

.header .-hu .topbar .topbar-wrap .mia:before {
    content: none;
}

.header .topbar .topbar-wrap ul li {
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.header .topbar .topbar-wrap ul li+li {
    border-left: 1px solid #fff;
    margin: 0;
}

.header .topbar .topbar-wrap ul li:last-child {
    border: 0;
}

.header .topbar .topbar-wrap ul li a {
    text-transform: none;
    display: inline-block;
    font-weight: 500;
}

.header .topbar .topbar-wrap ul li.-os {
    margin-right: 15px;
}

.header .topbar .topbar-wrap ul li.-os a,
.header .topbar .topbar-wrap ul li.skincare a {
    padding: 17px 0;
}

.header .topbar .topbar-wrap ul li.-os a {
    color: #fff;
}

.header .topbar .topbar-wrap ul li.skincare a {
    background: url('images/skincare.svg') center left no-repeat;
    background-size: 25px 27px;
    padding-left: 45px !important;
    font-weight: 700;
}

.header ul li.btn-menu.pin a {
    background-size: 20px 25px !important;
    padding: 15px 12px 15px 50px !important;
}

@media only screen and (min-width: 1600px) {
    .header .-desktop ul li a {
        font-size: 13px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .header .-desktop {
        display: block;
    }

    .header .-desktop.-hu .topbar .topbar-wrap .mia {
        padding-left: 0;
        margin-left: 0;
    }

    .header .-desktop.-hu .topbar .topbar-wrap .mia:before {
        content: none;
    }

    .header .-desktop .languages-switch ul li+li {
        margin: 0;
    }

    .header .-desktop ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .header .-desktop ul.sub-menu {
        display: none;
    }

    .header .-desktop ul li {
        position: relative;
    }

    .header .-desktop ul li+li {
        margin-left: 10px;
    }

    .header .primary-menu>li.menu-item-has-children>a:after {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        padding-left: 5px;
    }

    .header .-desktop ul li a {
        font-size: 11px;
        color: #002f6c;
        text-transform: uppercase;
        font-weight: 500;
    }

    .header .-desktop ul li a:not([href]) {
        cursor: default;
    }

    .header .-desktop ul li.btn-menu a {
        background-color: #002f6c;
        color: #ffffff;
        padding: 7px 10px;
    }

    .header .-desktop ul li.btn-menu.pin a {
        background: url('images/pin-white.svg') #002f6c center left 12px no-repeat;
    }

    .header .-desktop ul li.current-menu-item a,
    .header .-desktop ul li.current-menu-ancestor a,
    .header .-desktop ul li:hover a {
        font-weight: bold;
    }

    .header .-desktop ul li .sub-menu {
        display: none;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 350px;
        padding-top: 14px;
        z-index: 5;
    }

    .header .-desktop .top-menu .sub-menu{
        top: 50px;
    }

    .header .-desktop ul li .sub-menu:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 22px 14px 22px;
        border-color: transparent transparent #002f6c transparent;
    }

    .header .-desktop ul li .sub-menu:after {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #002f6c;
        z-index: -1;
    }

    .header .-desktop ul li .sub-menu>li {
        margin: 0;
        padding: 10px 20px;
    }

    .header .-desktop ul li .sub-menu>li+li {
        padding-top: 0;
    }

    .header .-desktop ul li .sub-menu>li.current-menu-parent>a,
    .header .-desktop ul li .sub-menu>li.current-menu-item>a {
        color: #dbbaae;
    }

    .header .-desktop ul li .sub-menu>li>a {
        position: relative;
        text-transform: none;
        font-weight: normal;
        color: #fff;
        padding-left: 20px;
    }

    .header .-desktop ul li .sub-menu>li>a:before {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .header .-desktop ul li .sub-menu>li>a:hover {
        color: #dbbaae;
    }

    .header .-desktop ul li.dropdown-content.col-3>.sub-menu {
        width: 1050px;
    }

    .header .-desktop ul li.dropdown-content.col-3>.sub-menu>.column {
        width: calc(100% / 3);
    }

    .header .-desktop ul li.dropdown-content>.sub-menu {
        width: 560px;
        display: none;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .header .-desktop ul li.dropdown-content>.sub-menu .sub-menu {
        padding-top: 0;
        position: inherit;
    }

    .header .-desktop ul li.dropdown-content>.sub-menu .sub-menu:before {
        content: inherit;
    }

    .header .-desktop ul li.dropdown-content>.sub-menu .sub-menu>.list-indent>a {
        text-transform: uppercase;
        padding: 0;
    }

    .header .-desktop ul li.dropdown-content>.sub-menu .sub-menu>.list-indent>a:before {
        content: "";
    }

    .header .-desktop ul li.dropdown-content>.sub-menu .sub-menu .sub-menu .sub-menu {
        padding-left: 20px;
        margin-bottom: -10px;
    }

    .header .-desktop ul li.dropdown-content>.sub-menu>.column {
        width: 50%;
        padding: 20px 20px 0;
    }

    .header .-desktop ul li.dropdown-content>.sub-menu>.column .sub-menu {
        display: block;
    }

    .header .-desktop ul li.dropdown-content>.sub-menu>.column.menu-title.current-menu-parent>a {
        color: #fff;
    }

    .header .-desktop ul li.dropdown-content>.sub-menu>.column.menu-title>a {
        display: block;
        border-bottom: 1px solid #fff;
        text-transform: uppercase;
        padding-left: 0;
        padding-bottom: 6px;
        margin-bottom: 10px;
    }

    .header .-desktop ul li.dropdown-content>.sub-menu>.column.menu-title>a:before {
        content: "";
    }

    .header .-desktop ul li.dropdown-content>.sub-menu>.column.menu-title>a:hover {
        color: #fff;
    }

    .header .-desktop ul li.dropdown-content>.sub-menu>.column.no-link>a {
        cursor: default;
    }

    .header .-desktop ul li:hover>.sub-menu {
        display: block;
    }

    .header .-desktop ul li.dropdown-content:hover>.sub-menu {
        display: flex;
    }

    .header .-desktop .mainbar-wrap {
        height: 115px;
        padding-left: calc((100% - 1500px) / 2);
        padding-right: calc((100% - 1500px) / 2);
    }

    .header .-desktop .mainbar-wrap .main-navigation .dropbtn,
    .header .-desktop .mainbar-wrap .main-navigation .no-dropbtn {
        line-height: 115px;
        padding: 0;
        margin: 0 0 0 14px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1559px) {

    .header .-desktop .topbar,
    .header .-desktop .mainbar-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .header .-desktop.-swiss .mainbar-wrap {
        padding-left: 34px;
        padding-right: 34px;
    }

    .header .-mobile {
        display: none;
    }
}

.header .languages {
    position: relative;
    height: 100%;
    z-index: 1;
}

.header .languages .selected {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header .languages .selected:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    margin-left: 20px;
}

.header .languages ul {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #002f6c;
    color: #fff;
    width: 100%;
    min-width: 150px;
    display: none;
}

.header .languages ul li {
    text-align: center;
}

.header .languages ul li+li {
    margin-left: 0 !important;
}

.header .languages ul li.active a {
    background: #00459f;
    color: #dbbaae;
}

.header .languages ul li a {
    color: #fff;
    padding: 4px 10px;
    width: 100%;
    display: block;
    text-transform: inherit;
}

.header .languages ul li a:hover {
    background: #00459f;
}

.header .languages-switch {
    max-width: 200px;
}

.header .languages-switch ul {
    text-align: center;
}

.header .languages-switch ul li:hover a {
    font-weight: normal;
}

.header .languages-switch ul li a {
    color: #393939;
    padding: 4px 10px;
}

.header .languages-switch ul li a:hover {
    font-weight: normal;
}

.header .languages-switch ul li ul li a {
    color: #fff;
}

.header .languages-switch ul li ul li a:hover {
    font-weight: bold;
}

.header .languages-switch .wpml-ls-legacy-dropdown-click .wpml-ls-current-language a:focus,
.header .languages-switch .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a {
    background: none;
}

.header .languages-switch .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    margin-left: 20px;
    border: none;
    border-top: none;
    position: inherit;
    right: inherit;
}

.header .languages-switch .wpml-ls-legacy-dropdown-click a span {
    text-transform: none;
}

@media only screen and (max-width: 1270px) {
    .header {
        position: relative;
    }

    .header .-desktop {
        display: none;
    }

    .header .-mobile {
        display: block;
    }

    .header .-mobile .mainbar-wrap {
        height: 75px;
        padding: 12px 22px;
    }

    .header .-mobile .brandname {
        max-width: 197px;
    }

    .header .-mobile .checkbox-toggle {
        position: absolute;
        top: 50%;
        right: 22px;
        transform: translateY(-50%);
        z-index: 2;
        cursor: pointer;
        width: 36px;
        height: 36px;
        opacity: 0;
    }

    .header .-mobile .checkbox-toggle:checked+.hamburger>div {
        transform: rotate(135deg);
    }

    .header .-mobile .checkbox-toggle:checked+.hamburger>div:before,
    .header .-mobile .checkbox-toggle:checked+.hamburger>div:after {
        top: 0;
        transform: rotate(90deg);
    }

    .header .-mobile .checkbox-toggle:checked+.hamburger>div:after {
        opacity: 0;
    }

    .header .-mobile .checkbox-toggle:checked~.menu {
        pointer-events: auto;
        visibility: visible;
    }

    .header .-mobile .checkbox-toggle:checked~.menu>div {
        transform: scale(1);
        transition-duration: 0.75s;
    }

    .header .-mobile .checkbox-toggle:checked~.menu>div>div {
        opacity: 1;
        transition: opacity 0.4s ease 0.4s;
    }

    .header .-mobile .checkbox-toggle:checked:hover+.hamburger>div {
        transform: rotate(225deg);
    }

    .header .-mobile .hamburger {
        position: absolute;
        top: 50%;
        right: 22px;
        transform: translateY(-50%);
        z-index: 1;
        width: 36px;
        height: 36px;
        cursor: pointer;
        transition: box-shadow 0.4s ease;
        backface-visibility: hidden;
    }

    .header .-mobile .hamburger>div {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        flex: none;
        width: 100%;
        height: 2px;
        background: #002f6c;
        transition: all 0.4s ease;
    }

    .header .-mobile .hamburger>div:before,
    .header .-mobile .hamburger>div:after {
        content: "";
        position: absolute;
        z-index: 1;
        top: calc(-36px / 4);
        left: 0;
        width: 100%;
        height: 2px;
        background: inherit;
        transition: all 0.4s ease;
    }

    .header .-mobile .hamburger>div:after {
        top: calc(36px / 4);
    }

    .header .-mobile .topbar {
        padding: 10px 22px 0;
        border-bottom-color: #fff;
    }

    .header .-mobile .topbar .topbar-wrap {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .header .-mobile .topbar .topbar-wrap>div {
        padding-bottom: 10px;
    }

    .header .-mobile .topbar .topbar-wrap .search,
    .header .-mobile .topbar .topbar-wrap .mia {
        flex: 1;
        order: 1;
        justify-content: flex-start;
    }

    .header .topbar .topbar-wrap .search,
    .header .topbar .topbar-wrap .mia,
    .header .topbar .topbar-wrap ul li {
        margin-right: 20px !important;
    }

    .header .-mobile .topbar .topbar-wrap .top-menu li+li {
        margin-left: 0 !important;
        border: 0;
    }

    .header .topbar .topbar-wrap ul li {
        padding: 0 0 10px;
    }

    .header .-mobile .topbar .topbar-wrap ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .header .-mobile .topbar .topbar-wrap .top-menu {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .header .-mobile .topbar .topbar-wrap .top-menu li+li {
        margin-left: 10px;
    }

    .header .-mobile .topbar .topbar-wrap .top-menu li a {
        padding: 0;
    }

    .header .-mobile .topbar .topbar-wrap .mia a:before,
    .header .-mobile .topbar .topbar-wrap .pin a:before {
        color: #fff;
    }

    .header .-mobile .topbar .topbar-wrap .mia a svg .st0,
    .header .-mobile .topbar .topbar-wrap .pin a svg .st0 {
        fill: #fff;
    }

    .header .-mobile .topbar .topbar-wrap .mia:before,
    .header .-mobile .topbar .topbar-wrap .mia:after,
    .header .-mobile .topbar .topbar-wrap .pin:before,
    .header .-mobile .topbar .topbar-wrap .pin:after {
        background-color: #fff;
    }

    .header .-mobile .topbar .topbar-wrap .search svg path {
        fill: #fff;
    }

    .header .topbar .topbar-wrap ul li.-os {
        background-color: transparent;
        order: 1;
    }

    .header .topbar .topbar-wrap ul li.skincare a {
        background: url('images/skincare-white.svg') center left no-repeat;
        background-size: contain;
        padding-left: 20px !important;
        color: transparent;
        text-indent: -999999px;
    }

    .header .topbar .topbar-wrap .search span {
        display: none;
    }

    .header .-mobile .languages {
        color: #fff;
    }

    .header .-mobile .main-navigation {
        display: none;
        position: absolute;
        top: 75px;
        background: rgba(0, 47, 108, 0.89);
        z-index: 999;
        width: 100%;
    }

    .header .-mobile .main-navigation ul {
        margin: 0;
        padding: 11px 0;
    }

    .header .-mobile .main-navigation ul li a {
        display: block;
        color: #fff;
        padding: 11px 22px;
    }

    .header .-mobile .main-navigation ul li a :hover,
    .header .-mobile .main-navigation ul li a.active {
        color: #dbbaae;
    }

    .header .-mobile .main-navigation ul li a+a {
        padding-top: 0;
    }

    .header .-mobile .main-navigation ul li.btn-menu {
        padding: 0 22px;
    }

    .header .-mobile .main-navigation ul li.btn-menu a {
        color: #002f6c;
        background: #fff;
        display: inline-block;
        font-weight: bold;
    }

    .header .-mobile .main-navigation ul li.btn-menu.pin a {
        background: url('images/pin-blue.svg') #fff center left 12px no-repeat;
    }

    .header .-mobile .main-navigation ul li.current-menu-item a {
        color: #dbbaae;
    }

    .header .-mobile .main-navigation ul li.list-indent>.sub-menu {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header .-mobile .main-navigation ul li .sub-menu {
        padding: 0 0 11px;
        margin-bottom: 11px;
        list-style: none;
    }

    .header .-mobile .main-navigation ul li .sub-menu li a {
        padding: 10px 22px;
    }

    .header .-mobile .main-navigation ul li .sub-menu li .sub-menu .sub-menu .sub-menu {
        padding-left: 22px;
        margin: 0;
        padding-bottom: 0;
    }

    .header .-mobile .main-navigation ul li.menu-item-has-children .dropdown-toggle {
        position: relative;
    }

    .header .-mobile .main-navigation ul li.menu-item-has-children .dropdown-toggle::after {
        content: "+";
        position: absolute;
        top: 50%;
        right: 22px;
        transform: translateY(-50%);
        font-size: 24px;
    }

    .header .-mobile .main-navigation ul li.menu-item-has-children .dropdown-toggle.active::after {
        content: "-";
    }

    .header .-mobile .main-navigation ul li .dropdown-toggle {
        text-transform: uppercase;
    }

    .header .-mobile .main-navigation ul li .dropdown {
        display: none;
        border-bottom: 1px solid #fff;
    }

    #menu-item-wpml-ls-2-en a, #menu-item-wpml-ls-2-de a{
        display: none;
    }

    #menu-item-wpml-ls-2-en ul li a, #menu-item-wpml-ls-2-de ul li a{
        display: block;
    }

    #menu-item-5568, #menu-item-5532{
        width: 100%;
    }

    #top-menu #menu-item-wpml-ls-2-en .sub-menu,#top-menu #menu-item-wpml-ls-2-en .sub-menu li, #top-menu #menu-item-wpml-ls-2-de .sub-menu, #top-menu #menu-item-wpml-ls-2-de .sub-menu li {
        padding: 0;
        margin: 0;
    }
}

.template-products-landingpage .screen .container article {
    position: relative;
}

.template-products-landingpage .screen .content .title {
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
    .template-products-landingpage .screen {
        position: relative;
        margin-bottom: 0px;
    }

    .template-products-landingpage .screen .placeholder::before {
        height: 0px;
        padding-bottom: 25.67708%;
    }

    .template-products-landingpage .screen .content {
        position: absolute;
        top: 50%;
        right: 10%;
        transform: translateY(-50%);
        width: 40%;
        color: #002f6c;
        text-align: right;
    }

    .template-products-landingpage .screen .content .title {
        font-size: 2.25rem;
    }

    .template-products-landingpage .category .flex-fill {
        flex-basis: 50%;
    }

    .template-products-landingpage .category .placeholder::before {
        height: 0px;
        padding-bottom: 31.5625%;
    }

    .template-products-landingpage .category .reverse-color .odd {
        color: #fff;
        background-color: #8696b0;
    }

    .template-products-landingpage .category .reverse-color .odd .title-vline {
        color: #fff;
    }

    .template-products-landingpage .category .reverse-color .odd .title-vline>span::before {
        background-color: #fff;
    }
}

.archive-medical-devices-row .screen {
    position: relative;
    margin-bottom: 0px;
}

.archive-medical-devices-row .screen .placeholder::before {
    height: 0px;
    padding-bottom: 25.67708%;
}

.archive-medical-devices-row .screen .content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    width: 40%;
    color: #fff;
}

.archive-medical-devices-row .screen .content .title {
    font-size: 2.25rem;
    text-transform: uppercase;
}

.archive-skincare-row .screen {
    position: relative;
    margin-bottom: 0px;
}

.archive-skincare-row .screen .placeholder::before {
    height: 0px;
    padding-bottom: 25.67708%;
}

.archive-skincare-row .screen .content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    width: 40%;
    color: #fff;
}

.archive-skincare-row .screen .content .title {
    font-size: 2.25rem;
    text-transform: uppercase;
}

.post-medical-devices-row .screen,
.post-skincare-row .screen {
    position: relative;
    margin-bottom: 0px;
}

.post-medical-devices-row .screen .content,
.post-skincare-row .screen .content {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    width: 30%;
    color: #fff;
    text-align: right;
}

.post-medical-devices-row .screen .content.-left,
.post-skincare-row .screen .content.-left {
    right: 0;
    left: 10%;
    text-align: left;
}

.post-medical-devices-row .screen .content .title,
.post-skincare-row .screen .content .title {
    font-size: 2.25rem;
    text-transform: uppercase;
}

.post-medical-devices-row .screen .content .btn-slide,
.post-skincare-row .screen .content .btn-slide {
    margin-top: 30px;
}

.post-medical-devices-row .screen .content .btn-slide a:hover,
.post-skincare-row .screen .content .btn-slide a:hover {
    background-color: transparent;
    border-color: #fff;
}

.post-skincare-row .post-content>div:first-child img {
    transition: all .3s linear;
}

.post-skincare-row .post-content>div:first-child img:hover {
    transform: scale(1.2);
}

.post-medical-devices-row .subtitle_box {
    margin: 150px 0 100px;
}

@media only screen and (max-width: 991px) {

    .post-medical-devices-row .post-content .flex-fill:nth-child(2),
    .post-skincare-row .post-content .flex-fill:nth-child(2) {
        padding: 30px 0;
    }

    .post-medical-devices-row .screen .content,
    .post-skincare-row .screen .content {
        width: 50%;
    }

    .post-medical-devices-row .screen .content .title,
    .post-skincare-row .screen .content .title {
        width: 60%;
        margin-left: auto;
    }

    .post-medical-devices-row .subtitle_box {
        margin: 80px 0;
    }
}

@media only screen and (min-width: 992px) {

    .post-medical-devices-row .post-content .flex-fill:nth-child(2),
    .post-skincare-row .post-content .flex-fill:nth-child(2) {
        margin-left: 90px;
        flex-basis: calc(50% - 90px);
    }
}

@media only screen and (max-width: 576px) {

    .post-medical-devices-row .screen .content,
    .post-skincare-row .screen .content {
        width: 80%;
    }

    .post-medical-devices-row .screen .content .btn-slide,
    .post-skincare-row .screen .content .btn-slide {
        margin-top: 10px;
        width: 80%;
        margin-left: auto;
    }

    .post-medical-devices-row .screen .content .btn-slide .btn,
    .post-skincare-row .screen .content .btn-slide .btn {
        font-size: 1rem;
    }
}

@media only screen and (min-width: 992px) {
    .post-medical-devices-row .post-content .title-underline {
        color: #002f6c;
    }

    .post-medical-devices-row .post-content .title-underline::before {
        background-color: #002f6c;
    }
}

@media only screen and (min-width: 992px) {
    .post-skincare-row .post-content .leaflet .list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .post-skincare-row .post-content .leaflet .list .item>a {
        position: relative;
        padding-left: 60px;
        line-height: 49px;
        color: #002f6c;
        text-decoration: underline;
    }

    .post-skincare-row .post-content .leaflet .list .item>a::before {
        content: "";
        background-image: url("images/icon-leaflet.png");
        background-repeat: no-repeat;
        width: 49px;
        height: 49px;
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .post-skincare-row .post-content .leaflet .list .item>a:hover {
        color: #dbbaae;
    }

    .post-skincare-row .post-content .leaflet .list .item+.item {
        margin-top: 8px;
    }

    .post-skincare-row .post-content .ecommerce .btn {
        position: relative;
        padding-right: 50px;
    }

    .post-skincare-row .post-content .ecommerce .btn::before {
        content: "\f07a";
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        margin-right: 20px;
    }
}


.slider .item {
    position: relative;
}

.slider .item .content .title {
    font-size: 2.25rem;
    text-transform: uppercase;
}

.slider .item .content .description {
    font-size: 1.25rem;
}

/* .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;
} */
.recommended-row .title {
    font-size: 1.25rem;
    text-align: center;
}

.event-post-row .title-underline {
    font-size: 1.75rem;
}

.event-post-row .subtitle {
    font-size: 1.5rem;
    color: #002f6c;
}

.event-post-row .description {
    font-size: 1.25rem;
}

.map-row .title-underline {
    font-size: 1.75rem;
}

.map-row .description {
    font-size: 1.25rem;
}

@media only screen and (min-width: 1200px) {
    .slider .item .btn-slide {
        position: absolute;
        right: 10%;
        bottom: 135px;
    }

    .slider .content {
        position: absolute;
        top: 50%;
        right: 10%;
        transform: translateY(-50%);
        width: 30%;
        color: #fff;
    }

    .slider .content .logo {
        display: block;
    }

    .slider .content .logo.-mobile {
        display: none;
    }

    .slider .content .btn-default {
        color: #fff;
        border-color: #fff;
    }

    .slider .content .btn-default:hover {
        border-color: #002f6c;
    }
}

@media only screen and (max-width: 1200px) {
    .slider .hero:after {
        content: none;
    }

    .slider .item .content {
        padding: 30px;
        position: relative;
    }

    .slider .item .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;
    }

    .slider .item .content .title {
        color: #dbbaae;
        font-size: 24px;
    }

    .slider .item .content .logo {
        display: none;
    }

    .slider .item .content .logo.-mobile {
        display: block;
    }

    .slider .item .content .description {
        color: #002f6c;
        font-size: 18px;
    }

    /* .slider .item.-video .content {
        padding: 0;
    } */
    .slider .item .btn-slide {
        padding: 30px;
    }

    .slider .item .btn {
        color: #002f6c;
        background-color: transparent;
        border-color: #002f6c;
    }

    .slider .slick-next,
    .slider .slick-prev {
        top: 90px;
    }
}

.post-row .title,
.post-row h2,
.post-row h3 {
    color: #002f6c;
}

@media only screen and (min-width: 992px) {
    .post-row .related-posts-row .item {
        flex-basis: calc(33.3% - 15px);
    }

    .post-row .related-posts-row .item+.item {
        margin-left: 15px;
    }
}

.user-signature-box {
    display: flex;
}

.user-signature-box .user-signature-photo {
    flex-basis: 27%;
    height: 0;
    padding-top: 27%;
    overflow: hidden;
    position: relative;
}

.user-signature-box .user-signature-photo img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.user-signature-box .user-signature-text {
    display: flex;
    flex-basis: 60%;
    padding-left: 50px;
    justify-content: space-around;
    flex-direction: column;
}

.user-signature-box .user-signature-text img {
    width: 60%;
    padding-bottom: 40px;
}

.user-signature-box .user-signature-text p {
    margin-bottom: 0;
    font-weight: bold;
}

.user-signature-box .user-signature-text a {
    width: max-content;
    color: #002f6c;
    font-weight: bold;
    font-size: 24px;
}

@media only screen and (max-width: 576px) {
    .user-signature-box {
        flex-direction: column;
    }

    .user-signature-box .user-signature-text {
        padding: 30px;
    }

    .user-signature-box .user-signature-text img {
        padding-bottom: 20px;
    }

    .user-signature-box .user-signature-photo {
        padding-top: 100%;
    }
}

.page-row {
    color: #000;
}

.page-row .list-search-results article+article {
    border-top: 1px solid #002f6c;
}

.page-row .list-search-results article .title {
    font-size: 1.25rem;
    margin-bottom: 14px;
}

.page-row .list-search-results article .description {
    font-size: 1.125rem;
    margin-bottom: 14px;
}

.page-row .list-search-results article .btn {
    font-size: 1rem;
}

.footer {
    font-size: 1rem;
    background-color: #8997AE;
}

.footer p {
    margin-bottom: 10px;
    color: #fff;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.footer .address {
    margin-bottom: 25px;
}

.footer .address p:not(:first-child) {
    font-size: 14px;
    line-height: 18px;
}

.footer .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .-col-2:not(:first-child) .menu li {
    margin-bottom: 8px;
}

.footer .-col-2:not(:first-child) .menu li a {
    font-size: 14px;
    /* font-family: 'Open Sans', sans-serif; */
}

.footer .-col-2:not(:first-child) .menu li.no-link {
    margin-bottom: 20px;
}

.footer .-col-2:not(:first-child) .menu li.no-link a {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

.footer .-col-2:not(:last-child) .menu li:not(.no-link) a {
    text-transform: none;
}

.footer .menu.col-1 {
    margin-top: 30px;
}

.footer .menu.col-1 li+li {
    margin-top: 20px;
}

.footer .menu.col-1 a {
    color: #002f6c;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.footer .menu a {
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
}

.footer .menu a:hover {
    color: #dbbaae;
}

.footer .social-menu li {
    margin: 0 10px 0 0;
}

.footer .social-menu li a {
    display: inline-block;
}

.footer .social-menu li a svg {
    width: 30px;
    height: 30px;
}

.footer .footer-wrap {
    padding-top: 40px;
    padding-bottom: 100px;
    display: flex;
    align-items: top;
    justify-content: left;
    flex-wrap: wrap;
}

.footer .footer-wrap>div {
    padding: 0 15px;
}

.footer .footer-wrap .col-2 {
    margin-left: 25%;
    color: #fff;
}

.footer .footer-wrap .col-2 .footer-menu-col1 {
    margin: 16px 0 30px;
}

.footer .footer-wrap .col-2 .footer-menu-col1 li {
    margin: 0;
}

.footer .footer-wrap .col-2 .footer-menu-col1 li+li {
    margin: 8px 0 0;
}

.footer .footer-wrap .col-3,
.footer .footer-wrap .col-4 {
    margin-left: 14%;
}

.footer .footer-wrap .col-3 li+li,
.footer .footer-wrap .col-4 li+li {
    margin-top: 8px;
}

.footer .footer-wrap .col-3 li.shop,
.footer .footer-wrap .col-4 li.shop {
    margin-top: 30px;
}

.footer .footer-wrap .col-3 li.shop a,
.footer .footer-wrap .col-4 li.shop a {
    text-transform: lowercase;
}

.footer .footer-wrap .col-3 li.shop a::before,
.footer .footer-wrap .col-4 li.shop a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f290";
    font-weight: 900;
    padding: 0 10px 0 0;
}

.footer .copyright {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 0.875rem;
    text-align: center;
}

.footer .copyright .menu li a {
    font-size: 0.875rem;
    font-family: 'Open Sans', sans-serif;
}

@media only screen and (max-width: 1200px) and (min-width: 993px) {
    .footer .footer-wrap>div {
        margin-bottom: 30px;
    }

    .footer .footer-wrap .-col-2 {
        flex-basis: calc(100% / 3);
    }
}

@media only screen and (max-width: 992px) {
    .footer .footer-wrap {
        padding: 30px;
        margin: 0;
    }

    .footer .footer-wrap>div {
        width: 100%;
        text-align: center;
        margin: 0 !important;
    }

    .footer .footer-wrap>div+div {
        margin-top: 20px !important;
    }

    .footer .copyright {
        text-align: center;
    }

    .footer .copyright li+li {
        margin-top: 8px;
    }

    .footer .copyright .-space {
        display: inherit;
    }

    .footer .copyright .menu {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 993px) {
    .footer .footer-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }

    /* .footer .footer-wrap .col-1 {
        width: 30%;
    } */
    .footer .footer-wrap .col-1 img {
        width: 116px;
    }

    .footer .footer-wrap .col-2,
    .footer .footer-wrap .col-3,
    .footer .footer-wrap .col-4 {
        width: 16.66666667%;
        padding: 0 15px;
    }

    .footer .footer-wrap .col-2 {
        margin-left: 3%;
    }

    .footer .footer-wrap .col-3,
    .footer .footer-wrap .col-4 {
        margin-left: 0;
    }

    .footer .social-menu {
        justify-content: flex-start;
    }

    .footer .copyright .-space {
        justify-content: center;
    }

    .footer .copyright p {
        margin-bottom: 0;
    }

    .footer .copyright .menu {
        margin-left: 20px;
    }

    .footer .copyright .menu li {
        display: inline-block;
        margin: 0 14px 0 0;
    }
}

@media only screen and (min-width: 993px) {
    .footer.-swiss .footer-wrap {
        padding-left: 34px;
        padding-right: 34px;
    }
}

.hide {
    display: none;
}

.bg-dark {
    color: #fff;
    background-color: #002f6c;
}

.bg-pink {
    background-color: #DBBAAE
}

img {
    max-width: 100%;
    height: auto;
}

img.img-full {
    width: 100%;
}

.hero .placeholder:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(0deg, rgba(34,53,113,0.55) 0%, rgba(17,27,57,0) 100%); */
}

.placeholder {
    position: relative;
    display: block;
}

.placeholder.-border {
    border: 1px solid #002f6c;
}

.placeholder::before {
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    padding-bottom: 56.25%;
    background-color: #dbbaae;
}

.placeholder.-ratio-reverse::before {
    height: 0px;
    padding-bottom: 133.33333%;
}

.placeholder>.placeholder-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.placeholder>.placeholder-content.-mobile {
    display: none;
}

.placeholder.-circle {
    border-radius: 100%;
    overflow: hidden;
    width: 60%;
    margin: 0 auto;
}

.placeholder.-circle::before {
    height: 0px;
    padding-bottom: 100%;
}

.slick-slider .slick-list {
    height: max-content;
}

.intro .title {
    font-size: 36px;
    line-height: 1.2;
}

.resp-wrap {
    position: relative;
    overflow: hidden;
    height: 0px;
    padding-bottom: 56.25%;
}

.resp-wrap .resp-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.d-block {
    display: block;
}

.d-inline-block {
    display: inline-block;
}

.mt-small {
    margin-top: 20px;
}

.mt-default {
    margin-top: 30px;
}

.mt-big {
    margin-top: 60px;
}

.mb-small {
    margin-bottom: 20px;
}

.mb-default {
    margin-bottom: 30px;
}

.mb-big {
    margin-bottom: 60px;
}

.no-mb,
.mb-0 {
    margin-bottom: 0;
}

.mt-0 {
    margin-top: 0;
}

.ml-0 {
    margin-left: 0;
}

.mr-0 {
    margin-right: 0;
}

.pt-small {
    padding-top: 20px;
}

.pt-default {
    padding-top: 30px;
}

.pt-big {
    padding-top: 60px;
}

.pb-small {
    padding-bottom: 20px;
}

.pb-default {
    padding-bottom: 30px;
}

.pb-big {
    padding-bottom: 60px;
}

.pl-small {
    padding-left: 20px;
}

.pl-default {
    padding-left: 30px;
}

.pl-big {
    padding-left: 60px;
}

.pr-small {
    padding-right: 20px;
}

.pr-default {
    padding-right: 30px;
}

.pr-big {
    padding-right: 60px;
}

section {
    margin-bottom: 80px;
}

.-white {
    color: #fff;
}

.-blue {
    color: #002f6c;
}

.-pink {
    color: #dbbaae;
}

.-black {
    color: #000;
}

.bg-white {
    background-color: #fff;
}

.bg-blue {
    background-color: #002f6c;
}

.bg-light-pink {
    background-color: rgba(221, 188, 176, 0.4);
}

.-light-blue {
    color: #7281A1;
}

.bg-light-blue {
    background-color: #7281A1;
}

.odd,
.reverse-color .even {
    background-color: #dbbaae;
}

.even,
.reverse-color .odd {
    background-color: #fff;
}

.slick-next,
.slick-prev {
    z-index: 100;
    width: 33px;
    height: 50px;
}

.slick-next::before,
.slick-prev::before {
    content: "";
    font-size: inherit;
    height: 100%;
    width: 100%;
    border: 0;
    background-image: url("images/arrow-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    opacity: 1;
}

.slick-prev::before {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.slick-prev {
    left: 30px;
}

.slick-next {
    right: 30px;
}

.slick-dots {
    bottom: 100px;
}

.slick-dots li {
    width: 24px;
    height: 12px;
}

.slick-dots li button {
    width: 24px;
    height: 12px;
    padding: 0;
}

.slick-dots li button::before {
    opacity: 1;
    content: "";
    clip-path: polygon(0px 6px, 12px 12px, 24px 6px, 12px 0px);
    width: 24px;
    height: 12px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    background-color: #7281A1;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #002f6c;
}

@media only screen and (max-width: 991px) {

    .slick-next,
    .slick-prev {
        width: 20px;
        height: 30px;
    }
}

.overlay {
    font-family: "Open Sans", sans-serif;
    display: none;
    position: fixed;
    z-index: 9998;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(221, 188, 176, 0.9);
    backdrop-filter: blur(5px);
}

.overlay.show-modal {
    display: block;
}

.overlay .overlay-container {
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1024px;
    width: 100%;
}

.overlay .overlay-container .close {
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
}

.overlay .overlay-container .close:hover {
    opacity: 0.7;
}

.overlay .overlay-container .title {
    font-size: 1.5rem;
    font-weight: 600;
    /* color: #8696b0; */
}

.overlay .overlay-container .description {
    font-size: 1.25rem;
}

.overlay .overlay-container .btn {
    flex-basis: calc(50% - 40px);
    margin: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.overlay .overlay-container .btn .notice {
    font-size: 16px;
}

.overlay .overlay-container.-full-width {
    border-radius: 0;
    top: 0;
    left: 0;
    transform: none;
    background: none;
    max-width: inherit;
    height: 100%;
    overflow: hidden;
    max-height: none;
    left: 20px;
}

.overlay .overlay-container.-full-width .close {
    color: #fff;
}

.overlay .overlay-container.-full-width .close:hover {
    opacity: 0.7;
}

.overlay .overlay-container.-full-width .overlay-container-message {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 1024px;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.overlay .overlay-container.-full-width .overlay-container-message .search-input {
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    text-align: center;
    font-size: 35px;
    padding: 20px 60px;
    color: #fff;
}

.overlay .overlay-container.-full-width .overlay-container-message .search-input:focus {
    border-color: #fff;
}

.overlay .overlay-container.-full-width .overlay-container-message .search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.overlay .overlay-container.-full-width .overlay-container-message .search-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.overlay .overlay-container.-full-width .overlay-container-message .search-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.overlay .overlay-container.-full-width .overlay-container-message .search-submit {
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 1);
}

.overlay .overlay-container.-full-width .overlay-container-message .search-submit:hover {
    cursor: pointer;
    color: #fff;
}

.overlay .overlay-container.-full-width .overlay-container-message .search-submit:focus {
    outline: 0;
}

.overlay.overlay-byebye .overlay-container {
    padding: 50px;
    border-radius: 0;
    max-width: 1024px;
    width: 100%;
}

.overlay.overlay-byebye .overlay-container .title {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 54px;
    line-height: 58px;
}

.overlay.overlay-byebye .overlay-container .description {
    font-size: 18px;
    margin: 20px 0;
}

.overlay.overlay-byebye .overlay-container .btn {
    font-size: 13.5px;
    flex-basis: calc(20% - 40px);
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    border-width: 2px;
}

.overlay.overlay-byebye .overlay-container .btn.btn-procedi {
    color: #fff;
    background-color: #6d81a3;
    border-color: #6d81a3;
}

.overlay.overlay-byebye .overlay-container .btn.btn-procedi:hover {
    background-color: #002f6c;
    border-color: #002f6c;
}

.overlay.overlay-byebye .overlay-container .btn.btn-annulla {
    color: #1259a6;
    background-color: #fff;
    border-color: #6d81a3;
}

.overlay.overlay-byebye .overlay-container .btn.btn-annulla:hover {
    color: #fff;
    background-color: #6d81a3;
}

@media only screen and (max-width: 991px) {
    .overlay .overlay-container {
        width: calc(100% - 40px);
        max-height: calc(100vh - 40px);
        overflow-y: auto;
    }

    .overlay .overlay-container .btn {
        flex-basis: calc(100% - 40px);
    }
}

table {
    border-collapse: collapse;
}

table td,
table th {
    border: 1px solid #000;
    padding: 8px;
}

.custom-select {
    width: 50%;
    margin: 0;
    position: relative;
}

.custom-select select {
    width: 100%;
    height: 32px;
    font-size: 100%;
    cursor: pointer;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #707070;
    color: #000;
    appearance: none;
    padding: 4px 10px;
    padding-right: 38px;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: color 0.3s ease, background-color 0.3s ease, border-bottom-color 0.3s ease;
}

.custom-select select::-ms-expand {
    display: none;
}

.custom-select select:hover,
.custom-select select:focus {
    color: #002f6c;
    border-color: #002f6c;
}

.custom-select .select-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 32px;
    pointer-events: none;
    background: #cbcbcb;
    color: #002f6c;
    text-align: center;
    line-height: 32px;
}

.navigation {
    text-align: center;
}

.navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.navigation ul li {
    display: inline-block;
    float: left;
}

.navigation ul li a {
    text-decoration: underline;
}

.navigation ul li span,
.navigation ul li a {
    color: #8696b0;
    padding: 0 6px;
}

.navigation ul li.active a,
.navigation ul li.pagination-next a,
.navigation ul li.pagination-prev a {
    color: #002f6c;
    text-decoration: none;
}

.navigation ul li a:hover {
    color: #dbbaae;
}

.navigation ul li+li {
    border-left: 1px solid #393939;
}

.cookie-alert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #002f6c;
    color: #fff;
    z-index: 9998;
}

.cookie-alert .closeCookie {
    margin-left: 45px;
}

@media only screen and (max-width: 1200px) {
    .placeholder>.placeholder-content.-mobile {
        display: block;
    }
}

@media only screen and (max-width: 992px) {
    .cookie-alert {
        padding-left: 30px;
        padding-right: 30px;
    }

    .cookie-alert .closeCookie {
        display: block;
        margin: 20px 0 0;
    }
}

@media only screen and (max-width: 576px) {
    .overlay.overlay-byebye .overlay-container .title {
        font-size: 36px;
        line-height: 40px;
    }

    .overlay.overlay-byebye .overlay-container .btn {
        flex-basis: calc(50% - 40px);
    }
}

@media only screen and (max-width: 1559px) {
    .-mobile-space {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.d-flex {
    display: flex;
    align-items: normal;
    justify-content: center;
    flex-wrap: wrap;
}

.d-flex.-start {
    display: flex;
    align-items: normal;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.d-flex.-center {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
}

.d-flex.-baseline {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
}

.d-flex.-space {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    flex-wrap: wrap;
}

.d-flex.-center.justify-center {
    justify-content: center;
}

.d-flex.-reverse-row {
    flex-direction: row-reverse;
}

.flex-fill {
    flex-basis: 33.3%;
}

.flex-fill.-col-1 {
    flex-basis: 8.3%;
}

.flex-fill.-col-2 {
    flex-basis: 16.6%;
}

.flex-fill.-col-3 {
    flex-basis: 25%;
}

.flex-fill.-col-4 {
    flex-basis: 33.3%;
}

.flex-fill.-col-6 {
    flex-basis: 50%;
}

.flex-fill.-col-8 {
    flex-basis: 66.6%;
}

.flex-fill.-col-9 {
    flex-basis: 74.9%;
}

.flex-fill.-col-10{
    flex-basis: 83.3%;
}

.flex-fill.-col-12 {
    flex-basis: 100%;
}

@media only screen and (max-width: 991px) {
    .title-vline-big {
        min-height: 80px;
    }

    section {
        margin-bottom: 60px;
    }

    section.list_prodotti_adt {
        margin-bottom: 100px;
    }

    .content-wrap {
        padding: 30px;
    }

    .flex-fill {
        flex-basis: 100%;
        width: 100%;
    }

    .flex-fill.-col-2,
    .flex-fill.-col-3,
    .flex-fill.-col-4,
    .flex-fill.-col-6,
    .flex-fill.-col-8,
    .flex-fill.-col-12 {
        flex-basis: 100%;
        width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        max-width: 1920px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .container-small {
        max-width: 1500px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .content-wrap {
        padding: 30px 60px;
    }

    .graphism {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-960px);
        background-image: url("images/oblique-lines.png");
        background-repeat: repeat-y;
        width: 130px;
        height: 100vh;
        position: fixed;
        z-index: -1;
    }
}

@media only screen and (max-width: 576px) {
    section {
        margin-bottom: 40px;
    }

    .screen .placeholder::before,
    .placeholder::before {
        height: 0px !important;
        padding-bottom: 56.25% !important;
    }
}

#map .placeholder::before {
    padding-bottom: 56.25% !important;
}

.hero {
    position: relative;
}

.hero:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 41px;
    background: url('images/wave.svg') center bottom no-repeat;
    background-size: contain;
}

.hero.-pink:after {
    background: url('images/wave-pink.svg') center bottom no-repeat;
    background-size: contain;
    height: 44px;
}

.hero .placeholder::before {
    padding-bottom: 38%;
}

/* html:lang(ar) .title-vline > span:before {
    left: inherit;
    right: 0;
}  
html:lang(ar) .title-vline-big:before {
    left: inherit;
    right: -130px;
}
html:lang(ar) .template-ambassador .title-vline-big:before {
    right: -130px;
    left: inherit !important;
}
html:lang(ar) .footer .social-menu li {
    margin: 0;
}
html:lang(ar) .footer .social-menu li + li {
    margin-right: 10px;
}
html:lang(ar) .slick-slider {
    overflow: hidden;
}
html:lang(ar) .slick-slider .slick-track,
html:lang(ar) .slick-slider .slick-list {
    direction: ltr;
    height: max-content;
}
html:lang(ar) .slick-slider .slick-track .title-vline > span,
html:lang(ar) .slick-slider .slick-list .title-vline > span {
    text-align: right;
}
html:lang(ar) .slick-slider .slick-prev {
    right: inherit;
    left: 30px;
}
html:lang(ar) .slick-slider .slick-next {
    left: inherit;
    right: 30px;
}
html:lang(ar) .-form .form-group button[type="submit"],
html:lang(ar) .-form .form-group #loader {
    float: left;
}
@media only screen and (min-width: 1200px) {
    html:lang(ar) .-desktop .topbar ul li + li {
        margin-left: 0;
        margin-right: 14px;
    }
    html:lang(ar) .-desktop .topbar .languages-switch .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
        margin-right: 20px;
        margin-left: 0;
    }
    html:lang(ar) .-desktop .topbar .search {
        margin: 0 0 0 20px;
    }
    html:lang(ar) .-desktop ul.primary-menu > li + li {
        margin-right: 14px;
        margin-left: 0;
    }
    html:lang(ar) .-desktop ul.primary-menu > li .sub-menu > li.menu-title > a.ext_link {
        padding-right: 0;
    }
    html:lang(ar) .-desktop ul.primary-menu > li .sub-menu > li.menu-title ul.sub-menu {
        transform: none;
        left: 0;
        right: -20px;
    }
    html:lang(ar) .-desktop ul.primary-menu > li .sub-menu > li > a {
        padding-left: 20px !important;
        padding-right: 20px;
    }
    html:lang(ar) .-desktop ul.primary-menu > li .sub-menu > li > a:before {
        left: inherit;
        right: 0;
        transform: rotateY(180deg) translateY(-50%);
    }
}
@media only screen and (max-width: 1200px) {
    html:lang(ar) .-mobile .checkbox-toggle,
    html:lang(ar) .-mobile .hamburger {
        left: 22px;
        right: inherit;
    }
    html:lang(ar) .-mobile .topbar .top-menu li + li {
        margin-left: 0;
        margin-right: 10px;
    }
    html:lang(ar) .-mobile .topbar .search {
        margin: 0 0 0 20px;
    }
    html:lang(ar) .-mobile .topbar .languages-switch .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
        margin-left: 0;
        margin-right: 20px;
    }
    html:lang(ar) .-mobile .main-navigation ul li.menu-item-has-children .dropdown-toggle::after {
        left: 22px;
        right: inherit;
    }
}
@media only screen and (min-width: 992px) {
    html:lang(ar) .graphism {
        transform: translateX(960px);
        right: 50%;
        left: inherit;
    }
    html:lang(ar) .template-contacts .-information {
        padding-right: 80px;
        padding-left: 0;
    }
}
@media only screen and (max-width: 992px) {
    html:lang(ar) .title-vline-big:before {
        right: -85px;
    } 
} */
#campagna-tv .title-underline.-blue {
    text-transform: none;
}

#campagna-tv .title-underline.-blue:before {
    background-color: #dbbaae;
}

#campagna-tv .-post .description {
    padding: 15px 20px;
}

#campagna-tv .-areas {
    padding-right: 30px;
}

#campagna-tv .-areas .-col-6 {
    position: relative;
}

#campagna-tv .-areas .-col-6 .title-areas {
    color: #fff;
    position: absolute;
    left: 20px;
    top: 20px;
    text-transform: uppercase;
    font-size: 1.5rem;
}

#campagna-tv .skin-needs {
    padding-left: 30px;
}

#campagna-tv .skin-needs .-col-6 {
    width: 50%;
}

#campagna-tv .skin-needs .-col-6 .title {
    font-weight: 700;
}

#campagna-tv .skin-needs .-col-6:nth-child(4n + 3),
#campagna-tv .skin-needs .-col-6:nth-child(4n + 4) {
    background-color: #dbbaae;
}

#campagna-tv .skin-needs .-col-6:nth-child(4n + 3) .title-vline,
#campagna-tv .skin-needs .-col-6:nth-child(4n + 4) .title-vline {
    color: #fff;
}

#campagna-tv .skin-needs .-col-6:nth-child(4n + 3) .title-vline>span:before,
#campagna-tv .skin-needs .-col-6:nth-child(4n + 4) .title-vline>span:before {
    background-color: #fff;
}

#campagna-tv .skin-needs .-col-6 .placeholder:before {
    padding-bottom: 25%;
}

#campagna-tv .skin-needs .-col-6 .title-vline.wrap {
    font-size: 1.2rem;
    padding: 10px 20px;
}

#campagna-tv .skin-needs .btn-campagna {
    padding: 8px 20px;
    border-width: 1px;
    border-style: solid;
    font-size: 1.125rem;
    margin: 30px auto 0;
    display: block;
    text-align: center;
    width: max-content;
}

#campagna-tv .skin-needs .btn-campagna:hover {
    color: #fff;
    background-color: #002f6c;
}

#campagna-tv .map-row .content-wrap>.d-flex {
    align-items: center;
}

#campagna-tv .map-row .menu {
    margin: 0 0 0 15px;
    padding: 0;
    list-style: none;
}

#campagna-tv .map-row .menu li+li {
    margin-left: 10px;
}

#campagna-tv .map-row .menu li a {
    display: block;
}

#campagna-tv .map-row .menu li a svg {
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
}

#asl-search .container {
    padding: 0;
}

#asl-search .container .asl-search-cont {
    padding: 30px 20px;
    background: #002f6c;
    margin: 0;
}

#asl-search .container .asl-search-cont h3 {
    display: none !important;
}

#asl-search .container .asl-search-cont h3 span {
    font-size: 1.4rem !important;
    color: #dbbaae;
}

#asl-search .container .asl-search-cont .row {
    width: 100%;
    margin: 0;
}

#asl-search .container .asl-search-cont .row>div {
    padding: 0;
}

#asl-search .container .asl-search-cont .row .col-md.p-0 {
    border-left: 1px solid #002f6c;
}

#asl-search .container .asl-search-cont .row .asl-search-cntrl {
    border: 0;
}

#asl-search .container .asl-search-cont .row .sl-geo-btn {
    background: transparent;
}

#asl-search .container .asl-search-cont .row .btn-primary {
    background: #fff;
    color: #002f6c;
    font-weight: bold;
}

@media only screen and (max-width: 991px) {

    #campagna-tv .screen .content .btn,
    #campagna-tv .screen .content .btn:hover {
        border-color: #002f6c;
        color: #002f6c;
    }

    #campagna-tv .-post .description {
        padding: 20px 0 0;
    }

    #campagna-tv .-areas {
        padding-right: 0;
    }

    #campagna-tv .skin-needs {
        padding-left: 0;
    }
}

.button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.button button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: inherit;
    background-color: #ffffff;
    border: 0;
    padding: 15px 25px;
    color: #000000;
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 1px;
    width: 200px;
    overflow: hidden;
    outline: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
    font-weight: bold;
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.6);
}

.button button:hover {
    cursor: pointer;
    background-color: #8e6ac1;
    color: #ffffff;
}

.button button span {
    opacity: 1;
}

.button.clicked button {
    visibility: hidden;
    oacity: 0;
}

.pop-up {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    overflow-y: auto;
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    border-radius: 22px;
    scrollbar-width: auto;
    scrollbar-color: #e1e1e1 #f3f3f3;
}

.pop-up .content {
    width: 100%;
    max-width: 900px;
    overflow: hidden;
    position: relative;
}

.pop-up .content .container {
    padding: 100px 20px 140px;
}

.pop-up .content .close {
    position: absolute;
    top: 20px;
    left: 90%;
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
    color: white;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.pop-up .content .close:hover {
    cursor: pointer;
    color: #f66867;
}

.pop-up .content .subscribe form {
    overflow: hidden;
}

.pop-up .title {
    color: white;
    font-size: 1rem;
    text-align: center;
}

.pop-up .subscribe {
    color: white;
}

.pop-up ol li {
    margin-bottom: 25px;
}

.pop-up .privacy {
    margin-top: 100px;
    height: 200px;
    overflow-y: scroll;
    resize: none;
    width: 100%;
    background-color: white;
    padding: 25px;
    color: black;
    border-radius: 5px;
}

.pop-up::-webkit-scrollbar {
    width: 9px;
}

.pop-up::-webkit-scrollbar-track {
    background: #f3f3f3;
}

.pop-up::-webkit-scrollbar-thumb {
    background-color: #e1e1e1;
    border-radius: 10px;
    border: 0px none #ffffff;
}

.pop-up.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    background-color: #272f66;
    max-height: 90vh;
    position: fixed;
}

.open-pop .pop-up-background {
    display: block;
    background-color: #dbbaae;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10000vh;
}

.open-pop main {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.open-pop header {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.open-pop footer {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.open-pop.page-template-template-landingpage-app-imperfect {
    overflow: hidden;
}

#apple .privacy {
    margin-top: 25px;
}

.container-check input {
    float: left;
    width: auto;
    margin-top: 5px;
    margin-right: 10px;
}

.submit-btn {
    padding: 15px;
    background-color: transparent;
    color: white;
    border: 1px solid white;
    margin: 0 auto;
    display: block;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.submit-btn:hover {
    background-color: white;
    color: #002f6c;
    cursor: pointer;
}

.btn-download button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.close-menu::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    content: "";
    height: 25px;
    width: 2.5px;
    background-color: #ffffff;
}

.close-menu::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 50%;
    content: "";
    height: 25px;
    width: 2.5px;
    background-color: #ffffff;
}

.privacy {
    scrollbar-width: auto;
    scrollbar-color: #e1e1e1 #f3f3f3;
}

.privacy::-webkit-scrollbar {
    width: 9px;
}

.privacy::-webkit-scrollbar-track {
    background: #f3f3f3;
}

.privacy::-webkit-scrollbar-thumb {
    background-color: #e1e1e1;
    border-radius: 10px;
    border: 0px none #ffffff;
}

.container-ok h2 {
    color: white;
    padding: 50px 20px 40px;
    text-align: center;
}

@media (min-width: 768px) {
    .pop-up {
        width: calc(100% - 40px);
        height: auto;
        max-width: 900px;
    }

    .pop-up .content {
        min-height: inherit;
    }

    .pop-up .content .container {
        padding: 70px 0px 90px;
        max-width: 650px;
        margin: 0 auto;
    }
}

@media (min-width: 568px) {
    .pop-up .content .container {
        padding: 50px 20px 80px;
    }

    .template-lassita h2 {
        font-size: 36px;
    }
}


.bg-grey {
    background-color: #898e94;
}

.section_slider_lassita img {
    margin: 0 auto;
    max-width: 90%;
    max-height: 90%;
}

.bg-light-pink-lassi {
    background-color: #faf4f2;
}

.cta_lassita {
    margin: 200px 0;
}
.cta_lassita .first-col {
    padding: 50px;
}
.cta_lassita h2 {
    font-size: clamp(24px, 2vw, 32px);
}
.cta_lassita p {
    margin-right: 10px;
    font-size: 18px;
    line-height: 1.5;
}
.cta_lassita .second-col img{
    margin: -10px 0;
    width: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 991px) {
    .cta_lassita {
        margin-top: 0;
        margin-bottom: 60px;
    }
    .cta_lassita .first-col {
        padding: 30px;
    }
    .cta_lassita p {
        font-size: 16px;
    }
    .cta_lassita .second-col img{
        margin: 0;
    }
}

.topbar svg .st0 {
    display: block;
    fill: #1B2B4B;
}

.post-skincare-row .post-content>div:first-child img{
    max-height: 500px;
}

#asl-search .container .asl-search-cont .row .btn-primary{
    background-color: #002f6c;
    color: white;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#asl-search .container .asl-search-cont{
    background-color: transparent;
}