:root {
    --HEADER-HEIGHT: 113px;
}

@media(max-width:1023px) {
    :root {
        --HEADER-HEIGHT: 48px;
    }
}

.breadcrumb {
    display: none;
}

i-footer {
    z-index: 3;
    position: relative;
}

.bright-plus {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    --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;
    --FONT-GOTHAM-XTRA-LIGHT: "GothamXtraLight";
    --FONT-SIZE: 14px;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: var(--FONT-SIZE);
    color: #333333;
    --swiper-theme-color: #333;
    --swiper-navigation-size: 24px;
    --swiper-navigation-sides-offset: calc(50% - 620px);
    overflow: hidden;
}


.bright-plus * {
    box-sizing: border-box;
}

.bright-plus sup {
    font-size: 0.5em;
    top: auto;
    position: unset;
    vertical-align: super;
}

.bright-plus-anchor {
    margin-top: calc(-1 * var(--HEADER-HEIGHT) - 46px);
    height: calc(var(--HEADER-HEIGHT) + 46px);
}

/****************************************************************/
/****************************************************************/
/****************************************************************/
.bright-plus-product-tile {
    display: none;
}

.bright-plus-cta {
    position: relative;
    z-index: 2;
    background-color: #A90F2F !important;
    display: inline-block;
    color: #FFF !important;
    padding: 14px 16px;
    text-decoration: none;
    font-size: var(--FONT-SIZE);
    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 #A90F2F;
    cursor: pointer;
}

.bright-plus-cta--white {
    background-color: #fff !important;
    color: #333 !important;
    border: 1px solid #B0A9A5 !important;
}

.bright-plus-cta--nav {
    height: 32px;
    padding: 8px 16px;
}

.bright-plus-cta:hover {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15);
}

.bright-plus-cta:active {}

.bright-plus-cta:focus-visible {
    box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #6893D2;
}

/****************************************************************/
/****************************************************************/
/****************************************************************/



.bright-plus-nav {
    position: fixed;
    z-index: 9000;
    width: 100%;
    left: 0px;
    top: var(--HEADER-HEIGHT);
    height: 0px;
    display: flex;
    justify-content: center;
    transition: top ease-in-out 0.2s;

}

.bright-plus-nav__wrapper {
    transform: translateY(-100%);
    transition: transform ease-in-out 0.2s;
}

.bright-plus-nav[data-visible="1"] .bright-plus-nav__wrapper {
    transform: translateY(0%);
}

.bright-plus-nav[data-visible="2"] .bright-plus-nav__wrapper {
    transform: translateY(0%);
}

.bright-plus-nav[data-visible="2"] {
    top: 0;
}

.bright-plus-nav__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 70px;
    position: absolute;
    width: 100%;
    height: 48px;
    background-color: #93B5E5;
}

.bright-plus-nav__list {
    display: flex;
}

.bright-plus-nav__link {
    color: #fff !important;
    font-family: var(--FONT-GOTHAM-BOOK);
    padding: 12px 20px;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: block;
    height: 48px;
}

@media(max-width:1250px) {
    .bright-plus-nav__link {
        padding: 12px 8px;
    }
}

.bright-plus-nav__link:hover {
    color: #fff !important;
}

.bright-plus-nav__link[data-active="1"] {
    color: #fff !important;
}

.bright-plus-nav__link[data-active="1"]::after {
    content: " ";
    display: block;
    background-color: #fff;
    bottom: 0px;
    left: 0px;
    height: 2px;
    width: 100%;
    position: absolute;
}

@media(max-width:1023px) {
    .bright-plus-nav__wrapper {
        display: flex;
        justify-content: flex-end;
    }

    .bright-plus-nav__list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        overflow: hidden;
        padding: 0px 15px;
        position: absolute;
        top: 0px;
        left: 0;
        background-color: #93B5E5;
        width: 100%;

    }

    .bright-plus-nav__link {
        display: none;
        padding: 16px 0;
        order: 2;
    }

    .bright-plus-nav__link::after {
        display: none !important;
    }

    .bright-plus-nav__link[data-active="1"] {
        display: inline-block;
        background-color: unset;
        padding-right: 30px;
        order: 1;
    }

    .bright-plus-nav__list[data-open="0"] .bright-plus-nav__link {
        pointer-events: none;
    }

    .bright-plus-nav__list[data-open="1"] .bright-plus-nav__link[data-active="1"] {
        display: block;
        font-family: var(--FONT-GOTHAM-MEDIUM);
    }

    .bright-plus-nav__link[data-active="1"]::before {
        content: " ";
        display: block;
        background-image: url(../img/down-white.svg);
        height: 24px;
        width: 24px;
        position: absolute;
        right: 0px;
        top: 12px;
    }

    .bright-plus-nav__list[data-open="1"] .bright-plus-nav__link {
        display: block;
        border-bottom: #D3CCC8 1px solid;
    }

    .bright-plus-nav__list[data-open="1"] {
        height: auto;
        padding-bottom: 16px;
        z-index: 4;
        align-items: unset;
    }
}

