:root {
    --hero-yellow: #ffed00;
    --hero-blue: #0088ce;
    --hero-grey: #2c2c2d;
    --hero-white: #ffffff;
}

.hero-block-static,
.hero-block-slideshow {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bss-slides {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    line-height: 0;
}

.bss-slides:focus {
    outline: 0;
}

.bss-slides figure {
    position: relative;
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    line-height: 1.5;
}

.bss-slides figure.bss-show {
    display: block;
    z-index: 2;
}

.bss-slides figure.bss-hidden {
    display: none;
}

.hero-block-static__slide,
.hero-slide {
    position: relative;
    width: 100%;
    min-height: 720px;
    margin: 0;
    overflow: hidden;
    background: var(--hero-slide-bg, var(--hero-grey));
    color: var(--hero-slide-text, var(--hero-white));
}

.hero-block-static__slide::before,
.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(12, 12, 12, 0.82) 0%,
        rgba(12, 12, 12, 0.46) 42%,
        rgba(12, 12, 12, 0.16) 100%
    );
}

.hero-slide--no-bg::before {
    background:
        radial-gradient(circle at 72% 42%, rgba(255, 237, 0, 0.08) 0%, rgba(255, 237, 0, 0) 32%),
        linear-gradient(90deg, rgba(12, 12, 12, 0.5) 0%, rgba(12, 12, 12, 0.12) 100%);
}

.totalslides-1 .bss-prev,
.totalslides-1 .bss-next,
.totalslides-1 .bss-nav-dots {
    display: none !important;
}

.hero-block-static__bg,
.hero-slide-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-block-static__bg img,
.hero-slide-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.hero-bg-w-filter::after,
.hero-block-static__bg.hero-bg-w-filter::after,
.hero-slide-bg.hero-bg-w-filter::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(44, 44, 45, 0.18);
    pointer-events: none;
}

.hero-slide-shell,
.hero-block-static__slide .main-container,
.hero-slide .main-container {
    position: relative;
    z-index: 3;
    max-width: 1581px;
}

.hero-slide-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 56px;
    min-height: 720px;
    padding: 88px 0 96px;
}

.hero-slide-content {
    flex: 0 1 640px;
    max-width: 640px;
    width: 100%;
    text-align: left;
}

.hero-slide--has-product .hero-slide-content {
    flex-basis: 620px;
    max-width: 620px;
}

.hero-slide-media {
    position: relative;
    z-index: 3;
    flex: 0 1 700px;
    max-width: 700px;
    width: 100%;
    text-align: right;
}

.hero-slide-media img {
    display: inline-block;
    width: 100%;
    max-width: 700px;
    max-height: 620px;
    object-fit: contain;
}

.hero-block-static__slide h1,
.hero-slide h1 {
    display: block;
    max-width: 720px;
    margin: 0 0 18px;
    font-size: 86px;
    line-height: 1.06;
    font-weight: 900;
    letter-spacing: 0;
    text-align: left;
    color: inherit;
    overflow-wrap: normal;
    word-break: normal;
}

.hero-slide--has-product h1,
.hero-slide--product-only h1,
.hero-slide--bg-and-product h1 {
    max-width: 900px;
}

.hero-slide-title-line {
    display: block;
    max-width: 100%;
}

.hero-slide--has-product .hero-slide-title-line,
.hero-slide--product-only .hero-slide-title-line,
.hero-slide--bg-and-product .hero-slide-title-line,
.hero-slide--bg-only .hero-slide-title-line {
    white-space: nowrap;
}

.hero-block-static__slide h3,
.hero-slide h3,
.hero-block-static__slide .hero-slide-copy,
.hero-slide .hero-slide-copy,
.hero-block-static__slide .hero-slide-copy p,
.hero-slide .hero-slide-copy p {
    max-width: 34ch;
    margin: 0 0 30px;
    font-size: 26px !important;
    line-height: 1.45 !important;
    font-weight: 400;
    text-align: left;
    color: inherit;
}

