@font-face {
    font-family: 'Graphik';
    src: url('./fonts/Graphik-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'JejuMyeongjo';
    src: url('./fonts/jejumyeongjo.woff') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Graphik', sans-serif;
    leading-trim: both;
    text-edge: cap;
    font-size: 18px;
    font-weight: 400;
    line-height: 106%;
    letter-spacing: -0.63px;
    /* overflow-x: hidden; */
}

.first-block {
    background-image: url('./images/first-block-bg.png');
    background-position: center;
    background-size: cover;
    padding-bottom: 260px;
    position: relative;
    max-height: 100vh;
}

.first-block::before {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0.1;
    animation: bgAnim infinite 10s;
}

@keyframes bgAnim {
    from {
        opacity: 0;
    }
    50% {
        opacity: 0.2;
    }
    to {
        opacity: 0;
    }
}

.first-block__content {
    max-width: 1280px;
    margin: 0 auto;
}

.header {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    justify-content: center;
    padding: 22px 40px;
}

.header__left {
    display: flex;
    align-items: center;
    gap: 40px;
}

.header__left a,
.header__left a:visited,
.header__left a:hover {
    color: #fff;
    text-decoration: none;
}

.header__left a:hover {
    opacity: 0.8;
}

.header__right {
    display: flex;
    align-items: center;
    gap: 23px;
    border-radius: 27px;
    background: #fff;
    color: #000;
    padding: 13px 17px;
    outline: none;
    border: none;
}

.header__right:hover {
    opacity: 0.8;
    cursor: pointer;
}

.first-block-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 72px;
    margin-top: 72px;
}

.first-block-content__text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.first-block-content__first-row,
.first-block-content__second-row {
    font-family: 'JejuMyeongjo', 'Arial', sans-serif;
    color: #fff;
    text-align: center;
    /* font-variant-numeric: stacked-fractions; */
    /* font-feature-settings: 'dlig' on; */
    font-size: 202.526px;
    font-style: normal;
    font-weight: 400;
    line-height: 80%; /* 162.021px */
    letter-spacing: -6.076px;
}

.first-block-content__third-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
}

.first-block-content__third-row-content {
    position: relative;
}

.first-block-content__third-row-prefix {
    color: #fff;
    text-align: center;
    /* font-variant-numeric: stacked-fractions; */
    /* font-feature-settings: 'dlig' on; */
    font-family: 'JejuMyeongjo', 'Arial', sans-serif;
    font-size: 68.346px;
    font-style: normal;
    font-weight: 400;
    line-height: 80%; /* 54.677px */
    letter-spacing: -2.05px;
    position: absolute;
    left: -130px;
    top: -20px;
}

.proceed-to-deposit-button {
    color: #000;
    text-align: center;
    font-family: 'Roboto Mono', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 200% */
    text-transform: uppercase;
    border-radius: 12px;
    background: #feb121;
    padding: 18px 32px;
    border: none;
    outline: none;
    cursor: pointer;
}

.proceed-to-deposit-button:hover {
    opacity: 0.8;
}

.second-block {
    padding-top: 125px;
    padding-bottom: 300px;
    height: 70vh;
    min-height: 900px;
    background-color: #000000;
    background-image: url('./images/second-group-bg.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.second-block__content-block {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px;
}

.second-block__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    color: #fff;
    text-align: center;
    font-size: 23px;
    line-height: 106%;
}

.second-block__content {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 130%; /* 28.6px */
    display: flex;
    justify-content: center;
    gap: 30px;
    position: relative;
    width: 100%;
}

.second-block__content-first {
    width: 269px;
}

.second-block__content-second {
    width: 303px;
}

.tag {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-variant-numeric: stacked-fractions;
    font-feature-settings: 'dlig' on;
    font-family: 'JetBrains Mono', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 107%; /* 20.9px */
    letter-spacing: -1.98px;
    text-transform: uppercase;
}

.second-block__tag {
    position: absolute;
    top: 0;
    left: 40px;
}

.third-block {
    background-color: #000;
    width: 100%;
    padding-bottom: 245px;
}

.third-block__content {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 96px;
}

.competence {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 16px;
    padding-right: 44px;
}

