.maternity {
    --FONT-CLARINS: "ClarinsRegular", "Clarins";
    --FONT-GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
        sans-serif;
    --FONT-GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica,
        Arial, sans-serif;
}

.maternity * {
    box-sizing: border-box;
}

/***************HEADER********************/
.maternity-header {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.maternity-header__visual {
    display: block;
    width: 100%;
    position: relative;
}

.maternity-header__visual img {
    display: block;
    width: 100%;
    height: auto;
}

@media(min-width:1536px) {
    .maternity-header__visual {
        height: 492px;
    }

    .maternity-header__visual img {
        width: 2200px;
        height: 492px;
        position: absolute;
        top: 0;
        left: calc(50% - 1100px);
    }
}

.maternity-header__content {
    background-color: #fff;
    width: calc(100% - 64px);
    max-width: 1264px;
    border-radius: 8px;
    margin: 0 auto;
    margin-top: -77px;
    text-align: center;
    position: relative;
    padding: 32px;
}

.maternity-header__title {
    margin: 0;
    margin-bottom: 32px;
    font-family: var(--FONT-CLARINS);
    font-size: 85px;
    font-weight: 400;
    line-height: 102px;
    text-align: center;
    text-transform: none;
    color: #000;
}

.maternity-header__title span {
    display: inline-block;
}

.maternity-header__text {
    margin: 0 auto;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 16px;
    font-weight: 400;
    line-height: 23.2px;
    text-align: center;
    text-transform: none;
    max-width: 1048px;
    color: #333;
}

@media(max-width:1023px) {

    .maternity-header__title {
        font-size: 60px;
        line-height: 1.2em;
    }
}

@media(max-width:761px) {

    .maternity-header__title {
        margin: 0;
        margin-bottom: 16px;
        font-size: 48px;
        line-height: 58px;
    }

    .maternity-header__content {
        margin: 0;
        width: 100%;
        padding: 16px;
    }

    .maternity-header__text {
        font-size: 14px;
        line-height: 20px;
    }

}

/*************focus**********************/

.maternity-focus {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1264px;
    margin: 0 auto;
    width: calc(100% - 64px);
    align-items: flex-start;
}

.maternity-focus__title {
    margin: 0;
    margin-top: 24px;
    margin-bottom: 32px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 24px;
    font-weight: normal;
    line-height: 35px;
    text-align: center;
    text-transform: none;
    flex-basis: 100%;
}

.maternity-focus__item {
    max-width: 724px;
    width: 57.2784%;
    display: block;
    text-align: left;
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: transform ease-in-out 0.5s;
    transform-origin: top left;
}

.maternity-focus__item:hover {
    z-index: 2;
    transform: scale(1);
}



.maternity-focus__item:last-child {
    margin-left: -14.5569%;
    margin-top: 16%;
    text-align: right;
    transform-origin: bottom right;
}

.maternity-focus__visual {
    display: block;
    width: 100%;
    position: relative;
}

.maternity-focus__item:hover .maternity-focus__visual {
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, .15);
}

.maternity-focus__item:hover .maternity-focus__visual::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.6) 0%, transparent 50%);
}

.maternity-focus__visual img {
    display: block;
    width: 100%;
    height: auto;
}

.maternity-focus__name {
    margin: 0;
    margin-top: -80px;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
    color: #333;
    padding: 0px 32px;
    position: relative;
}

.maternity-focus__name strong {
    margin: 0;
    margin-top: -16px;
    font-family: var(--FONT-CLARINS);
    font-size: 80px;
    font-weight: 400;
    line-height: 96px;
    text-transform: none;
    display: block;
    width: 100%;
}

