@charset "UTF-8";
/* CSS Document */
#content_keypanels {
    margin-bottom: 50px;
}

/* header */
.mainlogo {
    margin-right: 15px;
}

.yellow {
    color: #dedf00;
}

.pink {
    color: #cd3387;
}

.lightpink {
    color: #ff5eff;
}

.white {
    color: #fff;
}

.lightblue {
    color: #8ffad4;
}

.violet {
    color: #f58afa;
}

.lightgreen {
    color: #00ff9a;
}

.mustard {
    color: #F9B42D;
}

.green {
    color: #00B16A;
}

.pinkbg {
    background: #f525ff;
}

.greenbg {
    background: #87fbaf;
}

.bluebg {
    background: #3308fa;
}

.lightbluebg {
    background: #5bc4f1;
}

.purplebg {
    background: #a801ff;
}

.medium-wrap {
    width: 990px;
    max-width: 100%;
    margin: 0 auto;
}

.subnav {
    margin-top: 68px;
    background: #1A1A1A;
}

ul.subnav_list {
    margin: 0 auto;
    padding: 0;
    max-width: 852px;
}

ul.subnav_list:after {
    content: '';
    display: table;
    clear: both;
}

ul.subnav_list li {
    list-style: none;
    float: left;
    padding: 16px 28px;
}

ul.subnav_list li a {
    font-family: "NunitoSans-Book", "sans-serif";
    color: #fff;
    font-size: 1.2rem;
}

ul.subnav_list li a:hover {
    color: #fff;
    text-decoration: none;
}

.soon {
    width: 100%;
    height: 75vh;
    justify-content: center;
    align-content: center;
    text-align: center;
    padding-top: 20vh;
}

.offset {
    margin-top: 108px;
    margin-bottom: 30px;
}

.keyBanner {
    margin-top: 68px;
    margin-bottom: 30px;
    text-align: center;
}

.keyBanner img {
    max-width: 1280px;
    width: 100%;
    height: auto;
}

.sustainabilityBanner {
    position: relative;
    width: 100vw;
    height: calc(100vw * 590 / 1700);
}

.sustainabilityBanner .media-container__video {
    width: 100%;
    height: 100%;
}

.sustainabilityBannerMobile {
    position: relative;
    width: 100vw;
    height: calc(100vw * 400 / 600);
}

.sustainabilityBannerMobile .media-container__video {
    width: 100%;
    height: 100%;
}

.btn_expandArrow {
    width: 25px;
    display: inline-block;
    transition: all .3s ease-out;
}

.active > .btn_expandArrow {
    transform: rotate(180deg);

}

#expandMsgClick {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

#expandMsgClick[aria-expanded="true"] img {
    transform: rotate(180deg);
}

a.commonBtn_black {
    width: 100%;
    max-width: 215px;
    height: 54px;
    font-family: "NunitoSans-Bold", "sans-serif";
    font-size: 1rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    position: relative;
    display: inline-block;
    z-index: 50;
}

