/* Normal state of the button */
.button-primary.is-white.is-button-row {
    background-color: white;
    /* Button background color */
    color: #0e1435;
    /* Text and icon color */
}

.line-rounded-icon.is-arrow-right.open-live-account {
    color: #0e1435;
    /* Arrow icon color */
}

/* Hover state of the button */
.button-primary.is-white.is-button-row:hover {
    background-color: #0056b3;
    /* Change the button background color on hover */
}

/* Hover state for text and icon color */
.button-primary.is-white.is-button-row:hover .line-rounded-icon.is-arrow-right.open-live-account,
.button-primary.is-white.is-button-row:hover {
    color: white;
    /* Change the text and icon color on hover */
}

/* threetrader.shared.5dc8ec359.css 265 - 275 */
.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
}

/* End */

/* threetrader.shared.5dc8ec359.css 683 - 688 */
.w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

/* End */

/* threetrader.shared.5dc8ec359.css 1331 - 1403 */
.w-dropdown {
    text-align: left;
    z-index: 900;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
}

/* End */

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    position: relative;
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-block;
}

.w-dropdown-toggle:focus {
    outline: 0;
}

.w-icon-dropdown-toggle {
    width: 1em;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.w-dropdown-list {
    background: #ddd;
    min-width: 100%;
    display: none;
    position: absolute;
}

.w-dropdown-list.w--open {
    display: block;
}

.w-dropdown-link {
    color: #222;
    padding: 10px 20px;
    display: block;
}

.w-dropdown-link.w--current {
    color: #0082f3;
}

.w-dropdown-link:focus {
    outline: 0;
}

@media screen and (max-width: 767px) {
    .w-nav-brand {
        padding-left: 10px;
    }
}

/* End */

/* threetrader.shared.5dc8ec359.css 1795 - 1956 */
.w-nav {
    z-index: 1000;
    background: #ddd;
    position: relative;
}

.w-nav:before,
.w-nav:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-nav:after {
    clear: both;
}

.w-nav-brand {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative;
}

.w-nav-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.w-nav-link.w--current {
    color: #0082f3;
}

.w-nav-menu {
    float: right;
    position: relative;
}

[data-nav-menu-open] {
    text-align: center;
    background: #c8c8c8;
    min-width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: visible;
    display: block !important;
}

.w--nav-link-open {
    display: block;
    position: relative;
}

.w-nav-overlay {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
    top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    left: auto;
}

.w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative;
}

.w-nav-button:focus {
    outline: 0;
}

.w-nav-button.w--open {
    color: #fff;
    background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
    display: none;
}

.w-nav[data-collapse="all"] .w-nav-button,
.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open {
    display: block;
}

.w--nav-dropdown-list-open {
    position: static;
}