/****************************************************************/
/****************************************************************/
/****************************************************************/

.bright-plus-section {
    display: flex;
    min-height: calc(100vh - var(--HEADER-HEIGHT));
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}

/****************************************************************/

.bright-plus-header {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    height: 832px;
}


.bright-plus-header__background {
    display: block;
    width: 2200px;
    position: absolute;
    top: 0px;
    left: calc(50% - 1100px);
    z-index: 1;
}

.bright-plus-header__background img {
    display: block;
    width: 100%;
    height: auto;
}

.bright-plus-header__scroll {
    position: absolute;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
    color: #5278BF;
    z-index: 3;
    bottom: 0px;
    margin: 0 auto;
}

.bright-plus-header__scroll::after {
    content: "";
    margin: 0 auto;
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(../img/scroll-down.svg);
}

.bright-plus-header__content {
    position: absolute;
    left: calc(50% + 118px);
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    z-index: 2;
    gap: 32px;
}


.bright-plus-header__title {
    margin: 0;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 40px;
    font-weight: normal;
    line-height: 58px;
    text-align: left;
    color: #333;
    text-transform: uppercase;
}

.bright-plus-header__title span {
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 20px;
    font-weight: normal;
    line-height: 29px;
    margin-left: 0.15em;
}

.bright-plus-header__title strong {
    font-size: 60px;
    font-weight: normal;
    line-height: 87px;
    display: block;
    margin: -11px auto;
}

.bright-plus-header__text {
    margin: 0;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 20px;
    font-weight: normal;
    line-height: 29px;
    text-align: left;
    text-transform: uppercase;
    max-width: 287px;
    border-left: 2px solid #333;
    padding-left: 8px;
    margin-left: 0.2em;
}

.bright-plus-header__text span {
    font-size: 30px;
    line-height: 43px;
}

.bright-plus-header__text strong {
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
}

@media(max-width:1536px) {
    .bright-plus-header {
        height: auto;
        padding: 0;

    }

    .bright-plus-header__background {
        display: block;
        position: relative;
        top: auto;
        width: 100%;
        left: auto;
        height: auto;
    }

    .bright-plus-header__content {
        left: calc(50% + 90px);

    }

    .bright-plus-header__title strong {
        font-size: 50px;
        line-height: 77px;
    }
}

@media(max-width:1023px) {
    .bright-plus-header__content {
        gap: 16px;
        left: calc(50% + 60px);
    }

    .bright-plus-header__title {
        font-size: 30px;
        line-height: 1.3em;
    }

    .bright-plus-header__title strong {
        font-size: 40px;
        line-height: 1.3em;
    }

    .bright-plus-header__text {
        font-size: 16px;
        line-height: 1.3em;
    }
}

@media(max-width:761px) {
    .bright-plus-header {
        display: block;
        /*min-height: calc(100vh - var(--HEADER-HEIGHT));*/
        background-color: #B2C6E9;
        display: flex;
        flex-direction: column;
    }

    .bright-plus-header__background {
        width: 100%;
        top: 0px;
        left: 0px;
    }

    .bright-plus-header__content {
        flex: 1;
        padding: 40px 16px;
        padding-top: 0;
        margin-top: -50vw;

        position: relative;
        left: auto;
        top: auto;
        height: auto;
        gap: 8px;
        background: linear-gradient(to bottom, rgba(172, 196, 232, 0) 0%, #B2C6E9 35%, #B7C8E9 100%);
    }

    .bright-plus-header__title {
        font-size: 25px;
        line-height: 36px;
    }

    .bright-plus-header__title span {
        font-size: 14px;
        line-height: 20px;
    }

    .bright-plus-header__title strong {
        font-size: 35px;
        line-height: 1.45em;
        margin: -0.2em auto;
    }

    .bright-plus-header__scroll {
        display: none;
    }

    .bright-plus-header__text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 16px;
        max-width: 207px;
    }

    .bright-plus-header__text span {
        font-size: 20px;
        line-height: 30px;
    }
}

/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/

.bright-plus-model {
    width: 100%;
    height: 579px;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 92px;
    box-sizing: border-box;
}

.bright-plus-model__title {
    margin: 0;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 26px;
    font-weight: normal;
    line-height: 31px;
    text-align: left;
    color: #fff;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.5));
    text-align: center;
}

.bright-plus-model__visual {
    display: block;
    position: absolute;
    top: 0px;
    width: 2200px;
    left: calc(50% - 1100px);
    height: auto;
}

.bright-plus-model__visual>img {
    display: block;
    width: 100%;
    height: auto;
}

@media(max-width:1536px) {
    .bright-plus-model {
        height: auto;
        padding: 0;
    }

    .bright-plus-model__visual {
        display: block;
        position: relative;
        top: auto;
        width: 100%;
        left: auto;
        height: auto;
    }

    .bright-plus-model__title {
        bottom: 15.88%;
        position: absolute;
    }
}

@media(max-width:761px) {
    .bright-plus-model__title {
        max-width: 218px;
        font-size: 14px;
        line-height: 20px;
    }
}

/***************************************/
/***************************************/
/***************************************/
.bright-plus-insights {
    background: linear-gradient(to bottom, #DADDF0 0%, #F2F9FE 100%);
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 68px;
    padding: 68px 40px;
    padding-bottom: 0;
}


.bright-plus-intro {
    max-width: 896px;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    padding-right: 541px;
    position: relative;
    min-height: 431px;
}

.bright-plus-intro__content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.bright-plus-intro__text {
    margin: 0;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 16px;
    font-weight: normal;
    line-height: 23px;
    color: #333;
}

.bright-plus-intro__title {
    margin: 0;
    margin-top: 32px;
    margin-bottom: 16px;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 30px;
    font-weight: normal;
    line-height: 36px;
    color: #5278BF;
}

.bright-plus-intro__opener {
    margin-top: 16px;
    display: block;
    background-image: url(../img/plus.svg);
    width: 41px;
    height: 41px;
    cursor: pointer;
    font-size: 0px;
    background-size: cover;
}


.bright-plus-intro__visual {
    position: absolute;
    right: 0px;
    top: 0px;
}

@media(max-width:1023px) {
    .bright-plus-intro {
        padding-right: 351px;
        min-height: unset;
    }

    .bright-plus-intro__visual {
        width: 311px;
    }

    .bright-plus-intro__visual>img {
        width: 100%;
        height: auto;
    }
}

@media(max-width:761px) {
    .bright-plus-insights {
        padding: 0;
        gap: 0;
        margin-top: -2px;
        position: relative;
    }

    .bright-plus-intro {
        width: 100%;
        padding: 32px 16px;
        gap: 24px;
        flex-direction: row;
        flex-wrap: wrap;
        height: auto;
        align-items: flex-start;
        min-height: unset;
    }

    .bright-plus-intro__title {
        margin-top: 0px;
        font-size: 16px;
        line-height: 20px;
    }

    .bright-plus-intro__text {
        font-size: 14px;
        line-height: 20px;
    }

    .bright-plus-intro__text:first-child {
        order: 1;
        width: 100%;
        text-align: center;
    }

    .bright-plus-intro__visual {
        order: 3;
        width: calc(50% - 8px);
        position: relative;
        right: auto;
        top: auto;
    }

    .bright-plus-intro__visual>img {
        display: block;
        width: 100%;
        height: auto;

    }

    .bright-plus-intro__content {
        order: 2;
        flex: 1;
    }





}

/***************************************/
.bright-plus-videoplayer {
    position: relative;
    width: 100%;
    max-width: 896px;
    border-radius: 8px;
    overflow: hidden;
}

.bright-plus-videoplayer__picture {
    display: block;
    width: 100%;
    height: 100%;
}

.bright-plus-videoplayer__picture>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bright-plus-videoplayer__container {
    margin: -4px;
}

@media(max-width:761px) {
    .bright-plus-videoplayer {
        border-radius: 0;
    }
}

/********************************************/
/********************************************/
/********************************************/

.bright-plus-technology {
    background: linear-gradient(to bottom, #F2F9FE 0%, #FFFF 100%);
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 68px;
    padding: 68px 40px;
    padding-top: 0;
}

.bright-plus-technology__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 896px;
    gap: 32px;
    margin-top: 40px;
}

.bright-plus-ingredient {
    position: relative;
}

.bright-plus-ingredient__text {
    margin: 0;
    position: absolute;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 11px;
    font-weight: normal;
    line-height: 13px;
}

*[data-ingredient="niacinamide"] .bright-plus-ingredient__text {
    top: 215px;
    left: 151px;
    width: 70px;
    text-align: left;
}

*[data-ingredient="purple-tea"] .bright-plus-ingredient__text {
    top: 200px;
    right: 106px;
    width: 64px;
    text-align: right;
}

*[data-ingredient="acerola"] .bright-plus-ingredient__text {
    top: 223px;
    right: 183px;
    width: 72px;
    text-align: right;
}

*[data-ingredient="vitamine-c"] .bright-plus-ingredient__text {
    top: 55px;
    left: 19px;
    width: 118px;
    text-align: left;
}

.bright-plus-ingredient__visual {}

.bright-plus-technology__content {
    flex-basis: 100%;
    max-width: 828px;
}

.bright-plus-technology__title {
    margin: 0;
    margin-bottom: 24px;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 40px;
    font-weight: normal;
    line-height: 48px;
    text-align: center;
    color: #333;
}

.bright-plus-technology__title span {
    background: linear-gradient(0deg, #5278BF, #5278BF);
    display: inline-block;
    background-clip: text;
    color: transparent;
    font-family: var(--FONT-GOTHAM-MEDIUM);
}

.bright-plus-technology__title strong {
    display: block;
    font-weight: normal;
}

.bright-plus-technology__text {
    margin: 0;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;

}

.bright-plus-technology__text span {
    background: linear-gradient(0deg, #5278BF, #5278BF);
    display: inline-block;
    background-clip: text;
    color: transparent;
    font-family: var(--FONT-GOTHAM-MEDIUM);
}

@media(max-width:761px) {
    .bright-plus-technology {
        padding: 0;
        gap: 0;
    }

    .bright-plus-technology__wrapper {
        margin: 0;
        padding: 40px 0;
        row-gap: 24px;
        column-gap: 0;
    }

    .bright-plus-technology__title {
        margin-bottom: 24px;
        font-size: 30px;
        line-height: 36px;
    }

    .bright-plus-technology__title span {
        font-size: 26px;
        line-height: 31px;
    }

    .bright-plus-technology__text {
        font-size: 14px;
        line-height: 20px;
        padding: 0 16px;
    }

    .bright-plus-ingredient__text {
        font-size: 10px;
        line-height: 11px;
    }

    *[data-ingredient="niacinamide"] .bright-plus-ingredient__text {
        top: 125px;
        left: 131px;
        width: 70px;
        text-align: left;
    }

    *[data-ingredient="purple-tea"] .bright-plus-ingredient__text {
        top: 120px;
        right: 76px;
        width: 64px;
        text-align: right;
    }

    *[data-ingredient="acerola"] .bright-plus-ingredient__text {
        top: 123px;
        right: 100px;
        width: 72px;
        text-align: right;
    }

    *[data-ingredient="acerola"] {
        margin-right: 30px;
    }

    *[data-ingredient="vitamine-c"] .bright-plus-ingredient__text {
        top: 26px;
        left: 10px;
        width: 60px;
        text-align: left;
    }
}

/********************************************/
/********************************************/
/********************************************/

.bright-plus-popin {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.bright-plus-popin__overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.bright-plus-popin__box {
    max-width: 1024px;
    background: linear-gradient(284.03deg, #F2F9FE 19.87%, #DADDF0 81.64%);
    position: relative;
    z-index: 2;
    padding: 32px 24px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    gap: 40px;
}

.bright-plus-popin__content {}

.bright-plus-popin__close {
    content: " ";
    position: absolute;
    background-image: url(../img/close.svg);
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 0;
    top: 8px;
    right: 8px;
}

.bright-plus-popin__visual {
    display: block;
}

.bright-plus-popin__text {
    margin: 0;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: left;
    color: #333;
}

.bright-plus-popin__text strong {
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
}

.bright-plus-popin__text+.bright-plus-popin__text {
    margin-top: 16px;
}

@media(max-width:761px) {
    .bright-plus-popin {
        padding: 64px 0;
    }

    .bright-plus-popin__box {
        flex-direction: column-reverse;
        width: 100%;
        gap: 16px;
        padding: 24px 16px;

    }

    .bright-plus-popin__text {
        text-align: center;
        margin-top: 16px;
    }

    .bright-plus-popin__visual {
        display: block;
        width: 100%;
    }

    .bright-plus-popin__visual>img {
        display: block;
        width: 100%;
        height: auto;
    }
}

/********************************************/
/********************************************/
/********************************************/

.bright-plus-benefits {
    background-color: #EBE7FF;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    /* min-height: 1096px;*/
    overflow: hidden;
    padding: 0;
    padding-top: 64px;
}

.bright-plus-benefits__background {
    display: block;
    width: 2200px;
    height: 1081px;
    position: absolute;
    top: 0;
    left: calc(50% - 1100px);
    mask-image: linear-gradient(to bottom, #000 0px, #000 200px, transparent 581px, transparent 1081px);
}

.bright-plus-benefits__title {
    margin: 0;
    margin-bottom: 45px;
    position: relative;
    z-index: 2;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 40px;
    font-weight: normal;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.bright-plus-benefits__title span {
    font-size: 25px;
    line-height: 30px;
    display: block;
}

.bright-plus-benefits__scroller {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 960px;
    height: 382px;
    padding: 0 64px;
    overflow-y: auto;
    pointer-events: none;
}

/* width */
.bright-plus-benefits__scroller::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
}

/* Track */
.bright-plus-benefits__scroller::-webkit-scrollbar-track {
    background: #FBF6F3;
}

/* Handle */
.bright-plus-benefits__scroller::-webkit-scrollbar-thumb {
    background: #C1AFD9;
    border-radius: 2px;
}

/* Handle on hover */
.bright-plus-benefits__scroller::-webkit-scrollbar-thumb:hover {
    background: #793F87;
}

.bright-plus-benefits__wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.bright-plus-benefits__item {
    display: flex;
    gap: 24px;
}

.bright-plus-benefits__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.bright-plus-benefits__product {
    margin: 0;
    color: #793F87;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 30px;
    font-weight: normal;
    line-height: 43px;
    text-align: center;
    text-transform: uppercase;
}

.bright-plus-benefits__bold-text {
    margin: 0;
    margin-bottom: 16px;
    color: #793F87;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 16px;
    font-weight: normal;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
}

.bright-plus-benefits__text {
    margin: 0;
    color: #793F87;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    text-align: center;
}

.bright-plus-benefits__tag {
    margin: 0;
    margin-bottom: 16px;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 10px 24px;
    align-items: center;
    position: relative;
    text-align: center;
}

.bright-plus-benefits__tag strong {
    text-transform: uppercase;
}

.bright-plus-benefits__tag::after,
.bright-plus-benefits__tag::before {
    content: " ";
    border: 1px solid #fff;
    height: 100%;
    width: 14px;
    position: absolute;
    top: 0;
}

.bright-plus-benefits__tag::after {
    border-left: 0px solid;
    right: 0;
}

.bright-plus-benefits__tag::before {
    border-right: 0px solid;
    left: 0;
}

.bright-plus-benefits__stats {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bright-plus-benefits__stats li {
    margin: 0;
    padding: 0 12px;
    color: #793F87;
    text-align: center;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

.bright-plus-benefits__stats li span {
    font-family: var(--FONT-GOTHAM-BOOK);
    font-weight: normal;
    display: block;
    font-size: 40px;
    line-height: 58px;
}

@media(max-width:1023px) {


    .bright-plus-benefits {
        padding: 24px 0;
        padding-bottom: 0;
        /* padding-top: calc(var(--HEADER-HEIGHT) + 24px);*/
    }

    .bright-plus-benefits__background {
        width: 100vw;
        height: 134vw;
        left: 0;
        mask-image: linear-gradient(to bottom, #000 0px, #000 100vw, transparent 134vw);
    }

    .bright-plus-benefits__background>img {
        width: 100%;
        height: auto;
    }

    .bright-plus-benefits__title {
        margin-bottom: 24px;
        font-size: 26px;
        line-height: 31px;
        max-width: 200px;
    }

    .bright-plus-benefits__title span {
        font-size: 20px;
        line-height: 24px;
    }

    .bright-plus-benefits__scroller {
        width: calc(100% - 32px);
        /*height: auto;*/
        padding: 0 16px;
        /*  height: calc(100vh - 300px);*/
        height: calc(100vh - 48px - var(--HEADER-HEIGHT) - 86px - 48px - 16px);
    }

    .bright-plus-benefits__item {
        flex-direction: column;
        align-items: center;
        /*  min-height: 484px;*/
    }

    .bright-plus-benefits__content {
        justify-content: flex-start;
    }

    .bright-plus-benefits__product {
        font-size: 16px;
        line-height: 24px;
    }

    .bright-plus-benefits__bold-text {
        margin-bottom: 8px;
        font-size: 12px;
        line-height: 14px;
    }

    .bright-plus-benefits__text {
        font-size: 12px;
        line-height: 14px;
    }

    .bright-plus-benefits__tag {
        margin: 0;
        margin-bottom: 8px;
        padding: 10px 24px;
    }

    .bright-plus-benefits__stats {
        padding: 0 12px;
    }

    .bright-plus-benefits__stats li {
        margin: 0;
        padding: 0 4px;
        font-size: 12px;
        line-height: 14px;
    }

    .bright-plus-benefits__stats li span {
        font-size: 24px;
        line-height: 34px;
    }
}

/********************************************/
/********************************************/
/********************************************/

.bright-plus-banner {
    width: 832px;
    height: 354px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin: 0 auto;
    margin-top: 84px;
}

.bright-plus-banner__picture {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bright-plus-banner__picture>img {
    display: block;
    width: 100%;
    height: auto;
}

.bright-plus-banner__content {
    position: absolute;
    left: 68px;
    width: 241px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    z-index: 2;
    color: #fff;
    text-align: right;

}

.bright-plus-banner__stats {
    margin: 0;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 70px;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 16px;
}

.bright-plus-banner__text {
    margin: 0;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    padding-bottom: 30px;
}

.bright-plus-banner .bright-plus-cta {
    position: absolute;
    left: 629px;
    top: 230px;
}

@media(max-width:761px) {
    .bright-plus-banner {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
        border-radius: 0px;
        margin-top: 40px;
    }

    .bright-plus-banner__picture {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
    }

    .bright-plus-banner__content {
        width: 100%;
        position: relative;
        left: auto;
        top: auto;
        height: auto;
        background: linear-gradient(0deg, #AFC3E4, #AFC3E4);
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: left;
        padding: 40px 16px;
        gap: 16px;
    }

    .bright-plus-banner .bright-plus-cta {
        position: absolute;
        left: 62%;
        top: 44vw;
    }

    .bright-plus-banner__text {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 0px;
        max-width: 163px;
    }
}

/********************************************/
/********************************************/
/********************************************/
.bright-plus-before-after {
    background-color: #EBE7FF;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 64px 0;
    padding-bottom: 107px;
    margin-top: -1px;
}

.bright-plus-before-after__wrapper {
    max-width: 1060px;
    width: calc(100% - 80px);
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 539px;
    position: relative;
}

.bright-plus-before-after__content {
    flex: 1;
}

.bright-plus-before-after__image {
    position: absolute;
    left: 0px;
    top: calc(50% - 239px);

}

.bright-plus-sepa {
    position: absolute;
    top: 0px;
    height: 100%;
    border-left: 1px solid #fff;
    z-index: 3;
    transition: left linear 0.5s;
}

.bright-plus-before-after__date {
    position: absolute;
    top: 0px;
    color: #fff;
    z-index: 5;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    width: 100%;
    padding: 16px 24px;
    transition: opacity ease-in-out 0.5s;
}

.bright-plus-before-after__date[data-state="before"] {
    text-align: left;
}

.bright-plus-before-after__date[data-state="after"] {
    text-align: right;
}

.bright-plus-before-after__step {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    transition: clip-path linear 0.5s;
}

.bright-plus-before-after__step+.bright-plus-before-after__step {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.bright-plus-before-after__filter+.bright-plus-before-after__filter {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.bright-plus-cursor {
    position: absolute;
    height: 101px;
    width: calc(100% + 57px);
    bottom: -52px;
    left: -28px;
    z-index: 4;
}

.bright-plus-cursor__input {
    opacity: 0;
    top: 0px;
    left: 0px;
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}


.bright-plus-cursor__thumb {
    position: absolute;
    user-select: none;
    pointer-events: none;
    transform: translateX(-50%);
    transition: transform linear 0.5s, left linear 0.5s;
}

.bright-plus-range {
    position: relative;
}

/*.bright-plus-range {
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/

.bright-plus-range__input {
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.bright-plus-range__label {
    display: inline-block;
    margin: 0px;
    margin-top: 34px;
    margin-bottom: 6px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 2px;
    text-align: left;
    background: linear-gradient(0deg, #9762A4, #9762A4);
    background-clip: text;
    color: transparent;
    text-transform: uppercase;
    pointer-events: none;
    cursor: none;
}

.bright-plus-range__input::-ms-tooltip {
    display: none;
}

.bright-plus-range__track {
    width: 100%;
    height: 8px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    border-radius: 8px;
}

.bright-plus-range__track-inner {
    width: 0;
    border-radius: 8px;
    height: 100%;
    background: linear-gradient(90deg, #D6D8EE 0%, #BE99C7 100%);

}

.bright-plus-range__thumb {
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    background: linear-gradient(0deg, #B58BBF, #B58BBF);
    box-shadow: 0px 0px 3px 0px #00000040;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    pointer-events: none;
}

.bright-plus-before-after__title {
    margin: 0;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 40px;
    font-weight: normal;
    line-height: 48px;
    text-align: left;
    background: linear-gradient(0deg, #B58BBF, #B58BBF),
        linear-gradient(0deg, #9762A4, #9762A4);
    background-clip: text;
    color: transparent;
    letter-spacing: -0.02em;
}

.bright-plus-before-after__text {
    margin: 0;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    text-align: left;
    background: linear-gradient(0deg, #B58BBF, #B58BBF),
        linear-gradient(0deg, #9762A4, #9762A4);
    background-clip: text;
    color: transparent;
}

.bright-plus-before-after__teaser {
    margin: 0;
    margin-top: 32px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #333;
    text-transform: uppercase;
    position: relative;
    padding-left: 38px;
}

.bright-plus-before-after__teaser::before {
    content: " ";
    background-image: url(../img/slider.svg);
    position: absolute;
    width: 30px;
    height: 12px;
    left: 0px;
    top: 0px;
}

.bright-plus-before-after__teaser::after {
    content: " ";
    background-image: url(../img/hand.svg);
    position: absolute;
    width: 20px;
    height: 30px;
    left: 0px;
    top: 5px;
    animation: cursorSlide ease-in-out 1s infinite;
    animation-direction: alternate-reverse;
}

@keyframes cursorSlide {
    0% {
        left: 0px;
    }

    100% {
        left: 20px;
    }
}

.bright-plus-before-after__reset::before {
    content: " ";
    width: 16px;
    height: 16px;
    background-image: url(../img/left.svg);
    display: block;
    pointer-events: none;
    position: absolute;
    top: 2px;
    left: 0px;
}

.bright-plus-before-after__reset {
    margin: 40px 0;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: left;
    color: #333;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 18px;
}

.bright-plus-before-after__mentions {
    margin: 0;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    text-align: left;
    color: #797674;
}

@media(max-width:1023px) {
    .bright-plus-before-after {
        padding: 24px 0;
        padding-top: 40px;
    }

    .bright-plus-before-after__wrapper {
        padding: 0px;
        width: calc(100% - 32px);
        display: flex;
        align-items: center;
        gap: 24px;
        flex-direction: column;
    }

    .bright-plus-before-after__start {
        order: 1;
        text-align: center;
    }

    .bright-plus-before-after__title {
        font-size: 26px;
        line-height: 31px;
        text-align: center;
    }

    .bright-plus-before-after__text {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        margin-top: 8px;
    }

    .bright-plus-before-after__teaser {
        font-size: 12px;
        line-height: 17px;
        display: inline-block;
        margin-top: 24px;
    }

    .bright-plus-before-after__image {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        order: 2;
        max-width: 480px;

    }

    .bright-plus-before-after__step {
        width: 100%;
    }

    .bright-plus-before-after__filter {
        width: 100%;
    }

    .bright-plus-before-after__filter img {
        width: 100%;
        height: auto;
    }

    .bright-plus-before-after__end {
        order: 3;
        text-align: center;
    }

    .bright-plus-cursor {
        position: absolute;
        height: calc(100% + 30px);
        width: calc(100% + 34px);
        bottom: -30px;
        left: -17px;
        z-index: 4;
        pointer-events: none;
    }

    .bright-plus-cursor__thumb {
        width: 34px;
        height: 60px;
        bottom: 0;
    }

    .bright-plus-cursor__thumb>img {
        display: block;
        width: 100%;
        height: auto;
    }

    .bright-plus-range__label {
        margin-top: 24px;
        width: 100%;
    }

    .bright-plus-before-after__reset {
        margin: 24px auto;
    }

    .bright-plus-before-after__mentions {
        font-size: 10px;
        line-height: 12px;
        ;
    }
}

/********************************************/
/********************************************/
/********************************************/
.bright-plus-routine {
    padding: 64px 0;
    background-color: #FDFDFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.bright-plus-routine__title {
    margin: 0;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 40px;
    font-weight: normal;
    line-height: 48px;
    text-align: center;
}


.bright-plus-routine__slider {
    margin-top: 28px;
    width: 100%;
    overflow: hidden;
    max-width: 1290px;
}

.bright-plus-routine__slider .swiper-slide {
    height: auto;
    width: auto;
}

.bright-plus-routine__item {

    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;

}

.bright-plus-routine__picture {
    display: flex;
    width: 214px;
    height: 292px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.bright-plus-routine__picture>img {
    display: block;
}

.bright-plus-routine__products-wrapper {
    display: flex;
}

.bright-plus-routine__num {
    margin: 0;
    position: absolute;
    top: 0px;
    right: 70%;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 70px;
    font-weight: 400;
    line-height: 0;
    text-align: right;
    color: #B58BBF;
    height: 0;
}

*[data-product="1"] .bright-plus-routine__num {
    top: 150px;
}

*[data-product="2"] .bright-plus-routine__num {
    top: 210px;
    right: 65%;
}

*[data-product="3"] .bright-plus-routine__num {
    top: 100px;
    right: 65%;
}

*[data-product="3"] .bright-plus-routine__product {
    max-width: 128px;
}

*[data-product="4"] .bright-plus-routine__num {
    top: 150px;
    right: 65%;
}

*[data-product="5"] .bright-plus-routine__num {
    top: 150px;
    right: 70%;
}

.bright-plus-routine__product {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0 8px;
    padding-top: 10px;
    flex: 1;
    border-top: #B58BBF 1px solid;
    min-width: 160px;
    max-width: 214px;
}

.bright-plus-routine__infos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 16px;
    flex: 1;
}

.bright-plus-routine__action {
    margin: 0;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 30px;
    font-weight: normal;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    color: #B58BBF;
}

.bright-plus-routine__name {
    margin: 0;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    color: #333;
    flex: 1;

}

.bright-plus-routine__price {
    margin: 0;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}

@media(max-width:1023px) {
    .bright-plus-routine {
        padding: 32px 16px;
        padding-bottom: 0px;
        position: relative;

        --swiper-pagination-bottom: 40px;
        gap: 8px;
    }

    .bright-plus-routine__slider {
        padding-bottom: 64px;
        position: relative;
        margin-left: -16px;
        margin-right: -16px;
        width: calc(100% + 32px);
    }

    .bright-plus-routine__box {
        margin-top: 16px;
    }

    .bright-plus-routine__box .swiper-pagination-bullet-active {
        width: 32px;
        border-radius: 8px;
    }

    .bright-plus-routine__title {
        font-size: 30px;
        line-height: 43px;
    }

    .bright-plus-routine__text {
        font-size: 16px;
        line-height: 23px;
    }

    .bright-plus-routine__item {
        width: 100%;
    }
}


/*****************************************************************/
.bright-plus-nature {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 100%;
    height: 681px;
    position: relative;
}

.bright-plus-nature__background {
    position: absolute;
    width: 2200px;
    left: calc(50% - 1100px);
    top: 0;
    z-index: 1;
}

.bright-plus-nature__background>img {
    display: block;
    width: 100%;
    height: auto;
}

.bright-plus-nature__title {
    margin: 0;
    position: relative;
    z-index: 2;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-weight: normal;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #fff;
}

.bright-plus-nature__text {
    margin: 0;
    position: relative;
    z-index: 2;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
}

.bright-plus-nature__box {
    position: relative;
    z-index: 2;
    display: flex;
    padding: 40px 64px;
    gap: 16px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.bright-plus-nature__item {
    display: flex;
    align-items: center;
}

.bright-plus-nature__picto {}

.bright-plus-nature__argument {
    margin: 0;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #333;
}

.bright-plus-nature__argument strong {
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    color: #B40024;
    display: block;
}

.bright-plus-nature__item[data-item="1"] .bright-plus-nature__argument {
    max-width: 117px;
}

.bright-plus-nature__item[data-item="2"] .bright-plus-nature__argument {
    max-width: 145px;
}

.bright-plus-nature__item[data-item="3"] .bright-plus-nature__argument {
    max-width: 117px;
}

.bright-plus-nature__item[data-item="2"] strong {
    font-size: 30px;
    line-height: 36px;
}

.bright-plus-nature__item[data-item="3"] small {
    font-size: 20px;
    line-height: 24px;
    display: block;
    margin-bottom: -12px;
}

@media(max-width:1536px) {
    .bright-plus-nature {
        height: auto;
        padding: 0 40px;
        aspect-ratio: 1536 / 681;
    }

    .bright-plus-nature__background {
        width: 100%;
        left: 0;
        height: auto;
    }

    .bright-plus-nature__box {
        margin: 0;
        padding: 20px 40px;
    }

    .bright-plus-nature__picto {
        width: 50%;
    }
}

@media(max-width:1023px) and (min-width:762px) {


    .bright-plus-nature__title {
        font-size: 26px;
        line-height: 31px;
    }

    .bright-plus-nature__text {
        font-size: 14px;
        line-height: 20px;
    }

    .bright-plus-nature__picto {
        width: 100px;
        height: 100px;
    }

    .bright-plus-nature__argument {
        font-size: 14px;
        line-height: 20px;
    }

    .bright-plus-nature__argument strong {
        font-size: 40px;
        line-height: 48px;
    }

    .bright-plus-nature__item[data-item="1"] .bright-plus-nature__argument {
        max-width: 117px;
    }

    .bright-plus-nature__item[data-item="2"] .bright-plus-nature__argument {
        max-width: 145px;
    }

    .bright-plus-nature__item[data-item="3"] .bright-plus-nature__argument {
        max-width: 117px;
    }

    .bright-plus-nature__item[data-item="2"] strong {
        font-size: 20px;
        line-height: 24px;
    }

    .bright-plus-nature__item[data-item="3"] small {
        font-size: 14px;
        line-height: 20px;
        display: block;
        margin-bottom: -5px;
    }
}

@media(max-width:761px) {
    .bright-plus-nature {
        height: auto;
        padding: 0 40px;
        aspect-ratio: 376 / 591;
        gap: 24px;
    }

    .bright-plus-nature__title {
        font-size: 26px;
        line-height: 31px;
    }

    .bright-plus-nature__text {
        font-size: 14px;
        line-height: 20px;
    }

    .bright-plus-nature__background {
        width: 100%;
        left: 0;
        height: auto;
    }

    .bright-plus-nature__box {
        margin: 0;
        padding: 32px 24px;
        gap: 0;
        flex-direction: column;
    }

    .bright-plus-nature__picto {
        width: 100px;
        height: 100px;
    }

    .bright-plus-nature__argument {
        font-size: 14px;
        line-height: 20px;
    }

    .bright-plus-nature__argument strong {
        font-size: 40px;
        line-height: 48px;
    }

    .bright-plus-nature__item[data-item="1"] .bright-plus-nature__argument {
        max-width: 117px;
    }

    .bright-plus-nature__item[data-item="2"] .bright-plus-nature__argument {
        max-width: 145px;
    }

    .bright-plus-nature__item[data-item="3"] .bright-plus-nature__argument {
        max-width: 117px;
    }

    .bright-plus-nature__item[data-item="2"] strong {
        font-size: 20px;
        line-height: 24px;
    }

    .bright-plus-nature__item[data-item="3"] small {
        font-size: 14px;
        line-height: 20px;
        display: block;
        margin-bottom: -5px;
    }
}


.bright-plus-mentions {
    padding: 40px;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
}

.bright-plus-mentions__wrapper {
    max-width: 1264px;
    margin: 0 auto;
}

.bright-plus-mentions p {
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 10px;
    font-weight: normal;
    line-height: 14px;
    text-align: center;
    color: #797674;
}

@media(max-width:761px) {
    .bright-plus-mentions {
        padding: 40px 16px;
    }
}