:root {
    --bs25-background-color: #051d20;
    --bs25-text-color: #fff;
    --bs25-accent-color: #bc9a4b;
    --bs25-font-size-small: 1.4rem;
    --bs25-font-size-base: 1.6rem;
    --bs25-font-size-h1: clamp(4rem, 0.2254rem + 6.4789vw, 8rem);
    --bs25-font-size-h2: clamp(2rem, 0.6796rem + 4.2254vw, 5.75rem);
    --bs25-font-size-h3: clamp(1.5rem, 0.6796rem + 2.2254vw, 4rem);
}

.brewers-star-25 {
    font-family: 'Montserrat', sans-serif;
    background: var(--bs25-background-color);
    color: var(--bs25-text-color);
    font-size: var(--bs25-font-size-base);
    line-height: 1.3;
}

.brewers-star-25__header {
    position: relative;
    min-height: calc(100svh - 116px - 51px);
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 2vw;
    grid-template-areas: 'left' 'right';
    padding-inline: 6vw;

    br {
        display: none;
    }

    @media (min-width: 768px) {
        grid-template-columns: 2fr 1fr;
        grid-template-areas: 'left right';
        padding-inline: 10vw;
        br {
            display: block;
        }
    }

    @media (min-width: 920px) {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: 'left right';
    }

    &::after {
        content: '';
        display: block;
        width: 100%;
        height: 20%;
        position: absolute;
        left: 0;
        bottom: 0%;
        background: linear-gradient(transparent, var(--bs25-background-color));
        z-index: 1;
        @media (min-width: 768px) {
            bottom: -25%;
        }
    }

    &::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        background: linear-gradient(
                90deg,
                rgb(0% 0% 0% / 0.78) 0%,
                rgb(0% 0% 0% / 0.776953125) 6.25%,
                rgb(0% 0% 0% / 0.7678125) 12.5%,
                rgb(0% 0% 0% / 0.752578125) 18.75%,
                rgb(0% 0% 0% / 0.7312500000000001) 25%,
                rgb(0% 0% 0% / 0.703828125) 31.25%,
                rgb(0% 0% 0% / 0.6703125) 37.5%,
                rgb(0% 0% 0% / 0.630703125) 43.75%,
                rgb(0% 0% 0% / 0.585) 50%,
                rgb(0% 0% 0% / 0.533203125) 56.25%,
                rgb(0% 0% 0% / 0.4753125) 62.5%,
                rgb(0% 0% 0% / 0.411328125) 68.75%,
                rgb(0% 0% 0% / 0.34125) 75%,
                rgb(0% 0% 0% / 0.26507812500000005) 81.25%,
                rgb(0% 0% 0% / 0.18281250000000004) 87.5%,
                rgb(0% 0% 0% / 0.09445312500000003) 93.75%,
                rgb(0% 0% 0% / 0) 100%
        );

        @media (min-width: 768px) {
            width: 50%;
            height: 125%;
            background: linear-gradient(
                    90deg,
                    rgb(0% 0% 0% / 0.57) 0%,
                    rgb(0% 0% 0% / 0.5009765625) 6.25%,
                    rgb(0% 0% 0% / 0.43640625) 12.5%,
                    rgb(0% 0% 0% / 0.37628906249999994) 18.75%,
                    rgb(0% 0% 0% / 0.32062499999999994) 25%,
                    rgb(0% 0% 0% / 0.2694140625) 31.25%,
                    rgb(0% 0% 0% / 0.22265625) 37.5%,
                    rgb(0% 0% 0% / 0.1803515625) 43.75%,
                    rgb(0% 0% 0% / 0.14249999999999996) 50%,
                    rgb(0% 0% 0% / 0.10910156249999997) 56.25%,
                    rgb(0% 0% 0% / 0.08015624999999998) 62.5%,
                    rgb(0% 0% 0% / 0.0556640625) 68.75%,
                    rgb(0% 0% 0% / 0.03562500000000002) 75%,
                    rgb(0% 0% 0% / 0.020039062499999982) 81.25%,
                    rgb(0% 0% 0% / 0.008906250000000004) 87.5%,
                    rgb(0% 0% 0% / 0.0022265624999999734) 93.75%,
                    rgb(0% 0% 0% / 0) 100%
            );
        }
        left: 0;
        top: 0;
        z-index: 1;
    }
}

