.u-hidden {
    display: none;
}

.breadcrumb-style1-bg--default {
    background-image: url('../images/breadcrumb/breadcrumb-1.jpg');
}

.single-footer-widget-style3__bg--trade {
    background-image: url('../images/shapes/footer-v3-single-bg.jpg');
}

.main-slider-style2 .image-layer--slide-1 {
    background-image: url('../images/slides/slide-v2-1.jpg');
}

.main-slider-style2 .image-layer--slide-2 {
    background-image: url('../images/slides/slide-v2-2.jpg');
}

.main-slider-style2 .image-layer--slide-3 {
    background-image: url('../images/slides/slide-v2-3.jpg');
}

.account-style3__left .shape1--pattern {
    background-image: url('../images/pattern/account-v3-pattran1.png');
}

.account-style3__right .btn-box--offset {
    margin-top: 24px;
}

.trade-forex-style1__pattern--default {
    background-image: url('../images/pattern/trade-forex-v1-pattern.jpg');
}

.market-style1 .shape--default {
    background-image: url('../images/shapes/market-v2-shape1.png');
}

.slogan-style2__bg--markets {
    background-image: url('../images/backgrounds/slogan-v2-bg-1.png');
}

.platforms-style1-downlode-single__bg--default {
    background-image: url('../images/shapes/platforms-v1-shape2.png');
}

.mobile-app-style1__img .pattern--default {
    background-image: url('../images/pattern/mobile-app-v1-pattern.png');
}

.ebook-style1__img-pattern--default {
    background-image: url('../images/pattern/ebook-v1-pattern1.png');
}

.account-tier-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    padding: 8px 18px;
    border-radius: 999px;
    background: #1fe0d6;
    color: #0f2232;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.about-intro-title {
    font-size: 54px;
    line-height: 1.15;
}

.about-left-highlights {
    max-width: 360px;
    margin-top: 34px;
    padding-left: 14px;
}

.about-left-highlights .purpose-box {
    position: relative;
    display: block;
    padding-left: 80px;
}

.about-left-highlights .purpose-box .icon {
    position: absolute;
    top: 9px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--thm-gray-bg);
    font-size: 32px;
    line-height: 0;
}

.about-left-highlights .purpose-box .icon .icon-medical-history .path1:before,
.about-left-highlights .purpose-box .icon .icon-medical-history .path2:before,
.about-left-highlights .purpose-box .icon .icon-medical-history .path3:before {
    color: transparent;
}

.about-left-highlights .purpose-box .icon .icon-medical-history .path4:before,
.about-left-highlights .purpose-box .icon .icon-medical-history .path10:before {
    color: var(--thm-primary-color);
}

.about-left-highlights .purpose-box .icon .icon-medical-history .path5:before,
.about-left-highlights .purpose-box .icon .icon-medical-history .path6:before,
.about-left-highlights .purpose-box .icon .icon-medical-history .path7:before,
.about-left-highlights .purpose-box .icon .icon-medical-history .path8:before,
.about-left-highlights .purpose-box .icon .icon-medical-history .path9:before,
.about-left-highlights .purpose-box .icon .icon-medical-history .path11:before {
    color: var(--thm-black);
}

.about-left-highlights .purpose-box .text h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}

.about-left-highlights .purpose-box .text p {
    margin: 0;
}

.about-left-highlights .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 27px;
}

.about-left-highlights .btn-box .btn-one {
    border-radius: 30px;
    font-family: var(--thm-font-2);
    font-weight: 600;
}

.about-left-highlights .btn-box .btn-one::after {
    background: var(--thm-black-bg);
}

.about-left-highlights .btn-box .btn-one i {
    position: relative;
    top: 1px;
    margin-left: 10px;
    font-size: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.about-solutions-card {
    padding: 38px 34px;
    border: 1px solid var(--thm-border-color);
    border-radius: var(--thm-border-radius);
    background: rgba(255, 255, 255, 0.9);
}

.about-solutions-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.about-solutions-tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 22px;
    border-radius: 999px;
    background: var(--thm-black-bg);
    color: var(--thm-white);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    font-family: var(--thm-font-2);
}

.about-solutions-card h3 {
    margin-bottom: 18px;
    font-size: 42px;
    line-height: 1.1;
}

.about-solutions-card p {
    margin-bottom: 14px;
}

.about-solutions-list {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.about-solutions-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
}

.about-solutions-list li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--thm-primary-color);
}

@media only screen and (max-width: 1199px) {
    .about-intro-title {
        font-size: 46px;
    }

    .about-left-highlights {
        max-width: none;
        padding-left: 0;
    }

    .about-solutions-card {
        margin-top: 30px;
    }

    .about-solutions-card h3 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 767px) {
    .about-intro-title {
        font-size: 38px;
    }

    .about-left-highlights .purpose-box {
        padding-left: 72px;
    }

    .about-left-highlights .purpose-box .icon {
        width: 56px;
        height: 56px;
    }

    .about-solutions-card {
        padding: 28px 22px;
    }

    .about-solutions-card h3 {
        font-size: 28px;
    }

    .about-solutions-tags span {
        font-size: 16px;
        min-height: 42px;
        padding: 10px 18px;
    }
}
