/* Shared polish for legacy landing pages that still inherit older page CSS. */
body:is(
    .page-template-page-teams-dedicated,
    .page-template-page-teams-staffaug,
    .page-template-page-teams-whitepaper,
    .page-template-page-careers-figma,
    .page-template-page-legal-figma,
    .page-template-page-work-figma,
    .page-template-page-contact-figma,
    .page-template-page-blog-figma
) :is(
    h1,
    h2,
    h3,
    h4,
    p,
    a,
    button,
    li,
    span,
    label,
    input,
    textarea,
    select
) {
    font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
    letter-spacing: 0 !important;
}

@media (max-width: 760px) {
    body.page-template-page-ai .ai-hero-section {
        margin: 0 12px !important;
        border-radius: 16px !important;
        min-height: 0 !important;
    }

    body.page-template-page-ai .ai-hero-inner {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        min-height: 0 !important;
        padding: 44px 26px 28px !important;
    }

    body.page-template-page-ai .ai-hero-photos-wrap {
        position: relative !important;
        order: 1 !important;
        display: flex !important;
        flex-direction: row !important;
        gap: 12px !important;
        width: 100% !important;
        margin: 0 0 32px !important;
    }

    body.page-template-page-ai .ai-hero-photo {
        position: static !important;
        flex: 1 1 0 !important;
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        height: auto !important;
        aspect-ratio: 1 / 1 !important;
    }

    body.page-template-page-ai .ai-hero-content {
        order: 2 !important;
        width: 100% !important;
        padding: 0 !important;
    }

    body.page-template-page-ai .ai-hero-breadcrumb {
        margin: 0 0 24px !important;
    }

    body.page-template-page-ai .ai-hero-heading {
        margin: 0 0 24px !important;
        font-size: 34px !important;
        line-height: 1.15 !important;
    }

    body.page-template-page-ai .ai-hero-subtext {
        max-width: none !important;
        margin: 0 0 31px !important;
        font-size: 16px !important;
        line-height: 1.46 !important;
    }

    body.page-template-page-ai .ai-hero-cta-btn {
        width: 100% !important;
        min-height: 56px !important;
        justify-content: center !important;
    }

    body.page-template-page-ai .ai-experience-card,
    body.page-template-page-ai .ai-experience-grid .event-card {
        flex: 0 0 min(82vw, 320px) !important;
        max-width: min(82vw, 320px) !important;
    }

    body.page-template-page-ai .ai-experience-footer,
    body.page-template-page-ai .ai-carousel-footer,
    body.page-template-page-ai .ai-slider-arrows,
    body.page-template-page-ai .slider-arrows {
        display: none !important;
    }

    body.page-template-page-ai .ai-card-track,
    body.page-template-page-ai .innovations-content,
    body.page-template-page-ai .ai-experience-grid {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
    }

    body.page-template-page-ai .ai-case-card,
    body.page-template-page-ai .innovations-content > a,
    body.page-template-page-ai .ai-experience-card,
    body.page-template-page-ai .ai-experience-grid .event-card {
        scroll-snap-align: start !important;
    }

    body.page-template-page-ai .ai-cta-section {
        display: block !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 46px 16px 0 !important;
        background: #f2f1f8 !important;
        overflow: visible !important;
    }

    body.page-template-page-ai .ai-cta-inner {
        width: 100% !important;
        max-width: none !important;
        min-height: 0 !important;
        margin: 0 auto !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        align-items: stretch !important;
        background: transparent !important;
        border-radius: 0 !important;
        overflow: visible !important;
    }

    body.page-template-page-ai .home-cta-mascot {
        order: 1 !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        display: block !important;
        overflow: hidden !important;
        border-radius: 8px 8px 0 0 !important;
        background: #f2f1f8 !important;
    }

    body.page-template-page-ai .home-cta-mascot img,
    body.page-template-page-ai .home-cta-mascot-video {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        height: auto !important;
        min-height: 0 !important;
        object-fit: contain !important;
        transform: none !important;
    }

    body.page-template-page-ai .ai-cta-card {
        order: 2 !important;
        display: flex !important;
        width: 100% !important;
        max-width: none !important;
        min-height: 0 !important;
        height: auto !important;
        margin: 0 !important;
        padding: 31px 24px 32px !important;
        border-radius: 0 0 8px 8px !important;
        background-color: #0b54d0 !important;
        background-size: cover !important;
        background-position: center !important;
    }

    body.page-template-page-ai .ai-cta-title {
        margin-bottom: 14px !important;
        color: #fff !important;
        font-size: 32px !important;
        line-height: 1.08 !important;
    }

    body.page-template-page-ai .ai-cta-desc {
        color: #fff !important;
        font-size: 14px !important;
        line-height: 1.45 !important;
    }

    body.page-template-page-ai .ai-cta-btn {
        width: 100% !important;
        min-height: 50px !important;
        justify-content: center !important;
    }
}