.brewers-star-25__header--right {
    @media (min-width: 768px) {
        grid-template-columns: 1fr 2fr;
    }

    @media (min-width: 920px) {
        grid-template-columns: 1fr 1fr;
    }
}

.brewers-star-25__header--right::before {
    @media (min-width: 768px) {
        left: 30%;
        width: 70%;
        background: linear-gradient(
                270deg,
                rgb(0% 0% 0% / 0.57) 0%,
                rgb(0% 0% 0% / 0.5009765625) 6.25%,
                rgb(0% 0% 0% / 0.43640625) 12.5%,
                rgb(0% 0% 0% / 0.37628906249999994) 18.75%,
                rgb(0% 0% 0% / 0.32062499999999994) 25%,
                rgb(0% 0% 0% / 0.2694140625) 31.25%,
                rgb(0% 0% 0% / 0.22265625) 37.5%,
                rgb(0% 0% 0% / 0.1803515625) 43.75%,
                rgb(0% 0% 0% / 0.14249999999999996) 50%,
                rgb(0% 0% 0% / 0.10910156249999997) 56.25%,
                rgb(0% 0% 0% / 0.08015624999999998) 62.5%,
                rgb(0% 0% 0% / 0.0556640625) 68.75%,
                rgb(0% 0% 0% / 0.03562500000000002) 75%,
                rgb(0% 0% 0% / 0.020039062499999982) 81.25%,
                rgb(0% 0% 0% / 0.008906250000000004) 87.5%,
                rgb(0% 0% 0% / 0.0022265624999999734) 93.75%,
                rgb(0% 0% 0% / 0) 100%
        );
    }
}

.brewers-star-25__header--right .brewers-star-25__header-content {
    @media (min-width: 768px) {
        align-items: flex-end;
        text-align: right;
        grid-area: right;
    }
}

.brewers-star-25__header--crop {
    overflow: hidden;
}

.brewers-star-25__headline {
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
    font-size: var(--bs25-font-size-h1);
    text-wrap: balance;
    line-height: 1.1;
    transition: opacity 0.8s ease-in-out;
    transition-delay: 0.4s;

    @starting-style {
        opacity: 0;
    }
}

.brewers-star-25__sub-headline {
    text-transform: uppercase;
    font-weight: 900;
    font-size: var(--bs25-font-size-h2);
    text-wrap: balance;
    line-height: 1.1;
    margin: 0;
    letter-spacing: 0.025em;
    transition: opacity 0.8s ease-in-out;
    transition-delay: 0.6s;

    @starting-style {
        opacity: 0;
    }
}

.brewers-star-25__header em {
    font-style: normal;
    text-shadow: 0 0 24px rgba(255, 255, 255, 0.5);
    transition: all 1.2s ease-out;
    transition-delay: 0.6s;
    @starting-style {
        text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    }
}

.brewers-star-25__header-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 3rem;
    padding-block: 6rem;
    @media (min-width: 768px) {
        padding-block: 12rem;
    }
}

.brewers-star-25__header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;

    transition: opacity 0.8s ease-in-out;

    @starting-style {
        opacity: 0;
    }

    @media (max-width: 768px) {
        height: 100%;
        object-fit: cover;
        object-position: 45% top;
    }

    animation: parallax linear;
    animation-timeline: scroll(root);
}

@keyframes parallax {
    from {
        transform: translateY(-5%);
    }
    to {
        transform: translateY(20%);
    }
}

.brewers-star-25__header--crop .brewers-star-25__header-bg {
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.brewers-star-25__back-link {
    position: absolute;
    top: 2rem;
    left: 10vw;

    @media (min-width: 768px) {
        top: 4rem;
    }

    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    z-index: 100;
    backdrop-filter: none !important;
    padding: 1rem 1.8rem !important;
}

.brewers-star-25__perex {
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.75);
    @media (min-width: 768px) {
        text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    }
}

.brewers-star-25__perex-title {
    font-size: var(--bs25-font-size-base);
    line-height: 1.2;
    margin-bottom: 0;
    padding-bottom: 0.5rem;
    font-weight: 700;
}