a.commonBtn_black p {
    margin: 0;
    height: 46px;
    line-height: 46px;
    box-sizing: border-box;
    z-index: 1;
    left: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

a.commonBtn_black span.base {
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    border: 2px solid #000;
    border-radius: 30px;
    background: #000;
}

a.commonBtn_black span.bg {
    left: 0;
    position: absolute;
    background: transparent;
    width: 100%;
    height: 20%;
    z-index: 3;
    transition: 0.3s ease-out;
    border-radius: 50px;
}

a.commonBtn_black span.text {
    z-index: 4;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-family: "NunitoSans-Bold", "sans-serif";
}

a.commonBtn_black:hover, a.commonBtn_black:focus {
    color: #ece8e1;
}

a.commonBtn_black:hover span.bg, a.commonBtn_black:focus span.bg {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    transform: scale(1, 1);
    background: #00ff9a;
}

/* =========== corporate social ========== */
.pinkBubble {
    position: relative;
    background: #FFD9CE;
    margin-top: 30px;
    margin-bottom: 80px;
    padding: 30px 150px;
    border-radius: 30px;
    position: relative;
}

.pinkBubbleQuote {
    position: relative;
}

.pinkBubbleQuote:before {
    content: '';
    background-image: url('../images/corporate-social/quote-up.png');
    background-size: cover;
    display: block;
    width: 98px;
    height: 75px;
    position: absolute;
    top: -65px;
    left: -120px;
}

.pinkBubbleQuote:after {
    content: '';
    background-image: url('../images/corporate-social/quote-down.png');
    background-size: cover;
    display: block;
    width: 98px;
    height: 75px;
    position: absolute;
    bottom: -30px;
    right: -115px;
}

.pinkBubble-arrow {
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 40px solid #FFD9CE;
    position: absolute;
    bottom: -35px;
    transform: rotate(135deg);
}

.eco-item {
    position: relative;
    margin-bottom: 30px;
}

.eco-image {
    width: 100%;
}

.eco-image > img {
    width: 100%;
}

.eco-tag {
    position: absolute;
    top: -15px;
    left: 10px;
}

.eco-tag img {
    width: 120px;
}

.eco-item h4 {
    font-family: "AvantGarde", "sans-serif";
    font-weight: 700;
}

.eco-item-inner p {
    height: 144px;
    max-height: 144px;
}

.eco-pink {
    border-top: 15px solid #F3869C;
}

.eco-pink .eco-item-inner {
    padding: 20px 25px;
    background: #F3869C;
}

.eco-pink:after {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    background: url(../images/corporate-social/eco-item-corner-pink.jpg);
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
}

.eco-green {
    border-top: 15px solid #88D2A4;
}

.eco-green .eco-item-inner {
    padding: 20px 25px;
    background: #88D2A4;
}

.eco-green:after {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    background: url(../images/corporate-social/eco-item-corner-green.jpg);
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
}

.eco-blue {
    border-top: 15px solid #87D5F7;
}

.eco-blue .eco-item-inner {
    padding: 20px 25px;
    background: #87D5F7;
}

.eco-blue:after {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    background: url(../images/corporate-social/eco-item-corner-blue.jpg);
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
}

.eco-yellow {
    border-top: 15px solid #F7CF45;
}

.eco-yellow .eco-item-inner {
    padding: 20px 25px;
    background: #F7CF45;
}

.eco-yellow:after {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    background: url(../images/corporate-social/eco-item-corner-yellow.jpg);
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
}

.eco-middle {
    margin-top: 30px;
}

.eco-middle-title {
    color: #E7267D;
    text-align: center;
    font-family: "Syncopate-Bold", "sans-serif";
    font-size: 1.75rem;
    margin-bottom: 60px;
    font-weight: 500;
    line-height: 1.2;
}

.eco-middle-item {
    border-radius: 30px;
    padding: 45px 10px 15px;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #E7267D;
    position: relative;
    height: 100%;
}

.eco-middle-item2 {
    text-align: center;
    position: relative;
    height: 100%;
    display: block;
}

.eco-middle-item2:hover {
    color: transparent;
    text-decoration: none;
}

.eco-middle-item2 img {
    max-width: 100%;
    margin-bottom: 20px;
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(51, 51, 51, 0.3);
    -moz-box-shadow: 2px 2px 3px 0px rgba(51, 51, 51, 0.3);
    box-shadow: 2px 2px 3px 0px rgba(51, 51, 51, 0.3);
}

.eco-middle-number {
    font-family: "AvantGarde", "sans-serif";
    font-size: 78px;
    line-height: 1.2;
    border-bottom: 1px solid #fff;
    color: #E7267D;
}

.eco-middle-item p {
    font-size: 0.9rem;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 0;
}

button.ecoVideoPlate img {
    width: 100%;
}

button.ecoVideoPlate, button.ecoVideoPlate:hover {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer !important;
    color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

button.ecoVideoPlate .ecoVideoPlate_inner:before {
    content: '';
    background-image: url("../images/play-button.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

button.ecoVideoPlate:hover .ecoVideoPlate_inner:before {
    content: '';
    background-image: url("../images/play-button-hover.png");
}

.ecoVideoPlate_inner {
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider-outer.green-slider {
    background: url("../images/corporate-social/eco-green-border.png") no-repeat;
    background-size: 100%;
    position: relative;
    margin-top: 100px;
}

.slider-outer.blue-slider {
    background: url("../images/corporate-social/eco-blue-border.png") no-repeat;
    background-size: 100%;
    position: relative;
    margin-top: 100px;
}

.slider-outer > img {
    position: absolute;
    left: 60px;
    top: -85px;
}

.green-slider .slider-inner {
    padding: 110px 30px 70px;
    background: url(../images/corporate-social/eco-green-bg.png) repeat-x;
    border-radius: 45px;
    overflow: hidden;
}

.blue-slider .slider-inner {
    padding: 110px 30px 70px;
    background: url(../images/corporate-social/eco-blue-bg.png) repeat-x;
    border-radius: 45px;
    overflow: hidden;
}

.eco-slide-item {
    background: #fff;
    box-shadow: 7px 0px 10px rgb(0 0 0 / 30%);
    float: left;
    width: calc(33.3333% - 20px);
    margin-right: 25px;
}

.slider-wrap .eco-slide-item:last-child {
    margin-right: 0;
}

.slider-inner .slider-container {
    padding: 20px;
    overflow-x: auto;
}

.slider-wrap {
    display: flex;
    justify-content: center;
}

.slider-inner .slider-container: after {
    content: '';
    display: table;
    clear: both;
}

.eco-slide-item img {
    width: 100%;
}

.eco-slide-item-inner {
    padding: 25px;
}

.eco-slide-item-inner p {
    font-size: 1.1rem;
    line-height: 1.4;
    height: 120px;
    max-height: 120px;
    margin-bottom: 20px;
}

.eco-slide-item-inner a {
    display: inline-block;
    font-size: 1rem;
    font-family: "NunitoSans-Medium", "sans-serif";
    color: #E7267D;
    border: 2px solid #E7267D;
    border-radius: 30px;
    padding: 7px 30px;
}

.eco-slide-item-inner a:hover {
    text-decoration: none;
}

/* tnc.html */
ol.tnc_list {
    counter-reset: item;
    margin: 0 0 0 3px;
    padding: 0;
}

ol.tnc_list li {
    font-family: "NunitoSans-Book", "sans-serif";
    font-size: 1rem;
    line-height: 1.8rem;
    list-style: none;
}

ol.tnc_list li:before {
    font-family: "NunitoSans-Book", "sans-serif";
    font-size: 1rem;
    line-height: 1.8rem;
    content: " 1. " counters(item, ".");
    counter-increment: item;
    margin-right: 15px;
}

ol.tnc_list li p {
    display: inline-block;
    max-width: 85%;
    vertical-align: top;
    line-height: 1.8rem;
}

ol.list_02 > li:before {
    content: " 2. " counters(item, ".") !important;
}

ol.list_03 > li:before {
    content: " 3. " counters(item, ".") !important;
}

ol.list_04 > li:before {
    content: " 4. " counters(item, ".") !important;
}

ol.list_05 > li:before {
    content: " 5. " counters(item, ".") !important;
}

ol.list_06 > li:before {
    content: " 6. " counters(item, ".") !important;
}

ol.list_07 > li:before {
    content: " 7. " counters(item, ".") !important;
}

ol.list_08 > li:before {
    content: " 8. " counters(item, ".") !important;
}

ol.list_09 > li:before {
    content: " 9. " counters(item, ".") !important;
}

ol.list_10 > li:before {
    content: " 10. " counters(item, ".") !important;
}

ol.list_11 > li:before {
    content: " 11. " counters(item, ".") !important;
}

ol.list_12 > li:before {
    content: " 12. " counters(item, ".") !important;
}

ol.list_13 > li:before {
    content: " 13. " counters(item, ".") !important;
}

ol.list_14 > li:before {
    content: " 14. " counters(item, ".") !important;
}

ol.list_15 > li:before {
    content: " 15. " counters(item, ".") !important;
}

ol.list_16 > li:before {
    content: " 16. " counters(item, ".") !important;
}

ol.list_17 > li:before {
    content: " 17. " counters(item, ".") !important;
}

ol.list_18 > li:before {
    content: " 18. " counters(item, ".") !important;
}

ol.list_19 > li:before {
    content: " 19. " counters(item, ".") !important;
}

ol.list_20 > li:before {
    content: " 20. " counters(item, ".") !important;
}

ol.list_21 > li:before {
    content: " 21. " counters(item, ".") !important;
}

ol.list_22 > li:before {
    content: " 22. " counters(item, ".") !important;
}

ul.sublist {
    margin-left: 20px;
    margin-bottom: 16px;
}

ul.sublist li {
    list-style: disc;
    margin-bottom: 6px;
    font-family: "NunitoSans-Book", "sans-serif";
    font-size: 1rem;
    line-height: 1.5rem;
    padding-left: 0;
}

ul.sublist li:before {
    display: none;
}

a.txtLink:link, a.txtLink:visited {
    font-family: "NunitoSans-Book", "sans-serif";
    font-size: 1rem;
    text-decoration: none;
}

a.txtLink:hover, a.txtLink:active, a.txtLink:focus {
    font-family: "NunitoSans-Book", "sans-serif";
    font-size: 1rem;
    text-decoration: underline;
}

/* end - tnc.html */


/* privacy and terms of use */
.termsContent ol.pvc_list {
    margin-left: 0;
}

ol.privacy_list {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: decimal;
    font-family: "NunitoSans-Book", "sans-serif";
    font-size: 1rem;
}

ol.privacy_list li p {
    padding-left: 10px;
}

ol.privacy_list > li > ul > li {
    list-style: disc;
}

ol.pvc_list {
    counter-reset: item;
    margin: 16px 0 0 32px;
    padding: 0;
}

ol.pvc_list > li {
    font-family: "NunitoSans-Book", "sans-serif";
    font-size: 1rem;
    line-height: 1.8rem;
    list-style: none;
    position: relative;
    padding-left: 40px;
}

ol.pvc_list > li:before {
    font-family: "NunitoSans-Book", "sans-serif";
    font-size: 1rem;
    line-height: 1.8rem;
    content: " 1. " counters(item, ".");
    counter-increment: item;
    margin-right: 15px;
    position: absolute;
    top: 0;
    left: 0;
}

ol.pvc_list > li > ul > li {
    list-style: disc;
}

ol.pvc_list li p {
    vertical-align: top;
    line-height: 1.8rem;
}

ol.sublist_lowAlpha {
    margin-left: 45px;
    margin-bottom: 16px;
}

ol.sublist_lowAlpha li {
    list-style: lower-alpha;
    margin-bottom: 6px;
    font-family: "NunitoSans-Book", "sans-serif";
    font-size: 1rem;
    line-height: 1.5rem;
    padding-left: 8px;
}

ol.sublist_lowAlpha li:before {
    display: none;
}

/* end - privacy.html */

/* ======== subpage news&gallery ========= */
.topSection {
    margin-top: 68px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.topSection div:last-child {
    margin-bottom: 0px;
}

.topSection h1 {
    margin-bottom: 25px;
}

.topSectionBanner {
    margin-top: 68px;
}

.topSectionBanner .banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 623px;
    aspect-ratio: 1280/720;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    object-fit: contain;
    object-position: center center;
    margin-bottom: 30px;
}

.topSectionBanner .banner.planet {
    background-color: #2ABC5B;
}

.topSectionBanner .banner.people {
    background-color: #EF438A;
}

.topSectionBanner .banner.products {
    background-color: #fcc30b;
}

.gallery-content {
    position: relative;
    padding-bottom: 65px;
}

.gallery-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 0;
    background: #87fbaf;
}

.gallery-content .container {
    max-width: 1680px; /* to align the hardcoded 1920 view #gallery-photo aligning */
    padding: 0;
}

.gallery-content .container .row {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

#gallery-photo {
    max-width: 1920px;
    margin: 0 auto;
}

.gallery-item-outer {
    margin-bottom: 25px;
    box-shadow: 0 0 10px rgba(203, 155, 155, 0.3);
    border-radius: 10px;
    text-align: center;
}

.gallery-item-outer h2 {
    padding: 20px 0;
}

.gallery-item {
    border-radius: 10px 10px 0 0;
    position: relative;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    height: 0;
    padding-top: 55%;
}

.gallery-item .overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: all .3s ease-in 0s;
    opacity: 0;
    z-index: 2;
    top: 0;
    left: 0;
}

.gallery-item:hover .overlay {
    opacity: 1;
}

.gallery-item .overlay-text {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 100%;
    z-index: 10;
    transition: all .3s ease-in 0s;
    opacity: 0;
    font-family: NunitoSans-Bold, sans-serif;
    font-weight: bold;
    top: 0;
    left: 0;
}

.gallery-item:hover .overlay-text {
    opacity: 1;
}

.gallery-item img {
    width: 100%;
    transition: all .3s ease-in 0s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item span {
    color: #fff;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #00ffaf;
    font-size: 1.5rem;
    line-height: 50px;
}

.gallery-list-outer {
    padding: 0 15px;
    max-width: 1680px;
    margin: auto;
}

.gallery-list-outer h2 {
    background: url(../images/sepline.png) no-repeat top center;
    background-size: 223px;
    padding-top: 95px;
    text-align: center;
    margin-bottom: 65px;
    width: 100%;
}

.gallery-list-row {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 65px;
}

/* simulating isotopes */
.gallery-element {
    position: relative;
    float: left;
    width: max(25%, 330px);
    padding: 15px;
    /*transition: all .3s linear;*/
    transition: transform .3s linear, opacity .3s linear, width .0s linear .3s, height .0s linear .3s, padding .0s linear .3s;
    opacity: 1;
}

.gallery-element:not(.selected) {
    opacity: 0;
    transform: scale(0.00);
    width: 0;
    /*height: 0;*/
    padding: 0;
}

.gallery-element:not(.selected) + .gallery-list-row {
    height: 0;
    margin: 0;
    transition: all 0.2s ease-in-out;
}

.gallery-element.selected {
    transform: scale(1.00);
    opacity: 1;
    transition: transform .3s linear, opacity .3s linear, width .0s linear .0s, height .0s linear .3s, padding .0s linear .3s;
}

.gallery-element .overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: all .3s ease-in 0s;
    opacity: 0;
}

.gallery-element:not(.selected) .overlay {

}

.gallery-element .gallery-image-container {
    position: relative;
}

figure.gallery-list-item {
    text-align: left;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    overflow: hidden;
}

figure.gallery-list-item img {
    width: 100%;
    object-fit: cover;
    height: 215px;
    background-color: #EEEEEE;
}

figure.gallery-list-item a:hover {
    text-decoration: none;
    color: inherit;
}

figure.gallery-list-item figcaption p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 48px;
    height: 48px;
    margin-top: 15px;
    margin-bottom: 0;
}

.eco-middle-item img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media all and (max-width: 1200px) {
    .eco-middle-number {
        font-size: 56px;
    }

    .eco-middle-item p {
        font-size: 0.8rem;
        height: 100px;
        max-height: 120px;
    }
}

@media all and (max-width: 1024px) {
    .eco-slide-item-inner p {
        font-size: 0.8rem;
        height: 85px;
        max-height: 85px;
    }

    .eco-slide-item-inner a {
        padding: 7px 30px;
    }
}

@media all and (max-width: 992px) {
    .topSection {
        margin-top: 40px;
        padding: 90px 0 30px;
        min-height: 340px;
        height: auto;
    }

    .topSectionBanner {
        margin-top: 64px;
    }

    .gallery-content {
        /* margin-top: -60px; */
    }

    .eco-item-inner p {
        height: 240px;
        max-height: 240px;
    }

    .eco-middle-number {
        font-size: 42px;
        padding-bottom: 10px;
    }

    .eco-middle-item p {
        height: 60px;
        max-height: 60px;
    }

    .eco-middle-item img {
        width: 120px;
    }

    .slider-wrap {
        display: block;
        width: 930px;
    }

    .slider-inner .slider-container::-webkit-scrollbar {
        -webkit-appearance: none;
        height: 3px;
    }

    .slider-inner .slider-container::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, .3);
        box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }

    .slider-inner .slider-container::-webkit-scrollbar-track {
        background: #EAEAEA;
        width: 1px;
    }

    .eco-slide-item {
        width: 285px;
    }

    .slider-outer > img {
        position: absolute;
        left: 50px;
        top: -60px;
        width: 150px;
    }

    .green-slider .slider-inner,
    .blue-slider .slider-inner {
        padding: 90px 30px 70px;
        background-size: 100%;
    }

    .slider-outer.green-slider {
        background: url(../images/corporate-social/eco-green-border-mobile.png) no-repeat;
        background-size: 100%;
        margin-top: 80px;
    }

    .slider-outer.blue-slider {
        background: url(../images/corporate-social/eco-blue-border-mobile.png) no-repeat;
        background-size: 100%;
        margin-top: 80px;
    }
}

