/* ==========================================
   Responsive CSS
========================================== */

@media screen and (max-width: 991px) {

    .theme-preview {

        padding: 100px 0;

    }


    .theme-preview .min-vh-100 {

        min-height: auto !important;

    }


    .theme-preview h1 {

        margin-bottom: 22px;

        font-size: 60px;

        letter-spacing: -3px;

    }


    .preview-card {

        margin-top: 65px;

    }

}


@media screen and (max-width: 767px) {

    .theme-preview {

        padding: 80px 0;

    }


    .theme-preview h1 {

        font-size: 45px;

        letter-spacing: -2px;

    }


    .theme-preview p {

        font-size: 15px;

    }


    .preview-buttons {

        align-items: stretch;

        flex-direction: column;

    }


    .btn-primary-custom,
    .btn-outline-custom {

        width: 100%;

    }


    .preview-card {

        padding: 38px 28px;

    }


    .preview-card::before {

        left: 28px;

    }

}


@media screen and (max-width: 480px) {

    .theme-preview h1 {

        font-size: 38px;

    }


    .section-label {

        font-size: 11px;

        letter-spacing: 2px;

    }


    .preview-card h3 {

        font-size: 25px;

    }

}
@media screen and (min-width: 1200px) {

    .main-header .dropdown:hover .dropdown-menu {

        display: block;

    }

}


@media screen and (max-width: 1399px) {

    .custom-container {

        padding-left: 24px;

        padding-right: 24px;

    }


    .brand-logo {

        width: 145px;

    }


    .main-header .nav-link {

        padding-left: 8px !important;

        padding-right: 8px !important;

        font-size: 12px;

    }


    .header-actions {

        gap: 15px;

        margin-left: 14px;

    }

}


@media screen and (max-width: 1199px) {

    .main-header {

        position: fixed;

        background-color: rgba(7, 7, 7, 0.97);

    }


    .main-header .navbar {

        min-height: 76px;

    }


    .navbar-toggler {

        padding: 6px 8px;

        border-color: rgba(255, 255, 255, 0.25);

        box-shadow: none !important;

    }


    .navbar-collapse {

        max-height: calc(100vh - 76px);

        padding: 20px 0 30px;

        overflow-y: auto;

    }


    .main-header .navbar-nav {

        align-items: stretch;

    }


    .main-header .nav-link {

        padding: 13px 5px !important;

        border-bottom: 1px solid rgba(255, 255, 255, 0.07);

        font-size: 14px;

    }


    .main-header .nav-link::before {

        display: none;

    }


    .main-header .dropdown-menu {

        margin: 6px 0 10px;

        box-shadow: none;

    }


    .header-actions {

        align-items: stretch;

        flex-direction: column;

        gap: 16px;

        margin: 24px 0 0;

    }


    .header-cta {

        width: 100%;

    }


    .theme-preview {

        padding-top: 76px;

    }

}


@media screen and (max-width: 575px) {

    .custom-container {

        padding-left: 16px;

        padding-right: 16px;

    }


    .brand-logo {

        width: 132px;

    }

}
@media screen and (max-width: 1199px) {

    .section-padding {
        padding: 95px 0;
    }

    .about-visual {
        min-height: 520px;
    }

    .about-main-card {
        min-height: 470px;
    }

    .approach-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}