body.page-template-page-teams .teams-skills-header::after {
    content: none !important;
    display: none !important;
}

body.page-template-page-teams .teams-skills-cta {
    min-height: 38px !important;
    padding: 0 18px !important;
    border: 1px solid rgba(255, 255, 255, .92) !important;
    border-radius: 999px !important;
    color: #fff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    width: max-content !important;
}

body.page-template-page-teams .teams-skills-cta:hover,
body.page-template-page-teams .teams-skills-cta:focus-visible {
    background: #fff !important;
    color: #087566 !important;
}

body.page-template-page-teams .teams-skills-cta .teams-arrow-icon {
    width: 16px !important;
    height: 16px !important;
}

@media (min-width: 641px) {
    body.page-template-page-teams .teams-skills-cta {
        grid-column: 2 !important;
        grid-row: 2 !important;
        justify-self: start !important;
        align-self: start !important;
    }
}

@media (max-width: 640px) {
    body.page-template-page-teams .teams-skills-cta {
        display: none !important;
    }
}

body.page-template-page-blog-figma .blg-cta .fig-cta-heading,
body.page-template-page-blog-figma .blg-cta .fig-cta-desc {
    color: #fff !important;
}

body.page-template-page-product .product-page-wrapper .product-pill--outline:hover,
body.page-template-page-product .product-page-wrapper .product-pill--outline:focus-visible {
    border-color: #222129 !important;
    background: #222129 !important;
    color: #fff !important;
}

body.page-template-page-product .product-page-wrapper .product-pill--outline:hover *,
body.page-template-page-product .product-page-wrapper .product-pill--outline:focus-visible * {
    color: #fff !important;
}

@media (min-width: 901px) {
    body:is(
        .page-template-page-web,
        .page-template-page-design,
        .page-template-page-mobile
    ) .product-feed.product-work {
        margin-bottom: 84px !important;
    }
}

@media (min-width: 901px) {
    body.page-template-page-product section.product-bottom-cta .product-cta-mascot {
        position: relative !important;
        z-index: 1 !important;
    }

    body.page-template-page-product section.product-bottom-cta .product-cta-mascot video,
    body.page-template-page-product section.product-bottom-cta .product-cta-mascot img {
        transform: none !important;
        transform-origin: left bottom !important;
    }

    body.page-template-page-product section.product-bottom-cta .product-cta-card {
        position: relative !important;
        z-index: 2 !important;
        overflow: hidden !important;
    }
}

