@media (min-width: 922px) {
    body.home #content.site-content,
    body.home #content > .ast-container,
    body.home #primary,
    body.home main.site-main,
    body.home .entry-content {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    body.home .entry-content > .om-page {
        margin-top: -76px !important;
    }
}

body.home .om-page .om-quote {
    max-width: 460px !important;
    padding: 16px 20px !important;
    transform: translate(clamp(168px, 16.4vw, 348px), clamp(115px, 8.6vw, 135px)) !important;
}

body.home .om-page .om-quote p {
    font-size: clamp(1.12rem, 1.32vw, 1.55rem) !important;
    line-height: 1.33 !important;
}

body.home .om-page .om-quote cite {
    margin-top: 10px !important;
    font-size: clamp(0.9rem, 0.9vw, 1rem) !important;
}

body.home .om-page .om-hero {
    min-height: 380px !important;
}

/* Keep the Hero a cover even when an image was replaced through the CMS. */
body.home .om-page .om-hero > img,
body.home .om-page .om-hero > .wp-block-cover__image-background {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    z-index: 0 !important;
}

body.home .om-page .om-hero > .wp-block-cover__inner-container {
    position: relative !important;
    z-index: 1 !important;
}

body.home .om-page {
    --om-section-pad-top: 34px;
    --om-section-pad-x: 34px;
    --om-section-pad-bottom: 48px;
    --om-section-heading-size: clamp(44px, 3vw, 54px);
    --om-section-intro-size: clamp(25px, 1.85vw, 33px);
}

body.home .om-page .om-section {
    padding: var(--om-section-pad-top) var(--om-section-pad-x) var(--om-section-pad-bottom) !important;
    border: none !important;
    box-shadow: none !important;
    margin-block: 20px !important;
}

body.home .om-page .om-section-title {
    margin: 0 0 18px !important;
    padding: 0 !important;
}

body.home .om-page .om-section > :where(.om-section-title, .wp-block-columns, .wp-block-group, .wp-block-paragraph, p, .wp-block-buttons, .strong-view, .strong-view-id-1) {
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.home .om-page .om-section-title h2,
body.home .om-page .om-section-title h2.wp-block-heading,
body.home .om-page .om-section-title h2.has-large-font-size {
    margin-top: 0 !important;
    margin-bottom: 14px !important;
    padding: 0 !important;
    font-size: var(--om-section-heading-size) !important;
    line-height: 1.08 !important;
}

body.home .om-page #ABOUT.om-section {
    background: #126a59 !important;
    color: #ffffff !important;
    padding-top: 56px !important;
}

body.home .om-page #ABOUT .om-section-title h2,
body.home .om-page #ABOUT .om-section-title p,
body.home .om-page #ABOUT .om-intro-copy p {
    color: #ffffff !important;
}

body.home .om-page #ABOUT .om-section-title h2 {
    font-size: var(--om-section-heading-size) !important;
    line-height: 1.08 !important;
}

body.home .om-page #ABOUT .om-section-title p,
body.home .om-page #ABOUT .om-intro-copy p {
    font-size: var(--om-section-intro-size) !important;
    line-height: 1.48 !important;
}

body.home .om-page .om-section-title p,
body.home .om-page .om-intro-copy p {
    font-size: var(--om-section-intro-size) !important;
}

body.home .om-page .om-section--soft .om-section-title p,
body.home .om-page .om-section--soft .om-intro-copy p {
    color: #ffffff !important;
    font-size: var(--om-section-intro-size) !important;
    line-height: 1.48 !important;
}

body.home .om-page #LESSONS.om-section,
body.home .om-page #TESTIMONIALS.om-section {
    border: 1px solid rgba(29, 140, 120, 0.22) !important;
    background: rgba(29, 140, 120, 0.025) !important;
}

body.home .om-page .wp-block-image,
body.home .om-page figure.wp-block-image {
    aspect-ratio: var(--omd-home-image-aspect) !important;
    overflow: hidden !important;
    border-radius: var(--omd-home-image-radius) !important;
}

body.home .om-page .wp-block-image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: var(--omd-home-image-radius) !important;
}

body.home .om-page #ABOUT .wp-block-columns > .wp-block-column:first-child .wp-block-image,
body.home .om-page #ABOUT .wp-block-columns > .wp-block-column:first-child figure.wp-block-image {
    display: block !important;
    width: min(100%, 520px) !important;
    max-width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 50% !important;
    overflow: hidden !important;
}

body.home .om-page #ABOUT .wp-block-columns > .wp-block-column:first-child .wp-block-image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 50% !important;
}

