.mark-t-code {
    background-color: yellow!important;
    color: red!important;
    -webkit-text-fill-color: red!important; 
}

.mark-d-code {
    background-color: red!important;
    color: yellow!important;
    -webkit-text-fill-color: yellow!important; 
    padding: 5px;
    border: 3px dashed lawngreen;
}

:root{--main-font:'Raleway', Arial, sans-serif;--second-font:'Poppins', var(--main-font);--gray:#1d1d1d;--dark:#1d1d1d;--light:#1d1d1d;--orange:#FF902E;--blue:#0054F7;--white:#F5F5F5;--primary-gradient:linear-gradient(90.36deg, #3681F7 6.9%, var(--accent) 96.02%);--gradient-bg:linear-gradient(90.07deg, var(--accent) 0%, var(--accent) 0.01%, #034CDA 100%);--light-bg:#DEF1F9;--body-bg:#F3F4F6;--t:.3s;--r:10px;--shadow:0px 4px 40px rgba(0, 0, 0, 0.02);--text-color:var(--gray);--text-dark:var(--dark);--text-light:var(--light);--primary:var(--orange);--primary-lighten:#FFA85B;--accent:var(--blue)}@supports (font-variation-settings:normal){:root{--main-font:'Raleway Variable', 'Raleway', Arial, sans-serif}}

.table{border-spacing:0;width:100%;table-layout:fixed}.table.layout-unset{table-layout:unset}.table td,.table th{font-size:18px;line-height:1.66;text-align:start;padding:10px;vertical-align:top}@media screen and (max-width:991px){.table td,.table th{font-size:16px}}@media screen and (max-width:767px) and (min-width:576px){.table td,.table th{font-size:13px}}@media screen and (max-width:575px){.table td,.table th{font-size:14px}}.table thead tr:first-child th:first-child{border-top-left-radius:6px}.table thead tr:first-child th:last-child{border-top-right-radius:6px}.table thead tr:last-child th:first-child{border-bottom-left-radius:6px}.table thead tr:last-child th:last-child{border-bottom-right-radius:6px}.table thead th{color:var(--white);background:#0183FF;height:50px;padding:10px;vertical-align:middle}.table thead th.dark-bg{background:var(--dark);color:var(--white)}.table thead th:first-child{padding-left:20px}.table thead th:last-child{padding-right:20px}@media screen and (max-width:767px) and (min-width:576px){.table thead th:first-child{padding-left:10px}.table thead th:last-child{padding-left:10px}}@media screen and (max-width:575px){.table thead th{padding-left:5px;padding-right:5px}}.table thead.dark-bg td,.table thead .dark-bg td,.table thead.dark-bg th,.table thead .dark-bg th{background:var(--dark);color:var(--white)}.table tbody tr:nth-child(odd){background:#EFEFF1}.table tbody td:first-child,.table tbody th:first-child{padding-left:20px}.table tbody td:last-child,.table tbody th:last-child{padding-right:20px}@media screen and (max-width:767px) and (min-width:576px){.table tbody td:first-child,.table tbody th:first-child{padding-left:10px}.table tbody td:last-child,.table tbody th:last-child{padding-left:10px}}@media screen and (max-width:575px){.table tbody td,.table tbody th{padding-left:5px;padding-right:5px}}.table tbody td a:not(.btn),.table tbody th a:not(.btn){color:var(--text-dark);text-decoration:underline;word-wrap:break-word}.table tbody td a:not(.btn):focus,.table tbody td a:not(.btn):hover,.table tbody th a:not(.btn):focus,.table tbody th a:not(.btn):hover{color:var(--primary);text-decoration:none}@media screen and (max-width:575px){.table tbody th br{display:none}}.table .table-buttons{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;gap:6px}@media screen and (min-width:992px){.table .table-buttons .btn{width:80px}}.table .cell-flex-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:20px;gap:20px}@media screen and (max-width:767px){.table .cell-flex-content{padding-right:0;gap:5px}}.table .cell-opener{width:20px;height:20px;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid var(--primary)}.table .cell-opener:after{content:'';display:block;width:6px;height:10px;background:url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 10'%3E%3Cpath d='m5.08 5 .36.35a.5.5 0 0 0 0-.7L5.08 5ZM1.27.48a.5.5 0 1 0-.7.7l.7-.7Zm-.7 8.33a.5.5 0 0 0 .7.71l-.7-.7Zm4.87-4.16L1.27.48l-.7.7 4.16 4.17.7-.7Zm-.71 0L.56 8.8l.71.71 4.17-4.17-.71-.7Z' fill='%23FF902E'/%3E%3C/svg%3E") no-repeat center center/contain;-webkit-transition:all var(--t);-o-transition:all var(--t);transition:all var(--t)}.table .cell-opener.opened{background:var(--primary)}.table .cell-opener.opened:after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);background-image:url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 10'%3E%3Cpath d='m5.08 5 .36.35a.5.5 0 0 0 0-.7L5.08 5ZM1.27.48a.5.5 0 1 0-.7.7l.7-.7Zm-.7 8.33a.5.5 0 0 0 .7.71l-.7-.7Zm4.87-4.16L1.27.48l-.7.7 4.16 4.17.7-.7Zm-.71 0L.56 8.8l.71.71 4.17-4.17-.71-.7Z' fill='%23F5F5F5'/%3E%3C/svg%3E")}.table .nested-table{display:none}.table .inner-table{border-collapse:collapse;width:calc(100% + 20px * 2);margin-left:-20px;margin-right:-20px}.table .inner-table>thead{border-top:1px solid rgba(29, 29, 29, 0.4);border-bottom:1px solid rgba(29, 29, 29, 0.4)}.table .inner-table>thead>th{padding:15px 10px;font-weight:500;text-align:start;font-family:var(--second-font);font-size:14px;line-height:1.428}@media screen and (min-width:992px){.table .inner-table>thead>th:first-child{padding-left:20px}.table .inner-table>thead>th:last-child{padding-right:20px}}@media screen and (max-width:767px){.table .inner-table>thead>th{padding-left:5px;padding-right:5px}.table .inner-table>thead>th:first-child{padding-left:10px}.table .inner-table>thead>th:last-child{padding-right:10px}}@media screen and (max-width:575px){.table .inner-table>thead>th{padding-left:2px;padding-right:2px}}@media screen and (max-width:374px){.table .inner-table>thead>th{font-size:12px}}.table .inner-table>tbody>td{padding:20px 10px;font-size:14px;line-height:1.143}@media screen and (min-width:992px){.table .inner-table>tbody>td:first-child{padding-left:20px}.table .inner-table>tbody>td:last-child{padding-right:20px}}@media screen and (max-width:767px){.table .inner-table>tbody>td{padding-left:5px;padding-right:5px}}@media screen and (max-width:575px){.table .inner-table>tbody>td{padding:15px 2px}}@media screen and (max-width:374px){.table .inner-table>tbody>td{font-size:12px}}@media screen and (max-width:767px){.scrollable-table-wrapper.sm-active{overflow-x:auto;overscroll-behavior-x:contain;padding-bottom:10px;scrollbar-color:#EFEFF1 var(--primary);scrollbar-width:thin}.scrollable-table-wrapper.sm-active::-webkit-scrollbar{height:20px}.scrollable-table-wrapper.sm-active::-webkit-scrollbar-track{border-radius:6px;background:#EFEFF1}.scrollable-table-wrapper.sm-active::-webkit-scrollbar-thumb{background:var(--primary);border-radius:6px;height:20px}.scrollable-table-wrapper.sm-active .table{min-width:830px}}.table-tick-icon{width:30px;height:30px;display:block;background:url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath d='M4.2 11.19a9.39 9.39 0 0 1 6.99-7 16.7 16.7 0 0 1 7.62 0 9.39 9.39 0 0 1 7 7c.59 2.5.59 5.11 0 7.62a9.39 9.39 0 0 1-7 7c-2.5.59-5.11.59-7.62 0a9.39 9.39 0 0 1-7-7 16.7 16.7 0 0 1 0-7.62Z' stroke='%231D1D1D'/%3E%3Cpath d='m11.56 14.69 2.5 2.5 4.38-4.69' stroke='%231D1D1D' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center center/contain}.table-tick-icon.small{width:12px;height:10px;background-image:url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.25.2c.3.27.34.74.06 1.05l-7.14 8a.75.75 0 0 1-1.12 0L.19 6.05a.75.75 0 0 1 1.12-1l2.3 2.57L10.19.25a.75.75 0 0 1 1.06-.06Z' fill='%231D1D1D'/%3E%3C/svg%3E")}.table-nav{display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #E1E2E4;border-radius:6px}.table-nav-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;-webkit-box-shadow:none;box-shadow:none;border-radius:6px;width:100%;-webkit-box-flex:1;-ms-flex:auto;flex:auto;padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;font-size:14px;line-height:1.2;font-weight:500;min-height:50px;color:var(--text-dark);margin-top:-1px;margin-bottom:-1px}.table-nav-btn:first-child{margin-left:-1px}.table-nav-btn:last-child{margin-right:-1px}.table-nav-btn.current{background:var(--primary)}

button {
    background: 0 0;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

a,button {
    text-decoration: none;
    -webkit-transition: all var(--t);
    -o-transition: all var(--t);
    transition: all var(--t);
    border: none
}

.blue-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 40px;
    background-color: #0054F7;
    border-radius: 6px;
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    letter-spacing: .03em;
    color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0);
    text-decoration: none;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.blue-button:hover,
.blue-button:active,
.blue-button:focus {
    background-color: #0183FF;
}

.secondary-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 40px;
    background-color: transparent;
    border-radius: 6px;
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    letter-spacing: .03em;
    color: #0054F7;
    border: 1px solid #0054F7;
    text-decoration: none;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.secondary-button:hover,
.secondary-button:active,
.secondary-button:focus {
    background-color: #0054F7;
    color: #ffffff;
}

.white-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 40px;
    background-color: #ffffff;
    border-radius: 6px;
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    letter-spacing: .03em;
    color: #0054F7;
    border: 1px solid #ffffff;
    text-decoration: none;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.white-button:hover,
.white-button:active,
.white-button:focus {
    opacity: 0.9;
}


.section-caption{margin-bottom:40px;text-align:center}.section-caption:last-child{margin-bottom:0}.section-caption .sc-suptitle{font-weight:600;text-transform:uppercase;margin-bottom:10px}.section-caption .sc-title{font-size:40px;line-height:1.25;font-weight:600}.section-caption .sc-title strong{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:-webkit-linear-gradient(359.64deg, #3681F7 6.9%, var(--accent) 96.02%);background:-o-linear-gradient(359.64deg, #3681F7 6.9%, var(--accent) 96.02%);background:linear-gradient(90.36deg, #3681F7 6.9%, var(--accent) 96.02%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-weight:inherit}.section-caption .sc-title em{color:var(--white);font-style:normal;background:#0183FF}.section-caption .sc-title.with-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px}.section-caption .sc-title.with-icon .sc-title-icon{width:60px;height:60px;-webkit-box-flex:0;-ms-flex:none;flex:none;border-radius:50%;background:-webkit-linear-gradient(356.07deg, #0183FF 0%, #0054F7 100%);background:-o-linear-gradient(356.07deg, #0183FF 0%, #0054F7 100%);background:linear-gradient(93.93deg, #0183FF 0%, #0054F7 100%);-webkit-box-shadow:0px 10px 30px rgba(0, 84, 247, 0.25);box-shadow:0px 10px 30px rgba(0, 84, 247, 0.25);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.section-caption .sc-title.with-icon .sc-title-icon img{width:30px;height:30px;-o-object-fit:contain;object-fit:contain;-o-object-position:center center;object-position:center center;display:block}.section-caption .sc-title.large{font-size:54px;line-height:1.15;font-weight:900;font-size:64px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:-webkit-linear-gradient(359.64deg, #3681F7 6.9%, var(--accent) 96.02%);background:-o-linear-gradient(359.64deg, #3681F7 6.9%, var(--accent) 96.02%);background:linear-gradient(90.36deg, #3681F7 6.9%, var(--accent) 96.02%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}@media screen and (max-width:1199px){.section-caption .sc-title.large{font-size:52px}}.section-caption .sc-title.large strong{font-weight:inherit;color:var(--white);background:#0183FF;-webkit-background-clip:unset;-webkit-text-fill-color:var(--white);background-clip:unset;text-fill-color:var(--white)}.section-caption .sc-title.large.on-dark-bg{background:none;-webkit-background-clip:unset;-webkit-text-fill-color:var(--white);background-clip:unset;text-fill-color:var(--white);color:var(--white)}.section-caption .sc-title.large.medium{font-size:56px}@media screen and (max-width:1199px){.section-caption .sc-title.large.medium{font-size:45px}}@media screen and (max-width:575px){.section-caption .sc-title.large.medium{font-size:36px;line-height:50px;letter-spacing:-0.04em}}.section-caption .sc-title.large.small{font-size:48px;line-height:1.25}@media screen and (max-width:1199px){.section-caption .sc-title.large.small{font-size:45px}}@media screen and (max-width:575px){.section-caption .sc-title.large.small{letter-spacing:-0.04em}}@media screen and (max-width:1199px){.section-caption .sc-title.large{font-size:52px}}@media screen and (min-width:768px){.section-caption .sc-title.big{font-size:54px;line-height:1.15;font-weight:900;font-weight:700;color:#1D1D1D}}@media screen and (min-width:768px) and (max-width:1199px){.section-caption .sc-title.big{font-size:52px}}@media screen and (max-width:991px){.section-caption .sc-title{font-size:28px;line-height:1.428;font-weight:500}}@media screen and (max-width:767px){.section-caption .sc-title.big{font-size:40px;line-height:1.25;font-weight:600;color:#1D1D1D}.section-caption .sc-title.large{font-size:45px;line-height:1.33}}.section-caption .sc-subtitle{margin-top:20px;font-size:18px;line-height:1.66}@media screen and (max-width:991px){.section-caption .sc-subtitle{font-size:16px}}.section-caption.text-start{text-align:start}@media screen and (max-width:767px){.section-caption.sm-text-start{text-align:start}.section-caption .sc-title.sm-big{font-size:40px;line-height:1.25;font-weight:600}.section-caption .sc-title.sm-small{font-size:28px;line-height:1.428;font-weight:500}}.section-caption.mb30{margin-bottom:30px}

.table-nav{display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #E1E2E4;border-radius:6px}.table-nav-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;-webkit-box-shadow:none;box-shadow:none;border-radius:6px;width:100%;-webkit-box-flex:1;-ms-flex:auto;flex:auto;padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;font-size:14px;line-height:1.2;font-weight:500;min-height:50px;color:var(--text-dark);margin-top:-1px;margin-bottom:-1px}.table-nav-btn:first-child{margin-left:-1px}.table-nav-btn:last-child{margin-right:-1px}.table-nav-btn.current{background:var(--primary)}

.lg-visible,.lg-visible-flex{display:none!important}@media screen and (max-width:1199px){.lg-hidden{display:none!important}.lg-visible{display:block!important}.lg-visible-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}}.md-visible,.md-visible-flex,.md-visible-grid{display:none!important}@media screen and (max-width:991px){.md-hidden{display:none!important}.md-visible{display:block!important}.md-visible-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.md-visible-grid{display:-ms-grid!important;display:grid!important}}.sm-visible,.sm-visible-flex,.sm-visible-grid,.sm-visible-inline-flex{display:none!important}@media screen and (max-width:767px){.sm-hidden{display:none!important}.sm-visible{display:block!important}.sm-visible-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.sm-visible-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.sm-visible-grid{display:-ms-grid!important;display:grid!important}}.xs-visible,.xs-visible-flex,.xs-visible-inline{display:none!important}@media screen and (max-width:575px){.xs-hidden{display:none!important}.xs-visible{display:block!important}.xs-visible-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.xs-visible-inline{display:inline!important}}.sub-xs-visible,.sub-xs-visible-flex{display:none!important}@media screen and (max-width:439px){.sub-xs-hidden{display:none!important}.sub-xs-visible{display:block!important}.sub-xs-visible-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}}@media screen and (max-width:575px){.xs-flex-right{margin-left:auto}}a[href^=tel]{white-space:nowrap}

.account-info-section{background:#fff;padding:80px 0}.account-info-section .section-caption{margin-bottom:30px}.account-info-section .section-caption .sc-title{font-weight:bold}@media screen and (max-width:767px){.account-info-section .section-caption .sc-title{font-size:40px;line-height:1.25;font-weight:600}}@media screen and (max-width:767px){.account-info-section{padding:60px 0}}.account-table tbody td strong{color:#0183FF}.account-table tbody td a:not(.btn){display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#0183FF;text-decoration:underline}.account-table tbody td a:not(.btn):focus,.account-table tbody td a:not(.btn):hover{color:var(--primary);text-decoration:none}.account-table tbody td .btn{width:100%}

.account-info-section .section-note {
    margin-top: 30px;
    margin-bottom: 30px;
}


/* Content Section */
.content-section-landing {
    overflow: hidden;
    padding: 60px 0;
}


/* White Content Block */
.white-content-block {
    padding: 40px 30px;
    background: #fff;
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.white-content-block .block-column {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
}

.white-content-block .block-column.narrow {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: auto;
}

.highlighted-text-block {
    padding: 10px 20px;
    border-radius: 30px;
    background: var(--gradient-bg);
    -webkit-box-shadow: 0px 10px 30px rgba(0, 84, 247, 0.25);
    box-shadow: 0px 10px 30px rgba(0, 84, 247, 0.25);
    color: var(--white);
}

.highlighted-text-block .block-title {
    font-size: 58px;
    line-height: 1.379;
    letter-spacing: -0.02em;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--white);
    text-shadow: 0px 6px 14px rgba(0, 0, 0, 0.25);
}

.highlighted-text-block .block-title.smaller {
    line-height: 1.1;
    font-size: 45px;
}

.white-content-block .block-column p {
    font-size: 18px;
    line-height: 1.5;
    color: var(--text-dark-light);
    font-weight: 400;
    letter-spacing: -0.02em;
}

.white-content-block .block-column p:not(:last-child) {
    margin-bottom: 20px;
}

.why-trade-with-us .heading-caption {
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.section-datatable-markets-data-landing {
    margin-top: 30px;
    background-color: transparent;
}

.section-datatable-markets-data-landing.section-datatable-markets-data-featured iframe {
    height: 650px;
}

#dataTableContainer {
    border-radius: 20px;
    background-color: #ffffff;
    padding: 30px 20px 0 20px;
}

.header {
    background: #111928;
}

@media screen and (max-width: 991px) {
    .white-content-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px;
    }
}

@media screen and (max-width: 575px) {
    .white-content-block {
        padding: 30px 20px;
        gap: 20px;
    }
}

@media screen and (max-width: 600px) {
    .why-trade-with-us .heading-caption {
        margin-top: 12px;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
    }
}

@media screen and (max-width: 991px) {
    .highlighted-text-block {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}

@media screen and (max-width: 575px) {
    .highlighted-text-block {
        padding: 10px;
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .highlighted-text-block .block-title {
        font-size: 44px;
    }
}

@media screen and (max-width: 782px) {
    .section-datatable-markets-data-landing.section-datatable-markets-data-featured iframe {
        height: 750px;
    }
}

@media screen and (max-width: 767px) {
    .highlighted-text-block .block-title {
        font-size: 56px;
    }
}

@media screen and (min-width: 600px) {
    .top-section-low-cost {
        padding: 0px 0 90px;
    }
}

@media screen and (max-width: 599px) {
    .top-section-low-cost .section-content .top-section-image-box-low-cost {
        transform: translate3d(0px, 0px, 0px) translateX(-50%);
    }

    .top-section-low-cost {
        padding-bottom: 80px;
    }

    .top-section-low-cost .swiper {
        height: 138vh;
    }
}

@media screen and (max-width: 599px) {
    .top-section-image-box,
    .top-section-image-box-trade-with-fxt,
    .top-section-image-box-tradingfx-vps,
    .top-section-image-box-low-cost {
        width: 100%;;
    }
}

@media screen and (max-width: 575px) {
    .highlighted-text-block .block-title {
        text-align: center;
    }
}