.brewers-star-25__perex-text {
    padding-top: 1.2rem;
    border-top: 1px solid var(--bs25-accent-color);
}

.brewers-star-25__perex {
    font-size: var(--bs25-font-size-base);
    max-width: 42ch;
    text-wrap: balance;

    transition: opacity 0.8s ease-in-out;
    transition-delay: 0.5s;

    @starting-style {
        opacity: 0;
    }
}

.brewers-star-25__video {
    border-radius: 3rem;
    border: 4px solid var(--bs25-accent-color);
    overflow: hidden;
}

.brewers-star-25__video video {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.brewers-star-25__video-container {
    position: relative;
}

.brewers-star-25__play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -62%);
    width: clamp(6.4rem, calc(-4.444rem + 13.194vw), 14rem);
    height: clamp(6.4rem, calc(-4.444rem + 13.194vw), 14rem);
    cursor: pointer;
    z-index: 2;
    border: none;
    background: transparent;
    padding: 0;
    border-radius: 50%;
    transition: opacity 0.3s, transform 0.2s;
}

@media (max-width: 1024px) {
    .brewers-star-25__play-button {
        display: none;
    }
}

.brewers-star-25__play-button:focus {
    outline: 2px solid var(--bs25-accent-color);
    outline-offset: 3px;
}

.brewers-star-25__play-button:hover {
    transform: translate(-50%, -62%) scale(1.1);
}

.brewers-star-25__play-button svg {
    width: 100%;
    height: 100%;
}

.brewers-star-25__play-button circle {
    transition: fill 0.3s ease-in-out;
    fill: color-mix(in srgb, var(--bs25-accent-color), transparent 50%);
    stroke: var(--bs25-accent-color);
}

.brewers-star-25__play-button:hover circle {
    fill: var(--bs25-accent-color);
}

.brewers-star-25__play-button.hidden {
    opacity: 0;
    pointer-events: none;
}

.brewers-star-25__section {
    position: relative;
    z-index: 10;
    padding-block: 2vw 4vw;
    padding-inline: 6vw;
    @media (min-width: 768px) {
        padding-inline: 10vw;
    }
}
.brewers-star-25__section-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: clamp(2rem, calc(-0.278rem + 2.778vw), 4rem);

    &::before,
    &::after {
        content: '';
        flex: 1;
        height: 1px;
        background-color: var(--bs25-accent-color);
        transform: scaleX(0);
        transition: transform 0.6s ease-in-out;
    }

    &::before {
        margin-right: 1vw;
        transform-origin: right;
    }

    &::after {
        margin-left: 1vw;
        transform-origin: left;
    }

    &.is-line-visible {
        &::before,
        &::after {
            transform: scaleX(1);
        }
    }
}

.brewers-star-25__section-title {
    font-size: var(--bs25-font-size-h2);
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    z-index: 1;
    letter-spacing: 0.025em;
    text-align: center;
    max-width: 70%;
    margin: 0;
    @media (min-width: 768px) {
        max-width: 50%;
    }
}

.brewers-star-25__section-title--sm {
    font-size: var(--bs25-font-size-h3);
}

.brewers-star-25__cta {
    display: grid;
    gap: 6rem;
    grid-template-columns: 1fr;
    @media (min-width: 768px) {
        grid-template-columns: 1fr 1fr;
    }
}

.brewers-star-25__cta-tile {
    position: relative;
    aspect-ratio: 4/3;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: clamp(1.6rem, calc(-1.111rem + 4.6vw), 6rem);
    text-decoration: none;
}

.brewers-star-25__cta-tile .brewers-star-25__btn {
    position: relative;
    z-index: 10;
}

.brewers-star-25__cta-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}