@media (max-width: 640px) {
    body:is(
        .page-template-page-security-checklist-figma,
        .page-template-page-ambassadors-figma,
        .page-template-page-achievements-figma,
        .page-template-page-about-figma,
        .page-template-page-events-figma,
        .page-template-page-careers-figma,
        .page-template-page-legal-figma,
        .page-template-page-work-figma,
        .page-template-page-contact-figma,
        .page-template-page-blog-figma
    ) .home-site-header,
    body:is(
        .page-template-page-security-checklist-figma,
        .page-template-page-ambassadors-figma,
        .page-template-page-achievements-figma,
        .page-template-page-about-figma,
        .page-template-page-events-figma,
        .page-template-page-careers-figma,
        .page-template-page-legal-figma,
        .page-template-page-work-figma,
        .page-template-page-contact-figma,
        .page-template-page-blog-figma
    ) .home-site-header.home-site-header--light {
        position: relative !important;
        top: auto !important;
        background: #fff !important;
        box-shadow: none !important;
    }

    body:is(
        .page-template-page-security-checklist-figma,
        .page-template-page-ambassadors-figma,
        .page-template-page-achievements-figma,
        .page-template-page-about-figma,
        .page-template-page-events-figma,
        .page-template-page-careers-figma,
        .page-template-page-legal-figma,
        .page-template-page-work-figma,
        .page-template-page-contact-figma,
        .page-template-page-blog-figma
    ) .home-site-header-inner {
        width: 100% !important;
        min-height: 64px !important;
        padding: 16px 20px 10px !important;
        box-sizing: border-box !important;
    }

    body:is(
        .page-template-page-security-checklist-figma,
        .page-template-page-ambassadors-figma,
        .page-template-page-achievements-figma,
        .page-template-page-about-figma,
        .page-template-page-events-figma,
        .page-template-page-careers-figma,
        .page-template-page-legal-figma,
        .page-template-page-work-figma,
        .page-template-page-contact-figma,
        .page-template-page-blog-figma
    ) .home-site-logo img {
        width: 116px !important;
        max-height: 30px !important;
        object-fit: contain !important;
    }

    body:is(
        .page-template-page-security-checklist-figma,
        .page-template-page-ambassadors-figma,
        .page-template-page-achievements-figma,
        .page-template-page-about-figma,
        .page-template-page-events-figma,
        .page-template-page-careers-figma,
        .page-template-page-legal-figma,
        .page-template-page-work-figma,
        .page-template-page-contact-figma,
        .page-template-page-blog-figma
    ) .home-site-nav,
    body:is(
        .page-template-page-security-checklist-figma,
        .page-template-page-ambassadors-figma,
        .page-template-page-achievements-figma,
        .page-template-page-about-figma,
        .page-template-page-events-figma,
        .page-template-page-careers-figma,
        .page-template-page-legal-figma,
        .page-template-page-work-figma,
        .page-template-page-contact-figma,
        .page-template-page-blog-figma
    ) .home-site-header-cta {
        display: none !important;
    }

    body:is(
        .page-template-page-security-checklist-figma,
        .page-template-page-ambassadors-figma,
        .page-template-page-achievements-figma,
        .page-template-page-about-figma,
        .page-template-page-events-figma,
        .page-template-page-careers-figma,
        .page-template-page-legal-figma,
        .page-template-page-work-figma,
        .page-template-page-contact-figma,
        .page-template-page-blog-figma
    ) .home-site-menu-toggle {
        display: flex !important;
        width: 32px !important;
        height: 32px !important;
        margin-left: auto !important;
        border: 0 !important;
        background: transparent !important;
        color: #242328 !important;
    }

    body:is(
        .page-template-page-teams,
        .page-template-page-teams-dedicated,
        .page-template-page-teams-staffaug,
        .page-template-page-teams-whitepaper
    ) section.teams-cta-section {
        display: block !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 46px 16px 0 !important;
        background: #f2f1f8 !important;
        overflow: visible !important;
    }

    body:is(
        .page-template-page-teams,
        .page-template-page-teams-dedicated,
        .page-template-page-teams-staffaug,
        .page-template-page-teams-whitepaper
    ) section.teams-cta-section .teams-cta-inner {
        width: 100% !important;
        max-width: none !important;
        min-height: 0 !important;
        margin: 0 auto !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        align-items: stretch !important;
        background: transparent !important;
        border-radius: 0 !important;
        overflow: visible !important;
    }

    body:is(
        .page-template-page-teams,
        .page-template-page-teams-dedicated,
        .page-template-page-teams-staffaug,
        .page-template-page-teams-whitepaper
    ) section.teams-cta-section .home-cta-mascot {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        display: block !important;
        overflow: hidden !important;
        border-radius: 8px 8px 0 0 !important;
        background: #f2f1f8 !important;
    }

    body:is(
        .page-template-page-teams,
        .page-template-page-teams-dedicated,
        .page-template-page-teams-staffaug,
        .page-template-page-teams-whitepaper
    ) section.teams-cta-section .home-cta-mascot img,
    body:is(
        .page-template-page-teams,
        .page-template-page-teams-dedicated,
        .page-template-page-teams-staffaug,
        .page-template-page-teams-whitepaper
    ) section.teams-cta-section .teams-cta-mascot-video,
    body:is(
        .page-template-page-teams,
        .page-template-page-teams-dedicated,
        .page-template-page-teams-staffaug,
        .page-template-page-teams-whitepaper
    ) section.teams-cta-section .home-cta-mascot-video {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        display: block !important;
        object-fit: contain !important;
        object-position: center bottom !important;
        border-radius: 0 !important;
    }

    body:is(
        .page-template-page-teams,
        .page-template-page-teams-dedicated,
        .page-template-page-teams-staffaug,
        .page-template-page-teams-whitepaper
    ) section.teams-cta-section div.teams-cta-card {
        width: 100% !important;
        max-width: none !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 28px 24px 30px !important;
        display: block !important;
        border-radius: 0 0 8px 8px !important;
        color: #fff !important;
        text-align: left !important;
    }

    body:is(
        .page-template-page-teams,
        .page-template-page-teams-dedicated,
        .page-template-page-teams-staffaug,
        .page-template-page-teams-whitepaper
    ) .teams-cta-title {
        margin: 0 0 16px !important;
        color: #fff !important;
        font-size: 30px !important;
        line-height: 1.16 !important;
        text-align: left !important;
    }

    body:is(
        .page-template-page-teams,
        .page-template-page-teams-dedicated,
        .page-template-page-teams-staffaug,
        .page-template-page-teams-whitepaper
    ) .teams-cta-desc {
        max-width: 100% !important;
        margin: 0 0 26px !important;
        color: #fff !important;
        font-size: 15px !important;
        line-height: 1.4 !important;
        text-align: left !important;
    }

    body:is(
        .page-template-page-teams,
        .page-template-page-teams-dedicated,
        .page-template-page-teams-staffaug,
        .page-template-page-teams-whitepaper
    ) .teams-cta-btn {
        width: 100% !important;
        min-height: 48px !important;
        padding: 0 18px !important;
        justify-content: center !important;
        border: 0 !important;
        background: #fff !important;
        color: #242328 !important;
        font-size: 13px !important;
    }

    body.page-template-page-product section.product-bottom-cta {
        display: block !important;
        max-width: none !important;
        margin: 56px 0 0 !important;
        padding: 0 16px 56px !important;
        background: #fff !important;
        overflow: visible !important;
    }

    body.page-template-page-product section.product-bottom-cta .product-cta-inner {
        width: 100% !important;
        max-width: none !important;
        min-height: 0 !important;
        margin: 0 auto !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        align-items: stretch !important;
        background: transparent !important;
        border-radius: 0 !important;
        overflow: visible !important;
    }

    body.page-template-page-product section.product-bottom-cta .product-cta-mascot {
        width: 100% !important;
        height: 259px !important;
        min-height: 259px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        background: #fefeff !important;
        overflow: hidden !important;
    }

    body.page-template-page-product section.product-bottom-cta .product-cta-mascot video,
    body.page-template-page-product section.product-bottom-cta .product-cta-mascot img {
        width: 100% !important;
        height: 259px !important;
        min-height: 259px !important;
        max-height: none !important;
        display: block !important;
        object-fit: contain !important;
        object-position: center bottom !important;
        transform: none !important;
    }

    body.page-template-page-product section.product-bottom-cta div.product-cta-card {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 32px 24px 24px !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: #222 !important;
        text-align: left !important;
    }

    body.page-template-page-product section.product-bottom-cta .product-cta-card h2 {
        margin: 0 0 16px !important;
        color: #222 !important;
        font-size: 32px !important;
        line-height: 1.2 !important;
        letter-spacing: -1px !important;
        text-align: left !important;
        white-space: normal !important;
    }

    body.page-template-page-product section.product-bottom-cta .product-cta-card p {
        margin: 0 0 24px !important;
        color: #222 !important;
        font-size: 16px !important;
        line-height: 1.4 !important;
        font-weight: 400 !important;
        text-align: left !important;
    }

    body.page-template-page-product section.product-bottom-cta .product-cta-card .product-pill {
        width: 100% !important;
        min-height: 48px !important;
        justify-content: center !important;
        border: 0 !important;
        background: #222 !important;
        color: #fff !important;
        font-size: 14px !important;
    }
}