body.home .om-page #ABOUT img.wp-image-947 {
    aspect-ratio: 1 / 1 !important;
    border-radius: 50% !important;
    clip-path: circle(50% at 50% 50%) !important;
    object-fit: cover !important;
    object-position: center center !important;
}

body.home .om-page #ABOUT .om-intro-copy p:last-child {
    margin-top: clamp(58px, 4vw, 76px) !important;
    color: transparent !important;
    font-size: clamp(22px, 1.35vw, 30px) !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.12em !important;
    word-spacing: 0 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

body.home .om-page #ABOUT .om-intro-copy p:last-child::before {
    content: "LEARN  \2022  DEVELOP  \2022  CONNECT";
    color: #ffffff !important;
}

body.home .om-page #HIGHLIGHTS .om-card > p {
    min-height: 0 !important;
}

body.home .om-page #LESSONS .om-card > p {
    min-height: 0 !important;
}

body.home .om-page #HIGHLIGHTS .wp-block-columns,
body.home .om-page #LESSONS .wp-block-columns {
    align-items: stretch !important;
}

body.home .om-page #HIGHLIGHTS .wp-block-column,
body.home .om-page #LESSONS .wp-block-column {
    display: flex !important;
}

body.home .om-page #HIGHLIGHTS .om-card,
body.home .om-page #LESSONS .om-card {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
}

body.home .om-page #HIGHLIGHTS .om-card .wp-block-buttons,
body.home .om-page #LESSONS .om-card .wp-block-buttons {
    margin-top: auto !important;
    padding-top: 18px !important;
    justify-content: center !important;
}

body.home .om-page #HIGHLIGHTS .om-card .wp-block-button,
body.home .om-page #LESSONS .om-card .wp-block-button {
    width: 100% !important;
    max-width: 360px !important;
}

body.home .om-page #HIGHLIGHTS .om-card .wp-block-button__link,
body.home .om-page #LESSONS .om-card .wp-block-button__link {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

body.home .strong-view-id-1 .wpmtst-testimonial-content,
body.home .strong-view-id-1 .testimonial-content,
body.home .strong-view-id-1 .wpmtst-testimonial-content p,
body.home .strong-view-id-1 .testimonial-content p,
body.home .strong-view-id-1 .testimonial-inner p {
    color: #0b2440 !important;
    font-size: clamp(24px, 1.55vw, 32px) !important;
    line-height: 1.55 !important;
}

@media (max-width: 921px) {
    body.home {
        --ast-container-default-xs-padding: 0px;
        --ast-container-default-sm-padding: 0px;
        --ast-container-default-md-padding: 0px;
    }

    body.home #masthead {
        position: sticky !important;
        top: 0 !important;
        z-index: 9999 !important;
        background: #ffffff !important;
        box-shadow: 0 2px 12px rgba(11, 36, 40, 0.12) !important;
    }

    body.home #ast-mobile-header,
    body.home #ast-mobile-header .ast-main-header-wrap,
    body.home #ast-mobile-header .ast-primary-header-bar {
        position: static !important;
    }

    body.home #ast-mobile-header .site-logo-img,
    body.home #ast-mobile-header .ast-site-identity,
    body.home #ast-mobile-header .custom-logo-link,
    .ast-header-break-point body.home #ast-mobile-header .site-logo-img,
    .ast-header-break-point body.home #ast-mobile-header .custom-logo-link {
        width: 64px !important;
        height: 64px !important;
        max-width: 64px !important;
        max-height: 64px !important;
        padding: 0 !important;
    }

    body.home #ast-mobile-header .custom-logo-link img,
    body.home #ast-mobile-header img.custom-logo,
    body.home #ast-mobile-header .custom-logo,
    .ast-header-break-point body.home #ast-mobile-header .custom-logo-link img,
    .ast-header-break-point body.home #ast-mobile-header img.custom-logo {
        width: 64px !important;
        max-width: 64px !important;
        height: 64px !important;
        max-height: 64px !important;
        min-width: 0 !important;
        object-fit: contain !important;
    }

    body.home #ast-mobile-header .ast-button-wrap {
        position: absolute !important;
        top: max(20px, env(safe-area-inset-top, 0px) + 14px) !important;
        right: 18px !important;
        z-index: 9998 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 34px !important;
        height: 34px !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    body.home #ast-mobile-header .menu-toggle {
        width: 34px !important;
        height: 34px !important;
        padding: 0 !important;
        color: #126a59 !important;
        background: transparent !important;
        box-shadow: none !important;
        transition: color 160ms ease, filter 160ms ease !important;
    }

    body.home.om-menu-over-dark #ast-mobile-header .menu-toggle {
        color: #1d8c78 !important;
        filter: none !important;
    }

    body.home.om-menu-over-dark #ast-mobile-header .ast-mobile-svg,
    body.home.om-menu-over-dark #ast-mobile-header .menu-toggle svg,
    body.home.om-menu-over-dark #ast-mobile-header .menu-toggle svg path {
        color: #1d8c78 !important;
        fill: #1d8c78 !important;
        stroke: #1d8c78 !important;
    }
}