@media all and (max-width: 767px) {
    .col-xs-768 {
        width: 50%;
    }

    .topSection {
        padding: 80px 0 30px;
        min-height: 380px;
    }

    .gallery-content {
        /* margin-top: -40px; */
    }

    .gallery-list-outer h2 {
        background: url(../images/sepline.png) no-repeat top center;
        background-size: 130px;
        padding-top: 75px;
        margin-bottom: 55px;
    }

    .gallery-list-row {
        margin-bottom: 55px;
    }

    .pinkBubble {
        padding: 20px 20px;
    }

    .pinkBubbleQuote:before {
        width: 50px;
        height: 38px;
        top: -50px;
        left: 0px;
    }

    .pinkBubbleQuote:after {
        width: 50px;
        height: 38px;
        bottom: -5px;
        left: calc(100% - 50px);
        position: relative;
        right: auto;
    }

    .pinkBubble-arrow {
        bottom: -20px;
        left: 80px;
    }

    .eco-item-inner p {
        height: auto;
        max-height: auto;
    }

    .eco-middle {
        padding: 0 10px;
    }

    .eco-middle-title {
        font-size: 32px;
        width: 290px;
        height: 86px;
        padding-top: 12px;
        margin: 0 auto 42px;
    }

    .eco-middle-item p {
        height: 85px;
        max-height: 85px;
    }

    .slider-wrap {
        width: 600px;
    }

    .eco-slide-item-inner {
        padding: 12px;
    }

    .slider-outer.green-slider,
    .slider-outer.blue-slider {
        background-size: 100% 100%;
    }

    .slider-outer > img {
        position: absolute;
        left: 35px;
        top: -35px;
        width: 100px;
    }

    .green-slider .slider-inner, .blue-slider .slider-inner {
        padding: 30px 15px 20px;
    }

    .eco-slide-item {
        width: 175px;
    }

    .eco-slide-item-inner p {
        font-size: 0.75rem;
        height: 96px;
        max-height: 96px;
    }

    .eco-slide-item-inner a {
        font-size: 0.75rem;
        padding: 4px 20px;
    }
}