.brewers-star-25__btn {
    color: var(--bs25-text-color);
    border: 1px solid var(--bs25-accent-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1.6rem 2rem;
    @media (min-width: 768px) {
        padding: 1.6rem 3rem;
    }
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease-in-out;

    &:focus,
    &:hover {
        background-color: var(--bs25-accent-color);
        color: var(--bs25-text-color);
    }
}

.brewers-star-25__btn--dark {
    border: 1px solid var(--bs25-background-color);
    &:focus,
    &:hover {
        background-color: var(--bs25-background-color);
        color: var(--bs25-text-color);
    }
}

.is-active .brewers-star-25__btn--dark {
    background-color: var(--bs25-background-color);
    color: var(--bs25-text-color);
}

.brewers-star-25__commandments {
    display: grid;
    gap: 4rem;
    grid-template-columns: 1fr;
    counter-reset: commandment;
    margin-bottom: 6rem;
    @media (min-width: 576px) {
        gap: 6rem;
        grid-template-columns: repeat(2, 1fr);
    }
    @media (min-width: 980px) {
        grid-template-columns: repeat(4, 1fr);
    }
    @media (min-width: 1200px) {
        grid-template-columns: repeat(5, 1fr);
    }
}

.brewers-star-25__commandment {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    counter-increment: commandment;
}

.brewers-star-25__commandment-image {
    width: 66.6%;
    min-width: 108px;
    padding: 0 5rem 1.6rem 5rem;
    margin-bottom: 1.6rem;
    border-bottom: 1px solid var(--bs25-accent-color);
    position: relative;

    @media (min-width: 768px) {
        padding: 0 2.6rem 1.6rem 2.6rem;
    }

    &::before {
        content: counter(commandment);
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        color: var(--bs25-background-color);
        border-radius: 50%;
        position: absolute;
        width: 3.5rem;
        height: 3.5rem;
        bottom: 11%;
        left: 11%;
        font-weight: 700;
    }
}

.brewers-star-25__commandment-title {
    font-weight: normal;
    font-size: var(--bs25-font-size-base);
    text-wrap: balance;
    margin: 0;
}

.brewers-star-25__commandment {
    position: relative;
    cursor: pointer;
}

.brewers-star-25__dialog {
    padding: 0;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bs25-text-color);
    color: var(--bs25-background-color);
    border-radius: 3rem;
    transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
    transition-behavior: allow-discrete;
    transform: translateY(-20%) scale(0);
    pointer-events: none;
    opacity: 0;

    @media (min-width: 980px) {
        top: -15px;
        left: -15px;
        width: calc(100% + 30px);
        height: calc(100% + 30px);
    }
}

.brewers-star-25__dialog.is-open {
    display: block;
    z-index: 1000;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    opacity: 1;
}

.brewers-star-25__dialog-close {
    appearance: none;
    background: none;
    border: none;
    font-size: 3.6rem;
    font-weight: bold;
    position: absolute;
    top: -1.8rem;
    right: -1.8rem;
    height: 3rem;
    width: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
}

.brewers-star-25__dialog-content {
    height: 100%;
    padding: 2rem 2rem 2rem 2rem;
    position: relative;
    font-size: var(--bs25-font-size-small);
    text-align: left;
}

.brewers-star-25__dialog-text {
    height: 100%;
    overflow-y: scroll;
}

.brewers-star-25__faq-banner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4rem;
    text-decoration: none;
    background-color: var(--bs25-accent-color);
    color: var(--bs25-text-color);
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
    padding: 0 3vw;
    border-radius: 3rem;

    @media (min-width: 768px) {
        aspect-ratio: 2/1;
    }

    @media (min-width: 920px) {
        aspect-ratio: 4.5/1;
    }

    &:focus,
    &:hover {
        color: var(--bs25-text-color);
    }
}

.brewers-star-25__faq-banner h2 {
    font-size: var(--bs25-font-size-h2);
    line-height: 1;
    font-weight: 900;
    margin: 0;
    text-wrap: balance;
    letter-spacing: 0.025em;
    position: relative;
    z-index: 10;
}

.brewers-star-25__faq-banner img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.75;
    z-index: 0;
}

.brewers-star-25__faq-banner .brewers-star-25__btn {
    position: relative;
    z-index: 10;
}

.brewers-star-25__faq-banner .brewers-star-25__btn svg {
    width: 1.8rem;
    height: 1.8rem;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    margin-left: 1rem;
    transform: translateY(-1px);
}

.brewers-star-25__faq-banner.is-active .brewers-star-25__btn svg {
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out;
}

