.hero__section {
    max-width: 100%;
    background: var(--white);
    padding: 70px 0;
    position: relative;
}

.hero__section--inner {
    max-width: 1240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

.hero__cupWhite {
    position: absolute;
    width: 84px;
    bottom: 0;
    left: 0px;
}

.hero__3dotBottom {
    position: absolute;
    width: 54px;
    bottom: 54px;
    left: 60px;
}

.lottie__wrapper {
    position: absolute;
    width: 100%;
    top: 180px;
}

.hero__header--wrapper {
    position: relative;
}

.hero__header {
    font-size: 34px;
    line-height: 38px;
    color: var(--cyandark);
    font-weight: var(--black);
    margin-bottom: 16px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.hero__circleImg {
    position: absolute;
    height: 70px;
    width: 380px;
    left: 0;
    top: -20px;
}

.hero__header--main {
    font-size: 56px;
    line-height: 62px;
    color: var(--cyandark);
    font-weight: var(--black);
    margin: 0 auto 40px;
    text-align: center;
    z-index: 2;
}

.hero__section--imgWrapper {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 40px;
}

.hero__section--imgInner1 {
    max-width: 200px;
    z-index: 1;
    display: block;
    position: relative;
}

.hero__cupAnimation {
    position: absolute;
    width: 80px;
    bottom: -100px;
    right: -20px;
}

.hero__section--imgWrapper .grayscaleImg {
    max-width: 100%;
    filter: grayscale(1);
    border-radius: 16px;
    z-index: 10;
}

.hero__section--imgWrapper .grayscaleImg1 {
    max-width: 100%;
    filter: grayscale(1);
    border-radius: 16px;
}

.hero__section--imgWrapper .colorImg {
    max-width: 100%;
    filter: grayscale(0);
    border-radius: 16px;
    display: none;
}

.hero__section--imgWrapper .colorImg1 {
    max-width: 100%;
    filter: grayscale(0);
    border-radius: 16px;
    display: none;
    /* position: absolute; */
}

.hero__section--imgInner2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 200px;
    position: relative;
}

.hero__noPlaticAnimation {
    position: absolute;
    top: -60px;
    right: -20px;
    width: 100px;
}

.hero__3dotAnimation {
    position: absolute;
    top: -36px;
    right: -36px;
    width: 60px;
}

.hero__squiggleAnimation {
    position: absolute;
    bottom: -42px;
    right: -4px;
    width: 60px;
}

.hero__3lineGreenAnimation {
    width: 80px;
    position: absolute;
    top: -48px;
    right: -64px;
}

.hero__3lineGreenAnimation1 {
    width: 80px;
    position: absolute;
    bottom: -48px;
    left: -60px;
    transform: rotate(180deg);
}

.heroDesc__3lineAnimation {
    position: absolute;
    width: 80px;
    position: absolute;
    top: -48px;
    right: -36px;
}

.hero__fishAnimation {
    position: absolute;
    width: 80px;
    position: absolute;
    bottom: 246px;
    right: -58px;
}

.hero__noCupAnimation2 {
    position: absolute;
    width: 60px;
    position: absolute;
    bottom: -30px;
    left: -24px;
}

.hero__desc {
    font-size: 22px;
    line-height: 32px;
    color: var(--cyandark);
    font-weight: var(--regular);
    text-align: center;
    margin-bottom: 40px;
    margin-top: 80px;
    position: relative;
}

.hero__info--wrapper {
    max-width: 540px;
    margin: auto;
    text-align: center;
}

.hero__info {
    font-size: 32px;
    line-height: 46px;
    color: var(--cyandark);
    font-weight: var(--black);
}

.hero__info--desc {
    font-size: 22px;
    line-height: 28px;
    color: var(--cyandark);
}

.sustainable__section {
    max-width: 100%;
    background: var(--darkgreen);
    padding: 30px 0;
    overflow: hidden;
    position: relative;
}

.sustainable__fish {
    width: 120px;
    position: absolute;
    top: 60px;
    left: -60px;
}

.sustainable__noPlastic {
    width: 120px;
    position: absolute;
    top: 0;
    left: 0;
}

.sustainable__recycleWhite {
    width: 90px;
    position: absolute;
    top: 44px;
    left: 100px;
}

.sustainable__section--inner {
    max-width: 100%;
    display: flex;
    padding-left: 10%;
}

.sustainable__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sustainable__header {
    font-size: 46px;
    line-height: 60px;
    color: var(--white);
    font-weight: var(--black);
    margin-bottom: 42px;
    max-width: 550px;
}

.sustainable__header span {
    position: relative;
}

.sustainable__right {
    margin-left: auto;
}

.swiper {
    width: 1000px;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 500px;
    height: 600px;
    position: relative;
}

.swiper-slide-active .swiper-slide-info {
    display: flex;
}

.swiper-slide-info {
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    display: none;
    justify-content: flex-end;
    padding: 36px;
    flex-direction: column;
    background: linear-gradient(0deg, black, transparent);
    border-radius: 0 0 24px 24px;
}

.swiper-slide-infoHeader {
    color: var(--green2);
    font-size: 18px;
    font-weight: var(--bold);
    text-transform: uppercase;
}

.swiper-slide-infoDesc {
    color: var(--white);
    font-size: 24px;
    line-height: 36px;
    font-weight: var(--bold);
    text-transform: uppercase;
}
.swiper-slide-moreInfo{
    color: var(--white);
    font-size: 16px;
    line-height: 22px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 24px;
}
.swiperBtn__cont{
    display: flex;
    align-items: center;
    gap: 20px;
}
.swiperBtn{
    border: 3px solid var(--green2);
    border-radius: 16px;
    width: 84px;
    height: 54px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiperBtn::after{
    display: inline-block;
    content: "";
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 6px;
}
.swiperBtn.swiperBtnNext::after{
    transform: rotate(-45deg);
}
.swiperBtn.swiperBtnPrev::after{
    transform: rotate(135deg);
}
.swiperBtn.swiper-button-disabled{
    opacity: 0.5;
    pointer-events: none;
}

.swiper-button-next,
.swiper-button-prev {
    border: 3px solid var(--green2);
    border-radius: 16px;
    width: 84px;
    height: 54px;
}

.swiper-button-prev {
    left: 10%;
    top: 66%;
}

.swiper-button-next {
    left: 16%;
    top: 66%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    color: var(--white);
    font-size: 20px;
}

.sustainable__right--mobile {
    display: none;
}

.sustainable__circleImg {
    position: absolute;
    width: 300px;
}

.purpose__section {
    max-width: 100%;
    background: var(--lightgreen);
    padding: 70px 0;
}

.purpose__section--inner {
    max-width: 1240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.purpose__header {
    font-size: 24px;
    line-height: 32px;
    color: var(--green1);
    font-weight: var(--bold);
    margin-bottom: 8px;
}

.purpose__header--main {
    font-size: 46px;
    line-height: 60px;
    color: var(--cyandark);
    font-weight: var(--black);
    margin-bottom: 24px;
    max-width: 550px;
    text-align: center;
}
.purpose__header--main span {
    position: relative;
}
.purpose__circleImg {
    position: absolute;
    width: 180px;
    top: 0px;
    left: -6px;
    height: 60px;
}
.purpose__desc {
    font-size: 22px;
    line-height: 28px;
    color: var(--darkgray);
    font-weight: var(--regular);
    text-align: center;
    margin-bottom: 40px;
}

.purpose__desc--bold {
    font-size: 24px;
    line-height: 34px;
    color: var(--darkgray);
    font-weight: var(--black);
}

.purpose__ctaWrapper {}

.purpose__list {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin-top: 60px;
}

.purpose__list--item {
    border-radius: 16px;
}

.purpose__list--itemImg {
    width: 100%;
    max-width: 400px;
    object-fit: cover;
    overflow: visible;
}

.learnMoreCta {
    padding: 12px 24px;
    border-radius: 16px;
    font-size: 24px;
    line-height: 34px;
    font-weight: var(--black);
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-family: 'Lato';
    font-weight: 700;
}

.learnMoreCta a {
    text-decoration: none;
    color: inherit;
}

.learnMoreCta.light {
    border: 2px solid var(--green2);
    background: var(--white);
    color: var(--blackText);
}

.learnMoreCta.dark {
    border: 2px solid var(--green2);
    background: transparent;
    color: var(--white);
}

.learnMoreCta__arrow {
    width: 22px;
    height: 22px;
    margin-left: 12px;
}

.empower__section {
    max-width: 100%;
    background: var(--darkgreen);
    padding: 70px 0;
    position: relative;
}

.empower__section--inner {
    max-width: 1145px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}
.empower__section--innerTitle{
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 40px;
}
.empower__section--innerLabel{
    font-size: 32px;
    line-height: 46px;
    font-weight: 900;
}
.empower__section--innerDesc{
    font-size: 22px;
    line-height: 28px;
}

.empower__section--left {
    width: 40%;
}

.empower__section--right {
    width: 40%;
}

.empower__noplastic--img {
    width: 168px;
    height: 256px;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}

.empower__header {
    font-size: 46px;
    line-height: 60px;
    color: var(--white);
    font-weight: var(--black);
    margin-bottom: 8px;
}

.empower__header span {
    position: relative;
}

.empower__circleImg {
    position: absolute;
    width: 240px;
    z-index: 0;
    top: 6px;
    left: 0;
}

.empower__desc {
    font-size: 22px;
    line-height: 28px;
    color: var(--white);
    margin-bottom: 28px;
}

.empower__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.empower__list--item {
    /* background: var(--gray1); */
    border-radius: 16px;
    display: flex;
}

.empower__list--itemInner {
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
}

.empower__list--itemIcon {
    width: 136px;
    height: 136px;
    /* background: var(--green2); */
    /* border-radius: 50%; */
    margin-bottom: 40px;
    object-fit: cover;
}

.empower__list--itemDesc {
    font-size: 24px;
    line-height: 32px;
    color: var(--white);
    font-weight: var(--black);
    text-align: center;
}

.cs__section {
    max-width: 100%;
    background: var(--lightgreen);
    padding: 70px 0;
    position: relative;
}

.cs__globe--img {
    width: 204px;
    height: 274px;
    position: absolute;
    object-fit: cover;
    top: 0;
    right: 0;
}

.cs__section--inner {
    max-width: 1240px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    gap: 40px;
}

.cs__section--left {
    width: 40%;
}

.cs__section--right {
    width: 60%;
}

.cs__header {
    font-size: 46px;
    line-height: 60px;
    color: var(--cyandark);
    font-weight: var(--black);
    margin-bottom: 12px;
}

.cs__header span {
    position: relative;
}

.cs__circleImg {
    position: absolute;
    height: 64px;
    width: 160px;
    top: 0px;
}

.cs__header--desc {
    font-size: 24px;
    line-height: 32px;
    color: var(--green1);
    font-weight: var(--bold);
    margin-bottom: 8px;
}

.cs__desc {
    font-size: 22px;
    line-height: 28px;
    color: var(--darkgray);
    margin-bottom: 30px;
}

.cs__list {
    display: flex;
    justify-content: flex-end;
}

.cs__list--itemImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cs__list--item1 {
    width: 300px;
    height: 320px;
    border-radius: 20px;
    overflow: hidden;
    background: var(--cyandark);
    /* z-index: 2; */
    transition: all 0.3s ease-in-out;
    position: relative;
}

.cs__list--descWrapper {
    flex-direction: column;
    padding: 20px;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: flex-end;
    background: linear-gradient(0deg, black, transparent);
}

.cs__list--descHeader {
    color: var(--white);
    font-size: 24px;
    line-height: 26px;
    font-weight: var(--bold);
}

.cs__list--desc {
    color: var(--green2);
    font-size: 16px;
    font-weight: var(--bold);
}

.cs__list--item1:hover {
    z-index: 3;
    transform: scale(1.2);
}

.cs__list--item1:hover .cs__list--descWrapper {
    display: flex;
}

.cs__list--item2 {
    width: 300px;
    height: 320px;
    border-radius: 20px;
    background: var(--green1);
    overflow: hidden;
    margin-top: 160px;
    margin-left: -150px;
    z-index: 2;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.cs__list--item2:hover {
    z-index: 3;
    transform: scale(1.2);
}

.cs__list--item2:hover .cs__list--descWrapper {
    display: flex;
}

.cs__list--item3 {
    width: 300px;
    height: 320px;
    border-radius: 20px;
    overflow: hidden;
    background: var(--darkgreen);
    margin-top: 320px;
    margin-left: -150px;
    transition: all 0.3s ease-in-out;
}

.cs__list--item3:hover {
    z-index: 3;
    transform: scale(1.2);
}

.cs__list--item3:hover .cs__list--descWrapper {
    display: flex;
}

.cs__list--mobile {
    display: none;
}

.swiperMobilePurpose {
    display: none;
}

.initiative__section {
    max-width: 100%;
    background: var(--darkgreen);
    padding: 70px 0;
    position: relative;
}

.initiative__section--inner {
    max-width: 1240px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: auto;
}

.initiative__header {
    font-size: 46px;
    line-height: 60px;
    color: var(--white);
    font-weight: var(--black);
    text-align: center;
}

.initiative__header span {
    position: relative;
}

.initiative__circleImg {
    position: absolute;
    width: 300px;
}

.initiative__header--desc {
    font-size: 24px;
    line-height: 34px;
    color: var(--green1);
    font-weight: var(--bold);
    margin-bottom: 8px;
    text-transform: uppercase;
}

.initiative__gridWrapper {
    margin-top: 80px;
    width: 1200px;
}

.initiative__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 120px;
    grid-gap: 20px;
    max-width: 1200px;
    grid-template-areas:
        'info1 info1 info2 info3 banner2 banner2'
        'info1 info1 banner1 banner1 banner2 banner2'
        'banner3 banner3 banner1 banner1 info4 info4'
        'banner3 banner3 info5 info5 info4 info4';
}

.initiative__sunImg {
    width: 187px;
    height: 212px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.gridItem {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.info1 {
    grid-area: info1;
    background: var(--gray2);
}

.info2 {
    grid-area: info2;
    background: var(--gray2);
}

.info3 {
    grid-area: info3;
    background: var(--gray2);
}

.info4 {
    grid-area: info4;
    background: var(--gray2);
}

.info5 {
    grid-area: info5;
    background: var(--gray2);
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.banner1 {
    grid-area: banner1;
    /* object-fit: cover; */
    background: #f9fff2;
    padding: 4px 12px 12px;
}

.info__sustainable {
    font-size: 44px;
    line-height: 48px;
    color: var(--blackText);
    font-weight: var(--black);
    text-align: center;
}

.info__explore--more {
    display: block;
    border: 2px solid var(--green2);
    border-radius: 20px;
    background: var(--white);
    padding: 8px 20px;
    display: flex;
    align-items: center;
    width: fit-content;
    font-size: 24px;
    line-height: 34px;
    color: var(--cyandark);
    margin: 32px auto 0;
    font-weight: var(--bold);
    cursor: pointer;
    text-decoration: none;
}

.banner2 {
    grid-area: banner2;
    object-fit: cover;
}

.banner3 {
    grid-area: banner3;
    object-fit: cover;
}

.info1__inner {
    padding: 40px 30px;
}

.info2__inner {
    padding: 20px 12px;
}

.info3__inner {
    padding: 20px 12px;
}

.info1__header {
    font-weight: var(--black);
    font-size: 24px;
    line-height: 24px;
    color: var(--white);
    margin-bottom: 16px;
}

.info2__header {
    font-weight: var(--black);
    font-size: 30px;
    line-height: 32px;
    color: var(--white);
    text-align: center;
}

.info3__header {
    font-weight: var(--black);
    font-size: 32px;
    line-height: 44px;
    color: var(--white);
}

.info1__desc {
    font-size: 16px;
    line-height: 26px;
    color: #ffffffcc;
}

.info2__desc {
    font-size: 14px;
    line-height: 22px;
    color: #ffffffcc;
    text-align: center;
}

.info5__img {
    width: 40%;
    object-fit: cover;
    height: 100%;
    border-radius: 12px;
}

.info5__header {
    font-size: 18px;
    line-height: 20px;
    font-weight: var(--bold);
    color: var(--white);
}

.info5__date {
    color: #ffffffcc;
    font-size: 12px;
    line-height: 24px;
}

.initiative__mobileWrapper {
    display: none;
}

.info__sustainable--img {
    width: 140px;
    object-fit: cover;
    margin: auto;
    display: block;
}

.cs__list--mobileItem {
    background: #658252;
    border-radius: 16px;
    margin-bottom: 10px;
}
.cs__list--mobileItem a{
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 12px;
}

.cs__list--mobileItem:last-child {
    margin-bottom: 0;
}

.cs__list--mobileImg {
    width: 84px;
    height: 60px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 8px;
}

.cs__list--mobiledescWrapper {}

.cs__list--mobiledescDate {
    font-size: 12px;
    line-height: 16px;
    color: #ffffffcc;
}

.cs__list--mobiledescHeader {
    font-size: 14px;
    line-height: 14px;
    font-weight: var(--black);
    color: var(--white);
    margin-bottom: 6px;
}

.cs__list--mobiledescInfo {
    font-size: 12px;
    line-height: 14px;
    color: var(--gray3);
}

.initiative__mobileCard {
    border-radius: 14px;
    overflow: hidden;
    background: var(--gray2);
    margin-bottom: 20px;
    list-style-type: none;
}

.initiative__mobileCard:last-child {
    margin-bottom: 0;
}

.initiative__mobileCardImg {
    height: 280px;
    width: 100%;
    border-radius: 14px;
    object-fit: cover;
}

.initiative__mobileCardContentWrapper {
    padding: 16px;
}

.initiative__mobileCardHeader {
    color: var(--white);
    font-size: 24px;
    font-weight: var(--bold);
    line-height: 24px;
    margin-bottom: 8px;
}

.initiative__mobileCardDesc {
    color: #ffffffcc;
    font-size: 14px;
    line-height: 20px;
}

.initiative__mobileBottomWrapper {
    background: #677f54;
    padding: 12px 16px;
}

.initiative__mobileBottomCount {
    color: var(--white);
    font-size: 20px;
    font-weight: var(--bold);
    line-height: 28px;
    margin-bottom: 2px;
}

@media (min-width: 320px) and (max-width: 767px) {

}
@media (min-width: 768px) and (max-width: 1199px) {}
@media (min-width: 1200px) and (max-width: 1399px) {
    .cs__globe--img{
        width: 130px;
        height: unset;
    }
    .empower__noplastic--img{
        width: 120px;
        height: unset;
    }
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .swiper{
        width: 800px;
    }
}