/* Final consistency layer: exact shared footer component + Teams section backgrounds. */

html body[class] .sl-footer {
    width: 100% !important;
    margin: 0 !important;
    padding: 16px !important;
    min-height: 492px !important;
    background: #f3f2f8 !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
    font-family: "Onest", -apple-system, BlinkMacSystemFont, sans-serif !important;
}

html body[class].page-template-page-teams-whitepaper .teams-wp-section-icon .teams-inline-icon--desktop {
    display: block !important;
}

html body[class].page-template-page-teams-whitepaper .teams-wp-section-icon .teams-inline-icon--mobile {
    display: none !important;
}

@media (max-width: 768px) {
    html body[class].page-template-page-teams-whitepaper .teams-wp-section-icon .teams-inline-icon--desktop {
        display: none !important;
    }

    html body[class].page-template-page-teams-whitepaper .teams-wp-section-icon .teams-inline-icon--mobile {
        display: block !important;
    }
}

@media (min-width: 769px) {
    html body[class].page-template-page-teams-staffaug .teams-why-deliver-inner {
        overflow: hidden !important;
        border-radius: 16px !important;
        background: #f3f2f8 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-staug-map-globe-img {
        position: absolute !important;
        left: 526px !important;
        right: auto !important;
        top: calc(50% + 0.5px) !important;
        width: 678px !important;
        height: 676px !important;
        max-width: none !important;
        object-fit: contain !important;
        opacity: 1 !important;
        filter: none !important;
        transform: translateY(-50%) scaleY(-1) !important;
        transform-origin: center center !important;
        display: block !important;
    }
}

html body[class].page-template-page-product .product-spotlight-media--export .product-spotlight-quote p,
html body[class].page-template-page-product .product-spotlight-card h2 {
    letter-spacing: -1px !important;
}

html body[class] .sl-footer,
html body[class] .sl-footer * {
    box-sizing: border-box !important;
    font-family: "Onest", -apple-system, BlinkMacSystemFont, sans-serif !important;
}

html body[class] .sl-footer ul,
html body[class] .sl-footer li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

html body[class] .sl-footer-card {
    width: 100% !important;
    max-width: none !important;
    min-height: 460px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: #222222 !important;
    border-radius: 24px !important;
    overflow: hidden !important;
}

html body[class] .sl-footer-main {
    width: 100% !important;
    padding: 64px 0 0 !important;
}

html body[class] .sl-footer-inner,
html body[class] .sl-footer-bar-inner {
    width: 100% !important;
    max-width: 1240px !important;
    margin: 0 auto !important;
}

html body[class] .sl-footer-inner {
    display: grid !important;
    grid-template-columns: 340px 260px 260px 260px !important;
    gap: 40px !important;
    align-items: start !important;
    justify-content: start !important;
}

html body[class] .sl-footer-brand {
    width: 340px !important;
}

html body[class] .sl-footer-contact {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    margin: 0 0 32px !important;
}

html body[class] .sl-footer-contact-link {
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
}

html body[class] .sl-contact-email {
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 4px !important;
}

html body[class] .sl-footer-address {
    color: rgba(255, 255, 255, .7) !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
}

html body[class] .sl-footer-social {
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
    margin: 0 0 32px !important;
}

html body[class] .sl-footer-social-link {
    display: inline-flex !important;
    width: 48px !important;
    height: 48px !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(255, 255, 255, .2) !important;
    border-radius: 500px !important;
    color: #ffffff !important;
}

html body[class] .sl-footer-social-link svg {
    width: 16px !important;
    height: 16px !important;
}

html body[class] .sl-footer-badge {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
    gap: 16px !important;
    border: 0 !important;
}

html body[class] .sl-footer-soc2-icon {
    width: 56px !important;
    height: 56px !important;
    object-fit: contain !important;
    opacity: .78 !important;
    filter: grayscale(1) brightness(.82) !important;
}

html body[class] .sl-footer-soc2-text {
    display: flex !important;
    flex-direction: column !important;
    color: rgba(255, 255, 255, .7) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    letter-spacing: .24px !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

html body[class] .sl-footer-col {
    width: 260px !important;
}

html body[class] .sl-footer-col.sl-footer-brand {
    width: 340px !important;
    max-width: 340px !important;
}

html body[class] .sl-footer-col-heading {
    margin: 0 0 24px !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

html body[class] .sl-footer-links-grid {
    display: block !important;
}

html body[class] .sl-footer-links {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    opacity: .7 !important;
}

html body[class] .sl-footer-links a {
    display: block !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
}

html body[class] .sl-footer-newsletter-col {
    width: 260px !important;
    max-width: 260px !important;
}

html body[class] .sl-footer-newsletter-card {
    display: flex !important;
    width: 260px !important;
    max-width: 260px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 24px !important;
    padding: 24px !important;
    background: rgba(67, 67, 67, .5) !important;
    border-radius: 16px !important;
}

html body[class] .sl-footer-newsletter-desc {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
}

html body[class] .sl-footer .sl-footer-newsletter-btn {
    display: inline-flex !important;
    width: 100% !important;
    height: 48px !important;
    min-height: 48px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 16px 20px 16px 24px !important;
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, .2) !important;
    border-radius: 500px !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
}

html body[class] .sl-button-arrow,
html body[class] .home-button-arrow,
html body[class] .boot-arrow-icon,
html body[class] .teams-arrow-icon,
html body[class] .sl-footer-newsletter-arrow {
    display: inline-block !important;
    width: 16px !important;
    min-width: 16px !important;
    max-width: 16px !important;
    height: 16px !important;
    min-height: 16px !important;
    max-height: 16px !important;
    flex: 0 0 16px !important;
    background-color: currentColor !important;
    color: inherit !important;
    font-size: 0 !important;
    font-weight: 400 !important;
    line-height: 0 !important;
    overflow: hidden !important;
    text-indent: -999px !important;
    vertical-align: middle !important;
    -webkit-mask: url("../img/sl-button-arrow.svg") center / 16px 16px no-repeat !important;
    mask: url("../img/sl-button-arrow.svg") center / 16px 16px no-repeat !important;
}

html body[class] .sl-button-arrow svg,
html body[class] .home-button-arrow svg,
html body[class] .boot-arrow-icon svg,
html body[class] .teams-arrow-icon svg,
html body[class] .sl-footer-newsletter-arrow svg {
    display: none !important;
}

html body[class] .teams-skills-header::after,
html body[class] .teams-cta-btn::before,
html body[class] .teams-cta-btn::after,
html body[class] .teams-roles-view-all::after {
    content: none !important;
    display: none !important;
}

html body[class] .sl-footer-bar {
    width: 100% !important;
    max-width: 1240px !important;
    margin: 32px auto 0 !important;
    padding: 16px 0 0 !important;
    border-top: 1px solid rgba(255, 255, 255, .16) !important;
}

html body[class] .sl-footer-bar-inner {
    display: flex !important;
    height: 16px !important;
    min-height: 0 !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 24px !important;
    color: rgba(255, 255, 255, .7) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
}

html body[class] .sl-footer-legal {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

html body[class] .sl-footer-legal a,
html body[class] .sl-footer-divider {
    color: rgba(255, 255, 255, .7) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
}

html body[class] .sl-footer-divider {
    color: rgba(255, 255, 255, .25) !important;
}

html body[class].page-template-page-teams .teams-page-wrapper {
    background: #ffffff !important;
}

html body[class].page-template-page-teams .teams-page-wrapper :is(
    .teams-intro-section,
    .teams-models-section,
    .teams-map-section,
    .teams-clients-section
) {
    background: #ffffff !important;
}

html body[class].page-template-page-teams .teams-page-wrapper .teams-hero {
    background: #f3f2f8 !important;
}

html body[class].page-template-page-teams .teams-page-wrapper .home-blog-section.teams-blog-section {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    background: #ffffff !important;
}

html body[class].page-template-page-teams .teams-page-wrapper .home-blog-section.teams-blog-section .home-blog-inner {
    max-width: 1240px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    background: #ffffff !important;
}

html body[class].page-template-page-teams .teams-page-wrapper .teams-cta-section {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    background: #f2f1f8 !important;
}

@media (max-width: 1100px) {
    html body[class] .sl-footer-inner {
        max-width: calc(100% - 64px) !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 40px !important;
    }

    html body[class] .sl-footer-brand,
    html body[class] .sl-footer-col,
    html body[class] .sl-footer-newsletter-col,
    html body[class] .sl-footer-newsletter-card {
        width: 100% !important;
        max-width: none !important;
    }

    html body[class] .sl-footer-col.sl-footer-brand {
        width: 100% !important;
        max-width: none !important;
    }

    html body[class] .sl-footer-brand,
    html body[class] .sl-footer-newsletter-col {
        grid-column: 1 / -1 !important;
    }
}

/* Match the Teams page carousel footer component on Teams-family subpages. */
html body[class].page-template-page-teams-dedicated .teams-carousel-footer,
html body[class].page-template-page-teams-staffaug .teams-carousel-footer {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
}

html body[class].page-template-page-teams-dedicated .teams-carousel-footer .home-carousel-progress,
html body[class].page-template-page-teams-staffaug .teams-carousel-footer .home-carousel-progress {
    flex: 1 1 auto !important;
    height: 1px !important;
    background: rgba(34, 34, 34, .1) !important;
    overflow: hidden !important;
}

html body[class].page-template-page-teams-dedicated .teams-carousel-footer .home-carousel-progress span,
html body[class].page-template-page-teams-staffaug .teams-carousel-footer .home-carousel-progress span {
    display: block !important;
    position: relative !important;
    left: 0;
    width: 35%;
    height: 1px !important;
    background: #222 !important;
    transition: left .3s ease, width .3s ease !important;
}

html body[class].page-template-page-teams-dedicated .teams-carousel-footer .carousel-nav,
html body[class].page-template-page-teams-staffaug .teams-carousel-footer .carousel-nav {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

html body[class].page-template-page-teams-dedicated .teams-carousel-footer .carousel-nav-btn,
html body[class].page-template-page-teams-staffaug .teams-carousel-footer .carousel-nav-btn {
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(34, 34, 34, .1) !important;
    border-radius: 500px !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #222 !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    opacity: 1 !important;
}

html body[class].page-template-page-teams-dedicated .teams-carousel-footer .carousel-nav-btn:disabled,
html body[class].page-template-page-teams-staffaug .teams-carousel-footer .carousel-nav-btn:disabled {
    opacity: .45 !important;
    cursor: default !important;
}

html body[class].page-template-page-teams-dedicated .teams-carousel-footer .carousel-nav-btn:not(:disabled):hover,
html body[class].page-template-page-teams-staffaug .teams-carousel-footer .carousel-nav-btn:not(:disabled):hover {
    border-color: rgba(34, 34, 34, .1) !important;
    background: #fff !important;
    color: #222 !important;
}

@media (max-width: 768px) {
    html body[class].page-template-page-teams-dedicated .teams-carousel-footer,
    html body[class].page-template-page-teams-staffaug .teams-carousel-footer {
        display: none !important;
    }
}

@media (max-width: 768px) {
    html body[class] .sl-footer {
        padding: 32px 16px !important;
        min-height: 0 !important;
        background: #222222 !important;
    }

    html body[class] .sl-footer-card {
        min-height: 0 !important;
        background: #222222 !important;
        border-radius: 0 !important;
        overflow: visible !important;
    }

    html body[class] .sl-footer-main {
        padding: 0 !important;
    }

    html body[class] .sl-footer-inner {
        max-width: none !important;
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }

    html body[class] .sl-footer-brand {
        padding-bottom: 32px !important;
        border-bottom: 1px solid rgba(255, 255, 255, .16) !important;
    }

    html body[class] .sl-footer-contact {
        gap: 16px !important;
        margin-bottom: 32px !important;
    }

    html body[class] .sl-footer-social {
        margin-bottom: 32px !important;
    }

    html body[class] .sl-footer-soc2-icon {
        width: 64px !important;
        height: 64px !important;
    }

    html body[class] .sl-footer-col-heading {
        margin-bottom: 24px !important;
    }

    html body[class] .sl-footer-newsletter-card {
        padding: 24px !important;
    }

    html body[class] .sl-footer .sl-footer-newsletter-btn {
        border-color: #ffffff !important;
    }

    html body[class] .sl-footer-bar {
        max-width: none !important;
        margin-top: 32px !important;
        padding-top: 32px !important;
    }

    html body[class] .sl-footer-bar-inner {
        max-width: none !important;
        height: auto !important;
        flex-direction: column !important;
        justify-content: center !important;
        gap: 16px !important;
        text-align: center !important;
    }

    html body[class] .sl-footer-legal {
        flex-direction: column !important;
        gap: 16px !important;
    }

    html body[class] .sl-footer-divider {
        display: none !important;
    }
}

/* Dedicated Teams: final Figma alignment scoped to this template only. */
html body[class].page-template-page-teams-dedicated,
html body[class].page-template-page-teams-dedicated .teams-page-wrapper,
html body[class].page-template-page-teams-dedicated .teams-page-wrapper * {
    font-family: "Onest", "Plus Jakarta Sans", "Proxima Nova", Arial, sans-serif !important;
    letter-spacing: 0 !important;
}

html body[class].page-template-page-teams-dedicated #homeSiteHeader.home-site-header {
    top: 0 !important;
    height: 88px !important;
    min-height: 88px !important;
    background: #f3f2f8 !important;
}

html body[class].page-template-page-teams-dedicated #homeSiteHeader .home-site-header-inner {
    position: relative !important;
    top: 20px !important;
    height: 48px !important;
    min-height: 48px !important;
    max-width: none !important;
    padding: 0 100px !important;
}

html body[class].page-template-page-teams-dedicated #homeSiteHeader .home-site-logo img {
    width: 130px !important;
    height: 40px !important;
    max-height: 40px !important;
    object-fit: contain !important;
}