.hero-slide-copy p:last-child {
    margin-bottom: 0;
}

.hero-content__cta {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    width: auto;
    margin-top: 30px;
    line-height: normal;
}

.hero-content__cta .btn {
    display: inline-flex;
    flex: 0 0 auto;
    width: auto !important;
    max-width: none;
    margin-right: 0;
}

.hero-block-static__slide.white,
.hero-slide.white {
    --hero-slide-text: var(--hero-white);
}

.hero-block-static__slide.grey,
.hero-slide.grey {
    --hero-slide-text: var(--hero-grey);
}

.hero-block-static__slide.white h1,
.hero-block-static__slide.white h3,
.hero-block-static__slide.white .hero-slide-copy,
.hero-block-static__slide.white .hero-slide-copy p,
.hero-slide.white h1,
.hero-slide.white h3,
.hero-slide.white .hero-slide-copy,
.hero-slide.white .hero-slide-copy p {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
}

.hero-block-static__slide.grey h1,
.hero-block-static__slide.grey h3,
.hero-block-static__slide.grey .hero-slide-copy,
.hero-block-static__slide.grey .hero-slide-copy p,
.hero-slide.grey h1,
.hero-slide.grey h3,
.hero-slide.grey .hero-slide-copy,
.hero-slide.grey .hero-slide-copy p {
    text-shadow: none;
}

.hero-content__cta.grey .btn {
    background: var(--hero-grey) !important;
    color: var(--hero-white);
}

.hero-content__cta.white .btn {
    background: var(--hero-white) !important;
    color: var(--hero-grey);
}

.hero-content__cta.yellow .btn {
    background: var(--hero-yellow) !important;
    color: var(--hero-grey);
}

.hero-content__cta.blue .btn {
    background: var(--hero-blue) !important;
    color: var(--hero-white);
}

.hero-content__cta.grey .btn:after {
    border-left-color: var(--hero-grey);
}

.hero-content__cta.white .btn:after {
    border-left-color: var(--hero-white);
}

.hero-content__cta.yellow .btn:after {
    border-left-color: var(--hero-yellow);
}

.hero-content__cta.blue .btn:after {
    border-left-color: var(--hero-blue);
}

