.gdprconsent-container {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, .9);
        color: #fff;
        z-index: 99999999;
        text-align: center;
        font-family: Helvetica, Arial, sans-serif
    }

    .gdprconsent-content {
        padding: 20px 40px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }

    @media (max-width:999px) {
        .gdprconsent-content {
            flex-wrap: wrap;
            justify-content: center
        }
    }

    .gdprconsent-content a {
        color: #fff;
        text-decoration: underline
    }

    .gdprconsent-content a:focus,
    .gdprconsent-content a:hover {
        color: #fff;
        text-decoration: none
    }

    .gdprconsent-content p {
        margin: 0;
        font-size: 14px;
        font-weight: 400;
        flex-grow: 1
    }

    .gdprconsent-content .gdprconsent-button {
        display: flex;
        flex-shrink: 0
    }

    .gdprconsent-content .gdprconsent-button button {
        display: inline-block;
        margin-left: 40px;
        font-family: Helvetica, Arial, sans-serif;
        background-color: #fff;
        color: #000;
        padding: 10px;
        font-size: 14px;
        text-transform: none;
        border: 0
    }

    @media (max-width:999px) {
        .gdprconsent-content .gdprconsent-button button {
            margin-left: 0;
            margin-top: 20px
        }
    }

    .wp-block-cover__video-controls__pause:hover,
    .wp-block-cover__video-controls__play:hover {
        background: rgba(0, 0, 0, .9);
        transform: scale(1.05)
    }

    .wp-block-cover__video-controls__pause:focus-visible,
    .wp-block-cover__video-controls__play:focus-visible {
        outline: 2px solid #fff;
        outline-offset: 2px
    }

    .wp-block-cover__video-controls__pause:active,
    .wp-block-cover__video-controls__play:active {
        transform: scale(.95)
    }

    @media (prefers-reduced-motion:reduce) {

        .wp-block-cover__video-controls__pause:active,
        .wp-block-cover__video-controls__pause:hover,
        .wp-block-cover__video-controls__play:active,
        .wp-block-cover__video-controls__play:hover {
            transform: none
        }
    }

    @keyframes skeleton-shimmer {
        0% {
            background-position: -200px 0
        }

        to {
            background-position: calc(200px + 100%)0
        }
    }

    .wp-block-query.is-loading .wp-block-post:before {
        animation: skeleton-shimmer 2s infinite;
        background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .2) 20%, hsla(0, 0%, 100%, .5) 60%, hsla(0, 0%, 100%, 0));
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1
    }

    .wab-language-banner[hidden] {
        display: none
    }

    .wab-language-banner {
        background: var(--wp--custom--color--extended--light-gray, #f0f4f9);
        color: var(--wp--custom--color--primary--dark-green-1, #103928);
        font-family: inherit;
        font-size: var(--wp--custom--font--size--body--md, 1rem);
        font-weight: var(--wp--custom--font--weight--medium, 500);
        grid-template-rows: 0fr;
        letter-spacing: .25px;
        line-height: 1.5;
        opacity: 0;
        position: relative;
        transition: grid-template-rows .35s cubic-bezier(.22, .61, .36, 1), opacity .25s ease-out 50ms;
        width: 100%;
        z-index: 100000000
    }

    .wab-language-banner__link:before {
        background-color: var(--wp--custom--color--surface--brand, #25d366);
        content: "";
        display: block;
        flex-shrink: 0;
        height: 32px;
        -webkit-mask-image: var(--sf-img-3);
        mask-image: var(--sf-img-3);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        width: 32px
    }

    .wab-language-banner__link:hover,
    .wab-language-banner__link:focus-visible {
        opacity: .75
    }

    .wab-language-banner__close:hover,
    .wab-language-banner__close:focus-visible {
        opacity: .7
    }

    .wab-language-banner__close:focus-visible {
        outline: 2px solid currentColor;
        outline-offset: 2px
    }

    @media (prefers-reduced-motion:reduce) {
        .wab-language-banner {
            transition: none
        }
    }

    *,
    :after,
    :before {
        box-sizing: border-box
    }

    .wp-site-blocks,
    body,
    html {
        min-height: 100%
    }

    html {
        height: calc(100% - var(--wp-admin--admin-bar--height, 0px))
    }

    :root {
        font-feature-settings: "kern";
        font-kerning: normal;
        text-rendering: optimizeLegibility
    }

    body {
        -webkit-font-smoothing: antialiased
    }

    img,
    svg {
        display: block;
        height: auto;
        max-width: 100%
    }

    button {
        font: inherit
    }

    h1,
    h2,
    h3,
    h4,
    h6,
    p {
        word-wrap: break-word
    }

    h1,
    h2,
    h3,
    h4,
    h6 {
        text-wrap: pretty
    }

    p {
        text-wrap: pretty
    }

    .wp-site-blocks {
        isolation: isolate
    }

    img {
        font-size: 1rem;
        font-style: italic;
        line-height: 1.5
    }

    mark {
        background: none;
        padding: 0
    }

    html {
        scroll-behavior: smooth
    }

    .has-global-padding :where(.has-global-padding.is-layout-constrained) {
        padding-inline-end: var(--wp--style--root--padding-right);
        padding-inline-start: var(--wp--style--root--padding-left)
    }

    .wp-block-group.alignfull[class*=is-style-surface-] {
        padding-block: var(--wp--preset--spacing--40-80)
    }

    main .wp-block-group:not(.alignfull)[class*=is-style-surface-] {
        padding: var(--wp--preset--spacing--40-80)
    }

    @media (max-width:47.9375rem) {
        .wp-block-group.alignfull[class*=is-style-surface-] {
            padding-block: var(--wp--preset--spacing--32)
        }

        main .wp-block-group:not(.alignfull)[class*=is-style-surface-] {
            padding: var(--wp--preset--spacing--32)
        }
    }

    main {
        margin-block: 0
    }

    .alignfull+.alignfull {
        margin-block-start: 0
    }

    @media (min-width:48rem) {
        body {
            --wp--custom--site-outer-padding: 40px
        }
    }

    @media (min-width:64rem) {
        body {
            --wp--custom--site-outer-padding: 48px
        }
    }

    body .has-global-padding>.alignfull {
        margin-inline-end: calc(var(--wp--style--root--padding-right)*-1);
        margin-inline-start: calc(var(--wp--style--root--padding-left)*-1)
    }

    :root {
        --actual-admin-bar-height: var(--wp-admin--admin-bar--height, 0px)
    }

    @media (max-width:600px) {
        :root {
            --actual-admin-bar-height: 0px
        }
    }

    .search .wp-block-search__button-clear:hover {
        opacity: .7
    }

    .success-story-template-single-success-story-alternative .wp-block-tenup-site-header:before {
        background-color: var(--wp--custom--color--primary--white);
        content: "";
        inset: 0;
        pointer-events: none;
        position: absolute;
        z-index: -1
    }

    @media (max-width:1299px) {
        .success-story-template-single-success-story-alternative .wp-block-tenup-site-header.has-expanded-region:before {
            opacity: 1
        }
    }

    @media (prefers-reduced-motion:no-preference) {
        .success-story-template-single-success-story-alternative .wp-block-tenup-site-header:before {
            animation: wab-header-scrolled-bg linear both;
            animation-range: 0 var(--site-header-scroll-distance);
            animation-timeline: scroll(root);
            opacity: 0;
            will-change: opacity
        }

        @media (max-width:1299px) {
            .success-story-template-single-success-story-alternative .wp-block-tenup-site-header.has-expanded-region:before {
                animation: none
            }
        }

        @media (min-width:1300px) {
            .success-story-template-single-success-story-alternative .wp-block-tenup-site-header:not(.is-compact) .site-header__search-button .wp-block-button__link:hover {
                animation: none;
                background-color: var(--wp--custom--color--primary--white);
                border-color: var(--wp--custom--color--primary--white);
                color: var(--wp--custom--color--primary--dark-green-1)
            }

            .success-story-template-single-success-story-alternative .wp-block-tenup-site-header:not(.is-compact) .wp-block-button.is-style-button-secondary .wp-block-button__link:hover {
                animation: none;
                background-color: var(--wp--custom--color--primary--white);
                border-color: var(--wp--custom--color--primary--white);
                color: var(--wp--custom--color--primary--dark-green-1)
            }
        }
    }

    @media (prefers-reduced-motion:reduce) {
        .success-story-template-single-success-story-alternative .wp-block-tenup-site-header:before {
            opacity: 0
        }

        .success-story-template-single-success-story-alternative .wp-block-tenup-site-header.is-compact:before {
            opacity: 1
        }

        @media (min-width:1300px) {
            .success-story-template-single-success-story-alternative .wp-block-tenup-site-header:not(.is-compact) .site-header__search-button .wp-block-button__link:hover {
                background-color: var(--wp--custom--color--primary--white);
                border-color: var(--wp--custom--color--primary--white);
                color: var(--wp--custom--color--primary--dark-green-1)
            }

            .success-story-template-single-success-story-alternative .wp-block-tenup-site-header:not(.is-compact) .wp-block-button.is-style-button-secondary .wp-block-button__link:hover {
                background-color: var(--wp--custom--color--primary--white);
                border-color: var(--wp--custom--color--primary--white);
                color: var(--wp--custom--color--primary--dark-green-1)
            }
        }
    }

    @keyframes wab-header-scrolled-bg {
        0% {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    @keyframes wab-header-scrolled-logo {
        0% {
            fill: var(--wp--custom--color--secondary--green--100)
        }

        to {
            fill: var(--wp--custom--color--primary--dark-green-1)
        }
    }

    @keyframes wab-header-scrolled-color {
        0% {
            color: var(--wp--custom--color--primary--white)
        }

        to {
            color: var(--wp--custom--color--primary--dark-green-1)
        }
    }

    @keyframes wab-header-scrolled-search-btn {
        0% {
            background-color: transparent;
            border-color: var(--wp--custom--color--primary--white);
            color: var(--wp--custom--color--primary--white)
        }

        to {
            background-color: var(--wp--custom--color--secondary--business-green--200);
            border-color: var(--wp--custom--color--secondary--business-green--200);
            color: var(--wp--custom--color--primary--dark-green-1)
        }
    }

    @keyframes wab-header-scrolled-secondary-btn {
        0% {
            background-color: transparent;
            border-color: var(--wp--custom--color--primary--white);
            color: var(--wp--custom--color--primary--white)
        }

        to {
            background-color: var(--wp--custom--color--button--default--background);
            border-color: var(--wp--custom--color--button--secondary--default--border);
            color: var(--wp--custom--color--button--default--text)
        }
    }

    @supports not (animation-timeline:scroll()) {
        .success-story-template-single-success-story-alternative .wp-block-tenup-site-header:before {
            animation: none;
            opacity: 0
        }

        .success-story-template-single-success-story-alternative .wp-block-tenup-site-header.is-compact:before {
            opacity: 1
        }

        @media (min-width:1300px) {
            .success-story-template-single-success-story-alternative .wp-block-tenup-site-header:not(.is-compact) .site-header__search-button .wp-block-button__link:hover {
                background-color: var(--wp--custom--color--primary--white);
                border-color: var(--wp--custom--color--primary--white);
                color: var(--wp--custom--color--primary--dark-green-1)
            }

            .success-story-template-single-success-story-alternative .wp-block-tenup-site-header:not(.is-compact) .wp-block-button.is-style-button-secondary .wp-block-button__link:hover {
                background-color: var(--wp--custom--color--primary--white);
                border-color: var(--wp--custom--color--primary--white);
                color: var(--wp--custom--color--primary--dark-green-1)
            }
        }
    }

    .wp-block-tenup-site-header {
        position: sticky;
        top: var(--actual-admin-bar-height);
        transition: transform .2s ease-in-out;
        will-change: transform
    }

    .wp-block-tenup-site-header.is-unpinned,
    .wp-block-tenup-site-header.not-top {
        transform: translateY(0)
    }

    .site-header__meta-bar {
        background-color: var(--wp--custom--color--primary--white);
        padding-block: 15px
    }

    .wp-block-tenup-site-header .site-header__main-nav {
        padding-block: 24px;
        transition: padding .2s ease-in-out
    }

    @media (min-width:1300px) {
        .wp-block-tenup-site-header .site-header__main-nav {
            padding-inline: 36px
        }

        .wp-block-tenup-site-header.is-compact .site-header__main-nav {
            padding-block: 16px
        }
    }

    .wp-block-tenup-site-header .wp-block-tenup-navigation__list {
        align-items: center;
        flex-wrap: nowrap;
        gap: 8px
    }

    @media (min-width:1300px) {

        .wp-block-tenup-site-header .wp-block-navigation-item__content,
        .wp-block-tenup-site-header .wp-block-tenup-navigation-megamenu>button {
            color: var(--wp--custom--color--primary--white);
            font-size: 16px;
            font-weight: var(--wp--custom--font--weight--medium);
            padding-inline: 16px
        }

        .wp-block-tenup-site-header .wp-block-tenup-navigation-megamenu__icon {
            display: none
        }
    }

    .wp-block-tenup-site-header .wp-block-buttons {
        flex-shrink: 0;
        margin-inline-start: auto
    }

    .wp-block-tenup-site-header .wp-block-button .wp-block-button__link {
        font-size: 16px;
        font-weight: var(--wp--custom--font--weight--regular);
        padding-block: 20px
    }

    .wp-block-tenup-site-header .wp-block-button:not(.is-style-button-secondary):not(.site-header__search-button) .wp-block-button__link {
        color: var(--wp--custom--color--primary--dark-green-1)
    }

    .wp-block-tenup-site-header .site-header__search-button .wp-block-button__link {
        align-items: center;
        background-color: var(--wp--custom--color--secondary--business-green--200);
        border-color: var(--wp--custom--color--secondary--business-green--200);
        border-radius: 50%;
        color: var(--wp--custom--color--primary--dark-green-1);
        display: flex;
        height: 47px;
        justify-content: center;
        line-height: 0;
        overflow: hidden;
        padding: 0;
        width: 47px
    }

    .wp-block-tenup-site-header .site-header__search-button .wp-block-button__link svg {
        height: 20px;
        width: 20px !important
    }

    @media (max-width:1299px) {
        .wp-block-tenup-site-header .wp-block-tenup-navigation__navigation-container {
            align-items: stretch;
            overflow-x: clip;
            overscroll-behavior: contain
        }

        .wp-block-tenup-site-header .wp-block-tenup-navigation__list {
            align-items: stretch;
            flex-direction: column;
            gap: 0;
            position: relative
        }

        .wp-block-tenup-site-header .wp-block-tenup-navigation__list:before {
            color: var(--wp--custom--color--primary--business-black);
            content: "Menu";
            display: block;
            font-size: 36px;
            font-weight: 700;
            line-height: 1.2;
            order: -2;
            padding: 20px 0 16px
        }

        .wp-block-tenup-site-header .wp-block-tenup-navigation__list>.wp-block-buttons>.site-header__search-button {
            display: block;
            inset-inline-end: 0;
            position: absolute;
            top: 24px;
            width: auto;
            z-index: 1
        }

        .wp-block-tenup-site-header .wp-block-tenup-navigation__list>.wp-block-buttons>.site-header__search-button .wp-block-button__link {
            width: 47px
        }

        .wp-block-tenup-site-header .wp-block-tenup-navigation-megamenu {
            border-bottom: 1px solid var(--wp--custom--color--border--primary)
        }

        .wp-block-tenup-site-header .wp-block-tenup-navigation-megamenu>button {
            align-items: center;
            color: var(--wp--custom--color--primary--dark-green-1);
            display: flex;
            font-size: 20px;
            font-weight: var(--wp--custom--font--weight--medium);
            justify-content: space-between;
            padding: 20px 0;
            width: 100%
        }

        .wp-block-tenup-site-header .wp-block-tenup-navigation-megamenu__icon[aria-hidden=false] {
            color: var(--wp--custom--color--secondary--business-green--200);
            display: block;
            flex-shrink: 0;
            height: 20px;
            transform: rotate(-90deg);
            width: 20px
        }

        .wp-block-tenup-site-header .wp-block-tenup-navigation-megamenu__icon[aria-hidden=true] {
            display: none
        }

        .wp-block-tenup-site-header .wp-block-navigation-item {
            border-bottom: 1px solid var(--wp--custom--color--border--primary)
        }

        .wp-block-tenup-site-header .wp-block-navigation-item__content {
            color: var(--wp--custom--color--primary--dark-green-1);
            display: block;
            font-size: 20px;
            font-weight: var(--wp--custom--font--weight--medium)
        }

        .wp-block-tenup-site-header .wp-block-tenup-navigation__list>.wp-block-buttons {
            border-top: 1px solid var(--wp--custom--color--border--primary);
            flex-direction: column;
            gap: 12px;
            margin-inline-start: 0;
            margin-top: auto;
            padding: 20px;
            width: 100%
        }

        .wp-block-tenup-site-header .wp-block-tenup-navigation__list>.wp-block-buttons .wp-block-button:not(.site-header__search-button) {
            width: 100%
        }

        .wp-block-tenup-site-header .wp-block-tenup-navigation__list>.wp-block-buttons .wp-block-button__link {
            display: flex;
            justify-content: center;
            width: 100%
        }
    }

    .wp-block-template-part--footer[class] {
        margin-block-start: 0
    }

    .site-footer {
        padding-block: var(--wp--custom--spacing--48)
    }

    .site-footer__inner {
        gap: var(--wp--custom--spacing--40)
    }

    .site-footer__main {
        border-bottom: 1px solid var(--wp--custom--color--border--primary);
        gap: var(--wp--custom--spacing--32);
        padding-bottom: var(--wp--custom--spacing--40);
        width: 100%
    }

    .site-footer__brand {
        flex: 1;
        min-width: 200px
    }

    .site-footer__social-links .wp-social-link {
        background-color: transparent !important;
        border: 1px solid var(--wp--custom--color--border--primary);
        height: 50px;
        width: 50px !important
    }

    .site-footer__social-links .wp-social-link a {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
        padding: 0;
        width: 100%
    }

    .site-footer__social-links .wp-social-link svg {
        height: 22px;
        width: 22px
    }

    .site-footer__nav-column {
        padding: var(--wp--custom--spacing--12);
        width: 284px
    }

    .site-footer__nav-title {
        color: var(--wp--custom--color--primary--light-green);
        font-size: 15px;
        font-weight: var(--wp--custom--font--weight--bold);
        line-height: 26px
    }

    .site-footer .site-footer__nav .wp-block-navigation-item__content {
        color: var(--wp--custom--color--primary--white);
        font-size: 15px;
        font-weight: var(--wp--custom--font--weight--medium);
        line-height: 26px;
        -webkit-text-decoration: none;
        text-decoration: none
    }

    .site-footer__nav .wp-block-navigation-item__content:hover {
        -webkit-text-decoration: underline;
        text-decoration: underline
    }

    .site-footer__bottom {
        width: 100%
    }

    @media (max-width:47.9375rem) {
        .site-footer {
            padding-block: var(--wp--custom--spacing--32)
        }

        .site-footer__main {
            align-items: flex-start;
            flex-direction: column
        }

        .site-footer__brand,
        .site-footer__nav-column {
            width: 100%
        }

        .site-footer__bottom {
            align-items: flex-start;
            flex-direction: column;
            gap: var(--wp--custom--spacing--12)
        }
    }

    .megamenu-panel {
        --wp--custom--color--border--primary: var(--wp--custom--color--secondary--business-gray--100);
        background-color: var(--wp--custom--color--primary--white);
        border-radius: 30px;
        box-shadow: 10px 10px 34px rgba(0, 0, 0, .2);
        color: var(--wp--custom--color--primary--dark-green-1);
        max-width: fit-content;
        padding: 24px 34px
    }

    @media (min-width:1300px) {
        .wp-block-tenup-site-header .wp-block-tenup-navigation-megamenu {
            margin-bottom: -40px;
            padding-bottom: 40px;
            position: relative
        }

        .wp-block-tenup-site-header .wp-block-tenup-navigation-megamenu__container {
            inset-inline: -160px auto;
            pointer-events: none;
            transform: translateY(0);
            width: auto;
            z-index: 1
        }

        .wp-block-tenup-navigation-megamenu__actions {
            display: none
        }

        .megamenu-panel {
            overflow: visible;
            padding: 24px 34px;
            position: relative
        }

        .megamenu-panel:before {
            background-color: var(--wp--custom--color--primary--white);
            border-start-start-radius: 5px;
            content: "";
            height: 24px;
            inset-inline-start: 223px;
            position: absolute;
            top: -12px;
            transform: rotate(45deg);
            width: 24px
        }

        .wp-block-tenup-site-header .wp-block-tenup-navigation-megamenu__container:has(.megamenu-icon-links) {
            inset-inline: auto;
            left: 50%;
            transform: translateX(-50%)
        }

        .megamenu-panel:has(.megamenu-icon-links) {
            width: max-content
        }

        .megamenu-panel:has(.megamenu-icon-links):before {
            inset-inline: auto;
            left: calc(50% - 12px)
        }
    }

    .megamenu-panel .megamenu-panel__title {
        color: var(--wp--custom--color--secondary--business-gray--200);
        font-size: var(--wp--custom--font--size--button--lg);
        font-weight: 600;
        margin: 0 0 10px
    }

    .megamenu-columns {
        align-items: start;
        display: grid;
        grid-gap: 10px 50px;
        gap: 10px 50px;
        grid-template-columns: repeat(3, 300px)
    }

    .megamenu-columns--two {
        grid-template-columns: repeat(2, 300px)
    }

    .wp-block-wab-megamenu-column {
        display: flex;
        flex-direction: column;
        margin-block-start: 0
    }

    .wp-block-wab-megamenu-column__trigger {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: none;
        border: none;
        color: inherit;
        cursor: default;
        display: none;
        font: inherit;
        margin: 0;
        padding: 0;
        pointer-events: none;
        text-align: start;
        width: 100%
    }

    .wp-block-wab-megamenu-column__arrow {
        display: none
    }

    .wp-block-wab-megamenu-column__content {
        display: block
    }

    .wp-block-wab-megamenu-column__back {
        display: none
    }

    .wp-block-wab-megamenu-column__header {
        align-items: center;
        border-bottom: 1px solid var(--wp--custom--color--border--primary);
        color: var(--wp--custom--color--primary--dark-green-1);
        display: flex;
        font-size: 16px;
        font-weight: 400;
        gap: 12px;
        line-height: 1.2;
        margin-bottom: 10px;
        padding: 0 0 8px
    }

    .wp-block-wab-megamenu-column__header .wp-block-wab-megamenu-column__icon {
        flex-shrink: 0;
        height: 32px;
        width: 32px
    }

    .wp-block-wab-megamenu-column__separator {
        display: none
    }

    .wp-block-wab-megamenu-column__content .wp-block-list {
        display: flex;
        flex-direction: column;
        gap: 16px;
        list-style: none;
        margin: 0;
        padding: 0
    }

    .wp-block-wab-megamenu-column__content .wp-block-list a {
        color: var(--wp--custom--color--primary--business-black);
        font-size: 16px;
        line-height: 1.4;
        -webkit-text-decoration: none;
        text-decoration: none
    }

    .wp-block-wab-megamenu-column__content .wp-block-list a:hover {
        -webkit-text-decoration: underline;
        text-decoration: underline
    }

    .wp-block-wab-megamenu-column__icon {
        color: var(--wp--custom--color--secondary--business-green--200);
        flex-shrink: 0;
        height: 32px;
        width: 32px
    }

    .wp-block-wab-megamenu-column--sub-panel {
        margin-top: 16px
    }

    .wp-block-wab-megamenu-column__sub-trigger {
        display: none
    }

    .wp-block-wab-megamenu-column__sub-header {
        color: var(--wp--custom--color--primary--business-black);
        display: block;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 8px
    }

    .wp-block-wab-megamenu-column__sub-links {
        display: block
    }

    .wp-block-wab-megamenu-column__sub-links .wp-block-list {
        display: flex;
        flex-direction: column;
        gap: 16px;
        list-style: none;
        margin: 0;
        margin-inline-start: 32px;
        padding: 0
    }

    .wp-block-wab-megamenu-column__sub-links .wp-block-list a {
        color: var(--wp--custom--color--primary--business-black);
        font-size: 16px;
        line-height: 1.4;
        -webkit-text-decoration: none;
        text-decoration: none
    }

    .wp-block-wab-megamenu-column__sub-links .wp-block-list a:hover {
        -webkit-text-decoration: underline;
        text-decoration: underline
    }

    .wp-block-wab-megamenu-column__sub-back {
        display: none
    }

    .megamenu-icon-links {
        display: flex;
        flex-direction: column;
        gap: 32px;
        list-style: none;
        margin: 10px 0 0;
        padding: 0
    }

    .megamenu-icon-links a {
        align-items: center;
        color: var(--wp--custom--color--primary--business-black);
        display: flex;
        font-size: 16px;
        gap: 20px;
        line-height: 1.4;
        -webkit-text-decoration: none;
        text-decoration: none;
        white-space: nowrap
    }

    .megamenu-icon-links a:hover {
        -webkit-text-decoration: underline;
        text-decoration: underline
    }

    .megamenu-icon-links svg {
        color: var(--wp--custom--color--secondary--business-green--200);
        flex-shrink: 0;
        height: 32px;
        width: 32px
    }

    @media (max-width:1299px) {
        .wp-block-tenup-site-header .wp-block-tenup-navigation-megamenu__container {
            background-color: var(--wp--custom--color--primary--white);
            height: calc(100dvh - var(--header-height, 0px));
            left: 0;
            position: fixed;
            top: var(--header-height, 0);
            transform: translateX(100%);
            transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .25s ease-out;
            width: var(--wp--custom--full-viewport-width, 100vw)
        }

        .megamenu-panel {
            border-radius: 0;
            box-shadow: none;
            height: 100%;
            max-width: none;
            overflow: hidden;
            padding: 0;
            position: relative
        }

        .megamenu-panel__title {
            display: none
        }

        .megamenu-columns {
            align-items: stretch;
            display: flex;
            flex-direction: column;
            gap: 0;
            height: 100%
        }

        .wp-block-wab-megamenu-column {
            border-bottom: 1px solid var(--wp--custom--color--border--primary)
        }

        .wp-block-wab-megamenu-column__trigger {
            align-items: center;
            cursor: pointer;
            display: flex;
            gap: 12px;
            padding: 16px 20px;
            pointer-events: auto;
            width: 100%
        }

        .wp-block-wab-megamenu-column__arrow {
            color: var(--wp--custom--color--secondary--business-green--200);
            display: block;
            flex-shrink: 0;
            height: 20px;
            width: 20px
        }

        .wp-block-wab-megamenu-column__content {
            background-color: var(--wp--custom--color--primary--white);
            height: 100%;
            left: 0;
            opacity: 0;
            overflow-y: auto;
            padding: 0 20px 20px;
            position: absolute;
            top: 0;
            transform: translateX(100%);
            transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .2s ease-out;
            width: 100%;
            z-index: 1
        }

        .wp-block-wab-megamenu-column__back {
            align-items: center;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: none;
            border: none;
            border-bottom: 1px solid var(--wp--custom--color--border--primary);
            color: var(--wp--custom--color--primary--dark-green-1);
            cursor: pointer;
            display: flex;
            font-size: var(--wp--custom--font--size--body--md);
            font-weight: var(--wp--custom--font--weight--medium);
            gap: 8px;
            margin-bottom: 16px;
            margin-inline: -20px;
            padding: 16px 0;
            padding-inline: 20px;
            width: calc(100% + 40px)
        }

        .wp-block-wab-megamenu-column__back svg {
            flex-shrink: 0;
            height: 20px;
            width: 20px
        }

        .wp-block-wab-megamenu-column__header {
            display: none
        }

        .wp-block-tenup-navigation-megamenu__actions {
            padding: 0 20px;
            position: static;
            transition: opacity .2s ease-out, visibility 0ms .2s;
            width: 100%
        }

        .wp-block-wab-megamenu-column__sub-header {
            display: none
        }

        .wp-block-wab-megamenu-column__sub-trigger {
            align-items: center;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: none;
            border: none;
            border-bottom: 1px solid var(--wp--custom--color--border--primary);
            color: var(--wp--custom--color--primary--dark-green-1);
            cursor: pointer;
            display: flex;
            font-size: var(--wp--custom--font--size--body--sm);
            font-weight: var(--wp--custom--font--weight--medium);
            gap: 8px;
            padding: 16px 0;
            text-align: start;
            width: 100%
        }

        .wp-block-wab-megamenu-column__sub-arrow {
            color: var(--wp--custom--color--secondary--business-green--200);
            flex-shrink: 0;
            height: 20px;
            width: 20px
        }

        .wp-block-wab-megamenu-column__sub-links .wp-block-list {
            margin-inline-start: 0
        }

        .wp-block-wab-megamenu-column__sub-links {
            background-color: var(--wp--custom--color--primary--white);
            height: 100%;
            left: 0;
            opacity: 0;
            overflow-y: auto;
            padding: 0 20px 20px;
            position: absolute;
            top: 0;
            transform: translateX(100%);
            transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .2s ease-out;
            width: 100%;
            z-index: 2
        }

        .wp-block-wab-megamenu-column__sub-back {
            align-items: center;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: none;
            border: none;
            border-bottom: 1px solid var(--wp--custom--color--border--primary);
            color: var(--wp--custom--color--primary--dark-green-1);
            cursor: pointer;
            display: flex;
            font-size: var(--wp--custom--font--size--body--md);
            font-weight: var(--wp--custom--font--weight--medium);
            gap: 8px;
            margin-bottom: 16px;
            margin-inline: -20px;
            padding: 16px 0;
            padding-inline: 20px;
            width: calc(100% + 40px)
        }

        .wp-block-wab-megamenu-column__sub-back svg {
            flex-shrink: 0;
            height: 20px;
            width: 20px
        }

        .megamenu-icon-links {
            gap: 0;
            margin: 0;
            padding: 0 20px
        }

        .megamenu-icon-links li {
            border-bottom: 1px solid var(--wp--custom--color--border--primary)
        }

        .megamenu-icon-links a {
            color: var(--wp--custom--color--primary--dark-green-1);
            font-size: 20px;
            font-weight: var(--wp--custom--font--weight--medium);
            padding: 16px 0
        }

        .megamenu-icon-links svg {
            height: 24px;
            width: 24px
        }
    }

    .has-green-underline {
        color: inherit;
        -webkit-text-decoration: underline;
        text-decoration: underline;
        text-decoration-color: var(--wp--custom--color--surface--brand);
        text-decoration-thickness: 3px;
        text-underline-offset: .15em
    }

    sup.wab-note:focus-visible {
        outline: none
    }

    sup.wab-note:focus-visible:after,
    sup.wab-note:hover:after {
        background-color: var(--wp--custom--color--secondary--black--100);
        bottom: calc(100% + 6px);
        color: var(--wp--custom--color--primary--white);
        content: attr(data-title);
        display: block;
        font-size: .875rem;
        inset-inline-start: 0;
        line-height: 1.5;
        padding: 10px 14px;
        pointer-events: none;
        position: absolute;
        white-space: normal;
        width: 280px;
        z-index: 999
    }

    .wp-block-post-featured-image__video-controls__pause:hover,
    .wp-block-post-featured-image__video-controls__play:hover {
        background: rgba(0, 0, 0, .9);
        transform: scale(1.05)
    }

    .wp-block-post-featured-image__video-controls__pause:focus-visible,
    .wp-block-post-featured-image__video-controls__play:focus-visible {
        outline: 2px solid #fff;
        outline-offset: 2px
    }

    .wp-block-post-featured-image__video-controls__pause:active,
    .wp-block-post-featured-image__video-controls__play:active {
        transform: scale(.95)
    }

    @media (prefers-reduced-motion:reduce) {

        .wp-block-post-featured-image__video-controls__pause:active,
        .wp-block-post-featured-image__video-controls__pause:hover,
        .wp-block-post-featured-image__video-controls__play:active,
        .wp-block-post-featured-image__video-controls__play:hover {
            transform: none
        }
    }

    .wp-block-post:has(:focus-visible) .wp-block-post-featured-image img,
    .wp-block-post:hover .wp-block-post-featured-image img {
        opacity: .75
    }

    .wp-block-post:has(:focus-visible) .wp-block-post-title a,
    .wp-block-post:hover .wp-block-post-title a {
        -webkit-text-decoration: underline;
        text-decoration: underline
    }

    .wp-block-post:has(:focus-visible) {
        border-radius: 8px;
        outline: 2px solid currentColor;
        outline-offset: 4px
    }

    .wp-block-post:has(:focus-visible) .is-style-simple .wp-element-button,
    .wp-block-post:hover .is-style-simple .wp-element-button {
        -webkit-text-decoration: underline !important;
        text-decoration: underline !important;
        text-decoration-color: var(--wp--custom--color--secondary--green--100) !important;
        text-underline-offset: var(--wp--custom--spacing--8) !important
    }

    .visually-hidden {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }
