.sections-wrapper_wrapper__sNtZx {
    --local-wrapper-gap: 200px;
    display: flex;
    flex-direction: column;
    gap: var(--local-wrapper-gap);
    width: 100%;
    padding-bottom: var(--local-wrapper-gap)
}

@media (max-width: 1499px) {
    .sections-wrapper_wrapper__sNtZx {
        --local-wrapper-gap:160px
    }
}

@media (max-width: 1299px) {
    .sections-wrapper_wrapper__sNtZx {
        --local-wrapper-gap:100px
    }
}

.header-section_content__CL4v_ {
    width: 100%;
    padding: 100px 0 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative
}

.header-section_blurSpot__yLjdn {
    position: absolute;
    z-index: 0;
    top: -250px;
    left: 300px;
    width: 1000px;
    height: 1162px;
    transform: rotate(42deg);
    opacity: .8;
    background: radial-gradient(#9392ff66 0,#0000 70%)
}

.header-section_textWrapper__82w_D {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    position: relative;
    z-index: 2
}

.header-section_title__QYUyG {
    color: var(--lido-ui-color-text-primary);
    text-align: center;
    max-width: 1200px
}

.header-section_subtitle__z_vFa {
    max-width: 900px
}

.header-section_imageWrapper__jlbeU {
    display: flex;
    justify-content: center
}

.header-section_image__q0M4x {
    width: 100%;
    height: auto
}

@media (max-width: 1299px) {
    .header-section_image__q0M4x {
        max-width:820px
    }
}

.power_container__PtQOL {
    position: relative
}

.power_content__nSC4i {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    position: relative;
    z-index: 2
}

.power_title__wo3bN {
    text-align: center
}

.power_blurSpot__A1k1W {
    position: absolute;
    z-index: 0;
    top: -350px;
    right: -500px;
    width: 1000px;
    height: 1162px;
    transform: rotate(42deg);
    opacity: .8;
    background: radial-gradient(#f5c38780 0,#0000 70%)
}

.power_tabContent__zSrkl {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px
}

.power_tabDescription__lp2bW {
    max-width: 900px;
    text-align: center
}

.power_tabCards__pCXvB {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    width: 100%
}

.power_card__ml_sD {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 32px;
    border-radius: 40px;
    border: 1px solid #1312171a;
    background: #ffffffb3
}

.power_iconWrapper__t_6aH {
    display: flex;
    width: 80px;
    height: 80px;
    padding: 24px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: #7825eb33
}

.power_iconWrapper__t_6aH.power_yellow__QeR74 {
    background: #fabd6933
}

.power_iconWrapper__t_6aH.power_green__Lt97w {
    background: #29c38c33
}

.power_cardTextBold__1TShq {
    font-weight: var(--lido-ui-font-weight-medium)
}

.power_buttonWrapper__KbUEM {
    display: flex;
    gap: 16px
}

@media (max-width: 899px) {
    .power_tabCards__pCXvB {
        display:flex;
        flex-direction: column
    }
}

@media (max-width: 599px) {
    .power_buttonWrapper__KbUEM {
        flex-direction:column
    }

    .power_tabs__VMEc5 {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center
    }
}

.blog_wrapper__K6mCa {
    display: flex;
    flex-direction: column;
    gap: 60px;
    position: relative
}

.blog_blurSpot__Hhcwp {
    position: absolute;
    z-index: 0;
    top: -250px;
    left: -300px;
    width: 1000px;
    height: 1162px;
    transform: rotate(42deg);
    opacity: .8;
    background: radial-gradient(#9392ff66 0,#0000 70%)
}

.blog_titleWrapper__EAQZu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 56px;
    position: relative;
    z-index: 2
}

.blog_posts__C_SCW {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 32px;
    position: relative;
    z-index: 2
}

.blog_post__cELs7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-decoration: none
}

.blog_image__jYVh0 {
    width: 100%;
    height: auto;
    border-radius: 24px;
    margin-bottom: 8px;
    aspect-ratio: 233/131
}

.blog_postTitle__sNQ4q {
    color: var(--lido-ui-color-text-primary);
    font-weight: var(--lido-ui-font-weight-medium)
}

.blog_postDescription__x5wgI {
    color: var(--lido-ui-color-text-secondary)
}

.blog_buttonDesktop__mw91S {
    display: block
}

.blog_buttonML__Be3fs {
    display: none
}

@media (max-width: 1299px) {
    .blog_posts__C_SCW {
        display:flex;
        flex-direction: column;
        align-items: center
    }

    .blog_buttonDesktop__mw91S {
        display: none
    }

    .blog_buttonML__Be3fs {
        display: block;
        text-align: center
    }

    .blog_titleWrapper__EAQZu {
        width: 100%;
        gap: 0;
        justify-content: center
    }

    .blog_title__3UF_o {
        text-align: center
    }
}

.early-adopters_wrapper__b94Ji {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%
}

.early-adopters_wrapper__b94Ji.early-adopters_colorBlack__jPH8F .early-adopters_logo__UVFKm {
    color: #000
}

.early-adopters_title__NCjIL {
    font-weight: var(--lido-ui-font-weight-medium);
    font-size: 26px;
    line-height: 40px;
    color: var(--lido-ui-color-text-primary);
    text-align: center
}

.early-adopters_title__NCjIL.early-adopters_titleH3__V6QX1 {
    font-size: var(--lido-ui-font-size-h3);
    line-height: var(--lido-line-height-h3);
    letter-spacing: var(--lido-ui-letter-spacing-h3)
}

.early-adopters_row__91sBN {
    position: relative;
    display: flex;
    transform: translateX(0);
    gap: 40px
}

.early-adopters_logo__UVFKm {
    width: 140px;
    height: 64px;
    color: #fff
}

@media (max-width: 899px) {
    .early-adopters_wrapper__b94Ji {
        gap:16px
    }
}

.early-adopters_test__Xb6kf .early-adopters_row__91sBN {
    gap: 0;
    width: 200%
}

.defi-wrapper_content__AqHih {
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    gap: 32px;
    position: relative;
    z-index: 2;
    border-radius: 40px;
    background: linear-gradient(98deg,#c4e4ff 38.55%,#6baaff);
    max-height: 468px;
    overflow: hidden
}

.defi-wrapper_content__AqHih:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #1312171a;
    border-radius: 40px
}

.defi-wrapper_textWrapper__LYgmh {
    width: 100%;
    max-width: 689px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    z-index: 2
}

.defi-wrapper_title__CRroM {
    color: var(--lido-ui-color-text-primary);
    font-weight: var(--lido-ui-font-weight-medium)
}

.defi-wrapper_list__yG_4v {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: disc;
    padding-left: 24px
}

.defi-wrapper_listItem__pwiAv {
    padding-left: 8px
}

.defi-wrapper_button__5Kfvc {
    flex-shrink: 0;
    margin-top: 16px;
    align-self: flex-start
}

.defi-wrapper_imageWrapper__WM__k {
    width: 100%;
    max-width: 689px;
    display: flex;
    justify-content: center
}

.defi-wrapper_image__Jzgw0 {
    aspect-ratio: 11/17;
    box-shadow: 0 16px 64px 0 #0f196040;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

@media (max-width: 1920px) {
    .defi-wrapper_content__AqHih {
                max-height: 755px;
    }
}

@media (max-width: 1499px) {
    .defi-wrapper_content__AqHih {
              max-height: 755px;
    }
}

@media (max-width: 1299px) {
    .defi-wrapper_content__AqHih {
        max-height:100%;
        flex-direction: column-reverse;
        background: radial-gradient(200.44% 99.17% at 50% -.03%,#6baaff 0,#c4e4ff 49.33%);
        padding: 32px
    }

    .defi-wrapper_textWrapper__LYgmh {
        max-width: 100%
    }

    .defi-wrapper_button__5Kfvc {
        align-self: stretch
    }

    .defi-wrapper_imageWrapper__WM__k {
        max-width: 100%;
        max-height: 370px;
        overflow: hidden;
        padding-top: 32px;
        box-sizing: border-box;
        position: relative
    }

    .defi-wrapper_imageWrapper__WM__k:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 64px;
        max-width: 360px;
        background: linear-gradient(180deg,#c4e4ff00,#c4e4ff)
    }

    .defi-wrapper_image__Jzgw0 {
        max-width: 360px;
        height: auto;
        object-fit: cover;
        object-position: top;
        box-shadow: none;
        aspect-ratio: 360/556.36
    }
}

@media (max-width: 899px) {
    .defi-wrapper_imageWrapper__WM__k {
        max-height:340px
    }

    .defi-wrapper_imageWrapper__WM__k:after {
        max-width: 310px
    }

    .defi-wrapper_image__Jzgw0 {
        max-width: 310px;
        aspect-ratio: 300.24/464
    }
}

@media (max-width: 599px) {
    .defi-wrapper_content__AqHih {
        background:linear-gradient(180deg,#6baaff .25%,#c4e4ff 29.92%)
    }

    .defi-wrapper_imageWrapper__WM__k {
        max-height: 260px
    }

    .defi-wrapper_imageWrapper__WM__k:after {
        max-width: 240px
    }

    .defi-wrapper_image__Jzgw0 {
        max-width: 240px;
        aspect-ratio: 240/370.91
    }
}