.competence__number {
    border-radius: 29.368px;
    border: 1.273px solid #fff;
    width: 38px;
    height: 38px;
    color: #fff;
    text-align: center;
    font-size: 21.536px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.competence__content {
    color: #fff;
    font-variant-numeric: stacked-fractions;
    font-feature-settings: 'dlig' on;
    font-family: 'JetBrains Mono', sans-serif;
    font-size: 88.104px;
    font-style: normal;
    font-weight: 300;
    line-height: 95%; /* 83.699px */
    letter-spacing: -7.929px;
    text-transform: uppercase;
}

.third-block__competencies {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.third-block__competencies .competence:nth-child(1) {
    background: linear-gradient(270deg, #d437db 0.28%, #000 100%), #ea9345;
    width: 70%;
    max-width: calc(0.7 * 1440px);
}

.third-block__competencies .competence:nth-child(2) {
    background: linear-gradient(270deg, #4f5c6e -3.84%, #000 89.73%), #ea9345;
    width: 90%;
    max-width: calc(0.9 * 1440px);
}

.third-block__competencies .competence:nth-child(3) {
    background: linear-gradient(270deg, #527eeb -7.39%, #000 97.16%), #ea9345;
    width: 60%;
    max-width: calc(0.6 * 1440px);
}

.third-block__competencies .competence:nth-child(4) {
    background: linear-gradient(270deg, #ffa361 -7.46%, #000 92.69%), #ea9345;
    width: 80%;
    max-width: calc(0.8 * 1440px);
}

.third-block__competencies .competence:nth-child(5) {
    background: linear-gradient(90deg, #000 2.45%, #903dd2 98.29%), #ea9345;
    width: 50%;
    max-width: calc(0.5 * 1440px);
}

.fourth-block {
    background-color: #000;
    max-width: 100vw;
    overflow: hidden;
}

.fourth-block__content {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fourth-block__tag {
    position: absolute;
    top: 0;
    left: 40px;
}

.fourth-block__circle-one {
    padding-top: 80px;
    border-radius: 1000px;
    opacity: 0.92;
    background: url('./images/rounds-bg.svg');
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    height: 1111px;
    width: 1111px;
}

.fourth-block__circle-one .fourth-block__item {
    max-width: 323px;
}

.fourth-block__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.fourth-block__item-title {
    color: #fff;
    text-align: center;
    font-family: 'Roboto Mono', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 107.5%; /* 27.95px */
    text-transform: uppercase;
}

.fourth-block__item-description {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 119.5%; /* 21.51px */
    letter-spacing: -0.36px;
    opacity: 0.5;
}

.fourth-block__circle-two {
    padding-top: 80px;
    border-radius: 1000px;
    /* background: linear-gradient(180deg, #893cc6 -52.67%, #8f34d7 -2.38%, #9c38a2 46.86%, #feb121 110.06%),
        linear-gradient(180deg, #b8cdd2 0%, rgba(184, 205, 210, 0.3) 67.1%, rgba(184, 205, 210, 0.2) 96.15%); */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
    height: 805px;
    width: 805px;
}

.fourth-block__circle-two .fourth-block__item {
    max-width: 392px;
}

.fourth-block__circle-three {
    height: 508px;
    width: 508px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 1000px;
    opacity: 0.92;
    /* background: linear-gradient(180deg, #893dc6 -186.12%, #8f34d7 -49.41%, #9c38a2 -2.17%, #feb121 109.65%),
        linear-gradient(180deg, #b8cdd2 0%, rgba(184, 205, 210, 0.3) 90.45%, rgba(184, 205, 210, 0.2) 136.52%); */
}

.fourth-block__circle-three .fourth-block__item {
    max-width: 296px;
}

.growth-block {
    background-color: #000000;
    padding-top: 160px;
}

.growth-block__content {
    width: 1440px;
    margin: 0 auto;
    position: relative;
}

.growth-block__tag {
    position: absolute;
    left: 40px;
}

.growth-block__cards {
    display: flex;
    gap: 52px;
    justify-content: center;
    margin-bottom: 270px;
    padding-top: 118px;
}

.growth-block-card {
    border-radius: 12px;
    padding: 26px;
    padding-bottom: 72px;
    display: flex;
    flex-direction: column;
    background: #181818;
    width: 427px;
    position: relative;
    overflow: hidden;
    gap: 24px;
}

.growth-block-card__content {
    display: flex;
    flex-direction: column;
    font-family: 'Suisse Intl', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -2%;
}

.growth-block-card__result-list {
    margin-bottom: 0;
}

.growth-block__content-card-1 {
    gap: 24px;
}

.growth-block__content-card-2 {
    gap: 16px;
}

.growth-block-card__number {
    width: 79px;
    height: 79px;
    border-radius: 50%;
    border: 1px solid #bdbdbd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9c99a0;
    font-family: 'Suisse Intl', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -2%;
}

.growth-block-card__title {
    font-family: 'Roboto Mono', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 30px;
    line-height: 119%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
}

.growth-block-card__text,
.growth-block-card__result,
.growth-block-card__description {
    color: #9c99a0;
}

.growth-block-card__description-paragraph {
    margin-bottom: 0;
}

.growth-block-card__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
}

.fifth-block {
    background-color: #000;
    padding-top: 180px;
}
.fifth-block__content-block {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.fifth-six-border {
    width: 100%;
    transform: translateY(10px);
}

.fifth-block__content {
    display: flex;
    justify-content: space-between;
}

.fifth-block__content-left {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding-top: 222px;
    position: relative;
}

.fifth-block__content-left img {
    position: absolute;
    left: -100px;
    top: -40px;
}

.fifth-block__content-left-title {
    color: #fff;
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 119.5%; /* 54.97px */
    letter-spacing: -0.92px;
    max-width: 345px;
    z-index: 1;
}

.fifth-block__content-left-buttons {
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 16px;
}

.fifth-block__tag {
    position: absolute;
    left: 0px;
    top: 0px;
}

.fifth-block__content-right {
    display: flex;
    align-items: center;
    gap: 50px;
}

.fifth-block__cards-left,
.fifth-block__cards-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 112px;
}

.fifth-block-card {
    border-radius: 12px;
    background:
        linear-gradient(0deg, #181818 0%, #181818 100%),
        linear-gradient(151deg, #181818 3.02%, rgba(24, 24, 24, 0) 92.67%);
    padding: 40px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 444px;
    width: 327px;
    position: relative;
    overflow: hidden;
}

.fifth-block-card-gradient-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url('./images/fifth-card-bg.png') no-repeat;
    background-size: cover;
}

.fifth-block-card__title {
    z-index: 1;
    color: #fff;
    font-family: 'Roboto Mono', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 119%; /* 35.7px */
    text-transform: uppercase;
}

.fifth-block-card__icon {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fifth-block-card__description {
    z-index: 1;
    opacity: 0.5;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 119.5%; /* 21.51px */
    letter-spacing: -0.36px;
}

.sixth-block {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.advantages {
    display: flex;
    flex-direction: column;
}

.advantage {
    border-top: 1px solid rgba(0, 0, 0, 0.31);
    display: grid;
    grid-template-columns: 2fr 5fr 4fr;
    padding-top: 24px;
    padding-bottom: 40px;
}

.advantage__title {
    color: #000;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 33px */
    letter-spacing: -1.2px;
    max-width: 376px;
}

.advantage__description {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 22.8px */
    letter-spacing: -0.665px;
}

.sixth-block__title {
    color: #000;
    /* font-variant-numeric: stacked-fractions; */
    /* font-feature-settings: 'dlig' on; */
    font-family: 'JejuMyeongjo', 'Arial', sans-serif;
    font-size: 112px;
    font-style: normal;
    font-weight: 400;
    line-height: 85%; /* 95.2px */
    letter-spacing: -6.72px;
}

.how-it-works-button {
    color: #fff;
    text-align: center;
    font-family: 'Roboto Mono', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 200% */
    text-transform: uppercase;
    border-radius: 6px;
    background: #1e1e1e;
    padding: 18px 32px;
    border: none;
    outline: none;
    cursor: pointer;
}

.how-it-works-button:hover {
    opacity: 0.8;
}

footer {
    background: #000000;
    padding-top: 134px;
}

.footer__content {
    display: flex;
    flex-direction: column;
    gap: 90px;
    max-width: 1280px;
    margin: 0 auto;
}

.footer__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 32px 0;
    border-top: 1px solid #666;
    gap: 32px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 116.523%; /* 20.974px */
    letter-spacing: -0.63px;
}

.footer__bottom a {
    display: block !important;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 116.523%; /* 20.974px */
    letter-spacing: -0.63px;
    opacity: 0.4;
    text-align: right;
}

.footer__mail,
.footer__mail:hover {
    display: block !important;
    color: rgba(255, 255, 255, 0.4);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 116.523%; /* 20.974px */
    letter-spacing: -0.63px;
    text-decoration: underline;
}

.footer__author {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 116.523%; /* 20.974px */
    letter-spacing: -0.63px;
    opacity: 0.4;
    text-align: right;
}

.footer__first-line {
    display: grid;
    grid-template-columns: 165px 400px 1fr;
    gap: 60px;
}

.footer__address,
.footer-mobile__address {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    background: #fff;
    padding: 28px 32px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 107.5%; /* 21.5px */
    letter-spacing: -0.4px;
}

.footer__address-title,
.footer-mobile__address-title {
    margin-bottom: 30px;
    color: #000;
    font-family: 'Roboto Flex';
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 33px */
    letter-spacing: -1.2px;
}

.footer__address-description {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: 12px;
}

.footer__address-icons a {
    display: block !important;
}

.footer__address p {
    margin-bottom: 4px;
    margin-top: 0;
}

.footer__address p:last-child {
    margin-bottom: 12px;
}

.footer__map {
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    height: 435px;
    -webkit-filter: grayscale(100%);
}

.footer__map iframe {
    border: none;
}

.footer-mobile__content {
    width: 100%;
}

button,
a {
    display: none !important;
}

.footer-mobile {
    display: none;
    padding-top: 80px;
}

.footer-mobile__address {
    border-radius: 24px;
    background: #fff;
    padding: 50px 16px;
    padding-bottom: 0;
    overflow: hidden;
}

.footer-mobile__address-description {
    /* max-width: 236px; */
}

.footer-mobile__map {
    border-radius: 24px;
    background: #fff;
    overflow: hidden;
    margin-right: -16px;
    margin-left: -16px;
    -webkit-filter: grayscale(100%);
}

.footer-mobile__map iframe {
    border: none;
}

.footer-mobile__icons {
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    justify-content: space-between;
}

.footer-mobile__bottom {
    padding-left: 16px;
    padding-right: 16px;
    flex-direction: column;
    align-items: flex-start;
}

.footer-mobile__icons a {
    display: block !important;
    margin-top: 21px;
}

@media (max-width: 1280px) {
    .first-block__content,
    .second-block__content-block,
    .third-block__content,
    .fourth-block__content,
    .fifth-block__content-block,
    .sixth-block,
    .footer__content {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 1200px) {
    body {
        background-color: #000;
    }
    .first-block__content,
    .second-block__content-block,
    .third-block__content,
    .fourth-block__content,
    .fifth-block__content-block,
    .sixth-block,
    .footer__content {
        padding-left: 16px;
        padding-right: 16px;
        max-width: 100vw;
        overflow: hidden;
    }

    .footer-mobile {
        display: flex;
    }

    .footer-desktop {
        display: none;
    }

    .header {
        padding-left: 0;
        padding-right: 0;
    }

    .header svg {
        display: none;
    }

    .first-block-content__first-row,
    .first-block-content__second-row {
        font-size: 70px;
        line-height: 80%; /* 56px */
        letter-spacing: -2.1px;
    }
    .first-block-content__third-row-prefix {
        font-size: 24px;
        line-height: 80%; /* 19.2px */
        letter-spacing: -0.72px;
        left: -40px;
        top: -12px;
    }
    .first-block-content__third-row {
        margin-top: 16px;
    }
    .first-block-content__third-row-content svg {
        width: 149px;
        height: 48px;
    }
    .proceed-to-deposit-button {
        width: 100%;
    }
    .first-block {
        min-height: 100vh;
        padding-bottom: 40px;
        display: flex;
        flex-direction: column;
    }
    .first-block__content {
        height: 100%;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }
    .first-block-content {
        justify-content: space-between;
        height: 100%;
        flex-grow: 1;
        justify-content: center;
    }
    .second-block__content {
        flex-direction: column;
        position: static;
    }

    .second-block {
        position: relative;
        padding-top: 80px;
        padding-bottom: 245px;
        height: 100%;
        background-position: center 200px;
    }

    .second-block__tag {
        position: static;
        margin-bottom: 10px;
    }
    .second-block__content-block {
        gap: 80px;
    }
    .third-block {
        padding-bottom: 80px;
    }
    .third-block__content {
        gap: 40px;
    }
    .third-block__content .tag {
        max-width: 243px;
        text-align: center;
    }
    .tag {
        color: #fff;
        text-align: center;
        font-size: 18px;
        font-weight: 300;
        line-height: 107%; /* 19.26px */
        letter-spacing: -1.62px;
    }
    .third-block__competencies .competence[class][class] {
        background: none;
        max-width: 100%;
        width: 100%;
    }
    .competence {
        justify-content: flex-start;
        align-items: flex-start;
        gap: 50px;
    }
    .competence__number {
        margin-top: 2px;
        border-radius: 13.361px;
        border: 0.579px solid #fff;
        width: 16px;
        min-width: 16px;
        height: 16px;
        min-height: 16px;
        color: #fff;
        font-size: 9.798px;
        font-weight: 400;
        line-height: 106%; /* 10.386px */
        letter-spacing: -0.343px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .competence__content {
        font-size: 40.082px;
        line-height: 95%; /* 38.078px */
        letter-spacing: -3.607px;
    }
    .fourth-block__tag {
        position: static;
        margin-bottom: 40px;
    }
    .fourth-block__content {
        max-width: 100vw;
    }
    .fourth-block__item-description {
        max-width: 297px;
    }
    .fifth-block {
        padding-top: 80px;
    }
    .fifth-block__tag {
        position: static;
    }
    .fifth-block__content-left {
        padding-top: 140px;
    }
    .fifth-block__content-left img {
        top: -100px;
    }
    .fifth-block__content-left-title {
        max-width: unset;
    }
    .fifth-block__content {
        flex-direction: column;
    }
    .fifth-block__content-left-buttons {
        flex-direction: column;
    }
    .how-it-works-button {
        width: 100%;
    }
    .fifth-block__content-right {
        flex-direction: column;
        margin-top: 60px;
        gap: 16px;
    }
    .fifth-block-card {
        width: 100%;
    }
    .fifth-block__cards-left,
    .fifth-block__cards-right {
        gap: 16px;
    }
    .sixth-block {
        transform: translateY(0);
        border-radius: 0px 0px 24px 24px;
        background-color: #fff;
    }
    .sixth-block__title {
        font-size: 40px;
        line-height: 85%; /* 34px */
        letter-spacing: -2.4px;
    }
    .advantage {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .advantage__icon {
        display: none;
    }

    .growth-block__cards {
        flex-direction: column;
        gap: 16px;
        padding: 16px;
    }
    .growth-block-card {
        width: 100%;
    }
    .growth-block__content {
        width: 100%;
    }
    .growth-block__tag {
        top: -70px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (min-width: 950px) and (max-width: 1200px) {
    .second-block {
        padding-top: 300px;
    }
}

@media (max-height: 600px) and (min-width: 1200px) {
    .first-block-content {
        margin-top: 24px;
    }
}

@media (max-height: 800px) and (min-width: 1200px) {
    .first-block-content__first-row,
    .first-block-content__second-row {
        font-size: 140px;
    }
}

.policy-banner {
    z-index: 1000000;
    position: fixed;
    bottom: 12px;
    left: 12px;
    right: 12px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 24px;
    background: linear-gradient(270deg, rgb(212, 55, 219) 0.28%, rgb(0, 0, 0) 100%), rgb(234, 147, 69);
    color: rgb(255, 255, 255);
    font-family: 'JetBrains Mono', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    text-transform: uppercase;
    border-radius: 24px;
}

.policy-banner-hidden {
    display: none;
}

.policy-banner a {
    display: inline !important;
    color: rgb(255, 255, 255);
}

.policy-banner a:hover {
    opacity: 0.8;
}

.policy-banner button {
    display: block !important;
    background: linear-gradient(270deg, #4f5c6e -3.84%, #000 89.73%), #ea9345;
    border: 1px solid #4f5c6e;
    border-radius: 8px;
    font-family: 'JetBrains Mono', sans-serif;
    font-size: 24px;
    color: rgb(255, 255, 255);
    padding: 8px 16px;
    cursor: pointer;
}

.policy-banner button:hover {
    transform: scale(1.05);
}

.policy-banner button:active {
    transform: scale(0.95);
}

@media (max-width: 1000px) {
    .policy-banner {
        font-size: 20px;
    }
}

@media (max-width: 700px) {
    .policy-banner {
        flex-direction: column;
        font-size: 12px;
        padding: 8px;
        gap: 8px;
    }

    .policy-banner button {
        font-size: 14px;
    }
}