@media (min-width: 1101px) {
    body.page-template-page-contact-figma .cnt-page-wrapper {
        background: #f5f4fb !important;
    }

    body.page-template-page-contact-figma .cnt-hero {
        min-height: 844px !important;
        overflow: hidden !important;
    }

    body.page-template-page-contact-figma .cnt-hero-form-card {
        height: auto !important;
        min-height: 708px !important;
        overflow: visible !important;
    }

    body.page-template-page-contact-figma .cnt-form-shortcode,
    body.page-template-page-contact-figma .cnt-form-shortcode .gform_wrapper,
    body.page-template-page-contact-figma .cnt-form-shortcode form,
    body.page-template-page-contact-figma .cnt-form-shortcode .gform_body {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        overflow: visible !important;
    }

    body.page-template-page-contact-figma .cnt-form-shortcode .gform_fields {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        column-gap: 62px !important;
        row-gap: 34px !important;
        list-style: none !important;
    }

    body.page-template-page-contact-figma .cnt-form-shortcode .gfield {
        width: auto !important;
        max-width: none !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
        clear: none !important;
        list-style: none !important;
    }

    body.page-template-page-contact-figma .cnt-form-shortcode .gform_validation_container,
    body.page-template-page-contact-figma .cnt-form-shortcode #field_2_17,
    body.page-template-page-contact-figma .cnt-form-shortcode #field_2_12,
    body.page-template-page-contact-figma .cnt-form-shortcode #field_2_13,
    body.page-template-page-contact-figma .cnt-form-shortcode #field_2_14,
    body.page-template-page-contact-figma .cnt-form-shortcode #field_2_15,
    body.page-template-page-contact-figma .cnt-form-shortcode #field_2_18 {
        display: none !important;
    }

    body.page-template-page-contact-figma .cnt-form-shortcode #field_2_11 {
        order: 1 !important;
        grid-column: 1 / -1 !important;
    }

    body.page-template-page-contact-figma .cnt-form-shortcode #field_2_3 {
        order: 2 !important;
        grid-column: 1 !important;
    }

    body.page-template-page-contact-figma .cnt-form-shortcode #field_2_10 {
        order: 3 !important;
        grid-column: 2 !important;
    }

    body.page-template-page-contact-figma .cnt-form-shortcode #field_2_4 {
        order: 4 !important;
        grid-column: 1 / -1 !important;
    }

    body.page-template-page-contact-figma .cnt-form-shortcode #field_2_9 {
        order: 5 !important;
        grid-column: 1 !important;
    }

    body.page-template-page-contact-figma .cnt-form-shortcode #field_2_6 {
        order: 6 !important;
        grid-column: 2 !important;
    }

    body.page-template-page-contact-figma .cnt-form-shortcode #field_2_8 {
        order: 7 !important;
        grid-column: 1 / -1 !important;
    }

    body.page-template-page-contact-figma .cnt-form-shortcode .gfield_label {
        display: block !important;
        margin: 0 0 14px !important;
        padding: 0 !important;
        color: #595959 !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 1.35 !important;
        text-transform: none !important;
    }

    body.page-template-page-contact-figma .cnt-form-shortcode .gfield_required {
        display: inline !important;
        margin-left: 2px !important;
        color: #ef553c !important;
        font-size: inherit !important;
    }

    body.page-template-page-contact-figma .cnt-form-shortcode #field_2_11 .gfield_label {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        clip: rect(0 0 0 0) !important;
        white-space: nowrap !important;
    }

    body.page-template-page-contact-figma .cnt-form-shortcode .ginput_container {
        margin: 0 !important;
        padding: 0 !important;
    }

    body.page-template-page-contact-figma .cnt-form-shortcode #field_2_11 .ginput_container_select {
        position: relative !important;
        height: 36px !important;
        border: 0 !important;
        border-bottom: 1px solid #d8d8d8 !important;
    }

    body.page-template-page-contact-figma .cnt-form-shortcode #field_2_11 .ginput_container_select::before {
        content: "What are you looking for?";
        position: absolute;
        left: 0;
        top: 0;
        color: #595959;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.35;
        pointer-events: none;
    }

    body.page-template-page-contact-figma .cnt-form-shortcode #field_2_11 .ginput_container_select::after {
        content: "";
        position: absolute;
        top: 5px;
        right: 2px;
        width: 7px;
        height: 7px;
        border-right: 1.5px solid #252525;
        border-bottom: 1.5px solid #252525;
        transform: rotate(45deg);
        pointer-events: none;
    }

    body.page-template-page-contact-figma .cnt-form-shortcode input:not([type="hidden"]):not([type="submit"]),
    body.page-template-page-contact-figma .cnt-form-shortcode select,
    body.page-template-page-contact-figma .cnt-form-shortcode textarea {
        width: 100% !important;
        min-height: 36px !important;
        margin: 0 !important;
        padding: 0 0 12px !important;
        border: 0 !important;
        border-bottom: 1px solid #d8d8d8 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        color: #25252e !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 1.35 !important;
        text-transform: none !important;
    }

    body.page-template-page-contact-figma .cnt-form-shortcode #field_2_11 select {
        position: absolute !important;
        inset: 0 !important;
        height: 36px !important;
        min-height: 36px !important;
        padding: 0 !important;
        opacity: 0 !important;
        cursor: pointer !important;
    }

    body.page-template-page-contact-figma .cnt-form-shortcode #field_2_11 .fancy-select-wrap,
    body.page-template-page-contact-figma .cnt-form-shortcode #field_2_11 .select2-container,
    body.page-template-page-contact-figma .cnt-form-shortcode #field_2_11 .select2-selection,
    body.page-template-page-contact-figma .cnt-form-shortcode #field_2_11 .select2-selection__rendered {
        width: 100% !important;
        height: 36px !important;
        min-height: 36px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        line-height: 1.35 !important;
    }

    body.page-template-page-contact-figma .cnt-form-shortcode #field_2_11 .select2-selection__rendered {
        color: transparent !important;
    }

    body.page-template-page-contact-figma .cnt-form-shortcode #field_2_11 .select2-selection__arrow {
        display: none !important;
    }

    body.page-template-page-contact-figma .cnt-form-shortcode textarea {
        height: 58px !important;
        min-height: 58px !important;
        resize: none !important;
    }

    body.page-template-page-contact-figma .cnt-form-shortcode .gform_footer,
    body.page-template-page-contact-figma .cnt-form-shortcode .gform_page_footer {
        margin: 44px 0 0 !important;
        padding: 0 !important;
        display: flex !important;
        justify-content: flex-end !important;
    }

    body.page-template-page-contact-figma .cnt-form-shortcode #gform_submit_button_2,
    body.page-template-page-contact-figma .cnt-form-shortcode .gform_button {
        width: 133px !important;
        min-width: 133px !important;
        height: 48px !important;
        min-height: 48px !important;
        margin: 0 !important;
        padding: 0 23px !important;
        border: 0 !important;
        border-radius: 999px !important;
        background: #252525 !important;
        box-shadow: none !important;
        color: #fff !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        line-height: 1 !important;
        text-align: center !important;
        text-transform: none !important;
        cursor: pointer !important;
    }

    body.page-template-page-contact-figma .cnt-form-shortcode #gform_submit_button_2:hover,
    body.page-template-page-contact-figma .cnt-form-shortcode .gform_button:hover {
        background: #141419 !important;
        color: #fff !important;
    }
}