html body[class].page-template-page-teams-dedicated #homeSiteHeader .home-site-menu {
    position: relative !important;
    z-index: 0 !important;
    gap: 0 !important;
    height: 48px !important;
    padding: 0 40px !important;
    overflow: hidden !important;
    background: rgba(255, 255, 255, .4) !important;
}

html body[class].page-template-page-teams-dedicated #homeSiteHeader .home-site-menu::before {
    content: "" !important;
    position: absolute !important;
    z-index: -1 !important;
    inset: 0 auto 0 0 !important;
    width: 369px !important;
    border-radius: 500px !important;
    background: #fff !important;
    backdrop-filter: blur(10px) !important;
}

html body[class].page-template-page-teams-dedicated #homeSiteHeader .home-site-menu > li {
    position: relative !important;
    z-index: 1 !important;
    height: 48px !important;
    margin: 0 40px 0 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

html body[class].page-template-page-teams-dedicated #homeSiteHeader .home-site-menu > li:nth-child(4) {
    margin-right: 80px !important;
}

html body[class].page-template-page-teams-dedicated #homeSiteHeader .home-site-menu > li:last-child {
    margin-right: 0 !important;
}

html body[class].page-template-page-teams-dedicated #homeSiteHeader .home-site-menu > li > a {
    min-height: 48px !important;
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    color: #222 !important;
}

html body[class].page-template-page-teams-dedicated #homeSiteHeader .home-site-header-cta {
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 24px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

html body[class].page-template-page-teams-dedicated .teams-hero {
    overflow: hidden !important;
    border-radius: 24px !important;
}

html body[class].page-template-page-teams-dedicated .teams-hero-inner {
    width: 100% !important;
    max-width: none !important;
    height: 502px !important;
    min-height: 502px !important;
    padding: 64px 84px 80px !important;
    gap: 20px !important;
    align-items: center !important;
    box-sizing: border-box !important;
}

html body[class].page-template-page-teams-dedicated .teams-hero-content {
    width: 610px !important;
    max-width: 610px !important;
    flex: 0 0 610px !important;
    padding-bottom: 0 !important;
}

html body[class].page-template-page-teams-dedicated .teams-hero-breadcrumb {
    height: 18px !important;
    margin: 0 0 24px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    color: #fff !important;
}

html body[class].page-template-page-teams-dedicated .teams-hero-heading {
    max-width: 610px !important;
    margin: 0 0 16px !important;
    font-size: 60px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    letter-spacing: -1px !important;
}

html body[class].page-template-page-teams-dedicated .teams-hero-subtext {
    max-width: 534px !important;
    margin: 0 0 32px !important;
    padding-bottom: 0 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
}

html body[class].page-template-page-teams-dedicated .teams-hero-photos {
    width: 610px !important;
    height: 358px !important;
    flex: 0 0 610px !important;
}

html body[class].page-template-page-teams-dedicated .teams-hero-photo-grid {
    position: relative !important;
    display: block !important;
    width: 610px !important;
    height: 358px !important;
}

html body[class].page-template-page-teams-dedicated .teams-hero-photo {
    position: absolute !important;
    width: 295px !important;
    height: 296px !important;
    margin: 0 !important;
    transform: none !important;
}

html body[class].page-template-page-teams-dedicated .teams-hero-photo-a {
    left: 0 !important;
    top: 62px !important;
    border-radius: 140px 16px 16px 16px !important;
}

html body[class].page-template-page-teams-dedicated .teams-hero-photo-b {
    left: 315px !important;
    top: 0 !important;
    border-radius: 16px 16px 140px 16px !important;
}

html body[class].page-template-page-teams-dedicated .teams-hero-btn,
html body[class].page-template-page-teams-dedicated .teams-get-cta,
html body[class].page-template-page-teams-dedicated .teams-cta-btn {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
}

html body[class].page-template-page-teams-dedicated .teams-get-section {
    padding-top: 97px !important;
    padding-bottom: 100px !important;
}

html body[class].page-template-page-teams-dedicated .teams-get-inner,
html body[class].page-template-page-teams-dedicated .teams-feature-cards {
    border-radius: 16px !important;
}

html body[class].page-template-page-teams-dedicated .teams-get-cta {
    border: 1px solid #222 !important;
    background: transparent !important;
    color: #222 !important;
}

html body[class].page-template-page-teams-dedicated .teams-testimonials-section {
    padding-bottom: 112px !important;
}

html body[class].page-template-page-teams-dedicated .teams-testimonials-heading {
    margin-bottom: 40px !important;
    font-size: 40px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    letter-spacing: -1px !important;
}

html body[class].page-template-page-teams-dedicated .teams-testimonials-grid {
    gap: 20px !important;
}

html body[class].page-template-page-teams-dedicated .teams-testimonial-card {
    width: 400px !important;
    min-height: 0 !important;
    padding: 24px 40px 40px !important;
    gap: 24px !important;
    border-radius: 16px !important;
}

html body[class].page-template-page-teams-dedicated .teams-testimonial-logo-row {
    height: 80px !important;
    padding-bottom: 0 !important;
}

html body[class].page-template-page-teams-dedicated .teams-testimonial-quote {
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
}

html body[class].page-template-page-teams-dedicated .teams-testimonial-author {
    min-height: 40px !important;
    gap: 12px !important;
}

html body[class].page-template-page-teams-dedicated .teams-testimonial-photo,
html body[class].page-template-page-teams-dedicated .teams-testimonial-photo-placeholder {
    width: 40px !important;
    height: 40px !important;
}

html body[class].page-template-page-teams-dedicated .teams-testimonial-name {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
}

html body[class].page-template-page-teams-dedicated .teams-testimonial-title {
    font-size: 12px !important;
    line-height: 1.4 !important;
}

html body[class].page-template-page-teams-dedicated .teams-testimonials-section .home-carousel-footer {
    margin-top: 40px !important;
}

html body[class].page-template-page-teams-dedicated .teams-cta-section {
    height: 550px !important;
    background: #f3f2f8 !important;
}

html body[class].page-template-page-teams-dedicated .teams-cta-inner {
    height: 550px !important;
    min-height: 550px !important;
    align-items: center !important;
    grid-template-columns: 720px 619px !important;
    column-gap: 12px !important;
    justify-content: start !important;
}

html body[class].page-template-page-teams-dedicated .teams-cta-section .home-cta-mascot {
    height: 550px !important;
    background: #f3f2f8 !important;
}

html body[class].page-template-page-teams-dedicated .teams-cta-section .home-cta-mascot img,
html body[class].page-template-page-teams-dedicated .teams-cta-section .teams-cta-mascot-video,
html body[class].page-template-page-teams-dedicated .teams-cta-section .home-cta-mascot-video {
    height: 550px !important;
    object-fit: cover !important;
    object-position: center top !important;
}

html body[class].page-template-page-teams-dedicated .teams-cta-card {
    width: 619px !important;
    height: 300px !important;
    min-height: 300px !important;
    margin: 0 !important;
    padding: 48px 64px !important;
    border-radius: 16px !important;
}