@media screen and (max-width: 991px) {
    .w-nav[data-collapse="medium"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="medium"] .w-nav-button {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .w-nav[data-collapse="small"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="small"] .w-nav-button {
        display: block;
    }

    .w-nav-brand {
        padding-left: 10px;
    }
}

@media screen and (max-width: 479px) {
    .w-nav[data-collapse="tiny"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="tiny"] .w-nav-button {
        display: block;
    }
}

/* End */

/* threetrader.shared.5dc8ec359.css 2223 - 2228 */
.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* End */

/* threetrader.shared.5dc8ec359.css 6710 - 6945 */
.header-wrapper {
    z-index: 999999;
    background-color: #1c4584;
    padding-top: 0;
    padding-bottom: 0;
    position: sticky;
    top: 0;
}

.header-content-wrapper {
    justify-content: space-between;
    align-items: center;
    max-height: 75px;
    padding-top: 0;
    display: flex;
}

.header-nav-menu-wrapper {
    margin-left: 0;
    margin-right: 40px;
}

.header-nav-menu-list {
    z-index: 1;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    display: flex;
}

.header-nav-link {
    font-family: "IBM Plex Sans", sans-serif;
    color: #0e1435;
    padding: 0;
    font-size: 16px;
}

.header-nav-link:hover {
    color: #60c6d5;
}

.header-nav-link.w--current {
    color: #0e1435;
}

.header-nav-link.w--current:hover {
    color: #60c6d5;
}

.header-nav-list-item {
    margin-bottom: 0;
    padding-left: 32px;
}

.header-nav-list-item.left {
    padding-left: 0;
    padding-right: 10px;
    line-height: 1.112em;
}

.dropdown-wrapper:hover {
    color: #1c4584;
}

.dropdown-toggle {
    align-items: center;
    padding: 0;
    transition: none;
    display: flex;
}

.dropdown-toggle:hover {
    color: #60c6d5;
}

.dropdown-column-wrapper {
    background-color: #0000;
    padding: 30px 8px 8px;
    overflow: hidden;
    transform: translate(-48%);
}

.dropdown-column-wrapper.dropdown-small {
    inset: auto;
    margin-top: 0;
    margin-left: -16px;
    display: none;
    inset: auto;
    overflow: visible;
    transform: none;
}

.dropdown-column-wrapper.dropdown-small {
    margin-top: 40px;
    margin-left: -16px;
    padding-top: 8px;
    display: none;
    inset: auto;
    overflow: visible;
    transform: none;
}

.dropdown-column-wrapper.dropdown-small:lang(en) {
    margin-left: 0;
    padding-top: 8px;
}

.dropdown-column-wrapper.dropdown-small.w--open {
    margin-left: -24px;
    padding: 24px 0 0;
    display: block;
}

.dropdown-column-wrapper.dropdown-small.new.megamenu {
    margin-top: 0;
    margin-left: 0;
    position: fixed;
    top: 82px;
    left: 0;
    right: 0;
}

.dropdown-column-wrapper.dropdown-small.new.megamenu.w--open {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 0;
    padding-top: 40px;
    padding-bottom: 50px;
    padding-left: 0%;
    position: fixed;
    top: 82px;
    left: 0;
    right: 0;
}

.dropdown-column-wrapper.dropdown-small.new.megamenu.megemenu--not {
    width: 230px;
}

.dropdown-column-wrapper.dropdown-small.new.megamenu.megemenu--not.w--open {
    width: 230px;
    margin-left: -12px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0%;
    position: absolute;
    left: auto;
    right: auto;
}

.dropdown-column-wrapper.dropdown-small.new.megamenu.megamenu--sp {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.dropdown-column-wrapper.dropdown-small.new.megamenu.megamenu--sp.w--open {
    top: 82px;
}

.dropdown-pd {
    padding: 40px;
}

.header-logo {
    pointer-events: auto;
    width: 100%;
    min-height: 35px;
    padding: 0;
    transform: rotate(180deg);
}

.header-logo-link {
    transform-style: preserve-3d;
    width: 100%;
    max-width: 172px;
    padding-left: 0;
    transition: transform .3s, color .3s;
}

.header-logo-link:hover {
    transform: scale3d(.96, .96, 1.01);
}

.header-logo-link.left {
    max-width: 186px;
    margin-right: 20px;
}

.header-logo-link.left.w--current {
    margin-right: 0;
}

.hamburger-menu-wrapper {
    padding: 0;
}

.hamburger-menu-wrapper.w--open {
    background-color: #0000;
}

.hamburger-menu-bar {
    background-color: #0e1435;
    border-radius: 20px;
    width: 52px;
    height: 4px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.header-right-side {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.header-middle.without-menu {
    display: none;
}

.header-left-side {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    display: flex;
}

/* threetrader.shared.5dc8ec359.css 8190 - 8218 */
.nav-content {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    place-content: stretch;
    align-items: start;
    display: grid;
}

.nav-menu-list-wrapper {
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
    list-style-type: none;
}

.nav-menu-list-item {
    color: #60c6d5;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0;
    line-height: 1.111em;
}

.nav-menu-list-item.last {
    margin-bottom: 0;
}

/* End */

/* threetrader.shared.5dc8ec359.css 9524 - 9530 */
.logo-container {
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    min-width: 175.5px;
    max-width: 100%;
    /* display: inline-block; */
    display: flex;
}

/* End */

/* threetrader.shared.5dc8ec359.css 14943 - 15404 */
.header-logo-link-4.left {
    max-width: 186px;
    margin-right: 0;
}

.button-primary-3 {
    color: #fff;
    text-align: center;
    transform-style: preserve-3d;
    background-color: #60c6d5;
    border: 1px solid #60c6d5;
    border-radius: 96px;
    justify-content: center;
    margin-right: 0;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.125em;
    text-decoration: none;
    transition: border-color .3s, background-color .3s, transform .3s, color .3s;
    display: block;
}

.button-primary-3:hover {
    color: #fff;
    background-color: #1c4584;
    border-color: #474b64;
    transform: translate3d(0, -3px, .01px);
}

.button-primary-3.inside-input {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
}

.button-primary-3.inside-input.default {
    transform-style: preserve-3d;
    padding: 8px 20px;
    top: 8px;
    bottom: 8px;
    right: 8px;
}

.button-primary-3.inside-input.default:hover {
    transform: scale3d(.95, .95, 1.01);
}

.button-primary-3.small {
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.125em;
}

.button-primary-3.small.header-btn-hidde-on-mb {
    margin-left: 24px;
}

.button-primary-3.small.header-btn-hidde-on-mb:hover {
    border-color: #60c6d5;
}

.button-primary-3.small.header-btn-hidde-on-mb.hide-1160px {
    color: #1c4584;
    flex: 0 auto;
    margin-left: 0;
    padding: 8px 12px;
    font-weight: 700;
    transition: border-color .3s, background-color .3s, transform .3s;
    display: block;
}

.button-primary-3.small.header-btn-hidde-on-mb.hide-1160px:hover {
    -webkit-text-stroke-color: #1c4584;
    background-color: #a4e0e9;
    border-color: #a4e0e9;
}

.logo-2 {
    width: 175.5px;
    height: 36px;
}

.nav-bar-text-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: #fff;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    object-fit: fill;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: block;
}

.nav-bar-text-2.link {
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    display: flex;
}

.line-rounded-icon-6 {
    color: #474b64;
    font-family: Line Rounded Icons, sans-serif;
}

.line-rounded-icon-6.is-arrow-right {
    color: #fff;
    margin-left: 6px;
    display: inline-block;
}

.line-rounded-icon-6.dropdown-arrow {
    color: #60c6d5;
    margin-left: 8px;
    display: none;
}

.line-rounded-icon-6.dropdown-arrow.megamenu {
    color: #fff;
}

.line-rounded-icon-6.dropdown-arrow.megamenu.megamenu--white {
    color: #1c4584;
}

.line-rounded-icon-6.light {
    color: #fff;
    margin-right: 0;
    font-size: 23px;
}

.btn-secondary-2 {
    box-shadow: none;
    color: #0e1435;
    text-align: center;
    transform-style: preserve-3d;
    background-color: #0000;
    border: 2px solid #60c6d5;
    border-radius: 96px;
    padding: 16px 20px;
    font-size: 16px;
    line-height: 1.125em;
    transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary-2:hover {
    color: #fff;
    background-color: #60c6d5;
    border-color: #60c6d5;
    transform: translate3d(0, -3px, .01px);
}

.btn-secondary-2.small {
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.125em;
}

.btn-secondary-2.small.header-btn {
    color: #fff;
    border-color: #fff;
    padding: 8px 12px;
    transition: border-color .1s, transform .1s, background-color .1s;
}

.btn-secondary-2.small.header-btn:hover {
    box-shadow: none;
    background-color: #ffffff0d;
}

.nav-item {
    min-height: 44px;
    text-decoration: none;
    transition-property: none;
    display: flex;
}

.locales-wrapper-2 {
    margin-right: 0;
    display: block;
}

.header-link-single {
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;
}

.nav-menu-list-item-3 {
    color: #60c6d5;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 24px;
    line-height: 1.111em;
}

.nav-menu-list-item-3.last {
    margin-bottom: 0;
}

.nav-menu-list-item-3.last.only-jp {
    display: none;
}

.nav-menu-list-item-3.last.only-jp:lang(ja) {
    display: block;
}

.nav-menu-list-item-3.megamenu {
    padding-right: 48px;
}

.nav-menu-list-item-3.megamenu.heading {
    color: #ffffff4d;
    padding-right: 48px;
    font-size: 14px;
}

.nav-menu-list-item-3.megamenu.heading.megamenu-white {
    color: #9eafc9;
    padding-right: 40px;
}

.nav-menu-list-item-3.megamenu.hide {
    display: none;
}

.dropdown-toggle-3 {
    color: #fff;
    align-items: center;
    padding: 0;
    transition: none;
    display: flex;
}

.dropdown-toggle-3:hover {
    color: #60c6d5;
}

.dropdown-toggle-3.megamenu {
    padding: 8px 12px;
}

.dropdown-toggle-3.megamenu.delay.wider {
    padding-left: 20px;
    padding-right: 20px;
}

.header-logo-link-4 {
    transform-style: preserve-3d;
    width: 100%;
    max-width: 172px;
    padding-left: 0;
    transition: transform .3s, color .3s;
}

.header-logo-link-4:hover {
    transform: scale3d(.96, .96, 1.01);
}

.header-logo-link-4.left {
    max-width: 186px;
    margin-right: 0;
}

.header-logo-link-4.left.w--current {
    width: auto;
    max-width: none;
    margin-right: auto;
    padding-right: 0;
}

.header-logo-link-4.left.megamenu {
    width: 186px;
    min-width: 186px;
    display: flex;
}

.dropdown-wrapper-3 {
    justify-content: flex-start;
    min-height: 44px;
    display: flex;
}

.dropdown-wrapper-3:hover {
    color: #1c4584;
}

.dropdown-wrapper-3.megamenu {
    position: static;
}

.container-default-6 {
    max-width: 1440px;
    padding: 24px 40px;
    position: relative;
}

.container-default-6.megamenu {
    max-width: 1080px;
    padding-top: 0;
    padding-bottom: 0;
}

.header-nav-menu-wrapper-4 {
    clear: none;
    margin-left: 0;
    margin-right: 40px;
}

.header-nav-menu-wrapper-4.newnav {
    flex: 1;
    justify-content: space-between;
    max-width: 100%;
    margin-left: 0;
    margin-right: 12px;
    display: flex;
}

.header-nav-list-item-4 {
    margin-bottom: 0;
    padding-left: 32px;
}

.header-nav-list-item-4.left {
    flex: none;
    margin-right: 16px;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.112em;
}

.header-nav-list-item-4.left.lang-selector,
.header-nav-list-item-4.left.megamenu,
.header-nav-list-item-4.left.megamenu._0margin {
    margin-right: 0;
}

.dropdown-toggle-4 {
    vertical-align: baseline;
    flex: none;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0;
}

.header-left-side-3 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    display: flex;
}

.dropdown {
    vertical-align: baseline;
    min-width: 44px;
    min-height: 44px;
    display: flex;
}

.link-text-3 {
    color: #fff;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
}

.link-text-3:hover {
    color: #60c6d5;
}

.link-text-3.megamenu {
    padding-top: 24px;
    padding-bottom: 24px;
}

.link-text-3.megamenu.widenavitem {
    padding-left: 20px;
    padding-right: 20px;
}

.header-nav-menu-list-6 {
    z-index: 1;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    display: flex;
}

.header-right-side-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.header-content-wrapper-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: center;
    max-height: none;
    padding-top: 0;
    display: flex;
}

.card-3 {
    background-color: #fff;
    border: 1px solid #d8dbe9;
    border-radius: 24px;
    transition-property: none;
}

.card-3.dropdown-pd {
    width: 600px;
}

.card-3.dropdown-pd.dropdown-mini-card {
    -webkit-text-stroke-color: #60c6d5;
    border-width: 1.5px;
    border-color: #60c6d5;
    border-radius: 16px;
    width: auto;
    min-width: auto;
    margin-bottom: 0;
    padding: 12px 0;
}

.card-3.dropdown-pd.dropdown-mini-card.megamenu {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #1d4481e6;
    border-style: none;
    border-radius: 0;
    width: 230px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.card-3.dropdown-pd.dropdown-mini-card.megamenu.megamenu--not {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #1d4481e6;
    padding-top: 20px;
    padding-bottom: 20px;
}

.card-3.dropdown-pd.dropdown-mini-card.megamenu.megamenu--not.megamenu-white,
.card-3.dropdown-pd.dropdown-mini-card.megamenu.megamenu--white {
    background-color: #fff;
}

/* End */

/* threetrader.shared.5dc8ec359.css 15452 - 15497 */
.nav-link-3 {
    clear: none;
    color: #1c4584;
    text-align: left;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    text-decoration: none;
    transition: color .3s;
}

.nav-link-3:hover {
    color: #60c6d5;
}

.nav-link-3.megamenu {
    color: #fff;
}

.nav-link-3.megamenu:hover {
    color: #5fc7d7;
}

.nav-link-3.megamenu.megamenu--white {
    color: #1c4584;
}

.nav-link-3.megamenu.megamenu--white:hover {
    color: #5fc7d7;
}

.locale-3 {
    /* float: left; */
    /* clear: both; */
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    vertical-align: baseline;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 44px;
    margin-bottom: 0;
    padding: 12px 24px;
    display: flex;
}

/* End */

/* threetrader.shared.5dc8ec359.css 16309 - 16343 */
.button-l {
    background-color: #fff;
    font-family: "IBM Plex Sans", sans-serif;
    color: #1c4584;
    border-radius: 6px;
    width: auto;
    height: 37px;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    text-decoration: none;
    transition-property: none;
}

.button-l:hover {
    color: #1c4584;
    background-color: #ffffffe6;
}

.button-l.secondary {
    border: 1px solid #fff;
    font-family: "IBM Plex Sans", sans-serif;
    color: #fff;
    background-color: #fff0;
    width: auto;
    height: 37px;
    font-weight: 400;
    transition-property: none;
}

.button-l.secondary:hover {
    background-color: #ffffff1a;
    text-decoration: none;
}

/* End */

/* threetrader.shared.5dc8ec359.css 20049 - 20079 */
.megamenu-inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.megamenu-pc {
    margin-left: 204px;
    display: flex;
}

.megamenu-pc.megamenu-pc--trading {
    margin-left: 0;
}

.megamenu-sp {
    display: none;
}

.megamenu-wrapper {
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 50px;
}

.optional {
    color: #5a5a5a;
}

.style-megamenu {
    display: none;
}

/* End */

@media screen and (max-width: 991px) {

    /* threetrader.shared.5dc8ec359.css 22501 - 22640 */
    .header-nav-menu-wrapper {
        z-index: 99;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        background-color: #fff;
        width: 100%;
        padding: 24px 24px 20px;
    }

    .header-nav-menu-list {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-nav-list-item {
        margin-bottom: 24px;
        padding-left: 0;
    }

    .header-nav-list-item.left {
        padding-right: 0;
    }

    .header-nav-list-item.header-btns {
        align-self: stretch;
        margin-top: 30px;
    }

    .dropdown-column-wrapper {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        position: static;
        transform: none;
    }

    .dropdown-column-wrapper.dropdown-small.new.w--open {
        margin-left: 0;
    }

    .dropdown-column-wrapper.dropdown-small.new.megamenu.w--open {
        background-color: #0000;
    }

    .dropdown-column-wrapper.dropdown-small.new.megamenu-inner.w--open {
        width: 70vw;
        margin-left: 0;
        padding-top: 0;
    }

    .dropdown-column-wrapper.dropdown-small {
        float: left;
        margin-top: 0;
        margin-left: 0;
    }

    .dropdown-column-wrapper.dropdown-small.w--open {
        padding-top: 10px;
    }

    .dropdown-column-wrapper.dropdown-small.new.megamenu {
        width: 100vw;
    }

    .dropdown-column-wrapper.dropdown-small.new.megamenu.w--open {
        flex-flow: column;
        width: 100%;
        padding: 0;
        position: static;
    }

    .dropdown-column-wrapper.dropdown-small.new.megamenu.megemenu--not.w--open {
        background-color: #0000;
        margin-left: 0;
        position: static;
    }

    .dropdown-column-wrapper.dropdown-small.new.megamenu.megamenu--sp.w--open {
        background-color: #0000;
    }

    .dropdown-pd {
        padding: 20px 0 14px;
    }

    .hamburger-menu-wrapper {
        margin-left: 16px;
        transition: transform .3s;
    }

    .hamburger-menu-wrapper:hover {
        transform: scale(.96);
    }

    .hamburger-menu-wrapper.w--open {
        background-color: #0000;
    }

    .hamburger-menu-wrapper.new {
        align-self: auto;
        width: 22px;
        min-width: auto;
        max-width: none;
        height: 22px;
        min-height: auto;
        max-height: none;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding: 2px;
        display: block;
    }

    .hamburger-menu-bar {
        width: 32px;
        height: 3px;
    }

    .hamburger-menu-bar.top {
        background-color: #fff;
    }

    .hamburger-menu-bar.top.new {
        width: 100%;
        height: 3px;
        margin-top: 0;
        margin-bottom: 12px;
    }

    .hamburger-menu-bar.bottom {
        background-color: #fff;
        width: 100%;
        height: 3px;
        margin-top: auto;
        margin-bottom: auto;
    }

    .header-left-side {
        flex: 1;
    }

    /* End */

    /* threetrader.shared.5dc8ec359.css 24613 - 24906 */
    .nav-bar-text-2.link {
        color: #1c4584;
        justify-content: flex-start;
        align-items: center;
        width: 45px;
        height: 45px;
    }

    .line-rounded-icon-6.dropdown-arrow {
        float: left;
        color: #1c4584;
        -webkit-text-stroke-color: #1c4584;
        margin-top: 2px;
        margin-left: 4px;
        font-size: 12px;
        line-height: 1em;
        display: block;
    }

    .line-rounded-icon-6.dropdown-arrow.megamenu {
        margin-top: 3px;
        display: block;
    }

    .line-rounded-icon-6.light {
        color: #1c4584;
    }

    .line-rounded-icon-6.light.megamenu {
        color: #fff;
    }

    .line-rounded-icon-6.light.megamenu.megamenu--white {
        color: #1c4584;
    }

    .btn-secondary-2.small.header-btn {
        flex: 1;
        width: 100%;
        margin-right: 0;
        padding: 8px 12px;
    }

    .nav-item {
        min-height: 45px;
    }

    .header-link-single {
        min-height: 45px;
        padding-left: 0;
        padding-right: 0;
        display: flex;
    }

    .nav-menu-list-item-3.megamenu {
        background-color: #0000;
        padding-left: 16px;
        padding-right: 16px;
    }

    .nav-menu-list-item-3.megamenu.heading {
        color: #fff;
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .nav-menu-list-item-3.megamenu.only-jp {
        display: none;
    }

    .nav-menu-list-item-3.megamenu.only-jp:lang(ja) {
        display: block;
    }

    .nav-menu-list-item-3.megamenu.jp-only {
        display: none;
    }

    .nav-menu-list-item-3.megamenu.jp-only:lang(ja) {
        display: block;
    }

    .dropdown-toggle-3 {
        vertical-align: middle;
        justify-content: flex-start;
        align-items: center;
        height: auto;
        min-height: 45px;
        margin-top: auto;
        margin-bottom: auto;
        display: flex;
        top: 0;
    }

    .dropdown-toggle-3.w--open {
        float: none;
        clear: both;
        display: flex;
    }

    .dropdown-toggle-3.megamenu {
        padding: 0;
    }

    .dropdown-toggle-3.megamenu.w--open {
        color: #fff;
        padding-top: 0;
        padding-bottom: 0;
        font-weight: 700;
    }

    .dropdown-wrapper-3 {
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        min-height: auto;
        display: inline-block;
    }

    .dropdown-wrapper-3.megamenu {
        color: #fff;
        margin-left: 0;
        margin-right: auto;
        display: block;
    }

    .container-default-6 {
        height: auto;
        margin-top: 0;
        margin-bottom: 0;
        padding: 20px 24px;
        display: block;
    }

    .container-default-6.megamenu.megamenu--children {
        padding-left: 0;
        padding-right: 0;
    }

    .header-nav-menu-wrapper-4 {
        z-index: 99;
        background-color: #fff;
        border-top: 1px solid #ecf0fa;
        border-bottom: 1px solid #ecf0fa;
        width: 100%;
        padding: 24px 24px 20px;
    }

    .header-nav-menu-wrapper-4.newnav {
        margin-top: 0;
        margin-right: 0;
        display: block;
        position: absolute;
        overflow: visible;
    }

    .header-nav-menu-wrapper-4.newnav.megamenu {
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        background-color: #1d4481e6;
        border-top-style: none;
        border-bottom-style: none;
        height: 100vh;
        overflow: auto;
    }

    .header-nav-menu-wrapper-4.newnav.megamenu.megamenu-white {
        background-color: #fff;
        height: auto;
    }

    .header-nav-list-item-4 {
        margin-bottom: 24px;
        padding-left: 0;
    }

    .header-nav-list-item-4.left {
        flex: 0 auto;
        margin-bottom: 0;
        padding-right: 0;
        display: block;
    }

    .dropdown-toggle-4 {
        color: #1c4584;
        justify-content: flex-start;
        align-items: center;
        display: flex;
        left: 0;
    }

    .dropdown-toggle-4.w--open {
        height: 44px;
        margin-left: 0;
    }

    .header-left-side-3 {
        flex: 1;
    }

    .dropdown {
        clear: none;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        display: flex;
        top: 0;
        left: 0;
    }

    .link-text-3 {
        float: left;
        color: #1c4584;
        -webkit-text-stroke-color: #1c4584;
        font-size: 16px;
    }

    .link-text-3.megamenu {
        color: #fff;
        padding-top: 0;
        padding-bottom: 0;
    }

    .link-text-3.megamenu.megamenu--white {
        color: #1c4584;
    }

    .header-nav-menu-list-6 {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .header-right-side-2 {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        flex: none;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .header-content-wrapper-6 {
        justify-content: space-between;
        align-items: stretch;
    }

    .card-3.dropdown-pd {
        border-width: 0;
        border-radius: 0;
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
    }

    .card-3.dropdown-pd.dropdown-mini-card {
        border-style: none;
        margin-bottom: 0;
        padding: 0 0 0 20px;
    }

    .card-3.dropdown-pd.dropdown-mini-card.megamenu {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background-color: #0000;
        padding-left: 16px;
    }

    .card-3.dropdown-pd.dropdown-mini-card.megamenu.megamenu--not {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background-color: #0000;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
    }

    .card-3.dropdown-pd.dropdown-mini-card.megamenu.megamenu--white {
        padding-top: 0;
        padding-bottom: 0;
    }

    .input-5.small {
        min-width: 250px;
    }

    .nav-link-3,
    .nav-link-3.w--current {
        font-size: 16px;
    }

    .locale-3.megamenu {
        padding-left: 0;
        padding-right: 24px;
    }

    /* End */

    /* threetrader.shared.5dc8ec359.css 25035 - 25038 */
    .button-l,
    .button-l.secondary {
        height: 29px;
        padding: 4px 8px;
    }

    /* threetrader.shared.5dc8ec359.css 25423 - 25438 */
    .megamenu-inner {
        flex-flow: column;
    }

    .megamenu-pc {
        display: none;
    }

    .megamenu-sp {
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        width: 70vw;
        padding-left: 12px;
        display: flex;
    }

    .megamenu-wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }

    /* End */
}

/* End */

@media screen and (max-width: 767px) {

    /* threetrader.shared.5dc8ec359.css 28702 - 28725 */
    .header-logo-link-4 {
        max-width: 153px;
    }

    .container-default-6 {
        padding-left: 14px;
        padding-right: 14px;
    }

    .header-nav-list-item-4 {
        margin-bottom: 20px;
    }

    .header-nav-list-item-4.left {
        margin-bottom: 0;
    }

    .card-3 {
        border-radius: 16px;
    }

    .card-3.dropdown-pd.dropdown-mini-card {
        padding: 0;
    }

    /* threetrader.shared.5dc8ec359.css 28868 - 28872 */
    .button-l,
    .button-l.secondary {
        justify-content: center;
        align-items: center;
        display: flex;
    }
}

/* End */

@media screen and (max-width: 479px) {

    /* threetrader.shared.5dc8ec359.css 31471 - 31478 */
    .logo-container {
        min-width: auto;
        max-width: 100%;
    }

    .logo {
        min-height: auto;
    }

    /* threetrader.shared.5dc8ec359.css 33684 - 33694 */
    .logo-2 {
        width: auto;
        height: auto;
    }

    .nav-bar-text-2.link {
        justify-content: flex-start;
        align-items: center;
        width: 45px;
        height: 45px;
    }


    /* threetrader.shared.5dc8ec359.css 33704 - 33763 */
    .header-logo-link-4 {
        max-width: 128px;
    }

    .header-logo-link-4.left {
        max-width: 128px;
        margin-right: 20px;
    }

    .header-logo-link-4.left.megamenu {
        width: auto;
        min-width: auto;
    }

    .container-default-6 {
        border-bottom-right-radius: 1em;
        border-bottom-left-radius: 1em;
        max-width: 100%;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .header-nav-menu-wrapper-4 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-nav-list-item-4 {
        text-align: left;
        width: 100%;
    }

    .header-nav-list-item-4.left {
        width: auto;
    }

    .header-right-side-2 {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex: 0 auto;
        margin-right: 0;
    }

    .header-content-wrapper-6 {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }

    .card-3.dropdown-pd.dropdown-mini-card {
        padding: 0;
    }

    .input-5.small.button-inside {
        min-width: 100%;
    }

    .nav-link-3 {
        font-size: 16px;
        font-weight: 400;
    }
}

@media screen and (min-width: 960px) {
    .w-fixSide {
        top: 100px !important;
        margin-top: 0 !important;
    }
}