.f-hero-section .container-full {
    padding-left: 0;
    padding-right: 0
}

.container-full .f-hero--has-overlay:before {
    border-radius: 0 !important
}

.f-hero {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden
}

.f-hero.f-hero--adapt .f-hero__bg {
    height: 0;
    padding-block-end: calc(100% / (.0001 + var(--aspect-ratio)))
}

@media screen and (max-width: 767px) {
    .f-hero.f-hero--adapt .f-hero__bg {
        padding-block-end: calc(100% / (.0001 + var(--aspect-ratio-mobile, var(--aspect-ratio))))
    }
}

.f-hero.f-hero--adapt .f-parallax {
    position: relative
}

.f-hero.f-hero--adapt .f-parallax__wrapper {
    position: absolute;
    inset: 0
}

.f-hero:not(.f-hero--adapt).f-hero--small .f-hero__bg {
    height: 290px
}

.f-hero:not(.f-hero--adapt).f-hero--medium .f-hero__bg {
    height: 360px
}

.f-hero:not(.f-hero--adapt).f-hero--large .f-hero__bg {
    height: 420px
}

.f-hero:not(.f-hero--adapt).f-hero--fullscreen .f-hero__bg {
    height: 100vh
}

@media screen and (min-width: 768px) {
    .f-hero:not(.f-hero--adapt).f-hero--small .f-hero__bg {
        height: 420px
    }

    .f-hero:not(.f-hero--adapt).f-hero--medium .f-hero__bg {
        height: 560px
    }

    .f-hero:not(.f-hero--adapt).f-hero--large .f-hero__bg {
        height: 720px
    }

    .f-hero:not(.f-hero--adapt).f-hero--fullscreen .f-hero__bg {
        height: 100vh
    }
}

.f-hero--has-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: var(--color-image-overlay);
    opacity: var(--opacity-image-overlay);
    border-radius: var(--blocks-radius)
}

@media screen and (max-width: 767px) {
    .f-hero--has-overlay.f-hero__mobile-no-overlay::before {
        display: none
    }
}

.f-hero__inner {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px
}

@media screen and (min-width: 768px) {
    .f-hero__inner {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media screen and (min-width: 1280px) {
    .f-hero__inner {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.f-hero__inner[class*="--middle-"] {
    align-items: center
}

.f-hero__inner[class*="--top-"] {
    align-items: flex-start
}

.f-hero__inner[class*="--bottom-"] {
    align-items: flex-end
}

.f-hero__inner--top-center, .f-hero__inner--bottom-center, .f-hero__inner--middle-center {
    justify-content: center
}

.f-hero__inner--top-left, .f-hero__inner--bottom-left, .f-hero__inner--middle-left {
    justify-content: flex-start
}

.f-hero__inner--top-right, .f-hero__inner--bottom-right, .f-hero__inner--middle-right {
    justify-content: flex-end
}

.f-hero__content {
    width: max-content
}

@media screen and (min-width: 768px) {
    .f-hero__content {
        max-width: 56rem
    }
}

.f-hero__content p {
    margin-top: 0
}

.f-hero__title, .f-hero__subtitle {
    padding-left: 0;
    padding-right: 0;
    display: block
}

.f-hero__title {
    margin-bottom: 24px
}

@media screen and (max-width: 767px) {
    .f-hero__title {
        margin-bottom: 12px
    }
}

.f-hero__subtitle {
    margin-bottom: 16px
}

@media screen and (max-width: 767px) {
    .f-hero__subtitle {
        margin-bottom: 8px
    }
}

.f-hero__text {
    margin-bottom: 24px
}

@media screen and (max-width: 767px) {
    .f-hero__text {
        margin-bottom: 16px
    }
}

.f-hero__btn {
    display: flex;
    align-items: center;
    gap: 24px
}

@media screen and (max-width: 767px) {
    .f-hero__content br {
        display: none
    }

    .f-hero__content .f-hero__btn .sf__btn:not(.f-button--link) {
        padding-top: 7px;
        padding-bottom: 7px
    }

    .f-hero--large .f-hero__inner, .f-hero--fullscreen .f-hero__inner {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .f-hero--content-stack {
        overflow: visible;
        margin-bottom: 40px
    }

    .f-hero--content-stack .f-hero__inner {
        position: relative !important;
        z-index: 2;
        padding-top: 32px;
        padding-bottom: 0;
        display: block
    }

    .f-hero--content-stack .f-hero__inner:not(.color-scheme-inherit) {
        padding-bottom: 32px
    }

    .f-hero--content-stack .f-hero__content {
        width: 100%
    }

    .f-hero--content-stack .f-hero__title {
        color: rgb(var(--color-heading))
    }

    .f-hero--content-stack .f-hero__subtitle {
        color: rgb(var(--color-foreground))
    }

    .f-hero--content-stack .f-hero__text {
        color: rgb(var(--color-foreground-secondary))
    }

    .f-hero--content-stack.f-hero--has-overlay:before {
        display: none
    }
}

.f-hero--has-link .f-hero__inner {
    pointer-events: none;
    z-index: 7
}

.f-hero--has-link .f-hero__btn {
    pointer-events: auto
}

.f-video__bg {
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none
}

.f-video__bg iframe, .f-video__bg video {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    max-width: none;
    border: none;
    width: 100%;
    height: 100%;
    object-fit: cover
}