@media (max-width: 780px) {
    body.home .site-primary-header-wrap,
    body.home #ast-mobile-header .ast-builder-grid-row {
        min-height: 72px !important;
        padding-right: 8px !important;
        padding-left: 8px !important;
    }

    body.home #content.site-content,
    body.home #content > .ast-container,
    body.home #primary,
    body.home main.site-main,
    body.home .entry-content {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    body.home .entry-content > .om-page {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: -64px !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        overflow-x: hidden !important;
    }

    body.home .om-page .om-hero {
        width: calc(100% - 8px) !important;
        min-height: 435px !important;
        margin-right: 4px !important;
        margin-left: 4px !important;
    }

    body.home .om-page .om-quote {
        max-width: 86vw !important;
        padding: 18px 20px !important;
        transform: translateY(clamp(72px, 22vw, 96px)) !important;
    }

    body.home .om-page .om-quote p {
        font-size: clamp(18px, 5vw, 22px) !important;
        line-height: 1.35 !important;
    }

    body.home .om-page .om-section {
        width: calc(100% - 8px) !important;
        max-width: calc(100% - 8px) !important;
        margin: 28px 4px !important;
        padding: 18px !important;
    }

    body.home .om-page .om-section-title p,
    body.home .om-page .om-intro-copy p,
    body.home .om-page .om-card p,
    body.home .om-page .om-section--soft .om-card p {
        font-size: 18px !important;
        line-height: 1.55 !important;
    }

    body.home .om-page #ABOUT .om-intro-copy p:last-child {
        margin-top: 22px !important;
        font-size: 21px !important;
        letter-spacing: 0.08em !important;
        word-spacing: 0.2em !important;
    }

    body.home .om-page .wp-block-columns {
        width: 100% !important;
        gap: 14px !important;
        margin-bottom: 0 !important;
    }

    body.home .om-page .wp-block-column {
        min-width: 0 !important;
        flex-basis: 100% !important;
    }

    body.home .om-page .om-learning > details > summary {
        min-height: 118px !important;
        gap: 16px !important;
        padding: 18px 16px !important;
        font-size: 24px !important;
    }

    body.home .om-page .om-learning > details > summary::before {
        flex-basis: 82px !important;
        width: 82px !important;
        height: 82px !important;
    }

    body.home .om-page .om-learning-summary-copy {
        display: grid !important;
        gap: 5px !important;
        min-width: 0 !important;
    }

    body.home .om-page .om-learning-summary-label {
        color: #126a59 !important;
        font-size: 18px !important;
        font-weight: 900 !important;
        line-height: 1.1 !important;
    }

    body.home .om-page .om-learning-summary-title {
        color: #0b2440 !important;
        font-size: 25px !important;
        font-weight: 900 !important;
        line-height: 1.12 !important;
    }

    body.home .om-page .om-card {
        width: 100% !important;
        min-height: 0 !important;
        padding: 16px !important;
    }

    body.home .om-page .om-card > p:has(> br:only-child) {
        display: none !important;
        margin: 0 !important;
    }

    body.home .om-page #HIGHLIGHTS .om-card > p,
    body.home .om-page #LESSONS .om-card > p {
        min-height: 0 !important;
    }

    body.home .om-page #HIGHLIGHTS .om-card,
    body.home .om-page #LESSONS .om-card {
        height: auto !important;
        min-height: 0 !important;
    }

    body.home .om-page #HIGHLIGHTS .om-card .wp-block-buttons,
    body.home .om-page #LESSONS .om-card .wp-block-buttons {
        margin-top: 16px !important;
        padding-top: 0 !important;
    }

    body.home .strong-view-id-1 .wpmtst-testimonial-content,
    body.home .strong-view-id-1 .testimonial-content,
    body.home .strong-view-id-1 .wpmtst-testimonial-content p,
    body.home .strong-view-id-1 .testimonial-content p,
    body.home .strong-view-id-1 .testimonial-inner p {
        font-size: 19px !important;
        line-height: 1.55 !important;
    }
}
