body,
html {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "Gotham_Light";
    src: url("./fonts/GothamLight.eot");
    src: url("./fonts/GothamLight.eot") format("embedded-opentype"),
        url("./fonts/GothamLight.woff2") format("woff2"),
        url("./fonts/GothamLight.woff") format("woff"),
        url("./fonts/GothamLight.ttf") format("truetype"),
        url("./fonts/GothamLight.svg#GothamLight") format("svg");
}

.breadcrumb {
    display: none;
}

#main:not(.main-homepage) {
    padding-top: 0px;
}

#wrapper.pt_category-wide .site-width-slot,
#wrapper.pt_category-wide .breadcrumb-container {
    max-width: 100%;
    margin: 0 auto;
}

#wrapper {
    max-width: 100%;
}

.clarinsPO-globalWrapper {
    margin: 0 auto;
    box-sizing: border-box;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    overflow: hidden;
    --CLARINS-FONT: "ClarinsRegular", "Clarins";
    --GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
        sans-serif;
    --GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica,
        Arial, sans-serif;
    --GOTHAM-XLIGHT: "Gotham_Light";
    --FONT-SIZE: 14px;
    font-family: var(--GOTHAM-BOOK);
    font-size: var(--FONT-SIZE);
}

.clarinsPO-globalWrapper * {
    box-sizing: border-box;
}

/*/////////HEADER////////////////////*/

