.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 */

.HeaderBanner_headerBanner__YqzRK{padding:20px 30px;width:100%;border-bottom:solid 1px #d8e1f5;min-height:calc(7.25vw + 33.5px);display:block;transition:transform .8s ease-in-out;transform:translateY(0);position:-webkit-sticky;position:sticky;top:0;z-index:100;background-color:#fff}@media screen and (max-width: 1024px){.HeaderBanner_headerBanner__YqzRK{padding:12px}}@media screen and (max-width: 768px){.HeaderBanner_headerBanner__YqzRK{min-height:calc(29vw + 25px)}}@media screen and (min-width: 1487px){.HeaderBanner_headerBanner__YqzRK{min-height:140px}}.HeaderBanner_bannerSlot__6OIrD{min-height:80px;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease-in-out}@media screen and (max-width: 768px){.HeaderBanner_bannerSlot__6OIrD{min-height:60px}}.HeaderBanner_skeletonBanner__6upDG{width:100%;height:80px}@media screen and (max-width: 768px){.HeaderBanner_skeletonBanner__6upDG{height:60px}}@keyframes HeaderBanner_loading__lBjSR{0%{background-position:200% 0}100%{background-position:-200% 0}}.HeaderBanner_middleBanner__nuC0c{padding:20px 30px;width:100%;border-bottom:solid 1px #d8e1f5;min-height:calc(7.25vw + 33.5px);display:block;transition:transform .8s ease-in-out}@media screen and (max-width: 1024px){.HeaderBanner_middleBanner__nuC0c{padding:12px}}@media screen and (max-width: 768px){.HeaderBanner_middleBanner__nuC0c{min-height:calc(29vw + 25px)}}@media screen and (min-width: 1487px){.HeaderBanner_middleBanner__nuC0c{min-height:140px}}.HeaderBanner_customBanner___Niqs{width:100%;padding:20px;display:block}@media screen and (max-width: 768px){.HeaderBanner_customBanner___Niqs{padding:20px 0}}.HeaderBanner_hide__cUXae{position:unset}
@font-face{font-family:Neue;font-display:swap;src:url("/static/fonts/NeueHaasGroteskTextProVN-75Bold.otf")}@font-face{font-family:Neue-Regular;font-display:swap;src:url("/static/fonts/NeueHaasGroteskTextProVN-65Medium.otf")}.BackcomPopup_backcomPopup__eflYp .ant-modal{width:629px !important;margin:0 auto}.BackcomPopup_backcomPopup__eflYp .ant-modal-body{padding:24px 40px}.BackcomPopup_backcomPopup__eflYp .ant-form-item-label{color:var(--Neutral-500, #666);font-family:Neue-Regular;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.BackcomPopup_backcomPopup__eflYp .ant-modal-footer{border-top:unset;padding:0 40px 40px;text-align:center}.BackcomPopup_backcomPopup__eflYp .ant-select-selector{height:52px !important;border-radius:8px !important;border:1px solid var(--Alpha-Black-10, rgba(0, 0, 0, 0.1));background-color:var(--Neutral-0, #FFF);box-shadow:0px 4px 0px 0px rgba(0,0,0,.1)}.BackcomPopup_backcomPopup__eflYp .ant-select-selector .ant-select-selection-placeholder{line-height:50px}.BackcomPopup_backcomPopup__eflYp .ant-select-selection-item{line-height:52px !important;font-family:Neue;display:inline-flex;gap:12px}.BackcomPopup_backcomPopup__eflYp .ant-select-selection-search input{height:100% !important;line-height:1}.BackcomPopup_backcomComponent__3OKw1{padding:24px 40px;border-radius:12px;border:1px solid var(--Alpha-Black-10, rgba(0, 0, 0, 0.1));background-color:var(--Neutral-0, #FFF);box-shadow:0px 4px 12px 0px rgba(0,0,0,.08);margin-bottom:50px;margin-top:50px}.BackcomPopup_backcomComponent__3OKw1 .ant-form-item-label{color:var(--Neutral-500, #666);font-family:Neue-Regular;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.BackcomPopup_backcomComponent__3OKw1 .ant-select-selector{height:52px !important;border-radius:8px !important;border:1px solid var(--Alpha-Black-10, rgba(0, 0, 0, 0.1));background-color:var(--Neutral-0, #FFF);box-shadow:0px 4px 0px 0px rgba(0,0,0,.1)}.BackcomPopup_backcomComponent__3OKw1 .ant-select-selector .ant-select-selection-placeholder{line-height:50px}.BackcomPopup_backcomComponent__3OKw1 .ant-select-selection-item{line-height:52px !important;font-family:Neue;display:inline-flex;gap:12px}.BackcomPopup_backcomComponent__3OKw1 .ant-select-selection-search input{height:100% !important;line-height:1}.BackcomPopup_buttonLogin__sUzGo{width:100%;height:44px;flex:none;display:flex;justify-content:center;align-items:center;padding:12px 15px;border-radius:8px;background-color:#0872ca;color:#fff;box-shadow:0px 4px 0px 0px #02569c;border-bottom:2px solid var(--Primary-600, #175B9E);cursor:pointer;font-family:Neue;font-size:14px;line-height:20px;border:none;margin-top:16px}.BackcomPopup_selected-brokers__I1M8x{margin-bottom:20px}.BackcomPopup_selected-brokers__I1M8x .BackcomPopup_selected-brokers-title__GjsCC{color:var(--Neutral-600, #555);font-family:Neue-Regular;font-size:14px;font-weight:500;line-height:20px;margin-bottom:12px}.BackcomPopup_selected-brokers__I1M8x .BackcomPopup_selected-brokers-list__r_XYz{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}@media(max-width: 768px){.BackcomPopup_selected-brokers__I1M8x .BackcomPopup_selected-brokers-list__r_XYz{grid-template-columns:1fr}}.BackcomPopup_selected-brokers__I1M8x .BackcomPopup_selected-brokers-list__r_XYz .BackcomPopup_selected-broker-item__f8vgS{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border:1px solid var(--Alpha-Black-10, rgba(0, 0, 0, 0.1));border-radius:8px;background-color:var(--Neutral-0, #FFF);box-shadow:0px 2px 4px 0px rgba(0,0,0,.05);transition:all .2s ease}.BackcomPopup_selected-brokers__I1M8x .BackcomPopup_selected-brokers-list__r_XYz .BackcomPopup_selected-broker-item__f8vgS:hover{border-color:#0872ca;box-shadow:0px 2px 8px 0px rgba(8,114,202,.1)}.BackcomPopup_selected-brokers__I1M8x .BackcomPopup_selected-brokers-list__r_XYz .BackcomPopup_selected-broker-item__f8vgS .BackcomPopup_broker-info__ulfAs{display:flex;align-items:center;gap:8px;flex:1 1;min-width:0}.BackcomPopup_selected-brokers__I1M8x .BackcomPopup_selected-brokers-list__r_XYz .BackcomPopup_selected-broker-item__f8vgS .BackcomPopup_broker-info__ulfAs .BackcomPopup_broker-image__qINzd{border-radius:4px;object-fit:contain;flex-shrink:0}.BackcomPopup_selected-brokers__I1M8x .BackcomPopup_selected-brokers-list__r_XYz .BackcomPopup_selected-broker-item__f8vgS .BackcomPopup_broker-info__ulfAs .BackcomPopup_broker-name__qfKIf{font-family:Neue-Regular;font-size:13px;font-weight:400;line-height:18px;color:var(--Neutral-900, #2E2E2E);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.BackcomPopup_selected-brokers__I1M8x .BackcomPopup_selected-brokers-list__r_XYz .BackcomPopup_selected-broker-item__f8vgS .BackcomPopup_remove-broker-btn__15H51{width:22px;height:22px;border:none;border-radius:50%;background-color:#ff4d4f;color:#fff;font-size:11px;font-weight:bold;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.BackcomPopup_selected-brokers__I1M8x .BackcomPopup_selected-brokers-list__r_XYz .BackcomPopup_selected-broker-item__f8vgS .BackcomPopup_remove-broker-btn__15H51:hover{background-color:#ff1f23;transform:scale(1.1)}.BackcomPopup_selected-brokers__I1M8x .BackcomPopup_selected-brokers-list__r_XYz .BackcomPopup_selected-broker-item__f8vgS .BackcomPopup_remove-broker-btn__15H51:active{transform:scale(0.95)}.BackcomPopup_checkboxGroup__zwm9F{display:flex;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap}.BackcomPopup_checkboxGroup__zwm9F .ant-checkbox-wrapper+.ant-checkbox-wrapper{margin-left:0 !important}.BackcomPopup_checkboxGroup__zwm9F .BackcomPopup_checkbox__0D_mL{color:var(--Neutral-900, #2E2E2E);font-size:12px;font-style:normal;font-weight:400;line-height:20px}.BackcomPopup_checkboxGroup__zwm9F .BackcomPopup_checkbox__0D_mL .ant-checkbox .ant-checkbox-inner{border-radius:50%;border:1px solid var(--Alpha-Black-10, rgba(0, 0, 0, 0.1));width:16px;height:16px;background-color:#d9d9d9}.BackcomPopup_checkboxGroup__zwm9F .BackcomPopup_checkbox__0D_mL .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner{background-color:#0872ca;border-color:#0872ca}.BackcomPopup_checkboxGroup__zwm9F .BackcomPopup_checkbox__0D_mL .ant-checkbox-wrapper:hover .ant-checkbox-inner{border-color:#0872ca}@media(max-width: 768px){.BackcomPopup_checkboxGroup__zwm9F{flex-direction:column;gap:10px}}.BackcomPopup_title__qN3ul{color:var(--Secondary-500, #FF8104);font-family:Neue;font-size:20px;font-style:normal;font-weight:700;line-height:28px;margin-bottom:0}.BackcomPopup_desc__l2pSd{padding:24px 0;color:var(--Neutral-900, #2E2E2E);font-family:Neue-Regular;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.BackcomPopup_inputForm__VKZ8u{width:100%;height:52px;border-radius:8px !important;font-size:14px !important;line-height:20px !important;color:#2e2e2e !important;border:1px solid var(--Alpha-Black-10, rgba(0, 0, 0, 0.1));background-color:var(--Neutral-0, #FFF);box-shadow:0px 4px 0px 0px rgba(0,0,0,.1);padding:0 16px;transition:border-color .2s}.BackcomPopup_inputForm__VKZ8u:hover{border:solid 1px #0872ca !important}.BackcomPopup_inputForm__VKZ8u:focus{border:solid 1px #0872ca !important;outline:none}.BackcomPopup_inputForm__VKZ8u::placeholder{color:#bfbfbf !important;opacity:1}
.HomeBrokerListSection_brokerList__RuLwv{display:flex;flex-direction:row;justify-content:center;background-image:url("/images/BG.svg");padding:80px calc(50vw - 668px)}@media screen and (max-width: 1100px){.HomeBrokerListSection_brokerList__RuLwv{flex-direction:column;padding:32px 12px;gap:24px}}.HomeBrokerListSection_backcomWrapper__NRQ0t{padding:32px 28px;background-color:#ff8104;display:flex;flex-direction:column;justify-content:space-between;max-width:268px;border-radius:12px}@media screen and (max-width: 1100px){.HomeBrokerListSection_backcomWrapper__NRQ0t{order:2;max-width:unset;padding:20px 18px;border-radius:8px;gap:20px}}.HomeBrokerListSection_backcom___CKiY{display:flex;flex-direction:column;gap:20px}.HomeBrokerListSection_backcomTitle__FXD7D{font-family:Rotulo;font-size:32px;line-height:1.33;color:#fff}@media screen and (max-width: 768px){.HomeBrokerListSection_backcomTitle__FXD7D{font-size:23px}}.HomeBrokerListSection_backcomKey__nAK16{font-family:Neue;font-size:14px;line-height:20px;padding-left:12px;color:#fff;border-left:2px solid hsla(0,0%,100%,.4)}.HomeBrokerListSection_registerButton__U15jo{width:100%;display:flex;height:44px;flex-direction:column;justify-content:center;align-items:center;border-radius:8px;background-color:#fff;font-family:Neue;font-size:14px;line-height:20px;color:#0872ca;box-shadow:0px 4px 0px 0px rgba(0,0,0,.2);cursor:pointer}
.Benefit_headerRow__23GQi{font-family:Nunito;color:#ff7300;font-style:normal}.Benefit_headerRow__23GQi .ant-col div{background-color:#fff4ee;padding:3px;width:100%;height:100%;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 1440px){.Benefit_headerRow__23GQi{font-size:15px}}.Benefit_bottomRow__wfyE7{font-family:Nunito;font-style:normal;height:40px}.Benefit_bottomRow__wfyE7 .ant-col div{background-color:#ff7300;color:#fff;padding:3px;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.Benefit_row1__1aRyo .ant-col{position:relative}.Benefit_row1__1aRyo .ant-col div{background-color:#f0f8ff;padding:3px;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.Benefit_row1__1aRyo .Benefit_exness__Z0XPD{position:absolute !important;top:0;left:1px;width:calc(100% - 2px) !important;height:calc(200% - 8px) !important}.Benefit_commissionTable__QgsKX{box-shadow:rgba(99,99,99,.2) 0px 2px 8px 0px;font-style:italic;border-radius:16px;margin-top:20px;text-align:center;font-size:16px;line-height:26px}@media screen and (max-width: 576px){.Benefit_commissionTable__QgsKX .ant-row{padding:2px;text-align:center;font-size:12px;line-height:18px}.Benefit_commissionTable__QgsKX .ant-row div{width:100%;height:auto;display:flex;justify-content:center;align-items:center}}.Benefit_commissionTable__QgsKX .ant-col{padding:2px 1px}@media screen and (max-width: 576px){.Benefit_commissionTable__QgsKX .ant-col{padding:0;height:auto}}@media screen and (max-width: 576px){.Benefit_commissionTable__QgsKX{width:calc(100% + 20px);margin-left:-10px}}@media screen and (max-width: 576px){.Benefit_rowBackgroundMobile___8eR_ .ant-col{padding:2px;height:auto}}.Benefit_rowBackgroundMobile___8eR_ .ant-col div{background-color:#f0f8ff;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.Benefit_headerMobile__CDuhB{font-family:Nunito}.Benefit_rowBottomMobile__QziZo{background-color:#0872ca;color:#fff;height:32px;border-bottom-left-radius:16px;border-bottom-right-radius:16px}
.Landing_rowSliderWrapper__W6cPd{background-color:#fff;z-index:3}.Landing_landing-container__lOvb_>div{margin-top:0}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR{position:relative;width:100%}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_contain-container__Icazl{width:100%;position:relative}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_contain-container__Icazl .ant-image{width:100%}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_contain-container__Icazl .Landing_background-container__wMc2L{width:100%}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_contain-container__Icazl .Landing_content-wrapper__oFOpD{position:absolute;width:100%;top:0px;left:0px;z-index:1}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_contain-container__Icazl .Landing_content-wrapper__oFOpD .Landing_banner-container__sHqcD{position:relative}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_contain-container__Icazl .Landing_content-wrapper__oFOpD .Landing_banner-container__sHqcD .Landing_background-banner__WjFf_{margin-top:1.5vw;width:35vw}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_contain-container__Icazl .Landing_content-wrapper__oFOpD .Landing_banner-container__sHqcD .Landing_banner-content__hnJ4o{position:absolute;width:100%;top:0px;left:0px;z-index:2;display:flex;justify-content:center;flex-direction:column}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_contain-container__Icazl .Landing_content-wrapper__oFOpD .Landing_banner-container__sHqcD .Landing_banner-content__hnJ4o .ant-image{margin:0 auto}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_contain-container__Icazl .Landing_content-wrapper__oFOpD .Landing_banner-container__sHqcD .Landing_banner-content__hnJ4o .Landing_logo__Vcmky{width:18vw;margin-top:7vw;margin-left:auto;margin-right:auto}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_contain-container__Icazl .Landing_content-wrapper__oFOpD .Landing_banner-container__sHqcD .Landing_banner-content__hnJ4o .Landing_header__fini3{font-size:2.4vw;margin-top:2vw;text-align:center}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_contain-container__Icazl .Landing_content-wrapper__oFOpD .Landing_banner-container__sHqcD .Landing_banner-content__hnJ4o .Landing_header__fini3 b{color:#df7e48;font-size:36px;font-family:Nunito}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_contain-container__Icazl .Landing_content-wrapper__oFOpD .Landing_banner-container__sHqcD .Landing_banner-content__hnJ4o .Landing_sub-header__ryfxi{font-size:1.8vw;margin-bottom:2vw;text-align:center;font-family:Nunito-Regular,Arial,Helvetica,sans-serif}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_contain-container__Icazl .Landing_content-wrapper__oFOpD .Landing_banner-container__sHqcD .Landing_banner-content__hnJ4o .Landing_content__Z1nhG{font-size:1.35vw;text-align:center;font-family:Nunito-Regular,Arial,Helvetica,sans-serif}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_contain-container__Icazl .Landing_content-wrapper__oFOpD .Landing_banner-container__sHqcD .Landing_banner-content__hnJ4o .Landing_content__Z1nhG b{color:#df7e48;font-family:Nunito}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_contain-container__Icazl .Landing_content-wrapper__oFOpD .Landing_banner-container__sHqcD .Landing_banner-content__hnJ4o .Landing_banner-highline__jcmhj{color:#df7e48;font-family:Nunito,Arial,Helvetica,sans-serif}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_contain-container__Icazl .Landing_content-wrapper__oFOpD .Landing_banner-container__sHqcD .Landing_banner-content__hnJ4o .Landing_banner-bold__a_5Tb{color:#df7e48;font-family:Nunito,Arial,Helvetica,sans-serif}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_contain-container__Icazl .Landing_content-wrapper__oFOpD .Landing_banner-container__sHqcD .Landing_banner-content__hnJ4o .Landing_btn-wrapper__XBvHz{margin-top:2.5vw;display:flex;justify-content:center}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_contain-container__Icazl .Landing_content-wrapper__oFOpD .Landing_banner-container__sHqcD .Landing_banner-content__hnJ4o .Landing_btn-wrapper__XBvHz .Landing_btn__MqxKT{text-align:center;padding:.7vw 1.4vw;border-radius:.9vw;font-size:1.2vw;background-color:#03bac6;font-weight:700;cursor:pointer;color:#fff;display:inline-block;font-family:Nunito,Arial,Helvetica,sans-serif}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_contain-container__Icazl .Landing_content-wrapper__oFOpD .Landing_banner__BAmSm{margin-top:5vw;width:33vw}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_responsive-contain-container__6YYaE{position:relative;width:100%}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_responsive-contain-container__6YYaE .ant-image{width:100%;text-align:center}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_responsive-contain-container__6YYaE .Landing_background-container__wMc2L{width:100%}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_responsive-contain-container__6YYaE .Landing_content-wrapper__oFOpD{position:absolute;width:100%;top:0px;left:0px;z-index:1}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_responsive-contain-container__6YYaE .Landing_content-wrapper__oFOpD .Landing_banner-container__sHqcD{position:relative;width:100%}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_responsive-contain-container__6YYaE .Landing_content-wrapper__oFOpD .Landing_banner-container__sHqcD .Landing_background-banner__WjFf_{margin-top:9vw;margin-left:5vw;width:90vw}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_responsive-contain-container__6YYaE .Landing_content-wrapper__oFOpD .Landing_banner-container__sHqcD .Landing_banner-content__hnJ4o{position:absolute;width:100%;top:0px;left:0px;z-index:2;display:flex;justify-content:center;flex-direction:column}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_responsive-contain-container__6YYaE .Landing_content-wrapper__oFOpD .Landing_banner-container__sHqcD .Landing_banner-content__hnJ4o .ant-image{margin:0 auto}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_responsive-contain-container__6YYaE .Landing_content-wrapper__oFOpD .Landing_banner-container__sHqcD .Landing_banner-content__hnJ4o .Landing_logo__Vcmky{width:40vw;margin-top:19vw;margin-left:auto;margin-right:auto}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_responsive-contain-container__6YYaE .Landing_content-wrapper__oFOpD .Landing_banner-container__sHqcD .Landing_banner-content__hnJ4o .Landing_header__fini3{font-size:6vw;margin-top:5vw;text-align:center}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_responsive-contain-container__6YYaE .Landing_content-wrapper__oFOpD .Landing_banner-container__sHqcD .Landing_banner-content__hnJ4o .Landing_header__fini3 b{color:#df7e48;font-family:Nunito}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_responsive-contain-container__6YYaE .Landing_content-wrapper__oFOpD .Landing_banner-container__sHqcD .Landing_banner-content__hnJ4o .Landing_sub-header__ryfxi{font-size:4.5vw !important;margin-bottom:4vw;text-align:center;font-family:Nunito-Regular,Arial,Helvetica,sans-serif}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_responsive-contain-container__6YYaE .Landing_content-wrapper__oFOpD .Landing_banner-container__sHqcD .Landing_banner-content__hnJ4o .Landing_sub-header__ryfxi b{color:#df7e48;font-family:Nunito}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_responsive-contain-container__6YYaE .Landing_content-wrapper__oFOpD .Landing_banner-container__sHqcD .Landing_banner-content__hnJ4o .Landing_sub-header__ryfxi span{font-size:4.5vw !important}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_responsive-contain-container__6YYaE .Landing_content-wrapper__oFOpD .Landing_banner-container__sHqcD .Landing_banner-content__hnJ4o .Landing_content__Z1nhG{font-size:4.5vw;text-align:center;font-family:Nunito-Regular,Arial,Helvetica,sans-serif}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_responsive-contain-container__6YYaE .Landing_content-wrapper__oFOpD .Landing_banner-container__sHqcD .Landing_banner-content__hnJ4o .Landing_content__Z1nhG b{color:#df7e48;font-family:Nunito}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_responsive-contain-container__6YYaE .Landing_content-wrapper__oFOpD .Landing_banner-container__sHqcD .Landing_banner-content__hnJ4o .Landing_banner-highline__jcmhj{color:#df7e48;font-family:Nunito,Arial,Helvetica,sans-serif}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_responsive-contain-container__6YYaE .Landing_content-wrapper__oFOpD .Landing_banner-container__sHqcD .Landing_banner-content__hnJ4o .Landing_banner-bold__a_5Tb{color:#df7e48;font-family:Nunito,Arial,Helvetica,sans-serif}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_responsive-contain-container__6YYaE .Landing_content-wrapper__oFOpD .Landing_banner-container__sHqcD .Landing_banner-content__hnJ4o .Landing_btn-wrapper__XBvHz{margin-top:4vw;display:flex;justify-content:center}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_responsive-contain-container__6YYaE .Landing_content-wrapper__oFOpD .Landing_banner-container__sHqcD .Landing_banner-content__hnJ4o .Landing_btn-wrapper__XBvHz .Landing_btn__MqxKT{text-align:center;padding:2.8vw 5vw;border-radius:3vw;font-size:4.5vw;background-color:#03bac6;font-weight:700;cursor:pointer;color:#fff;display:inline-block;font-family:Nunito,Arial,Helvetica,sans-serif}.Landing_landing-container__lOvb_ .Landing_header-section__wIftR .Landing_responsive-contain-container__6YYaE .Landing_content-wrapper__oFOpD .Landing_banner__BAmSm{margin-top:5vw;width:33vw}.Landing_landing-container__lOvb_ .Landing_return-money-section__D__Jl{width:100%;position:relative}.Landing_landing-container__lOvb_ .Landing_return-money-section__D__Jl .Landing_background-container__wMc2L{position:absolute;height:400px;width:100%;display:inline-block}.Landing_landing-container__lOvb_ .Landing_return-money-section__D__Jl .Landing_background-container__wMc2L .Landing_left-background__FK6zm{display:inline-block;box-sizing:border-box;width:55%;min-height:400px;background-repeat:no-repeat;background-size:100% 100%;background-image:url(/_next/static/media/background_refuncs_chart.f3b38f2f.png)}.Landing_landing-container__lOvb_ .Landing_return-money-section__D__Jl .Landing_background-container__wMc2L .Landing_right-background__Koibl{position:absolute;background-position-x:70px;background-position-y:20px;top:10px;display:inline-block;width:45%;min-height:400px;box-sizing:border-box;background-image:url(/_next/static/media/background_refunc_dot.04928767.png);background-repeat:no-repeat;background-size:contain 100%}.Landing_landing-container__lOvb_ .Landing_return-money-section__D__Jl .Landing_content-container__JjVmj{padding-top:60px;padding-bottom:40px;padding-right:20px;padding-left:20px;min-height:400px}.Landing_landing-container__lOvb_ .Landing_return-money-section__D__Jl .Landing_content-container__JjVmj .Landing_left-section-wrapper__NTbgf{padding-right:30px}.Landing_landing-container__lOvb_ .Landing_return-money-section__D__Jl .Landing_content-container__JjVmj .Landing_left-section-wrapper__NTbgf h2{font-size:24px;margin:15px 0 5px}@media screen and (max-width: 767px){.Landing_landing-container__lOvb_ .Landing_return-money-section__D__Jl .Landing_content-container__JjVmj .Landing_left-section-wrapper__NTbgf{padding-right:0px !important}}.Landing_landing-container__lOvb_ .Landing_return-money-section__D__Jl .Landing_content-container__JjVmj .Landing_right-section-wrapper__4WUKM{padding:40px 50px;box-shadow:0px 30px 60px #e4f0ff;border-radius:20px;background-color:#fff;display:flex;justify-content:center}.Landing_landing-container__lOvb_ .Landing_pros-section__K4Gla .Landing_contain-container__Icazl{padding-top:30px;padding-bottom:40px;padding-right:20px;padding-left:20px}.Landing_landing-container__lOvb_ .Landing_pros-section__K4Gla .Landing_contain-container__Icazl .Landing_left-section-wrapper__NTbgf{display:flex;justify-content:center}.Landing_landing-container__lOvb_ .Landing_pros-section__K4Gla .Landing_contain-container__Icazl .Landing_right-section-wrappe__SK7n3 .Landing_btn-wrapper__XBvHz{display:flex}@media screen and (max-width: 767px){.Landing_landing-container__lOvb_ .Landing_pros-section__K4Gla .Landing_contain-container__Icazl .Landing_right-section-wrappe__SK7n3 .Landing_btn-wrapper__XBvHz{justify-content:center}}.Landing_landing-container__lOvb_ .Landing_step1-section__6xs_5 .Landing_header-container__ijoFJ{text-align:center}.Landing_landing-container__lOvb_ .Landing_step1-section__6xs_5 .Landing_content-container__JjVmj{padding-right:20px;padding-left:20px}.Landing_landing-container__lOvb_ .Landing_step1-section__6xs_5 .Landing_content-container__JjVmj .Landing_left-wrapper__ynS7C .Landing_image__3ljgK{width:105%}.Landing_landing-container__lOvb_ .Landing_step1-section__6xs_5 .Landing_content-container__JjVmj .Landing_right-wrapper__nnsQx .Landing_btn-wrapper__XBvHz{display:flex;padding-left:12px}.Landing_landing-container__lOvb_ .Landing_step1-section__6xs_5 .Landing_content-container__JjVmj .Landing_right-wrapper__nnsQx .Landing_btn-wrapper__XBvHz .Landing_btn-container__Hbbul{display:flex;align-content:center;align-items:center}.Landing_landing-container__lOvb_ .Landing_step1-section__6xs_5 .Landing_content-container__JjVmj .Landing_right-wrapper__nnsQx .Landing_btn-wrapper__XBvHz .Landing_btn-container__Hbbul svg{padding-right:3px}@media screen and (max-width: 767px){.Landing_landing-container__lOvb_ .Landing_step1-section__6xs_5 .Landing_content-container__JjVmj .Landing_right-wrapper__nnsQx .Landing_btn-wrapper__XBvHz{justify-content:center;padding-left:0px;margin-top:20px}}.Landing_landing-container__lOvb_ .Landing_step1-section__6xs_5 .Landing_step2-content-container__5CwQb{display:flex;justify-content:center;text-align:center;flex-direction:column;padding-right:20px;padding-left:20px}.Landing_landing-container__lOvb_ .Landing_step1-section__6xs_5 .Landing_step2-content-container__5CwQb .Landing_btn-wrapper__XBvHz{display:flex;justify-content:center;margin-bottom:20px}.Landing_landing-container__lOvb_ .Landing_step1-section__6xs_5 .Landing_step2-content-container__5CwQb .Landing_left-justify-less-768__Eu03z{justify-content:center}@media screen and (max-width: 767px){.Landing_landing-container__lOvb_ .Landing_step1-section__6xs_5 .Landing_step2-content-container__5CwQb{text-align:left}.Landing_landing-container__lOvb_ .Landing_step1-section__6xs_5 .Landing_step2-content-container__5CwQb .Landing_left-justify-less-768__Eu03z{justify-content:start}.Landing_landing-container__lOvb_ .Landing_step1-section__6xs_5 .Landing_step2-content-container__5CwQb .Landing_btn-wrapper__XBvHz{margin-bottom:0}}.Landing_landing-container__lOvb_ .Landing_step3-section__lQYmf{background-color:#f2f8ff;padding:0px 20px 0px 20px}.Landing_landing-container__lOvb_ .Landing_step3-section__lQYmf .Landing_left-wrapper__ynS7C{margin-top:60px}.Landing_landing-container__lOvb_ .Landing_step3-section__lQYmf .Landing_left-wrapper__ynS7C .Landing_image__3ljgK{width:105%}@media screen and (max-width: 973px){.Landing_landing-container__lOvb_ .Landing_step3-section__lQYmf .Landing_left-wrapper__ynS7C .Landing_image__3ljgK{margin-top:40px}}@media screen and (max-width: 900px){.Landing_landing-container__lOvb_ .Landing_step3-section__lQYmf .Landing_left-wrapper__ynS7C .Landing_image__3ljgK{margin-top:70px}}@media screen and (max-width: 860px){.Landing_landing-container__lOvb_ .Landing_step3-section__lQYmf .Landing_left-wrapper__ynS7C .Landing_image__3ljgK{margin-top:90px}}.Landing_landing-container__lOvb_ .Landing_step3-section__lQYmf .Landing_right-wrapper__nnsQx{position:relative;margin-top:20px}.Landing_landing-container__lOvb_ .Landing_step3-section__lQYmf .Landing_right-wrapper__nnsQx .Landing_para2-container__XQxOr{margin-top:40px}.Landing_landing-container__lOvb_ .Landing_step3-section__lQYmf .Landing_right-wrapper__nnsQx .Landing_input-container__wBKOw{position:absolute;bottom:6vw;left:-4.5vw}@media screen and (max-width: 1037px){.Landing_landing-container__lOvb_ .Landing_step3-section__lQYmf .Landing_right-wrapper__nnsQx .Landing_input-container__wBKOw{bottom:5vw}}@media screen and (max-width: 1150px){.Landing_landing-container__lOvb_ .Landing_step3-section__lQYmf .Landing_right-wrapper__nnsQx{margin-top:0px}.Landing_landing-container__lOvb_ .Landing_step3-section__lQYmf .Landing_right-wrapper__nnsQx .Landing_para2-container__XQxOr{margin-top:10px}}@media screen and (max-width: 767px){.Landing_landing-container__lOvb_ .Landing_step3-section__lQYmf .Landing_right-wrapper__nnsQx{position:none;margin-top:0px}.Landing_landing-container__lOvb_ .Landing_step3-section__lQYmf .Landing_right-wrapper__nnsQx .Landing_para2-container__XQxOr{margin-top:20px}.Landing_landing-container__lOvb_ .Landing_step3-section__lQYmf .Landing_right-wrapper__nnsQx .Landing_input-container__wBKOw{position:unset;margin-top:20px}}@media screen and (max-width: 767px){.Landing_landing-container__lOvb_ .Landing_step3-section__lQYmf{background-color:#fff}}.Landing_landing-container__lOvb_ .Landing_step4-section__c_a8i{padding:0px 20px 0px 20px}.Landing_landing-container__lOvb_ .Landing_step4-section__c_a8i .Landing_right-wrapper__nnsQx{margin-top:60px}.Landing_landing-container__lOvb_ .Landing_step4-section__c_a8i .Landing_right-wrapper__nnsQx .Landing_image__3ljgK{width:105%}@media screen and (max-width: 1024px){.Landing_landing-container__lOvb_ .Landing_step4-section__c_a8i .Landing_right-wrapper__nnsQx .Landing_image__3ljgK{width:110%}}@media screen and (max-width: 960px){.Landing_landing-container__lOvb_ .Landing_step4-section__c_a8i .Landing_right-wrapper__nnsQx .Landing_image__3ljgK{width:115%}}@media screen and (max-width: 940px){.Landing_landing-container__lOvb_ .Landing_step4-section__c_a8i .Landing_right-wrapper__nnsQx .Landing_image__3ljgK{margin-top:40px;width:115%}}@media screen and (max-width: 830px){.Landing_landing-container__lOvb_ .Landing_step4-section__c_a8i .Landing_right-wrapper__nnsQx .Landing_image__3ljgK{margin-top:60px;width:120%}}.Landing_landing-container__lOvb_ .Landing_step4-section__c_a8i .Landing_left-wrapper__ynS7C{position:relative;margin-top:20px}.Landing_landing-container__lOvb_ .Landing_step4-section__c_a8i .Landing_left-wrapper__ynS7C .Landing_para2-container__XQxOr{margin-top:40px}.Landing_landing-container__lOvb_ .Landing_step4-section__c_a8i .Landing_left-wrapper__ynS7C .Landing_input-container__wBKOw{position:absolute;bottom:6vw;right:-6vw}@media screen and (max-width: 840px){.Landing_landing-container__lOvb_ .Landing_step4-section__c_a8i .Landing_left-wrapper__ynS7C .Landing_input-container__wBKOw{bottom:8vw}}@media screen and (max-width: 1150px){.Landing_landing-container__lOvb_ .Landing_step4-section__c_a8i .Landing_left-wrapper__ynS7C{margin-top:0px}.Landing_landing-container__lOvb_ .Landing_step4-section__c_a8i .Landing_left-wrapper__ynS7C .Landing_para2-container__XQxOr{margin-top:10px}}@media screen and (max-width: 767px){.Landing_landing-container__lOvb_ .Landing_step4-section__c_a8i .Landing_left-wrapper__ynS7C{position:none;margin-top:0px}.Landing_landing-container__lOvb_ .Landing_step4-section__c_a8i .Landing_left-wrapper__ynS7C .Landing_para2-container__XQxOr{margin-top:20px}.Landing_landing-container__lOvb_ .Landing_step4-section__c_a8i .Landing_left-wrapper__ynS7C .Landing_input-container__wBKOw{position:unset;margin-top:20px}}.Landing_landing-container__lOvb_ .Landing_step5-section__T3Efb{background-color:#f2f8ff;padding:0px 20px 0px 20px}.Landing_landing-container__lOvb_ .Landing_step5-section__T3Efb .Landing_left-wrapper__ynS7C{margin-top:60px}.Landing_landing-container__lOvb_ .Landing_step5-section__T3Efb .Landing_left-wrapper__ynS7C .Landing_image__3ljgK{width:105%}@media screen and (max-width: 973px){.Landing_landing-container__lOvb_ .Landing_step5-section__T3Efb .Landing_left-wrapper__ynS7C .Landing_image__3ljgK{margin-top:40px}}@media screen and (max-width: 900px){.Landing_landing-container__lOvb_ .Landing_step5-section__T3Efb .Landing_left-wrapper__ynS7C .Landing_image__3ljgK{margin-top:70px}}@media screen and (max-width: 860px){.Landing_landing-container__lOvb_ .Landing_step5-section__T3Efb .Landing_left-wrapper__ynS7C .Landing_image__3ljgK{margin-top:90px}}.Landing_landing-container__lOvb_ .Landing_step5-section__T3Efb .Landing_right-wrapper__nnsQx{position:relative;margin-top:12px;padding-left:10px}.Landing_landing-container__lOvb_ .Landing_step5-section__T3Efb .Landing_right-wrapper__nnsQx .Landing_para2-container__XQxOr{margin-top:20px}.Landing_landing-container__lOvb_ .Landing_step5-section__T3Efb .Landing_right-wrapper__nnsQx .Landing_input-container__wBKOw{position:absolute;bottom:6vw;left:-4.5vw}@media screen and (max-width: 1037px){.Landing_landing-container__lOvb_ .Landing_step5-section__T3Efb .Landing_right-wrapper__nnsQx .Landing_input-container__wBKOw{bottom:5vw}}@media screen and (max-width: 1150px){.Landing_landing-container__lOvb_ .Landing_step5-section__T3Efb .Landing_right-wrapper__nnsQx{margin-top:0px}.Landing_landing-container__lOvb_ .Landing_step5-section__T3Efb .Landing_right-wrapper__nnsQx .Landing_para2-container__XQxOr{margin-top:10px}}@media screen and (max-width: 767px){.Landing_landing-container__lOvb_ .Landing_step5-section__T3Efb .Landing_right-wrapper__nnsQx{position:none;margin-top:0px}.Landing_landing-container__lOvb_ .Landing_step5-section__T3Efb .Landing_right-wrapper__nnsQx .Landing_para2-container__XQxOr{margin-top:20px}.Landing_landing-container__lOvb_ .Landing_step5-section__T3Efb .Landing_right-wrapper__nnsQx .Landing_input-container__wBKOw{position:unset;margin-top:20px}}@media screen and (max-width: 767px){.Landing_landing-container__lOvb_ .Landing_step5-section__T3Efb{background-color:#fff}}.Landing_landing-container__lOvb_ .Landing_step6-section__GolWR{background-color:#f2f8ff}.Landing_landing-container__lOvb_ .Landing_step6-section__GolWR .Landing_content-container__JjVmj{display:flex;justify-content:center;text-align:center;flex-direction:column;padding-right:20px;padding-left:20px}.Landing_landing-container__lOvb_ .Landing_step6-section__GolWR .Landing_content-container__JjVmj .Landing_btn-wrapper__XBvHz{display:flex;justify-content:center}.Landing_landing-container__lOvb_ .Landing_step6-section__GolWR .Landing_content-container__JjVmj .Landing_left-justify-less-768__Eu03z{justify-content:center}@media screen and (max-width: 767px){.Landing_landing-container__lOvb_ .Landing_step6-section__GolWR .Landing_content-container__JjVmj{text-align:left}.Landing_landing-container__lOvb_ .Landing_step6-section__GolWR .Landing_content-container__JjVmj .Landing_left-justify-less-768__Eu03z{justify-content:start}}.Landing_landing-container__lOvb_ .Landing_direction-section__3tDDg{background-color:#f2f8ff;padding:0px 20px}.Landing_landing-container__lOvb_ .Landing_direction-section__3tDDg .Landing_content-container-5__oceXB{display:flex;justify-content:center;text-align:center;flex-direction:column;padding-right:20px;padding-left:20px}.Landing_landing-container__lOvb_ .Landing_direction-section__3tDDg .Landing_content-container-5__oceXB .Landing_btn-wrapper__XBvHz{display:flex;justify-content:center}.Landing_landing-container__lOvb_ .Landing_direction-section__3tDDg .Landing_content-container-5__oceXB .Landing_left-justify-less-768__Eu03z{justify-content:center}@media screen and (max-width: 767px){.Landing_landing-container__lOvb_ .Landing_direction-section__3tDDg .Landing_content-container-5__oceXB{text-align:left}.Landing_landing-container__lOvb_ .Landing_direction-section__3tDDg .Landing_content-container-5__oceXB .Landing_left-justify-less-768__Eu03z{justify-content:start}}.Landing_landing-container__lOvb_ .Landing_direction-section__3tDDg .Landing_contain-container__Icazl .Landing_card-container__rVXe_{border:1px solid #03bac6;box-shadow:6px 6px 0px rgba(3,186,198,.2);border-radius:20px;padding:27px 80px;display:flex;text-align:center;flex-direction:column}.Landing_landing-container__lOvb_ .Landing_direction-section__3tDDg .Landing_contain-container__Icazl .Landing_card-container__rVXe_ .Landing_btn-wrapper__XBvHz{display:flex;justify-content:center}@media screen and (max-width: 767px){.Landing_landing-container__lOvb_ .Landing_direction-section__3tDDg .Landing_contain-container__Icazl .Landing_card-container__rVXe_{padding:27px 40px}}@media screen and (max-width: 500px){.Landing_landing-container__lOvb_ .Landing_direction-section__3tDDg .Landing_contain-container__Icazl .Landing_card-container__rVXe_{padding:27px 20px}}@media screen and (max-width: 390px){.Landing_landing-container__lOvb_ .Landing_direction-section__3tDDg .Landing_contain-container__Icazl .Landing_card-container__rVXe_{padding:27px 5px}}.Landing_landing-container__lOvb_ .Landing_footer-section__HdhBt{padding:0px 20px}.Landing_landing-container__lOvb_ .Landing_footer-section__HdhBt .Landing_contain-container__Icazl .Landing_left-wrapper__ynS7C .Landing_slogen__Yexk_{color:#03bac6;font-weight:700;font-size:20px;text-align:center;width:100%;padding-bottom:0px;margin-left:1%}.Landing_landing-container__lOvb_ .Landing_footer-section__HdhBt .Landing_contain-container__Icazl .Landing_left-wrapper__ynS7C .Landing_image-wrapper__zPWOc{padding-top:10px;margin:0 5%}.Landing_landing-container__lOvb_ .Landing_footer-section__HdhBt .Landing_contain-container__Icazl .Landing_left-wrapper__ynS7C .Landing_image-wrapper__zPWOc .Landing_image__3ljgK{width:100%}.Landing_landing-container__lOvb_ .Landing_footer-section__HdhBt .Landing_contain-container__Icazl .Landing_right-wrapper__nnsQx{padding-top:20px}.Landing_rewardPathWrapper__RbNqS{max-width:950px;margin:30px auto 0}.Landing_popupBackcom__PuwWc{max-width:629px;width:100%;margin:0 auto}.Landing_listBroker__MmGL0{display:inline-flex;width:100%;gap:20px;justify-content:center}.Landing_textCenter__0C7AS{text-align:center;font-size:30px;font-weight:700;font-family:Nunito,Arial,Helvetica,sans-serif;padding-top:30px;color:#0872ca}@media screen and (max-width: 576px){.Landing_textCenter__0C7AS{font-size:26px}}.Landing_descriptionCenter__a6E1L{text-align:center;font-size:16px;font-family:Nunito-Regular,Arial,Helvetica,sans-serif;padding-bottom:10px}.Landing_rowBrokerList__z9zoW{text-align:center}@media screen and (min-width: 720px){.Landing_rowBrokerList__z9zoW{width:992px;margin:0 auto !important}}.Landing_notesSection__s5rcG{background-color:#f8f9fa;padding:40px 20px;border-radius:10px}.Landing_notesSection__s5rcG .Landing_notesTitle__j7ovz{text-align:center;margin-bottom:20px}.Landing_notesSection__s5rcG .Landing_notesList__Jf8Rd{padding-left:20px;list-style-type:decimal;text-decoration:none}.Landing_notesSection__s5rcG .Landing_notesList__Jf8Rd li{margin-bottom:15px;line-height:1.6}.Landing_notesSection__s5rcG .Landing_notesList__Jf8Rd li a{text-decoration:underline;font-weight:600}.Landing_notesSection__s5rcG .Landing_notesList__Jf8Rd li strong{color:#0872ca;font-weight:700}.Landing_notesSection__s5rcG .Landing_notesList__Jf8Rd a.Landing_notes-link__wh_XA{text-decoration:none}@media screen and (max-width: 767px){.Landing_notesSection__s5rcG{padding:30px 15px}.Landing_notesSection__s5rcG .Landing_notesList__Jf8Rd{padding-left:15px}.Landing_notesSection__s5rcG .Landing_notesList__Jf8Rd li{margin-bottom:12px}}.Landing_customerReviewsSection__l73HK{background-color:#f8f9fa;padding:40px 20px;border-radius:10px}.Landing_customerReviewsSection__l73HK .Landing_customerReviewsTitle__2gReQ{text-align:center;margin-bottom:30px}.Landing_customerReviewsSection__l73HK .Landing_customerReviewsGrid__qM6ku{text-align:center}.Landing_customerReviewsSection__l73HK .Landing_customerReviewsGrid__qM6ku .Landing_customerReviewItem___vz9r{margin-bottom:30px;padding:10px;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.Landing_customerReviewsSection__l73HK .Landing_customerReviewsGrid__qM6ku .Landing_customerReviewItem___vz9r:last-child{margin-bottom:0}.Landing_customerReviewsSection__l73HK .Landing_customerReviewsGrid__qM6ku .Landing_reviewImageWrapper__nQMVa{position:relative;border-radius:8px;overflow:hidden;width:350px;height:190px;margin:0 auto}.Landing_customerReviewsSection__l73HK .Landing_customerReviewsGrid__qM6ku .Landing_reviewImageWrapper__nQMVa .Landing_reviewImage__qG3__{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .3s ease}.Landing_customerReviewsSection__l73HK .Landing_customerReviewsGrid__qM6ku .Landing_reviewImageWrapper__nQMVa .Landing_reviewImage__qG3__:hover{transform:scale(1.05)}.Landing_customerReviewsSection__l73HK .Landing_customerReviewsGrid__qM6ku .Landing_noImages__9_UzE{text-align:center;padding:40px 20px;color:#999}@media screen and (max-width: 767px){.Landing_customerReviewsSection__l73HK{padding:30px 15px}.Landing_customerReviewsSection__l73HK .Landing_customerReviewsTitle__2gReQ{margin-bottom:20px}.Landing_customerReviewsSection__l73HK .Landing_customerReviewsGrid__qM6ku .Landing_customerReviewItem___vz9r{padding:15px;margin-bottom:20px}.Landing_customerReviewsSection__l73HK .Landing_customerReviewsGrid__qM6ku .Landing_reviewImageWrapper__nQMVa{position:relative;border-radius:10px;overflow:hidden;width:100%;height:100%;margin:0 auto}.Landing_customerReviewsSection__l73HK .Landing_customerReviewsGrid__qM6ku .Landing_reviewImageWrapper__nQMVa .Landing_reviewImage__qG3__{object-fit:contain;object-position:center}}
.Common_title-section-text__KM8eT{font-size:30px;font-weight:700;font-family:Nunito,Arial,Helvetica,sans-serif}.Common_highline-text-color__Opfsq{color:#0872ca}.Common_title-color__ndpil{color:#d48e5d}.Common_content-section-text__7HARh{font-size:16px;font-family:Nunito-Regular,Arial,Helvetica,sans-serif}.Common_content-section-text__7HARh b{color:#0872ca}.Common_mt-10__H_lEx{margin-top:10px}.Common_mt-20__feqLl{margin-top:20px}.Common_mt-30__pwJFO{margin-top:30px}.Common_mt-40___3Mfw{margin-top:30px}.Common_mb-10__yNabI{margin-bottom:10px}.Common_mb-20__8iIm8{margin-bottom:20px}.Common_mb-30__XVDD2{margin-bottom:30px}.Common_item-list__KykPr .Common_item__Q_zF2{padding:4px 0px;display:flex;align-content:center;flex:1 1;width:100%;font-size:16px;font-family:Nunito,Arial,Helvetica,sans-serif}.Common_item-list__KykPr .Common_item__Q_zF2 svg{margin-right:20px;margin-top:2px;width:20px;flex:none}.Common_item-list__KykPr .Common_icon__86eVx{flex:0 1;margin-right:20px;margin-top:2px;width:20px}.Common_display-less-768__YhYWg{display:none !important}.Common_header-center-less-768__HVFJJ{text-align:left}@media screen and (max-width: 767px){.Common_none-display-less-768__WPQzz{display:none !important}.Common_display-less-768__YhYWg{display:block !important}.Common_header-center-less-768__HVFJJ{text-align:center}.Common_title-section-text__KM8eT{font-size:26px;font-weight:700;font-family:Nunito,Arial,Helvetica,sans-serif}}
