@font-face {
    font-family: "GT Super Text Book";
    src: url(GT-Super-Text-Book.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "GT Super Text Book";
    src: url(GT-Super-Text-Book-Italic.ttf) format("truetype");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "Fellix";
    src: url(Fellix-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Fellix";
    src: url(Fellix-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Fellix";
    src: url(Fellix-SemiBold.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Copyright Klim Type Foundry";
    src: url(domaine-text-regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Copyright Klim Type Foundry";
    src: url(domaine-text-regular-italic.ttf) format("truetype");
    font-weight: normal;
    font-style: italic;
}
html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
}

:root {
    --mobile-header-height: 110px;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font: 400 100%/0.8 "Fellix", sans-serif !important;
    color: #2b2b2b;
    letter-spacing: normal;
    overflow-wrap: break-word;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    background-color: #fff;
    overflow-x: hidden;
}
:focus {
    outline: none;
}
::-webkit-input-placeholder {
    opacity: 1 !important;
}
::placeholder,
::-webkit-input-placeholder {
    opacity: 1 !important;
}
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
li {
    text-decoration: none;
    list-style: none;
}
a {
    font-family: "Fellix", sans-serif;
    color: #dd3e77;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
}
h1,
.h1 {
    font-family: "Copyright Klim Type Foundry", sans-serif;
    font-size: 75px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.94;
    letter-spacing: -1.7px;
    color: #383838;
}
@media only screen and (max-width: 768px) {
    h1,
    .h1 {
        font-size: 60px;
        letter-spacing: -1.4px;
    }
}
@media only screen and (max-width: 480px) {
    h1,
    .h1 {
        font-size: 40px;
        letter-spacing: -1px;
        line-height: 46px;
    }
}
@media only screen and (max-width: MQ-480) {
    h1,
    .h1 {
        font-size: 40px;
        letter-spacing: -1px;
        line-height: 46px;
    }
}
h2,
.h2 {
    font-family: "Copyright Klim Type Foundry", sans-serif;
    font-size: 55px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: -1.1px;
    color: #2b2b2b;
}
@media only screen and (max-width: 768px) {
    h2,
    .h2 {
        font-size: 40px;
        letter-spacing: -0.7px;
    }
}
@media only screen and (max-width: 480px) {
    h2,
    .h2 {
        font-size: 30px;
        line-height: normal;
    }
}
@media only screen and (max-width: MQ-480) {
    h2,
    .h2 {
        font-size: 30px;
        letter-spacing: 0.6px;
        line-height: normal;
    }
}
h3,
.h3 {
    font-family: "Fellix", sans-serif;
    font-size: 45px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.93;
    letter-spacing: normal;
    color: #2b2b2b;
}
@media only screen and (max-width: 480px) {
    h3,
    .h3 {
        font-size: 30px;
        line-height: normal;
    }
}
@media only screen and (max-width: MQ-480) {
    h3,
    .h3 {
        font-size: 30px;
        line-height: normal;
    }
}
h4,
.h4 {
    font-family: "Fellix", sans-serif;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.76px;
    color: #2b2b2b;
}
@media only screen and (max-width: 480px) {
    h4,
    .h4 {
        font-size: 22px;
        letter-spacing: 1.6px;
    }
}
@media only screen and (max-width: MQ-480) {
    h4,
    .h4 {
        font-size: 22px;
        letter-spacing: 1.6px;
    }
}
h5,
.h5 {
    font-family: "Fellix", sans-serif;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.76px;
    color: #2b2b2b;
}
@media only screen and (max-width: 480px) {
    h5,
    .h5 {
        font-size: 20px;
        letter-spacing: 1.6px;
    }
}
@media only screen and (max-width: MQ-480) {
    h5,
    .h5 {
        font-size: 20px;
        letter-spacing: 1.6px;
    }
}
h6,
.h6 {
    font-family: "Fellix", sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.6px;
    color: #2b2b2b;
}
.style-italic {
    font-style: italic;
}
button {
    background: transparent;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0;
}
button:focus {
    outline: none;
}
.font-weight-bold {
    font-weight: bold;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.lowercase::first-letter {
    text-transform: capitalize;
}
.capitalize {
    text-transform: capitalize !important;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-direction-row-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-direction-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-space-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-justify-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-justify-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flex-justify-column-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.clear {
    clear: both;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.margin-auto {
    margin: 0 auto;
}
.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.opacity-zero {
    opacity: 0;
}
.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.visually-hidden--inline {
    margin: 0;
    height: 1em;
}
.js-focus-hidden:focus {
    outline: none;
}
.no-js:not(html) {
    display: none;
}
.no-js .no-js:not(html) {
    display: block;
}
.no-js .js {
    display: none;
}
.hide {
    display: none !important;
}
.visible {
    display: block;
}
.ipad-block {
    display: none;
}
@media only screen and (max-width: 768px) {
    .ipad-block {
        display: block !important;
    }
}
.ipad-none {
    display: block;
}
@media only screen and (max-width: 768px) {
    .ipad-none {
        display: none !important;
    }
}
.mobile-block {
    display: none;
}
@media only screen and (max-width: 480px) {
    .mobile-block {
        display: block !important;
    }
}
@media only screen and (max-width: MQ-480) {
    .mobile-block {
        display: block !important;
    }
}
.mobile-none {
    display: block;
}
@media only screen and (max-width: 480px) {
    .mobile-none {
        display: none !important;
    }
}
@media only screen and (max-width: MQ-480) {
    .mobile-none {
        display: none !important;
    }
}
.width-100 {
    width: 100%;
}
.width-50 {
    width: 50%;
}
@media only screen and (max-width: 768px) {
    .width-50 {
        width: 100%;
    }
}
.wrapper {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    padding: 0px;
}
.container-1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}
.container-1414 {
    width: 100%;
    max-width: 1414px;
    margin: 0 auto;
    padding: 0 20px;
}
.container-1280 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}
@media only screen and (max-width: 980px) {
    .container-1280 {
        padding: 0 30px;
    }
}
@media only screen and (max-width: 600px) {
    .container-1280 {
        padding: 0 40px;
    }
}
@media only screen and (max-width: MQ-600) {
    .container-1280 {
        padding: 0 40px;
    }
}
.container-1340 {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 40px;
}
.container-1320 {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 30px;
}
.container-1300 {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
}
.container-960 {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 30px;
}
.container-720 {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 30px;
}
.container-1140 {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 30px;
}
.container-1600 {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 0px;
}
.d-inline-block {
    display: inline-block;
}
.center-align {
    margin: 0 auto;
    text-align: center;
}
.center-align * {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.left-align {
    margin: 0;
    margin-right: auto;
    text-align: left;
}
.left-align * {
    margin-right: auto !important;
    text-align: left !important;
}
.right-align {
    margin: 0;
    margin-left: auto;
    text-align: right;
}
.right-align * {
    margin-left: auto !important;
    text-align: right !important;
}
.slick-arrow {
    cursor: pointer;
    width: 10px;
    height: 20px;
    background: url("icon-right.png") no-repeat center center/contain;
    position: absolute !important;
    top: 41%;
    z-index: 1;
}
.slick-arrow.slick-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-arrow.slick-next {
    right: 0;
}
.bg-white {
    background-color: #fff;
}
.block-980 {
    display: none;
}
@media only screen and (max-width: 980px) {
    .block-980 {
        display: block !important;
    }
}
.none-980 {
    display: block;
}
@media only screen and (max-width: 980px) {
    .none-980 {
        display: none !important;
    }
}
.bg-light-gray {
    background-color: #efeeef;
}
.absolute-0-auto {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.newsletter-form form {
    padding: 0 !important;
    position: relative;
    width: 430px;
}
.newsletter-form form input {
    width: 430px;
    height: 60.1px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 10.3px 10px 10.3px 23px;
    border-radius: 30px !important;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
    text-align: left;
    background-color: #fff;
    height: 60.1px;
    color: #dd3e77;
    -webkit-appearance: none;
    font-family: "Fellix", sans-serif;
    border: none !important;
}
.newsletter-form form input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.newsletter-form form input::-webkit-input-placeholder {
    font-family: "Fellix", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
    text-align: left;
    color: #dd3e77;
    opacity: 1;
}
.newsletter-form form input::-moz-placeholder {
    font-family: "Fellix", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
    text-align: left;
    color: #dd3e77;
    opacity: 1;
}
.newsletter-form form input:-ms-input-placeholder {
    font-family: "Fellix", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
    text-align: left;
    color: #dd3e77;
    opacity: 1;
}
.newsletter-form form input::-ms-input-placeholder {
    font-family: "Fellix", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
    text-align: left;
    color: #dd3e77;
    opacity: 1;
}
.newsletter-form form input::placeholder {
    font-family: "Fellix", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
    text-align: left;
    color: #dd3e77;
    opacity: 1;
}
.newsletter-form form input:-webkit-autofill,
.newsletter-form form input:-webkit-autofill:hover,
.newsletter-form form input:-webkit-autofill:focus,
.newsletter-form form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset;
    -webkit-text-fill-color: #dd3e77;
    font-family: "Fellix", sans-serif;
    font-size: 18px;
}
.newsletter-form form input:-webkit-autofill::first-line {
    font-family: "Fellix", sans-serif;
    font-size: 18px;
}
.newsletter-form form button,
.newsletter-form form input.btn-submit {
    width: 101px !important;
    height: 39.4px;
    padding: 12.1px 0 14.1px 0;
    position: absolute;
    margin: 0 !important;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 1.12px;
    text-align: center;
    text-transform: uppercase;
    right: 10px;
    background: #dd3e77;
    top: 10.3px;
    color: #fff;
    cursor: pointer;
}
.newsletter-form form button:hover,
.newsletter-form form input.btn-submit:hover {
    background-color: #fdfaf7;
    color: #dd3e77;
}
.border-bottom {
    border-bottom: 1px solid #ababab;
}
.pb-30 {
    padding-bottom: 30px;
}
img {
    z-index: 1;
    position: relative;
}
img::before {
    content: "";
    width: 100%;
    height: calc(100% + 10px);
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: -2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.margin-auto {
    margin: 0 auto;
}
.slick-dots > li {
    display: inline-block;
}
.slick-dots > li:only-child {
    display: none;
}
.btn--primary {
    font-family: "Fellix", sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.12px;
    text-align: center;
    color: #fff;
    border-radius: 29px;
    width: 100%;
    border: 1px solid #dd3e77;
    background-color: #dd3e77;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
    padding: 15.5px 10px;
    max-width: 126px;
    text-transform: uppercase;
}
.btn--primary:hover {
    background-color: transparent;
    color: #dd3e77;
}
.btn--white {
    font-family: "Fellix", sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.12px;
    text-align: center;
    color: #fff;
    border-radius: 29px;
    width: 100%;
    border: 1px solid #dd3e77;
    background-color: #fff;
    color: #dd3e77;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
    padding: 15.5px 10px;
    max-width: 126px;
    text-transform: uppercase;
}
.btn--white:hover {
    background-color: #dd3e77;
    color: #fff;
}
.btn--white.btn--slim {
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn--white-black {
    font-family: "Fellix", sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.12px;
    text-align: center;
    color: #fff;
    border-radius: 29px;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.5);
    background-color: #fff;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
    padding: 15.5px 10px;
    max-width: 126px;
    text-transform: uppercase;
}
.btn--white-black:hover {
    background-color: rgba(0,0,0,0.05);
}
.btn--white-black.btn--slim {
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn--secondary {
    font-family: "Fellix", sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.12px;
    text-align: center;
    color: #00956e;
    border-radius: 29px;
    width: 100%;
    border: 1px solid #fff;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
    padding: 8px;
    max-width: 172px;
    text-transform: uppercase;
}
.btn--secondary:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.btn--transparent-white {
    font-family: "Fellix", sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.12px;
    text-align: center;
    color: white;
    border-radius: 29px;
    width: 100%;
    border: 1px solid #fff;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
    padding: 8px;
    max-width: 172px;
    text-transform: uppercase;
}
.btn--transparent-white:hover {
    background-color: white;
    color: #00956e;
}
.btn--primary.whitespace-nowrap,
.btn--secondary.whitespace-nowrap,
.btn--transparent-white.whitespace-nowrap,
.btn--white.whitespace-nowrap {
    max-width: 100%;
}
.page-custom {
    padding: calc(var(--header-height) + 30px) 0 100px;
}
@media only screen and (max-width: 480px) {
    .page-custom {
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: MQ-480) {
    .page-custom {
        padding-bottom: 40px;
    }
}
.page-custom h1 {
    margin-bottom: 40px;
}
.full-format h2,
.full-format h3,
.full-format h4,
.full-format h5,
.full-format h6 {
    margin-bottom: 20px;
}
.full-format p {
    margin-bottom: 30px;
}
.full-format img {
    width: 100%;
    margin: 0 0 30px;
}
.full-format ol,
.full-format ul {
    padding-left: 30px;
    margin-bottom: 40px;
}
.full-format ol:last-child,
.full-format ul:last-child {
    margin-bottom: 0px;
}
.full-format ol li,
.full-format ul li {
    padding-left: 10px;
    list-style-type: decimal;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    margin-bottom: 0px;
}
.full-format ol li:last-child,
.full-format ul li:last-child {
    margin-bottom: 0px;
}
.full-format ul {
    padding-left: 0px;
}
.full-format ul li {
    list-style: none;
    padding-left: 35px;
    position: relative;
}
.full-format ul li::before {
    width: 3px;
    height: 3px;
    content: "";
    background: #2b2b2b;
    position: absolute;
    left: 15px;
    top: 10px;
    border-radius: 50%;
}
.full-format ol li {
    padding-left: 10px !important;
    list-style-type: decimal !important;
}
@media only screen and (max-width: 768px) {
    .aos-animate {
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-animation: none !important;
        animation: none !important;
    }
    .aos-init {
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition-timing-function: unset !important;
        transition-timing-function: unset !important;
        opacity: 1 !important;
    }
}
#mc_embed_signup #mce-success-response {
    background: #9ad82e2e !important;
    border: 1px solid #9ad82e !important;
    padding: 0.8em 1em;
    color: #9ad82e !important;
    opacity: 1 !important;
    text-align: center;
    border: none;
    line-height: normal;
    width: 100%;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    display: none;
}
header {
    position: fixed;
    z-index: 9;
    width: 100%;
}
header .header-logo {
    width: 145px;
    height: 41px;
}
header .header-logo img {
    position: absolute;
    -o-object-fit: contain;
    object-fit: contain;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
header.fixed {
    position: fixed;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    top: 0;
    z-index: 99;
    background: #fff;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
@media only screen and (max-width: 980px) {
    header.fixed {
        -webkit-transform: none;
        transform: none;
    }
}
header.scrolling_up {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
}
header .mobile-hamburger {
    display: none;
}
@media only screen and (max-width: 980px) {
    header .mobile-hamburger {
        display: block;
    }
    header .ipad-none {
        display: none;
    }
    header .ipad-block {
        display: block;
    }
    header .header-logo {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 768px) {
    header .header-logo {
        right: 40px;
    }
}
@media only screen and (max-width: 600px) {
    header .header-logo {
        width: 120px;
        height: auto;
    }
}
@media only screen and (max-width: MQ-600) {
    header .header-logo {
        width: 120px;
        height: auto;
    }
}
@media only screen and (max-width: 400px) {
    header .header-logo {
        right: 40px;
    }
}
@media only screen and (max-width: MQ-400) {
    header .header-logo {
        right: 40px;
    }
}
.mobile-hamburger button {
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    z-index: 100;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    outline: 0;
}
.mobile-hamburger button span {
    font-size: 0;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -12px;
}
.mobile-hamburger button span::before,
.mobile-hamburger button span::after {
    left: 0;
    content: "";
}
.mobile-hamburger button span::before {
    top: 6px;
}
.mobile-hamburger button span::after {
    bottom: 6px;
}
.mobile-hamburger button span,
.mobile-hamburger button span::before,
.mobile-hamburger button span::after {
    position: absolute;
    width: 24px;
    height: 2px;
    background: #000;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.mobile-hamburger button.active span {
    background: transparent;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mobile-hamburger button.active span::before {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}
.mobile-hamburger button.active span::after {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}
.inner-hero-page-with-pink-banner header .right-nav .btn--primary {
    background-color: #fff;
    color: #dd3e77;
}
.inner-hero-page-with-pink-banner header .right-nav .btn--primary:hover {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}
header .main-header {
    position: relative;
    padding: 22px 0;
}
header .main-header .container-1414 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
}
header .main-menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 54px;
}
header .main-menu li {
    margin-right: 36px;
}
header .main-menu li.current-menu-item a {
    color: #dd3e77;
}
header .main-menu li a {
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    color: #2b2b2b;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-transform: capitalize;
    display: block;
}
header .main-menu li a:hover {
    color: #dd3e77;
}
header .right-nav .btn--primary {
    width: 126px;
}
@media only screen and (max-width: 600px) {
    header .right-nav .btn--primary {
        padding: 10px 20px;
        width: auto;
    }
}
@media only screen and (max-width: MQ-600) {
    header .right-nav .btn--primary {
        padding: 10px 20px;
        width: auto;
    }
}
@media only screen and (max-width: 400px) {
    header .right-nav .btn--primary {
        padding: 10px;
        font-size: 12px;
    }
}
@media only screen and (max-width: MQ-400) {
    header .right-nav .btn--primary {
        padding: 10px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 980px) {
    header .navbar-collapse {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: translateX(-100vw);
        transform: translateX(-100vw);
        position: fixed;
        left: 0;
        height: calc(100vh);
        overflow-y: auto;
        width: 100%;
        display: block;
        padding: 0;
        top: 0;
        background: #fff;
        z-index: -1;
    }
    header .navbar-collapse.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    header .main-header {
        padding: 15px 0;
    }
    header .main-header .container-1414 {
        height: 100%;
    }
    header .main-menu {
        display: block;
        margin: 0;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        padding: 60px 40px;
    }
    header .main-menu li {
        margin: 0;
    }
    header .main-menu li a {
        padding: 0;
        width: 100%;
        font-size: 2.25rem;
        line-height: 1.5;
    }
    header .main-menu .flex-justify-center {
        display: block;
    }
}
footer {
    background-color: #dd3e77;
}
footer * {
    color: #fff;
}
footer .main-footer {
    padding: 70.4px 0 72.3px 0;
}
footer .main-footer__nav .footer-links {
    margin: 0 0 0 67px;
    width: 166px;
}
footer .main-footer__nav .footer-links.social-links {
    width: 140px;
}
footer .main-footer__nav .footer-links ul li {
    margin-bottom: 5px;
}
footer .main-footer__nav .footer-links ul li a {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: normal;
}
footer .main-footer__nav .footer-links ul li a:hover {
    color: #37b7e6;
}
footer .main-footer__nav .footer-links ul li:last-child {
    margin-bottom: 0;
}
footer .main-footer__newsletter {
    width: 507px;
}
footer .main-footer__newsletter p.h2 {
    color: #fff;
    min-height: 84.5px;
}
footer .main-footer__newsletter span {
    display: block;
    max-width: 369px;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
}
footer .main-footer__newsletter .newsletter-form {
    margin: 31.9px 0 0;
}
footer .copyright {
    padding-bottom: 15.4px;
    min-height: 47.9px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
footer .copyright p {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
}
@media only screen and (max-width: 1024px) {
    footer .main-footer__nav .footer-links {
        margin: 0 0 0 20px;
        width: 166px;
    }
    footer .main-footer__newsletter {
        width: 400px;
    }
    footer .main-footer__newsletter .newsletter-form form {
        width: 100%;
    }
    footer .main-footer__newsletter .newsletter-form form input.email {
        width: 100%;
    }
}
@media only screen and (max-width: 899px) {
    footer .main-footer {
        padding: 30px 0;
    }
    footer .main-footer__nav {
        width: 100%;
        margin: 20px 0 0;
    }
    footer .main-footer__nav .footer-links {
        margin: 0;
        padding: 0 20px 0 0;
        width: 50% !important;
    }
    footer .main-footer__newsletter {
        width: 100%;
        text-align: center;
    }
    footer .main-footer__newsletter p.h2 {
        min-height: auto;
        font-size: 40px;
        margin: 0 0 10px 0;
    }
    footer .main-footer__newsletter span {
        max-width: 100%;
    }
    footer .main-footer__newsletter .newsletter-form form {
        width: 100%;
    }
    footer .main-footer__newsletter .newsletter-form form input.email {
        width: 100%;
    }
    footer .copyright {
        min-height: auto;
    }
    footer .copyright .flex-align-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    footer .copyright .flex-align-center p {
        text-align: center;
    }
}
@media only screen and (max-width: 400px) {
    footer .main-footer__nav .footer-links {
        padding: 0;
        width: 100% !important;
        text-align: center;
    }
    footer .main-footer__newsletter .newsletter-form form input.email {
        height: 45px;
        font-size: 14px;
    }
    footer .main-footer__newsletter .newsletter-form form input.email::-webkit-input-placeholder {
        font-size: 14px;
    }
    footer .main-footer__newsletter .newsletter-form form input.email::-moz-placeholder {
        font-size: 14px;
    }
    footer .main-footer__newsletter .newsletter-form form input.email:-ms-input-placeholder {
        font-size: 14px;
    }
    footer .main-footer__newsletter .newsletter-form form input.email::-ms-input-placeholder {
        font-size: 14px;
    }
    footer .main-footer__newsletter .newsletter-form form input.email::placeholder {
        font-size: 14px;
    }
    footer .main-footer__newsletter .newsletter-form form input.btn-submit {
        width: auto;
        height: auto;
        padding: 0;
        background: transparent;
        top: auto;
        color: #dd3e77;
        cursor: pointer;
        bottom: 35%;
        font-size: 12px;
    }
}
@media only screen and (max-width: MQ-400) {
    footer .main-footer__nav .footer-links {
        padding: 0;
        width: 100% !important;
        text-align: center;
    }
    footer .main-footer__newsletter p.h2 {
        font-size: 28px;
        margin: 0 0 10px 0;
    }
    footer .main-footer__newsletter .newsletter-form form input.email {
        height: 45px;
        font-size: 14px;
    }
    footer .main-footer__newsletter .newsletter-form form input.email::-webkit-input-placeholder {
        font-size: 14px;
    }
    footer .main-footer__newsletter .newsletter-form form input.email::-moz-placeholder {
        font-size: 14px;
    }
    footer .main-footer__newsletter .newsletter-form form input.email:-ms-input-placeholder {
        font-size: 14px;
    }
    footer .main-footer__newsletter .newsletter-form form input.email::-ms-input-placeholder {
        font-size: 14px;
    }
    footer .main-footer__newsletter .newsletter-form form input.email::placeholder {
        font-size: 14px;
    }
    footer .main-footer__newsletter .newsletter-form form input.btn-submit {
        width: auto;
        height: auto;
        padding: 0;
        background: transparent;
        top: auto;
        color: #dd3e77;
        cursor: pointer;
        bottom: 35%;
        font-size: 12px;
    }
}

@media (max-width: 767px){
    #content .home {
       padding-top: calc(var(--mobile-header-height) - 40px);
   }   
}