.ecosystem-banner {
    padding: 168px 0 150px;
}
.ecosystem-banner::after {
    content: "";
    width: 1018px;
    height: 1018px;
    border-radius: 1018px;
    background: linear-gradient(
        114deg,
        rgba(252, 80, 32, 0.38) -25.23%,
        rgba(253, 111, 38, 0.38) 37.7%,
        rgba(248, 207, 65, 0.38) 100%
    );
    filter: blur(174.5px);
    position: absolute;
    z-index: 0;
    top: 75px;
    left: -10%;
}
.ecosystem-banner .tt {
    width: 100%;
    text-align: center;
    max-width: 758px;
    font-size: 100px;
    line-height: 82px; /* 136.667% */
    letter-spacing: -2px;
    position: relative;
    z-index: 1;
}
.ecosystem-banner .tt div:nth-child(1) {
    font-family: var(--font-night);
    background: linear-gradient(97deg, #f8cf41 1.24%, #ff9839 48.67%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ecosystem-banner .tt div:nth-child(2) {
    margin-top: 37px;
    font-weight: 800;
}
.ecosystem-content {
    color: #f3f3f3;
    font-size: var(--size-20);
    font-weight: 400;
    max-width: 952px;
    margin: 0 auto;
}
.ecosystem-content img {
    height: auto;
    margin-top: 21px;
    margin-bottom: 26px;
}
.ecosystem-content p {
    margin: 0 0 24px;
}
.ecosystem-games {
    margin-top: 26px;
    margin-bottom: 60px;
}
.ecosystem-games .item {
    margin-top: 50px;
    gap: 20px;
    display: flex;
    align-items: stretch;
}
.ecosystem-games .item > div {
    border-radius: 24px;
    background: linear-gradient(
            180deg,
            rgba(35, 35, 38, 0.4) 0.01%,
            rgba(46, 46, 52, 0.4) 100%
        ),
        linear-gradient(
            180deg,
            rgba(35, 35, 38, 0.3) 0.01%,
            rgba(46, 46, 52, 0.3) 100%
        );
}
.ecosystem-games .item > div:nth-child(1) {
    width: 486px;
}
.ecosystem-games .item > div:nth-child(2) {
    width: calc(100% - 486px - 20px);
    padding: 40px;
    display: flex;
    align-items: center;
}
.ecosystem-games .item .tt {
    font-weight: 700;
    font-size: var(--size-30);
}
.ecosystem-games .item .if {
    margin-top: 35px;
    color: #f3f3f3;
    font-size: var(--size-20);
}
.tt-sys {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 10px;
}
.tt-whitepaper {
    margin-top: 37px;
    width: 100%;
    text-align: center;
    font-size: 100px;
    line-height: 82px; /* 136.667% */
    letter-spacing: -2px;
    font-family: var(--font-night);
    background: linear-gradient(97deg, #f8cf41 1.24%, #ff9839 48.67%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-whitepaper {
    gap: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.btn-whitepaper a img {
    margin-right: 8px;
}
.btn-whitepaper a {
    margin-top: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 296px;
    height: 69px;
    padding: 8px 24px;
    border-radius: 8px;
    background: linear-gradient(104deg, #f8cf41 -3.94%, #ff9839 131.87%);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #252422;
    font-weight: 600;
    line-height: 24px;
    font-size: var(--size-25);
}
.btn-whitepaper a:hover {
    background: linear-gradient(104deg, #ff9839 -3.94%, #f8cf41 131.87%);
}
@media (min-width: 820px) {
    .ecosystem-games .item:nth-child(2n + 2) {
        flex-direction: row-reverse;
    }
}
@media (max-width: 820px) {
    .ecosystem-banner {
        padding: 98px 0 0;
    }
    .ecosystem-banner .tt {
        font-size: 50px;
        line-height: 130%; /* 65px */
        letter-spacing: -1px;
        text-transform: uppercase;
    }
    .ecosystem-banner .tt div:nth-child(2) {
        margin-top: 0;
    }
    .ecosystem-banner::after {
        left: -190%;
    }
    .tt-sys {
        font-size: 15px;
        padding-top: 99px;
        padding-bottom: 10px;
        line-height: normal;
        text-transform: uppercase;
    }
    .tt-games {
        font-weight: 700;
        padding: 84px 0 0;
        font-size: 15px;
        line-height: normal;
    }
    .tt-whitepaper {
        font-size: 15px;
        padding-top: 97px;
        padding-bottom: 10px;
        line-height: normal;
        text-transform: uppercase;
    }
    .ecosystem-content {
        padding-left: 38px;
        padding-right: 38px;
        font-size: 12px;
        line-height: normal;
        padding-bottom: 3px;
    }
    .ecosystem-games .item {
        gap: 30px;
        padding-left: 38px;
        padding-right: 38px;
        flex-wrap: wrap;
    }
    .ecosystem-games .item > div:nth-child(1),
    .ecosystem-games .item > div:nth-child(2) {
        width: 100%;
    }
    .ecosystem-games .item > div:nth-child(2) {
        padding: 27px 30px 18px;
    }
    .ecosystem-games .item .if,
    .ecosystem-games .item .tt {
        font-size: 12px;
        line-height: normal;
    }
    .ecosystem-content p {
        margin-bottom: 15px;
    }
    .ecosystem-content img {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .game-ecosystem .bg-home {
        padding-bottom: 119px;
    }
    .ecosystem-games .item .if {
        margin-top: 20px;
    }
}