html body[class].page-template-page-teams-dedicated .teams-cta-title {
    margin-bottom: 24px !important;
    font-size: 40px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    letter-spacing: -1px !important;
}

html body[class].page-template-page-teams-dedicated .teams-cta-desc {
    max-width: 491px !important;
    margin-bottom: 24px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
}

html body[class].page-template-page-teams-dedicated .teams-cta-btn {
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 20px 0 24px !important;
    border: 0 !important;
    background: #fff !important;
    color: #222 !important;
}

@media (max-width: 768px) {
    html body[class].page-template-page-teams-dedicated #homeSiteHeader.home-site-header {
        top: 0 !important;
        height: 64px !important;
        min-height: 64px !important;
        background: #fff !important;
    }

    html body[class].page-template-page-teams-dedicated #homeSiteHeader .home-site-header-inner {
        top: 0 !important;
        height: 64px !important;
        min-height: 64px !important;
        padding: 12px 16px !important;
    }

    html body[class].page-template-page-teams-dedicated #homeSiteHeader .home-site-logo img {
        width: 114px !important;
        height: 32px !important;
        max-height: 32px !important;
    }

    html body[class].page-template-page-teams-dedicated #homeSiteHeader .home-site-header-cta,
    html body[class].page-template-page-teams-dedicated #homeSiteHeader .home-site-nav {
        display: none !important;
    }

    html body[class].page-template-page-teams-dedicated #homeSiteHeader .home-site-menu-toggle {
        display: flex !important;
        width: 48px !important;
        height: 48px !important;
        margin-left: auto !important;
        border: 0 !important;
        background: transparent !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-page-wrapper {
        background: #fff !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-hero {
        width: 343px !important;
        height: 591px !important;
        min-height: 591px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        border-radius: 16px !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-hero-inner {
        width: 343px !important;
        height: 591px !important;
        min-height: 591px !important;
        padding: 24px !important;
        gap: 32px !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-hero-content {
        width: 295px !important;
        max-width: 295px !important;
        flex: 0 0 auto !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-hero-breadcrumb {
        height: auto !important;
        margin-bottom: 16px !important;
        font-size: 8px !important;
        line-height: 1.5 !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-hero-photos,
    html body[class].page-template-page-teams-dedicated .teams-hero-photo-grid {
        position: relative !important;
        width: 295px !important;
        height: 173px !important;
        flex: 0 0 auto !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-hero-photo {
        position: absolute !important;
        width: 138px !important;
        height: 151px !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-hero-photo-a {
        left: 0 !important;
        top: 22px !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-hero-photo-b {
        left: auto !important;
        right: 0 !important;
        top: 0 !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-hero-heading {
        max-width: 295px !important;
        margin-bottom: 16px !important;
        font-size: 40px !important;
        line-height: 1.2 !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-hero-subtext {
        max-width: 295px !important;
        margin-bottom: 32px !important;
        padding-bottom: 0 !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 1.4 !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-hero-btn {
        width: 295px !important;
        height: 48px !important;
        min-height: 48px !important;
        font-size: 14px !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-why-section {
        width: 100% !important;
        min-height: 1250px !important;
        margin: 0 !important;
        padding: 56px 16px !important;
        background: #fff !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-why-inner {
        width: 343px !important;
        max-width: 343px !important;
        margin: 0 auto !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-why-heading {
        font-size: 20px !important;
        line-height: 1.2 !important;
        letter-spacing: 0 !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-why-desc {
        margin-top: 16px !important;
        padding-bottom: 0 !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 1.4 !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-feature-cards {
        width: 343px !important;
        margin-top: 48px !important;
        border-radius: 16px !important;
        overflow: hidden !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-feature-card {
        min-height: 221px !important;
        padding: 32px 24px !important;
        border-radius: 0 !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-feature-card-icon {
        width: 32px !important;
        height: 32px !important;
        margin-bottom: 20px !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-feature-card-icon img,
    html body[class].page-template-page-teams-dedicated .teams-feature-card-icon svg {
        width: 32px !important;
        height: 32px !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-feature-card-title {
        margin-bottom: 8px !important;
        font-size: 18px !important;
        font-weight: 500 !important;
        line-height: 1.2 !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-feature-card-desc {
        padding-bottom: 0 !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 1.4 !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-get-section {
        width: 100% !important;
        height: 1149px !important;
        min-height: 1149px !important;
        margin: 0 !important;
        padding: 56px 16px !important;
        background-image: linear-gradient(105.5deg, #eee9fe 0.2%, #f3f2f8 76.1%, #eee9fe 98.7%) !important;
        overflow: hidden !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-get-inner {
        width: 343px !important;
        max-width: 343px !important;
        margin: 0 auto !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 40px !important;
        background: transparent !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-get-heading {
        margin-bottom: -16px !important;
        font-size: 40px !important;
        line-height: 1.2 !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-get-desc {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 1.4 !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-get-photo {
        width: 343px !important;
        height: 266px !important;
        margin: 0 !important;
        border-radius: 16px 120px 16px 16px !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-get-kicker {
        margin: 0 0 -20px !important;
        padding-bottom: 0 !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        line-height: 1.4 !important;
        color: #5c5c5c !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-get-card-grid {
        width: 343px !important;
        gap: 12px !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-get-mini-card {
        width: 343px !important;
        height: 80px !important;
        min-height: 80px !important;
        padding: 20px 24px !important;
        gap: 16px !important;
        border-radius: 16px !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-get-mini-icon {
        width: 40px !important;
        height: 40px !important;
        margin: 0 !important;
        top: auto !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-get-mini-card p {
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 1.4 !important;
        text-align: left !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-get-cta {
        width: 343px !important;
        height: 48px !important;
        min-height: 48px !important;
        margin-top: 0 !important;
        border: 1px solid #222 !important;
        background: transparent !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-testimonials-section {
        width: 100% !important;
        margin: 0 !important;
        padding: 56px 16px 68px !important;
        background: #fff !important;
        overflow: hidden !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-testimonials-inner {
        width: 343px !important;
        max-width: 343px !important;
        margin: 0 auto !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-testimonials-heading {
        margin-bottom: 24px !important;
        font-size: 32px !important;
        line-height: 1.2 !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-testimonials-grid {
        gap: 20px !important;
        padding-right: 48px !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-testimonial-card {
        flex: 0 0 295px !important;
        width: 295px !important;
        min-height: 0 !important;
        padding: 16px 24px 24px !important;
        gap: 16px !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-testimonial-logo-row {
        height: 64px !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-testimonial-quote {
        font-size: 12px !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-testimonials-section .home-carousel-footer {
        display: none !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-cta-section {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 16px 56px !important;
        background: #fff !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-cta-inner {
        width: 343px !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 auto !important;
        display: flex !important;
        flex-direction: column !important;
        overflow: hidden !important;
        border-radius: 16px !important;
        background: #fff !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-cta-section .home-cta-mascot {
        width: 343px !important;
        height: 259px !important;
        min-height: 259px !important;
        border-radius: 16px 16px 0 0 !important;
        background: #fefeff !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-cta-section .home-cta-mascot img,
    html body[class].page-template-page-teams-dedicated .teams-cta-section .teams-cta-mascot-video,
    html body[class].page-template-page-teams-dedicated .teams-cta-section .home-cta-mascot-video {
        width: 343px !important;
        height: 259px !important;
        min-height: 259px !important;
        object-fit: cover !important;
        object-position: center top !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-cta-card {
        width: 343px !important;
        min-height: 286px !important;
        padding: 32px 24px 24px !important;
        border-radius: 0 0 16px 16px !important;
        background-color: #0b7969 !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-cta-title {
        width: 295px !important;
        max-width: 295px !important;
        margin-bottom: 16px !important;
        font-size: 32px !important;
        line-height: 1.2 !important;
        color: #fff !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-cta-desc {
        width: 295px !important;
        max-width: 295px !important;
        margin-bottom: 24px !important;
        font-size: 16px !important;
        line-height: 1.4 !important;
        color: #fff !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-cta-btn {
        width: 295px !important;
        height: 48px !important;
        min-height: 48px !important;
        border-radius: 500px !important;
        justify-content: center !important;
    }

    html body[class].page-template-page-teams-dedicated.page-template-page-teams-dedicated section.teams-cta-section .teams-cta-inner {
        height: 545px !important;
        min-height: 545px !important;
    }

    html body[class].page-template-page-teams-dedicated.page-template-page-teams-dedicated section.teams-cta-section div.teams-cta-card {
        height: 286px !important;
        min-height: 286px !important;
        padding: 32px 24px 24px !important;
        border-radius: 0 0 16px 16px !important;
    }
}

@media (min-width: 1000px) {
    html body[class].page-template-page-teams-dedicated #homeSiteHeader .home-site-header-inner {
        top: 0 !important;
        height: 88px !important;
        min-height: 88px !important;
        padding: 20px 100px !important;
        align-items: center !important;
    }

    html body[class].page-template-page-teams-dedicated #homeSiteHeader .home-site-menu {
        width: auto !important;
        height: 48px !important;
        min-height: 48px !important;
        padding: 0 !important;
        border-radius: 500px !important;
        background: rgba(255, 255, 255, .4) !important;
        backdrop-filter: blur(10px) !important;
    }

    html body[class].page-template-page-teams-dedicated #homeSiteHeader .home-site-menu::before {
        display: none !important;
        content: none !important;
    }

    html body[class].page-template-page-teams-dedicated #homeSiteHeader .home-site-menu > li {
        width: auto !important;
        height: 48px !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
    }

    html body[class].page-template-page-teams-dedicated #homeSiteHeader .home-site-menu > li:nth-child(-n+4) {
        background: #fff !important;
    }

    html body[class].page-template-page-teams-dedicated #homeSiteHeader .home-site-menu > li:first-child {
        border-radius: 500px 0 0 500px !important;
    }

    html body[class].page-template-page-teams-dedicated #homeSiteHeader .home-site-menu > li:nth-child(4) {
        margin-right: 0 !important;
        border-radius: 0 500px 500px 0 !important;
    }

    html body[class].page-template-page-teams-dedicated #homeSiteHeader .home-site-menu > li:last-child {
        margin-right: 0 !important;
    }

    html body[class].page-template-page-teams-dedicated #homeSiteHeader .home-site-menu > li > a {
        min-height: 48px !important;
        padding: 0 26px !important;
    }
}

@media (max-width: 768px) {
    html body[class].page-template-page-teams-dedicated .teams-cta-section {
        padding: 46px 16px 56px !important;
        background: #f3f2f8 !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-cta-inner {
        height: auto !important;
        min-height: 0 !important;
        background: #f3f2f8 !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-cta-section .home-cta-mascot,
    html body[class].page-template-page-teams-dedicated .teams-cta-section .home-cta-mascot img,
    html body[class].page-template-page-teams-dedicated .teams-cta-section .teams-cta-mascot-video,
    html body[class].page-template-page-teams-dedicated .teams-cta-section .home-cta-mascot-video {
        height: 259px !important;
        min-height: 259px !important;
        object-fit: cover !important;
        object-position: center bottom !important;
    }

    html body[class].page-template-page-teams-dedicated.page-template-page-teams-dedicated section.teams-cta-section div.teams-cta-card {
        display: block !important;
        height: auto !important;
        min-height: 286px !important;
        padding: 32px 24px 30px !important;
        color: #242328 !important;
        background-color: #e7dffd !important;
        background-image:
            radial-gradient(circle at 86% 20%, rgba(255,255,255,.42) 0 0, rgba(255,255,255,.42) 82px, transparent 84px),
            radial-gradient(circle at 30% 88%, rgba(184, 153, 244, .32) 0 0, rgba(184, 153, 244, .32) 150px, transparent 152px),
            linear-gradient(128deg, #d7cbfb 0%, #eef4ff 58%, #f2dff2 100%) !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-cta-title,
    html body[class].page-template-page-teams-dedicated .teams-cta-desc {
        color: #242328 !important;
    }

    html body[class].page-template-page-teams-dedicated .teams-cta-btn {
        border-color: #222 !important;
        background: #222 !important;
        color: #fff !important;
    }
}

/* Staff Aug final Figma alignment. Keep admin-driven content; only normalize the shared visual components. */
html body[class].page-template-page-teams-staffaug,
html body[class].page-template-page-teams-staffaug .teams-page-wrapper,
html body[class].page-template-page-teams-staffaug .teams-page-wrapper * {
    font-family: "Onest", "Plus Jakarta Sans", "Proxima Nova", Arial, sans-serif !important;
    letter-spacing: 0 !important;
}

html body[class].page-template-page-teams-staffaug .teams-page-wrapper {
    background: #fff !important;
}

html body[class].page-template-page-teams-staffaug #homeSiteHeader.home-site-header {
    top: 0 !important;
    height: 88px !important;
    min-height: 88px !important;
    background: #f3f2f8 !important;
    border: 0 !important;
    box-shadow: none !important;
}

html body[class].page-template-page-teams-staffaug #homeSiteHeader .home-site-header-inner {
    position: relative !important;
    top: 20px !important;
    height: 48px !important;
    min-height: 48px !important;
    max-width: none !important;
    padding: 0 100px !important;
    gap: 0 !important;
    align-items: center !important;
}

html body[class].page-template-page-teams-staffaug #homeSiteHeader .home-site-logo img {
    width: 130px !important;
    height: 40px !important;
    max-height: 40px !important;
    object-fit: contain !important;
}

html body[class].page-template-page-teams-staffaug #homeSiteHeader .home-site-menu {
    position: relative !important;
    z-index: 0 !important;
    width: auto !important;
    height: 48px !important;
    min-height: 48px !important;
    gap: 0 !important;
    padding: 0 40px !important;
    overflow: hidden !important;
    border-radius: 500px !important;
    background: rgba(255, 255, 255, .4) !important;
    backdrop-filter: blur(10px) !important;
}

html body[class].page-template-page-teams-staffaug #homeSiteHeader .home-site-menu::before {
    content: "" !important;
    position: absolute !important;
    z-index: -1 !important;
    inset: 0 auto 0 0 !important;
    width: 369px !important;
    border-radius: 500px !important;
    background: #fff !important;
    backdrop-filter: blur(10px) !important;
}

html body[class].page-template-page-teams-staffaug #homeSiteHeader .home-site-menu > li {
    position: relative !important;
    z-index: 1 !important;
    width: auto !important;
    height: 48px !important;
    margin: 0 40px 0 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

html body[class].page-template-page-teams-staffaug #homeSiteHeader .home-site-menu > li:nth-child(4) {
    margin-right: 80px !important;
}

html body[class].page-template-page-teams-staffaug #homeSiteHeader .home-site-menu > li:last-child {
    margin-right: 0 !important;
}

html body[class].page-template-page-teams-staffaug #homeSiteHeader .home-site-menu > li > a {
    min-height: 48px !important;
    padding: 0 !important;
    color: #222 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
}

html body[class].page-template-page-teams-staffaug #homeSiteHeader .home-site-header-cta {
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 24px !important;
    border: 0 !important;
    border-radius: 500px !important;
    background: #222 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
}

@media (min-width: 769px) {
    html body[class].page-template-page-teams-staffaug .teams-hero {
        width: calc(100% - 32px) !important;
        height: 502px !important;
        min-height: 502px !important;
        margin: 88px 16px 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        border-radius: 24px !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-hero-inner {
        width: 100% !important;
        max-width: none !important;
        height: 502px !important;
        min-height: 502px !important;
        padding: 64px 84px 80px !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 20px !important;
        box-sizing: border-box !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-hero-content {
        flex: 0 0 610px !important;
        width: 610px !important;
        max-width: 610px !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-hero-breadcrumb {
        height: 18px !important;
        margin: 0 0 24px !important;
        color: #fff !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 1.5 !important;
        text-transform: uppercase !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-hero-heading {
        width: 610px !important;
        max-width: 610px !important;
        height: 72px !important;
        max-height: 72px !important;
        margin: 0 0 16px !important;
        overflow: hidden !important;
        color: transparent !important;
        text-shadow: none !important;
        font-size: 60px !important;
        font-weight: 500 !important;
        line-height: 1.2 !important;
        letter-spacing: -1px !important;
        user-select: none !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-hero-subtext {
        width: 534px !important;
        max-width: 534px !important;
        margin: 0 0 32px !important;
        padding: 0 !important;
        color: #fff !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 1.4 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-hero-btn {
        height: 48px !important;
        min-height: 48px !important;
        margin: 0 !important;
        padding: 0 20px 0 24px !important;
        gap: 10px !important;
        border: 0 !important;
        border-radius: 500px !important;
        background: #fff !important;
        color: #222 !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 1.4 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-hero-photos {
        flex: 0 0 610px !important;
        width: 610px !important;
        height: 358px !important;
        padding: 0 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-hero-photo-grid {
        position: relative !important;
        display: block !important;
        width: 610px !important;
        height: 358px !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-hero-photo {
        position: absolute !important;
        width: 295px !important;
        height: 296px !important;
        margin: 0 !important;
        overflow: hidden !important;
        transform: none !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-hero-photo img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-hero-photo-a {
        left: 0 !important;
        top: 62px !important;
        border-radius: 140px 16px 16px 16px !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-hero-photo-b {
        left: 315px !important;
        top: 0 !important;
        border-radius: 16px 16px 140px 16px !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-offer-section {
        width: 100% !important;
        max-width: none !important;
        height: 329px !important;
        margin: 100px 0 0 !important;
        padding: 0 !important;
        background: #fff !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-offer-inner {
        width: 1240px !important;
        max-width: 1240px !important;
        height: 329px !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-offer-heading {
        height: 48px !important;
        margin: 0 0 48px !important;
        color: #222 !important;
        font-size: 40px !important;
        font-weight: 500 !important;
        line-height: 1.2 !important;
        letter-spacing: -1px !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-offer-cards {
        width: 1240px !important;
        height: 233px !important;
        min-height: 233px !important;
        display: flex !important;
        gap: 0 !important;
        overflow: hidden !important;
        border: 1px solid #e6e6e6 !important;
        border-radius: 16px !important;
        background: #fff !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-offer-card {
        flex: 1 1 0 !important;
        width: auto !important;
        height: 231px !important;
        min-height: 231px !important;
        padding: 40px 32px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        gap: 24px !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: #fff !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-offer-card + .teams-offer-card {
        border-left: 1px solid #e6e6e6 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-offer-card-icon,
    html body[class].page-template-page-teams-staffaug .teams-offer-card-icon svg,
    html body[class].page-template-page-teams-staffaug .teams-offer-card-icon img,
    html body[class].page-template-page-teams-staffaug .teams-offer-card-icon .teams-inline-icon {
        width: 48px !important;
        height: 48px !important;
        max-width: 48px !important;
        max-height: 48px !important;
        margin: 0 !important;
        color: #24a49e !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-offer-card-title {
        margin: 0 0 12px !important;
        color: #222 !important;
        font-size: 24px !important;
        font-weight: 500 !important;
        line-height: 1.2 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-offer-card-desc {
        margin: 0 !important;
        color: #222 !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 1.4 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-why-deliver-section {
        width: 1240px !important;
        max-width: 1240px !important;
        height: 829px !important;
        min-height: 829px !important;
        margin: 100px auto 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        border-radius: 16px !important;
        background: #f3f2f8 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-why-deliver-inner {
        width: 1240px !important;
        height: 829px !important;
        min-height: 829px !important;
        padding: 68px !important;
        border-radius: 16px !important;
        background: #f3f2f8 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-why-deliver-heading {
        margin: 0 0 24px !important;
        font-size: 40px !important;
        font-weight: 500 !important;
        line-height: 1.2 !important;
        letter-spacing: -1px !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-why-deliver-desc {
        max-width: 505px !important;
        margin: 0 !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 1.4 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-roles-section {
        width: 1240px !important;
        max-width: 1240px !important;
        height: 570px !important;
        min-height: 570px !important;
        margin: 100px auto 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        background: #fff !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-roles-inner {
        width: 1240px !important;
        height: 570px !important;
        min-height: 570px !important;
        overflow: hidden !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-roles-header {
        height: 48px !important;
        margin: 0 0 40px !important;
        display: flex !important;
        align-items: flex-start !important;
        justify-content: space-between !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-roles-heading {
        margin: 0 !important;
        color: #222 !important;
        font-size: 40px !important;
        font-weight: 500 !important;
        line-height: 1.2 !important;
        letter-spacing: -1px !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-roles-view-all--desktop {
        display: inline-flex !important;
        height: 48px !important;
        min-height: 48px !important;
        padding: 0 20px 0 24px !important;
        align-items: center !important;
        justify-content: center !important;
        border: 1px solid #222 !important;
        border-radius: 500px !important;
        background: transparent !important;
        color: #222 !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 1.3 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-roles-filters {
        min-height: 33px !important;
        height: 33px !important;
        margin: 0 0 40px !important;
        display: flex !important;
        gap: 6px !important;
        align-items: flex-start !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-role-filter {
        height: 33px !important;
        min-height: 33px !important;
        padding: 0 16px !important;
        border-radius: 500px !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 1.4 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-roles-grid {
        width: 1550px !important;
        height: 321px !important;
        display: flex !important;
        gap: 20px !important;
        overflow: visible !important;
        transition: transform .3s ease !important;
        will-change: transform !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-role-card {
        flex: 0 0 294px !important;
        width: 294px !important;
        height: 321px !important;
        min-height: 321px !important;
        padding: 24px 40px 40px !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 24px !important;
        overflow: hidden !important;
        border-radius: 16px !important;
        background: #f6f7fb !important;
        box-shadow: none !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-role-photo-wrap {
        width: 100% !important;
        margin: 0 !important;
        display: flex !important;
        justify-content: center !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-role-photo,
    html body[class].page-template-page-teams-staffaug .teams-role-photo--placeholder {
        width: 86px !important;
        height: 86px !important;
        border-radius: 500px !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-role-info {
        margin: -14px 0 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1.4 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-role-name {
        color: #000 !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 1.4 !important;
        text-align: center !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-role-title {
        color: #000 !important;
        opacity: .6 !important;
        font-size: 12px !important;
        font-weight: 400 !important;
        line-height: 1.4 !important;
        text-align: center !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-role-location {
        display: none !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-role-card-details {
        margin: 0 !important;
        padding-top: 24px !important;
        border-top: 1px solid #d6d6d6 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-role-experience,
    html body[class].page-template-page-teams-staffaug .teams-role-story {
        margin: 0 !important;
        color: #222 !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 1.4 !important;
        text-align: center !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-role-story {
        margin-top: 8px !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-roles-section .teams-carousel-footer {
        margin-top: 40px !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-cta-section {
        width: 100% !important;
        height: 550px !important;
        min-height: 550px !important;
        margin: 100px 0 0 !important;
        padding: 0 !important;
        background: #f3f2f8 !important;
        overflow: hidden !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-cta-inner {
        width: 1440px !important;
        max-width: 1440px !important;
        height: 550px !important;
        min-height: 550px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        position: relative !important;
        display: block !important;
        overflow: hidden !important;
        background: transparent !important;
        border-radius: 0 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-cta-section .home-cta-mascot {
        position: absolute !important;
        left: 0 !important;
        bottom: 0 !important;
        width: 720px !important;
        height: 550px !important;
        margin: 0 !important;
        display: flex !important;
        align-items: flex-end !important;
        justify-content: center !important;
        overflow: hidden !important;
        background: #f3f2f8 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-cta-section .home-cta-mascot img,
    html body[class].page-template-page-teams-staffaug .teams-cta-section .teams-cta-mascot-video,
    html body[class].page-template-page-teams-staffaug .teams-cta-section .home-cta-mascot-video {
        position: absolute !important;
        left: 0 !important;
        bottom: -1px !important;
        width: 720px !important;
        height: 490px !important;
        min-height: 490px !important;
        display: block !important;
        object-fit: cover !important;
        object-position: center bottom !important;
        border-radius: 0 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-cta-section .teams-cta-mascot-video + img.home-cta-mascot-fallback {
        display: none !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-cta-card {
        position: absolute !important;
        left: 732px !important;
        top: 125px !important;
        width: 619px !important;
        height: 300px !important;
        min-height: 300px !important;
        margin: 0 !important;
        padding: 48px 64px !important;
        overflow: hidden !important;
        border: 0 !important;
        border-radius: 16px !important;
        text-align: left !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-cta-title {
        width: 491px !important;
        max-width: 491px !important;
        margin: 0 0 24px !important;
        color: #fff !important;
        font-size: 40px !important;
        font-weight: 500 !important;
        line-height: 1.2 !important;
        letter-spacing: -1px !important;
        white-space: nowrap !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-cta-desc {
        width: 491px !important;
        max-width: 491px !important;
        margin: 0 0 24px !important;
        color: #fff !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 1.4 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-cta-btn {
        height: 48px !important;
        min-height: 48px !important;
        padding: 0 20px 0 24px !important;
        border: 0 !important;
        border-radius: 500px !important;
        background: #fff !important;
        color: #222 !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 1.3 !important;
    }
}

@media (max-width: 768px) {
    html body[class].page-template-page-teams-staffaug #homeSiteHeader.home-site-header {
        position: relative !important;
        top: auto !important;
        height: 64px !important;
        min-height: 64px !important;
        background: #fff !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    html body[class].page-template-page-teams-staffaug #homeSiteHeader .home-site-header-inner {
        top: 0 !important;
        height: 64px !important;
        min-height: 64px !important;
        padding: 12px 16px !important;
        align-items: center !important;
    }

    html body[class].page-template-page-teams-staffaug #homeSiteHeader .home-site-logo img {
        width: 114px !important;
        height: 32px !important;
        max-height: 32px !important;
    }

    html body[class].page-template-page-teams-staffaug #homeSiteHeader .home-site-header-cta,
    html body[class].page-template-page-teams-staffaug #homeSiteHeader .home-site-nav {
        display: none !important;
    }

    html body[class].page-template-page-teams-staffaug #homeSiteHeader .home-site-menu-toggle {
        display: flex !important;
        width: 48px !important;
        height: 48px !important;
        margin-left: auto !important;
        align-items: center !important;
        justify-content: center !important;
        border: 0 !important;
        background: transparent !important;
        color: #242328 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-page-wrapper {
        background: #fff !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-hero {
        width: 343px !important;
        height: 571px !important;
        min-height: 571px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        overflow: hidden !important;
        border-radius: 16px !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-hero-inner {
        width: 343px !important;
        height: 571px !important;
        min-height: 571px !important;
        padding: 24px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: flex-start !important;
        gap: 32px !important;
        box-sizing: border-box !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-hero-photos {
        order: -1 !important;
        width: 295px !important;
        height: 173px !important;
        padding: 0 !important;
        flex: 0 0 auto !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-hero-photo-grid {
        position: relative !important;
        display: block !important;
        width: 295px !important;
        height: 173px !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-hero-photo {
        position: absolute !important;
        width: 138px !important;
        height: 151px !important;
        margin: 0 !important;
        overflow: hidden !important;
        transform: none !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-hero-photo img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-hero-photo-a {
        left: 0 !important;
        top: 22px !important;
        border-top-left-radius: 80px !important;
        border-top-right-radius: 8px !important;
        border-bottom-right-radius: 8px !important;
        border-bottom-left-radius: 8px !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-hero-photo-b {
        left: auto !important;
        right: 0 !important;
        top: 0 !important;
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px !important;
        border-bottom-right-radius: 80px !important;
        border-bottom-left-radius: 8px !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-hero-content {
        width: 295px !important;
        max-width: 295px !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        flex: 0 0 auto !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-hero-breadcrumb {
        height: auto !important;
        margin: 0 0 12px !important;
        color: #fff !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 1.5 !important;
        text-transform: uppercase !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-hero-heading {
        width: 295px !important;
        max-width: 295px !important;
        margin: 0 0 12px !important;
        color: #fff !important;
        font-size: 40px !important;
        font-weight: 500 !important;
        line-height: 1.2 !important;
        letter-spacing: -1px !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-hero-subtext {
        width: 295px !important;
        max-width: 295px !important;
        margin: 0 0 32px !important;
        padding: 0 !important;
        color: #fff !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 1.4 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-hero-btn {
        width: 295px !important;
        height: 48px !important;
        min-height: 48px !important;
        margin: 0 !important;
        padding: 0 20px 0 24px !important;
        justify-content: center !important;
        border: 0 !important;
        border-radius: 500px !important;
        background: #fff !important;
        color: #222 !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 1.4 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-offer-section {
        width: 375px !important;
        max-width: none !important;
        height: 740px !important;
        min-height: 740px !important;
        margin: 0 !important;
        padding: 56px 16px !important;
        background: #fff !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-offer-inner {
        width: 343px !important;
        height: 628px !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-offer-heading {
        width: 343px !important;
        height: 38px !important;
        margin: 0 0 32px !important;
        color: #222 !important;
        font-size: 32px !important;
        font-weight: 500 !important;
        line-height: 1.2 !important;
        letter-spacing: -1px !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-offer-cards {
        width: 343px !important;
        height: 558px !important;
        min-height: 558px !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        overflow: hidden !important;
        border: 1px solid #e6e6e6 !important;
        border-radius: 16px !important;
        background: #fff !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-offer-card {
        flex: 1 1 0 !important;
        width: 100% !important;
        min-height: 0 !important;
        height: auto !important;
        padding: 32px 24px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        gap: 20px !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: #fff !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-offer-card + .teams-offer-card {
        border-top: 1px solid #e6e6e6 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-offer-card-icon,
    html body[class].page-template-page-teams-staffaug .teams-offer-card-icon svg,
    html body[class].page-template-page-teams-staffaug .teams-offer-card-icon img,
    html body[class].page-template-page-teams-staffaug .teams-offer-card-icon .teams-inline-icon {
        width: 32px !important;
        height: 32px !important;
        max-width: 32px !important;
        max-height: 32px !important;
        margin: 0 !important;
        color: #24a49e !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-offer-card-title {
        margin: 0 0 8px !important;
        color: #222 !important;
        font-size: 18px !important;
        font-weight: 500 !important;
        line-height: 1.2 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-offer-card-desc {
        margin: 0 !important;
        color: #222 !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 1.4 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-why-deliver-section {
        width: 375px !important;
        max-width: none !important;
        min-height: 1326px !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        border-radius: 0 !important;
        background: linear-gradient(104deg, #eee9fe 0%, #f3f2f8 76%, #eee9fe 100%) !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-why-deliver-inner {
        width: 375px !important;
        min-height: 1326px !important;
        padding: 56px 16px !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 32px !important;
        border-radius: 0 !important;
        background: transparent !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-why-deliver-content {
        width: 343px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-why-deliver-heading {
        width: 343px !important;
        margin: 0 0 12px !important;
        color: #222 !important;
        font-size: 32px !important;
        font-weight: 500 !important;
        line-height: 1.2 !important;
        letter-spacing: -1px !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-why-deliver-desc {
        width: 343px !important;
        margin: 0 !important;
        color: #222 !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 1.4 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-why-deliver-image.teams-staug-map-wrap {
        position: static !important;
        width: 343px !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-staug-map {
        position: static !important;
        width: 343px !important;
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        background: transparent !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-staug-map-globe-img {
        display: none !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-staug-region-card,
    html body[class].page-template-page-teams-staffaug .teams-staug-region-card--featured,
    html body[class].page-template-page-teams-staffaug .teams-staug-region-card.is-open,
    html body[class].page-template-page-teams-staffaug .teams-staug-region-card:not(.is-open) {
        position: static !important;
        width: 343px !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 16px 16px 24px 24px !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        border: 0 !important;
        border-radius: 16px !important;
        transform: none !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-staug-region-card.is-open,
    html body[class].page-template-page-teams-staffaug .teams-staug-region-card--featured {
        gap: 16px !important;
        background: #1b8684 !important;
        color: #fff !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-staug-region-card:not(.is-open) {
        background: rgba(255, 255, 255, .86) !important;
        color: #000 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-staug-region-head {
        width: 100% !important;
        height: 24px !important;
        min-height: 24px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        background: transparent !important;
        border: 0 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-staug-region-head strong {
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 1.4 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-staug-region-toggle {
        width: 24px !important;
        height: 24px !important;
        min-width: 24px !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        color: currentColor !important;
        font-size: 18px !important;
        line-height: 24px !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-staug-region-toggle::before,
    html body[class].page-template-page-teams-staffaug .teams-staug-region-toggle::after {
        display: none !important;
        content: none !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-staug-region-avatars {
        height: 40px !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-staug-region-avatars img {
        width: 40px !important;
        height: 40px !important;
        margin-left: -4px !important;
        border-width: 3px !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-staug-region-avatars img:first-child {
        margin-left: 0 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-staug-region-card ul {
        margin: 0 !important;
        padding-left: 21px !important;
        color: inherit !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 1.4 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-staug-region-card li {
        margin: 0 !important;
        padding-left: 0 !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 1.4 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-why-points-block {
        width: 343px !important;
        margin: 0 !important;
        padding-top: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 24px !important;
        border-top: 1px solid rgba(34, 34, 34, .16) !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-why-deliver-kicker {
        margin: 24px 0 0 !important;
        padding: 0 !important;
        color: #5c5c5c !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        line-height: 1.4 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-why-points {
        width: 343px !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-why-point {
        width: 343px !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 20px 24px !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        gap: 16px !important;
        border-radius: 16px !important;
        background: #fff !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-why-point-icon,
    html body[class].page-template-page-teams-staffaug .teams-why-point-icon svg,
    html body[class].page-template-page-teams-staffaug .teams-why-point-icon img,
    html body[class].page-template-page-teams-staffaug .teams-why-point-icon .teams-inline-icon {
        width: 40px !important;
        height: 40px !important;
        max-width: 40px !important;
        max-height: 40px !important;
        flex: 0 0 40px !important;
        color: #24a49e !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-why-point-copy {
        flex: 1 1 auto !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 2px !important;
        align-items: flex-start !important;
        text-align: left !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-why-point-title {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #222 !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 1.4 !important;
        text-align: left !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-why-point-desc {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #222 !important;
        font-size: 12px !important;
        font-weight: 400 !important;
        line-height: 1.4 !important;
        text-align: left !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-staug-why-cta {
        width: 343px !important;
        height: 48px !important;
        min-height: 48px !important;
        margin: 0 !important;
        padding: 0 20px 0 24px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border: 1px solid #222 !important;
        border-radius: 500px !important;
        background: transparent !important;
        color: #222 !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 1.3 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-roles-section {
        width: 375px !important;
        max-width: none !important;
        min-height: 663px !important;
        margin: 0 !important;
        padding: 56px 16px !important;
        overflow: hidden !important;
        background: #fff !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-roles-inner {
        width: 343px !important;
        max-width: 343px !important;
        min-height: 551px !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-roles-header {
        width: 343px !important;
        min-height: 38px !important;
        margin: 0 0 24px !important;
        display: block !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-roles-heading {
        width: 343px !important;
        margin: 0 !important;
        color: #222 !important;
        font-size: 32px !important;
        font-weight: 500 !important;
        line-height: 1.2 !important;
        letter-spacing: -1px !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-roles-view-all--desktop {
        display: none !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-roles-filters {
        width: 343px !important;
        min-height: 72px !important;
        height: 72px !important;
        margin: 0 0 24px !important;
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 6px !important;
        align-items: flex-start !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-role-filter {
        height: 33px !important;
        min-height: 33px !important;
        padding: 0 16px !important;
        border-radius: 500px !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 1.4 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-roles-grid {
        width: 1550px !important;
        height: 321px !important;
        display: flex !important;
        gap: 20px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-roles-grid::-webkit-scrollbar {
        display: none !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-role-card {
        flex: 0 0 294px !important;
        width: 294px !important;
        height: 321px !important;
        min-height: 321px !important;
        padding: 24px 40px 40px !important;
        gap: 24px !important;
        scroll-snap-align: start !important;
        border-radius: 16px !important;
        background: #f6f7fb !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-roles-view-all--mobile {
        display: flex !important;
        width: 343px !important;
        height: 48px !important;
        min-height: 48px !important;
        margin-top: 24px !important;
        align-items: center !important;
        justify-content: center !important;
        border: 1px solid #d6d6d6 !important;
        border-radius: 500px !important;
        color: #222 !important;
        background: transparent !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 1.3 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-roles-section .teams-carousel-footer {
        display: none !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-cta-section {
        width: 100% !important;
        max-width: none !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 16px 56px !important;
        display: block !important;
        overflow: visible !important;
        background: #fff !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-cta-inner {
        width: 343px !important;
        max-width: 343px !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 auto !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        overflow: hidden !important;
        border-radius: 16px !important;
        background: #fff !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-cta-section .home-cta-mascot {
        width: 343px !important;
        height: 259px !important;
        min-height: 259px !important;
        margin: 0 !important;
        display: block !important;
        overflow: hidden !important;
        border-radius: 16px 16px 0 0 !important;
        background: #fefeff !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-cta-section .home-cta-mascot img,
    html body[class].page-template-page-teams-staffaug .teams-cta-section .teams-cta-mascot-video,
    html body[class].page-template-page-teams-staffaug .teams-cta-section .home-cta-mascot-video {
        width: 343px !important;
        height: 259px !important;
        min-height: 259px !important;
        display: block !important;
        object-fit: cover !important;
        object-position: center bottom !important;
        border-radius: 0 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-cta-section .teams-cta-mascot-video + img.home-cta-mascot-fallback {
        display: none !important;
    }

    html body[class].page-template-page-teams-staffaug.page-template-page-teams-staffaug section.teams-cta-section div.teams-cta-card {
        display: block !important;
        width: 343px !important;
        height: auto !important;
        min-height: 286px !important;
        margin: 0 !important;
        padding: 32px 24px 24px !important;
        overflow: hidden !important;
        border-radius: 0 0 16px 16px !important;
        background-color: #eee9fe !important;
        background-image:
            radial-gradient(circle at 88% 17%, rgba(255, 255, 255, .5) 0 0, rgba(255, 255, 255, .5) 84px, transparent 86px),
            radial-gradient(circle at 30% 96%, rgba(199, 183, 252, .42) 0 0, rgba(199, 183, 252, .42) 150px, transparent 152px),
            linear-gradient(128deg, #e2dcfd 0%, #eef4ff 56%, #f3dff2 100%) !important;
        background-size: cover !important;
        background-position: center !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-cta-title {
        width: 295px !important;
        max-width: 295px !important;
        margin: 0 0 16px !important;
        color: #222 !important;
        font-size: 32px !important;
        font-weight: 500 !important;
        line-height: 1.2 !important;
        letter-spacing: -1px !important;
        white-space: normal !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-cta-desc {
        width: 295px !important;
        max-width: 295px !important;
        margin: 0 0 24px !important;
        color: #222 !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 1.4 !important;
    }

    html body[class].page-template-page-teams-staffaug .teams-cta-btn {
        width: 295px !important;
        height: 48px !important;
        min-height: 48px !important;
        margin: 0 !important;
        padding: 0 20px 0 24px !important;
        justify-content: center !important;
        border: 0 !important;
        border-radius: 500px !important;
        background: #222 !important;
        color: #fff !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 1.3 !important;
    }
}

/* Final shared desktop pass: keep Teams, Dedicated, Staff Aug, and Whitepaper on the same Component 107 shell. */
@media (min-width: 769px) {
    html body[class]:is(.page-template-page-teams, .page-template-page-teams-dedicated, .page-template-page-teams-staffaug, .page-template-page-teams-whitepaper) #homeSiteHeader.home-site-header {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        z-index: 40 !important;
        width: 100% !important;
        height: 88px !important;
        min-height: 88px !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #f3f2f8 !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    html body[class]:is(.page-template-page-teams, .page-template-page-teams-dedicated, .page-template-page-teams-staffaug, .page-template-page-teams-whitepaper) #homeSiteHeader .home-site-header-inner {
        position: relative !important;
        top: 20px !important;
        width: 100% !important;
        max-width: none !important;
        height: 48px !important;
        min-height: 48px !important;
        margin: 0 !important;
        padding: 0 100px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 0 !important;
        box-sizing: border-box !important;
    }

    html body[class]:is(.page-template-page-teams, .page-template-page-teams-dedicated, .page-template-page-teams-staffaug, .page-template-page-teams-whitepaper) #homeSiteHeader .home-site-logo,
    html body[class]:is(.page-template-page-teams, .page-template-page-teams-dedicated, .page-template-page-teams-staffaug, .page-template-page-teams-whitepaper) #homeSiteHeader .home-site-logo img {
        width: 130px !important;
        height: 40px !important;
        max-width: none !important;
        max-height: 40px !important;
        display: block !important;
        object-fit: contain !important;
    }

    html body[class]:is(.page-template-page-teams, .page-template-page-teams-dedicated, .page-template-page-teams-staffaug, .page-template-page-teams-whitepaper) #homeSiteHeader .home-site-nav {
        flex: 0 0 735px !important;
        width: 735px !important;
        height: 48px !important;
        margin: 0 0 0 120px !important;
        padding: 0 !important;
    }

    html body[class]:is(.page-template-page-teams, .page-template-page-teams-dedicated, .page-template-page-teams-staffaug, .page-template-page-teams-whitepaper) #homeSiteHeader .home-site-menu {
        position: relative !important;
        width: 735px !important;
        height: 48px !important;
        min-height: 48px !important;
        margin: 0 !important;
        padding: 0 40px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 0 !important;
        overflow: hidden !important;
        border: 0 !important;
        border-radius: 500px !important;
        background: rgba(255, 255, 255, 0.4) !important;
        box-sizing: border-box !important;
    }

    html body[class]:is(.page-template-page-teams, .page-template-page-teams-dedicated, .page-template-page-teams-staffaug, .page-template-page-teams-whitepaper) #homeSiteHeader .home-site-menu::before {
        content: "" !important;
        position: absolute !important;
        inset: 0 auto 0 0 !important;
        width: 369px !important;
        height: 48px !important;
        display: block !important;
        z-index: 0 !important;
        border-radius: 500px !important;
        background: #fff !important;
        pointer-events: none !important;
    }

    html body[class]:is(.page-template-page-teams, .page-template-page-teams-dedicated, .page-template-page-teams-staffaug, .page-template-page-teams-whitepaper) #homeSiteHeader .home-site-menu > li {
        position: relative !important;
        z-index: 1 !important;
        height: 48px !important;
        margin: 0 40px 0 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        background: transparent !important;
        border: 0 !important;
    }

    html body[class]:is(.page-template-page-teams, .page-template-page-teams-dedicated, .page-template-page-teams-staffaug, .page-template-page-teams-whitepaper) #homeSiteHeader .home-site-menu > li:nth-child(4) {
        margin-right: 80px !important;
    }

    html body[class]:is(.page-template-page-teams, .page-template-page-teams-dedicated, .page-template-page-teams-staffaug, .page-template-page-teams-whitepaper) #homeSiteHeader .home-site-menu > li:last-child {
        margin-right: 0 !important;
    }

    html body[class]:is(.page-template-page-teams, .page-template-page-teams-dedicated, .page-template-page-teams-staffaug, .page-template-page-teams-whitepaper) #homeSiteHeader .home-site-menu > li > a,
    html body[class]:is(.page-template-page-teams, .page-template-page-teams-dedicated, .page-template-page-teams-staffaug, .page-template-page-teams-whitepaper) #homeSiteHeader .home-site-header-cta {
        font-family: "Onest", "Plus Jakarta Sans", "Proxima Nova", Arial, sans-serif !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 1.4 !important;
        letter-spacing: 0 !important;
        white-space: nowrap !important;
        text-decoration: none !important;
    }

    html body[class]:is(.page-template-page-teams, .page-template-page-teams-dedicated, .page-template-page-teams-staffaug, .page-template-page-teams-whitepaper) #homeSiteHeader .home-site-menu > li > a {
        height: 48px !important;
        padding: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        background: transparent !important;
        color: #222 !important;
    }

    html body[class]:is(.page-template-page-teams, .page-template-page-teams-dedicated, .page-template-page-teams-staffaug, .page-template-page-teams-whitepaper) #homeSiteHeader .home-site-menu > li:nth-child(-n+4),
    html body[class]:is(.page-template-page-teams, .page-template-page-teams-dedicated, .page-template-page-teams-staffaug, .page-template-page-teams-whitepaper) #homeSiteHeader .home-site-menu > li:nth-child(-n+4) > a,
    html body[class]:is(.page-template-page-teams, .page-template-page-teams-dedicated, .page-template-page-teams-staffaug, .page-template-page-teams-whitepaper) #homeSiteHeader .home-site-menu > li > a:hover {
        background: transparent !important;
    }

    html body[class].page-template-page-teams #homeSiteHeader .home-site-menu::before,
    html body[class].page-template-page-teams-dedicated #homeSiteHeader .home-site-menu::before,
    html body[class].page-template-page-teams-staffaug #homeSiteHeader .home-site-menu::before,
    html body[class].page-template-page-teams-whitepaper #homeSiteHeader .home-site-menu::before {
        display: block !important;
        z-index: 0 !important;
    }

    html body[class].page-template-page-teams #homeSiteHeader .home-site-menu > li:nth-child(-n+4),
    html body[class].page-template-page-teams-dedicated #homeSiteHeader .home-site-menu > li:nth-child(-n+4),
    html body[class].page-template-page-teams-staffaug #homeSiteHeader .home-site-menu > li:nth-child(-n+4),
    html body[class].page-template-page-teams-whitepaper #homeSiteHeader .home-site-menu > li:nth-child(-n+4) {
        background: transparent !important;
    }

    html body[class]:is(.page-template-page-teams, .page-template-page-teams-dedicated, .page-template-page-teams-staffaug, .page-template-page-teams-whitepaper) #homeSiteHeader .home-site-header-cta {
        flex: 0 0 auto !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        height: 48px !important;
        min-height: 48px !important;
        margin: 0 0 0 auto !important;
        padding: 0 20px 0 24px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        border: 0 !important;
        border-radius: 500px !important;
        background: #222 !important;
        color: #fff !important;
    }

    html body[class]:is(.page-template-page-teams, .page-template-page-teams-dedicated, .page-template-page-teams-staffaug, .page-template-page-teams-whitepaper) .teams-hero {
        position: relative !important;
        width: calc(100% - 32px) !important;
        max-width: none !important;
        height: 502px !important;
        min-height: 502px !important;
        margin: 88px 16px 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        border-radius: 24px !important;
        box-sizing: border-box !important;
    }

    html body[class]:is(.page-template-page-teams, .page-template-page-teams-dedicated, .page-template-page-teams-staffaug, .page-template-page-teams-whitepaper) .teams-hero-inner {
        position: relative !important;
        z-index: 1 !important;
        width: 100% !important;
        max-width: none !important;
        height: 502px !important;
        min-height: 502px !important;
        margin: 0 !important;
        padding: 64px 84px 80px !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        gap: 20px !important;
        box-sizing: border-box !important;
    }

    html body[class]:is(.page-template-page-teams, .page-template-page-teams-dedicated, .page-template-page-teams-staffaug, .page-template-page-teams-whitepaper) .teams-hero-content {
        flex: 0 0 610px !important;
        width: 610px !important;
        max-width: 610px !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        overflow: visible !important;
        color: #fff !important;
    }

    html body[class]:is(.page-template-page-teams, .page-template-page-teams-dedicated, .page-template-page-teams-staffaug, .page-template-page-teams-whitepaper) .teams-hero-breadcrumb {
        width: 610px !important;
        height: 18px !important;
        min-height: 18px !important;
        margin: 0 0 24px !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        gap: 4px !important;
        color: #fff !important;
        font-family: "Onest", "Plus Jakarta Sans", "Proxima Nova", Arial, sans-serif !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 1.5 !important;
        letter-spacing: 0 !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
    }

    html body[class]:is(.page-template-page-teams, .page-template-page-teams-dedicated, .page-template-page-teams-staffaug, .page-template-page-teams-whitepaper) .teams-hero-heading {
        width: 610px !important;
        min-width: 610px !important;
        max-width: 610px !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        margin: 0 0 16px !important;
        padding: 0 !important;
        display: block !important;
        overflow: visible !important;
        color: #fff !important;
        font-family: "Onest", "Plus Jakarta Sans", "Proxima Nova", Arial, sans-serif !important;
        font-size: 60px !important;
        font-weight: 500 !important;
        line-height: 1.2 !important;
        letter-spacing: -1px !important;
        text-shadow: none !important;
        white-space: normal !important;
        word-break: normal !important;
    }

    html body[class]:is(.page-template-page-teams, .page-template-page-teams-dedicated, .page-template-page-teams-staffaug, .page-template-page-teams-whitepaper) .teams-hero-subtext {
        width: 534px !important;
        max-width: 534px !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 0 32px !important;
        padding: 0 !important;
        color: #fff !important;
        font-family: "Onest", "Plus Jakarta Sans", "Proxima Nova", Arial, sans-serif !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 1.4 !important;
        letter-spacing: 0 !important;
    }

    html body[class]:is(.page-template-page-teams, .page-template-page-teams-dedicated, .page-template-page-teams-staffaug, .page-template-page-teams-whitepaper) .teams-hero-btn {
        height: 48px !important;
        min-height: 48px !important;
        margin: 0 !important;
        padding: 0 20px 0 24px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        border: 0 !important;
        border-radius: 500px !important;
        background: #fff !important;
        color: #222 !important;
        font-family: "Onest", "Plus Jakarta Sans", "Proxima Nova", Arial, sans-serif !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 1.4 !important;
        letter-spacing: 0 !important;
        text-decoration: none !important;
        white-space: nowrap !important;
    }

    html body[class]:is(.page-template-page-teams, .page-template-page-teams-dedicated, .page-template-page-teams-staffaug, .page-template-page-teams-whitepaper) .teams-hero-btn .teams-arrow-icon {
        flex: 0 0 16px !important;
        width: 16px !important;
        height: 16px !important;
    }

    html body[class]:is(.page-template-page-teams, .page-template-page-teams-dedicated, .page-template-page-teams-staffaug, .page-template-page-teams-whitepaper) .teams-hero-photos {
        flex: 0 0 610px !important;
        width: 610px !important;
        max-width: 610px !important;
        height: 358px !important;
        min-height: 358px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        position: relative !important;
        overflow: visible !important;
    }

    html body[class]:is(.page-template-page-teams, .page-template-page-teams-dedicated, .page-template-page-teams-staffaug, .page-template-page-teams-whitepaper) .teams-hero-photo-grid {
        position: relative !important;
        width: 610px !important;
        height: 358px !important;
        min-height: 358px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        overflow: visible !important;
    }

    html body[class]:is(.page-template-page-teams, .page-template-page-teams-dedicated, .page-template-page-teams-staffaug, .page-template-page-teams-whitepaper) .teams-hero-photo {
        position: absolute !important;
        width: 295px !important;
        height: 296px !important;
        min-height: 296px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        overflow: hidden !important;
        background: #000 !important;
        transform: none !important;
    }

    html body[class]:is(.page-template-page-teams, .page-template-page-teams-dedicated, .page-template-page-teams-staffaug, .page-template-page-teams-whitepaper) .teams-hero-photo-a {
        left: 0 !important;
        top: 62px !important;
        border-radius: 140px 16px 16px 16px !important;
    }

    html body[class]:is(.page-template-page-teams, .page-template-page-teams-dedicated, .page-template-page-teams-staffaug, .page-template-page-teams-whitepaper) .teams-hero-photo-b {
        left: 315px !important;
        top: 0 !important;
        border-radius: 16px 16px 140px 16px !important;
    }

    html body[class]:is(.page-template-page-teams, .page-template-page-teams-dedicated, .page-template-page-teams-staffaug, .page-template-page-teams-whitepaper) .teams-hero-photo img {
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        display: block !important;
        object-fit: cover !important;
        transform: none !important;
    }
}

@media (max-width: 640px) {
    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) #homeSiteHeader .home-site-nav,
    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) #homeSiteHeader .home-site-header-cta,
    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) .home-site-nav,
    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) .home-site-header-cta {
        display: none !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) #homeSiteHeader .home-site-menu-toggle {
        display: flex !important;
    }
}

@media (min-width: 1000px) {
    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) #homeSiteHeader.home-site-header,
    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) #homeSiteHeader.home-site-header.home-site-header--light {
        position: relative !important;
        top: 0 !important;
        left: auto !important;
        right: auto !important;
        z-index: 100 !important;
        width: 100% !important;
        height: 88px !important;
        min-height: 88px !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #f3f2f8 !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) .product-page-wrapper {
        padding-top: 0 !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) #homeSiteHeader .home-site-header-inner {
        position: relative !important;
        width: 100% !important;
        max-width: none !important;
        height: 88px !important;
        min-height: 88px !important;
        margin: 0 !important;
        padding: 20px 100px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 24px !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) #homeSiteHeader .home-site-logo {
        width: 130px !important;
        height: 40px !important;
        display: flex !important;
        align-items: center !important;
        flex: 0 0 130px !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) #homeSiteHeader .home-site-logo img {
        width: 130px !important;
        height: 40px !important;
        max-width: none !important;
        max-height: 40px !important;
        object-fit: contain !important;
        object-position: left center !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) #homeSiteHeader .home-site-nav {
        width: auto !important;
        height: 48px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 1 auto !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) #homeSiteHeader .home-site-menu {
        width: 750.938px !important;
        height: 48px !important;
        min-height: 48px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        gap: 0 !important;
        overflow: hidden !important;
        border: 0 !important;
        border-radius: 500px !important;
        background: rgba(255, 255, 255, .4) !important;
        box-shadow: none !important;
        backdrop-filter: blur(10px) !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) #homeSiteHeader .home-site-menu > li {
        height: 48px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) #homeSiteHeader .home-site-menu > li:nth-child(-n+4) {
        background: #fff !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) #homeSiteHeader .home-site-menu li a {
        height: 48px !important;
        min-height: 48px !important;
        padding: 0 26px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: #222 !important;
        font-family: "Onest", sans-serif !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 1.4 !important;
        letter-spacing: 0 !important;
        text-decoration: none !important;
        white-space: nowrap !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) #homeSiteHeader .home-site-menu > li:nth-child(n+5) a {
        color: #222 !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) #homeSiteHeader .home-site-header-cta {
        width: auto !important;
        min-width: 122px !important;
        height: 48px !important;
        min-height: 48px !important;
        margin: 0 !important;
        padding: 0 20px 0 24px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        border: 0 !important;
        border-radius: 500px !important;
        background: #222 !important;
        color: #fff !important;
        font-family: "Onest", sans-serif !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 1.4 !important;
        letter-spacing: 0 !important;
        box-shadow: none !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) .product-hero {
        width: calc(100% - 32px) !important;
        max-width: 1408px !important;
        height: 502px !important;
        min-height: 502px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        border-radius: 24px !important;
        overflow: hidden !important;
        box-shadow: none !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) .product-hero-inner {
        width: 100% !important;
        max-width: none !important;
        height: 502px !important;
        min-height: 502px !important;
        margin: 0 !important;
        padding: 64px 84px 80px !important;
        display: flex !important;
        align-items: flex-start !important;
        justify-content: space-between !important;
        gap: 20px !important;
        position: relative !important;
        z-index: 2 !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) .product-hero-copy {
        width: 610px !important;
        max-width: 610px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        flex: 0 0 610px !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) .product-breadcrumb {
        height: auto !important;
        margin: 0 0 24px !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        gap: 4px !important;
        color: rgba(255, 255, 255, .92) !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 1.5 !important;
        letter-spacing: 0 !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) .product-hero h1 {
        width: 100% !important;
        max-width: 610px !important;
        margin: 0 0 16px !important;
        padding: 0 !important;
        color: #fff !important;
        font-size: 60px !important;
        font-weight: 500 !important;
        line-height: 1.2 !important;
        letter-spacing: -1px !important;
        text-transform: none !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) .product-hero p {
        width: 534px !important;
        max-width: 534px !important;
        margin: 0 0 32px !important;
        padding: 0 !important;
        color: rgba(255, 255, 255, .92) !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 1.4 !important;
        letter-spacing: 0 !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) .product-hero .product-pill {
        width: auto !important;
        min-width: 0 !important;
        min-height: 48px !important;
        height: 48px !important;
        margin: 0 !important;
        padding: 0 20px 0 24px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        border: 0 !important;
        border-radius: 500px !important;
        background: #fff !important;
        color: #222 !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 1.4 !important;
        letter-spacing: 0 !important;
        text-decoration: none !important;
        box-shadow: none !important;
        transform: none !important;
        white-space: nowrap !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) .product-hero-photos {
        width: 610px !important;
        height: 358px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        position: relative !important;
        inset: auto !important;
        flex: 0 0 610px !important;
        pointer-events: none !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) .product-hero-photo-grid {
        width: 610px !important;
        height: 358px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        position: relative !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) .product-hero-photo {
        width: 295px !important;
        height: 296px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        position: absolute !important;
        overflow: hidden !important;
        background: #000 !important;
        box-shadow: none !important;
        transform: none !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) .product-hero-photo--a {
        left: 0 !important;
        right: auto !important;
        top: 62px !important;
        bottom: auto !important;
        border-radius: 140px 16px 16px 16px !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) .product-hero-photo--b {
        left: 315px !important;
        right: auto !important;
        top: 0 !important;
        bottom: auto !important;
        border-radius: 16px 16px 140px 16px !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) .product-hero-photo img {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
        object-fit: cover !important;
        border-radius: inherit !important;
    }
}

@media (max-width: 999px) {
    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) #homeSiteHeader.home-site-header,
    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) #homeSiteHeader.home-site-header.home-site-header--light {
        position: relative !important;
        top: 0 !important;
        left: auto !important;
        right: auto !important;
        z-index: 100 !important;
        width: 100% !important;
        height: 64px !important;
        min-height: 64px !important;
        margin: 0 !important;
        padding: 0 16px !important;
        border: 0 !important;
        background: #fff !important;
        box-shadow: none !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) #homeSiteHeader .home-site-header-inner {
        width: 100% !important;
        max-width: 343px !important;
        height: 64px !important;
        min-height: 64px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 24px !important;
        background: transparent !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) #homeSiteHeader .home-site-logo {
        width: 114px !important;
        height: 32px !important;
        display: flex !important;
        align-items: center !important;
        flex: 0 0 114px !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) #homeSiteHeader .home-site-logo img {
        width: 114px !important;
        height: 32px !important;
        max-width: none !important;
        max-height: 32px !important;
        display: block !important;
        object-fit: contain !important;
        object-position: left center !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) #homeSiteHeader .home-site-nav,
    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) #homeSiteHeader .home-site-header-cta {
        display: none !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) #homeSiteHeader .home-site-menu-toggle {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 auto !important;
        border: 0 !important;
        border-radius: 8px !important;
        background: transparent !important;
        color: #222 !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) .product-hero {
        width: calc(100% - 32px) !important;
        max-width: 343px !important;
        min-height: auto !important;
        height: auto !important;
        margin: 0 auto !important;
        padding: 0 !important;
        border-radius: 16px !important;
        overflow: hidden !important;
        box-shadow: none !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) .product-hero-inner {
        width: 100% !important;
        max-width: none !important;
        min-height: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 24px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 24px !important;
        position: relative !important;
        z-index: 2 !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) .product-hero-photos {
        order: -1 !important;
        width: 100% !important;
        height: 173px !important;
        min-height: 173px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        position: relative !important;
        flex: 0 0 173px !important;
        overflow: visible !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) .product-hero-photo-grid {
        width: 100% !important;
        height: 173px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        position: relative !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) .product-hero-photo {
        width: 138px !important;
        height: 151px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        position: absolute !important;
        overflow: hidden !important;
        background: #000 !important;
        box-shadow: none !important;
        transform: none !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) .product-hero-photo--a {
        left: 0 !important;
        right: auto !important;
        top: 22px !important;
        bottom: auto !important;
        border-radius: 80px 8px 8px 8px !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) .product-hero-photo--b {
        left: auto !important;
        right: 0 !important;
        top: 0 !important;
        bottom: auto !important;
        border-radius: 8px 8px 80px 8px !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) .product-hero-photo img {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
        object-fit: cover !important;
        border-radius: inherit !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) .product-hero-copy {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        flex: 0 0 auto !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) .product-breadcrumb {
        height: auto !important;
        margin: 0 0 12px !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        gap: 4px !important;
        color: rgba(255, 255, 255, .92) !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 1.5 !important;
        letter-spacing: 0 !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) .product-hero h1 {
        width: 100% !important;
        max-width: none !important;
        margin: 0 0 12px !important;
        padding: 0 !important;
        color: #fff !important;
        font-size: 40px !important;
        font-weight: 500 !important;
        line-height: 1.2 !important;
        letter-spacing: -1px !important;
        text-transform: none !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) .product-hero p {
        width: 100% !important;
        max-width: none !important;
        margin: 0 0 32px !important;
        padding: 0 !important;
        color: rgba(255, 255, 255, .92) !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 1.4 !important;
        letter-spacing: 0 !important;
    }

    html body[class]:is(.page-template-page-product, .page-template-page-web, .page-template-page-design, .page-template-page-mobile) .product-hero .product-pill {
        width: 100% !important;
        min-width: 0 !important;
        height: 48px !important;
        min-height: 48px !important;
        margin: 0 !important;
        padding: 0 20px 0 24px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        border: 0 !important;
        border-radius: 500px !important;
        background: #fff !important;
        color: #222 !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 1.4 !important;
        letter-spacing: 0 !important;
        text-decoration: none !important;
        box-shadow: none !important;
        transform: none !important;
        white-space: nowrap !important;
    }
}
