.Title64{
    @media(max-width: 991.98px){
        font-size: 26px;
        line-height: 36px;
    }
}
.wrapper.block1{
    min-height: 100vh;
    display: flex;
    align-items: center;
    .row.justify-content-center{
        display: flex;
        gap: 20vh;
    }
    .container{
        padding-top: 30vh;
        padding-bottom: 30vh;
        @media(max-width: 991.98px){
            padding-top: 136px;
            padding-bottom: 56px;
        }
    }
    .Optimized{
        @media(max-width: 991.98px){
            flex-direction: column;
            text-align: center;
            gap: 32px;
        }
        .Optimized__content{
            display: grid;
            align-items: baseline;
            margin-bottom: 30px;
            @media(min-width:992px){
                margin-bottom: 160px;
                grid-template-columns: 1fr 1fr;
            }
            h1{
                margin-bottom: 36px;
                font-size: 26px;
                @media(min-width: 992px){
                    font-size: 54px;
                }
            }
            .Optimized__des{
                padding: 24px;
                background: linear-gradient(90deg, rgba(20, 53, 49, 0.23) 0%, #1C4B45 36.06%, #143531 74.76%, rgba(11, 30, 29, 0.23) 100%);
                h6{
                    line-height: unset;
                    font-weight: 500;
                    @media(max-width: 991.98px){
                        font-size: 14px;
                    }
                }
            }
        }
        .Optimized__block{
            display: flex;
            justify-content: space-between;
            margin-top: 20px;
            @media(max-width:991.98px){
                flex-direction: column;
                margin-top: 32px;
                gap: 24px;
            }
            .oBlock{
                display: flex;
                flex-direction: column;
                @media(min-width: 992px){
                    min-width: 270px;
                }
                &.oBlock01{
                    .costSaving{
                        display: flex;
                        align-items: baseline;
                        gap: 8px;
                        @media(max-width: 991.98px){
                            justify-content: center;
                        }
                    }      
                }
                p{
                    color: var(--bright-green);
                    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
                    font-size: 18px;
                }
            }
        }
    }
}
.wrapper.block2{
    .container {
        padding-top: 10vh;
        padding-bottom: 10vh;
        @media (max-width: 991.98px) {
            padding-top: 136px;
            padding-bottom: 56px;
        }
    }
    .technologyService{
        display: grid;
        gap: 24px;
        margin-top: 36px;
        @media(min-width: 992px){
            gap: 72px;
            grid-template-columns: 1fr 1fr 1fr;
            margin-top: 60px;
        }
        ul{
            list-style: none;
            margin: 0;
            padding: 0;
            display: grid;
            gap: 24px;
            @media(min-width: 992px){
                gap: 40px;
            }
            li{
                .technologyCard{
                    display: block;
                    padding: 20px;
                    border-radius: 8px;
                    border-top: 2px solid var(--bright-green);
                    &:hover{
                        text-decoration: none;
                    }
                    @media(min-width: 992px){
                        border-left: 2px solid var(--bright-green);
                        border-top: none;
                        height: 240px;
                    }
                    h5{
                        font-size: 14px;
                        margin-bottom: 12px;
                        color:var(--bright-green);
                        @media(min-width: 992px){
                            font-size: 18px;
                            margin-bottom: 16px;
                        }
                    }
                    p{
                        font-size: 12px;
                        color: #ffffff;
                        @media(min-width: 992px){
                            font-size: 16px;
                        }
                    }
                }
            }
        }
    }
}
.wrapper.block3{
    .container {
        padding-top: 30vh;
        padding-bottom: 30vh;
        @media (max-width: 991.98px) {
            padding-top: 136px;
            padding-bottom: 56px;
        }
    }
    .CommonCases{
        display: grid;
        gap: 20px;
        margin-top: 20px;
        @media(min-width: 992px){
            gap: 40px 56px;
            margin-top: 60px;
            grid-template-columns: 1fr 1fr 1fr;
        }
        .caseCard{
            border-radius: 8px;
            border-top: 2px solid var(--Text-green);
            background: rgba(24, 57, 52, 0.23);
            backdrop-filter: blur(20px);
            padding: 20px;
            img{
                width: 60px;
                margin-bottom: 20px;
            }
            h5{
                color: #53BDAA;
                margin-bottom: 12px;
                @media(max-width: 991.98px){
                    font-size: 16px;
                }
            }
            p{
                @media(max-width: 991.98px){
                    font-size: 14px;
                }
            }
        }
    }
}
.wrapper.block4{
    /* background: #E1E1E1; */
    @media(max-width: 991.98px){
        overflow: hidden;
    }
    .Trading{
        position: relative;
        padding: 20px 0 8px;
        background: linear-gradient(90deg, #1C4B45 0.05%, #0F2F2A 100.05%);
        @media(min-width: 992px){
            padding: 0;
        }
        /* .container{
            @media(min-width: 992px){
                position: absolute;
                transform: translate(-50%, -50%);
                left: 50%;
                top: 50%;
            }
        } */
         .whiteBgTaas{
            align-items: center;
            display: grid;
            position: relative;
            @media(min-width: 992px){
                grid-template-columns: 30fr 70fr;
            }
         }
         .whiteTaasText{
            height: 100%;
            background: #E1E1E1;
            display: grid;
            align-items: center;
            @media(max-width: 991.98px){
                position: relative;
            }
         }
         .whiteTaasText:after {
             content: "";
             position: absolute;
             background: #E1E1E1;
             width: 140%;
             height: 124%;
             left: -20%;
             bottom: 0;
             @media(min-width: 992px){
                height: 100%;
                width: 70%;
                left: -70%;
            }
        }
        h2{
            color: var(--title-green);
            position: relative;
            z-index: 1;
            @media(max-width: 991.98px){
                padding-bottom: 20px;
            }
        }
        .localized-image{
            margin: 8px auto 0;
            @media(min-width: 992px){
                margin: 80px 20px;
            }
        }
        /* .Trading-img{
            margin-left: auto;
            padding: 40px 0px;
            background: linear-gradient(90deg, #1C4B45 0.05%, #0F2F2A 100.05%);
            display: grid;
            align-items: center;
            margin-top: 20px;
            @media(min-width: 992px){
                width: 66%;
                max-width: 1220px;
                margin-top: 0;
                padding: 80px 40px;
            }
        } */
    }
}

.wrapper.block5{
    background: #E1E1E1;
    padding: 40px 0;
    @media(min-width: 992px){
        padding: 80px 0;
    }
    .CrossRegional{
        display: grid;
        margin-bottom: 10px;
        @media(min-width: 992px){
            gap: 24px;
            grid-template-columns: 133fr 183fr;
            margin-bottom: 72px;
        }
        h2{
            color: var(--title-green);
            margin-bottom: 19px;
            @media(min-width: 992px){
                margin-bottom: 24px;
            }
        }
        h5{
            color: #143531;
            margin-bottom: 12px;
        }
        p{
            color: #0F2F2A;
            margin-bottom: 10px;
            font-size: 14px;
            @media(min-width: 992px){
                margin-bottom: 40px;
                font-size: 16px;
            }
        }
        .CrossRegionalImg{
            width: 415px;
            max-width: 100%;
        }
    }
}

.wrapper.block6{
    background: url('../imgs/service/sc6-bg_xs.jpg') no-repeat;
    background-size: cover;
    @media(min-width:992px){
        background: url('../imgs/service/sc6-bg_xl.jpg') no-repeat;
    }
    .container {
        padding-top: 80px;
        padding-bottom: 80px;
        @media (max-width: 991.98px) {
            padding-top: 136px;
            padding-bottom: 56px;
        }
    }
    .LightningLocator{
        display: grid;
        gap: 10px;
        @media(min-width: 992px){
            grid-template-columns: 498fr 789fr;
        }
        .gradient{
            padding: 24px;
            background: linear-gradient(90deg, rgba(41, 95, 87, 0.00) 0%, #183934 47.6%, rgba(5, 33, 29, 0.00) 100%);
            margin-top: 24px;
            @media(min-width: 992px){
                padding: 12px;
                margin-top: 48px;
            }
            h5{
                margin-bottom: 20px;
                line-height: unset;
                @media(max-width: 991.98px){
                    font-size: 14px;
                }
            }
            p{
                @media(max-width: 991.98px){
                    font-size: 14px;
                }
            }
        }
        .LightningLocatorImg{
            .content{
                margin-top: 10px;
                @media(min-width: 992px){
                    margin-top: 0;
                    padding-left: 50px;
                }
                p{
                    @media(max-width: 991.98px){
                        font-size: 14px;
                    }
                }
            }
        }
    }
    .VolumeBoost{
        display: grid;
        margin-top: 72px;
        gap: 10px;
        @media(min-width: 992px){
            gap: 72px;
        }
        h2{
            margin-bottom: 20px;
        }
        p.subTitle{
            @media(max-width: 991.98px){
                font-size: 14px;
            }
        }
        .AssistClients{
            .gradient{
                text-align: center;
                padding: 12px;
                background: linear-gradient(90deg, rgba(41, 95, 87, 0.00) 0%, #183934 47.6%, rgba(24, 46, 42, 0.20) 100%);
                margin-bottom: 10px;
                @media(min-width: 992px){
                    margin-bottom: 40px;
                }
                h5{
                    @media(max-width: 991.98px){
                        font-size: 14px;
                    }
                }
            }
            .VBLogoList{
                display: grid;
                gap: 24px;
                @media(min-width: 992px){
                    gap: 20px;
                    grid-template-columns: 1fr 1fr;
                }
                .Binance{
                    margin-bottom: 10px;
                }
                .okx{
                    margin-bottom: 16px;
                }
                .Binance,.okx{
                    width: 108px;
                }
                @media(min-width: 992px){
                    .Binance,.okx{
                        margin-bottom: 24px;
                        width: 240px;
                    }
                }
                ul{
                    list-style: none;
                    margin: 0;
                    padding: 0;
                    text-align: center;
                    .textBlock{
                        border-bottom: 1px solid var(--bright-green);
                        background: rgba(255, 255, 255, 0.23);
                        padding: 12px;
                        @media(max-width: 991.98px){
                            font-size: 14px;
                        }
                    }
                    .VBlogoWrapper{
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        margin-top: 40px;
                        img{
                            height: 40px;
                        }
                        @media(max-width: 991.98px){
                            margin-top: 20px;
                            gap: 20px;
                            img{
                                height: 26px;
                            }
                        }
                    }
                }
            }
        }
        .Help{
            @media(max-width: 991.98px){
                margin-top: 104px;
                h5{
                    font-size: 14px;
                }
            }
            .taasImg{
                margin: 36px 0;
            }
            .gradient{
                text-align: center;
                padding: 12px;
                background: linear-gradient(90deg, rgba(41, 95, 87, 0.00) 0%, #183934 47.6%, rgba(24, 46, 42, 0.20) 100%);
                margin-bottom: 10px;
            }
            .gradient-1{
                padding: 12px;
                background: linear-gradient(90deg, rgba(41, 95, 87, 0.00) 0%, #183934 47.6%, rgba(24, 46, 42, 0.20) 100%);
                p{
                    margin-right: 12px;
                    @media(max-width: 991.98px){
                        font-size: 14px;
                    }
                }
                h5{
                    line-height: 26px;
                }
                h3{
                    @media(max-width: 991.98px){
                        font-size: 24px;
                    }
                }
            }
        }
    }
}


.wrapper.block7{
    .container {
        padding-top: 96px;
        padding-bottom: 56px;
        @media (min-width: 992px) {
            padding-top: 20vh;
            padding-bottom: 30vh;
        }
    }
    #LowSlippage{
        padding-top:40px ;
        @media(min-width: 992px){
            padding-top: 10vh;
        }
    }
    p{
        margin-top: 20px;
        margin-bottom: 36px;
        font-size: 14px;
        @media(min-width: 992px){
            margin-top: 48px;
            margin-bottom: 40px;
            font-size: 16px;
        }
    }
}
.wrapper.block8{
    background: url('../imgs/service/sc8-bg_xs.jpg') no-repeat;
    background-size: cover;
    padding: 80px 0;
    @media(min-width:992px){
        background: url('../imgs/service/sc8-bg_xl.jpg') no-repeat;
    }
    .slippageWrapper{
        display: grid;
        gap: 62px;
        @media(min-width: 992px){
            grid-template-columns: 1fr 1fr;
        }
        p{
            b{
                color: rgba(0, 255, 208, 0.87);
            }
        }
        .gradient{
            padding: 12px;
            margin: 20px 0 10px;
            @media(min-width: 992px){
                display: flex;
                align-items: center;
                gap: 20px;
                margin: 24px 0;
                background: linear-gradient(90deg, rgba(41, 95, 87, 0.00) 0%, #183934 47.6%, rgba(5, 33, 29, 0.00) 100%);
            }
            h2{
                @media(max-width: 991.98px){
                    font-size: 40px;
                    margin-top: 18px;
                }
            }
        }
    }
    .titleBlock{
        padding-top: 84px;
        h5{
            margin: 8px auto;
            @media(max-width: 991.98px){
                margin: 24px auto 8px;
                font-size: 14px;
            }
        }
        p{
            color: #00FFD0;
        }
    }
    .DataServiceImg{
        img{
            width: 100%;
        }
    }
}

.wrapper.block9{
    background: url('../imgs/service/sc7-bg_xs.jpg') no-repeat center;
    background-size: cover;
    padding: 80px 0;
    @media(min-width:992px){
        height: 100vh;
        display: flex;
        align-items: center;
        background: url('../imgs/service/sc9-bg_xl.jpg') no-repeat;
    }
    img{
        margin-bottom: 10px;
        width: 100%;
        @media(min-width: 992px){
            max-width: 560px;
            margin-bottom: 20px;
        }

    }
    h2{
        margin-bottom: 36px;
        @media(min-width: 992px){
            margin-bottom: 60px;
        }
        span.green{
            color: var(--Text-green);
        }
    }
}