.brewers-star-25__faq-question {
    border-bottom: 1px solid var(--bs25-accent-color);
    padding-bottom: 1.8rem;
    margin-bottom: 1.8rem;
    cursor: pointer;
    padding-left: 2rem;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.brewers-star-25__faq-question svg {
    width: 1.8rem;
    height: 1.8rem;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    margin-left: 1rem;
}

.brewers-star-25__faq-item:open .brewers-star-25__faq-question svg {
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out;
}

.brewers-star-25__faq-answer {
    margin-bottom: 3.6rem;
    padding-left: 2rem;
}

@media (min-width: 768px) {
    .brewers-star-25__faq-answer {
        padding-left: 6rem;
        max-width: 80ch;
    }
}

.brewers-star-25__signs {
    display: grid;
    gap: 4rem;
    grid-template-columns: 1fr;
    margin-bottom: 6rem;
    counter-reset: sign;
    @media (min-width: 768px) {
        grid-template-columns: repeat(2, 1fr);
    }
}

.brewers-star-25__sign {
    width: 100%;
    overflow: hidden;
    position: relative;
    counter-increment: sign;
}

.brewers-star-25__sign img {
    display: block;
    width: 100%;
    height: auto;
}

.brewers-star-25__sign button {
    position: absolute;
    top: 0;
    width: 2rem;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(5px);
    border: none;
    cursor: pointer;
    color: var(--bs25-text-color);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 15;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.brewers-star-25__sign:hover button {
    opacity: 1;
}

.brewers-star-25__sign button svg {
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.brewers-star-25__sign-prev {
    left: 0;
}

.brewers-star-25__sign-next {
    right: 0;
}

.brewers-star-25__sign-label {
    position: absolute;
    bottom: 2.4rem;
    left: 2.4rem;
    width: 100%;
    font-size: 2.4rem;
    z-index: 10;
    font-weight: bold;
    padding-left: 5rem;
    pointer-events: none;
    &::before {
        content: counter(sign);
        display: flex;
        justify-content: center;
        align-items: center;
        background: color-mix(in srgb, var(--bs25-accent-color), transparent 80%);
        backdrop-filter: blur(5px);
        border: 1px solid var(--bs25-accent-color);
        color: var(--bs25-text-color);
        border-radius: 50%;
        position: absolute;
        width: 3.5rem;
        height: 3.5rem;
        top: -2px;
        left: 0;
        font-weight: 700;
    }
}

.brewers-star-25__section-description {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.brewers-star-25__section-description p {
    max-width: 60ch;
    text-wrap: balance;
    text-align: center;
}

.brewers-star-25__section-description a {
    color: var(--bs25-text-color);
    &:focus,
    &:hover {
        color: var(--bs25-text-color);
    }
}

.brewers-star-25__map {
    margin-bottom: 2rem;
    color: #000 !important;
}

.brewers-star-25__map .gm-style .gm-style-iw {
    font-size: 16px !important;
}

.brewers-star-25__map-embed {
    border-radius: 3rem;
    overflow: hidden;
    border: 4px solid var(--bs25-accent-color);
}

.brewers-star-25__gmap iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.brewers-star-25__gmap {
    display: block;
    height: 80svh;

    @media (min-width: 768px) {
        height: auto;
        aspect-ratio: 20/11;
    }
}

.brewers-star-25__main-content {
    display: grid;
    gap: 4rem;
    grid-template-columns: 1fr;
    @media (min-width: 768px) {
        grid-template-columns: 2fr 1fr;
        align-items: center;
    }

    @media (min-width: 920px) {
        gap: 6rem;
        grid-template-columns: 1fr 1fr;
    }
}

.brewers-star-25__main-content-actions {
    padding-top: 1.2rem;
}

.brewers-star-25__main-content-text p {
    max-width: 50ch;
    text-wrap: balance;
}

.brewers-star-25__main-content h2 {
    font-size: 2rem;
    max-width: 44ch;
    text-wrap: balance;
}

.brewers-star-25__main-content-image {
    display: flex;
    justify-content: center;
}

.brewers-star-25__main-content-image img {
    width: 70%;
    @media (min-width: 768px) {
        width: 100%;
    }
    @media (min-width: 920px) {
        width: 50%;
    }
}

.brewers-star-25__advantages {
    display: grid;
    gap: 6rem;
    grid-template-columns: 1fr;
    grid-template-areas: 'text' 'image';
    margin-bottom: 6rem;
}

@media (min-width: 768px) {
    .brewers-star-25__advantages {
        gap: 10rem;
        grid-template-columns: 4fr 8fr;
        grid-template-areas: 'image text';
    }
}

.brewers-star-25__bullets {
    height: 100%;
    counter-reset: bullet;
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-area: text;
}

.brewers-star-25__bullet {
    display: grid;
    counter-increment: bullet;
    grid-template-columns: 6rem 1fr;
    gap: 2.4rem;
    position: relative;
}

@media (min-width: 768px) {
    .brewers-star-25__bullet {
        gap: 4rem;
    }
}

.brewers-star-25__bullet::before {
    content: counter(bullet);
    display: flex;
    justify-content: center;
    align-items: center;
    background: color-mix(in srgb, var(--bs25-accent-color), transparent 80%);
    backdrop-filter: blur(5px);
    border: 1px solid var(--bs25-accent-color);
    color: var(--bs25-text-color);
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    font-size: 3rem;
    font-weight: 700;
}

.brewers-star-25__bullet:not(:last-child) {
    padding-bottom: 6rem;
}

.brewers-star-25__bullet:not(:last-child)::after {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 6rem);
    position: absolute;
    left: 3rem;
    top: 6rem;
    background-color: var(--bs25-accent-color);
    z-index: 0;
}

.brewers-star-25__bullet p {
    margin-bottom: 0;
    max-width: 50ch;
}

.brewers-star-25__bullet h3 {
    font-size: var(--bs25-font-size-h2);
    @media (min-width: 768px) {
        font-size: 2.6rem;
    }
    margin-bottom: 1rem;
    margin-top: 0;
}

.brewers-star-25__advantages-image {
    grid-area: image;
}

.brewers-star-25__advantages-image img {
    width: 100%;
    height: auto;
}

.brewers-star-25__bullet-content {
    padding-top: 1.2rem;
}

.brewers-star-25__scroll-icon {
    width: 26px;
    height: 46px;
    border-radius: 26px;
    border: 1px solid var(--bs25-accent-color);
    position: relative;
    animation: mouse-opacity 2s infinite;
    animation-timing-function: ease-out;
    position: absolute;
    bottom: clamp(2rem, 5svh, 6rem);
    left: calc(50% - 13px);
    z-index: 10;

    transition: all 0.3s ease-in-out;
    transition-delay: 0.4s;

    @media (max-width: 768px) {
        bottom: 1.6rem;
    }

    @starting-style {
        opacity: 0;
    }

    &::before {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        background-color: var(--bs25-accent-color);
        border-radius: 50%;
        position: absolute;
        top: 8px;
        left: calc(50% - 2px);
        animation: mouse-btn 2s infinite;
        animation-timing-function: ease-out;
    }
}

@keyframes mouse-opacity {
    0% {
        opacity: 0.5;
    }
    20% {
        opacity: 0.5;
    }
    55% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    93% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes mouse-btn {
    0% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(0);
    }
    55% {
        transform: translateY(24px);
    }
    75% {
        transform: translateY(24px);
    }
    93% {
        transform: translateY(24px);
    }
    100% {
        transform: translateY(0);
    }
}

.brewers-star-25__map-controls {
    position: relative;
    display: flex;
    flex-direction: row;
    z-index: 100;
}

.brewers-star-25__search-container {
    position: relative;
    width: 100%;
}

.brewers-star-25__search-container svg {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    color: var(--bs25-accent-color);
    pointer-events: none;
}

.brewers-star-25__control {
    flex-grow: 1;
    width: 100%;
    padding: 6px 24px 6px 52px !important;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 16px !important;
}

.brewers-star-25__location-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
    white-space: nowrap;
    min-width: 155px;

    svg {
        color: var(--bs25-accent-color);
    }
}

.brewers-star-25__location-button:hover {
    background-color: #f0f0f0;
}

.brewers-star-25__map-controls {
    flex-direction: row;
}
