/* Стили для лендинга */
.body-landing {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    background: #121221;
}

.body-landing a {
    transition: all;
}

.body-landing h1 {
    font-weight: 700;
    font-size: 43px;
    line-height: 52px;
}

@media (max-width: 1248.98px) {
    .body-landing h1 {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (max-width: 822.98px) {
    .body-landing h1 {
        font-size: 18px;
        line-height: 22px;
    }
}

.header-container {
    position: relative;
    z-index: 5;
    background: #141626;
}

.header-landing {
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1023.98px) {
    .header-landing {
        padding: 20px;
    }
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .header-landing {
        padding: 10px;
    }
}

@media (max-width: 599.98px) {
    .header-landing {
        padding: 10px;
    }
}

.header__logo {
    width: 142px;
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .header__logo {
        width: 98px;
    }
}

@media (max-width: 599.98px) {
    .header__logo {
        width: 98px;
    }
}

.header__buttons {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .header__buttons {
        gap: 20px;
    }
}

@media (max-width: 599.98px) {
    .header__buttons {
        gap: 20px;
    }
}

.header__language-button {
    position: relative;
    display: flex;
    align-items: center;
    padding: 9px 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
}

.header__language-button.is-active {
    background: #212634;
    border-radius: 10px;
}

.header__language-button:hover {
    background: #212634;
    border-radius: 10px;
}

.header__language-button__text {
    text-transform: uppercase;
}

.header__language-arr {
    margin: 0 0 0 10px !important;
    fill: rgb(255, 255, 255);
    opacity: 0.4;
}

.header__language-button img {
    margin-right: 10px;
}

.header__language-container {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 270px;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    background: #212634;
    box-shadow: -20px 20px 60px rgba(0, 23, 82, 0.2);
    border-radius: 10px;
    padding: 10px;
    z-index: 10;
}

.header__language-container.is-active {
    display: grid;
}

@media (max-width: 434.98px) {
    .header__language-container {
        width: 200px;
        grid-template-columns: repeat(1, 1fr);
    }
}

.header__language-item {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 10px;
    text-decoration: none;
}

.header__language-item:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #FFFFFF;
}

.header__border {
    width: 1px;
    height: calc(100% - 20px);
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.2);
}

.header__button {
    padding: 8px 16px;
    background: #2B64F7;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    border: 0;
    cursor: pointer;
    text-decoration: none;
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .header__button {
        display: none;
    }
}

@media (max-width: 599.98px) {
    .header__button {
        display: none;
    }
}

.header__button:hover {
    background: #3D73FF;
    color: #FFFFFF;
}

.header__button:active {
    background: #144BD9;
    color: #FFFFFF;
}

.header__button-mobile {
    display: none;
    border: 0;
    align-items: center;
    justify-content: center;
    background: #2B64F7;
    border-radius: 10px;
    padding: 8px 16px;
}

.header__button-mobile img {
    width: 22px;
    height: 22px;
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .header__button-mobile {
        display: flex;
    }
}

@media (max-width: 599.98px) {
    .header__button-mobile {
        display: flex;
    }
}


.header__left {
    position: absolute;
    left: -20%;
    top: 100px;
    z-index: -1;
}

@media (max-width: 1023.98px) {
    .header__left {
        top: 70px;
        width: 50px;
        left: 0;
    }
}

@media (max-width: 599.98px) {
    .header__right {
        width: 30px;
    }
}

.header__right {
    position: absolute;
    right: -20%;
    top: 100px;
    z-index: -1;
}

@media (max-width: 1023.98px) {
    .header__right {
        top: 70px;
        width: 50px;
        right: 0;
    }
}

@media (max-width: 599.98px) {
    .header__right {
        width: 30px;
    }
}

@media (min-width: 1024px) {
    .header__right {
        right: -12%;
    }

    .header__left {
        left: -12%;
    }
}

@media (min-width: 1240px) {
    .header__right {
        right: 5%;
    }

    .header__left {
        left: 5%;
    }
}


.header__title {
    font-weight: 800;
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 30px;
    text-align: center;
}

@media (max-width: 1023.98px) {
    .header__title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 24px;
    }
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .header__title {
        font-size: 21px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}