@media screen and (max-width: 991px) {

    .section-padding {
        padding: 80px 0;
    }

    .about-visual {
        max-width: 650px;
        margin: 0 auto;
    }

    .section-content {
        margin-top: 40px;
    }

    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-item:nth-child(2) {
        border-right: none;
    }

    .trust-item:nth-child(-n+2) {
        border-bottom: 1px solid #e4e4e4;
    }

    .approach-intro {
        margin-top: 20px;
    }

    .approach-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media screen and (max-width: 767px) {

    .section-padding {
        padding: 70px 0;
    }

    .section-title-dark,
    .section-title-light {
        font-size: 40px;
        letter-spacing: -1.5px;
    }

    .about-main-card {
        min-height: 430px;
        padding: 45px 30px;
    }

    .about-main-card h2 {
        font-size: 38px;
    }

    .about-small-text {
        margin-bottom: 130px;
    }

    .experience-card {
        position: relative;
        right: auto;
        bottom: auto;
        width: calc(100% - 40px);
        margin: -45px auto 0;
    }

    .about-visual {
        min-height: auto;
    }

    .trust-grid {
        grid-template-columns: 1fr;
    }

    .trust-item {
        border-right: none;
        border-bottom: 1px solid #e4e4e4;
    }

    .trust-item:last-child {
        border-bottom: none;
    }

    .approach-grid {
        grid-template-columns: 1fr;
    }

    .approach-card {
        min-height: auto;
    }

}


@media screen and (max-width: 480px) {

    .section-title-dark,
    .section-title-light {
        font-size: 34px;
    }

    .about-main-card h2 {
        font-size: 32px;
    }

    .about-feature-item {
        align-items: flex-start;
    }

}
@media screen and (max-width: 1199px) {

    .solutions-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media screen and (max-width: 991px) {

    .solutions-intro {
        margin-top: 20px;
    }

    .solutions-footer {
        align-items: flex-start;
        flex-direction: column;
    }

}


@media screen and (max-width: 767px) {

    .solutions-grid {
        grid-template-columns: 1fr;
    }

    .solution-card {
        min-height: auto;
    }

    .solutions-footer .dark-link-button {
        width: 100%;
        justify-content: center;
    }

}


@media screen and (max-width: 480px) {

    .solution-card {
        padding: 28px 24px;
    }

    .solution-top {
        align-items: flex-start;
        gap: 15px;
    }

}
@media screen and (max-width: 1199px) {

    .why-grid {
        grid-template-columns: 1fr;
    }

    .why-card {
        min-height: auto;
    }

}


@media screen and (max-width: 991px) {

    .why-content {
        margin-bottom: 20px;
    }

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .technology-dashboard {
        max-width: 700px;
        margin: 0 auto;
    }

    .technology-content {
        margin-top: 35px;
    }

}


@media screen and (max-width: 767px) {

    .why-grid {
        grid-template-columns: 1fr;
    }

    .allocation-chart {
        align-items: flex-start;
        flex-direction: column;
    }

    .allocation-circle {
        margin: 0 auto;
    }

    .allocation-list {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
    }

    .dashboard-bottom {
        grid-template-columns: 1fr;
    }

}


@media screen and (max-width: 480px) {

    .technology-dashboard {
        padding: 24px 20px;
    }

    .dashboard-value strong {
        font-size: 31px;
    }

    .allocation-list {
        grid-template-columns: 1fr;
    }

    .technology-buttons {
        align-items: stretch;
        flex-direction: column;
    }

    .technology-buttons .dark-link-button {
        width: 100%;
        justify-content: center;
    }

}
@media screen and (max-width: 1199px) {

    .clients-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .insights-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .insight-featured {
        grid-column: span 2;
    }

    .consultation-box {
        align-items: flex-start;
        flex-direction: column;
    }

    .consultation-actions {
        width: 100%;
        flex-direction: row;
    }

}


@media screen and (max-width: 991px) {

    .clients-intro {
        margin-top: 20px;
    }

    .insights-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .consultation-box {
        padding: 50px 40px;
    }

}


@media screen and (max-width: 767px) {

    .clients-grid {
        grid-template-columns: 1fr;
    }

    .client-card {
        min-height: auto;
    }

    .insights-grid {
        grid-template-columns: 1fr;
    }

    .insight-featured {
        grid-column: auto;
    }

    .insight-visual {
        min-height: 230px;
    }

    .consultation-cta {
        padding-bottom: 80px;
    }

    .consultation-actions {
        flex-direction: column;
    }

    .cta-white-button,
    .cta-outline-button {
        width: 100%;
    }

}


@media screen and (max-width: 480px) {

    .client-card {
        padding: 28px 24px;
    }

    .insight-content {
        padding: 24px 20px;
    }

    .insight-featured .insight-content h3 {
        font-size: 22px;
    }

    .consultation-box {
        padding: 38px 25px;
    }

    .consultation-content h2 {
        font-size: 36px;
        letter-spacing: -1.5px;
    }

}
@media screen and (max-width: 991px) {

    .footer-main {
        padding: 80px 0 60px;
    }

    .footer-bottom-inner {
        align-items: flex-start;
        flex-direction: column;
    }

}


@media screen and (max-width: 767px) {

    .footer-main {
        padding: 70px 0 50px;
    }

    .footer-brand-description {
        max-width: 100%;
    }

    .footer-disclaimer {
        padding: 28px 0;
    }

    .footer-legal-links {
        gap: 15px;
    }

    .floating-actions {
        right: 14px;
        bottom: 16px;
    }

    .floating-action {
        min-width: 48px;
        width: 48px;
        height: 48px;
    }

    .floating-action-icon {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
    }

    .floating-action:hover {
        min-width: 48px;
        width: 48px;
    }

    .floating-action:hover .floating-action-text {
        display: none;
    }

    .back-to-top {
        width: 44px;
        height: 44px;
    }

}


@media screen and (max-width: 480px) {

    .footer-logo {
        width: 165px;
    }

    .footer-column h3 {
        margin-bottom: 22px;
    }

    .footer-bottom {
        padding: 20px 0;
    }

    .footer-legal-links {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

}
@media screen and (max-width: 1199px) {

    .values-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}


@media screen and (max-width: 991px) {

    .inner-page-banner {
        padding-top: 155px;
    }

    .inner-banner-text {
        padding-left: 0;
        border-left: none;
    }

    .about-overview-visual {
        max-width: 680px;
        margin: 0 auto;
    }

    .philosophy-heading {
        position: static;
        margin-bottom: 20px;
    }

    .vision-mission-grid {
        grid-template-columns: 1fr;
    }

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-why-box {
        padding: 55px 40px;
    }

    .about-why-content {
        margin-bottom: 30px;
    }

    .about-page-cta-box {
        align-items: flex-start;
        flex-direction: column;
    }

}


@media screen and (max-width: 767px) {

    .inner-page-banner {
        padding: 135px 0 35px;
    }

    .inner-banner-content h1 {
        font-size: 46px;
        letter-spacing: -2px;
    }

    .inner-banner-bottom {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 50px;
    }

    .overview-large-card {
        min-height: 430px;
        padding: 42px 28px;
    }

    .overview-card-label {
        margin-bottom: 135px;
    }

    .overview-large-card h2 {
        font-size: 36px;
    }

    .overview-experience-card {
        position: relative;
        right: auto;
        bottom: auto;
        width: calc(100% - 40px);
        margin: -42px auto 0;
    }

    .about-overview-visual {
        min-height: auto;
    }

    .overview-highlight-grid {
        grid-template-columns: 1fr;
    }

    .philosophy-grid {
        grid-template-columns: 1fr;
    }

    .philosophy-card {
        min-height: auto;
    }

    .vision-mission-card {
        min-height: 390px;
        padding: 40px 30px;
    }

    .vision-mission-label {
        margin-bottom: 55px;
    }

    .vision-mission-card h2 {
        font-size: 31px;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .value-card {
        min-height: auto;
    }

    .about-why-box {
        padding: 45px 25px;
    }

    .about-page-cta {
        padding-bottom: 80px;
    }

    .about-page-cta-box {
        padding: 38px 26px;
    }

    .about-page-cta-box h2 {
        font-size: 31px;
    }

}


@media screen and (max-width: 480px) {

    .inner-banner-content h1 {
        font-size: 39px;
    }

    .overview-large-card h2 {
        font-size: 31px;
    }

    .vision-mission-card h2 {
        font-size: 27px;
    }

    .about-why-item {
        grid-template-columns: 35px 1fr;
    }

}
@media screen and (max-width: 1199px) {

    .core-solutions-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wealth-process-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}


@media screen and (max-width: 991px) {

    .wealth-framework-visual {
        max-width: 700px;
        margin: 0 auto;
    }

    .allocation-visual-card {
        max-width: 700px;
        margin: 0 auto;
    }

    .portfolio-review-box {
        padding: 55px 40px;
    }

    .portfolio-review-content {
        margin-bottom: 25px;
    }

    .protection-visual {
        max-width: 700px;
        margin: 0 auto;
    }

    .wealth-page-cta-box {
        align-items: flex-start;
        flex-direction: column;
    }

}


@media screen and (max-width: 767px) {

    .wealth-orbit-card {
        min-height: auto;
        padding: 30px 22px;
    }

    .wealth-orbit {
        width: 300px;
        height: 300px;
    }

    .wealth-orbit::before {
        width: 224px;
        height: 224px;
        top: 38px;
        left: 38px;
    }

    .wealth-orbit::after {
        width: 146px;
        height: 146px;
        top: 77px;
        left: 77px;
    }

    .wealth-orbit-center {
        width: 105px;
        height: 105px;
        top: 97px;
        left: 97px;
    }

    .wealth-card-footer {
        grid-template-columns: 1fr;
    }

    .core-solutions-grid {
        grid-template-columns: 1fr;
    }

    .core-solution-card {
        min-height: auto;
    }

    .large-allocation-chart {
        align-items: flex-start;
        flex-direction: column;
    }

    .large-allocation-circle {
        margin: 0 auto;
    }

    .large-allocation-list {
        width: 100%;
    }

    .portfolio-review-box {
        padding: 45px 25px;
    }

    .portfolio-review-grid {
        grid-template-columns: 1fr;
    }

    .portfolio-review-item {
        min-height: auto;
    }

    .protection-visual {
        min-height: 500px;
    }

    .protection-shield {
        width: 210px;
        height: 245px;
    }

    .protection-stat {
        min-width: 130px;
        padding: 14px;
    }

    .stat-one {
        top: 35px;
        left: 20px;
    }

    .stat-two {
        top: 50px;
        right: 20px;
    }

    .stat-three {
        right: 25px;
        bottom: 35px;
    }

    .wealth-process-grid {
        grid-template-columns: 1fr;
    }

    .wealth-process-card {
        min-height: auto;
    }

    .wealth-process-number {
        margin-bottom: 35px;
    }

    .wealth-page-cta {
        padding-bottom: 80px;
    }

    .wealth-page-cta-box {
        padding: 40px 27px;
    }

    .wealth-page-cta-box h2 {
        font-size: 31px;
    }

}


@media screen and (max-width: 480px) {

    .wealth-orbit {
        width: 250px;
        height: 250px;
    }

    .wealth-orbit::before {
        width: 186px;
        height: 186px;
        top: 32px;
        left: 32px;
    }

    .wealth-orbit::after {
        width: 120px;
        height: 120px;
        top: 65px;
        left: 65px;
    }

    .wealth-orbit-center {
        width: 90px;
        height: 90px;
        top: 80px;
        left: 80px;
    }

    .wealth-orbit-center strong {
        font-size: 27px;
    }

    .wealth-point {
        padding: 7px 10px;
        font-size: 8px;
    }

    .allocation-visual-card {
        padding: 27px 20px;
    }

    .large-allocation-circle {
        width: 190px;
        height: 190px;
        flex-basis: 190px;
    }

    .large-allocation-circle::before {
        width: 128px;
        height: 128px;
    }

    .protection-stat {
        display: none;
    }

    .protection-shield {
        top: 125px;
    }

}
@media screen and (max-width: 1199px) {

    .product-evaluation-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media screen and (max-width: 991px) {

    .investment-platform-visual,
    .equity-market-visual {
        max-width: 700px;
        margin: 0 auto;
    }

    .fixed-income-box,
    .global-investment-box {
        padding: 55px 40px;
    }

    .investment-page-cta-box {
        align-items: flex-start;
        flex-direction: column;
    }

}


@media screen and (max-width: 767px) {

    .investment-platform-stats {
        grid-template-columns: 1fr;
    }

    .investment-platform-visual {
        min-height: auto;
        padding: 30px 22px;
    }

    .investment-universe {
        width: 310px;
        height: 310px;
    }

    .investment-universe::before {
        width: 230px;
        height: 230px;
        top: 40px;
        left: 40px;
    }

    .investment-universe::after {
        width: 150px;
        height: 150px;
        top: 80px;
        left: 80px;
    }

    .investment-universe-center {
        width: 110px;
        height: 110px;
        top: 100px;
        left: 100px;
    }

    .investment-detail-grid,
    .alternative-strategy-grid,
    .fixed-income-grid {
        grid-template-columns: 1fr;
    }

    .investment-detail-card,
    .alternative-strategy-card,
    .fixed-income-card {
        min-height: auto;
    }

    .fixed-income-box,
    .global-investment-box {
        padding: 45px 25px;
    }

    .equity-visual-footer {
        grid-template-columns: 1fr;
    }

    .global-map-graphic {
        width: 310px;
        height: 310px;
    }

    .global-map-graphic::before {
        width: 220px;
        height: 220px;
        top: 45px;
        left: 45px;
    }

    .global-map-center {
        width: 85px;
        height: 85px;
        top: 112px;
        left: 112px;
    }

    .product-evaluation-grid {
        grid-template-columns: 1fr;
    }

    .evaluation-card {
        min-height: auto;
    }

    .investment-risk-box {
        align-items: flex-start;
        flex-direction: column;
    }

    .investment-page-cta {
        padding-bottom: 80px;
    }

    .investment-page-cta-box {
        padding: 40px 27px;
    }

    .investment-page-cta-box h2 {
        font-size: 31px;
    }

}


@media screen and (max-width: 480px) {

    .investment-category-number {
        font-size: 45px;
    }

    .investment-universe {
        width: 250px;
        height: 250px;
    }

    .investment-universe::before {
        width: 184px;
        height: 184px;
        top: 33px;
        left: 33px;
    }

    .investment-universe::after {
        width: 120px;
        height: 120px;
        top: 65px;
        left: 65px;
    }

    .investment-universe-center {
        width: 90px;
        height: 90px;
        top: 80px;
        left: 80px;
    }

    .investment-universe-center strong {
        font-size: 15px;
    }

    .universe-item {
        padding: 7px 9px;
        font-size: 7px;
    }

    .dark-product-panel {
        padding: 28px 20px;
    }

    .equity-market-visual {
        min-height: auto;
        padding: 28px 20px;
    }

    .equity-chart {
        height: 220px;
    }

    .global-map-graphic {
        width: 250px;
        height: 250px;
    }

    .global-map-graphic::before {
        width: 180px;
        height: 180px;
        top: 35px;
        left: 35px;
    }

    .global-map-center {
        width: 72px;
        height: 72px;
        top: 89px;
        left: 89px;
    }

    .global-node {
        padding: 7px 9px;
        font-size: 8px;
    }

    .global-connection {
        display: none;
    }

}
@media screen and (max-width: 1199px) {

    .global-markets-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .global-process-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}


@media screen and (max-width: 991px) {

    .global-intro-visual,
    .global-allocation-visual {
        max-width: 700px;
        margin: 0 auto;
    }

    .global-risks-heading {
        position: static;
        margin-bottom: 20px;
    }

    .global-regulatory-box {
        padding: 55px 40px;
    }

    .global-page-cta-box {
        align-items: flex-start;
        flex-direction: column;
    }

}


@media screen and (max-width: 767px) {

    .global-intro-visual {
        min-height: auto;
        padding: 30px 22px;
    }

    .world-network {
        width: 310px;
        height: 310px;
    }

    .world-network::before {
        width: 230px;
        height: 230px;
        top: 40px;
        left: 40px;
    }

    .world-network::after {
        width: 150px;
        height: 150px;
        top: 80px;
        left: 80px;
    }

    .world-network-center {
        width: 110px;
        height: 110px;
        top: 100px;
        left: 100px;
    }

    .world-network-line {
        display: none;
    }

    .why-global-grid {
        grid-template-columns: 1fr;
    }

    .why-global-card {
        min-height: auto;
    }

    .global-markets-grid {
        grid-template-columns: 1fr;
    }

    .global-market-card {
        min-height: auto;
    }

    .global-routes-grid,
    .global-risks-grid {
        grid-template-columns: 1fr;
    }

    .global-route-card,
    .global-risk-card {
        min-height: auto;
    }

    .global-allocation-main {
        align-items: flex-start;
        flex-direction: column;
    }

    .global-allocation-circle {
        margin: 0 auto;
    }

    .global-allocation-list {
        width: 100%;
    }

    .global-regulatory-box {
        padding: 45px 25px;
    }

    .global-process-grid {
        grid-template-columns: 1fr;
    }

    .global-process-card {
        min-height: auto;
    }

    .global-process-number {
        margin-bottom: 35px;
    }

    .global-investing-notice-box {
        align-items: flex-start;
        flex-direction: column;
    }

    .global-page-cta {
        padding-bottom: 80px;
    }

    .global-page-cta-box {
        padding: 40px 27px;
    }

    .global-page-cta-box h2 {
        font-size: 31px;
    }

}


@media screen and (max-width: 480px) {

    .world-network {
        width: 250px;
        height: 250px;
    }

    .world-network::before {
        width: 184px;
        height: 184px;
        top: 33px;
        left: 33px;
    }

    .world-network::after {
        width: 120px;
        height: 120px;
        top: 65px;
        left: 65px;
    }

    .world-network-center {
        width: 90px;
        height: 90px;
        top: 80px;
        left: 80px;
    }

    .world-network-center strong {
        font-size: 15px;
    }

    .world-region {
        padding: 7px 9px;
        font-size: 7px;
    }

    .region-north-america {
        left: -18px;
    }

    .global-allocation-visual {
        padding: 27px 20px;
    }

    .global-allocation-circle {
        width: 190px;
        height: 190px;
        flex-basis: 190px;
    }

    .global-allocation-circle::before {
        width: 128px;
        height: 128px;
    }

}
@media screen and (max-width: 1199px) {

    .insights-listing-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media screen and (max-width: 991px) {

    .featured-insight-content {
        min-height: auto;
    }

    .insights-newsletter-box {
        padding: 55px 40px;
    }

    .insights-page-cta-box {
        align-items: flex-start;
        flex-direction: column;
    }

}


@media screen and (max-width: 767px) {

    .featured-insight-visual {
        min-height: auto;
        padding: 30px 22px;
    }

    .featured-chart-graphic {
        height: 240px;
        margin-top: 40px;
    }

    .featured-visual-footer {
        grid-template-columns: 1fr;
    }

    .featured-insight-content {
        padding: 40px 26px;
    }

    .featured-insight-content h2 {
        font-size: 31px;
    }

    .insight-filter-bar {
        align-items: stretch;
        flex-direction: column;
    }

    .insight-filter-button {
        width: 100%;
    }

    .insights-listing-grid {
        grid-template-columns: 1fr;
    }

    .insight-card-visual {
        min-height: 225px;
    }

    .insights-newsletter-box {
        padding: 45px 25px;
    }

    .newsletter-form {
        padding: 24px 20px;
    }

    .insights-disclaimer-box {
        align-items: flex-start;
        flex-direction: column;
    }

    .insights-page-cta {
        padding-bottom: 80px;
    }

    .insights-page-cta-box {
        padding: 40px 27px;
    }

    .insights-page-cta-box h2 {
        font-size: 31px;
    }

}


@media screen and (max-width: 480px) {

    .featured-chart-graphic {
        height: 200px;
    }

    .featured-insight-content h2 {
        font-size: 27px;
    }

    .insight-card-content {
        padding: 24px 20px;
    }

    .insight-card-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .insight-card-content h3 {
        font-size: 18px;
    }

}