/* btn */
.mf-arrow-bottom-golden {
    position: relative;
}

.mf-arrow-bottom-golden:after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    right: 1.15rem;
    width: 16px;
    height: 9px;
    background: url("../images/icon/Chevron--down-c.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* page editor */
html :where(.wp-block) {
    margin-bottom: 28px;
    margin-top: 28px;
    max-width: 100%;
}

.genesis-custom-blocks-control {
    padding: 30px;
}

/*.editor-styles-wrapper {*/
/*overflow-y: hidden;*/
/*}*/
/* page editor */

.has-custom-black-background-color {
    background-color: #000000;
}

.has-custom-color-white-background-color {
    background-color: #FFFFFF;
}

.has-custom-color-dark-blue-background-color {
    background-color: #101b4b;
}

.has-custom-color-brand-blue-background-color {
    background-color: #12225c;
}

.has-custom-color-brand-green-background-color {
    background-color: #14964f;
}

.has-custom-color-brand-gold-background-color {
    background-color: #bca675;
}

.has-custom-color-gold-linear-gradient-gradient-background {
    background: linear-gradient(270deg, #fcecb3 0%, #a88b4a 100%);
}

.has-custom-color-gold-linear-gradient-reversed-gradient-background {
    background: linear-gradient(270deg, #a88b4a 0%, #fcecb3 100%);
}

.has-custom-darker-blue-background-color {
    background-color: #040D31;
}

.has-custom-blue-linear-gradient-background {
    background: linear-gradient(270deg, #0954B5 0%, #12225C 100%);
}

.has-custom-blue-linear-reversed-gradient-background {
    background: linear-gradient(270deg, #12225C 0%, #0954B5 100%);
}

.has-custom-light-blue-linear-gradient-background {
    background: linear-gradient(90deg, #0ccde3d9 0%, #f7f7f7ba 50%, #387ab0 100%);
}

/* color */
.has-black-color {
    color: #000000;
}

.has-custom-color-white-color {
    color: #FFFFFF;
}

.has-custom-color-dark-blue-color {
    color: #101b4b;
}

.has-custom-color-brand-blue-color {
    color: #12225c;
}

.has-custom-color-brand-green-color {
    color: #14964f;
}

.has-custom-color-brand-gold-color {
    color: #bca675;
}

.has-custom-darker-blue-color {
    color: #040D31;
}

.has-gp-text-gary-color {
    color: #333333;
}

.has-gp-background-gary-color {
    color: #F5F5F5;
}

.has-gp-button-gary-color {
    color: #EAEAEA;
}

.has-gp-divider-gary-color {
    color: #DDDDDD;
}

.has-gp-navy-blue-color {
    color: #12225C;
}

.has-gp-brand-sell-blue-color {
    color: #1B3CB4;
}

.has-gp-brand-buy-orange-color {
    color: #EA5718;
}

.has-gp-brand-header-navy-color {
    color: #081132;
}

.has-BCA675-color {
    color: #BCA675;
}

.has-101B4B-color {
    color: #101B4B;
}

.has-000000-color {
    color: #000000;
}

/*.has-custom-color-gold-linear-gradient-color {
    linear-gradient(270 deg, #fcecb3 0 %, #a88b4a 100 %);
}

.has-custom-color-gold-linear-gradient-reversed-color {
    linear-gradient(270 deg, #a88b4a 0 %, #fcecb3 100 %);
}*/


/* custom font size */
@media screen and (min-width: 992px) {
    .has-page-title-54-px-font-size {
        font-size: 54px;
    }

    .has-compact-page-title-48-px-font-size {
        font-size: 48px;
    }

    .has-article-page-title-40-px-font-size {
        font-size: 40px;
    }

    .has-page-sub-title-28-px-font-size {
        font-size: 28px;
    }

    .has-module-title-32-px-font-size {
        font-size: 32px;
    }

    .has-module-sub-title-20-px-font-size {
        font-size: 20px;
    }

    .has-description-18-px-font-size {
        font-size: 18px;
    }

    .has-compact-description-16-px-font-size {
        font-size: 16px;
    }

    .has-disclaimer-12-px-font-size {
        font-size: 12px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .has-page-title-54-px-font-size {
        font-size: 40px;
    }

    .has-compact-page-title-48-px-font-size {
        font-size: 40px;
    }

    .has-article-page-title-40-px-font-size {
        font-size: 40px;
    }

    .has-module-title-32-px-font-size {
        font-size: 32px;
    }

    .has-page-sub-title-28-px-font-size {
        font-size: 24px;
    }

    .has-module-sub-title-20-px-font-size {
        font-size: 20px;
    }

    .has-description-18-px-font-size {
        font-size: 18px;
    }

    .has-compact-description-16-px-font-size {
        font-size: 16px;
    }

    .has-disclaimer-12-px-font-size {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .has-page-title-54-px-font-size {
        font-size: 40px;
    }

    .has-compact-page-title-48-px-font-size {
        font-size: 40px;
    }

    .has-article-page-title-40-px-font-size {
        font-size: 40px;
    }

    .has-module-title-32-px-font-size {
        font-size: 32px;
    }

    .has-page-sub-title-28-px-font-size {
        font-size: 24px;
    }

    .has-module-sub-title-20-px-font-size {
        font-size: 20px;
    }

    .has-description-18-px-font-size {
        font-size: 18px;
    }

    .has-compact-description-16-px-font-size {
        font-size: 16px;
    }

    .has-disclaimer-12-px-font-size {
        font-size: 12px;
    }
}


/* custom margin */
.ml-100px {
    margin-left: 100px !important;
}

.mr-100px {
    margin-right: 100px !important;
}

.mr-50px {
    margin-right: 50px !important;
}

.ml-50px {
    margin-left: 50px !important;
}

.pl-20px {
    padding-left: 20px !important;
}

.pr-20px {
    padding-right: 20px !important;
}

/* sp css style*/
@media (max-width: 576px) {
    /* sp row line bg*/
    .sp-line-bg {
        display: block;
        position: absolute;
        left: -2rem;
        top: -1rem;
        bottom: -1rem;
        width: 4.13rem;
        background: linear-gradient(360deg, #0954b5 0%, #12225c 100%);
        z-index: -1;
    }

    .mf-sp-flex-direction-column {
        flex-direction: column !important;
    }

    .mf-sp-justify-content-center {
        justify-content: center !important;
    }
}

@media (min-width: 576px) {
    .custom-container {
        max-width: 540px;
        margin: 0 auto;
    }

    .box-container {
        max-width: 720px;
        margin: 0 auto;
    }

    .vertical_border_line_white {
        width: 100%;
        opacity: 0.2;
        background-color: #ffffff;
    }
}

@media (min-width: 768px) {
    .custom-container {
        max-width: 720px;
        margin: 0 auto;
    }

    .box-container {
        max-width: 720px;
        margin: 0 auto;
    }

    .vertical_border_line_white {
        width: 100%;
        opacity: 0.2;
        background-color: #ffffff;
    }
}

@media (min-width: 992px) {
    .custom-container {
        max-width: 960px;
        margin: 0 auto;
    }

    .box-container {
        max-width: calc(960px + 2 * 10px);
    }

    .vertical_border_line_white {
        width: 100%;
        opacity: 0.2;
        background-color: #ffffff;
    }
}

@media (min-width: 1200px) {
    .custom-container {
        max-width: 1140px;
        margin: 0 auto;
    }

    .box-container {
        max-width: calc(1200px + 2 * 10px + 100px);
    }

    .vertical_border_line_white {
        width: 100%;
        opacity: 0.2;
        background-color: #ffffff;
    }
}

@media (min-width: 1440px) {
    .custom-container {
        max-width: calc(1200px + 2 * 15px);
        margin: 0 auto;
    }

    .box-container {
        max-width: calc(1200px + 2 * 10px + 100px);
    }
}

/* for page top block right sticky bg image*/
.position-right-0 {
    position: absolute;
    right: 0;
}

.custom-separator-blue {
    height: 0.06rem;
    background: linear-gradient(90deg, #0954b5 0%, #12225c 100%);
    border: none;
    opacity: 1;
}

.custom-separator-gary {
    height: 0.06rem;
    background: #E5E5E5;
    border: none;
}

.custom-separator-dark-blue {
    height: 1px;
    background: #101B4B;
    border-radius: 0 0;
    border: none;
    opacity: 0.2;
    margin: 0;
}

.custom-separator-white {
    height: 0.06rem;
    background: #FFFFFF;
    border: none;
    opacity: 0.2;
}

.custom-separator-for-bright-page {
    height: 0.06rem;
    background: #101B4B;
    border: none;
    opacity: 0.2;
}

.custom-separator-vertical {
    width: 0.06rem;
    height: 100%;
    background: #FFFFFF;
    border: none;
    opacity: 0.2;
    /*opacity: 0.2;*/
    /*width: 0.06rem;*/
    /*margin: auto 0.2rem;*/
    /*height: 100%;*/
    /*background-color: #ffffff;*/
}

.reset-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

mark {
    padding: 0 !important;
}

.stonex-flex-column {
    display: flex;
    flex-direction: column;
}

.flex-stick-bottom {
    flex: 1;
    align-items: end !important;
}

/* FAQ */
.custom-details {
    transition: height 0.3s ease;
    overflow: hidden;
}

.custom-details[open] {
    height: auto;
}

.custom-details summary {
    border: none;
    padding: 1.25rem;
    padding-right: 3rem;
    line-height: 1.6rem;
    width: 100%;
    position: relative;
}

.custom-details ::marker {
    content: '' !important;
}

.custom-details summary::before {
    content: "\f286";
    font-size: 1rem;
    transition: all 0.4s;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    line-height: 1.5rem !important;
    color: #040d31;
    position: absolute;
    right: 1.25rem;
    top: calc(50% - 0.75rem);
    z-index: 1;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* FAQ */
.custom-details:not([open]) summary::before {
    transform: rotate(180deg);
}

.custom-row-left-title {
    position: relative;
    z-index: 1;
}

.custom-time-list-icon {
    padding: 0;
    width: 4.2rem;
    height: 4.2rem;
    min-width: 4.2rem !important;
    min-height: 4.2rem !important;
    max-width: 4.2rem !important;
    max-height: 4.2rem !important;
    border-radius: 50%;
    line-height: 1rem;
    font-weight: bold;
    background-color: #040d31;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flex-wrap-nowrap {
    flex-wrap: nowrap !important;
}

.text-align-center {
    text-align: center;
}

.justify-content-center {
    justify-content: center;
}

.align-content-center {
    align-content: center;
}

/** mce menu font-size */
.mce-menu-item .mce-text, .mce-menu-item .mce-text b {
    font-size: 12px !important;
}

.vertical_border_line_white {
    width: 100%;
    opacity: 0.2;
    background-color: #ffffff;
}

.opacity2 {
    opacity: 0.2;
}

.opacity5 {
    opacity: 0.5;
}

.opacity100 {
    opacity: 1 !important;
}

.wptb-table-container-matrix {
    overflow-x: auto;
    width: auto !important;
}

.wptb-preview-table .header-sticky .wptb-text-container {
    width: calc(100vw - 20px);
    position: sticky;
    left: 0;
}

.wptb-preview-table:first-child tr td:first-child {
    position: sticky;
    left: -2px;
    z-index: 1;
}

.first-column-sticky-on-sp .wptb-preview-table tr td:first-child {
    position: sticky;
    left: -2px;
    z-index: 1;
}

.wptb-preview-table tr .wptb-cell:last-child {
    border-right-width: 0 !important;
}

/************ */
.columns-remove-gap {
    gap: 0 !important;
}

.mf-remove-gap {
    gap: 0 !important;
}

.mf-container-for-sp {
    max-width: 765px;
}

/* fix wordpress */
.is-content-justification-left {
    justify-content: flex-start;
}

.is-content-justification-right {
    justify-content: flex-end;
}

.is-content-justification-center {
    justify-content: center;
}

.mf-text-linear-gradient-gold-scheme {
    background-image: linear-gradient(90deg, #fcecb3 0%, #a88b4a 100%);
    color: transparent !important;
    -webkit-background-clip: text;
}

.mf-text-linear-gradient-blue-scheme {
    background: linear-gradient(90deg, #0954b5 0%, #12225c 100%);
    color: transparent !important;
    -webkit-background-clip: text;
}

.mf-sp-sticky-bottom {
    z-index: 8;
    width: 100%;
    /*position: -webkit-sticky; !* Safari *!*/
    position: fixed;
    bottom: 0; /* 设置吸附点位置 */
}

.mf-sp-sticky-bottom-180px {
    z-index: 8;
    width: 100%;
    /*position: -webkit-sticky; !* Safari *!*/
    position: fixed;
    bottom: 180px; /* 设置吸附点位置 */
}

.mf-border-radius-10px {
    border-radius: 10px;
}

.mf-border-radius-r-10px {
    border-radius: 0 10px 10px 0;
}

.mf-border-radius-l-10px {
    border-radius: 10px 0 0 10px;
}

.mf-paginator-btn-disable-click {
    color: rgb(204, 204, 204);
    pointer-events: none;
}

.green-mark-box {
    position: relative;
    overflow: visible;
}

.green-mark-box::before {
    content: '“';
    position: absolute;
    color: #14964F;
    font-size: 80px;
    top: -25px;
    left: 0;
    z-index: 2;
}

.green-mark-box::after {
    content: '”';
    position: absolute;
    color: #14964F;
    font-size: 80px;
    z-index: 2;
    transform: translateY(100%); /* 动态根据元素高度下移 */
    bottom: 20px;
    right: 0;
}

.glossary-words .wp-element-button:last-child:hover {
    color: #FFFFFF;
    background-color: #0954B5;
}

.mf-tab-container .field--fullwidth.field--last {
    margin-top: 38px;
}

.mf-tab-container .field--fullwidth.field--last h2, .mf-tab-container .field--fullwidth.field--last p, .mf-tab-container .field--fullwidth.field--last div, .mf-tab-container .field--fullwidth.field--last h3 {
    line-height: 1.8;
}

.mf-tab-container .field--fullwidth.field--last h2, .mf-tab-container .field--fullwidth.field--last h3 {
    margin: 20px 0;
}

.homepage-footer-hr {
    margin-top: 0.63rem;
    margin-bottom: 1.19rem;
    /*width: 100%;*/
    height: 0.06rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0rem 0rem 0rem 0rem;
}

.homepage-footer-hr2 {
    width: 1.88rem;
    height: 0.06rem;
    background: linear-gradient(90deg, #fcecb3 0%, #a88b4a 100%) !important;
    border: none !important;
    opacity: 1;
}

.is-content-justification-space-between {
    justify-content: space-between;
}

/*.glossary-words {*/
/*width: 55px;*/
/*height: 55px;*/
/*}*/

.hover-text-decoration-underline a:hover {
    text-decoration: underline !important;
}

.hover-text-decoration-underline a {
    text-decoration: none !important;
}


.slick-dots li.slick-active button:before {
    color: #fe710d !important;
    opacity: 1 !important;
}

.slick-dots li button:before {
    color: #c1c1c1 !important;
    opacity: 1 !important;
}

.wp-block-cb-carousel .slick-next:before, .wp-block-cb-carousel .slick-prev:before {
    color: #fe710d !important;
}

[v-cloak] {
    display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .nav-logo {
        flex: auto;
        background-color: #101b4b;
    }
}

@media screen and (min-width: 992px) {
    .nav-logo {
        background-color: #101b4b;
    }
}

@media screen and (max-width: 768px) {
    .nav-logo {
        flex: auto;
        background-color: #101b4b;
    }
}

:root :where(.is-layout-constrained) > * {
    margin-block-start: 0px !important;
    margin-block-end: 0;
}

:root :where(.is-layout-flow) > * {
    margin-block-start: 0px !important;
    margin-block-end: 0;
}

.mf-blur-background {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.mf-width-240 {
    width: 240px !important;
}

/* 适用于大多数现代浏览器 */

.goodpatch-left-side-menu {
    position: sticky;
    top: 75px;
    overflow-y: auto !important;
}

.goodpatch-left-side-menu::-webkit-scrollbar {
    width: 0.4rem; /* 垂直滚动条宽度 */
    height: 0.4rem; /* 水平滚动条高度 */
}

.goodpatch-left-side-menu::-webkit-scrollbar-track {
    background: transparent; /* 轨道颜色 */
    border-radius: 5px; /* 轨道圆角 */
}

.goodpatch-left-side-menu::-webkit-scrollbar-thumb {
    background: #c1c1c1; /* 滑块颜色 */
    border-radius: 4px; /* 滑块圆角 */
    transition: background 0.3s; /*  hover 动画过渡 */
}

.goodpatch-left-side-menu::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1; /* 加深颜色 */
}

.goodpatch-left-side-menu::-webkit-scrollbar-button {
    display: none; /* 隐藏默认按钮 */
}

.goodpatch-slider::-webkit-scrollbar {
    width: 0.4rem; /* 垂直滚动条宽度 */
    height: 0.4rem; /* 水平滚动条高度 */
}

.goodpatch-slider::-webkit-scrollbar-track {
    background: transparent; /* 轨道颜色 */
    border-radius: 5px; /* 轨道圆角 */
}

.goodpatch-slider::-webkit-scrollbar-thumb {
    background: #c1c1c1; /* 滑块颜色 */
    border-radius: 4px; /* 滑块圆角 */
    transition: background 0.3s; /*  hover 动画过渡 */
}

.goodpatch-slider::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1; /* 加深颜色 */
}

.goodpatch-slider::-webkit-scrollbar-button {
    display: none; /* 隐藏默认按钮 */
}

.max-height-75vh {
    max-height: 75vh;
}

.goodpatch-overflow-y-auto {
    overflow: auto !important;
}

#left-menu-overflow{
    overflow: auto !important;
}

.goodpatch-chatbox-icon {
    position: fixed !important;
    top: 87vh !important;
    right: 0 !important;
}

.goodpatch-breadcrumb .inactive {
    color: #8F8F8F;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
}

.goodpatch-breadcrumb .inactive:hover {
    text-decoration: underline !important;
}

.goodpatch-breadcrumb .active {
    color: #12225C;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
}

@media screen and (max-width: 768px) {
    .goodpatch-breadcrumb .active {
        font-size: 10px;
        line-height: 10px;
    }

    .goodpatch-breadcrumb .inactive {
        font-size: 10px;
        line-height: 10px;
    }
}

@media screen and (min-width: 992px) {
    .pc-remove-pointer-event {
        pointer-events: none;
    }
}

/*@media screen and (min-width: 992px) {*/
/*.gp-scroll-markets-section{*/
/*margin-left:calc(50vw - 360px) !important;*/
/*}*/
/*}*/

@media screen and (min-width: 992px) and (max-width: 1440px) {
    .gp-scroll-markets-section {
        margin-left: calc(23vw + 36px);
    }
}

@media screen and (min-width: 1440px) {
    .gp-scroll-markets-section {
        margin-left: calc(50vw - 360px);
    }
}

.scroll-margin-top-80 {
    scroll-margin-top: 80px;
}


