.footer-block .marquee__container .marquee {
    font-weight: 700;
    font-size: 36.53px;
    line-height: 93%;
    letter-spacing: -4%;
    text-transform: uppercase;
    color: #3B3B3B;
}

.footer-block .footer-block__wrapper {
    position: relative;
    overflow: hidden;
    color: #fff;
    border-radius: 60px;
    padding: 40px;

}

.footer-block .footer-block__wrapper::before {
    content: "";
    background-color: #FF094A;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -5;
}

.footer-block .footer-block__bottom {
    position: relative;
    margin-top: 156px;
}

.footer-block .footer-block__flair {
    font-family: Unbounded;
    font-weight: 700;
    font-size: 36.53px;
    line-height: 93%;
    letter-spacing: -4%;
    text-transform: uppercase;
    color: #3B3B3B;
    display: flex;
    gap: 14px;
    white-space: nowrap;
}

.footer-block .footer-block__flair-fade {
    position: absolute;
    pointer-events: none;
    bottom: 100%;
    z-index: -1;
}

.footer-block .footer-block__flair-fade .footer-block__flair {
    color: #cd1747;
}

.footer-block .footer-block__flair-fade::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg,rgba(255, 9, 74, 0.8) 0%, rgba(255, 9, 74, 0) 100%);
    z-index: 1;
}

.footer-block .footer-block__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0%;
}

.footer-block .footer-block__text-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 40px;
    max-width: 656px;
}

.footer-block .footer-block__surfer-picture {
    width: 713px;
    display: flex;
    position: absolute;
    z-index: 1;
    bottom: -46px;
    right: -163px;
    pointer-events: none;
}

.footer-block .footer-block__surfer-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: unset;
}

.footer-block .footer-block__bottom .sign-up-btn {
    position: absolute;
    bottom: 153px;
    right: 0;
    z-index: 2;
    width: 362px;
}

.footer-block .page-title {
    margin-top: 60px;
}

.footer-block .footer-block__footer {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #FFFFFF80;
}

.footer-block .footer {
    background-color: transparent;
    color: #fff;
    padding: 0;
}

.footer-block .footer .content-wrap {
    padding: 0;
}

@media screen and (max-width: 1480px) {
    .footer-block .page-title {
        font-size: 6.9vw;
    }

    .footer-block .footer-block__surfer-picture {
        width: 50vw;
        bottom: -2vw;
    }
}

@media screen and (max-width: 1120px) {
    .footer-block .page-title {
        font-size: 7.8vw;
    }

    .footer-block .footer-block__bottom .sign-up-btn {
        bottom: 80px;
    }

    .footer-block .footer-block__text {
        font-size: 20px;
    }

    .footer-block .footer-block__text-block {
        max-width: 466px;
    }
}

@media screen and (max-width: 920px) {
    .footer-block .footer-block__wrapper {
        padding: 40px 20px;
    }

    .footer-block .page-title {
        margin-top: 17px;
    }

    .footer-block .footer-block__content-wrap {
        padding: 0;
    }

    .footer-block {
        padding-bottom: 0;
    }

    .footer-block .footer-block__surfer-picture {
        width: 58vw;
        bottom: 5vw;
        right: -152px;
    }

    .footer-block .footer-block__bottom {
        margin-top: 120px;
    }

    .footer-block .footer-block__footer {
        margin-top: 32px;
        padding-top: 32px;
    }

    .footer-block .footer-block__wrapper {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
}

@media screen and (max-width: 750px) {
    .footer-block .footer-block__bottom {
        margin-top: 171px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-block .footer-block__text-block {
        max-width: unset;
    }

    .footer-block .footer-block__surfer-picture {
        width: 259px;
        bottom: -15px;
        right: 20px;
    }

    .footer-block .marquee__container .marquee {
        font-size: 24px;
    }

    .footer-block .footer-block__footer {
        margin-top: 44px;
        padding-top: 44px;
    }

    .footer-block .footer-block__bottom .sign-up-btn {
        position: initial;
        width: 100%;
        margin-top: -55px;
        font-size: 21.5px;
        height: 87.6px;
    }

    .footer-block .page-title {
        font-size: 32px;
    }

    .footer-block .footer-block__wrapper {
        border-radius: 40px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .footer-block .footer-block__flair-fade {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 15px;
    }

    .footer-block .footer-block__flair-fade::before {
        background: linear-gradient(180deg,rgba(255, 9, 74, 1) 0%, rgba(255, 9, 74, 0) 100%);
    }

    .footer-block .footer-block__flair {
        font-size: 30px;
    }
}
