body.page-id-4244 .stm_titlebox,
body.page-id-4244 .stm_breadcrumbs,
body.page-id-4244 .page_title,
body.page-id-4244 .entry-header,
body.page-id-4244 .tse-global-footer {
    display: none !important;
}

body.page-id-4244 .site-content,
body.page-id-4244 .site-content > .container,
body.page-id-4244 .wpb-content-wrapper,
body.page-id-4244 .tse-about-wpb-row,
body.page-id-4244 .tse-about-wpb-row .vc_row,
body.page-id-4244 .tse-about-wpb-row .wpb_column,
body.page-id-4244 .tse-about-wpb-row .vc_column-inner,
body.page-id-4244 .tse-about-wpb-row .wpb_wrapper,
body.page-id-4244 .tse-about-wpb-row .wpb_content_element,
body.page-id-4244 .tse-about-wpb-row .wpb_raw_code {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.tse-about-page,
.tse-about-page * {
    box-sizing: border-box;
}

.tse-about-page {
    background: #f6f3f4;
    color: #1c1b1f;
    font-family: "Poppins", Arial, sans-serif;
    overflow: hidden;
}

.tse-about-page p,
.tse-about-page h1,
.tse-about-page h2,
.tse-about-page h3 {
    margin: 0;
}

.tse-about-page img {
    display: block;
    max-width: 100%;
}

.tse-about-container {
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    width: calc(100% - 40px);
    z-index: 2;
}

.tse-about-eyebrow {
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.4px;
    line-height: 20px;
    text-transform: uppercase;
}

.tse-about-gradient-title {
    background: linear-gradient(88deg, #ffffff 45%, rgba(255, 255, 255, 0.18) 110%);
    -webkit-background-clip: text;
    background-clip: text;
    color: #ffffff;
    -webkit-text-fill-color: transparent;
}

.tse-about-hero {
    align-items: flex-end;
    background: #00398d;
    color: #ffffff;
    display: flex;
    min-height: 676px;
    overflow: hidden;
    padding: 0 0 78px;
    position: relative;
    text-align: center;
}

.tse-about-hero-bg,
.tse-about-hero-bg img,
.tse-about-hero-bg::before,
.tse-about-hero-bg::after {
    inset: 0;
    position: absolute;
}

.tse-about-hero-bg img:first-child {
    height: 142%;
    object-fit: cover;
    top: -24%;
    width: 100%;
}

.tse-about-hero-bg img:nth-child(2) {
    height: 160%;
    object-fit: cover;
    top: 0;
    width: 100%;
}

.tse-about-hero-bg::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 32%);
    content: "";
    z-index: 1;
}

.tse-about-hero-bg::after {
    background: linear-gradient(180deg, rgba(0, 57, 141, 0) 0%, rgba(0, 57, 141, 0.86) 50%, #00398d 87%);
    content: "";
    top: 34%;
    z-index: 1;
}

.tse-about-hero-copy {
    margin: 0 auto;
    max-width: 1158px;
    position: relative;
    z-index: 3;
}

.tse-about-hero h1 {
    font-size: 64px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 72px;
    margin-top: 21px;
}

.tse-about-hero p:last-child {
    color: rgba(255, 255, 255, 0.86);
    font-size: 16px;
    line-height: 28px;
    margin: 22px auto 0;
    max-width: 1158px;
}

.tse-about-business {
    background: linear-gradient(180deg, #00398d 0%, #081830 100%);
    color: #ffffff;
    overflow: hidden;
    padding: 94px 0 112px;
    position: relative;
}

.tse-about-business::before {
    background: url("assets/tse/about-us/business-glow.svg") center / contain no-repeat;
    bottom: -30%;
    content: "";
    height: 56%;
    left: 12%;
    opacity: 0.56;
    position: absolute;
    transform: rotate(180deg);
    width: 64%;
}

.tse-about-section-head {
    margin: 0 auto 58px;
    max-width: 998px;
    text-align: center;
}

.tse-about-section-head h2 {
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 48px;
    margin-top: 21px;
}

.tse-about-section-head p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 28px;
    margin-top: 21px;
}

.tse-about-business-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tse-about-dark-card {
    background: rgba(246, 243, 244, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 24px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    display: flex;
    flex-direction: column;
    gap: 28px;
    min-height: 436px;
    padding: 36px;
}

.tse-about-icon-box {
    align-items: center;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    display: flex;
    flex: 0 0 auto;
    height: 54px;
    justify-content: center;
    width: 54px;
}

.tse-about-icon-box img {
    height: 36px;
    object-fit: contain;
    width: 36px;
}

.tse-about-card-copy {
    flex: 1;
}

.tse-about-card-copy h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.tse-about-card-copy p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 24px;
    margin-top: 12px;
}

.tse-about-link-btn {
    align-self: flex-start;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 24px;
    text-decoration: none !important;
}

.tse-about-light,
.tse-about-values {
    background: #f6f3f4;
}

.tse-about-light {
    padding: 80px 0;
}

.tse-about-vision-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tse-about-white-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 25px 46px -17px rgba(28, 27, 31, 0.14);
    min-height: 260px;
    padding: 40px 50px 50px;
}