@media (max-width: 599.98px) {
    .header__title {
        font-size: 21px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}

.header__subtitle {
    font-size: 21px;
    line-height: 28px;
    color: #D9DADE;
    text-align: center;
}

@media (max-width: 1023.98px) {
    .header__subtitle {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .header__subtitle {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 599.98px) {
    .header__subtitle {
        font-size: 14px;
        line-height: 20px;
    }
}

.header__container {
    position: relative;
    width: 100%;
    background: #141626;
    overflow-x: hidden;
}

.header__content {
    position: relative;
    max-width: 764px;
    padding: 30px 10px 65px;
    margin: 0 auto;
    z-index: 1;
}

@media (min-width: 375px) {
    .header__content {
        padding: 30px 40px 65px;
    }
}

@media (min-width: 411px) {
    .header__content {
        padding: 30px 43px 85px;
    }
}

@media (min-width: 568px) and (orientation: landscape) {
    .header__content {
        padding: 30px 10px 91px;
    }
}

@media (min-width: 666px) and (orientation: landscape) {
    .header__content {
        padding: 30px 120px 91px;
    }
}

@media (min-width: 823px) {
    .header__content {
        padding: 30px 145px 91px;
    }
}

@media (min-width: 768px) {
    .header__content {
        padding: 70px 82px 116px;
    }
}

@media (min-width: 1024px) and (orientation: landscape) {
    .header__content {
        padding: 70px 104px 122px;
        max-width: 816px;
    }
}

@media (min-width: 1240px) {
    .header__content {
        padding: 100px 240px 125px;
        max-width: 1240px;
    }
}


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

.header__button-try {
    background: #2B64F7;
    border-radius: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    padding: 24px 40px;
    display: block;
    margin: 30px auto 0;
    width: max-content;
    text-decoration: none;
}

@media (max-width: 1023.98px) {
    .header__button-try {
        padding: 20px 30px;
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .header__button-try {
        padding: 14px 16px;
        font-size: 14px;
        line-height: 17px;
        border-radius: 12px;
        margin-top: 20px;
    }
}

@media (max-width: 599.98px) {
    .header__button-try {
        padding: 14px 16px;
        font-size: 14px;
        line-height: 17px;
        border-radius: 12px;
        margin-top: 20px;
    }
}

.header__button-try:hover {
    background: #3D73FF;
    color: #FFFFFF;
}

.header__button-try:active {
    background: #144BD9;
    color: #FFFFFF;
}

.statistics {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
}

.statistics__block {
    max-width: 764px;
    margin: 0 auto;
    padding: 57px 0 100px;
    position: relative;
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .statistics__block {
        padding: 30px 0 82px;
    }
}

@media (max-width: 599.98px) {
    .statistics__block {
        padding: 30px 10px 40px;
    }
}

.statistics__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 41px;
}

@media (max-width: 599.98px) {
    .statistics__items {
        grid-column-gap: 1px;
    }
}

.statistics__item {
    position: relative;
}

.statistics__item.green {
    color: #2BF695;
}

.statistics__item:not(:last-child)::before {
    content: '';
    position: absolute;
    right: -21px;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 47.92%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.2;
}

@media (max-width: 599.98px) {
    .statistics__item:not(:last-child)::before {
        right: 0;
    }
}

.statistics__item-title {
    position: relative;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .statistics__item-title {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 599.98px) {
    .statistics__item-title {
        font-size: 16px;
        line-height: 20px;
    }
}

.statistics__item-title::before {
    content: '•';
    position: absolute;
    top: calc(100% - 8px);
    left: 50%;
    transform: translateX(-50%);
    color: #363B52;
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .statistics__item-title::before {
        top: 100%;
    }
}

@media (max-width: 599.98px) {
    .statistics__item-title::before {
        top: 100%;
    }
}

.statistics__item-text {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .statistics__item-text {
        font-size: 12px;
        line-height: 16px;
    }
}

@media (max-width: 599.98px) {
    .statistics__item-text {
        font-size: 12px;
        line-height: 16px;
    }
}


.statistics__item-text.green {
    color: #2BF695;
}

.payouts {
    position: relative;
    margin: 0 auto;
    max-width: 760px;
    width: 100%;
    background: #20233E;
    box-shadow: 20px 0 80px rgba(27, 31, 45, 0.2);
    border-radius: 20px;
    padding: 21px 40px;
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-column-gap: 30px;
}

.payouts::before, .statistics__block::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100vw;
    background: #141626;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}

.payouts::before {
    height: 50%;
}

.statistics__block::before {
    height: 100%;
}

@media (max-width: 1023.98px) {
    .payouts {
        padding: 14px 30px;
    }
}

@media (max-width: 713.98px) {
    .payouts {
        padding: 14px 30px;
        width: 100%;
        border-radius: 0;
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 410.98px) {
    .payouts {
        padding: 14px 10px;
    }
}

.payouts__text {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #CED2DD;
}

@media (max-width: 713.98px) {
    .payouts__text {
        width: 100%;
        text-align: center;
        margin-bottom: 16px;
    }
}

.payouts__items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
    opacity: 70%;
}

@media (min-width: 375px) {
    .payouts__items {
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 0;
    }
}

.earn {
    max-width: 1240px;
    margin: 0 auto;
    padding: 100px 40px;
}

@media (max-width: 1023.98px) {
    .earn {
        padding: 50px 20px 70px;
    }
}

@media (max-width: 1223.98px) {
    .earn {
        padding: 70px 20px;
    }
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .earn {
        padding: 40px 10px;
    }
}

@media (max-width: 767.98px) {
    .earn {
        padding: 40px 10px;
    }
}

.earn__title {
    text-align: center;
}

.earn__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px;
    margin-top: 50px;
}

@media (max-width: 1023.98px) {
    .earn__items {
        grid-column-gap: 20px;
        margin-top: 40px;
    }
}

@media (max-width: 822.98px) and (max-height: 568px) and (orientation: landscape) {
    .earn__items {
        grid-column-gap: 10px;
        margin-top: 20px;
    }
}

@media (max-width: 599.98px) {
    .earn__items {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(3, auto);
        grid-row-gap: 10px;
        margin-top: 20px;
    }
}

.earn__item {
    background: #FFFFFF;
    border-radius: 30px 30px 20px 20px;
}

@media (max-width: 599.98px) {
    .earn__item {
        position: relative;
    }
}

.earn__item-img {
    width: 100%;
    display: block;
    border-radius: 20px 20px 0 0;
}

@media (max-width: 599.98px) {
    .earn__item-img {
        width: 60px;
        height: 60px;
        position: absolute;
        z-index: 1;
        top: 10px;
        left: 10px;
        border-radius: 10px;
    }
}

.earn__item-block {
    background: #FFFFFF;
    color: #272A37;
    border-radius: 20px;
    padding: 20px;
    margin-top: -20px;
    position: relative;
}

@media (max-width: 599.98px) {
    .earn__item-block {
        margin: 0;
        padding: 10px 10px 10px 80px;
    }
}

.earn__item-title {
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 1023.98px) {
    .earn__item-title {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 599.98px) {
    .earn__item-title {
        font-size: 15px;
        line-height: 18px;
        text-align: start;
        margin-bottom: 6px;
    }
}

.earn__item-text {
    text-align: center;
}

@media (max-width: 1023.98px) {
    .earn__item-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 1023.98px) {
    .earn__item-text {
        font-size: 14px;
        line-height: 20px;
        text-align: start;
    }
}

.work {
    background: #141626;
}

.work__container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 100px 40px 128px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
}

@media (max-width: 1223.98px) {
    .work__container {
        padding: 70px 20px;
        grid-column-gap: 20px;
    }
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .work__container {
        padding: 40px 10px;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 767.98px) {
    .work__container {
        padding: 40px 10px;
    }
}


@media (max-width: 599.98px) {
    .work__container {
        grid-template-columns: repeat(1, 1fr);
    }
}

.work__images {
    width: 100%;
    display: block;
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .work__images {
        display: none;
    }
}

@media (max-width: 599.98px) {
    .work__images {
        display: none;
    }
}

.work__images-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .work__images-container {
        display: block;
    }
}

.work__images-container-mobile {
    display: none;
}

.work__title {
    margin-bottom: 20px;
}

.affiliate-level__title {
    margin-bottom: 10px;

    @media (min-width: 768px) {
        margin-bottom: 20px;
    }
}

.work__item {
    position: relative;
    padding: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

@media (max-width: 1023.98px) {
    .work__item {
        padding: 16px;
    }
}

.work__item.active {
    background: rgba(43, 100, 246, 0.05);
    border-radius: 8px;
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .work__item.active .work__images-container-mobile {
        display: block;

        img {
            display: block;
            max-width: 260px;
        }
    }
}

@media (max-width: 599.98px) {
    .work__item.active .work__images-container-mobile {
        display: block;

        img {
            display: block;
            max-width: 260px;
        }
    }
}

.work__item.active::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 2px;
    height: calc(100% - 40px);
    background: #2B64F6;
}

.work__item-title {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 10px;
}

@media (max-width: 1023.98px) {
    .work__item-title {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .work__item-title {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 6px;
    }
}

@media (max-width: 599.98px) {
    .work__item-title {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 6px;
    }
}

.work__item-icon {
    width: 28px;
    height: 28px;
    margin-right: 14px;
}

@media (max-width: 1023.98px) {
    .work__item-icon {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 599.98px) {
    .work__item-icon {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 1023.98px) {
    .work__item-text {
        font-size: 14px;
        line-height: 18px;
    }
}

.work__button, .affiliate-level__button {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 24px 40px;
    background: #2B64F7;
    box-shadow: -20px 20px 60px rgba(0, 23, 82, 0.2);
    border-radius: 20px;
    border: 0;
    cursor: pointer;
    margin-top: 10px;
    display: block;
    width: max-content;
    text-decoration: none;
}


.affiliate-level__button {
    margin-top: 20px;
    margin-inline: auto;
}

@media (min-width: 1240px) {
    .affiliate-level__button {
        margin-top: 40px;
    }
}

@media (max-width: 1023.98px) {
    .work__button, .affiliate-level__button {
        padding: 20px 30px;
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .work__button, .affiliate-level__button {
        padding: 14px 16px;
        font-size: 14px;
        line-height: 17px;
        border-radius: 12px;
    }
}

@media (max-width: 599.98px) {
    .work__button, .affiliate-level__button {
        padding: 14px 16px;
        font-size: 14px;
        line-height: 17px;
        border-radius: 12px;
    }
}

.work__button:hover, .affiliate-level__button:hover {
    background: #3D73FF;
    color: #FFFFFF;
    text-decoration: none;
}

.work__button:active, .affiliate-level__button:active {
    background: #144BD9;
    color: #FFFFFF;
    text-decoration: none;
}

.affiliate-programs--background {
    background-color: #141626;
}

.affiliate-level, .affiliate-programs {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    padding-block: 100px 78px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.affiliate-programs__cards {
    display: grid;
    grid-template-columns: repeat(1, 4fr);
    gap: 10px;

    margin-top: 20px;

    @media (min-width: 568px) {
        grid-template-columns: repeat(2, 2fr);
    }

    @media (min-width: 768px) {
        gap: 20px;
    }

    @media (min-width: 1024px) {
        grid-template-columns: repeat(4, 1fr);
    }

    @media (min-width: 1240px) {
        gap: 40px;
    }
}

.affiliate-programs__description {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    color: #D9DADE;
    max-width: 560px;
    margin-inline: auto;
    margin-bottom: 0;

    @media (min-width: 768px) {
        font-size: 16px;
        margin-top: 50px;
    }

    @media (min-width: 1240px) {
        margin-top: 32px;
    }
}

.affiliate-programs__card {
    padding: 10px;
    background: #20233E;
    border-radius: 10px;

    img {
        width: 30px;
        height: 30px;
        margin-bottom: 8px;

        @media (min-width: 768px) {
            width: 38px;
            height: 38px;
        }

        @media (min-width: 1240px) {
            width: 48px;
            height: 48px;
        }
    }


    @media (min-width: 768px) {
        padding: 20px;
    }

    @media (min-width: 1240px) {
        padding: 30px;
    }
}

.affiliate-programs__card-container {
    display: flex;
    gap: 10px;
    @media (min-width: 667px) {
        gap: 0;
        flex-direction: column;
    }
}

.affiliate-programs__card-text-container {
    display: flex;
    flex-direction: column;
}


.affiliate-programs__card-title {
    font-size: 15px;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;

    @media (min-width: 768px) {
        font-size: 18px;
    }

    @media (min-width: 1240px) {
        font-size: 21px;
    }
}

.affiliate-programs__card-text {
    color: white;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;

    @media (min-width: 1240px) {
        font-size: 16px;
    }
}

.affiliate-level__text-block {
    max-width: 256px;
    margin: 0 auto 20px auto;
    padding-inline: 40px;

    @media (min-width: 568px) {
        max-width: 362px;
    }

    @media (min-width: 667px) {
        max-width: 428px;
    }

    @media (min-width: 768px) {
        max-width: 478px;
    }

    @media (min-width: 1240px) {
        max-width: 560px;
    }
}

.affiliate-programs__text-block {
    max-width: 560px;
    margin-inline: auto;

    @media (min-width: 1024px) and (max-width: 1239.98px) {
        max-width: 482px;
    }
}

.affiliate-level__text-block, .affiliate-programs__text-block {
    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;

    position: relative;

    @media (min-width: 768px) {
        margin-bottom: 50px;
    }

    p {
        font-size: 14px;
        line-height: 20px;
        color: #D9DADE;

        @media (min-width: 768px) and (orientation: portrait) {
            font-size: 16px;
            line-height: 22px;
        }

        @media (min-width: 1024px) {
            font-size: 16px;
            line-height: 22px;
        }

        @media (min-width: 1240px) {
            font-size: 21px;
            line-height: 28px;
        }
    }
}

.affiliate-level__text-block__container {
    display: flex;
    flex-direction: column;
}

.affiliate-level__text-block__img {
    position: absolute;
}

.affiliate-level__text-block__img--left {
    width: 63px;
    height: 50px;

    right: 80%;
    top: 67px;

    @media (max-width: 374.98px) {
        right: 85%;
    }

    @media (min-width: 568px) {
        width: 83px;
        height: 65px;
    }

    @media (min-width: 568px) and (orientation: portrait) {
        width: 122px;
        height: 97px;
    }

    @media (min-width: 768px) and (orientation: portrait) {
        top: 94px;
    }

    @media (min-width: 1024px) {
        left: 7%;
        top: 135px;
        width: 122px;
        height: 97px;
    }
}

.affiliate-level__text-block__img--right {
    right: -47%;
    top: 54px;
    width: 54px;
    height: 65px;
    left: 85%;

    @media (max-width: 374.98px) {
        left: 89%;
    }

    @media (min-width: 568px) {
        width: 71px;
        height: 85px;
        top: 43px;
    }

    @media (min-width: 568px) and (orientation: portrait) {
        width: 105px;
        height: 125px;
    }

    @media (min-width: 768px) and (orientation: portrait) {
        width: 105px;
        height: 125px;
        top: 97px;
    }

    @media (min-width: 1024px) {
        right: 7%;
        width: 105px;
        height: 125px;
        top: 97px;
    }

    @media (min-width: 1240px) {
        top: 154px;
    }
}

.affiliate-level__cards {
    display: flex;
    overflow-x: scroll;
    gap: 10px;
    padding-inline: 40px;

    @media (min-width: 768px) and (max-width: 1023.98px) and (orientation: portrait) {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-areas:
        "starter starter starter starter advanced advanced advanced advanced professional professional professional professional"
        "expert  expert  expert  expert  expert   expert   master   master   master       master       master       master"
        "guru    guru    guru    guru    guru     guru     legend   legend   legend       legend       legend       legend";
        gap: 20px;
        overflow-x: auto;
    }

    @media (min-width: 1024px) {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-areas:
        "starter starter starter starter advanced advanced advanced advanced professional professional professional professional"
        "expert  expert  expert  master  master   master   guru     guru     guru         legend       legend       legend";
        gap: 20px;
        overflow-x: auto;
    }

    @media (min-width: 1240px) {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-areas:
        "starter starter starter starter advanced advanced advanced advanced professional professional professional professional"
        "expert  expert  expert  master  master   master   guru     guru     guru         legend       legend       legend";
        gap: 40px;
        overflow-x: auto;
    }
}

.affiliate-level__cards {
    scrollbar-width: thin;
    scrollbar-color: #53555B transparent;
    -webkit-overflow-scrolling: touch;
}

.affiliate-level__cards::-webkit-scrollbar {
    height: 8px;
}

.affiliate-level__cards::-webkit-scrollbar-track {
    background: transparent;
}

.affiliate-level__cards::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.affiliate-level__cards::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.affiliate-level__cards::-webkit-scrollbar-button {
    display: none;
}

@media (min-width: 1024px) and (max-width: 1238.98px) {
    .affiliate-level__cards {
        padding-inline: 20px;
    }
}

@media (max-width: 1223.98px) {
    .affiliate-level, .affiliate-programs {
        padding-block: 70px;
    }

    .affiliate-level__text-block, .affiliate-programs {
        padding-inline: 20px;
    }

    .affiliate-level__cards {
        padding-inline: 20px;
    }
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .affiliate-level, .affiliate-programs {
        padding-block: 40px;
    }

    .affiliate-level__text-block, .affiliate-programs {
        padding-inline: 10px;
    }

    .affiliate-level__cards {
        padding-inline: 10px;
    }
}

@media (max-width: 599.98px) {
    .affiliate-level, .affiliate-programs {
        padding-block: 40px;
    }

    .affiliate-level__text-block, .affiliate-programs {
        padding-inline: 10px;
    }

    .affiliate-level__cards {
        padding-inline-start: 10px;
        padding-inline-end: 0;
    }
}


@media (min-width: 1024px) {
    .affiliate-programs {
        max-width: 1160px;
        margin-inline: auto;
        padding-inline: 20px
    }
}

.affiliate-level__card {
    padding: 20px;
    border-radius: 10px;
    background-color: #FFFFFF;
    min-width: 229.33px;

    @media (min-width: 1240px) {
        padding: 30px;
    }
}

.affiliate-level__card--starter {
    @media (min-width: 768px) {
        grid-area: starter;
    }

    .affiliate-level__card__container {
        svg {
            fill: #59BDF3;
        }
    }

    .affiliate-level__card__item__bar__progress {
        background-color: #59BDF3;
    }
}

.affiliate-level__card--advanced {
    @media (min-width: 768px) {
        grid-area: advanced;
    }

    .affiliate-level__card__container {
        svg {
            fill: #007BFF;
        }
    }

    .affiliate-level__card__item__bar__progress {
        background-color: #007BFF;
    }
}

.affiliate-level__card--professional {
    @media (min-width: 768px) {
        grid-area: professional;
    }

    .affiliate-level__card__container {
        svg {
            fill: #0047AB;
        }
    }

    .affiliate-level__card__item__bar__progress {
        background-color: #0047AB;
    }
}

.affiliate-level__card--expert {
    @media (min-width: 768px) {
        grid-area: expert;
    }

    .affiliate-level__card__container {
        svg {
            fill: #9E4EBF;
        }
    }

    .affiliate-level__card__item__bar__progress {
        background-color: #9E4EBF;
    }
}

.affiliate-level__card--master {
    @media (min-width: 768px) {
        grid-area: master;
    }

    .affiliate-level__card__container {
        svg {
            fill: #4B0082;
        }
    }

    .affiliate-level__card__item__bar__progress {
        background-color: #4B0082;
    }
}

.affiliate-level__card--guru {
    @media (min-width: 768px) {
        grid-area: guru;
    }

    .affiliate-level__card__container {
        svg {
            fill: #D13A39;
        }
    }

    .affiliate-level__card__item__bar__progress {
        background-color: #D13A39;
    }
}

.affiliate-level__card--legend {
    @media (min-width: 768px) {
        grid-area: legend;
    }

    .affiliate-level__card__container {
        svg {
            fill: #F5B000;
        }
    }

    .affiliate-level__card__item__bar__progress {
        background-color: #F5B000;
    }
}

.affiliate-level__card__title {
    color: #272A37;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 4px;
}

.affiliate-level__card__container {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;

    svg {
        width: 28px;
        height: 28px;
    }
}

.affiliate-level__card__item + .affiliate-level__card__item {
    margin-top: 20px;
}

.affiliate-level__card__name {
    color: #000000;
    font-size: 21px;
    font-weight: 700;
}

.affiliate-level__card__item {
    display: flex;
    flex-direction: column;
}

.affiliate-level__card__item__description {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #272A37;

    p {
        margin-bottom: 4px;
    }

}

.affiliate-level__card__item__description__value {
    font-weight: 600;
}

.affiliate-level__card__bar {
    background-color: #E5E5E5;
    border-radius: 10px;
}

.affiliate-level__card__bar__progress {
    height: 6px;
    border-radius: 10px;
}

.reviews__tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: auto;
}

.reviews__text {
    font-size: 14px;
    color: #272A37;
}

@media (min-width: 768px) {
    .reviews__text {
        font-size: 16px;
    }
}

.reviews__tags__tag {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    background-color: rgba(97, 108, 129, 0.14);
    padding: 4px 8px;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.reviews {
    max-width: 1240px;
    margin: 0 auto;
    padding: 100px 40px 78px;
}

@media (max-width: 1023.98px) {
    .reviews {
        padding: 70px 20px;
    }
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .reviews {
        padding: 40px 10px;
    }
}

@media (max-width: 599.98px) {
    .reviews {
        padding: 40px 10px;
    }
}

.reviews__title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;

    @media (min-width: 768px) {
        font-size: 28px;
    }
}

.reviews__item {
    display: flex;
    gap: 20px;
    flex-direction: column;
    border-radius: 10px;
    padding: 20px;
    color: #272A37;
    height: auto;
}

.swiper-pagination {
    top: 20px !important;
}

.swiper-pagination-bullet {
    width: 48px !important;
    height: 6px !important;
    border-radius: 4px !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #2B64F6 !important;;
}

.swiper-controls {
    position: relative;
    @media (max-width: 1240px) {
        display: none;
    }
}

.swiper-button-next, .swiper-button-prev {
    color: white;
    top: -214px;

    &:hover {
        color: #026FD3;
    }
}

.swiper-button-prev {
    left: -40px;
}

.swiper-button-next {
    right: -40px;
}

.reviews__images {
    position: relative;

    img {
        position: absolute;
    }
}

.reviews__images--left {
    top: -75px;
    left: 8px;
    width: 73px;
    height: 51px;
    @media (min-width: 768px) {
        top: -149px;
        width: 147px;
        height: 103px;
    }
}

.reviews__images--right {
    top: -90px;
    right: 0;
    width: 80px;
    height: 77px;
    @media (min-width: 768px) {
        top: -183px;
        width: 159px;
        height: 154px;
    }
}

.reviews__user {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    color: #000000;
}

.reviews__user__country {
    display: flex;
    gap: 6px;
    align-items: center;
    color: #575D75;
    font-size: 14px;
    font-weight: 400;

    img {
        width: 21px;
        height: 16px;
        border-radius: 3px;
    }
}

@media (max-width: 1023.98px) {
    .reviews__user {
        font-size: 18px;
        line-height: 21px;
    }
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .reviews__user {
        font-size: 15px;
        line-height: 18px;
    }
}

@media (max-width: 599.98px) {
    .reviews__user {
        font-size: 15px;
        line-height: 18px;
    }
}

.reviews__user-avatar {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.reviews__asterisks {
    display: flex;
    align-items: center;
    gap: 4px;
}

.collaboration {
    background: #141626;
}

.collaboration__container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 100px 40px 174px;
    display: flex;
    gap: 40px;
    position: relative;
}

@media (max-width: 1023.98px) {
    .collaboration__container {
        padding: 100px 20px 24px;
    }
}

@media (max-width: 767.98px) {
    .collaboration__container {
        padding: 70px 20px;
    }
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .collaboration__container {
        padding: 40px 10px;
        flex-direction: row-reverse;
    }
}

@media (max-width: 599.98px) {
    .collaboration__container {
        padding: 40px 10px;
        flex-direction: row-reverse;
    }
}

.collaboration__image img {
    width: 100%;
}

@media (max-width: 1023.98px) {
    .collaboration__image {
        width: 50%;
    }
}

@media (max-width: 599.98px) {
    .collaboration__image {
        position: absolute;
        top: 40px;
        right: 10px;
        width: 20%;
    }
}

@media (max-width: 1023.98px) {
    .collaboration__block {
        width: 49%;
    }
}

@media (max-width: 599.98px) {
    .collaboration__block {
        width: 100%;
    }
}

.collaboration__title {
    margin-bottom: 40px;
}

@media (max-width: 1023.98px) {
    .collaboration__title {
        margin-bottom: 32px;
    }
}

@media (max-width: 599.98px) {
    .collaboration__title {
        max-width: 80%;
    }
}

.collaboration__item {
    position: relative;
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

@media (max-width: 1023.98px) {
    .collaboration__item {
        margin-bottom: 28px;
    }
}

.collaboration__link {
    background: #2B64F6;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    flex: none;
}

.collaboration__link::after {
    position: absolute;
    top: 24px;
    content: '';
    width: 1px;
    height: calc(100% + 24px);
    background: linear-gradient(90deg, #2B64F6 0%, #2BABC7 100%);
}

.collaboration__invite {
    background: #2BABC7;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    flex: none;
}

.collaboration__invite::after {
    position: absolute;
    top: 24px;
    content: '';
    width: 1px;
    height: calc(100% + 18px);
    background: linear-gradient(90deg, #2BABC7 0%, #2BF695 100%);
}

.collaboration__subtitle {
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 9px;
}

@media (max-width: 1023.98px) {
    .collaboration__subtitle {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 410.98px) {
    .collaboration__subtitle {
        font-size: 15px;
        line-height: 18px;
    }
}

.collaboration__text {
    color: rgba(217, 218, 222, 0.7);
}

@media (max-width: 1023.98px) {
    .collaboration__text {
        font-size: 14px;
        line-height: 18px;
    }
}

.collaboration__button {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 24px 40px;
    background: #2B64F7;
    box-shadow: -20px 20px 60px rgba(0, 23, 82, 0.2);
    border-radius: 20px;
    border: 0;
    cursor: pointer;
    display: block;
    width: max-content;
    text-decoration: none;
}

@media (max-width: 1023.98px) {
    .collaboration__button {
        padding: 20px 30px;
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .collaboration__button {
        padding: 14px 16px;
        font-size: 14px;
        line-height: 17px;
        border-radius: 12px;
    }
}

@media (max-width: 599.98px) {
    .collaboration__button {
        padding: 14px 16px;
        font-size: 14px;
        line-height: 17px;
        border-radius: 12px;
    }
}

.collaboration__button:hover {
    background: #3D73FF;
    color: #FFFFFF;
    text-decoration: none;
}

.collaboration__button:active {
    background: #144BD9;
    color: #FFFFFF;
    text-decoration: none;
}

.contact {
    max-width: 1240px;
    margin: 0 auto;
    padding: 40px 10px 0;
    background: #121221;
    display: grid;
    grid-template-columns: 1fr minmax(314px, 453px);
    grid-column-gap: 47px;
}

@media (min-width: 768px) {
    .contact {
        padding: 70px 20px 0;
        grid-column-gap: 20px;
        grid-template-columns: 1fr 353px;
    }
}

@media (min-width: 1024px) {
    .contact {
        grid-column-gap: 104px;
        grid-template-columns: 1fr 398px;
    }
}

@media (min-width: 1920px) {
    .contact {
        padding: 100px 40px 0;
        grid-column-gap: 47px;
        grid-template-columns: 1fr 453px;
    }
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .contact {
        padding: 40px 10px;
        grid-template-columns: 49% 49%;
    }
}

@media (max-width: 567.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .contact {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 554.98px) {
    .contact {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 554.98px) {
    .contact__title {
        text-align: center;
    }
}

@media (max-width: 567.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .contact__title {
        text-align: center;
    }
}

.contact__telegram {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

@media (max-width: 567.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .contact__telegram {
        width: fit-content;
        margin: 20px auto 0;
    }
}

@media (max-width: 554.98px) {
    .contact__telegram {
        width: fit-content;
        margin: 20px auto 0;
    }
}

.contact__telegram img {
    width: 28px;
    height: 28px;
    margin-right: 9px;
}

.contact__telegram-link {
    text-decoration-line: underline !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

@media (max-width: 1023.98px) {
    .contact__telegram-link {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .contact__telegram-link {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 410.98px) {
    .contact__telegram-link {
        font-size: 14px;
        line-height: 20px;
    }
}

.contact__telegram-link:hover {
    color: #3D73FF !important;
    text-decoration: underline !important;
}


.contact__form {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 40px;
    font-size: 14px;
    line-height: 17px;
    color: #1E1E2D;
}

@media (max-width: 1023.98px) {
    .contact__form {
        padding: 30px;
    }
}

@media (max-width: 567.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .contact__form {
        margin-top: 40px;
    }
}

@media (max-width: 554.98px) {
    .contact__form {
        padding: 20px;
        margin-top: 30px;
    }
}

.contact__form-logo {
    display: block;
    margin: 0 auto;
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .contact__form-logo {
        width: 43px;
    }
}

@media (max-width: 410.98px) {
    .contact__form-logo {
        width: 43px;
    }
}

.contact__form-title {
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    color: #1E1E2D;
    opacity: 0.8;
    text-align: center;
    margin: 20px 0 40px;
}

@media (max-width: 1023.98px) {
    .contact__form-title {
        margin: 20px 0 30px;
    }
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .contact__form-title {
        font-size: 18px;
        line-height: 22px;
        margin: 10px 0 20px;
    }
}

@media (max-width: 410.98px) {
    .contact__form-title {
        font-size: 18px;
        line-height: 22px;
        margin: 10px 0 20px;
    }
}

.contact__form-input {
    width: 100%;
    background: #F3F6F9;
    border-radius: 6px;
    padding: 16px 23px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(30, 30, 45, 0.5);
    border: 1px solid #F3F6F9;
    margin-bottom: 20px;
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .contact__form-input {
        margin-bottom: 14px;
    }
}

@media (max-width: 410.98px) {
    .contact__form-input {
        margin-bottom: 14px;
    }
}

.contact__form-input:hover {
    border: 1px solid #D2DFEB;
}

.contact__form-input:focus {
    outline: none;
    border: 1px solid #87A5C4;
}

.contact__form-link {
    color: #2B64F6;
    text-decoration: none;
}

.contact__form-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.terms-conditions-label {
    display: inline;
    align-items: center;
    user-select: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .terms-conditions-label {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 410.98px) {
    .terms-conditions-label {
        font-size: 12px;
        line-height: 18px;
    }
}

.contact__form-terms {
    display: flex;
}

.terms-conditions-checkbox {
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #E7EEF4;
    border-radius: 4px;
    margin-right: 10px;
    background: #E7EEF4 no-repeat center center;
    background-size: 50% 50%;
}

.contact__form-checkbox:not(:checked) + .terms-conditions-checkbox:hover {
    border: 1px solid #B5C7D9;
}

.contact__form-checkbox:checked + .terms-conditions-checkbox {
    border-color: #026FD3;
    background-color: #026FD3;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.115385 4.375C0.0384615 4.3 0 4.1875 0 4.1125C0 4.0375 0.0384615 3.925 0.115385 3.85L0.653846 3.325C0.807692 3.175 1.03846 3.175 1.19231 3.325L1.23077 3.3625L3.34615 5.575C3.42308 5.65 3.53846 5.65 3.61538 5.575L8.76923 0.3625H8.80769C8.96154 0.2125 9.19231 0.2125 9.34615 0.3625L9.88462 0.8875C10.0385 1.0375 10.0385 1.2625 9.88462 1.4125L3.73077 7.6375C3.65385 7.7125 3.57692 7.75 3.46154 7.75C3.34615 7.75 3.26923 7.7125 3.19231 7.6375L0.192308 4.4875L0.115385 4.375Z' fill='white'/%3E%3C/svg%3E%0A");
}

.contact__form-button {
    width: 100%;
    background: #2B64F7;
    padding: 16px 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    border-radius: 6px;
    text-align: center;
    color: #FFFFFF;
    border: 0;
    margin: 20px 0 0;
    cursor: pointer;
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .contact__form-button {
        margin: 14px 0 0;
    }
}

@media (max-width: 410.98px) {
    .contact__form-button {
        margin: 14px 0 0;
    }
}


.contact__form-button:hover {
    background: #3D73FF;
}

.contact__form-button:active {
    background: #144BD9;
}

.contact__form-already {
    font-size: 14px;
    line-height: 17px;
    color: #1E1E2D;
    margin: 40px 0 2px;
    text-align: center;
}

@media (max-width: 1023.98px) {
    .contact__form-already {
        margin: 30px 0 2px;
    }
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .contact__form-already {
        margin: 20px 0 2px;
    }
}

.contact__form-sign {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #2B64F6;
    text-decoration: none;
}

@media (max-width: 822.98px) and (max-height: 567.98px) and (orientation: landscape) {
    .contact__form-sign {
        font-size: 12px;
        line-height: 15px;
    }
}

@media (max-width: 410.98px) {
    .contact__form-sign {
        font-size: 12px;
        line-height: 15px;
    }
}

.footer-landing {
    overflow: unset;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 40px 50px;
    display: block;
    background: #121221;
}

@media (min-width: 568px) {
    .footer-landing {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (max-width: 1023.98px) {
    .footer-landing {
        padding: 70px 20px 50px;
    }
}

@media (max-width: 410.98px) {
    .footer-landing {
        padding: 40px 10px;
    }
}

@media (max-width: 319.98px) {
    .footer-landing {
        padding: 30px 10px;
    }
}

@media (max-width: 822.98px) and (max-height: 568px) and (orientation: landscape) {
    .footer-landing {
        padding: 40px 10px;
    }
}

.footer__reserved {
    color: #FFFFFF;
    opacity: 0.7;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.footer__links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.footer__links a {
    color: #FFFFFF;
    text-decoration: none;
}

.body-sig {
    background: #141626;
}

.body-sig__content {
    width: 300px;
    margin-top: 50px;
}

.body-sig__content a {
    color: #026FD3;
    font-weight: 500;
    text-decoration: none;
}

.body-sig__content .checkbox > input:checked ~ span {
    background-color: #026FD3 !important;
}

.body-sig__title {
    margin: 12px 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}

.body-sig__subtitle {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.body-sig__btn {
    width: 100%;
    margin-bottom: 20px;
    font-weight: 700;
    padding: 16px;
    border-radius: 6px;
    background: #2B64F6;
    color: #ffffff;
}

.body-sig__btn:hover {
    background-color: #187DE4;
    color: #ffffff;
}

.body-sig__footer {
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
}

@media (max-width: 1023.98px) {
    .footer__links {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 767.98px) {
    .footer__links {
        gap: 10px;
        margin-top: 20px;
        margin-bottom: 0 !important;
    }
}

.sign__background {
    position: absolute;
    left: 0;
    bottom: 25%;
    width: 100%;
    z-index: 0;
}

@media (max-width: 599.98px) {
    .sign__background {
        display: none;
    }
}

.sign__header-title {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
    margin-top: 12px;
}

.sign__header-subtitle {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: normal;
    margin-bottom: 20px;
}

.sign__header-remember {
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: normal;
}

.sign__header-forgot {
    color: #026FD3;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.sign__header-forgot:hover {
    color: rgba(2, 111, 211, 0.70) !important;
}

.login-signin .checkbox > input:checked ~ span {
    background-color: #026FD3 !important;
}

.sign__header-button {
    border-radius: 6px;
    background: #2B64F6;
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    width: 100%;
    padding: 16px;
    margin-bottom: 20px;
}

.sign__header-button:hover {
    background: rgb(2, 111, 211);
    color: #FFFFFF;
}

.sign__header-account_yet {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 4px;
}

.sign__header-account_link {
    color: #2B64F6;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.sign__header-account_link:hover {
    color: rgba(2, 111, 211, 0.70);
}

.sign__header-input {
    background: #F3F6F9;
    padding: 16px 23px;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    border-radius: 6px;
    border: none;
}

input.sign__header-input::placeholder {
    font-size: 14px;
    color: rgba(30, 30, 45, 0.5);
}