@import url("/css/home/container.css");
@import url("/css/home/typography.css");
@import url("/css/home/buttons.css");

.content-container {
    margin-top: 68px;
    margin-bottom: 68px;
}

.content-container-grey {
    margin-top: 68px;
    margin-bottom: 68px;
}

.blue {
    color: #2A5ED5 !important;
}

.fees-toggle {
    margin: 0px 0px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.fees-toggle-title {
    font-size: 60px;
    line-height: 65px;
}

.fees-toggle-subtext {
    color: #22273D;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.16px;
    width: 686px;
}

.toggle-switch {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    overflow: hidden;
    width: 200px;
    height: 40px;
    background-color: #DADFF0;
    position: relative;
}

.toggle-btn {
    flex: 1;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    border: none;
    background: none;
    color: #1E2F47;
    border-radius: 25px;
    font-weight: bold;
}

.toggle-btn.active {
    border-radius: 25px;
    background: #1F3763;
    color: white;
    font-weight: bold;
}

.toggle-btn:not(.active):hover {
    color: #007bff;
}

@media screen and (max-width: 1279px) {
    .fees-toggle-title {
        font-size: 55px;
    }
}

@media screen and (max-width: 991px) {
    .fees-toggle-title {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: -0.01em;
    }
}

@media screen and (max-width: 767px) {
    .fees-toggle-subtext {
        width: 460px;
    }
}

@media screen and (max-width: 477px) {
    .fees-toggle-title {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: unset;
    }
    .fees-toggle-subtext {
        width: 300px;
        font-size: 14px;
    }
}

.hero-wrapper {
    display: grid;
    grid-template-columns: 45% 55%;
    grid-gap: 20px;
    grid-template-areas:
    "d i"
    "d i";
}

.hero-wrapper-v2 {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 20px;
    grid-template-areas:
    "i i"
    "d d";
}

@media screen and (max-width:1279px) {
    /* .hero-wrapper {
        grid-template-columns: 520px 449px;
    } */
}

@media screen and (max-width:991px) {
    /* .hero-wrapper {
        grid-template-columns: 377px 400px;
    } */
}

/* .hero-wrapper > h1.hero-title {
    grid-area: t;
    margin-bottom: 10px;
} */

.hero-wrapper > p.hero-description {
    grid-area: d;
}

.hero-wrapper-v2> p.v2-hero-description {
    grid-area: d;
}

/* .hero-wrapper > .hero-footnotes {
    grid-area: f;
} */

.hero-wrapper > .hero-image {
    grid-area: i;
}

.hero-wrapper-v2> .hero-image {
    grid-area: i;
}

.hero-wrapper-v2> .hero-image-v2 {
    grid-area: i;
}

/* .hero-footnotes {
    padding-left: 20px;
} */

h1.hero-title {
    font-size: 60px;
    line-height: 65px;
    font-weight: 700;
}
.hero-image {
    width: 100%;
    /* height: 305px; */
    align-self: center;
}
.hero-image-v2 {
    width: 100%;
    /* height: 305px; */
    align-self: center;
}
.hero-description {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}
.v2-hero-description {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* justify-content: center; */
    align-items: center;
    text-align: center;
}
.hero-description .rate, .v2-hero-description .rate {
    color: #1C60DD;
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 80px; 
    letter-spacing: 0.64px;
}
.hero-description .title, .v2-hero-description .title {
    color: #22273D;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
}
.hero-description .sub, .v2-hero-description .sub {
    color: #22273D;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; 
} 

.hero-description .sub-remark {
    color: #22273D;
    font-family: Poppins;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
}

.v2-sub-remark {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
/* div.hero-footnotes {
    font-size: 12px;
    line-height: 23px;
} */

@media screen and (max-width:1279px) {
    h1.hero-title {
        font-size: 55px;
        line-height: 65px;
    }
}

@media screen and (max-width:991px) {
    h1.hero-title {
        font-size: 40px;
        line-height: 52px;
    }
    /* .hero-image {
        width: 278px;
        height: 278px;
    } */
}

@media screen and (max-width:767px) {
    .hero-wrapper {
        text-align: center;
        grid-template-areas: "i""d""d";
        grid-template-columns: 1fr;
        justify-items: center;
        row-gap: 10px;
    }
    .hero-wrapper-v2 {
        text-align: center;
        grid-template-areas: "i""d""d";
        grid-template-columns: 1fr;
        justify-items: center;
        row-gap: 10px;
    }
    /* .hero-footnotes {
        text-align: left;
        padding-left: 40px;
        padding-right: 40px;
    } */
    h1.hero-title {
        font-size: 28px;
        line-height: 36px;
    }
    h1.hero-title > span {
        display: block;
    }
    .hero-image {
        width: 400px;
        /* width: 278px;
        height: 278px; */
    }
    /* p.hero-description {
        font-size: 14px;
        line-height: 22px;
    } */
    /* .hero-image-v2 {
        width: 120%;
        max-width: none !important;
    } */
}

@media screen and (max-width:477px) {
    h1.hero-title {
        font-size: 28px;
        line-height: 36px;
    }
    /* .hero-image {
        width: 155px;
        height: 155px;
    } */
    /* .hero-footnotes {
        font-size: 12px;
        line-height: 18px;
    } */
}

.panel-container {
    text-align: center;
}

.panel-section-title {
    width: 100%;
}

.panel-grid {
    display: grid;
    grid-template-rows: repeat(4, auto);
    grid-template-columns: repeat(3, 1fr);
    column-gap: 18px;
    margin-top: 50px;
}

.panel-grid > * {
    margin: 0;
    padding: 0;
}
.panel-container > .container-row:first-of-type {
    padding-top: 50px;
}
.panel-container > .container-row:last-of-type {
    padding-bottom: 70px;
}
h1.panel-section-title {
    color: #22273D;
    font-family: Poppins;
    font-size: 32px; /*20px*/
    font-style: normal;
    font-weight: 700;
    /* line-height: 48px; */
    letter-spacing: 0.2px;
    /* text-transform: uppercase; */
}
h2.panel-section-title-text  {
    color: #22273D;
    text-align: center;
    font-family: Poppins;
    font-size: 32px; /*20px*/
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.2px;
    /* margin-top: 20px; */
}
h2.panel-section-title-text-margin-top {
    margin-top: 80px;
}
.panel-image {
    justify-self: center;
    width: 80px;
    height: 80px;
    order: 0;
    margin-bottom: 35px;
}
.panel-title {
    order: 1;
}
.panel-description {
    order: 2;
    margin-top: 20px;
    margin-bottom: 20px;
}
.panel-fee {
    order: 3;
}
h3.panel-title, p.panel-description, h3.panel-fee{
    font-size: 16px;
    line-height: 23px;
}
h3.panel-title, h3.panel-fee {
    font-weight: 700;
}
h3.panel-title {
    font-size: 20px;
}
p.panel-remark{
    color: #1F3763 !important;
    font-family: Poppins !important;
    font-size: 12px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    line-height: 20px !important;
}
.panel-spacer {
    display: none;
}
@media screen and (max-width: 991px) {
    /* h2.panel-section-title-text {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 53px;
    } */
}
@media screen and (max-width: 767px) {
    .panel-grid {
        grid-template-columns: 1fr 1fr;
    }
    .panel-grid > .third {
        order: 10;
    }
    .panel-grid > img.third {
        margin-top: 36px;
    }
    .panel-spacer.third {
        display: block;
        order: 10;
    }
    /* h2.panel-section-title-text  {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 41px;
    } */
    .panel-image {
        width: 80px;
        height: 80px;
    }
    h3.panel-title,h3.panel-fee {
        font-size: 14px;
        /* line-height: 12px; */
    }
    .panel-description {
        font-size: 14px;
        line-height: 12px;
    }
}
@media screen and (max-width: 477px) {
    .panel-grid {
        grid-template-columns: 1fr;
    }
    .panel-grid > * {
        order: unset;
    }
    .panel-spacer {
        display: none;
    }
    /* h2.panel-section-title-text  {
        font-weight: bold;
        font-size: 23px;
        line-height: 29px;
        margin-bottom: 24px;
    } */
    .panel-image {
        width: 56px;
        height: 56px;
    }
    h3.panel-title,h3.panel-fee {
        font-size: 14px;
        line-height: 22px;
    }

    h3.panel-fee {
        margin-bottom: 30px;
    }
    .panel-description {
        font-size: 14px;
        line-height: 22px;
    }
}

.fee-explanation-wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

h1.fee-explanation-title {
    color: #22273D;
    text-align: center;
    font-family: Poppins;
    font-size: 32px; /*20px*/
    font-style: normal;
    font-weight: 700;
    /* line-height: 48px;  */
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
p.fee-explanation-description {
    margin-bottom: 57px;
}
p.fee-explanation-description,
p.fee-explanation-footnotes {
    color: #22273D;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; 
    letter-spacing: 0.14px;
}
@media screen and (max-width:991px) {
    /* .fee-explanation-title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 38px;
    } */
}
@media screen and (max-width:767px) {
    .fee-explanation-description {
        margin-bottom: 16px;
    }
    .fee-explanation-description,
    .fee-explanation-footnotes {
        font-size: 14px;
        line-height: 22px;
    }
}
@media screen and (max-width:767px) {
    /* .fee-explanation-title {
        font-size: 23px;
        line-height: 29px;
        margin-bottom: 19px;
    } */
    .fee-explanation-description {
         margin-bottom: 19px;
    }
    .fee-explanation-description,
    .fee-explanation-footnotes {
        font-size: 14px;
        line-height: 22px;
    }
}

.fee-tables-section-wrapper {
    width: 100%;
}

.fee-table-container {
    margin-bottom: 80px;
}

.fee-table-wrapper {
    display: flex;
    width: 100%;
}

.fee-table-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
}

.fee-table-search {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

.fee-table-search > .glyphicon {
    font-size: 23px;
}

.fee-table-search > input {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    border-bottom-width: 2px;
    padding: 3px 10px;
    line-height: 1.2;
    margin-left: 10px;
}

.fee-table-search > input:focus {
    outline: 0;
    box-shadow: none;
}

.fee-table-grid {
    width: 100%;
    /*https://css-tricks.com/css-grid-in-ie-faking-an-auto-placement-grid-with-gaps/*/
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
}

.fee-table-grid-header {
    position: sticky;
    top: 0;
    background-color: #F7F8FB;
}

/*only show first 16 when truncated*/
.fee-table-wrapper.truncated .fee-table-row:nth-child(n+19) {
    display: none;
}

.fee-table-row {
    display: flex;
    flex-direction: row;
    border: 1px solid #DDDDDD;
    padding: 12px 23px;
    align-items: center;
}

.fee-table-row-header {
    background-color: #F7F8FB;
}

.fee-table-row:not(.fee-table-grid-header) {
    border-top: none;
}

.fee-table-cell {
    flex-shrink: 0;
    flex-grow: 0;
}

.fee-table-cell-image {
    flex-basis: 26px;
    margin-right: 15px;
}
.fee-table-cell-name {
    flex-basis: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: left;
}
.free-table-cell-name-coin {
    color: #808080;
}

.fee-table-cell-currency {
    display: flex;
    flex-basis: 62.9299363057325%;
    align-items: center;
}
.fee-table-cell-fee {
    flex-basis: 37.0700636942675%;
}

.fee-table-cell-image {
    height: 26px;
    width: 26px;
}

.show-all-button {
    display: block;
    width: 148px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

h2.fee-table-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .fee-table {
        grid-template-columns: 1fr;
    }
    .fee-table > .header-2 {
        display: none;
    }

    .fee-table-top {
        flex-wrap: wrap;
    }

    .fee-table-title {
        width: 100%;
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 37px;
        text-align: center;
    }
}
@media screen and (max-width: 477px){
    .fee-table-title {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 18px;
    }
}

.faq-wrapper > div {
    width: 100%;
}

details.faq {
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    padding: 24px 32px;
}

/** IE **/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .hero-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .panel-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .panel-grid > * {
        order: 0; /* ie has no unset */
    }

    .fee-explanation-description {
        max-width: 90vw;
    }

    .header-2 {
        display: none;
    }
}

.ready-to-speak-to-experts-wrapper {
    background-color: #1C60DD;
    padding-top: 120px;
    padding-bottom: 80px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.ready-to-speak-to-experts {
    display: flex;
    background-color: #22273D;
    padding: 50px;
    border-radius: 20px;
    position: relative;
}

.ready-to-speak-to-experts .ready-to-speak-to-experts-text {
    color: #F0F1F6;
    width: 80%;
}

.ready-to-speak-to-experts .ready-to-speak-to-experts-text h3 {
    font-size: 32px;
    font-weight: 300;
    margin-top: 0;
}

.ready-to-speak-to-experts .ready-to-speak-to-experts-text p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}

.ready-to-speak-to-experts .ready-to-speak-to-experts-btn {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ready-to-speak-to-experts .ready-to-speak-to-experts-btn .v2-ready-to-speak-to-experts-btn {
    display: inline-block;
    padding: 13px 35px;
    font-size: 14px;
    line-height: 23px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border: 2px solid #52BCBE;
    color: white;
    background-color: #52BCBE;
    border-radius: 200px;
    white-space: nowrap;
    position: relative;
}

.ready-to-speak-to-experts .ready-to-speak-to-experts-btn .v2-ready-to-speak-to-experts-btn:hover,
.ready-to-speak-to-experts .ready-to-speak-to-experts-btn .v2-ready-to-speak-to-experts-btn:focus {
    background-color: #47a4a6;
    border-color: #47a4a6;
    color: white;
}

.ready-to-speak-to-experts .decour-1 {
    position: absolute;
    top: -40px;
    right: 10px;
}

.ready-to-speak-to-experts .decour-2 {
    position: absolute;
    top: -90px;
    right: 25px;
}

.ready-to-speak-to-experts .decour-3 {
    position: absolute;
    top: -80px;
    right: 35px;
}

@media only screen and (max-width:1100px) {
    .ready-to-speak-to-experts {
        flex-direction: column;
        align-items: center;
        padding: 80px 50px;
        gap: 30px;
    }
    .ready-to-speak-to-experts .ready-to-speak-to-experts-text {
        text-align: center;
        width: 100%;
    }
    .ready-to-speak-to-experts .ready-to-speak-to-experts-text h3 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:900px) {
    .ready-to-speak-to-experts .ready-to-speak-to-experts-text h3 {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .ready-to-speak-to-experts {
        padding: 80px 30px;
    }
}

@media screen and (max-width: 467px) {
    .ready-to-speak-to-experts {
        padding: 60px 15px;
    }
    .ready-to-speak-to-experts .ready-to-speak-to-experts-text h3 {
        font-size: 24px;
    }
    .ready-to-speak-to-experts .ready-to-speak-to-expertss-text p {
        font-size: 14px;
    }
}

body{
    --white-color-1:#fff;
    --link-button-color-1:#1c60dd;
    --link-button-color-1-hover:#1a55c4;
}

.ready-to-speak-to-experts-wrapper-v2{
    padding:100px 40px;
    background:var(--link-button-color-1);
    display:flex;
    justify-content: center;
}
.ready-to-speak-to-experts-wrapper-v2 .wrapper{
    width:100%;
    max-width:1160px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    flex-grow:1
}
.ready-to-speak-to-experts-wrapper-v2 h2{
    font:normal 700 36px var(--font-poppins),sans-serif;
    font-size:max(28px,min(36px,2.6vw));
    line-height:1.3em;
    margin:0;
    text-align:center
}
.ready-to-speak-to-experts-wrapper-v2 h2,.ready-to-speak-to-experts-wrapper-v2 h2 span,.ready-to-speak-to-experts-wrapper-v2 p{
    color:var(--white-color-1)
}
.ready-to-speak-to-experts-wrapper-v2 p{
    font:normal 400 18px var(--font-poppins),sans-serif;
    font-size:max(14px,min(18px,1.3vw));
    line-height:1.3em;
    margin:20px;
    text-align:center
}
.ready-to-speak-to-experts-wrapper-v2 a{
    display:inline-block;
    padding:15px 40px;
    font:var(--paragraph-main-medium-font-style);
    color:var(--white-color-1);
    background:#52bcbe;
    border-radius:30px;
    margin-top:30px
}
.ready-to-speak-to-experts-wrapper-v2 a:hover{
    background:var(--link-button-color-1-hover)
}
@media only screen and (max-width:900px){
    .ready-to-speak-to-experts-wrapper-v2{
        padding:80px 20px
    }
}