.tse-about-white-card .tse-about-icon {
    height: 56px;
    margin-bottom: 27px;
    width: 56px;
}

.tse-about-white-card .label {
    color: #00398d;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.tse-about-white-card .statement {
    color: #1c1b1f;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 48px;
    margin-top: 16px;
}

.tse-about-values {
    padding: 30px 0 80px;
}

.tse-about-values .tse-about-section-head h2 {
    background: none;
    color: #1c1b1f;
    -webkit-text-fill-color: #1c1b1f;
}

.tse-about-values .tse-about-section-head p {
    color: rgba(28, 27, 31, 0.8);
    margin-left: auto;
    margin-right: auto;
    max-width: 726px;
}

.tse-about-values-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tse-about-value-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 25px 46px -17px rgba(28, 27, 31, 0.14);
    padding: 36px;
}

.tse-about-value-card .tse-about-icon-box {
    background: #f6f3f4;
}

.tse-about-value-card h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 24px;
}

.tse-about-value-card p {
    color: rgba(28, 27, 31, 0.8);
    font-size: 14px;
    line-height: 24px;
    margin-top: 12px;
}

.tse-about-sustainable {
    background: #081830;
    color: #ffffff;
    overflow: hidden;
    padding: 0px 0 104px;
    position: relative;
}

.tse-about-sustainable::after {
    background: radial-gradient(ellipse at center, rgba(0, 114, 255, 0.45), rgba(8, 24, 48, 0) 68%);
    bottom: -260px;
    content: "";
    height: 529px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 885px;
}

.tse-about-living-visual {
    background: url("assets/tse/about-us/sustainable-visual.png") center top / contain no-repeat;
    height: 620px;
    margin: 0 auto -130px;
    max-width: 100%;
    position: relative;
    width: 728px;
    z-index: 1;
}

.tse-about-living-visual > * {
    display: none !important;
}

.tse-about-sustainable .tse-about-section-head {
    margin-top: -64px;
    margin-bottom: 66px;
    position: relative;
    text-align: center;
    z-index: 3;
}

.tse-about-sustainable .tse-about-section-head h2 {
    font-size: 44px;
    line-height: 52px;
}

.tse-about-sustainable .tse-about-section-head p {
    margin-left: auto;
    margin-right: auto;
    max-width: 998px;
}

.tse-about-sustainable-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tse-about-sustainable .tse-about-dark-card {
    min-height: 0;
}

.tse-about-footer {
    background: #1c1b1f;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    min-height: 0;
    overflow: hidden;
    padding: 113px 0 72px;
    position: relative;
}


.tse-about-footer-inner {
    display: grid;
    gap: 44px;
    grid-template-columns: 174px 190px 1fr auto;
    margin-top: 0;
    padding-top: 0;
}

.tse-about-footer-logo img {
    filter: brightness(0) invert(1);
    height: 66px;
    object-fit: contain;
    width: 174px;
}

.tse-about-footer h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    margin: 0 0 8px;
}

.tse-about-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tse-about-footer li,
.tse-about-footer p,
.tse-about-footer a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    line-height: 1.55;
    text-decoration: none;
}

.tse-about-footer a:hover {
    color: #ffffff;
}

.tse-about-copyright {
    align-self: start;
    font-size: 13px !important;
    line-height: 1.55 !important;
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 1180px) {
    .tse-about-container {
        width: calc(100% - 64px);
    }

    .tse-about-business-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tse-about-dark-card {
        min-height: 360px;
    }
    .tse-about-footer .tse-about-footer-inner {
        gap: 44px;
        grid-template-columns: 174px 1fr 1fr;
    }



    .tse-about-copyright {
        grid-column: 1 / -1;
        text-align: left;
        white-space: normal;
    }
}

