.smallHero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 513px;
    height: 513px;
    overflow: hidden;
    box-sizing: border-box;
}

.smallHero__background {
    position: absolute;
    inset: 0;
    background-color: #1C2910;
}

.smallHero__background--has-image {
    inset: -80px;
    background: linear-gradient(0deg, rgba(28, 41, 16, 0.70) 0%, rgba(28, 41, 16, 0.70) 100%), var(--small-hero-bg-image) lightgray 0px -831.373px / 100% 210.912% no-repeat;
    filter: blur(55.5px);
    transform: translateZ(0);
}

.smallHero__decoration {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    line-height: 0;
}

.smallHero__decoration svg {
    display: block;
    height: 100%;
    width: auto;
}

.smallHero__decoration--left {
    left: -5%;
    top: -10%;
    bottom: 0;
    height: auto;
}

.smallHero__decoration--left svg {
    height: 100%;
    min-height: 100%;
    width: auto;
}

.smallHero__decoration--right {
    right: 0;
    left: auto;
    top: 10%;
    display: flex;
    justify-content: flex-end;
    max-width: 100%;
    overflow: hidden;
}

.smallHero__decoration--right svg {
    flex-shrink: 0;
    max-width: none;
}

@media (max-width: 790px) {
    .smallHero__decoration {
        display: none;
    }
}

.smallHero__container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 80px;
    box-sizing: border-box;
}

.smallHero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
    width: 100%;
}

.smallHero__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #B7B656;
    font-family: Satoshi, "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin: 0;
}

.smallHero__label-line {
    display: flex;
    flex-shrink: 0;
    align-items: center;
}

.smallHero__label-line svg {
    display: block;
    width: 28px;
    height: 2px;
}

.smallHero__title {
    color: #FFFFFF;
    font-family: Satoshi, "Montserrat", sans-serif;
    font-size: 68px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.68px;
    margin: 24px 0 0;
    max-width: 627px;
}

.smallHero__description {
    color: rgba(255, 255, 255, 0.65);
    font-family: Satoshi, "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin: 16px 0 0;
    max-width: 581px;
}

@media (max-width: 1280px) {
    .smallHero {
        height: auto;
        min-height: 460px;
        padding: 64px 0;
    }

    .smallHero__container {
        padding: 0 60px;
    }

    .smallHero__title {
        font-size: 56px;
        letter-spacing: -0.56px;
        margin-top: 20px;
    }

    .smallHero__description {
        font-size: 17px;
        margin-top: 14px;
    }
}

@media (max-width: 1024px) {
    .smallHero {
        min-height: 400px;
        padding: 56px 0;
    }

    .smallHero__container {
        padding: 0 40px;
    }

    .smallHero__title {
        font-size: 48px;
        letter-spacing: -0.48px;
        max-width: 540px;
    }

    .smallHero__description {
        font-size: 16px;
        max-width: 520px;
    }

    .smallHero__background--has-image {
        inset: -70px;
        filter: blur(48px);
    }
}

@media (max-width: 768px) {
    .smallHero {
        min-height: 340px;
        padding: 48px 0;
    }

    .smallHero__container {
        padding: 0 32px;
    }

    .smallHero__title {
        font-size: 40px;
        letter-spacing: -0.4px;
        margin-top: 16px;
        max-width: 100%;
    }

    .smallHero__description {
        font-size: 16px;
        margin-top: 12px;
        max-width: 100%;
    }
}

@media (max-width: 650px) {
    .smallHero {
        min-height: 300px;
        padding: 40px 0;
    }

    .smallHero__container {
        padding: 0 24px;
    }

    .smallHero__content {
        max-width: 100%;
    }

    .smallHero__label {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .smallHero__label-line svg {
        width: 24px;
    }

    .smallHero__title {
        font-size: 36px;
        letter-spacing: -0.36px;
        margin-top: 14px;
        line-height: 1.1;
    }

    .smallHero__description {
        font-size: 15px;
        line-height: 1.45;
        margin-top: 10px;
    }

    .smallHero__background--has-image {
        inset: -60px;
        filter: blur(40px);
        background-position: center;
        background-size: cover;
    }
}

@media (max-width: 480px) {
    .smallHero {
        min-height: 260px;
        padding: 32px 0;
    }

    .smallHero__container {
        padding: 0 20px;
    }

    .smallHero__label {
        font-size: 10px;
        letter-spacing: 1.2px;
        gap: 6px;
    }

    .smallHero__label-line svg {
        width: 20px;
    }

    .smallHero__title {
        font-size: 28px;
        letter-spacing: -0.28px;
        margin-top: 10px;
    }

    .smallHero__description {
        font-size: 14px;
        margin-top: 8px;
    }
}