@media all and (max-width: 576px) {
    .site-header {
        overflow-x: auto;
    }

    .keylogo {
        width: 100%;
        max-width: 128px;
    }

    .statement {
        font-size: min(4.3rem, 11vw);
        padding: 0 50px;
        box-sizing: border-box;
        line-height: min(4.3rem, 11vw);
    }

    .col-xs {
        width: 50%;
    }

    .eco-tag img {
        width: 90px;
    }

    .eco-middle-number {
        font-size: 26px;
    }

    .eco-middle-item {
        padding: 40px 10px 25px;
        margin: 0 -7.5px 20px;
    }

    .eco-middle-item p {
        font-size: 0.7rem;
        height: 90px;
        max-height: 90px;
    }

}

@media all and (max-width: 320px) {
    .eco-middle-item p {
        height: 120px;
        max-height: 120px;
    }
}


.eco-middle-item .eco-middle-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #E7267D;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.eco-middle-item2 .eco-middle-icon {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 0;
    top: 0;
    left: 50%;
    transform: translate(-50%, -46%);
}

.eco-middle-item2 .eco-middle-icon img {
    position: relative;
    border-radius: 0;
    z-index: 1;
}

.eco-middle-item2 .eco-middle-icon::before {
    position: absolute;
    top: 46%;
    left: 6px;
    width: 100%;
    content: '';
    z-index: 0;
    height: calc(54% + 6px);
    border-radius: 0 0 24px 24px;
}