@media (max-width: 1024px) {
    .tse-about-hero {
        min-height: 620px;
        padding-bottom: 66px;
    }

    .tse-about-hero h1 {
        font-size: 48px;
        line-height: 56px;
    }

    .tse-about-business {
        padding: 82px 0 92px;
    }

    .tse-about-light {
        padding: 70px 0;
    }

    .tse-about-values {
        padding: 24px 0 72px;
    }

    .tse-about-vision-grid {
        grid-template-columns: 1fr;
    }

    .tse-about-values-grid,
    .tse-about-sustainable-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tse-about-white-card {
        min-height: 0;
    }

    .tse-about-living-visual {
        height: 540px;
        margin-bottom: -120px;
        width: 640px;
    }

    .tse-about-footer .tse-about-footer-inner {
        grid-template-columns: 174px 1fr 1fr;
    }


    .tse-about-copyright {
        grid-column: 1 / -1;
    }
}

@media (max-width: 820px) {
    .tse-about-container {
        width: calc(100% - 40px);
    }

    .tse-about-hero {
        min-height: 590px;
    }

    .tse-about-section-head {
        margin-bottom: 42px;
    }

    .tse-about-business-grid,
    .tse-about-values-grid,
    .tse-about-sustainable-grid {
        grid-template-columns: 1fr;
    }

    .tse-about-dark-card {
        min-height: auto;
        padding: 32px;
    }

    .tse-about-value-card {
        padding: 32px;
    }

    .tse-about-white-card {
        padding: 36px 34px 40px;
    }

    .tse-about-white-card .statement {
        font-size: 32px;
        line-height: 42px;
    }

    .tse-about-living-visual {
        height: 470px;
        margin-bottom: -110px;
        width: 560px;
    }

    .tse-about-sustainable .tse-about-section-head {
        margin-top: -44px;
        margin-bottom: 48px;
    }

    .tse-about-footer .tse-about-footer-inner {
        gap: 44px;
    }


    .tse-about-footer {
        padding: 113px 0 72px;
    }
}


@media (max-width: 760px) {
    .tse-about-footer {
        padding: 72px 0 48px;
    }

    .tse-about-footer .tse-about-footer-inner {
        gap: 28px;
        grid-template-columns: 1fr;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
        width: calc(100% - 56px);
    }



    .tse-about-copyright {
        text-align: left;
    }
}

@media (max-width: 700px) {
    .tse-about-container {
        width: calc(100% - 40px);
    }

    .tse-about-eyebrow {
        font-size: 12px;
        letter-spacing: 1.2px;
        line-height: 18px;
    }

    .tse-about-hero {
        min-height: 620px;
        padding-bottom: 72px;
    }

    .tse-about-hero-bg img:first-child {
        height: 120%;
        top: -10%;
    }

    .tse-about-hero-bg img:nth-child(2) {
        height: 124%;
        object-position: center top;
    }

    .tse-about-hero h1 {
        font-size: 42px;
        line-height: 1.14;
        margin-top: 16px;
    }

    .tse-about-hero p:last-child,
    .tse-about-section-head p {
        font-size: 15px;
        line-height: 25px;
    }

    .tse-about-section-head h2,
    .tse-about-sustainable .tse-about-section-head h2 {
        font-size: 32px;
        line-height: 38px;
        margin-top: 16px;
    }

    .tse-about-business,
    .tse-about-light,
    .tse-about-values,
    .tse-about-sustainable {
        padding-bottom: 72px;
    }

    .tse-about-business {
        padding-top: 72px;
    }

    .tse-about-light {
        padding-top: 58px;
    }

    .tse-about-values {
        padding-top: 10px;
    }

    .tse-about-dark-card,
    .tse-about-value-card {
        padding: 28px;
    }

    .tse-about-white-card {
        border-radius: 20px;
        padding: 32px 28px;
    }

    .tse-about-white-card .statement {
        font-size: 28px;
        line-height: 36px;
    }

    .tse-about-living-visual {
        height: 86vw;
        margin-bottom: -90px;
        max-height: 390px;
        min-height: 292px;
        width: 100%;
    }

    .tse-about-sustainable .tse-about-section-head {
        margin-top: -32px;
        margin-bottom: 40px;
    }


    .tse-about-footer-logo img {
        width: 174px;
    }

    .tse-about-copyright {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .tse-about-container {
        width: calc(100% - 40px);
    }

    .tse-about-hero {
        min-height: 620px;
        padding-bottom: 72px;
    }

    .tse-about-hero h1 {
        font-size: 40px;
        line-height: 1.14;
    }

    .tse-about-section-head h2,
    .tse-about-sustainable .tse-about-section-head h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .tse-about-section-head p,
    .tse-about-hero p:last-child {
        font-size: 14px;
        line-height: 24px;
    }

    .tse-about-living-visual {
        height: 92vw;
        margin-bottom: -85px;
        min-height: 280px;
    }

    .tse-about-card-copy h3,
    .tse-about-value-card h3 {
        font-size: 19px;
        line-height: 28px;
    }

    .tse-about-white-card .statement {
        font-size: 25px;
        line-height: 32px;
    }
}