.bss-slides figure .hero-content__cta span.more {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.hero-block-static .bss-slides .bss-prev,
.hero-block-static .bss-slides .bss-next,
.hero-block-slideshow .bss-slides .bss-prev,
.hero-block-slideshow .bss-slides .bss-next {
    position: absolute !important;
    bottom: 18px !important;
    top: auto !important;
    z-index: 20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    color: #ffffff;
    line-height: 0;
    font-size: 0;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    filter: none !important;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.hero-block-static .bss-slides .bss-prev:hover,
.hero-block-static .bss-slides .bss-next:hover,
.hero-block-slideshow .bss-slides .bss-prev:hover,
.hero-block-slideshow .bss-slides .bss-next:hover {
    opacity: 0.72;
    transform: scale(1.12);
}

.hero-block-static .bss-slides .bss-prev,
.hero-block-slideshow .bss-slides .bss-prev {
    left: calc(50% - 78px) !important;
    right: auto !important;
}

.hero-block-static .bss-slides .bss-next,
.hero-block-slideshow .bss-slides .bss-next {
    left: calc(50% + 48px) !important;
    right: auto !important;
}

.hero-block-static .bss-slides .bss-prev::before,
.hero-block-static .bss-slides .bss-prev::after,
.hero-block-static .bss-slides .bss-next::before,
.hero-block-static .bss-slides .bss-next::after,
.hero-block-slideshow .bss-slides .bss-prev::before,
.hero-block-slideshow .bss-slides .bss-prev::after,
.hero-block-slideshow .bss-slides .bss-next::before,
.hero-block-slideshow .bss-slides .bss-next::after {
    display: none !important;
    content: none !important;
}

.hero-block-static .bss-slides .bss-prev svg,
.hero-block-static .bss-slides .bss-next svg,
.hero-block-slideshow .bss-slides .bss-prev svg,
.hero-block-slideshow .bss-slides .bss-next svg {
    display: block !important;
    width: 11px;
    height: auto;
    fill: currentColor;
    overflow: visible;
}

.hero-block-static .bss-slides .bss-prev svg path,
.hero-block-static .bss-slides .bss-next svg path,
.hero-block-slideshow .bss-slides .bss-prev svg path,
.hero-block-slideshow .bss-slides .bss-next svg path {
    fill: currentColor;
}

.hero-block-static .bss-slides .bss-prev svg,
.hero-block-slideshow .bss-slides .bss-prev svg {
    transform: rotate(180deg);
}

.hero-block-static .bss-slides .bss-nav-dots,
.hero-block-slideshow .bss-slides .bss-nav-dots {
    position: absolute;
    left: 50%;
    bottom: 24px;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 10px;
    transform: translateX(-50%);
}

.hero-block-static .bss-slides .bss-nav-dot,
.hero-block-slideshow .bss-slides .bss-nav-dot {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    transition: background 0.2s ease, transform 0.2s ease, outline-color 0.2s ease;
}

.hero-block-static .bss-slides .bss-nav-dot.active,
.hero-block-slideshow .bss-slides .bss-nav-dot.active {
    background: #ffffff;
    transform: scale(1.15);
}

.hero-block-static .bss-slides .bss-nav-dot:focus,
.hero-block-slideshow .bss-slides .bss-nav-dot:focus {
    outline: none;
}

.hero-block-static .bss-slides .bss-nav-dot:focus-visible,
.hero-block-slideshow .bss-slides .bss-nav-dot:focus-visible {
    outline: 2px solid var(--hero-yellow);
    outline-offset: 4px;
}

.hero-block-static .bss-slides .bss-nav-dot.active:focus-visible,
.hero-block-slideshow .bss-slides .bss-nav-dot.active:focus-visible {
    outline-color: var(--hero-yellow);
}

@media screen and (min-width: 1600px) {
    .hero-block-static__slide,
    .hero-slide {
        min-height: 820px;
    }

    .hero-slide-inner {
        min-height: 820px;
        padding: 96px 0 104px;
    }

    .hero-slide-content {
        max-width: 700px;
        flex-basis: 700px;
    }

    .hero-slide--has-product .hero-slide-content {
        max-width: 660px;
        flex-basis: 660px;
    }

    .hero-slide-media {
        max-width: 780px;
    }

    .hero-slide-media img {
        max-width: 780px;
        max-height: 680px;
    }

    .hero-block-static__slide h1,
    .hero-slide h1 {
        max-width: 720px;
        font-size: 86px;
    }

    .hero-slide--has-product h1,
    .hero-slide--product-only h1,
    .hero-slide--bg-and-product h1 {
        max-width: 820px;
    }
}

@media screen and (max-width: 1024px) {
    .hero-block-static__slide,
    .hero-slide {
        min-height: 640px;
    }

    .hero-slide-inner {
        gap: 36px;
        min-height: 640px;
        padding: 72px 0 84px;
    }

    .hero-slide-content,
    .hero-slide--has-product .hero-slide-content {
        flex-basis: 520px;
        max-width: 520px;
    }

    .hero-slide-media {
        flex-basis: 90vw;
        max-width: 520px;
    }

    .hero-slide-media img {
        max-width: 520px;
        max-height: 460px;
    }

    .hero-block-static__slide h1,
    .hero-slide h1 {
        max-width: 560px;
        font-size: 64px;
        line-height: 1.04;
    }

    .hero-slide--has-product h1,
    .hero-slide--product-only h1,
    .hero-slide--bg-and-product h1 {
        max-width: 720px;
    }

    .hero-block-static__slide h3,
    .hero-slide h3,
    .hero-block-static__slide .hero-slide-copy,
    .hero-slide .hero-slide-copy,
    .hero-block-static__slide .hero-slide-copy p,
    .hero-slide .hero-slide-copy p {
        max-width: 34ch;
        font-size: 22px !important;
        line-height: 1.4 !important;
        font-weight: 500;
    }

    .hero-content__cta {
        flex-wrap: wrap;
        gap: 14px;
    }
}

@media screen and (max-width: 760px) {
    .hero-block-static__slide,
    .hero-slide {
        min-height: auto;
    }

    .hero-block-static__slide::before,
    .hero-slide::before {
        background:
            radial-gradient(circle at 50% 18%, rgba(255, 237, 0, 0.08) 0%, rgba(255, 237, 0, 0) 36%),
            linear-gradient(180deg, rgba(12, 12, 12, 0.24) 0%, rgba(12, 12, 12, 0.1) 100%);
    }

    .hero-slide-inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        min-height: auto;
        padding: 28px 0 76px;
        gap: 20px;
    }

    .hero-slide--bg-only,
    .hero-slide--bg-and-product {
        background: var(--hero-slide-bg, var(--hero-grey));
    }

    .hero-slide--bg-only::before,
    .hero-slide--bg-and-product::before {
        display: none;
        content: none;
    }

    .hero-slide--bg-only .hero-block-static__bg,
    .hero-slide--bg-and-product .hero-block-static__bg {
        position: relative;
        inset: auto;
        z-index: 1;
        width: 100%;
        aspect-ratio: 16 / 9;
        overflow: hidden;
    }

    .hero-slide--bg-only .hero-block-static__bg::before,
    .hero-slide--bg-and-product .hero-block-static__bg::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        z-index: 3;
        height: 58%;
        pointer-events: none;
        background: linear-gradient(
            180deg,
            rgba(44, 44, 45, 0) 0%,
            rgba(44, 44, 45, 0.28) 34%,
            rgba(44, 44, 45, 0.74) 70%,
            var(--hero-slide-bg, var(--hero-grey)) 100%
        );
    }

    .hero-slide--bg-only .hero-block-static__bg img,
    .hero-slide--bg-and-product .hero-block-static__bg img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .hero-slide--bg-only .hero-block-static__bg.hero-bg-w-filter::after,
    .hero-slide--bg-and-product .hero-block-static__bg.hero-bg-w-filter::after {
        background: rgba(44, 44, 45, 0.1);
    }

    .hero-slide--bg-only .hero-slide-shell,
    .hero-slide--bg-and-product .hero-slide-shell {
        position: relative;
        z-index: 3;
        margin-top: 0;
    }

    .hero-slide--bg-only .hero-slide-inner,
    .hero-slide--bg-and-product .hero-slide-inner {
        position: relative;
        padding: 24px 0 68px;
        background: var(--hero-slide-bg, var(--hero-grey));
        box-shadow: none;
    }

    .hero-slide-content,
    .hero-slide--has-product .hero-slide-content {
        order: 1;
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        text-align: left;
    }

    .hero-slide--has-product .hero-slide-title-line,
    .hero-slide--product-only .hero-slide-title-line,
    .hero-slide--bg-and-product .hero-slide-title-line,
    .hero-slide--bg-only .hero-slide-title-line {
        white-space: normal;
    }

    .hero-slide-media {
        order: 2;
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        text-align: left;
    }

    .hero-slide--has-product.hero-slide--no-bg .hero-slide-inner {
        padding-top: 28px;
        gap: 22px;
    }

    .hero-slide--has-product.hero-slide--no-bg .hero-slide-media {
        order: 1;
        align-self: center;
        width: 100%;
        max-width: 230px;
        margin: 0 auto 4px;
        text-align: center;
    }

    .hero-slide--has-product.hero-slide--no-bg .hero-slide-media img {
        display: block;
        width: 100%;
        max-width: 230px;
        margin: 0 auto;
    }

    .hero-slide--has-product.hero-slide--no-bg .hero-slide-content,
    .hero-slide--bg-only .hero-slide-content,
    .hero-slide--bg-and-product .hero-slide-content {
        order: 2;
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }

    .hero-slide--bg-and-product .hero-slide-media {
        order: 1;
        align-self: center;
        width: 100%;
        max-width: 210px;
        margin: 0 auto 4px;
        text-align: center;
    }

    .hero-slide--bg-and-product .hero-slide-media img {
        display: block;
        width: 100%;
        max-width: 210px;
        margin: 0 auto;
    }

    .hero-slide-media img {
        width: 100%;
        max-width: 100%;
        max-height: none;
    }

    .hero-block-static__slide h1,
    .hero-slide h1 {
        max-width: 100%;
        margin-bottom: 10px;
        font-size: 38px;
        line-height: 1.05;
    }

    .hero-block-static__slide h3,
    .hero-slide h3,
    .hero-block-static__slide .hero-slide-copy,
    .hero-slide .hero-slide-copy,
    .hero-block-static__slide .hero-slide-copy p,
    .hero-slide .hero-slide-copy p {
        max-width: 100%;
        margin-bottom: 20px;
        font-size: 18px !important;
        line-height: 1.45 !important;
    }

    .hero-content__cta {
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
        gap: 12px 18px;
        margin-top: 22px;
    }

    .hero-content__cta .btn {
        max-width: calc(100% - 28px);
        min-width: 0;
    }

    .hero-block-static .bss-slides .bss-prev,
    .hero-block-static .bss-slides .bss-next,
    .hero-block-slideshow .bss-slides .bss-prev,
    .hero-block-slideshow .bss-slides .bss-next {
        display: inline-flex !important;
    }

    .hero-block-static .bss-slides .bss-nav-dots,
    .hero-block-slideshow .bss-slides .bss-nav-dots {
        left: 50%;
        bottom: 22px;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 624px) {
    .page-id-18857 .header-search__form.main-search__form,
    .page-id-20009 .header-search__form.main-search__form {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
    }

    .page-id-18857 main,
    .page-id-20009 main {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 520px) {
    .hero-slide-inner {
        padding: 24px 0 70px;
        gap: 18px;
    }

    .hero-slide--bg-only .hero-slide-inner,
    .hero-slide--bg-and-product .hero-slide-inner {
        padding: 22px 0 64px;
    }

    .hero-slide--bg-only .hero-block-static__bg::before,
    .hero-slide--bg-and-product .hero-block-static__bg::before {
        height: 64%;
    }

    .hero-slide--has-product.hero-slide--no-bg .hero-slide-media,
    .hero-slide--has-product.hero-slide--no-bg .hero-slide-media img {
        max-width: 210px;
    }

    .hero-slide--bg-and-product .hero-slide-media,
    .hero-slide--bg-and-product .hero-slide-media img {
        max-width: 190px;
    }

    .hero-block-static__slide h1,
    .hero-slide h1 {
        font-size: 34px;
    }

    .hero-block-static__slide h3,
    .hero-slide h3,
    .hero-block-static__slide .hero-slide-copy,
    .hero-slide .hero-slide-copy,
    .hero-block-static__slide .hero-slide-copy p,
    .hero-slide .hero-slide-copy p {
        font-size: 17px !important;
    }

    .hero-block-static .bss-slides .bss-nav-dot,
    .hero-block-slideshow .bss-slides .bss-nav-dot {
        width: 9px;
        height: 9px;
    }
}

@media screen and (max-width: 380px) {
    .hero-slide--has-product.hero-slide--no-bg .hero-slide-media,
    .hero-slide--has-product.hero-slide--no-bg .hero-slide-media img {
        max-width: 195px;
    }

    .hero-block-static__slide h1,
    .hero-slide h1 {
        font-size: 32px;
    }
}
