/* Banner 1 - GeneratePress / Gutenberg
--------------------------------------------- */

html .banner-1 {
    --banner-1-edge: clamp(20px, 5vw, 72px);
    --banner-1-content: var(--wrapWidth, 1670px);
    background-color: #061825;
    font-size: clamp(18px, 1.25vw, 21px);
    line-height: 1.55;
    overflow: hidden;
    /*padding: clamp(110px, 12vw, 180px) 0 clamp(80px, 9vw, 140px) !important;*/
    padding: 230px 0 clamp(80px, 9vw, 140px) !important;
    position: relative;

}

html .banner-1 .wp-block-cover__image-background {
    object-position: 62% center;
}

html .banner-1 .wp-block-cover__background {
    background:
            linear-gradient(90deg, rgba(4, 24, 38, 0.92) 0%, rgba(4, 24, 38, 0.76) 38%, rgba(4, 24, 38, 0.36) 68%, rgba(4, 24, 38, 0.12) 100%) !important;
    opacity: 1 !important;
}

html .banner-1.light .wp-block-cover__background,
html .banner-1.gradient-light .wp-block-cover__background {
    background:
            linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.78) 36%, rgba(255, 255, 255, 0.28) 62%, rgba(255, 255, 255, 0) 100%) !important;
}

html .banner-1.light .banner-1__heading-column h1,
html .banner-1.light .banner-1__heading-column p,
html .banner-1.gradient-light .banner-1__heading-column h1,
html .banner-1.gradient-light .banner-1__heading-column p {
    color: var(--headingcolor) !important;
}

html .banner-1 .wp-block-cover__inner-container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--banner-1-content);
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 100%;
}

html .banner-1__columns {
    align-items: center;
    gap: clamp(32px, 5vw, 80px);
    margin-bottom: 0;
}

html .banner-1__heading-column {
    flex-basis: 58%;
    max-width: 720px;
}

html .banner-1__content-column {
    align-items: center;
    display: flex;
    flex-basis: 42%;
}

html .banner-1__heading-column h1 {
    font-size: clamp(48px, 6.2vw, 72px);
    letter-spacing: -0.01em;
    line-height: 0.98;
    margin-bottom: clamp(18px, 2vw, 28px);
    max-width: 760px;
    text-wrap: balance;
}

html .banner-1__heading-column p {
    font-size: clamp(19px, 1.8vw, 27px);
    line-height: 1.35;
    margin-bottom: clamp(28px, 3vw, 42px);
    /*max-width: 560px;*/
}

html .banner-1__content {
    max-width: 500px;
}

html .banner-1__content p {
    margin-bottom: 25px;
}

html .banner-1 .drip-hero__buttons {
    gap: 16px;
}

html .banner-1 .wp-block-button .wp-block-button__link {
    /*border-radius: 999px !important;*/
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
    min-height: 56px;
    padding: 16px 34px !important;
}

html .banner-1 .wp-block-button.is-style-outline .wp-block-button__link {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.08) !important;
}

html .banner-1 .wp-block-button.is-style-outline .wp-block-button__link:hover,
html .banner-1 .wp-block-button.is-style-outline .wp-block-button__link:focus {
    background-color: #fff !important;
    color: var(--primary) !important;
}



@media (max-width: 1680px) and (min-width: 1200px) {

    html .banner-1 {
        padding-top: 11.979vw;
    }
}

@media (min-width: 1200px) {
    html .banner-1 {
        padding-top: 230px;
    }
}

@media (max-width: 1199px) {
    html .banner-1 {
        padding-top: clamp(200px, 25vw, 230px) !important;
    }

    html .banner-1__heading-column {
        flex-basis: 64%;
    }
}

@media (max-width: 991px) {
    html .banner-1 {
        min-height: 82vh !important;
    }

    html .banner-1 .wp-block-cover__image-background {
        object-position: 68% center;
    }

    html .banner-1 .wp-block-cover__background {
        background:
            linear-gradient(90deg, rgba(4, 24, 38, 0.94) 0%, rgba(4, 24, 38, 0.72) 56%, rgba(4, 24, 38, 0.22) 100%) !important;
    }

    html .banner-1.light .wp-block-cover__background,
    html .banner-1.gradient-light .wp-block-cover__background {
        background:
            linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.72) 62%, rgba(255, 255, 255, 0.18) 100%) !important;
    }
}

@media (max-width: 767px) {
    html .banner-1 {
        font-size: 18px;
        min-height: 86svh !important;
        padding: 150px 0 70px !important;
    }
    html .banner-1 p{
        font-size: 18px !important;
    }
    html .banner-1 .wp-block-cover__image-background {
        display: block !important;
        object-position: 72% center;
    }

    html .banner-1 .wp-block-cover__background {
        display: block !important;
        background:
            linear-gradient(180deg, rgba(4, 24, 38, 0.9) 0%, rgba(4, 24, 38, 0.78) 46%, rgba(4, 24, 38, 0.5) 100%) !important;
    }

    html .banner-1__columns {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    html .banner-1__columns.reverse {
        flex-direction: column-reverse;
    }

    html .banner-1__heading-column,
    html .banner-1__content-column {
        flex-basis: 100%;
        max-width: none;
        width: 100%;
    }

    html .banner-1__heading-column h1 {
        font-size: clamp(42px, 13vw, 64px);
        line-height: 1;
    }

    html .banner-1__heading-column p {
        font-size: clamp(18px, 5vw, 22px);
    }

    html .banner-1__content {
        margin: 0 !important;
        max-width: 100%;
    }

    html .banner-1 .drip-hero__buttons {
        gap: 12px;
    }

    html .banner-1 .wp-block-button .wp-block-button__link {
        min-height: 50px;
        padding: 13px 22px !important;
    }
}

@media (max-width: 576px) {
    html .banner-1 .drip-hero__buttons {
        align-items: stretch;
        flex-direction: column;
    }

    html .banner-1 .wp-block-button,
    html .banner-1 .wp-block-button .wp-block-button__link {
        width: 100%;
    }
}