@media(max-width:1023px) {
    .maternity-focus {
        width: 100%;
        padding: 16px;
        gap: 16px;
    }

    .maternity-focus__title {
        margin: 0;
        margin-bottom: 16px;
        font-size: 24px;
    }

    .maternity-focus__item {
        max-width: 344px;
        width: 100%;
        margin: 0;

    }

    .maternity-focus__item:last-child {
        margin: 0;
        padding: 0;
    }

    .maternity-focus__name {
        margin: 0;
        font-size: 16px;
        line-height: 20px;
        padding: 16px 0;
        padding-bottom: 32px;
        text-align: left;
        position: relative;
    }

    .maternity-focus__name::before {
        content: "";
        background-image: url(../img/arrow-right.svg);
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        right: 0;
        top: calc(50% - 10px);
        background-size: cover;
    }

    .maternity-focus__name strong {
        margin: 0;
        margin-top: -8px;
        font-size: 35px;
        font-weight: 400;
        line-height: 42px;
    }

}

/*************links**********************/

.maternity-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1264px;
    margin: 40px auto;
    width: calc(100% - 64px);
    gap: 32px;
}

.maternity-links__title {
    margin: 0;
    margin-top: 24px;
    margin-bottom: 0;
    font-family: var(--FONT-CLARINS);
    font-size: 48px;
    font-weight: normal;
    line-height: 58px;
    text-align: center;
    text-transform: none;
    flex-basis: 100%;
}

.maternity-links__item {
    background-color: #FBF6F3;
    border-radius: 5px;
    display: flex;
    flex-basis: calc(50% - 16px);
    padding: 32px;
    padding-left: 252px;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: flex-start;
    height: 220px;
    gap: 16px;
    text-align: left;
    overflow: hidden;
}


.maternity-links__visual img {
    display: block;
    width: 100%;
    height: auto;
}

.maternity-links__name {
    margin: 0;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;

}

.maternity-links__description {
    margin: 0;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.maternity-text-link {
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    text-align: left;
    text-transform: uppercase;
    color: #333 !important;
    text-decoration: underline !important;
}

@media(min-width:1024px) {

    .maternity-links__visual {
        position: absolute;
        top: 0;
        left: 0;
        width: 220px;
        height: 220px;
    }


}

@media(max-width:1023px) {
    .maternity-links {
        padding: 16px;
        width: 100%;
        gap: 16px;
        margin: 0;
    }

    .maternity-links__title {
        font-size: 35px;
        line-height: 42px;
        text-align: center;
    }

    .maternity-links__item {
        flex-basis: 100%;
        padding: 32px;
        height: auto;
        align-items: center;
        text-align: center;
        max-width: 344px;
    }

    .maternity-links__visual {
        margin: -32px;
        margin-bottom: 0px;

    }
}

/****************************************************************/
.maternity-cta {
    position: relative;
    background-color: transparent !important;
    display: inline-block;
    color: #333 !important;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 14px;
    line-height: 15px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    height: 44px;
    box-sizing: border-box;
    text-transform: unset !important;
    letter-spacing: unset !important;
    outline: 0 !important;
    border: 1px solid #B0A9A5;
    min-width: 220px;
}

.maternity-cta:hover {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15);
}

.maternity-cta:active {}

.maternity-cta:focus {
    box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #6893D2;
}

/*------------------------------------------------*/
.maternity-cta:focus::after {
    opacity: 1;
    outline: 0 !important;
}

.maternity-cta:hover {
    outline: 0 !important;
}

.maternity-cta:active::after {
    opacity: 1;
    outline: 0 !important;
}

/********mentions******************/
.maternity-mentions {
    max-width: 1264px;
    margin: 0px auto;
    margin-bottom: 32px;
    padding: 32px 0;
    width: calc(100% - 64px);
    text-align: left;
}

.maternity-mentions__text {
    margin: 0;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;

}

@media(max-width:1023px) {
    .maternity-mentions {
        max-width: 710px;
        text-align: center;
    }
}

@media(max-width:761px) {
    .maternity-mentions {
        margin: 0px auto;
        margin-bottom: 16px;
        padding: 16px 0;
        width: calc(100% - 32px);
        text-align: center;
    }
}

/* MASTER ANALYSIS */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
.maternity-links__name {
    font-size: 17px;
}
}