.Breadcrumb_breadcrumb-custom__KGVPV{margin:5px 0 16px;font-size:14px}.Breadcrumb_breadcrumb-custom__KGVPV .anticon{vertical-align:baseline;font-size:18px;line-height:19px}.Breadcrumb_vnrBreadcrumb__5NObu a{font-family:Nunito-Regular,Arial,Helvetica,sans-serif;color:#999;font-size:14px;line-height:20px}.Breadcrumb_breadcrumbItem__Nxv4L:hover{font-family:Nunito,Arial,Helvetica,sans-serif;color:#0872ca}
.ant-image {
  position: relative;
  display: inline-block;
}
.ant-image-img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.ant-image-img-placeholder {
  background-color: #f5f5f5;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuNSAyLjVoLTEzQS41LjUgMCAwIDAgMSAzdjEwYS41LjUgMCAwIDAgLjUuNWgxM2EuNS41IDAgMCAwIC41LS41VjNhLjUuNSAwIDAgMC0uNS0uNXpNNS4yODEgNC43NWExIDEgMCAwIDEgMCAyIDEgMSAwIDAgMSAwLTJ6bTguMDMgNi44M2EuMTI3LjEyNyAwIDAgMS0uMDgxLjAzSDIuNzY5YS4xMjUuMTI1IDAgMCAxLS4wOTYtLjIwN2wyLjY2MS0zLjE1NmEuMTI2LjEyNiAwIDAgMSAuMTc3LS4wMTZsLjAxNi4wMTZMNy4wOCAxMC4wOWwyLjQ3LTIuOTNhLjEyNi4xMjYgMCAwIDEgLjE3Ny0uMDE2bC4wMTUuMDE2IDMuNTg4IDQuMjQ0YS4xMjcuMTI3IDAgMCAxLS4wMi4xNzV6IiBmaWxsPSIjOEM4QzhDIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30%;
}
.ant-image-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
}
.ant-image-mask-info {
  padding: 0 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-image-mask-info .anticon {
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
}
.ant-image-mask:hover {
  opacity: 1;
}
.ant-image-placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ant-image-preview {
  pointer-events: none;
  height: 100%;
  text-align: center;
}
.ant-image-preview.ant-zoom-enter,
.ant-image-preview.ant-zoom-appear {
  transform: none;
  opacity: 0;
  animation-duration: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ant-image-preview-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.ant-image-preview-mask-hidden {
  display: none;
}
.ant-image-preview-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
}
.ant-image-preview-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.ant-image-preview-img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  transform: scale3d(1, 1, 1);
  cursor: -webkit-grab;
  cursor: grab;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: auto;
}
.ant-image-preview-img-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ant-image-preview-img-wrapper::before {
  display: inline-block;
  width: 1px;
  height: 50%;
  margin-right: -1px;
  content: '';
}
.ant-image-preview-moving .ant-image-preview-img {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.ant-image-preview-moving .ant-image-preview-img-wrapper {
  transition-duration: 0s;
}
.ant-image-preview-wrap {
  z-index: 1080;
}
.ant-image-preview-operations-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1081;
  width: 100%;
}
.ant-image-preview-operations {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #111;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum', "tnum";
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  color: rgba(255, 255, 255, 0.85);
  list-style: none;
  background: rgba(0, 0, 0, 0.1);
  pointer-events: auto;
}
.ant-image-preview-operations-operation {
  margin-left: 12px;
  padding: 12px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-image-preview-operations-operation:hover {
  background: rgba(0, 0, 0, 0.2);
}
.ant-image-preview-operations-operation-disabled {
  color: rgba(255, 255, 255, 0.25);
  pointer-events: none;
}
.ant-image-preview-operations-operation:last-of-type {
  margin-left: 0;
}
.ant-image-preview-operations-progress {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ant-image-preview-operations-icon {
  font-size: 18px;
}
.ant-image-preview-switch-left,
.ant-image-preview-switch-right {
  position: fixed;
  top: 50%;
  right: 8px;
  z-index: 1081;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.3s;
  pointer-events: auto;
}
.ant-image-preview-switch-left:hover,
.ant-image-preview-switch-right:hover {
  background: rgba(0, 0, 0, 0.2);
}
.ant-image-preview-switch-left-disabled,
.ant-image-preview-switch-right-disabled,
.ant-image-preview-switch-left-disabled:hover,
.ant-image-preview-switch-right-disabled:hover {
  color: rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}
.ant-image-preview-switch-left-disabled > .anticon,
.ant-image-preview-switch-right-disabled > .anticon,
.ant-image-preview-switch-left-disabled:hover > .anticon,
.ant-image-preview-switch-right-disabled:hover > .anticon {
  cursor: not-allowed;
}
.ant-image-preview-switch-left > .anticon,
.ant-image-preview-switch-right > .anticon {
  font-size: 18px;
}
.ant-image-preview-switch-left {
  left: 8px;
}
.ant-image-preview-switch-right {
  right: 8px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/_next/static/media/ajax-loader.27a4fa2b.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/_next/static/media/slick.46d90cc9.eot);
    src: url(/_next/static/media/slick.46d90cc9.eot?#iefix) format('embedded-opentype'), url(/_next/static/media/slick.d9b05b3d.woff) format('woff'), url(/_next/static/media/slick.b15bc5b3.ttf) format('truetype'), url(/_next/static/media/slick.12f7f782.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.SliderBroker_vnrSlickBroker__2Jaqe{padding:24px 0 22px}@media screen and (max-width: 768px){.SliderBroker_vnrSlickBroker__2Jaqe{padding:15px 10px;position:-webkit-sticky;position:sticky;top:0;z-index:10;background-color:#fff}}.SliderBroker_vnrSlickBroker__2Jaqe .slick-list{width:100%;max-width:1336px;overflow:hidden;margin:5px auto}.SliderBroker_vnrSlickBroker__2Jaqe .slick-list .slick-track{display:flex}@media screen and (max-width: 576px){.SliderBroker_vnrSlickBroker__2Jaqe .slick-list{padding-left:0}}.SliderBroker_vnrSlickBroker__2Jaqe .slick-arrow{display:none !important}.SliderBroker_brokerItem___XebM{display:flex;justify-content:center;align-items:center;flex-direction:row;max-width:100%;border-right:solid 1px #d8e1f5;gap:8px}@media screen and (max-width: 576px){.SliderBroker_brokerItem___XebM{border-right:unset}}.SliderBroker_logoBroker__QODVz{display:inline-block;position:relative;width:70px;height:30px;margin-right:5px;flex:none}.SliderBroker_logoBroker__QODVz img{width:100%;height:100%;object-fit:cover}.SliderBroker_title__yY3GW{font-family:Nunito-Regular,Arial,Helvetica,sans-serif;font-size:12px;line-height:1.25;color:#666;max-width:95px}
.BrokerPage_vnrBrokerPage__SRzqv{padding:15px;min-height:100vh}.BrokerPage_vnrBrokerPage__SRzqv .ant-radio-group{text-align:center}.BrokerPage_vnrBrokerPage__SRzqv .ant-radio-button-wrapper{font-size:14px;font-family:Nunito,Arial,Helvetica,sans-serif;width:32px;min-height:32px;color:#999;padding:0 11px;background-color:#fff;border:solid 1px #999;border-radius:0;margin:5px}.BrokerPage_vnrBrokerPage__SRzqv .ant-radio-button-wrapper:hover{border-color:#0872ca;color:#0872ca}.BrokerPage_vnrBrokerPage__SRzqv .ant-radio-button-wrapper-checked{background-color:#0872ca !important;border-color:#0872ca !important;color:#fff !important;border-radius:0 !important}.BrokerPage_vnrBrokerPage__SRzqv .ant-radio-button-wrapper:not(:first-child)::before{background-color:unset}.BrokerPage_radioBroker__v97Le{margin:40px 0 20px;text-align:center;min-height:68px;position:relative}.BrokerPage_radioBroker__v97Le .ant-radio-group{border-radius:15px;display:flex;flex-wrap:wrap;justify-content:center}.BrokerPage_radioBroker__v97Le .ant-radio-button-wrapper{font-size:18px;line-height:26px;font-family:Nunito,Arial,Helvetica,sans-serif;min-width:100px;min-height:45px;border-radius:15px !important;color:#0872ca;padding:10px 15px;background-color:#e9f3ff;border:unset;height:unset}@media screen and (max-width: 576px){.BrokerPage_radioBroker__v97Le .ant-radio-button-wrapper{font-size:13px;line-height:22px;min-height:42px}}.BrokerPage_radioBroker__v97Le .ant-radio-button-wrapper-checked{background-color:#0872ca !important;color:#fff !important}.BrokerPage_radioBroker__v97Le .ant-radio-button-wrapper:not(:first-child)::before{background-color:unset}@media screen and (max-width: 576px){.BrokerPage_radioBroker__v97Le{height:unset;max-width:calc(100% - 20px);margin:20px auto}}.BrokerPage_note__YmWHI{padding-bottom:10px}@media screen and (max-width: 576px){.BrokerPage_note__YmWHI{text-align:justify}}.BrokerPage_radioButtonWrapper__oa9P6{background-color:#e9f3ff}.BrokerPage_title__1H9GV{font-size:32px;line-height:44px;color:#0872ca}@media screen and (max-width: 768px){.BrokerPage_title__1H9GV{font-size:24px;line-height:36px}}.BrokerPage_forexInfoItem__TDkD4{padding:30px 0;border-top:solid 1px #eff6ff;font-size:14px;line-height:20px;font-family:Nunito-Regular,Arial,Helvetica,sans-serif}@media screen and (max-width: 425px){.BrokerPage_forexInfoItem__TDkD4{font-size:12px;line-height:16px}}.BrokerPage_brokerMainInfo__Ba_VW{display:flex;flex-direction:row;margin-bottom:10px;margin-right:10px}.BrokerPage_rebatesInfo__a2Cx9{padding:0 0 0 20px;width:100%;min-width:200px}@media screen and (max-width: 425px){.BrokerPage_rebatesInfo__a2Cx9{padding:0 0 0 10px}}.BrokerPage_brokerNameMobile__U4GOP{color:#0872ca;font-weight:bold;font-size:16px;line-height:26px}.BrokerPage_brokerNameMobile__U4GOP a{color:#0872ca}.BrokerPage_brokerName__pwOsY{color:#0872ca;font-weight:bold;margin-bottom:10px}.BrokerPage_brokerName__pwOsY a{color:#0872ca}@media screen and (max-width: 768px){.BrokerPage_brokerName__pwOsY{display:none}}.BrokerPage_rebateRates__pElCE li{font-weight:bold}.BrokerPage_rebateRates__pElCE img{width:12px;height:12px}.BrokerPage_rebateRates__pElCE span,.BrokerPage_rebateRates__pElCE a{text-decoration:underline;color:#0872ca;cursor:pointer}.BrokerPage_logoBroker__nHSF2{max-width:255px;width:100%;height:auto;position:relative}.BrokerPage_logoBroker__nHSF2 .lazyload-wrapper{width:100%;height:auto;border:1px solid #ededed}.BrokerPage_logoBroker__nHSF2 .lazyload-wrapper:hover{opacity:.75}.BrokerPage_openAccount__h3Asv,.BrokerPage_openAccountSecurities__agTbG{font-size:16px;line-height:26px;width:60%;max-width:215px;margin:7px 0 0;height:40px;border-radius:12px;background-color:#0872ca;cursor:pointer}.BrokerPage_openAccount__h3Asv a,.BrokerPage_openAccountSecurities__agTbG a{display:block;color:#fff;text-align:center;text-transform:lowercase;padding:8px}.BrokerPage_openAccount__h3Asv a:first-letter,.BrokerPage_openAccountSecurities__agTbG a:first-letter{text-transform:uppercase !important}.BrokerPage_openAccount__h3Asv:hover,.BrokerPage_openAccountSecurities__agTbG:hover{background-color:#03bac6}@media screen and (max-width: 768px){.BrokerPage_openAccount__h3Asv,.BrokerPage_openAccountSecurities__agTbG{display:none}}.BrokerPage_openAccountSecurities__agTbG{height:36px}.BrokerPage_openAccountSecurities__agTbG a{padding:6px}@media screen and (max-width: 768px){.BrokerPage_openAccountSecurities__agTbG{display:block}}.BrokerPage_openAccountMobile__fV_Qw{font-size:18px;line-height:26px;text-align:center;width:100%;max-width:345px;height:50px;border-radius:16px;background-color:#0872ca;margin:10px auto;cursor:pointer}.BrokerPage_openAccountMobile__fV_Qw a{display:block;color:#fff;text-align:center;padding:12px;text-transform:lowercase}.BrokerPage_openAccountMobile__fV_Qw a:first-letter{text-transform:uppercase !important}.BrokerPage_openAccountMobile__fV_Qw:hover{background-color:#03bac6}.BrokerPage_linkReferrals__CLYsM{margin-top:5px}.BrokerPage_linkReferrals__CLYsM a{color:#0872ca}@media screen and (max-width: 768px){.BrokerPage_linkReferrals__CLYsM{display:none}}.BrokerPage_linkReferral__2Co_T{padding:3px 0}.BrokerPage_rebateLink__r2YSI a{color:#999}.BrokerPage_rebateLink__r2YSI a:hover{color:#0872ca}.BrokerPage_questionMarkIcon__7iBNy{width:12px;margin:0 5px 0 0;border:1px solid #ededed;border-radius:50%;height:12px;background-color:#ededed}.BrokerPage_brokerDetail__ay0FN,.BrokerPage_cryptoBrokerDetail__iAL_3{background:linear-gradient(90.15deg, #e9f3ff 0.14%, rgba(233, 243, 255, 0) 102.84%);border-radius:0px;padding:10px 20px}@media screen and (max-width: 768px){.BrokerPage_brokerDetail__ay0FN,.BrokerPage_cryptoBrokerDetail__iAL_3{padding:10px;background:linear-gradient(180.15deg, #e9f3ff 0.14%, rgba(233, 243, 255, 0) 102.84%)}}.BrokerPage_iframeFpaRate__GPvbP{padding-top:8px;text-align:center;min-height:28px}.BrokerPage_tableDetailInfo__g50iu{display:flex;flex-direction:row}.BrokerPage_detailInfo__SHrWr{width:33.33%;overflow:hidden}.BrokerPage_detailItem__rhF0Q,.BrokerPage_detailItemSecurities___wNgl{padding:7px;color:#999}.BrokerPage_detailItem__rhF0Q a,.BrokerPage_detailItemSecurities___wNgl a{color:#333;text-decoration:underline}.BrokerPage_detailItem__rhF0Q a:hover,.BrokerPage_detailItemSecurities___wNgl a:hover{color:#0872ca}.BrokerPage_detailItem__rhF0Q span,.BrokerPage_detailItemSecurities___wNgl span{color:#333}.BrokerPage_detailItemSecurities___wNgl a{text-decoration:underline}.BrokerPage_reviewBrokerMobile__MJkEo,.BrokerPage_reviewFundMobile__DLAE_{text-align:center;border:1px solid #0872ca;box-sizing:border-box;border-radius:4px;margin-right:5px;color:#0872ca;padding:5px}.BrokerPage_reviewBrokerMobile__MJkEo:hover,.BrokerPage_reviewFundMobile__DLAE_:hover{border:1px solid #03bac6;color:#03bac6}.BrokerPage_reviewBrokerMobileDisable__gN5JI,.BrokerPage_reviewFundMobileDisable__OnX2l{text-align:center;color:#999;padding:5px;border:1px solid #ededed}.BrokerPage_reviewFundMobile__DLAE_,.BrokerPage_reviewFundMobileDisable__OnX2l{font-size:14px;line-height:24px}.BrokerPage_brokerInstructorMobile__MWK_U{text-align:center;border:1px solid #0872ca;box-sizing:border-box;border-radius:4px;color:#0872ca;padding:5px;min-height:44px}.BrokerPage_brokerInstructorMobile__MWK_U:hover{border:1px solid #03bac6;color:#03bac6}.BrokerPage_brokerInstructorMobileDisable__SezsD{text-align:center;color:#999;padding:5px;border:1px solid #ededed;min-height:44px}.BrokerPage_brokerIntro__5siqk{max-height:100px;display:block;display:-webkit-box;max-width:100%;margin:0 auto;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-family:Nunito-Regular !important;font-size:14px;line-height:20px;color:#333}.BrokerPage_brokerIntro__5siqk span{font-family:Nunito-Regular !important}.BrokerPage_cryptoNote__mG9d_{background-color:#e9f3ff;border-radius:111px;padding:1px 5px 0px;color:#0872ca;font-size:12px;line-height:16px;font-weight:normal}.BrokerPage_promoCode__598rT{background-color:#f3f4f6;color:#1f2937;width:-moz-fit-content;width:fit-content;max-width:100%;padding:5px 10px;margin:7px 0 0;border-radius:.375rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.BrokerPage_promoCode__598rT svg{margin-left:5px}@media screen and (max-width: 576px){.BrokerPage_promoCode__598rT{padding:3px 10px;margin:5px auto}}.BrokerPage_telegramSupport__H5sIR{padding:30px 0;text-align:center;display:flex;flex-direction:column;align-items:center}.BrokerPage_telegramBtnGroup__BrjaZ{display:flex;gap:16px;justify-content:center}.BrokerPage_telegramText__vCbRf{font-size:18px;font-style:italic;padding-bottom:20px}.BrokerPage_telegramChat__6vcaE{background-color:#2b9fd8;padding:12px 20px;border:solid 2px #2b9fd8;color:#fff;border-radius:999px;text-align:center;width:-moz-fit-content;width:fit-content;font-family:Nunito;font-size:16px;line-height:24px;transition:all ease .5s}.BrokerPage_telegramChat__6vcaE:hover{color:#2b9fd8;border-color:#2b9fd8;background-color:#fff}.BrokerPage_disableFund__jxyeB{font-size:16px;line-height:24px;width:62%;max-width:215px;margin:7px 0 0;height:40px;border-radius:12px;background-color:#999;cursor:not-allowed;display:block;color:#ededed;text-align:center;text-transform:lowercase;padding:8px}.BrokerPage_disableFund__jxyeB:first-letter{text-transform:uppercase !important}@media screen and (max-width: 576px){.BrokerPage_disableFund__jxyeB{padding:8px 5px;font-size:14px;width:64%}}
.Layout_container__H2AEG{width:100%;margin:0 auto;display:flex;flex-direction:row;justify-content:space-between}@media screen and (max-width: 1360px){.Layout_container__H2AEG{justify-content:center}}.Layout_pageBreadcrumb__0e8E_{padding:8px 15px;box-shadow:rgba(27,31,35,.04) 0px 1px 0px,hsla(0,0%,100%,.25) 0px 1px 0px inset}@media screen and (min-width: 1140px){.Layout_pageBreadcrumb__0e8E_{padding:8px calc(50% - 555px)}}.Layout_mainContent__Mpg3J{width:100%}@media screen and (min-width: 1140px){.Layout_mainContent__Mpg3J{width:1140px;margin:0 auto;flex:none}}.Layout_rowSliderWrapper__0JJpr{background-color:#fff;z-index:3}.Layout_bannerScroll__x6xy3{width:50px;z-index:1}@media screen and (max-width: 1360px){.Layout_bannerScroll__x6xy3{display:none}}
