body {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

@media screen and (min-width: 600px) {
    .top-section-landing {
        padding: 50px 0;
    }
}

.top-section-tradingfx-vps .section-content {
    position: relative
}

.top-section-tradingfx-vps .section-content .section-info {
    max-width: 600px
}

@media screen and (min-width: 600px) {
    .top-section-tradingfx-vps .section-content .section-info .accent {
        text-decoration: underline
    }
}

.top-section-tradingfx-vps .section-content .top-section-image-box-tradingfx-vps {
    z-index: -1;
    position: absolute;
    -webkit-animation-name: fadeInDownLowCostXs;
    animation-name: fadeInDownLowCostXs;
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

@keyframes fadeInDownLowCostXs {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -15%, 0) translateX(-50%);
        transform: translate3d(0, -15%, 0) translateX(-50%)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) translateX(-50%);
        transform: translate3d(0, 0, 0) translateX(-50%)
    }
}

@keyframes fadeInDownLowCostLg {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -15%, 0);
        transform: translate3d(0, -15%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@media screen and (max-width: 599px) {
    .top-section-tradingfx-vps .section-content .top-section-image-box-tradingfx-vps {
        left: 50%;
        bottom: -382px
    }
}

@media screen and (min-width: 600px) {
    .top-section-tradingfx-vps .section-content .top-section-image-box-tradingfx-vps {
        -webkit-animation-name: fadeInDownLowCostLg;
        animation-name: fadeInDownLowCostLg;
        bottom: -8%;
        right: -3%
    }
}

@media screen and (min-width: 900px) {
    .top-section-tradingfx-vps .section-content .top-section-image-box-tradingfx-vps {
        right: -26%
    }
}

@media screen and (min-width: 1200px) {
    .top-section-tradingfx-vps .section-content .top-section-image-box-tradingfx-vps {
        top: -4%;
        bottom: unset;
        right: -69%
    }
}

.top-section-tradingfx-vps .section-content .top-section-image-box-tradingfx-vps .top-section-image {
    width: 308px;
    height: 378px
}

@media screen and (min-width: 600px) {
    .top-section-tradingfx-vps .section-content .top-section-image-box-tradingfx-vps .top-section-image {
        width: 400px;
        height: 491px
    }
}

@media screen and (min-width: 1200px) {
    .top-section-tradingfx-vps .section-content .top-section-image-box-tradingfx-vps .top-section-image {
        width: 530px;
        height: 650px
    }
}

.top-section-tradingfx-vps .circles-box-lg-tradingfx-vps {
    display: none
}

@media screen and (min-width: 600px) {
    .top-section-tradingfx-vps .circles-box-lg-tradingfx-vps {
        display: block;
        z-index: -2;
        position: absolute;
        top: -53%;
        left: -40%
    }
}

@media screen and (min-width: 1800px) {
    .top-section-tradingfx-vps .circles-box-lg-tradingfx-vps {
        left: -17%
    }
}

.top-section-tradingfx-vps .circles-box-lg-tradingfx-vps svg {
    width: 2073px;
    height: 1300px
}

.top-section-tradingfx-vps .section-content .profit .profit-item .profit-text {
    color: #1D1D1D;
    font-weight: 400;
}

.advantage-card {
    padding: 30px;
    border-radius: 14px;
    /* background: var(--light-bg); */
    background: #DFEFFF;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 1fr;
    grid-template-columns: 80px 1fr;
    grid-gap: 10px 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    color: #0183FF;
    margin-top: 50px;
}

@media screen and (max-width: 991px) {
    .advantage-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
}

.advantage-card .card-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* background: #0183FF; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.advantage-card .card-icon img {
    width: 80px;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    display: block;
}

.advantage-card .card-title {
    font-size: 28px;
    line-height: 1.428;
    font-weight: 500;
    margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
    .advantage-card .card-title {
        font-size: 22px;
        line-height: 1.82;
        margin-bottom: 6px;
    }
}

.trading-platform-vps .trading-platform-container .content-panel .panel-container .benefits .benefit-item .item-image-box svg {
    width: 22px;
    height: 22px;
}

.panel-actions {
    width: fit-content;
    text-align: center;
}

.panel-actions p {
    font-size: 14px;
    margin: 10px 5px;
}

.benefits-and-advantages .content-left {
    width: 400px;
    max-width: 100%;
}

.benefits-and-advantages .content-left picture {
    justify-content: center;
}

.better-with-us .section-heading {
    text-align: center;
    max-width: 824px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
}

.better-with-us .section-description {
    text-align: center;
    max-width: 824px;
    margin: 10px auto;
    /* font-weight: 600;
    font-size: 40px;
    line-height: 50px; */
}

@media screen and (min-width: 600px) {
    .better-with-us .section-heading {
        font-weight: 600;
        line-height: 60px;
        font-size: 40px;
        max-width: 700px;
    }
}

.benefits-and-advantages .content-wrapper .section-content .benefits .benefit-box {
    border: none;
}

@media screen and (min-width: 600px) {
    .benefits-and-advantages .content-wrapper .section-content .benefits .benefit-box {
        padding: 100px 0;
    }
}

@media screen and (max-width: 599px) {
    .benefits-and-advantages .content-wrapper .section-content .benefits .benefit-box {
        padding: 50px 0;
    }
}

.benefits-and-advantages .content-wrapper .section-content .benefits .benefit-box .benefit-heading {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 40px;
}

@media screen and (min-width: 600px) {
    .benefits-and-advantages .content-wrapper .section-content .benefits .benefit-box .benefit-heading {
        font-size: 42px;
        line-height: 50px;
    }
}

.benefits-and-advantages .content-wrapper .section-content .benefits {
    margin: 35px auto 0;
    width: 100%;
    max-width: 348px;
}

@media screen and (min-width: 900px) {
    .benefits-and-advantages .content-wrapper .section-content .benefits {
        margin: 0;
        max-width: 747px;
    }

    .benefits-and-advantages .content-left picture {
        justify-content: left;
    }
}

@media screen and (min-width: 600px) and (max-width: 899px) {
    .benefits-and-advantages .content-wrapper .section-content .benefits {
        max-width: 680px;
    }
}

@media screen and (max-width: 599px) {
    .top-section .top-section-image-box {
        -webkit-animation-name: imageFadeInDownXs;
        animation-name: imageFadeInDownXs;
        right: 60%;
        bottom: 6px;
    }
}

.trading-platform .trading-platform-container .content-panel .panel-container .panel-action {
    margin-top: 446px;
}

@media screen and (min-width: 600px) {
    .trading-platform .trading-platform-container .content-panel .panel-container .panel-action {
        min-width: 280px;
        margin-top: 36px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

@media screen and (max-width: 599px) {
    .trading-platform .trading-platform-container .content-panel .panel-container .panel-action {
        width: 100%;
    }

    .panel-actions {
        width: 100%;
    }
}