.clarins-PO-wrapperHeader {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    background-image: url(./img/bg_sea.jpg);
    background-size: 1600px 500px;
    background-repeat: no-repeat;
    background-position: center top;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.clarins-PO-header {
    max-width: 1250px;
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
}

.clarins-PO-header__backHome {
    position: absolute;
    top: 21px;
    width: fit-content;

}

.clarins-PO-header__backHome a {
    text-decoration: none;
    color: #333;
    display: flex;
    width: fit-content;
    padding: 10px 10px 10px 20px;
    background-color: white;
    opacity: 0.85;
    background-image: url(./img/left_black_arrow.png);
    background-size: 8px 12px;
    background-repeat: no-repeat;
    background-position: left 9px center;
    font-family: var(--GOTHAM-MEDIUM);
    font-size: 11px;
    text-transform: uppercase;

}

.clarins-PO-header__overHeadTextZone {
    width: 100%;
    max-width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 330px;
    background-color: white;
    opacity: 0.85;
    margin: 0 auto;
}

.clarins-PO-header__overHeadTextZone-visual img {
    display: flex;
    justify-content: center;
    width: 162px;
    height: 36px;
    margin: 10px 0;
}

.clarins-PO-header__overHeadTextZone h1 {
    color: #333;
    display: flex;
    justify-content: center;
    font-family: var(--CLARINS-FONT);
    font-size: 50px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 15px 0 0 0;
}

.clarins-PO-header__overHeadTextZone-subtitle {
    color: #333;
    display: flex;
    justify-content: center;
    font-family: var(--GOTHAM-MEDIUM);
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}

.clarins-PO-header__overHeadTextZone-txtExplanation {
    color: #333;
    display: flex;
    justify-content: center;
    max-width: 545px;
    width: 100%;
    font-family: var(--GOTHAM-MEDIUM);
    font-size: 14px;
    text-align: center;
}

@media (max-width: 761px) {
    .clarins-PO-wrapperHeader {
        height: 550px;
        margin: 0 auto;
        background-size: 1760px 550px;
        margin-bottom: 50px;
    }

    .clarins-PO-header__overHeadTextZone {
        height: 410px;
        width: 100%;
        max-width: 334px;
    }

    .clarins-PO-header__overHeadTextZone-visual img {
        width: 130px;
        height: 30px;
        margin: 18px 0;
    }

    .clarins-PO-header__overHeadTextZone h1 {
        margin: 0;
        font-size: 35px;
        line-height: 39px;
    }

    .clarins-PO-header__overHeadTextZone p {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 10px;
    }

    .clarins-PO-header__overHeadTextZone p+p {
        margin-top: 0;
    }

    .clarins-PO-header__overHeadTextZone-txtExplanation {
        padding-left: 30px;
        padding-right: 30px;
    }
}


/*////////wrapperMainContent//////////*/

.clarins-PO-wrapperMainContent {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*1st row*/
.clarins-PO-plasticWaste {
    display: flex;
    flex-direction: row;
    margin-bottom: 60px;
}

.clarins-PO-plasticWaste__visual {
    max-width: 470px;
    width: 100%;
    padding-right: 29px;
    display: flex;
    justify-content: flex-end;
}

.clarins-PO-plasticWaste__visual[data-anim="0"] {
    transform: translateY(20%);
}

.clarins-PO-plasticWaste__visual[data-anim="1"] {
    transform: translateY(0);
    transition: 1s ease-in-out;
}

.clarins-PO-plasticWaste__visual img {
    width: 294px;
    height: 359px;
}

.clarins-PO-plasticWaste__txtExplanation {
    display: flex;
    flex-direction: column;
    max-width: 470px;
    width: 100%;
    padding-left: 29px;
    justify-content: flex-end;
}

.clarins-PO-plasticWaste__txtExplanation span {
    color: #333;
    text-align: left;
    font-family: var(--CLARINS-FONT);
    line-height: 40px;
    font-size: 40px;
    font-weight: normal;
}

.clarins-PO-plasticWaste__txtExplanation p {
    color: #333;
    max-width: 365px;
    text-align: left;
    font-family: var(--GOTHAM-MEDIUM);
    line-height: 20px;
    font-size: 14px;
    margin: 10px 0 8px 0;
}

.clarins-PO-plasticWaste__txtExplanation h2 {
    max-width: 425px;
    text-align: left;
    font-family: var(--GOTHAM-XLIGHT);
    text-transform: uppercase;
    line-height: 48px;
    font-size: 36px;
    color: #70b5f8;
    letter-spacing: 3px;
    margin: 0;
    font-weight: normal;
}

@media (max-width:1023px) {
    .clarins-PO-plasticWaste {
        flex-direction: column;
        margin-bottom: 45px;
    }

    .clarins-PO-plasticWaste__visual {
        justify-content: center;
        padding-right: 0;
    }

    .clarins-PO-plasticWaste__visual img {
        width: 334px;
        height: 414px;
    }

    .clarins-PO-plasticWaste__txtExplanation {
        align-items: center;
        margin-top: 40px;
        padding-left: 0;
    }

    .clarins-PO-plasticWaste__txtExplanation h2 {
        text-align: center;
    }

    .clarins-PO-plasticWaste__txtExplanation span {
        line-height: 39px;
        font-size: 35px;
    }

    .clarins-PO-plasticWaste__txtExplanation p {
        max-width: 295px;
        line-height: 18px;
        font-size: 14px;
        text-align: center;
        margin: 25px 0 20px 0;
    }

    .clarins-PO-plasticWaste__txtExplanation h2 {
        max-width: 290px;
        line-height: 34px;
        font-size: 30px;
        margin: 0;
    }
}

/*2nd row*/
.clarins-PO-connectingActors__visual {
    max-width: 470px;
    width: 100%;
    padding-left: 29px;
    margin-bottom: 100px;
}

.clarins-PO-connectingActors__visual img {
    width: 334px;
    height: 422px;
}

.clarins-PO-connectingActors__visual[data-anim="0"] {
    transform: translateY(20%);
}

.clarins-PO-connectingActors__visual[data-anim="1"] {
    transform: translateY(0);
    transition: 01s ease-in-out;
}

.clarins-PO-connectingActors {
    display: flex;
    flex-direction: row;
}



.clarins-PO-connectingActors__txtExplanation::before {
    background-image: url(img/world_blue_sky.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 52px 52px;
    content: "";
    width: 52px;
    height: 52px;
}

.clarins-PO-connectingActors__txtExplanation {
    display: flex;
    flex-direction: column;
    max-width: 470px;
    width: 100%;
    padding-right: 29px;
    align-items: flex-end;
    justify-content: flex-start;
}

.clarins-PO-connectingActors__txtExplanation p:first-child {
    color: #333;
    max-width: 225px;
    text-align: right;
    font-family: var(--GOTHAM-MEDIUM);
    line-height: 20px;
    font-size: 14px;
    margin: 20px 0 0 0;
}

.clarins-PO-connectingActors__txtExplanation h2 {
    max-width: 425px;
    text-align: right;
    font-family: var(--GOTHAM-XLIGHT);
    text-transform: uppercase;
    line-height: 48px;
    font-size: 36px;
    color: #70b5f8;
    letter-spacing: 3px;
    margin: 3px 0;
    font-weight: normal;
}

.clarins-PO-connectingActors__txtExplanation p:nth-child(3) {
    color: #333;
    max-width: 240px;
    text-align: right;
    font-family: var(--GOTHAM-MEDIUM);
    line-height: 20px;
    font-size: 14px;
    margin: 0;
}

@media (max-width:1023px) {
    .clarins-PO-connectingActors {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
    }

    .clarins-PO-connectingActors__visual[data-anim="0"] img {
        width: 334px;
        height: 422px;
    }

    .clarins-PO-connectingActors picture {
        padding-left: 0;
        display: flex;
        justify-content: center;
        margin-bottom: 35px;
    }

    .clarins-PO-connectingActors__txtExplanation {
        align-items: center;
        padding-right: 0;
    }

    .clarins-PO-connectingActors__txtExplanation p:first-child {
        text-align: center;
        max-width: 208px;
    }

    .clarins-PO-connectingActors__txtExplanation h2 {
        text-align: center;
        font-size: 30px;
        line-height: 34px;
        max-width: 300px;
        margin: 20px 0;

    }

    .clarins-PO-connectingActors__txtExplanation p:nth-child(3) {
        max-width: 246px;
        text-align: center;
    }


}

/*3rd row*/
.clarins-PO-reducePlastic {
    display: flex;
    flex-direction: row;
    margin-bottom: 60px;
}

.clarins-PO-reducePlastic__visual {
    max-width: 470px;
    width: 100%;
    padding-right: 58px;
    display: flex;
    justify-content: flex-end;
}

.clarins-PO-reducePlastic__visual[data-anim="0"] {
    transform: translateY(20%);
}

.clarins-PO-reducePlastic__visual[data-anim="1"] {
    transform: translateY(0);
    transition: 1s ease-in-out;
}

.clarins-PO-reducePlastic__visual img {
    width: 467px;
    height: 366px;
}

.clarins-PO-reducePlastic__txtExplanation::before {
    background-image: url(img/blue_boat.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    width: 71px;
    height: 71px;
}

.clarins-PO-reducePlastic__txtExplanation {
    display: flex;
    flex-direction: column;
    max-width: 496px;
    width: 100%;
    justify-content: flex-start;
}

.clarins-PO-reducePlastic__txtExplanation span {
    color: #333;
    max-width: 375px;
    text-align: left;
    font-family: var(--CLARINS-FONT);
    line-height: 40px;
    font-size: 40px;
    font-weight: normal;
}

.clarins-PO-reducePlastic__txtExplanation span:first-child {
    margin-top: 12px;
}

.clarins-PO-reducePlastic__txtExplanation p {
    color: #333;
    max-width: 405px;
    text-align: left;
    font-family: var(--GOTHAM-MEDIUM);
    line-height: 20px;
    font-size: 14px;
    margin: 24px 0 17px 0;
}

.clarins-PO-reducePlastic__txtExplanation p:first-child {
    margin: 10px 0 5px 0;
}

.clarins-PO-reducePlastic__txtExplanation p+p {
    margin-top: 0;
}

.clarins-PO-reducePlastic__txtExplanation h2 {
    max-width: 425px;
    text-align: left;
    font-family: var(--GOTHAM-XLIGHT);
    text-transform: uppercase;
    line-height: 48px;
    font-size: 36px;
    color: #70b5f8;
    letter-spacing: 3px;
    margin: 0;
    font-weight: normal;
}

@media (max-width:1023px) {
    .clarins-PO-reducePlastic {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .clarins-PO-reducePlastic__visual {
        padding-right: 0;
        justify-content: center;
        margin-bottom: 25px;
    }

    .clarins-PO-reducePlastic__visual img {
        width: 334px;
        height: 268px;
    }

    .clarins-PO-reducePlastic__txtExplanation {
        align-items: center;
    }

    .clarins-PO-reducePlastic__txtExplanation span {
        font-size: 36px;
        line-height: 39px;
    }

    .clarins-PO-reducePlastic__txtExplanation span:first-child {
        margin-top: 20px;
    }

    .clarins-PO-reducePlastic__txtExplanation p {
        text-align: center;
        max-width: 280px;
        font-size: 14px;
        line-height: 18px;
    }

    .clarins-PO-reducePlastic__txtExplanation p+p {
        max-width: 305px;
    }

    .clarins-PO-reducePlastic__txtExplanation h2 {
        line-height: 34px;
        font-size: 30px;
        max-width: 360px;
        text-align: center;
        margin-top: 20px;
    }

}

/*///// Visit countries block////*/
.clarins-PO-visitCountries {
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: flex-start;
    margin-left: 75px;
    position: relative;
}

.clarins-PO-visitCountries__bgMapWorld {
    position: absolute;
    z-index: 1;
    background-image: url(img/world_map.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 858px 404px;
    width: 858px;
    height: 404px;
    right: -25px;
}

*[data-anim="0"] .clarins-PO-visitCountries__bgMapWorld {
    opacity: 0;
    transform: scale(0.8);

}

*[data-anim="1"] .clarins-PO-visitCountries__bgMapWorld {
    opacity: 1;
    transform: scale(1);
    transition: all 2s ease-in-out;
}

.clarins-PO-visitCountries__arrow-up {
    position: absolute;
    z-index: 1;
    background-image: url(img/blue_arrow_up.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 25px 80px;
    width: 25px;
    height: 80px;
    right: 600px;
    bottom: 14px;
    animation-duration: 2s;
    animation-name: slidein;
    transform-origin: bottom center;
}

*[data-anim="0"] .clarins-PO-visitCountries__arrow-up {
    opacity: 0;
    transform: scale(0.5);
}

*[data-anim="1"] .clarins-PO-visitCountries__arrow-up {
    opacity: 1;
    transition: all 1s ease-in-out;
    transition-delay: 2s;
    transform: scale(1);
}

.clarins-PO-visitCountries__arrow-left {
    position: absolute;
    z-index: 1;
    background-image: url(img/blue_arrow_left.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 135px 54px;
    width: 135px;
    height: 54px;
    right: -38px;
    bottom: 170px;
    transform-origin: top right;
}


*[data-anim="0"] .clarins-PO-visitCountries__arrow-left {
    opacity: 0;
    transform: scale(0.5) rotate(-30deg);
}

*[data-anim="1"] .clarins-PO-visitCountries__arrow-left {
    opacity: 1;
    transition: all 1s ease-in-out;
    transition-delay: 2.5s;
    transform: scale(1);

}

.clarins-PO-visitCountries__arrow-down-left {
    position: absolute;
    z-index: 1;
    background-image: url(img/blue_arrow_down-left.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 120px 94px;
    width: 120px;
    height: 94px;
    right: 404px;
    bottom: 34px;
    transform-origin: top right;
}

*[data-anim="0"] .clarins-PO-visitCountries__arrow-down-left {
    transform: scale(0.5) rotate(-30deg);
    opacity: 0;
}

*[data-anim="1"] .clarins-PO-visitCountries__arrow-down-left {
    opacity: 1;
    transition: all 1s ease-in-out;
    transition-delay: 1.5s;
    transform: scale(1);
}

.clarins-PO-visitCountries__arrow-down-right {
    position: absolute;
    z-index: 1;
    background-image: url(img/blue_arrow_down-right.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 70px 133px;
    width: 70px;
    height: 133px;
    right: 404px;
    bottom: 134px;
    transform-origin: top left;
}

*[data-anim="0"] .clarins-PO-visitCountries__arrow-down-right {
    transform: scale(0.5) rotate(30deg);
    opacity: 0;
}

*[data-anim="1"] .clarins-PO-visitCountries__arrow-down-right {
    opacity: 1;
    transition: all 1s ease-in-out;
    transition-delay: 1s;
    transform: scale(1);
}

.clarins-PO-visitCountries__localization-point {
    position: absolute;
    z-index: 1;
    background-image: url(img/point_localization@2x.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 43px 67px;
    width: 43px;
    height: 67px;
    right: 383px;
    top: 65px;
}

*[data-anim="0"] .clarins-PO-visitCountries__localization-point {
    opacity: 0;
    transform: scale(0.25);
}

*[data-anim="1"] .clarins-PO-visitCountries__localization-point {
    opacity: 1;
    transform: scale(1);
    transition: all 1s ease-in-out;
    transition-delay: 0.5s;
}

.clarins-PO-visitCountries__recycled-petrol {
    position: absolute;
    z-index: 1;
    background-image: url(img/recyled-petrol@2x.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 79px;
    height: 95px;
    right: 188px;
    top: 268px;
}

*[data-anim="0"] .clarins-PO-visitCountries__recycled-petrol {
    opacity: 0;
}

*[data-anim="1"] .clarins-PO-visitCountries__recycled-petrol {
    opacity: 1;
    transition: all 1s ease-in-out;
    transition-delay: 3s;
}

.clarins-PO-visitCountries__txtExplanation {
    z-index: 5;
    display: flex;
    flex-direction: column;
    max-width: 496px;
    width: 100%;
    justify-content: flex-start;
}

.clarins-PO-visitCountries__txtExplanation--txtBlueBg {
    width: fit-content;
    background-color: #70b5f8;
    font-family: var(--GOTHAM-MEDIUM);
    line-height: 20px;
    font-size: 14px;
    padding: 16px 20px;
    color: white;
    margin-left: -20px;
}

.clarins-PO-visitCountries__txtExplanation--txtBlueBg span {
    display: flex;
    flex-direction: column;
}

.clarins-PO-visitCountries__txtExplanation p {
    color: #333;
    text-align: left;
    font-family: var(--GOTHAM-MEDIUM);
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 3px;
}

.clarins-PO-visitCountries__txtExplanation h2 {
    display: flex;
    flex-direction: column;
    width: 395px;
    text-align: left;
    font-family: var(--GOTHAM-XLIGHT);
    text-transform: uppercase;
    line-height: 48px;
    font-size: 36px;
    color: #70b5f8;
    letter-spacing: 2px;
    margin: 0;
    font-weight: normal;
}

.clarins-PO-visitCountries__txtExplanation h2+div {
    color: #333;
    text-align: left;
    font-family: var(--GOTHAM-MEDIUM);
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 8px;
    width: 232px;
    display: flex;
    flex-direction: column;
}

@media (max-width:1023px) {
    .clarins-PO-visitCountries__txtExplanation {
        margin-top: 260px;
    }

    .clarins-PO-visitCountries__globalMap {
        transform: scale(0.5);
        position: relative;
        width: 858px;
        height: 404px;
        position: absolute;
        z-index: 1;
        background-position: right top;
        background-repeat: no-repeat;
        background-size: 858px 404px;
        top: -90px;
    }

    .clarins-PO-visitCountries {
        margin-left: 0;
        justify-content: center;
    }

    .clarins-PO-visitCountries__txtExplanation {
        align-items: center;
    }

    .clarins-PO-visitCountries__txtExplanation--txtBlueBg {
        width: 334px;
        text-align: center;
        margin-left: 0;

    }

    .clarins-PO-visitCountries__txtExplanation--txtBlueBg span {
        display: inline;
    }

    .clarins-PO-visitCountries__txtExplanation p {
        margin-top: 20px;
        margin-bottom: 13px;
    }

    .clarins-PO-visitCountries__txtExplanation h2 {
        text-align: center;
        font-size: 30px;
        line-height: 34px;
    }

    .clarins-PO-visitCountries__txtExplanation h2+div {
        text-align: center;
        margin: 20px 0;
    }
}

@media (max-width:470px) {
    .clarins-PO-visitCountries__globalMap {
        transform: scale(0.5);
        position: relative;
        width: 858px;
        height: 404px;
        position: absolute;
        z-index: 1;
        background-position: right top;
        background-repeat: no-repeat;
        background-size: 858px 404px;
        right: -216px;
        top: -90px;
    }
}

/*///////////Quote//////////////*/
.clarins-PO-quotePart {
    width: 100%;
    background-color: #c7e3ff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 205px;
    margin-top: 100px;
}

.clarins-PO-quotePart__txt::before {
    background-image: url(img/quote-begining_blue.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 32px 24px;
    position: absolute;
    top: -12px;
    content: "";
    width: 32px;
    height: 24px;
}

.clarins-PO-quotePart__txt {
    display: flex;
    position: relative;
    flex-direction: column;
    color: #333;
    text-align: center;
    font-family: var(--GOTHAM-MEDIUM);
    line-height: 24px;
    font-size: 20px;
    padding-bottom: 10px;
}

.clarins-PO-quotePart__txt::after {
    background-image: url(img/quote-end_blue.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 17px 14px;
    position: absolute;
    right: 55px;
    bottom: 18px;
    content: "";
    width: 17px;
    height: 14px;
}

.clarins-PO-quotePart__authors {
    color: #787474;
    font-family: var(--GOTHAM-BOOK);
    line-height: 20px;
    font-size: 11px;
}

@media (max-width:1023px) {
    .clarins-PO-quotePart {
        padding-top: 75px;
        padding-bottom: 70px;
        height: 100%;
        margin-top: 30px;
    }

    .clarins-PO-quotePart__txt {
        position: relative;
        display: inline-block;
        line-height: 22px;
        font-size: 18px;
        width: 288px;
    }

    .clarins-PO-quotePart__txt::before {
        background-size: 26px 20px;
        top: -13px;
        left: -14px;
    }

    .clarins-PO-quotePart__txt::after {
        right: -10px;
        bottom: 20px;
    }
}

/*//////////Clarins says no to plastic//////////////*/
.clarins-PO-noToPlastic {
    color: #012340;
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    height: 635px;
    background-image: url(img/sky_under_the_sea.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.clarins-PO-noToPlastic[data-anim="0"] {
    background-size: 140% 800px;
}

.clarins-PO-noToPlastic[data-anim="1"] {
    transition: all ease-out 3s;
    background-size: 120% 635px;
}

.clarins-PO-noToPlastic__aheadTxt::before {
    background-image: url(img/no_petrol@2x.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 60px 60px;
    position: absolute;
    top: 30px;
    content: "";
    width: 60px;
    height: 60px;
}

.clarins-PO-noToPlastic__aheadTxt {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.clarins-PO-noToPlastic__aheadTxt h3 {
    font-family: var(--CLARINS-FONT);
    line-height: 40px;
    font-size: 40px;
    margin-top: 80px;
    margin-bottom: 15px;
    font-weight: normal;
}

.clarins-PO-noToPlastic__aheadTxt div span {
    font-family: var(--GOTHAM-BOOK);
    line-height: 20px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.clarins-PO-noToPlastic__reducingPlastic {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    position: relative;
}

.clarins-PO-noToPlastic__reducingPlastic--txtBlocks1::before {
    background-image: url(img/plastic.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 30px;
    left: 13%;
    content: "";
    width: 64px;
    height: 64px;
}

.clarins-PO-noToPlastic__reducingPlastic--txtBlocks2::before {
    background-image: url(img/free-micro-plastics.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 35px;
    left: 47%;
    content: "";
    width: 56px;
    height: 56px;
}

.clarins-PO-noToPlastic__reducingPlastic--txtBlocks3::before {
    background-image: url(img/reduce-plastics.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 35px;
    left: 81%;
    content: "";
    width: 50px;
    height: 50px;
}

.clarins-PO-noToPlastic__reducingPlastic--txtBlocks1,
.clarins-PO-noToPlastic__reducingPlastic--txtBlocks2,
.clarins-PO-noToPlastic__reducingPlastic--txtBlocks3 {
    text-align: center;
    background-color: #eff6fc;
    opacity: 0.8;
    width: 320px;
    height: 302px;
    margin-right: 6px;
    display: flex;
    flex-direction: column;
    padding-top: 110px;
}

.clarins-PO-noToPlastic__reducingPlastic--txtBlocks1 span,
.clarins-PO-noToPlastic__reducingPlastic--txtBlocks2 span,
.clarins-PO-noToPlastic__reducingPlastic--txtBlocks3 span {
    font-family: var(--GOTHAM-BOOK);
    line-height: 20px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}

.clarins-PO-noToPlastic__reducingPlastic--txtBlocks1 p,
.clarins-PO-noToPlastic__reducingPlastic--txtBlocks2 p,
.clarins-PO-noToPlastic__reducingPlastic--txtBlocks3 p {
    font-family: var(--GOTHAM-XLIGHT);
    line-height: 30px;
    font-size: 30px;
    letter-spacing: 0px;
    text-align: center;
    margin: 0 auto;
    font-weight: normal;
}

.clarins-PO-noToPlastic__reducingPlastic--txtBlocks1 p {
    width: 232px;
}

.clarins-PO-noToPlastic__reducingPlastic--txtBlocks2 p {
    width: 206px;
}

.clarins-PO-noToPlastic__reducingPlastic--txtBlocks3 p {
    width: 266px;
}

@media (max-width:1023px) {
    .clarins-PO-noToPlastic {
        flex-direction: column;
        background-position: left;
        background-size: 100% auto;
        height: auto;
        background-image: url(img/sky_under_the_sea-mobile.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        /* background-size: 375px 1310px; */
    }

    .clarins-PO-noToPlastic[data-anim="0"] {
        background-size: 120% auto;
    }

    .clarins-PO-noToPlastic[data-anim="1"] {
        transition: all ease-out 3s;
        background-size: 100% auto;
    }

    .clarins-PO-noToPlastic__aheadTxt {
        text-align: center;
        margin-top: 17px;
    }

    .clarins-PO-noToPlastic__aheadTxt::before {
        top: 35px;

    }

    .clarins-PO-noToPlastic__aheadTxt h3 {
        width: 280px;
    }

    .clarins-PO-noToPlastic__aheadTxt div {

        width: 295px;
    }

    .clarins-PO-noToPlastic__aheadTxt div span {
        line-height: 18px;
        font-size: 14px;
        display: inline;
        align-items: center;
    }

    .clarins-PO-noToPlastic__reducingPlastic {
        flex-direction: column;
        margin-bottom: 70px;
    }

    .clarins-PO-noToPlastic__reducingPlastic--txtBlocks1::before {
        left: 40%;
    }

    .clarins-PO-noToPlastic__reducingPlastic--txtBlocks2::before {
        left: 40%;
        top: 345px;
    }

    .clarins-PO-noToPlastic__reducingPlastic--txtBlocks3::before {
        left: 45%;
        top: 650px;
    }

    .clarins-PO-noToPlastic__reducingPlastic--txtBlocks1,
    .clarins-PO-noToPlastic__reducingPlastic--txtBlocks2,
    .clarins-PO-noToPlastic__reducingPlastic--txtBlocks3 {
        margin-right: 0;
        margin-bottom: 6px;
    }
}


/*---------------------------------------*/
/*----------------RELATED LINKS----------*/
/*---------------------------------------*/
.clarins-PO-related {
    display: block;
    max-width: 1250px;
    margin: 0 auto;
    min-height: 450px;
    margin-bottom: 80px;
}

.clarins-PO-related__title {
    font-size: 35px;
    margin: 0;
    text-align: center;
    font-family: var(--CLARINS-FONT);
    font-weight: normal;
    padding: 60px 20px;
}

.clarins-PO-related .slick-dots li {
    cursor: pointer;
}

.clarins-PO-related .slick-dots {
    bottom: -45px;
}

.clarins-PO-related__wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.clarins-PO-related__item a {
    text-decoration: none;
    color: #333;
}

.clarins-PO-related__item {
    font-size: 11px;
    text-align: left;
    padding: 0 20px;
    flex-basis: 25%;
}

.clarins-PO-related__visual {
    margin-bottom: 22px;
    overflow: hidden;
    display: block;
    width: 100%;
}

.clarins-PO-related__visual img {
    display: block;
    width: 100%;
    transition: transform ease-in-out 0.5s;
}

.clarins-PO-related__item:hover img {
    transform: scale(1.1);
}

.clarins-PO-related__tag {
    margin: 0;
    text-transform: uppercase;
    font-family: var(--GOTHAM-MEDIUM);
}

.clarins-PO-related__text {
    margin: 0;
    font-size: 30px;
    font-weight: normal;
    font-family: var(--CLARINS-FONT);
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.clarins-PO-related__link {
    margin: 0;
    text-transform: uppercase;
    margin-top: 25px;
    font-family: var(--GOTHAM-MEDIUM);
    display: inline-block;
    border-bottom: 1px solid #b8b8b8;
}

@media (max-width: 1023px) {
    .clarins-PO-related__title {
        padding: 20px;
    }
}

/*-------------------------------------------------*/



.clarins-PO-visitCountries__txtExplanation--txtBlueBg {
    width: 46%;
}

.clarins-PO-quotePart__txt {
    width: 35%;
}

.clarins-PO-related__text {
    min-height: 120px;
}

.clarins-PO-quotePart__txt::before {
    left: -15px;
}

.clarins-PO-noToPlastic__aheadTxt div span {
    width: 60%;
    text-align: center;
    margin: auto;
}

.clarins-PO-noToPlastic__reducingPlastic--txtBlocks1 span {
    width: 65%;
    margin: 0 auto;
}

.clarins-PO-noToPlastic__reducingPlastic--txtBlocks2 span {
    width: 50%;
    margin: 0 auto;
}

.clarins-PO-noToPlastic__reducingPlastic--txtBlocks3 span {
    width: 80%;
    margin: 0 auto;
}

.clarins-PO-visitCountries__txtExplanation h2 {
    width: 60%;
}

.clarins-PO-related__text {
    width: 60%;
}

/*tablet landscape*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2){
    .clarins-PO-header__backHome {
        left: 10px;
    }

    .clarins-PO-quotePart__txt::after {
        right: 80px;
    }
}

/*tablet portrait*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2){
    .clarins-PO-header__backHome {
        left: 10px;
    }

    .clarins-PO-quotePart__txt::before {
        left: -40px;
    }

    .clarins-PO-quotePart__txt::after {
        right: 20px!important;
    }

    .clarins-PO-plasticWaste__txtExplanation span {
        text-align: center;
    }

    .clarins-PO-reducePlastic__txtExplanation span:first-child {
        text-align: center;
    }

    .clarins-PO-visitCountries__txtExplanation h2 {
        width: 51%;
    }

    .clarins-PO-related__text {
        width: 70%;
    }
}

/*mobile*/
@media (max-width: 480px) {
    .clarins-PO-header__backHome {
        left: 10px;
    }

    .clarins-PO-quotePart__txt {
        width: 60%;
    }

    .clarins-PO-quotePart__txt::before {
        left: 0px;
    }

    .clarins-PO-quotePart__txt::after {
        right: 30px!important;
    }

    .clarins-PO-plasticWaste__txtExplanation span {
        text-align: center!important;
        width: 85%;
    }

    .clarins-PO-reducePlastic__txtExplanation span:first-child {
        width: 90%!important;
        text-align: center;
    }

    .clarins-PO-visitCountries__txtExplanation h2 {
        width: 65%;
    }

    .clarins-PO-related__text {
        width: 80%;
    }
}

/* DTW EDITS */
.clarins-PO-quotePart__txt::after {
    right: -10px;
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .clarins-PO-quotePart__txt::after {
        right: 50px;
    }
}

@media (max-width: 480px) {
    .clarins-PO-quotePart__txt::after {
        right: 0%!important;
    }
}
