.tse-home {
    margin: 0;
    background: #ffffff;
}

.tse-homepage {
    --tse-blue: #00398d;
    --tse-orange: #e46832;
    --tse-ink: #1c1b1f;
    --tse-muted: rgba(28, 27, 31, 0.78);
    --tse-soft: #f6f3f4;
    --tse-line: rgba(28, 27, 31, 0.12);
    color: var(--tse-ink);
    font-family: "Poppins", Arial, sans-serif;
    overflow: hidden;
}

.tse-homepage *,
.tse-homepage *::before,
.tse-homepage *::after {
    box-sizing: border-box;
}

article.tse-stat a {
    color: inherit;
}

.tse-homepage a {
    color: #fff;
    text-decoration: none;
}

.tse-button {
    align-items: center;
    border-radius: 16px;
    display: inline-flex;
    font-size: 18px;
    font-weight: 600;
    gap: 8px;
    justify-content: center;
    line-height: 1.35;
    min-height: 56px;
    padding: 15px 24px 15px 28px;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
    white-space: nowrap;
}

.tse-button:hover {
    transform: translateY(-2px);
}

.tse-button-primary {
    background: var(--tse-orange);
    color: #ffffff;
}

.tse-button-light {
    background: #ffffff;
    color: inherit !important;
}

.tse-button-outline {
    border: 1px solid rgba(255, 255, 255, 0.42);
    color: #ffffff;
}

.tse-hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), var(--hero-image);
    background-position: center;
    background-size: cover;
    min-height: 906px;
    padding: 32px 80px 96px;
    position: relative;
}

.tse-hero::before,
.tse-hero::after {
    border: 80px solid rgba(255, 255, 255, 0.11);
    border-radius: 999px;
    content: "";
    filter: blur(1px);
    position: absolute;
    transform: rotate(-28deg);
}

.tse-hero::before {
    height: 760px;
    left: -360px;
    top: -145px;
    width: 1160px;
}

.tse-hero::after {
    bottom: -150px;
    height: 360px;
    left: 230px;
    width: 150px;
}

.tse-topbar {
    align-items: center;
    display: grid;
    gap: 28px;
    grid-template-columns: 116px 1fr auto;
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    z-index: 3;
}

.tse-logo,
.tse-footer-logo {
    display: inline-flex;
}

.tse-logo img {
    filter: brightness(0) invert(1);
    height: 44px;
    object-fit: contain;
    width: 116px;
}

.tse-nav {
    align-items: center;
    display: flex;
    gap: 34px;
    justify-content: center;
}

.tse-nav a {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
}

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

.tse-top-cta {
    border-radius: 10px;
    font-size: 14px;
    min-height: 36px;
    padding: 8px 16px 8px 20px;
}

.tse-nav-toggle,
.tse-nav-button {
    display: none;
}

.tse-hero-content {
    margin: 285px auto 0;
    max-width: 1280px;
    position: relative;
    z-index: 2;
}

.tse-hero-content h1 {
    background: linear-gradient(130deg, #ffffff 38%, rgba(255, 255, 255, 0.18) 108%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 64px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.125;
    margin: 0;
    max-width: 896px;
}

.tse-hero-content p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.75;
    margin: 18px 0 0;
    max-width: 896px;
}

.tse-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 44px;
}

.tse-section {
    padding: 106px 24px 48px;
}

.tse-section-heading {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 964px;
    text-align: center;
}

.tse-kicker {
    color: var(--tse-blue);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.4px;
    line-height: 20px;
    margin: 0 0 21px;
    text-transform: uppercase;
}

.tse-section-heading h2,
.tse-safety-copy h2,
.tse-footer-cta h2 {
    color: var(--tse-ink);
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.09;
    margin: 0;
}

.tse-section-heading > p:not(.tse-kicker) {
    color: var(--tse-muted);
    font-size: 16px;
    line-height: 1.75;
    margin: 21px 0 28px;
}

.tse-stats {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    margin: 84px auto 114px;
    max-width: 1282px;
    min-height: 511px;
    padding: 0 20px;
}

.tse-stat {
    background: var(--tse-soft);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: flex-start;
    overflow: hidden;
    padding: 36px;
    position: relative;
}

.tse-stat strong {
    color: var(--tse-blue);
    font-size: 52px;
    font-weight: 600;
    line-height: 1.08;
}

