/*PRIMARY BUTTON CSS*/
.global-primary-btn {
    border-radius: var(--button-links-radius-default, 24px);
    background: var(--blue-blue-500, #004dcd);
    padding: 12px 32px;
    color: var(--neutral-white, #fff);
    font-family: "Lato-Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    display: flex;
    align-items: center;
    width: fit-content;
}

    .global-primary-btn:hover {
        border-radius: var(--button-links-radius-default, 24px);
        border: 4px solid var(--blue-blue-300, #5488de);
        background: var(--blue-blue-500, #004dcd);
        text-decoration: none;
        color: var(--neutral-white, #fff);
        padding: 8px 28px;
        outline: 4px solid var(--blue-blue-100, #b0c8f0);
    }

    .global-primary-btn:focus {
        outline: 0;
        text-decoration: 0;
        color: #fff;
    }

/*SECONDARY BUTTON CSS*/
.global-sec-btn {
    border-radius: var(--button-links-radius-default, 24px);
    border: 2px solid var(--neutral-white, #fff);
    color: var(--neutral-white, #fff);
    font-family: "Lato-Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    padding: 12px 32px;
    background: transparent;
    width: fit-content;
    display: flex;
    align-items: center;
}

    .global-sec-btn:hover {
        background: var(--neutral-white, #fff);
        text-decoration: none;
        color: #004dcd;
    }

    .global-sec-btn:focus {
        outline: 0;
        text-decoration: 0;
        background-color: #fff;
    }

/*BOOTSTARP PADDING REMOVAL*/
.no-padd {
    padding: 0;
}

/*GLOBAL BACKGROUND COLORS*/
.blue-bg {
    background: var(--blue-blue-500, #004dcd);
}

.orange-bg {
    background: var(--orange-orange-500, #fd8f40);
}

.green-bg {
    background: var(--green-green-500, #0c704f);
}

.lightblue-bg {
    background: #e6edfa;
}

.lightgreen-bg {
    background: #e7f1ed;
}

/*BRAND LOGO CAROUSEL*/

.brand-logo-carousel {
    padding: 96px 0;
}

    .brand-logo-carousel .carousel-title {
        color: var(--blue-blue-500, #004dcd);
        text-align: center;
        font-family: "Lato-Light";
        font-size: 44px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin: 0;
        padding: 0 48px;
    }

    .brand-logo-carousel .carousel-content {
        color: var(--neutral-neutral-900, #091e42);
        text-align: center;
        font-family: "Lato-Regular";
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        margin-top: 16px;
        margin-bottom: 0;
        padding: 0 48px;
    }

    .brand-logo-carousel .global-primary-btn {
        margin: 0 auto;
    }

    .brand-logo-carousel .logo-card a:focus,
    .brand-logo-carousel .logo-card a:hover {
        outline: 0;
    }

    .brand-logo-carousel .brand-carousel-wrapper .brand-carousel {
        display: flex;
        overflow-x: scroll;
        justify-content: center;
    }

    .brand-logo-carousel .logo-carousel {
        position: relative;
    }

    .brand-logo-carousel #nextButton {
        top: 50%;
        position: absolute;
        right: 40px;
        background: transparent;
        border: 0;
        padding: 0;
    }

    .brand-logo-carousel #prevButton {
        position: absolute;
        top: 50%;
        left: 40px;
        background: transparent;
        border: 0;
        padding: 0;
    }

    .brand-logo-carousel .logo-carousel #prevButton::before {
        content: "";
        background: url("../images/chevron-left.svg");
        width: 16px;
        height: 16px;
        display: block;
    }

    .brand-logo-carousel .logo-carousel #nextButton::before {
        content: "";
        background: url("../images/chevron-right.svg");
        width: 16px;
        height: 16px;
        display: block;
    }

    .brand-logo-carousel .brand-carousel-wrapper {
        margin: 48px 64px;
        padding: 0 48px;
        overflow: hidden;
    }

    .brand-logo-carousel .brand-carousel .logo-card:first-child {
        margin-left: 6px;
    }

    .brand-logo-carousel .brand-carousel .logo-card:last-child {
        margin-right: 6px;
    }

    .brand-logo-carousel .brand-carousel-wrapper .carousel-arrow {
        position: absolute;
        right: 16px;
        bottom: 16px;
    }

    .brand-logo-carousel .brand-carousel-wrapper .logo-card a {
        text-align: center;
        text-align: -webkit-center;
    }

    .brand-logo-carousel .brand-carousel-wrapper .logo-card {
        position: relative;
        border-radius: 24px;
        border: 3px solid transparent;
        box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
        background: var(--neutral-white, #fff);
        margin: 16px;
        padding: 64px 24px;
    }

        .brand-logo-carousel .brand-carousel-wrapper .logo-card:hover {
            border: 3px solid var(--blue-blue-500, #004dcd);
        }

        .brand-logo-carousel .brand-carousel-wrapper .logo-card .brand-logo:hover {
            transform: scale(1.09);
            transition: all ease-in-out 0.5s;
        }

.two-col-icon-wrapper .right-content h2 {
    margin-bottom: 16px;
}

/* 2 col comp */
.two-col-wrapper {
    display: flex;
}

.two-col-img-wrapper .two-col-img {
    width: 100%;
}

.two-col-wrapper .two-col-content-wrapper h2 {
    color: var(--neutral-white, #fff);
    font-family: "Lato-Light";
    font-size: 44px;
    font-style: normal;
    font-weight: 300;
    line-height: 52px;
    margin: 0;
}

.two-col-wrapper .two-col-content-wrapper p {
    color: var(--neutral-white, #fff);
    font-family: "Lato-Regular";
    font-size: 24px;
    line-height: 36px;
    font-style: normal;
    font-weight: 400;
}

/*two col Main comp*/

.two-col-main .two-col-content-wrapper {
    padding: 0 64px 0 38px;
}

.two-col-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 64px;
}

    .two-col-content-wrapper p {
        margin-bottom: 40px;
        margin-top: 16px;
    }

/* .two-col-main {
    background-color: #fd8f40;
  } */
/*ROW REV COMP*/

.two-col-rowrev {
    flex-direction: row-reverse;
    border-radius: 16px;
}

    .two-col-rowrev .two-col-content-wrapper {
        border-top: 24px solid #fd8f40;
    }

.two-col-card {
    /* background-color: #E6EDFA; */
    padding: 48px;
    margin: 0 15px;
}

.two-col-img-wrapper .two-col-img {
    height: 100%;
    object-fit: cover;
}

/*INVESTOR COMP*/
.invester-wrapper .stock-name {
    padding: 0 16px;
}

.invester-wrapper .box-wrapper {
    display: flex;
}

.invester-wrapper .box {
    flex: 1;
    padding: 24px 48px;
    border-radius: 12px;
    background: var(--neutral-white, #fff);
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
}

.invester-wrapper .sub-content-left {
    align-content: flex-start;
    display: flex;
}

.invester-wrapper .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
}

.invester-wrapper .box:first-child {
    margin-right: 24px;
}

.invester-wrapper .box:last-child {
    margin-left: 24px;
}

.invester-wrapper .stock-image {
    margin-right: 20px;
}

.invester-wrapper .title {
    color: #0c704f;
    font-family: "Lato-Regular";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.invester-wrapper .stock-name {
    color: var(--neutral-neutral-700, #243757);
    font-family: "Lato-Regular";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
}

.invester-wrapper .sub-content-view {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: var(--button-links-gap-gap-large, 16px);
    align-self: stretch;
    width: max-content;
    float: right;
    cursor: pointer;
}

    /* .invester-wrapper .sub-content-view:hover {
    background-color: #e6edfa;
    border-radius: 8px;
  } */
    .invester-wrapper .sub-content-view .view-title {
        color: #004dcd;
        font-family: "Lato-Bold";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }

        .invester-wrapper .sub-content-view .view-title:hover {
            text-decoration: underline;
        }

.invester-wrapper {
    padding: 80px 48px 32px 48px;
}

/*STATS COMP*/

.stats-wrapper {
    display: flex;
    background-color: #0c704f;
}

.stat-img-block img {
    width: 100%;
    height: 100%;
}

.stats-wrapper .stats-content-wrapper {
    display: flex;
    align-items: center;
}

    .stats-wrapper .stats-content-wrapper h2 {
        color: var(--neutral-white, #fff);
        font-size: 64px;
        font-weight: 300;
        line-height: normal;
        text-align: center;
        font-family: "Lato-Light";
        font-style: normal;
        margin: 0 0 16px;
    }

.leadership .stats-wrapper .stats-content-wrapper h2 {
    font-weight: 300;
    margin: 0 0 16px;
}

.stats-wrapper .stats-content-wrapper p {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: var(--neutral-white, #fff);
    margin-bottom: 0;
}

.stats-wrapper .stats-content-wrapper.left-box {
    padding: 16px 32px;
    position: relative;
}

.stats-wrapper .stats-content-wrapper.right-box {
    padding: 16px 32px;
}

.no-padd {
    padding: 0;
}

.stats-wrapper .stats-content-wrapper.left-box,
.stats-wrapper .stats-content-wrapper.right-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 65px;
}

.stats-content-wrapper.left-box:after {
    right: 0;
    border-right: 0.5px solid #fff;
    content: "";
    height: 160px;
    position: absolute;
    opacity: 0.5;
}

/*TWO COL VECTOR*/
.two-col-vector {
    background-color: #0c704f;
}

.vector-comp .two-col-content-wrapper {
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*TWO COL VECTOR ROWREV*/
.two-col-wrapper.two-col-vector-rowrev {
    flex-direction: row-reverse;
    /* background: var(--orange-orange-500, #fd8f40); */
}

.comapnyAbout .two-col-wrapper .two-col-content-wrapper h1 {
    margin: 0;
    font-weight: 300;
}

.page-banner .two-col-wrapper .two-col-content-wrapper p {
    margin-bottom: 0;
}

/*BANNER COMPONENT*/
.banner-carousel-wrapper .slick-slide img {
    width: 100%;
}

.banner-carousel-wrapper .banner-carousel-card {
    width: 100%;
}

.banner-carousel-wrapper .slide1 {
    background-color: #e6edfa;
}

.banner-carousel-wrapper .slide2 {
    background-color: #fff4ec;
    display: flex !important;
    flex-direction: row-reverse;
}

.banner-carousel-wrapper .banner-carousel-card .carousel-content .slide2 {
    padding-left: 0;
    padding-right: 48px;
}

.banner-carousel-wrapper .slide2 .carousel-content {
    padding-left: 40px;
}

.banner-carousel-wrapper .row {
    margin: 0;
}

.banner-carousel-wrapper .carousel-content h1 {
    color: var(--blue-blue-500, #004dcd);
    font-family: "Lato-Light";
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 80px;
    margin: 0;
}

.banner-carousel-wrapper .carousel-content p {
    color: var(--neutral-neutral-900, #091e42);
    font-family: "Lato-Regular";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 40px;
    margin-top: 16px;
}

.banner-carousel-wrapper .slick-dots {
    text-align: right;
    bottom: 32px;
    right: 48px;
}

    .banner-carousel-wrapper .slick-dots li.slick-active button:before {
        width: 48px;
        height: 12px;
        border-radius: 6px;
        background-color: #004dcd;
        color: #004dcd;
        opacity: 1;
    }

    .banner-carousel-wrapper .slick-dots li button:before {
        height: 12px;
        width: 12px;
        color: transparent;
    }

    .banner-carousel-wrapper .slick-dots li.slick-active {
        width: 48px;
        height: 12px;
    }

    .banner-carousel-wrapper .slick-dots li button {
        padding: 0;
        width: 12px;
        height: 12px;
        border-radius: 6px;
        border: 2px solid #004dcd;
    }

.banner-carousel-wrapper .banner-carousel-card {
    display: flex !important;
    align-items: center;
}

.banner-carousel-wrapper .col-lg-5.col-md-5.col-sm-5.col-xs-12.no-padd,
.banner-carousel-wrapper .slick-list,
.banner-carousel-wrapper .slick-slider,
.banner-carousel-wrapper .slick-track {
    display: flex;
}

.banner-carousel-wrapper .carousel-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px;
    height: 100%;
}

/*Company leadership table*/

.our-board {
    display: block;
    padding: 48px;
    padding-bottom: 0;
}

    .our-board .section-title {
        display: block;
        text-align: center;
        margin: 0 0 48px;
    }

        .our-board .section-title h2 {
            font-family: "Lato-Light";
            display: block;
            color: #004dcd;
            font-size: 44px;
            font-style: normal;
            font-weight: 300;
            line-height: 52px;
            padding: 0 0 32px;
            border-bottom: 1px solid #b0c8f0;
            margin-bottom: 16px;
            text-align: center;
        }

        .our-board .section-title p {
            font-family: "Lato-Regular";
            display: block;
            color: #091e42;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 36px;
        }

    .our-board .rtable {
        width: 100%;
    }

        .our-board .rtable .th {
            font-family: "Lato-Bold";
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        .our-board .rtable .td {
            font-family: "Lato-Regular";
            font-feature-settings: "liga" off;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 111.25%;
        }

        .our-board .rtable .tbody .alternate-highlight {
            background-color: #fafbfb;
        }

/*INFOCARD COMP*/
.container-infocard {
    display: flex;
    padding: 48px 48px 96px;
    justify-content: center;
    align-items: flex-start;
}

.infocard-wrapper {
    display: flex;
}

.info-content-wrapper {
    border-right: 1px solid #e6edfa;
    padding: 0;
}

.infocard-wrapper .info-content-wrapper:last-child {
    border-right: 0;
}

.infocard-subwrap p {
    color: #091e42;
    font-family: "Lato-Regular";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
}

.infocard-subwrap h2 {
    color: #004dcd;
    font-family: "Lato-Regular";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 8px;
}

.infocard-subwrap {
    padding: 16px;
    margin: 0 16px;
}

.info-content-wrapper:last-child .infocard-subwrap {
    margin-right: 0;
}

/*two-col-image-cards*/
.two-col-img-cards .fa-solid.fa-arrow-right.arrow-hover {
    color: #004dcd;
    background: #fff;
}

.two-col-img-cards .fa-solid.fa-arrow-right {
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 10px;
    height: 34px;
    width: 34px;
    color: #fff;
    background: transparent;
}

.two-col-img-cards .row {
    display: flex;
    column-gap: 48px;
}

.two-col-img-cards .two-col-image {
    width: 100%;
    border-radius: 24px;
}

.two-col-img-cards .img-card-block {
    padding: 0 24px;
    position: absolute;
    bottom: 24px;
    z-index: 1;
    width: 100%;
}

    .two-col-img-cards .img-card-block .img-overlay {
        background-color: #000;
        padding: 24px;
        width: 100%;
        display: flex;
        align-items: center;
        gap: 24px;
        justify-content: space-between;
        border-radius: 24px;
        opacity: 0.8;
    }

.img-overlay.active-overlay {
    opacity: 1 !important;
}

.two-col-img-cards .card-img-content {
    margin-right: 48px;
}

.two-col-img-cards .article-overlay {
    position: relative;
    margin: 48px 0;
}

.two-col-img-cards .two-col-img-cards {
    padding: 24px;
}

.two-col-img-cards .card-img-content p {
    color: var(--neutral-white, #fff);
    font-family: "Lato-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.two-col-img-cards .card-img-content h3 {
    color: var(--neutral-white, #fff);
    font-family: "Lato-Light";
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 0;
}

.explore-block {
    position: absolute;
    right: 48px;
}

.two-col-img-cards .article-overlay {
    margin-bottom: 0;
}

/*ABOUTUS CAROUSEL */

.carousel-block {
    font-family: "Lato-Regular";
    display: flex;
    width: 100%;
    max-width: 100%;
    color: #091e42;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    /* 150% */
    padding: 48px;
}

    .carousel-block .carousel-image {
        flex: 0 0 50%;
        max-width: 50%;
        overflow: hidden;
        border-radius: 24px;
    }

        .carousel-block .carousel-image figure {
            display: block;
            height: 100%;
        }

            .carousel-block .carousel-image figure img {
                width: 100%;
                max-width: 100%;
                object-fit: cover;
                height: 100%;
            }

    .carousel-block .carousel-desc {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 48px;
        flex: 0 0 50%;
        max-width: 50%;
    }

        .carousel-block .carousel-desc .carousel-title {
            font-family: "Lato-Light";
            font-size: 44px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
            display: block;
            margin: 0 0 16px;
        }

        .carousel-block .carousel-desc .carousel-slider {
            padding-bottom: 40px;
            overflow: hidden;
        }

            .carousel-block .carousel-desc .carousel-slider .item {
                margin-bottom: 30px;
            }

        .carousel-block .carousel-desc .slick-next,
        .carousel-block .carousel-desc .slick-prev {
            display: flex;
            width: 36px;
            height: 36px;
            padding: 10px;
            align-items: center;
            border: 1px solid #004dcd;
            border-radius: 50%;
            top: calc(100% - 53px);
            transition: all 0.5s ease-in-out;
        }

        .carousel-block .carousel-desc .slick-next {
            background: url("../images/chevron-right.svg") no-repeat center center;
            right: calc(100% - 160px);
        }

        .carousel-block .carousel-desc .slick-prev {
            background: url("../images/chevron-left.svg") no-repeat center center;
            left: 0;
        }

        .carousel-block .carousel-desc .slick-next:hover {
            background: url("../images/chevron-right-white.svg") no-repeat center center #004dcd;
            transition: all 0.2s ease-in-out;
        }

        .carousel-block .carousel-desc .slick-prev:hover {
            background: url("../images/chevron-left-white.svg") no-repeat center center #004dcd;
            transition: all 0.2s ease-in-out;
        }

        .carousel-block .carousel-desc .slick-next:before,
        .carousel-block .carousel-desc .slick-prev:before {
            display: none;
        }

        .carousel-block .carousel-desc .slick-counter {
            font-family: "Lato-Regular";
            display: flex;
            min-width: 60px;
            color: #004dcd;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
            margin: 0 60px;
        }

        .carousel-block .carousel-desc .slick-prev.slick-disabled,
        .carousel-block .carousel-desc .slick-prev.slick-disabled:hover,
        .carousel-block .carousel-desc .slick-prev.slick-disabled:focus {
            border: 1px solid #ebedf0;
            background-color: #ebedf0;
            background-image: url("../images/chevron-left-white.svg");
            cursor: default;
        }

        .carousel-block .carousel-desc .slick-next.slick-disabled,
        .carousel-block .carousel-desc .slick-next.slick-disabled:hover,
        .carousel-block .carousel-desc .slick-next.slick-disabled:focus {
            border: 1px solid #ebedf0;
            background-color: #ebedf0;
            background-image: url("../images/chevron-right-white.svg");
            cursor: default;
        }

/*TOW-COL-ICON-WRAPPER*/
.two-col-icon-wrapper h2 {
    color: var(--blue-blue-500, #004dcd);
    font-family: "Lato-Light";
    font-size: 44px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 16px;
}

.two-col-icon-wrapper p {
    color: var(--neutral-neutral-900, #091e42);
    font-family: "Lato-Regular";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin: 0;
}

.two-col-icon-wrapper .wrapper-right p {
    color: var(--primary-blue-300, #5488de);
    font-family: "Lato-Regular";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.two-col-icon-wrapper {
    padding: 48px 48px 0;
}

    .two-col-icon-wrapper .icon-wrapper {
        display: flex;
        align-items: center;
        padding: 24px 0;
        border-bottom: 1px solid rgba(0, 70, 200, 0.2);
    }

    .two-col-icon-wrapper .wrapper-left {
        border-radius: 20px;
        background: var(--neutral-neutral-10, #fafbfb);
        margin-right: 16px;
        margin-left: 16px;
    }

    .two-col-icon-wrapper .right-content {
        padding-left: 24px;
    }

    .two-col-icon-wrapper .content-wrapper {
        display: flex;
    }

    .two-col-icon-wrapper .icon-wrapper:nth-child(7) .wrapper-left {
        background: #0c704f;
    }

    .two-col-icon-wrapper .wrapper-left .icon-img {
        width: 100px;
        height: 90px;
        padding: 6px;
    }

    .two-col-icon-wrapper .icon-wrapper:last-child {
        border: 0;
    }

/** Desktop Investor**/
.esgreports-wrapper {
    padding: 0 48px;
}

    .esgreports-wrapper .esg-top-wrap {
        display: flex;
        padding: 48px 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .esgreports-wrapper .bottom-content h4 {
        color: var(--neutral-neutral-900, #091e42);
        font-family: "Lato-Regular";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin: 0;
    }

    .esgreports-wrapper .bottom-head {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 16px 32px;
        align-items: center;
        border-radius: 16px;
        background: var(--blue-blue-500, #004dcd);
    }

        .esgreports-wrapper .bottom-head h3 {
            font-family: "Lato-Regular";
            font-size: 24px;
            font-style: normal;
            font-weight: 500;
            line-height: 32px;
        }

    .esgreports-wrapper .bottom-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        display: flex;
        padding: 40px 32px;
        align-items: center;
        gap: 16px;
        align-self: stretch;
        box-shadow: 0px 1px 0px 0px rgba(0, 70, 200, 0.2);
    }

    .esgreports-wrapper .esg-bottom-wrap {
        display: flex;
        padding: 0 0 48px;
        flex-direction: column;
        align-items: flex-start;
    }

    .esgreports-wrapper.esg-accordion .esg-bottom-wrap {
        padding: 48px 0 0;
    }

    .esgreports-wrapper .esg-content-wrap {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        border-bottom: 1px solid #b0c8f0;
    }

        .esgreports-wrapper .esg-content-wrap p {
            margin: 0 32px 32px 0;
        }

    .esgreports-wrapper .esg-name {
        margin: 0 0 32px 0;
        color: var(--blue-blue-500, #004dcd);
    }

    .esgreports-wrapper .esg-year {
        margin: 0;
        color: #fff;
    }

    .esgreports-wrapper h2 {
        font-family: "Lato-Light";
        font-size: 44px;
        font-style: normal;
        font-weight: 300;
        line-height: 52px;
    }

    .esgreports-wrapper .esg-view-doc {
        margin: 0;
        color: var(--blue-blue-500, #004dcd);
        font-family: "Lato-Bold";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }

        .esgreports-wrapper .esg-view-doc img {
            padding-left: 16px;
            padding-bottom: 4px;
        }

    .esgreports-wrapper .docs-details-right {
        display: flex;
        padding: 0;
        gap: 16px;
    }

        .esgreports-wrapper .docs-details-right span {
            padding: 8px 16px;
            border-radius: 6px;
        }

.esg-body .two-col-card {
    padding-bottom: 0;
}

.about-us-body .footerWrapper,
.esg-body .footerWrapper {
    margin-top: 0;
}

.about-us-body .two-col-card {
    padding-bottom: 0;
}

.two-col-wrapper.two-col-main.lightgreen-bg {
    flex-direction: row-reverse;
}

    .two-col-wrapper.two-col-main.lightgreen-bg .two-col-content-wrapper h2 {
        color: #091e42;
    }

    .two-col-wrapper.two-col-main.lightgreen-bg .two-col-content-wrapper p {
        color: var(--neutral-neutral-900, #091e42);
    }

.two-col-main.lightgreen-bg .global-sec-btn {
    border-radius: var(--button-links-radius-default, 24px);
    background: var(--blue-blue-500, #004dcd);
    padding: 12px 32px;
    color: var(--neutral-white, #fff);
    font-family: "Lato-Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    display: flex;
    align-items: center;
    width: fit-content;
    border: 0;
}

    .two-col-main.lightgreen-bg .global-sec-btn:hover {
        border-radius: var(--button-links-radius-default, 24px);
        border: 4px solid var(--blue-blue-300, #5488de);
        background: var(--blue-blue-500, #004dcd);
        text-decoration: none;
        color: var(--neutral-white, #fff);
        padding: 8px 28px;
        outline: 4px solid var(--blue-blue-100, #b0c8f0);
    }

    .two-col-main.lightgreen-bg .global-sec-btn :focus {
        outline: 0;
        text-decoration: 0;
    }

.about-us-body
.comapnyAbout
.page-banner
.two-col-wrapper
.two-col-content-wrapper
h1,
.about-us-body .page-banner .KC_breadcrumb.breadcrumb-nobg .breadcrumb li a,
.about-us-body .page-banner .two-col-wrapper .two-col-content-wrapper p,
.about-us-body .KC_breadcrumb.breadcrumb-nobg .breadcrumb > li + li:before {
    color: var(--neutral-neutral-900, #091e42);
}

.about-us-body .page-banner .KC_breadcrumb.breadcrumb-nobg .breadcrumb li a {
    text-decoration-color: var(--neutral-neutral-900, #091e42);
}

.about-us-body .KC_breadcrumb.breadcrumb-nobg .breadcrumb > li + li:before {
    color: var(--neutral-neutral-900, #091e42);
}

.employees-body .two-col-card {
    padding-bottom: 0;
}

.two-col-wrapper.orange-bg .two-col-content-wrapper h2,
.two-col-wrapper.orange-bg .two-col-content-wrapper p {
    color: var(--neutral-neutral-900, #091e42);
}

.orange-bg .global-sec-btn {
    border: 2px solid var(--neutral-neutral-900, #091e42);
    color: var(--neutral-neutral-900, #091e42);
}

    .orange-bg .global-sec-btn:hover {
        border: 2px solid var(--neutral-white, #fff);
        color: #004dcd;
    }

.invester-wrapper .box .wrap:nth-child(2) {
    border-bottom: 1px solid #dfe2e6;
}

.page-banner .two-col-wrapper .two-col-content-wrapper h1 {
    color: #fff;
    font-family: "Lato-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 64px;
    line-height: 80px;
    margin: 0;
}

.page-banner .two-col-wrapper .two-col-content-wrapper p {
    font-size: 28px;
    line-height: 33px;
}

.two-col-wrapper.two-col-main.lightgreen-bg {
    margin-top: 48px;
}

/*ESG reports acc*/
.esgreports-wrapper.esg-accordion .bottom-head.opened {
    background: var(--neutral-neutral-200, #6b788e);
}

    .esgreports-wrapper.esg-accordion .bottom-head.opened h3 {
        color: var(--neutral-white, #fff);
    }

.esgreports-wrapper.esg-accordion .bottom-head {
    background-color: #ebedf0;
}

    .esgreports-wrapper.esg-accordion .bottom-head h3 {
        color: var(--neutral-neutral-500, #42526d);
    }

.esgreports-wrapper.esg-accordion .inside-acc-content {
    display: none;
    width: 100%;
}

.esgreports-wrapper.esg-accordion .bottom-head {
    cursor: pointer;
}

.esgreports-wrapper.esg-accordion .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
}

.esgreports-wrapper.esg-accordion .plus {
    background-image: url("../images/plus-icon.svg");
    filter: brightness(0%);
    opacity: 0.7;
}

.esgreports-wrapper.esg-accordion .minus {
    background-image: url("../images/minus-icon.svg");
}

.esgreports-wrapper.esg-accordion .esg-content-wrap,
.downloads-body .esgreports-wrapper .esg-content-wrap {
    border-bottom: 0;
}

.esgreports-wrapper.esg-accordion .esg-name {
    margin: 0;
}

.our-board .rtable .td p {
    margin: 0;
}

.esgreports-wrapper.esg-accordion .esg-top-wrap {
    padding-top: 0;
}

.downloads-body .esgreports-wrapper .esg-top-wrap {
    padding-bottom: 0;
}

.esgreports-wrapper .docs a {
    font-family: "Lato-Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-decoration: none;
}

.esgreports-wrapper .docs {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .esgreports-wrapper .docs.pdf-format {
        background: var(--primary-blue-50, #e6edfa);
    }

        .esgreports-wrapper .docs.pdf-format a {
            color: #004dcd;
        }

    .esgreports-wrapper .docs.html-format {
        background: var(--green-green-50, #e7f1ed);
    }

        .esgreports-wrapper .docs.html-format a {
            color: #0c704f;
        }

    .esgreports-wrapper .docs img {
        margin-left: 4px;
    }

/*AMBITION 2030*/
.ambition-page .two-col-wrapper.two-col-vector-rowrev.green-bg {
    font-family: "Lato-Regular";
    color: #e7f1ed;
}

    .ambition-page .two-col-wrapper.two-col-vector-rowrev.green-bg h1 {
        font-family: "Lato-Light";
        font-style: normal;
        font-weight: 300;
        margin: 0;
    }

    .ambition-page .two-col-wrapper.two-col-vector-rowrev.green-bg p {
        font-style: normal;
        font-weight: 400;
        margin-top: 16px;
    }

.ambition-page .carousel-block {
    padding-bottom: 0;
}

.ambition-page .two-col-card {
    padding-bottom: 0;
}

.ambition-page .container-fluid.video-wrapper.inclusionDiversity {
    padding-bottom: 0;
    padding-top: 48px;
}

.ambition-page .two-col-icon-wrapper .left-content h2 {
    margin-bottom: 16px;
}

.ambition-page .two-col-icon-wrapper .left-content p {
    margin-bottom: 24px;
}

.ambition-page .two-col-icon-wrapper .icon-wrapper {
    align-items: flex-start;
}

.ambition-page .two-col-icon-wrapper .wrapper-left {
    background-color: #e6edfa;
    width: 100px;
    padding: 10px;
    flex: 1 1 100%;
    max-width: 100px;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.ambition-page .two-col-icon-wrapper .wrapper-right {
    flex: 1;
}

.ambition-page .two-col-icon-wrapper .wrapper-left .icon-img {
    padding: 0px;
    width: 80px;
    max-width: 100%;
    height: auto;
    max-height: 80px;
}

.ambition-page .two-col-icon-wrapper .wrapper-right h3 {
    color: #5488de;
    font-family: "Lato-Regular";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}

.ambition-page .two-col-icon-wrapper .wrapper-right p {
    color: #091e42;
    font-family: "Lato-Regular";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

strong {
    font-family: "Lato-Bold";
}

.sub-content-right a {
    border: 1px solid #004dcd;
    border-radius: 50%;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sub-content-right a:hover {
        background-color: #004dcd;
    }

.sub-content-right .arrow-circle {
    width: 12px;
    height: 12px;
}

.arrow-title .view-more-arrow {
    width: 14px;
    height: 12px;
}

.sub-content-right .arrow-circle.arrow-hover {
    filter: brightness(0) invert(1);
}

.two-col-icon-wrapper .icon-wrapper {
    margin-bottom: 8px;
}

    .two-col-icon-wrapper .icon-wrapper:last-child {
        margin-bottom: 0;
    }

.two-col-icon-wrapper .left-content p {
    margin-bottom: 32px;
}

    .two-col-icon-wrapper .left-content p:last-child {
        margin-bottom: 0;
    }

.two-col-img-cards .active-overlay .card-img-content p {
    margin-top: 16px;
}

.banner-carousel-wrapper .carousel-content h1 sup {
    font-size: 60%;
}

.carousel-block .carousel-desc .carousel-slider .item p a {
    display: flex;
    align-items: center;
    color: #004dcd;
    font-size: 16px;
    line-height: 30px;
}

    .carousel-block .carousel-desc .carousel-slider .item p a img {
        margin-top: 4px;
        margin-left: 8px;
    }

.megaMenuBlock .megamenu .dropdown-header.subMenuHeader .menulink:hover {
    text-decoration: none;
    cursor: default;
}

.brand-logo-carousel #prevButton:disabled {
    opacity: 0.5;
}

.brand-logo-carousel #nextButton:disabled {
    opacity: 0.5;
}

.brand-carousel::-webkit-scrollbar {
    display: none;
}

@media (max-width: 1700px) and (min-width: 992px) {
    html[lang="es-us"]
    .reporting-and-disclosures-body
    .page-banner
    .two-col-wrapper
    .two-col-content-wrapper
    h1 {
        font-size: 46px;
        line-height: 54px;
    }
}

@media (min-width: 992px) {
    html[lang="ru-ru"]
    .reporting-and-disclosures-body
    .KC_breadcrumb.breadcrumb-nobg,
    html[lang="es-us"]
    .reporting-and-disclosures-body
    .KC_breadcrumb.breadcrumb-nobg,
    html[lang="ru-ru"]
    .inclusion-and-diversity-body
    .KC_breadcrumb.breadcrumb-nobg,
    html[lang="ru-ru"] .ambition-page .KC_breadcrumb.breadcrumb-nobg,
    html[lang="ru-ru"] .esg-topics-body .KC_breadcrumb.breadcrumb-nobg {
        position: initial;
        width: calc(100% + 30px);
        margin: 0 -16px;
    }

    .reporting-and-disclosures-body .esgreports-wrapper .bottom-content {
        padding: 40px 16px 40px 32px;
    }

    .megaMenuBlock .megamenu {
        width: calc(100% + 96px);
        left: 50%;
        transform: translateX(-50%);
    }

    /* Updated carousel code */
    .carousel-block .carousel-desc {
        justify-content: flex-start;
        padding: 80px 0 80px 48px;
    }

        .carousel-block .carousel-desc .slick-next,
        .carousel-block .carousel-desc .slick-prev {
            top: calc(100% - 20px);
        }

        .carousel-block .carousel-desc .slick-counter {
            position: absolute;
            bottom: 8px;
        }

        .carousel-block .carousel-desc .carousel-slider {
            height: 100%;
        }

    .esgreports-wrapper .docs-details-right {
        justify-content: flex-end;
    }
}

@media (min-width: 992px) {
    .article-overlay .img-card-block p {
        height: 0;
        overflow: hidden;
        opacity: 0;
        transition: height 0.5s ease 0.3s, opacity 1s;
    }

    .article-overlay:hover .img-card-block p {
        height: auto;
        opacity: 1;
        transition-delay: 0.1s;
    }

    .two-col-main.lightgreen-bg .two-col-content-wrapper {
        padding: 48px;
    }

    .two-col-wrapper.two-col-main.lightgreen-bg .two-col-content-wrapper h2 {
        font-size: 57px;
        line-height: 64px;
    }

    .two-col-wrapper.two-col-main.lightgreen-bg .two-col-content-wrapper p {
        font-size: 24px;
        line-height: 36px;
    }

    .esgreports-wrapper > .esg-bottom-wrap:nth-child(3) {
        padding-left: 16px;
    }

    .esgreports-wrapper > .esg-bottom-wrap:nth-child(2) {
        padding-right: 16px;
    }

    .esgreports-wrapper.esg-accordion > .esg-bottom-wrap:nth-child(2) {
        padding-right: 0;
    }

    /*random*/
    .two-col-rowrev .two-col-content-wrapper {
        padding: 48px 64px;
    }

    .two-col-rowrev.row-align {
        flex-direction: row;
    }

    .leadership .stats-wrapper .stat-img-block {
        width: 54%;
    }

    .leadership .stats-wrapper .stats-content-wrapper {
        width: 23%;
    }

    .two-col-rowrev.row-align {
        flex-direction: row;
    }

    /*random*/

    /*2 col comp*/
    .two-col-card .two-col-img-wrapper .two-col-img {
        border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
    }

    .two-col-rowrev .two-col-content-wrapper {
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
    }

    .two-col-card .two-col-rowrev.row-align .two-col-img-wrapper .two-col-img {
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .two-col-card .two-col-rowrev.row-align .two-col-content-wrapper {
        border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    /*vector comp*/
    .vector-comp .two-col-img-wrapper {
        width: 67%;
    }

    /*stats*/
    .stats-wrapper .stat-img-block {
        width: 60%;
    }

    .stats-wrapper .stats-content-wrapper {
        width: 20%;
    }

    .info-content-wrapper:first-child .infocard-subwrap {
        margin-left: 0;
    }
}

@media (max-width: 1440px) and (min-width: 992px) {
    .stats-wrapper .stats-content-wrapper p {
        font-size: 16px;
        line-height: 22px;
    }

    .banner-carousel-wrapper .carousel-content p,
    .page-banner .two-col-wrapper .two-col-content-wrapper p,
    .ambition-page .two-col-wrapper.two-col-vector-rowrev.green-bg p {
        font-size: 24px;
    }

    .carousel-block .carousel-desc .carousel-title,
    .brand-logo-carousel .carousel-title,
    .two-col-wrapper .two-col-content-wrapper h2,
    .comapnyAbout.leadership .leadership-section h2,
    .our-board .section-title h2,
    .two-col-icon-wrapper h2,
    .esgreports-wrapper h2,
    .esg-topic .tab-menu-title,
    .memberships .category-title,
    .investors-day-body .video-tile-content h2,
    .investors-day-body .video-tile-container .tab-menu-title {
        font-size: 40px;
        line-height: 50px;
    }

    .brand-logo-carousel .carousel-content,
    .two-col-wrapper .two-col-content-wrapper p,
    .carousel-block,
    .two-col-wrapper.two-col-main.lightgreen-bg .two-col-content-wrapper p,
    .our-board .section-title p,
    .infocard-subwrap p,
    .two-col-icon-wrapper p,
    .esg-topic,
    .video-tile-container .video-tile-content p,
    .two-col-card .blue-bg.two-col-content-wrapper .card-desc p {
        font-size: 20px;
    }

    .two-col-img-cards .card-img-content h3,
    .ambition-page .two-col-icon-wrapper .wrapper-right h3,
    .video-tile-container .two-col-img-cards .card-img-content h3 {
        font-size: 30px;
    }

    .two-col-wrapper.two-col-main.lightgreen-bg .two-col-content-wrapper h2,
    .ambition-page .two-col-wrapper.two-col-vector-rowrev.green-bg h1 {
        font-size: 56px;
        line-height: 68px;
    }

    .infocard-subwrap h2 {
        font-size: 28px;
        line-height: 36px;
    }
}

@media all and (min-width: 1221px) and (max-width: 1440px) {
    .banner-carousel-wrapper .carousel-content h1,
    .page-banner .two-col-wrapper .two-col-content-wrapper h1,
    .two-col-wrapper.two-col-main.lightgreen-bg .two-col-content-wrapper h2,
    .ambition-page .two-col-wrapper.two-col-vector-rowrev.green-bg h1,
    .stats-wrapper .stats-content-wrapper h2 {
        font-size: 50px;
        line-height: 62px;
    }
}

@media (max-width: 1220px) and (min-width: 992px) {
    .banner-carousel-wrapper .carousel-content h1,
    .page-banner .two-col-wrapper .two-col-content-wrapper h1,
    .two-col-wrapper.two-col-main.lightgreen-bg .two-col-content-wrapper h2,
    .ambition-page .two-col-wrapper.two-col-vector-rowrev.green-bg h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .banner-carousel-wrapper .carousel-content p,
    .page-banner .two-col-wrapper .two-col-content-wrapper P,
    .two-col-wrapper.two-col-main.lightgreen-bg .two-col-content-wrapper p,
    .ambition-page .two-col-wrapper.two-col-vector-rowrev.green-bg p {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .esgreports-wrapper .docs img {
        margin-left: 10px;
    }

    .esgreports-wrapper .esg-top-wrap {
        padding: 32px 24px;
    }

    .banner-carousel-wrapper .carousel-content h1 sup {
        font-size: 50%;
    }

    .two-col-icon-wrapper .left-content {
        margin-bottom: 32px;
    }

        .two-col-icon-wrapper .left-content p {
            margin-bottom: 24px;
        }

    .comapnyAbout.leadership h2 {
        font-size: 36px;
        line-height: 43px;
    }

    .leadership-detail-section h3 {
        font-size: 24px;
        line-height: 36px;
    }

    .brand-logo-carousel .carousel-title {
        font-size: 36px;
        line-height: 43px;
    }

    .brand-logo-carousel .carousel-content,
    .leadership-detail-section p {
        font-size: 20px;
        line-height: 32px;
    }

    .ambition-page .container-fluid.video-wrapper.inclusionDiversity {
        padding-top: 32px;
    }

    .brand-logo-carousel .brand-carousel-wrapper .brand-carousel {
        overflow-x: scroll;
    }

    .memberships .category-title {
        font-size: 36px;
        line-height: 43px;
    }

    .memberships .category-title {
        margin-bottom: 32px;
    }

    .carousel-block .carousel-desc .carousel-slider .item {
        margin-bottom: 14px;
    }

    .downloads-body .esgreports-wrapper .esg-name {
        padding-bottom: 32px;
    }

    .downloads-body .esgreports-wrapper.esg-accordion .esg-name {
        padding-bottom: 0;
    }

    /*ABOUTUS CAROUSEL */
    .carousel-block {
        flex-direction: column-reverse;
        font-size: 20px;
        line-height: 32px;
        padding: 0;
    }

        .carousel-block .carousel-image {
            flex: 1 1 100%;
            max-width: 100%;
            border-radius: 0;
        }

        .carousel-block .carousel-desc {
            padding: 32px 24px 0;
            flex: 1 1 100%;
            max-width: 100%;
        }

            .carousel-block .carousel-desc .carousel-slider {
                margin-bottom: 32px;
                padding-bottom: 10px;
            }

            .carousel-block
            .carousel-desc
            .slick-next
            .carousel-block
            .carousel-desc
            .carousel-slider
            .item {
                margin-bottom: 24px;
            }

            .carousel-block .carousel-desc .slick-next,
            .carousel-block .carousel-desc .slick-prev {
                top: calc(100% - 21px);
            }

            .carousel-block .carousel-desc .slick-prev {
                left: 24%;
            }

            .carousel-block .carousel-desc .slick-next {
                right: 24%;
            }

            .carousel-block .carousel-desc .slick-counter {
                justify-content: center;
            }

            /**/
            .carousel-block .carousel-desc .carousel-title {
                font-size: 36px;
                line-height: normal;
                letter-spacing: -1.44px;
            }

    .about-us-body .carousel-block {
        margin-bottom: 32px;
    }

    .two-col-wrapper.two-col-main.lightgreen-bg {
        margin-top: 32px;
    }

    .two-col-icon-wrapper .content-wrapper {
        flex-direction: column;
    }

    .two-col-icon-wrapper .left-content,
    .two-col-icon-wrapper .right-content {
        padding: 0;
    }

    .two-col-icon-wrapper h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 16px;
    }

    .two-col-icon-wrapper .right-content h2 {
        font-size: 36px;
        line-height: 43px;
    }

    .esgreports-wrapper .esg-bottom-wrap:last-child .bottom-content:last-child {
        margin-bottom: 8px;
        box-shadow: none;
        padding-bottom: 0;
    }

    .esgreports-wrapper .esg-bottom-wrap:nth-child(2) .bottom-content:last-child {
        box-shadow: none;
    }

    .two-col-icon-wrapper .wrapper-right p {
        font-size: 16px;
        line-height: 24px;
    }

    .two-col-icon-wrapper .two-col-icon-wrapper h2 {
        margin-bottom: 24px;
        font-size: 36px;
        line-height: 48px;
    }

    .two-col-icon-wrapper .left-content p {
        font-size: 20px;
        line-height: 32px;
    }

    .two-col-icon-wrapper .icon-wrapper {
        padding: 16px 0;
    }

    /*TWO COL COMP*/
    .two-col-wrapper .global-sec-btn {
        margin: 0 auto;
    }

    .two-col-rowrev .two-col-content-wrapper {
        border-top: 16px solid #fd8f40;
    }

    .two-col-card .two-col-img-wrapper .two-col-img {
        border-top-right-radius: 16px;
        border-top-left-radius: 16px;
    }

    .two-col-rowrev .two-col-content-wrapper {
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    /*VECTOR COMP*/
    .two-col-wrapper.two-col-vector-rowrev {
        flex-direction: column;
    }

    /*2col-image-cards*/
    .two-col-img-cards .row {
        flex-direction: column;
    }

    .two-col-img-cards .card-img-content h3 {
        font-size: 24px;
        line-height: 29px;
    }

    .two-col-img-cards .card-img-content {
        margin-right: 16px;
    }

    .two-col-img-cards .article-overlay,
    .two-col-img-cards {
        padding: 0;
    }

        .two-col-img-cards .article-overlay {
            margin: 32px;
        }

        .two-col-img-cards .img-card-block {
            bottom: 16px;
            padding: 0 16px;
            width: 100%;
        }

            .two-col-img-cards .img-card-block .img-overlay {
                padding: 16px;
                gap: 16px;
                align-items: flex-end;
            }

        .two-col-img-cards .card-img-content h3 {
            margin-bottom: 8px;
        }

    .explore-block {
        right: 24px;
    }

    .two-col-img-cards .two-col-image {
        border-radius: 16px;
    }

    /*aboutus*/
    .two-col-wrapper.two-col-main.lightgreen-bg {
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .brand-logo-carousel .carousel-title,
    .brand-logo-carousel .carousel-content {
        padding: 0 24px;
    }

    .carousel-block .carousel-desc .slick-next {
        left: calc(50% + 40px);
        right: auto;
        z-index: 9;
    }

    .carousel-block .carousel-desc .slick-prev {
        left: calc(50% - 80px);
        right: auto;
        z-index: 9;
    }

    .leadership .section-title h2 {
        margin-top: 0;
    }

    .esg-topic .exploreAlphabets,
    .memberships .membership-categories {
        scrollbar-width: none;
    }
}

@media (max-width: 768px) {
    .carousel-block .carousel-desc .slick-counter {
        position: relative;
    }

    /*BRAND LOGO CAROUSEL*/
    .brand-carousel-wrapper .brand-carousel {
        justify-content: flex-start;
    }

    .brand-logo-carousel {
        padding: 32px 0;
    }

        .brand-logo-carousel .brand-carousel-wrapper {
            margin: 16px 40px;
            padding: 0 16px;
        }

            .brand-logo-carousel .brand-carousel-wrapper .logo-card {
                padding: 24px 8px;
                margin: 16px 4px;
                border-radius: 8px;
            }

            .brand-logo-carousel .brand-carousel-wrapper .carousel-arrow {
                width: 8px;
                position: absolute;
                right: 8px;
                bottom: 6px;
            }

        .brand-logo-carousel .logo-carousel #prevButton::before,
        .brand-logo-carousel .logo-carousel #nextButton::before {
            width: 12px;
        }

        .brand-logo-carousel #nextButton {
            transform: translate(0, -50%);
            right: 20px;
        }

        .brand-logo-carousel #prevButton {
            transform: translate(0, -50%);
            left: 20px;
        }

    /*ESG repots acc*/
    .esgreports-wrapper.esg-accordion .esg-bottom-wrap {
        padding: 32px 0 0;
    }

    .esgreports-wrapper.esg-accordion .bottom-head {
        border-radius: 0;
    }

    .esgreports-wrapper.esg-accordion .esg-top-wrap {
        padding: 32px 24px 0;
    }

    .esgreports-wrapper.esg-accordion .esg-name {
        line-height: 43px;
    }

    .KC_breadcrumb.breadcrumb-nobg .breadcrumb {
        overflow: scroll;
        width: 100vw;
        white-space: nowrap;
    }

    img.carousel-arrow {
        width: 8px;
        height: 8px;
    }

    .two-col-img-cards .article-overlay {
        margin: 32px 24px 0;
    }

    .page-banner .two-col-wrapper .two-col-content-wrapper h1 {
        font-size: 36px;
        line-height: 43px;
    }

    .page-banner .two-col-wrapper .two-col-content-wrapper p {
        font-size: 20px;
        line-height: 32px;
    }

    .esgreports-wrapper {
        padding: 0;
    }

        .esgreports-wrapper .bottom-content {
            padding: 40px 0;
        }

            .esgreports-wrapper .bottom-content h4 {
                font-size: 14px;
                line-height: 16px;
            }

        .esgreports-wrapper .esg-content-wrap p {
            margin: 0;
        }

        .esgreports-wrapper .esg-name {
            margin: 0;
        }

        .esgreports-wrapper .esg-content-wrap {
            border: 0;
        }

        .esgreports-wrapper .esg-name {
            font-size: 36px;
            letter-spacing: -1.44px;
        }

        .esgreports-wrapper .bottom-head {
            padding: 16px 24px;
        }

        .esgreports-wrapper .esg-bottom-wrap {
            padding: 0;
        }

        .esgreports-wrapper .esg-year {
            font-size: 24px;
            font-weight: 500;
            line-height: 32px;
        }

    .two-col-icon-wrapper {
        padding: 32px 24px 0;
    }

    /*2 col comp*/
    .page-banner .two-col-wrapper .two-col-content-wrapper p {
        margin-bottom: 0;
    }

    .two-col-wrapper {
        flex-direction: column;
    }

        .two-col-wrapper .two-col-content-wrapper p {
            font-size: 20px;
            line-height: 32px;
            margin-top: 16px;
            margin-bottom: 24px;
        }

        .two-col-wrapper .two-col-content-wrapper h2 {
            font-size: 36px;
            line-height: 43px;
            margin: 0;
        }

    .two-col-main .two-col-wrapper .two-col-content-wrapper {
        padding: 0px 24px 32px 24px;
    }

    .two-col-wrapper.two-col-rowrev .two-col-content-wrapper h2 {
        margin-top: 0;
    }

    .two-col-card {
        padding: 32px 24px;
    }

    /*INVESTOR COMP*/
    .invester-wrapper {
        padding: 32px 24px;
        padding-bottom: 0;
    }

        .invester-wrapper .box:first-child {
            margin-right: 0;
            margin-bottom: 8px;
        }

        .invester-wrapper .box:last-child {
            margin-left: 0;
        }

        .invester-wrapper .wrap {
            padding: 16px 0;
        }

        .invester-wrapper .stock-name {
            font-size: 16px;
            padding: 0 16px;
        }

        .invester-wrapper .box {
            padding: 24px;
        }

    /*STATS COMP*/
    .stats-wrapper {
        flex-direction: column;
    }

        .stats-wrapper .stats-content-wrapper {
            justify-content: center;
            flex-direction: column;
            padding: 24px 0;
        }

            .stats-wrapper .stats-content-wrapper.left-box {
                border-right: 0;
                padding: 32px 24px;
            }

            .stats-wrapper .stats-content-wrapper.right-box {
                padding: 32px;
            }

    /*company lead table*/
    .our-board {
        padding: 0;
    }

        .our-board .section-title {
            text-align: left;
            padding: 32px 9px;
            margin: 0px;
        }

            .our-board .section-title p {
                font-size: 20px;
                line-height: 32px;
            }

        .our-board .rtable .rh {
            font-family: "Lato-Bold";
            display: block;
            font-size: 16px;
            font-weight: 700;
            line-height: 111.25%;
            padding: 16px 9px;
            border-top: 1px solid #e6edfa;
        }

        .our-board .rtable .tbody .rh:nth-child(4n-1) {
            background: #fafbfb;
        }

        .our-board .rtable .tr:first-child {
            display: none;
        }

        .our-board .rtable .rh > span {
            display: block;
            position: relative;
        }

            .our-board .rtable .rh > span:after {
                content: "";
                display: block;
                position: absolute;
                width: 16px;
                height: 16px;
                background: url("../images/chevron-down.png") no-repeat center center;
                z-index: 2;
                right: 0px;
                top: 0px;
                pointer-events: none;
            }

        .our-board .rtable .rh.active {
            padding-bottom: 10px;
        }

            .our-board .rtable .rh.active > span:after {
                transform: rotate(180deg);
            }

        .our-board .rtable .td:before {
            font-family: "Lato-Bold";
            display: block;
            width: 100%;
            margin-bottom: 5px;
            font-weight: 700;
            font-size: 12px;
        }

        .our-board .rtable .td {
            font-family: "Lato-Regular";
            display: flex;
            flex-direction: column;
            margin-bottom: 10px;
            padding: 0 9px;
            font-size: 14px;
            font-weight: 500;
            line-height: 16px;
        }

        .our-board .rtable .tr {
            padding: 0 0 6px 0;
        }

    /*infocard*/
    .infocard-subwrap:last-child {
        padding-bottom: 0;
    }

    .container-infocard {
        padding: 32px 24px;
    }

    .infocard-subwrap {
        margin: 8px 0;
        padding: 0 16px 16px;
    }

    .infocard-wrapper {
        flex-direction: column;
        padding: 0;
    }

    .info-content-wrapper {
        border-bottom: 1px solid #e6edfa;
        border-right: 0;
        margin-right: 0;
        padding: 0;
    }

    .infocard-subwrap p {
        font-size: 16px;
        line-height: 24px;
        margin-right: 0;
    }

    .infocard-subwrap h2 {
        font-size: 24px;
        line-height: 28.8px;
    }

    .infocard-wrapper .info-content-wrapper:first-child h2.inside-box-wrap {
        margin-top: 0;
    }

    .infocard-wrapper .info-content-wrapper:last-child .infocard-subwrap p {
        margin-bottom: 0;
    }

    .info-content-wrapper:first-child .infocard-subwrap {
        margin-top: 0;
    }

    .info-content-wrapper:last-child .infocard-subwrap {
        margin-bottom: 0;
    }

    /*ESG REPORTS*/

    .esgreports-wrapper {
        padding: 0;
    }

        .esgreports-wrapper .bottom-content {
            padding: 40px 0;
        }

    .two-col-icon-wrapper h2 {
        font-size: 36px;
        line-height: 43px;
    }

    .esgreports-wrapper .esg-content-wrap p {
        margin: 0;
    }

    .esgreports-wrapper .esg-name {
        margin: 0;
    }

    .esgreports-wrapper .esg-content-wrap {
        border: 0;
    }

    .esg-content-wrap a {
        margin-top: 6px;
    }

    .esgreports-wrapper .esg-name {
        font-size: 36px;
        letter-spacing: -1.44px;
        line-height: 43px;
    }

    .esgreports-wrapper .bottom-head {
        padding: 16px 24px;
        border-radius: 0;
        margin-bottom: 16px;
    }

    .esgreports-wrapper.esg-accordion .bottom-head {
        margin-bottom: 0;
    }

    .esgreports-wrapper.esg-accordion .inside-acc-content {
        margin-top: 16px;
    }

    .esgreports-wrapper
    .esg-bottom-wrap
    .inside-acc-content
    .bottom-content:last-child {
        box-shadow: 0px 1px 0px 0px rgba(0, 70, 200, 0.2);
        margin-bottom: 0;
    }

    .esgreports-wrapper .esg-bottom-wrap {
        padding: 0;
    }

    .esgreports-wrapper .esg-year {
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
    }

    .esgreports-wrapper .bottom-content {
        flex-direction: column;
        padding: 24px;
        margin-bottom: 16px;
        gap: 24px;
    }

        .esgreports-wrapper .bottom-content h2 {
            padding: 0;
        }

    .ambition-page .two-col-icon-wrapper .icon-wrapper:last-child {
        margin-bottom: 0px;
    }

    .esg-topic .tab-menu-list ul + ul li:last-child {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .ambition-page .two-col-wrapper.two-col-vector-rowrev.green-bg p {
        font-size: 20px;
        line-height: 32px;
    }

    .our-board .rtable .td:first-child {
        display: none;
    }

    .stats-content-wrapper.left-box:after {
        border-bottom: 0.5px solid #fff;
        height: initial;
        bottom: 0;
        width: 85%;
        right: inherit;
    }

    .two-col-wrapper .two-col-content-wrapper {
        padding: 32px 24px;
    }

    .invester-wrapper .box-wrapper {
        flex-flow: column;
    }

    /*BANNER COMP*/
    .banner-carousel-wrapper .carousel-content h1 {
        font-size: 36px;
        line-height: 44px;
        margin: 0;
        text-align: left;
    }

    .banner-carousel-wrapper .banner-carousel-card .carousel-content {
        text-align: center;
    }

    .banner-carousel-wrapper .global-primary-btn {
        margin: 24px auto 16px auto;
        white-space: nowrap;
    }

    .banner-carousel-wrapper .slick-slide img {
        padding: 0;
    }

    .banner-carousel-wrapper .banner-carousel-card {
        position: relative;
    }

    .banner-carousel-wrapper .col-xs-12 {
        position: initial;
    }

    .banner-carousel-wrapper .slick-dots {
        bottom: 0;
        right: 0;
        text-align: center;
    }

    .banner-carousel-wrapper .banner-carousel-card {
        flex-direction: column;
        justify-content: space-around;
        padding-bottom: 64px;
    }

    .banner-carousel-wrapper .slick-dots {
        bottom: 32px;
    }

    .banner-carousel-wrapper .banner-carousel-card .carousel-content {
        padding: 0;
    }

    .banner-carousel-wrapper .banner-carousel-card {
        padding: 32px 24px 64px 24px;
    }

    .banner-carousel-wrapper .carousel-content p {
        font-size: 18px;
        line-height: 24px;
        margin-top: 16px;
        margin-bottom: 24px;
        text-align: left;
    }
}

@media (max-width: 599px) {
    .ambition-page .container-fluid.video-wrapper.inclusionDiversity {
        margin-bottom: 32px;
    }
}

@media (max-width: 767px) and (min-width: 600px) {
    .mobile-header-nav .lang-accordion .sub-acc .panel-body {
        padding-left: 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .our-board .rtable .td {
        font-size: 16px;
        line-height: 20px;
    }

    .two-col-wrapper .two-col-content-wrapper {
        padding: 32px 48px;
    }

    .stat-img-block img {
        height: 100%;
        object-fit: cover;
    }

    .memberships .tab-menu-title {
        margin-top: 16px;
    }

    .memberships .category-title {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 32px;
    }

    .two-col-img-cards .article-overlay {
        margin-bottom: 0;
    }

    .carousel-block .carousel-desc .slick-next {
        right: 38%;
    }

    .carousel-block .carousel-desc .slick-prev {
        left: 38%;
    }

    .downloads-body .two-col-img-cards .article-overlay {
        margin-bottom: 0;
    }

    .downloads-body .esgreports-wrapper .esg-name {
        margin-bottom: 0;
    }

    .esgreports-wrapper .bottom-content {
        padding: 24px;
    }

    .two-col-main.lightgreen-bg .two-col-content-wrapper {
        padding: 32px;
    }

    .esgreports-wrapper .esg-content-wrap p {
        margin: 0 0 32px 0;
    }

    /*aboutsus-banner*/
    .vector-comp.page-banner .two-col-content-wrapper {
        padding: 32px;
    }

    .page-banner .two-col-wrapper .two-col-content-wrapper p {
        font-size: 18px;
        line-height: 22px;
    }

    .two-col-wrapper .two-col-content-wrapper p {
        font-size: 20px;
        line-height: 32px;
    }

    .page-banner .two-col-wrapper .two-col-content-wrapper h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .carousel-block .carousel-image {
        border: 16px;
    }

    .page-banner .two-col-wrapper.two-col-vector-rowrev {
        flex-direction: row-reverse;
    }

    /*BRAND LOGO CAROUSEL*/

    .brand-logo-carousel {
        padding: 40px 0;
    }

        .brand-logo-carousel .brand-carousel-wrapper {
            padding: 0px 30px;
            margin: 48px 56px;
        }

            .brand-logo-carousel .brand-carousel-wrapper .logo-card {
                padding: 56px 21px;
                margin: 16px 14px;
                border-radius: 8px;
            }

    /*2 col comp*/

    .two-col-wrapper {
        flex-direction: column;
    }

        .two-col-wrapper .two-col-content-wrapper h2 {
            font-size: 36px;
            line-height: 43px;
        }

    .two-col-main .two-col-content-wrapper {
        padding: 0 48px 32px 48px;
    }

    .two-col-card {
        padding: 32px;
    }

    /*rowrev comp*/

    .two-col-wrapper.two-col-rowrev .two-col-content-wrapper h2 {
        margin-top: 0;
    }

    /*INVESTOR COMP*/
    .invester-wrapper .sub-content-view .view-title {
        font-size: 16px;
        line-height: 30px;
    }

    .invester-wrapper .stock-name {
        font-size: 18px;
        line-height: 21px;
    }

    .invester-wrapper .title {
        font-size: 24px;
    }

    .invester-wrapper .stock-name {
        padding: 0 8px;
    }

    .invester-wrapper {
        padding: 48px;
        padding-bottom: 0;
    }

        .invester-wrapper .box {
            padding: 24px;
            margin-bottom: 0;
        }

        .invester-wrapper .wrap {
            padding: 24px 0;
        }

        .invester-wrapper .box:first-child {
            margin-right: 16px;
        }

        .invester-wrapper .box:last-child {
            margin-left: 16px;
        }

    /*STATS COMP*/
    .stats-wrapper {
        flex-direction: row;
    }

        .stats-wrapper .stats-content-wrapper {
            justify-content: center;
        }

            .stats-wrapper .stats-content-wrapper.left-box,
            .stats-wrapper .stats-content-wrapper.right-box {
                padding: 80px 52px;
            }

    .stats-content-wrapper.left-box:after {
        height: 120px;
    }

    /*VECTOR COMP*/

    /*BANNER COMP*/
    .banner-carousel-wrapper .carousel-content h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .banner-carousel-wrapper .carousel-content p {
        font-size: 16px;
        line-height: 20px;
        margin-top: 16px;
        margin-bottom: 26px;
    }

    .banner-carousel-wrapper .slide1.slick-slide img {
        padding: 32px 0 24px 0;
    }

    .banner-carousel-wrapper .slide2 .carousel-content {
        padding-left: 20px;
    }

    .banner-carousel-wrapper .slick-dots {
        bottom: 25px;
    }

    /*comp lead table*/
    .our-board {
        padding: 32px 0;
    }

    /*INFOCARD*/

    .infocard-subwrap p {
        font-size: 16px;
        line-height: 24px;
    }

    .infocard-subwrap {
        padding: 8px;
        margin: 0 8px;
    }

    .container-infocard {
        padding: 32px;
    }

    .infocard-subwrap h2 {
        font-size: 24px;
        line-height: 28.8px;
    }

    .info-content-wrapper {
        padding: 0;
        margin: 0;
    }

    /*ESG REPORTS*/
    .esgreports-wrapper .esg-content-wrap p {
        margin: 0 0 32px 0;
    }
}

/** Mobile**/
@media (min-width: 768px) {
    /*company lead table*/
    .our-board .rtable {
        display: table;
    }

        .our-board .rtable .rh {
            display: none;
        }

        .our-board .rtable .thead {
            display: table-header-group;
            box-shadow: 0px 1px 0px 0px rgba(0, 70, 200, 0.2);
        }

        .our-board .rtable .tbody {
            display: table-row-group;
        }

        .our-board .rtable .tr,
        .our-board .rtable .tr:first-child {
            display: table-row;
        }

        .our-board .rtable .th,
        .our-board .rtable .td {
            display: table-cell;
        }

        .our-board .rtable .td {
            padding: 16px 32px;
        }

            .our-board .rtable .td:before {
                content: "";
            }

        .our-board .rtable .thead .tr .th:first-child {
            min-width: 260px;
        }

        .our-board .rtable .thead .tr .th span {
            display: inline-block;
            padding: 16px 32px;
            background: #fff;
            min-width: 220px;
        }

        .our-board .rtable .tbody .tr .td:first-child {
            font-family: "Lato-Bold";
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: 24px;
        }
}

@media (min-width: 599px) {
    .banner-carousel-wrapper .banner-carousel-card {
        display: flex;
        align-items: center;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    /*ABOUTUS CAROUSEL */
    .carousel-block {
        font-size: 20px;
        line-height: 32px;
    }

        .carousel-block .carousel-desc {
            padding-left: 32px;
        }
}

@media (min-width: 600px) and (max-width: 767px) {
    .global-primary-btn.visible-xs {
        display: none !important;
    }

    .global-primary-btn.visible-lg.visible-md.visible-sm {
        display: block !important;
    }

    .stats-wrapper .stats-content-wrapper h2 {
        font-size: 46px;
    }
}

/*INVESTORS*/
.video-tile-container .two-col-img-cards .row {
    column-gap: 0;
}

    .video-tile-container .two-col-img-cards .row .video-overlay:first-child {
        margin-right: 24px;
    }

    .video-tile-container .two-col-img-cards .row .video-overlay:last-child {
        margin-left: 24px;
    }

.video-tile-container .two-col-img-cards .fa-solid.fa-play {
    border: 1.5px solid #fff;
    border-radius: 100%;
    padding: 10px;
    height: 36px;
    width: 36px;
    min-width: 36px;
    color: #fff;
    background: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-tile-container .fa-play:before {
    width: 8px;
    height: 13px;
}

.video-tile-container .two-col-img-cards .card-img-content h3 {
    font-family: "Lato-Light";
    font-weight: 300;
    padding-left: 24px;
    margin-bottom: 16px;
}

.video-tile-container .two-col-img-cards .card-img-content {
    border-left: 1px solid #fff;
}

.video-tile-container .two-col-img-cards .img-card-block .img-overlay {
    justify-content: flex-end;
    flex-direction: row-reverse;
    cursor: pointer;
}

.video-tile-container .video-options {
    display: flex;
}

.video-tile-container .transcript-btn,
.video-tile-container .pdf-btn,
.video-tile-container .share-btn {
    border-radius: 6px;
    padding: 8px 16px;
    font: normal 500 14px/16px "Lato-Regular";
    text-decoration: none;
    cursor: pointer;
}

.video-tile-container .transcript-btn {
    background: var(--orange-orange-50, #fff4ec);
    color: #004dcd;
}

.video-tile-container .pdf-btn {
    background: #e6edfa;
    margin: 0 16px;
    color: #004dcd;
}

.video-tile-container .video-duration {
    color: var(--neutral-neutral-200, #c2c7d0);
    font: normal 400 20px / normal "Lato-Regular";
    letter-spacing: 0.4px;
    margin-right: 16px;
    padding-left: 24px;
}

.video-tile-container .share-btn {
    background: #e7f1ed;
    color: #0c704f;
}

.video-tile-container .video-options a img,
.share-btn img {
    margin-left: 4px;
}

.video-tile-container .ytp-large-play-button {
    background: url("octicon_play-24.svg");
    display: block;
}

.video-tile-container .play {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 80px;
    cursor: pointer;
    /* Makes it clear the icon is clickable */
}

.video-tile-container .modal-header {
    padding: 0;
    border: 0;
}

.video-tile-container .modal-body {
    padding: 0;
}

.video-tile-container .thumbnail {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 24px;
    width: 100%;
    cursor: pointer;
}

.video-tile-container .modal-header .close-icon {
    margin-top: -2px;
    position: absolute;
    top: -30px;
    color: #fff;
    right: -50px;
    opacity: 1;
    border: 0;
    background: 0;
}

.video-tile-container .modal-dialog {
    transform: translate(-50%, -50%) !important;
    top: 50%;
    left: 50%;
    margin: 0;
    width: 65%;
}

.video-tile-container .modal-content {
    box-shadow: none;
    border-radius: 24px;
    border: 0;
    background-color: transparent;
}

.video-tile-container .modal-body iframe {
    border-radius: 24px;
    width: 100%;
    height: 35vw;
}

.video-tile-container .fade.in {
    background: rgba(0, 0, 0, 0.8);
}

.video-tile-container .social-share-links {
    list-style: none;
    text-align: right;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}

.video-tile-container .share-options {
    display: none;
    margin-left: 12px;
    position: relative;
}

.video-tile-container .social-share-links li {
    padding: 0 10px;
}

.video-tile-container .tooltip.fade {
    background: transparent;
    white-space: nowrap;
    position: absolute;
}

.video-tile-container .videourl,
.video-tile-container .copySuccessMessage {
    display: none;
}

.video-tile-container .tooltip-arrow {
    display: none;
}

.video-tile-container .copySuccessMessage {
    background-color: #0046c8;
    padding: 3px 8px;
    color: var(--neutral-white, #fff);
    letter-spacing: 0.08px;
    border-radius: 0;
    margin-top: 10px;
    font: normal 400 10px / normal "Lato-Regular";
    position: absolute;
    top: 30px;
    right: -15px;
}

.video-tile-container .video-links {
    display: flex;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 32px;
}

.video-tile-container .social-share-links a img:hover {
    filter: invert(16%) sepia(91%) saturate(4466%) hue-rotate(214deg) brightness(86%) contrast(101%);
}

.video-tile-container .tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
    cursor: pointer;
}

    .video-tile-container .tooltip .tooltiptext {
        visibility: hidden;
        text-align: center;
        padding: 2px 8px;
        position: absolute;
        z-index: 1;
        top: 200%;
        left: -100%;
        font: normal 400 10px / normal "Lato-Regular";
        letter-spacing: 0.08px;
        white-space: nowrap;
        opacity: 0.7;
        border: 0.4px solid var(--neutral-neutral-60, #b3b9c4);
        background: #fff;
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
        color: #354764;
    }

    .video-tile-container .tooltip:hover .tooltiptext {
        visibility: visible;
    }

    .video-tile-container .tooltip .shareIcon .tooltiptext {
        left: -12px;
    }

.video-tile-content h2 {
    color: #0046c8;
    font: normal 300 44px / normal "Lato-Light";
    margin: 0 0 24px;
}

.video-tile-content p {
    color: var(--neutral-neutral-900, #091e42);
    font: normal 400 24px/36px "Lato-Regular";
}

.video-tile-container {
    padding: 48px 33px 0;
}

    .video-tile-container .video-tile-content {
        display: block;
        margin-bottom: 48px;
    }

        .video-tile-container .video-tile-content p:last-child {
            margin-bottom: 0;
        }

    .video-tile-container .video-tiles {
        display: flex;
        gap: 32px;
        margin: 0;
        border-bottom: 1px solid #b0c8f0;
    }

    .video-tile-container .tab-btn {
        font: normal 700 16px/28px "Lato-Bold";
        background-color: #fff;
        display: flex;
        padding: 12px 32px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 24px;
        border: 2px solid #004dcd;
        color: #004dcd;
        transition: all 0.3s ease-in-out;
        margin-bottom: 48px;
    }

        .video-tile-container .tab-btn.active,
        .video-tile-container .tab-btn:hover {
            background-color: #004dcd;
            color: #fff;
            transition: all 0.3s ease-in-out;
        }

    .video-tile-container .tab-menu-list {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .video-tile-container .tab-menu-list ul {
            padding: 0;
            margin: 0;
            flex: 0 0 50%;
            max-width: 50%;
            display: flex;
            flex-direction: column;
        }

        .video-tile-container .tab-menu-list li {
            display: block;
            padding: 8px 32px;
            margin: 0 0 10px;
        }

            .video-tile-container .tab-menu-list li a {
                font: normal 400 20px/32px "Lato-Regular";
                color: #091e42;
                position: relative;
                text-decoration: none;
            }

                .video-tile-container .tab-menu-list li a:hover {
                    text-decoration: underline;
                    color: #091e42;
                }

    .video-tile-container .tab-menu-content {
        display: none;
    }

        .video-tile-container .tab-menu-content.active {
            display: block;
        }

    .video-tile-container .tab-menu-list {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0 0 48px;
    }

    .video-tile-container .tab-menu-title {
        font: normal 300 44px / normal "Lato-Light";
        color: #004dcd;
        display: block;
        padding-bottom: 55px;
        margin: 48px 0 0;
        border-bottom: 1px solid #b0c8f0;
    }

    .video-tile-container .video-tile-content p:empty {
        display: none;
    }

.two-col-card .blue-bg.two-col-content-wrapper .card-desc p {
    font: normal 400 24px/36px "Lato-Regular";
    color: var(--neutral-white, #fff);
    margin-bottom: 4px;
    margin-top: 0;
}

.two-col-card .card-desc a {
    font: normal 700 16px/30px "Lato-Bold";
    color: var(--neutral-white, #fff);
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .two-col-card .card-desc a img {
        margin-left: 16px;
        filter: brightness(0) invert(1);
        margin-top: 3px;
    }

.two-col-card .blue-bg.two-col-content-wrapper p,
.two-col-card .card-desc {
    margin-bottom: 24px;
}

@media (min-width: 992px) {
    .investors-day-body .two-col-card {
        padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    .video-tile-container {
        padding: 48px 9px 0;
        font-size: 20px;
    }

        .video-tile-container .video-tiles {
            overflow-x: auto;
            gap: 16px;
        }

        .video-tile-container .tab-btn {
            margin-bottom: 32px;
        }

        .video-tile-container .tab-menu-list {
            flex-direction: column;
        }

            .video-tile-container .tab-menu-list ul {
                flex: 0 0 100%;
                max-width: 100%;
            }

        .video-tile-container .tab-menu-title {
            font-size: 36px;
            line-height: normal;
            padding-bottom: 16px;
            margin-bottom: 16px;
        }

        .video-tile-container .tab-menu-list li {
            margin-bottom: 16px;
            padding: 8px 0;
        }

    .video-tile-container {
        padding: 32px 9px 0;
        font-size: 20px;
    }

        .video-tile-container .tab-menu-title {
            font-size: 36px;
            line-height: normal;
            padding-bottom: 24px;
            margin-bottom: 16px;
        }

        .video-tile-container .tab-menu-list {
            margin: 0 0 32px;
        }
}

@media (max-width: 991px) {
    .video-tile-container .share-options {
        margin-left: 0;
        margin-bottom: 24px;
    }

    .video-tile-container .transcript-btn,
    .pdf-btn,
    .share-btn {
        padding: 8px;
    }

    .video-tile-container .two-col-img-cards .row .video-overlay:first-child {
        margin-left: 0;
        margin-right: 0;
    }

    .video-tile-container .two-col-img-cards .row .video-overlay:last-child {
        margin-right: 0;
        margin-left: 0;
    }

    .video-tile-container .tab-menu-title {
        margin-bottom: 24px;
        margin-top: 22px;
        padding-bottom: 32px;
    }

    .video-tile-container .two-col-img-cards .img-card-block .img-overlay {
        align-items: center;
        padding: 24px 16px;
    }

    .video-tile-container .fa-play:before {
        font-size: 14px;
    }

    .video-tile-container .two-col-img-cards .card-img-content h3 {
        padding-left: 16px;
        font: normal 400 16px/118.75% "Lato-Regular";
        margin-bottom: 8px;
    }

    .video-tile-container .video-options {
        margin-top: 8px;
        margin-bottom: 24px;
    }

    .video-tile-container .two-col-img-cards .card-img-content {
        margin-right: 0;
    }

    .video-tile-container .two-col-img-cards .article-overlay {
        margin: 0;
    }

    .video-tile-container .video-duration {
        font-size: 16px;
        line-height: 24px;
        padding-left: 16px;
    }

    .video-tile-container .tab-btn {
        margin-bottom: 8px;
    }

    .video-tile-container .video-tiles {
        scrollbar-width: none;
        border: 0;
    }

    .video-tile-container .modal-content,
    .video-tile-container .modal-body iframe,
    .video-tile-container .thumbnail {
        border-radius: 16px;
    }

    .video-tile-container .modal-dialog {
        width: 80%;
    }

    .video-tile-container .play {
        width: 50px;
    }

    .video-tile-container .modal-body iframe {
        height: 50vw;
    }

    .video-tile-container .modal-header .close-icon {
        top: -40px;
        right: -25px;
    }

    .two-col-card .blue-bg.two-col-content-wrapper .card-desc p {
        font-size: 20px;
        line-height: 32px;
    }

    .two-col-card .blue-bg.two-col-content-wrapper p,
    .two-col-card .card-desc {
        margin-bottom: 16px;
    }

    .investors-day-body .two-col-card {
        padding-bottom: 0;
    }
}

@media (max-width: 599px) {
    .video-tile-container .video-links {
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
    }
}

@media (max-width: 1250px) and (min-width: 992px) {
    .video-tile-container .video-overlay .video-links {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 1440px) and (min-width: 992px) {
    .investor-day-body .video-tile-content h2,
    .investor-day-body .video-tile-container .tab-menu-title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (min-width: 992px) {
    .investor-day-body .two-col-card {
        padding-bottom: 0;
    }
}

@media (max-width: 991px) {
    .video-tile-container .fade.in {
        background: rgba(0, 0, 0, 0.8);
        height: 100%;
        top: 0 !important;
    }

    .video-tile-content h2 {
        font-size: 36px;
        line-height: 43px;
    }

    .video-tile-content p {
        font-size: 20px;
        line-height: 32px;
    }

    .video-tile-container .copySuccessMessage {
        top: 22px;
    }

    .video-tile-container .play {
        top: 58%;
    }

    .investor-day-body .two-col-card {
        padding-bottom: 0;
    }
}

@media(min-width:599px) {
    /*Footer icon alignment*/
    .kc-footer .social-list li {
        margin: 0;
        padding: 0 12px;
    }

    .kc-footer .social-list {
        width: 200px;
        justify-content: center;
    }
}