.eco-middle-item2 .eco-title{
    width: 100%;
    height: 20px;
    margin: 24px auto;
    background-color: #FFFFFF;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
}

.eco-middle-item2 .commonBtn,
.go-green .commonBtn,
.go-empower .commonBtn,
.go-smile .commonBtn {
    text-decoration: none;
}
.eco-middle-item2 .commonBtn p,
.go-green .commonBtn p,
.go-empower .commonBtn p,
.go-smile .commonBtn p {
    gap: 8px;
    height: 40px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.eco-middle-item2 .commonBtn p::after{
    position: relative;
    width: 0;
    height: 0;
    content: '';
    border: 6px solid transparent;
    border-left: 10px solid #ffffff;
    border-right: 0px solid transparent;
}
.eco-middle-item2 .commonBtn p span.base,
.go-green .commonBtn p span.base,
.go-empower .commonBtn p span.base,
.go-smile .commonBtn p span.base {
    border-color: #fff;
}
.eco-middle-item2 .commonBtn p span.text,
.go-green .commonBtn p span.text,
.go-empower .commonBtn p span.text,
.go-smile .commonBtn p span.text {
    position: relative;
    width: auto;
    height: auto;
    display: block;
    color: #fff;
    line-height: 1;
}
.go-green:not(.eco-middle-item2),
.go-empower:not(.eco-middle-item2),
.go-smile:not(.eco-middle-item2) {
    margin: 0;
    width: 100%;
}
.eco-remark {
    font-size: 0.8rem;
    line-height: 1.4;
    text-align: left;
    color: #000027;
    margin-top: 20px;
    font-family: "NunitoSans-Book", "sans-serif";
}
.eco-remark + .eco-remark {
    padding-bottom: 20px;
}
.eco-left-item {
    padding: 30px 10px;
    text-align: end;
}

.eco-left-item h3 {
    max-width: 450px;
    margin-right: 0;
    margin-left: auto;
    margin-top: 30px;
    font-family: "Syncopate-Bold", "sans-serif";
}

.eco-left-item h3 span {
    white-space: nowrap;
}

a.eco-btn {
    padding: 10px 20px;
    background: lightseagreen;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    border: unset;
    border-radius: 0;
    margin: 10px 0;
}

.eco-right-item {
    padding: 30px 10px;
    text-align: start;
}

.eco-right-item h3 {
    font-family: "Syncopate-Bold", "sans-serif";
}

.eco-right-item img {
    width: 100%;
}

.eco-center-item {
    margin: 0 auto;
    padding: 0 20px;
    width: 50%;
}

.eco-center-item img {
    width:100%;
}

.go-green {
    background-color: #2ABC5B;
    margin: 0 -15px;
    padding: 60px 40px 15px;
}

.go-empower {
    background-color: #EF438A;
    margin: 0 -15px;
    padding: 60px 40px 15px;
}

.go-smile {
    background-color: #fcc30b;
    margin: 0 -15px;
    padding: 60px 40px 15px;
}

.go-green .eco-middle-icon::before {
background-color: #309d49;
}

.go-empower .eco-middle-icon::before {
background-color: #d82b4e;
}

.go-smile .eco-middle-icon::before {
background-color: #f19f2a;
}

.go-green .eco-title{
    -webkit-mask-image: url(../images/homepage-sustainability-newtitle-01.png);
    mask-image: url(../images/homepage-sustainability-newtitle-01.png);
}
.go-empower .eco-title{
    -webkit-mask-image: url(../images/homepage-sustainability-newtitle-03.png);
    mask-image: url(../images/homepage-sustainability-newtitle-03.png);
}
.go-smile .eco-title{
    -webkit-mask-image: url(../images/homepage-sustainability-newtitle-02.png);
    mask-image: url(../images/homepage-sustainability-newtitle-02.png);
}

.go-green.row, .go-empower.row, .go-smile.row {
    padding: 45px 45px 15px;
}

.eco-middle-item2 .commonBtn span.base, .collapse .commonBtn span.base, .collapsing .commonBtn span.base {
    background: transparent;
    border-color: #000027;
}

.bg-grey {
    background-color: #ebebeb;
}

.table-cell-item {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.table-cell-item img {
    display: table-cell;
    width: auto;
    min-width: 300px;
}

.table-cell-item > div {
    display: table-cell;
    vertical-align: middle;
    padding: 25px 70px;
}

.eco-middle-item2 > p {
    color: #FFFFFF;
    min-height: 85px;
}

.eco-middle-item2 > h4 {
    font-size: 20px;
    color: #FFFFFF;
}

.sustainabilityContent > .row {
    margin-top: 50px;
}

.collapse.go-green > .row, .collapse.go-empower > .row, .collapse.go-smile > .row,
.collapsing.go-green > .row, .collapsing.go-empower > .row, .collapsing.go-smile > .row {
    justify-content: center;
    gap: 20px;
}

.ourPage-banner img,
.middleSectionBanner img,
.bottomSectionBanner img {
    width: 100%;
}

.ourPage-banner img,
.middleSectionBanner img {
    margin-bottom: 50px;
}

.eco-middle-icon img {
    border-radius: 50%;
    box-shadow: none;
}

@media all and (max-width: 768px) {

    .go-green, .go-empower, .go-smile {
        padding: 60px 10px 15px;
    }

    .sustainabilityContent > .row {
        gap: 0;
    }

    .sustainabilityContent > .row > .col-md-6 > .eco-left-item,
    .sustainabilityContent > .row > .col-md-6 > .eco-right-item{
        padding-top: 0;
    }

    .eco-middle-item2 > p {
        min-height: 160px;
    }

    .table-cell-item > div {
        display: block;
        padding: 25px 20px;
    }
    .eco-middle-item2 > p {
        min-height: 90px;
    }
    .eco-middle-item2 .commonBtn{
        margin-bottom: 38px;
    }

    .eco-left-item {
        text-align: left;
    }

    .eco-left-item > h3 {
        margin-top: 0;
    }

    .eco-middle-item2 > h4 {
        font-size: 14px;
    }
    .sustainabilityContent .row .col-md-4 {
        position: relative;
        z-index: 2;
    }
    .go-green:not(.eco-middle-item2),
    .go-empower:not(.eco-middle-item2),
    .go-smile:not(.eco-middle-item2) {
        position: relative;
        z-index: 1;
        padding: 15px 0 60px;
    }
    .sustainabilityContent .row .col-md-4:nth-child(1) {
        order: 1;
    }
    .go-green:not(.eco-middle-item2) {
        order: 2;
    }
    .sustainabilityContent .row .col-md-4:nth-child(2) {
        order: 3;
    }
    .go-empower:not(.eco-middle-item2) {
        order: 4;
    }
    .sustainabilityContent .row .col-md-4:nth-child(3) {
        order: 5;
    }
    .go-smile:not(.eco-middle-item2) {
        order: 6;
    }

    .table-cell-item {
        display: flex;
        flex-direction: column;
    }

    .table-cell-item > img {
        order: 1;
    }

    .table-cell-item > div {
        order: 2;
    }
}

@media all and (max-width: 425px) {

    .eco-middle-item2 > p {
        min-height: 60px;
    }
}