.tse-stat h3 {
    color: var(--tse-ink);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

.tse-stat p {
    color: var(--tse-muted);
    font-size: 14px;
    line-height: 1.72;
    margin: 0;
}

.tse-stat-featured {
    grid-row: span 2;
    justify-content: flex-end;
    padding: 40px;
}

.tse-stat-featured::before {
    background-image: url("assets/tse/stat-ellipse-figma.svg?v=1784002550");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 774px;
    left: -397px;
    pointer-events: none;
    position: absolute;
    top: -445px;
    transform: rotate(-30deg);
    width: 667px;
}

.tse-stat-featured > * {
    position: relative;
    z-index: 1;
}

.tse-stat-featured strong {
    font-size: 96px;
    line-height: 1;
}

.tse-stat-featured h3 {
    font-size: 32px;
    line-height: 1.25;
}

.tse-stat-featured a {
    align-self: flex-start;
    background: #ffffff;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 16px;
    padding: 16px 24px 16px 28px;
}

.tse-business {
    background: linear-gradient(180deg, #1c1b1f 15%, #132543 65%, #00398d 100%);
    min-height: 1157px;
    overflow: hidden;
    padding: 366px 80px 120px;
    position: relative;
}

.tse-business-map {
    background-image: url("/wp-content/uploads/2026/07/Why-Singapore-Content-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 340px;
    left: 50%;
    opacity: 0.75;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: min(906px, 80vw);
}

.tse-section-heading-dark {
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.tse-section-heading-dark .tse-kicker {
    color: rgba(255, 255, 255, 0.62);
}

.tse-section-heading-dark h2 {
    background: linear-gradient(87deg, #ffffff 61%, rgba(255, 255, 255, 0.18) 108%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.tse-business-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 104px auto 0;
    max-width: 1280px;
    position: relative;
    z-index: 1;
}

.tse-business-card {
    background: rgba(246, 243, 244, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    min-height: 436px;
    padding: 36px;
}

.tse-icon {
    background: rgba(0, 0, 0, 0.16);
    border-radius: 12px;
    height: 54px;
    margin-bottom: 28px;
    position: relative;
    width: 54px;
}

.tse-icon::before,
.tse-icon::after {
    background: #e46832;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.tse-icon-cable::before {
    border-radius: 8px;
    height: 28px;
    width: 8px;
}

.tse-icon-cable::after {
    border-radius: 8px;
    height: 8px;
    width: 28px;
}

.tse-icon-bolt::before {
    clip-path: polygon(52% 0, 18% 52%, 48% 52%, 36% 100%, 82% 40%, 54% 40%);
    height: 34px;
    width: 26px;
}

.tse-icon-check::before {
    background: transparent;
    border-bottom: 4px solid #e46832;
    border-left: 4px solid #e46832;
    height: 14px;
    transform: translate(-50%, -60%) rotate(-45deg);
    width: 26px;
}

.tse-icon-toggle::before {
    border-radius: 16px;
    height: 18px;
    width: 34px;
}

.tse-icon-toggle::after {
    background: #ffffff;
    border-radius: 50%;
    height: 12px;
    left: calc(50% + 7px);
    width: 12px;
}

.tse-business .tse-icon::before {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 36px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
}

.tse-business .tse-icon::after {
    display: none;
}

.tse-business .tse-icon-cable::before {
    background-image: url("assets/tse/icon-business-cable.svg?v=1784002050");
}

.tse-business .tse-icon-bolt::before {
    background-image: url("assets/tse/icon-business-bolt.svg?v=1784002050");
    clip-path: none;
}

.tse-business .tse-icon-check::before {
    background-image: url("assets/tse/icon-business-folder-check.svg?v=1784002050");
    border: 0;
}

.tse-business .tse-icon-toggle::before {
    background-image: url("assets/tse/icon-business-toggle-on.svg?v=1784002050");
    border-radius: 0;
}


.tse-business-card h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 12px;
    color: #fff;
}

.tse-business-card p {
    color: rgba(255, 255, 255, 0.8);
    flex: 1;
    font-size: 14px;
    line-height: 1.72;
    margin: 0;
}

.tse-business-card a {
    align-self: flex-start;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 12px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 28px;
    padding: 10px 24px;
}

.tse-safety {
    background-image: linear-gradient(180deg, rgba(7, 119, 197, 0.4) 0%, rgba(7, 119, 197, 0) 24.943%), linear-gradient(180deg, rgba(246, 243, 244, 0) 75.328%, #f6f3f4 100%), url("assets/tse/figma-safety-bg.png?v=1784001600");
    background-position: center;
    background-size: cover;
    min-height: 679px;
    padding: 136px 80px;
}

.tse-safety-copy {
    margin: 0 auto;
    max-width: 1280px;
}

.tse-safety-copy > * {
    max-width: 595px;
}

.tse-safety-copy p:not(.tse-kicker) {
    color: var(--tse-muted);
    font-size: 16px;
    line-height: 1.75;
    margin: 25px 0;
}

.tse-safety-cards {
    background: #f6f3f4;
    box-shadow: 0 0 0 100vmax #f6f3f4;
    clip-path: inset(0 -100vmax);
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 0 116px;
}

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

.tse-mini-icon {
    align-items: center;
    background: var(--tse-soft);
    border-radius: 12px;
    color: transparent;
    display: flex;
    font-size: 0;
    height: 54px;
    justify-content: center;
    margin-bottom: 24px;
    overflow: hidden;
    padding: 2px;
    width: 54px;
}

.tse-mini-icon::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 36px;
    width: 36px;
}

.tse-safety-cards article:nth-child(1) .tse-mini-icon::before {
    background-image: url("assets/tse/icon-verified-user.svg?v=1784001600");
}

.tse-safety-cards article:nth-child(2) .tse-mini-icon::before {
    background-image: url("assets/tse/icon-verified.svg?v=1784001600");
}

.tse-safety-cards article:nth-child(3) .tse-mini-icon::before {
    background-image: url("assets/tse/icon-construction.svg?v=1784001600");
}

.tse-safety-cards h3,
.tse-news-card h3 {
    color: var(--tse-ink);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 12px;
}

.tse-safety-cards p,
.tse-news-card p {
    color: var(--tse-muted);
    font-size: 14px;
    line-height: 1.72;
    margin: 0;
}

.tse-news {
    background: var(--tse-soft);
    padding: 118px 80px 122px;
    position: relative;
}

.tse-news::before {
    background: rgba(28, 27, 31, 0.12);
    content: "";
    height: 1px;
    left: 50%;
    max-width: 1280px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: calc(100% - 160px);
}

.tse-news-grid {
    display: grid;
    gap: 23px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 72px auto 0;
    max-width: 1280px;
}

.tse-news-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 260px;
}

.tse-news-card time {
    color: var(--tse-muted);
    font-size: 13px;
    font-weight: 500;
}

.tse-news-card a {
    align-items: center;
    color: var(--tse-orange);
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    gap: 4px;
    margin-top: auto;
}

.tse-footer {
    background-color: #1c1b1f;
    background-image: linear-gradient(180deg, rgba(0, 57, 141, 0.96) 8.253%, rgba(28, 27, 31, 0.98) 68.919%), url("assets/tse/figma-footer-bg.png?v=1784002900");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    overflow: hidden;
    padding: 113px 80px 72px;
    position: relative;
}

.tse-footer::before {
    background-image: url("assets/tse/figma-footer-glow.svg?v=1784002900");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 560px;
    left: 79px;
    pointer-events: none;
    position: absolute;
    top: -274px;
    width: 872px;
    z-index: 0;
}

.tse-footer > * {
    position: relative;
    z-index: 1;
}

.tse-footer-cta {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 824px;
    text-align: center;
}

.tse-footer-cta h2 {
    background: linear-gradient(87deg, #ffffff 61%, rgba(255, 255, 255, 0.18) 108%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.tse-footer-cta p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.75;
    margin: 21px 0 31px;
}

.tse-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    display: grid;
    gap: 44px;
    grid-template-columns: 174px 190px 1fr auto;
    margin: 94px auto 0;
    max-width: 1280px;
    padding-top: 49px;
}

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

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

.tse-footer-bottom a,
.tse-footer-bottom p {
    color: rgba(255, 255, 255, 0.8);
    display: block;
    font-size: 13px;
    line-height: 1.55;
    margin: 0 0 5px;
}

.tse-copyright {
    text-align: right;
}

@media (max-width: 1180px) {
    .tse-hero,
    .tse-business,
    .tse-news,
    .tse-footer {
        padding-left: 40px;
        padding-right: 40px;
    }

    .tse-topbar {
        grid-template-columns: 116px auto auto;
    }

    .tse-nav {
        background: rgba(28, 27, 31, 0.96);
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 18px;
        display: none;
        flex-direction: column;
        gap: 0;
        padding: 12px;
        position: absolute;
        right: 0;
        top: 64px;
        width: min(320px, calc(100vw - 80px));
    }

    .tse-nav a {
        border-radius: 10px;
        padding: 12px 14px;
        width: 100%;
    }

    .tse-nav-toggle {
        display: block;
        height: 1px;
        opacity: 0;
        position: absolute;
        width: 1px;
    }

    .tse-nav-button {
        align-items: center;
        border: 1px solid rgba(255, 255, 255, 0.36);
        border-radius: 10px;
        cursor: pointer;
        display: flex;
        height: 40px;
        justify-content: center;
        justify-self: end;
        width: 44px;
    }

    .tse-nav-button span,
    .tse-nav-button span::before,
    .tse-nav-button span::after {
        background: #ffffff;
        border-radius: 2px;
        content: "";
        display: block;
        height: 2px;
        position: relative;
        width: 18px;
    }

    .tse-nav-button span::before {
        position: absolute;
        top: -6px;
    }

    .tse-nav-button span::after {
        position: absolute;
        top: 6px;
    }

    .tse-nav-toggle:checked ~ .tse-nav {
        display: flex;
    }

    .tse-top-cta {
        display: none;
    }

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

    .tse-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
    }

    .tse-stat-featured {
        grid-row: auto;
    }

    .tse-safety {
        padding-left: 40px;
        padding-right: 40px;
    }

    .tse-safety-cards {
        padding-left: 40px;
        padding-right: 40px;
    }

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

    .tse-copyright {
        grid-column: 1 / -1;
        text-align: left;
    }
}

@media (max-width: 760px) {
    .tse-button {
        font-size: 15px;
        min-height: 48px;
        padding: 12px 18px;
        white-space: normal;
    }

    .tse-hero {
        min-height: 760px;
        padding: 24px 20px 72px;
    }

    .tse-topbar {
        gap: 16px;
        grid-template-columns: 116px 1fr;
    }

    .tse-nav {
        right: 0;
        width: calc(100vw - 40px);
    }

    .tse-hero-content {
        margin-top: 190px;
    }

    .tse-hero-content h1 {
        font-size: 42px;
        line-height: 1.14;
    }

    .tse-hero-content p {
        font-size: 15px;
    }

    .tse-actions {
        align-items: stretch;
        flex-direction: column;
        margin-top: 30px;
        max-width: 270px;
    }

    .tse-section {
        padding-top: 72px;
    }

    .tse-section-heading h2,
    .tse-safety-copy h2,
    .tse-footer-cta h2 {
        font-size: 32px;
        line-height: 1.18;
    }

    .tse-stats {
        grid-template-columns: 1fr;
        margin: 48px auto 72px;
        padding: 0 20px;
    }

    .tse-stat,
    .tse-stat-featured {
        padding: 28px;
    }

    .tse-stat-featured strong {
        font-size: 72px;
    }

    .tse-business {
        min-height: auto;
        padding: 245px 20px 72px;
    }

    .tse-business-map {
        height: 260px;
        top: 26px;
        width: 96vw;
    }

    .tse-business-grid,
    .tse-safety-cards,
    .tse-news-grid {
        grid-template-columns: 1fr;
    }

    .tse-business-card {
        min-height: 0;
        padding: 28px;
    }

    .tse-safety {
        background-position: 61% center;
        min-height: 620px;
        padding: 72px 20px;
    }

    .tse-safety-copy > * {
        max-width: 360px;
    }

    .tse-safety-cards {
        padding: 0 20px 72px;
    }

    .tse-safety-cards article,
    .tse-news-card {
        padding: 28px;
    }

    .tse-news {
        padding: 72px 20px;
    }

    .tse-news::before {
        width: calc(100% - 40px);
    }

    .tse-news-grid {
        margin-top: 48px;
    }

    .tse-footer {
        padding: 72px 20px 48px;
    }

    .tse-footer-bottom {
        gap: 28px;
        grid-template-columns: 1fr;
        margin-top: 64px;
    }
}

.tse-nav-menu,
.tse-nav-menu ul,
.tse-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tse-nav-menu {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: center;
}

.tse-nav-menu > li {
    position: relative;
}

.tse-nav-menu a {
    color: rgba(255, 255, 255, 0.82);
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 0;
    white-space: nowrap;
}

.tse-nav-menu > li:hover > a,
.tse-nav-menu > li:focus-within > a,
.tse-nav-menu > li.current-menu-item > a,
.tse-nav-menu > li.current-menu-parent > a,
.tse-nav-menu > li.current-page-ancestor > a {
    color: #ffffff;
}

.tse-nav-menu .sub-menu {
    background: #ffffff;
    border: 1px solid rgba(28, 27, 31, 0.08);
    border-radius: 14px;
    box-shadow: 0 24px 52px rgba(28, 27, 31, 0.18);
    left: 0;
    min-width: 250px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: calc(100% + 12px);
    transform: translateY(8px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
    visibility: hidden;
    z-index: 10;
}

.tse-nav-menu li:hover > .sub-menu,
.tse-nav-menu li:focus-within > .sub-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.tse-nav-menu .sub-menu .sub-menu {
    left: calc(100% + 10px);
    top: 0;
}

.tse-nav-menu .sub-menu a {
    border-radius: 10px;
    color: #1c1b1f;
    display: block;
    padding: 10px 12px;
    white-space: normal;
}

.tse-nav-menu .sub-menu a:hover {
    background: #f6f3f4;
    color: #00398d;
}

.tse-footer-menu li {
    margin: 0 0 5px;
}

.tse-footer-menu a {
    color: rgba(255, 255, 255, 0.8);
    display: block;
    font-size: 13px;
    line-height: 1.55;
}

@media (max-width: 1180px) {
    .tse-nav-menu {
        align-items: stretch;
        flex-direction: column;
        gap: 0;
    }

    .tse-nav-menu a {
        border-radius: 10px;
        color: rgba(255, 255, 255, 0.82);
        display: block;
        padding: 12px 14px;
        width: 100%;
    }

    .tse-nav-menu .sub-menu,
    .tse-nav-menu .sub-menu .sub-menu {
        background: rgba(255, 255, 255, 0.06);
        border: 0;
        box-shadow: none;
        left: auto;
        margin: 0 0 6px 12px;
        min-width: 0;
        opacity: 1;
        padding: 4px;
        position: static;
        top: auto;
        transform: none;
        visibility: visible;
    }

    .tse-nav-menu .sub-menu a {
        color: rgba(255, 255, 255, 0.78);
    }
}

/* Figma hero/menu asset refinements */
.tse-hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), var(--hero-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.tse-hero::before,
.tse-hero::after {
    border: 0;
    background-repeat: no-repeat;
    background-size: contain;
    filter: none;
    pointer-events: none;
    z-index: 1;
}

.tse-hero::before {
    background-image: var(--ellipse-large);
    height: 1516px;
    left: -573px;
    top: -66px;
    transform: rotate(-28.7deg);
    width: 1749px;
}

.tse-hero::after {
    background-image: var(--ellipse-small);
    bottom: auto;
    height: 421px;
    left: 199px;
    top: 679px;
    transform: rotate(60deg);
    width: 632px;
}

.tse-logo img,
.tse-footer-logo img {
    filter: none !important;
}

.tse-logo img {
    height: 44px;
    object-fit: contain;
    width: 116px;
}

.tse-nav-menu {
    gap: clamp(22px, 2.78vw, 40px);
}

.tse-button {
    border: 1px solid transparent;
    overflow: hidden;
    position: relative;
}

.tse-button-primary {
    background: #e46832;
    box-shadow: 0 14px 28px rgba(228, 104, 50, 0.22);
}

.tse-button-primary:hover {
    background: #d95f2e;
    box-shadow: 0 18px 34px rgba(228, 104, 50, 0.3);
}

.tse-button-light {
    background: #ffffff;
    color: #1c1b1f;
    box-shadow: 0 10px 28px rgba(28, 27, 31, 0.12);
}

.tse-button-light:hover {
    background: #f6f3f4;
}

.tse-button-outline {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: none;
}

.tse-button-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.65);
}

.tse-button-icon {
    display: inline-block;
    flex: 0 0 auto;
    height: 24px;
    object-fit: contain;
    transition: transform 180ms ease;
    width: 24px;
}

.tse-button:hover .tse-button-icon,
.tse-news-card a:hover .tse-button-icon,
.tse-stat-featured a:hover .tse-button-icon {
    transform: translate(2px, -2px);
}

.tse-top-cta .tse-button-icon {
    height: 20px;
    width: 20px;
}

.tse-news-card .tse-button-icon {
    filter: invert(52%) sepia(78%) saturate(756%) hue-rotate(337deg) brightness(94%) contrast(90%);
    height: 18px;
    width: 18px;
}

.tse-stat-featured .tse-button-icon {
    height: 24px;
    width: 24px;
}

@media (max-width: 1180px) {
    .tse-hero {
        background-position: center top;
        background-size: cover;
    }
}

@media (max-width: 760px) {
    .tse-hero::before,
    .tse-hero::after {
        opacity: 0.55;
        transform: scale(0.6) rotate(-24deg);
        transform-origin: left top;
    }

    .tse-button-icon {
        height: 20px;
        width: 20px;
    }
}

body.home .tse-wpb-home-row,
body.home .tse-wpb-home-row .vc_row,
body.home .tse-wpb-home-row .wpb_column,
body.home .tse-wpb-home-row .vc_column-inner,
body.home .tse-wpb-home-row .wpb_wrapper,
body.home .tse-wpb-home-row .wpb_content_element,
body.home .tse-wpb-home-row .wpb_raw_code,
body.home .tse-homepage {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

body.home .tse-footer {
    margin-bottom: 0 !important;
}

body.home #wrapper,
body.home .site-content,
body.home .site-content > .container,
body.home .wpb-content-wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

body.home .stm-footer,
body.home .pre_footer {
    display: none !important;
}

.tse-builder-home .tse-hero {
    margin-top: 0;
}

.tse-about {
    background: #ffffff;
    position: relative;
    z-index: 2;
}

@media (max-width: 760px) {
    .tse-hero-content h1 {
        font-size: 34px;
        line-height: 1.16;
    }

    .tse-section-heading h2,
    .tse-section-heading-dark h2,
    .tse-safety-copy h2,
    .tse-footer-cta h2 {
        font-size: 26px;
        line-height: 1.2;
    }

    .tse-stat-featured h3 {
        font-size: 24px;
        line-height: 1.25;
    }

    .tse-stat h3,
    .tse-business-card h3,
    .tse-safety-cards h3,
    .tse-news-card h3 {
        font-size: 18px;
        line-height: 1.35;
    }
}

@media (max-width: 420px) {
    .tse-hero-content h1 {
        font-size: 31px;
    }

    .tse-section-heading h2,
    .tse-section-heading-dark h2,
    .tse-safety-copy h2,
    .tse-footer-cta h2 {
        font-size: 24px;
    }
}

@media (max-width: 760px) {
    body.home .tse-homepage .tse-hero-content h1,
    body.home .tse-builder-home .tse-hero-content h1 {
        font-size: 30px !important;
        line-height: 1.18 !important;
        max-width: 11em;
        overflow-wrap: normal;
        word-break: normal;
    }

    body.home .tse-homepage .tse-section-heading h2,
    body.home .tse-homepage .tse-section-heading-dark h2,
    body.home .tse-homepage .tse-safety-copy h2,
    body.home .tse-homepage .tse-footer-cta h2 {
        font-size: 23px !important;
        line-height: 1.24 !important;
    }

    body.home .tse-homepage .tse-stat-featured strong {
        font-size: 54px !important;
        line-height: 1 !important;
    }

    body.home .tse-homepage .tse-stat-featured h3 {
        font-size: 21px !important;
        line-height: 1.28 !important;
    }

    body.home .tse-homepage .tse-stat h3,
    body.home .tse-homepage .tse-business-card h3,
    body.home .tse-homepage .tse-safety-cards h3,
    body.home .tse-homepage .tse-news-card h3 {
        font-size: 17px !important;
        line-height: 1.35 !important;
    }
}

@media (max-width: 420px) {
    body.home .tse-homepage .tse-hero-content h1,
    body.home .tse-builder-home .tse-hero-content h1 {
        font-size: 28px !important;
        max-width: 10.5em;
    }

    body.home .tse-homepage .tse-section-heading h2,
    body.home .tse-homepage .tse-section-heading-dark h2,
    body.home .tse-homepage .tse-safety-copy h2,
    body.home .tse-homepage .tse-footer-cta h2 {
        font-size: 22px !important;
    }
}
