.affiliate-fixed-header {
  width: 100%;
  border-bottom: 1px solid #f6f7fb;
  background: #fff;
}
.affiliate-fixed-header .expand-menu {
  margin-right: 40px;
  cursor: pointer;
  font-size: 1.2rem;
}
.affiliate-fixed-header-inner {
  height: 60px;
  max-width: 1440px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}
.affiliate-fixed-header-logo {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}
.affiliate-fixed-header-logo > span,
.affiliate-fixed-header-logo > a {
  margin-left: 12px;
  line-height: 18px;
  color: rgba(57, 78, 98, 0.5) !important;
}
.affiliate-fixed-header-logo > svg {
  cursor: pointer;
}
.affiliate-fixed-header-name {
  font-size: 1rem;
  color: #afafaf;
}
.affiliate-fixed-header-nav-item {
  font-size: 1rem;
  margin: 0 1.5rem;
  cursor: pointer;
  line-height: 36px;
}
.affiliate-fixed-header-nav-item a {
  color: inherit !important;
}
.affiliate-fixed-header-nav-item a:hover {
  color: #00EED1 !important;
}
.affiliate-fixed-header .oper-wrapper {
  display: inline-block;
}
.affiliate-fixed-header .oper-wrapper .primaryBtn {
  color: #fff;
}
.affiliate-fixed-header .oper-button {
  min-width: 6.5rem;
  margin-right: 1rem;
  height: 36px;
}
.affiliate-fixed-header .oper-button.ant-btn {
  padding-top: 0px;
  line-height: 32px;
}
.affiliate-fixed-header-lang-select {
  display: inline-flex;
  color: #000;
  cursor: pointer;
  padding: 0px 24px;
}
.affiliate-fixed-header-lang-select .ant-btn.lang-btn {
  height: 36px;
  padding: 4px 12px;
  display: inline-flex;
}
.affiliate-fixed-header-lang-select .ant-btn.lang-btn .icon {
  font-size: 18px;
  line-height: 32px;
}
.affiliate-fixed-header-lang-select .ant-btn.lang-btn .code {
  font-size: 14px;
  line-height: 26px;
}
.affiliate-fixed-header-lang-dropdown .ant-dropdown-menu-item {
  padding: 0px;
}
.affiliate-fixed-header-lang-dropdown .ant-dropdown-menu-item .lang-container {
  line-height: 40px;
}
.affiliate-fixed-header-lang-dropdown .ant-dropdown-menu-item .lang-container .code {
  padding-left: 24px;
  padding-right: 12px;
  width: 30px;
}
.affiliate-fixed-header-lang-dropdown .ant-dropdown-menu-item .lang-container .lang {
  padding-left: 8px;
  padding-right: 24px;
}
.affiliate-fixed-header-overlay,
.affiliate-fixed-header-overlay-laptop {
  width: 16.5rem;
}
.affiliate-fixed-header-overlay .nav-item,
.affiliate-fixed-header-overlay-laptop .nav-item {
  font-size: 0.9rem;
  line-height: 2rem;
}
.affiliate-fixed-header-overlay .nav-item.hightlight,
.affiliate-fixed-header-overlay-laptop .nav-item.hightlight {
  color: #00EED1;
  cursor: pointer;
}
.affiliate-fixed-header-overlay .nav-item.hightlight .mobile-oper-icon,
.affiliate-fixed-header-overlay-laptop .nav-item.hightlight .mobile-oper-icon {
  margin-right: 0.5rem;
  font-size: 0.8rem;
}
.affiliate-fixed-header-overlay .nav-item a,
.affiliate-fixed-header-overlay-laptop .nav-item a {
  display: flex;
  align-items: center;
  color: #6c7d85;
}
.affiliate-fixed-header-overlay .nav-item a:hover,
.affiliate-fixed-header-overlay-laptop .nav-item a:hover {
  color: #00EED1;
}
.affiliate-fixed-header-overlay .expand-divier,
.affiliate-fixed-header-overlay-laptop .expand-divier {
  margin: 0.5rem 0;
}
.affiliate-fixed-header-overlay-laptop .ant-popover-inner-content {
  padding: 0;
}
.affiliate-fixed-header-nav-wrapper {
  display: inline-flex;
}
.affiliate-fixed-header-nav-mobile-wrapper {
  display: none;
}
@media only screen and (max-width: 767.99px) {
  .affiliate-fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #394e62;
    z-index: 1;
    border-bottom: none;
    color: #fff;
  }
  .affiliate-fixed-header-inner {
    justify-content: flex-start;
    align-items: center;
    height: 48px;
  }
  .affiliate-fixed-header-nav-mobile-wrapper {
    display: block;
  }
  .affiliate-fixed-header-nav-wrapper {
    display: none;
  }
}
.ant-drawer-content .ant-drawer-close {
  padding-top: 26px;
  font-size: 20px;
  color: #000;
}

.affiliate-fixed-footer {
  width: 100%;
  border-top: 1px solid #e2e2e2;
  padding: 0 1rem;
}
.affiliate-fixed-footer-inner {
  padding: 1rem 0 2rem 0;
  max-width: 1312px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #dadada;
}
.affiliate-fixed-footer-nav-wrapper {
  display: flex;
  font-size: 1rem;
}
.affiliate-fixed-footer-nav-item {
  margin: 0rem 0.5rem;
  color: #8f8f8f;
}
.affiliate-fixed-footer-nav-item a {
  color: #8f8f8f;
}
.affiliate-fixed-footer-nav-item a:hover {
  color: #00EED1;
}
.affiliate-fixed-footer-icon-item {
  width: 2rem;
  height: 2rem;
  fill: #dadada;
  display: inline-block;
  margin: 0rem 0.5rem;
}
.affiliate-fixed-footer .media-icon:hover {
  fill: #00EED1;
}
@media only screen and (max-width: 767.99px) {
  .affiliate-fixed-footer .affiliate-fixed-footer-inner,
  .affiliate-fixed-footer .affiliate-fixed-footer-nav-wrapper,
  .affiliate-fixed-footer .affiliate-fixed-footer-nav-item,
  .affiliate-fixed-footer .affiliate-fixed-footer-name {
    display: block;
    text-align: center;
    margin-bottom: 1rem;
  }
}

.agreement-container {
  padding: 6rem 4rem;
}
.agreement-container h2 {
  font-size: 1.5rem;
  color: #000000;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3rem;
}
.agreement-container h3 {
  font-size: 1.17rem;
  line-height: 3rem;
  color: #000000;
  font-weight: 600;
}
.agreement-container p {
  margin-bottom: 10px;
  font-size: 1rem;
  text-align: justify;
}
.agreement-container b {
  font-weight: bold;
}
.agreement-container i {
  text-decoration: underline;
}
@media all and (max-width: 420px) {
  .agreement-container {
    padding: 5rem 2rem;
  }
}

.affiliate-verify-input-icon {
  font-size: 0.75rem;
  color: #c0c4cc;
  margin-left: 0.5rem;
}
.affiliate-verify-input-icon:hover {
  opacity: 0.7;
}
.affiliate-verify-input-icon.success {
  color: #00EED1;
}
.affiliate-verify-input-icon.fail {
  color: #ff4d4f;
}
.affiliate-verify-input > input {
  box-shadow: none !important;
  border: none !important;
}

.page-container {
  /* Fix change line issue of form */
}
.page-container .apply-container .apply-header {
  text-align: center;
  padding: 1.3rem 0 3rem 0;
}
.page-container .apply-container .apply-header-title {
  font-size: 1.8rem;
  font-weight: 500;
}
.page-container .apply-container .apply-header-desc {
  font-size: 1.05rem;
  line-height: 1.75rem;
  margin-top: 2rem;
  color: #546e7a;
}
.page-container .apply-container .apply-content {
  margin: auto;
  max-width: 32rem;
}
.page-container .apply-container .apply-content .step-tip {
  line-height: 1.3rem;
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.page-container .apply-container .apply-content .field-icon {
  color: #c0c4cc;
  margin-right: 0.75rem;
}
.page-container .apply-container .apply-content .field-sign-icon {
  font-size: 1rem;
  color: #c0c4cc;
  margin-right: 0.25rem;
}
.page-container .apply-container .apply-content .ant-input-affix-wrapper {
  border-radius: 6px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.page-container .apply-container .apply-content .ant-select-selector {
  border-radius: 6px;
}
.page-container .apply-container .bottom-tip-wrapper {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 400;
}
.page-container .apply-container .ant-form-item-label label {
  font-size: 1.05rem;
}
.page-container .apply-container .profile-social-item label {
  font-weight: 700;
  font-size: 0.9rem;
}
.page-container .apply-container .profile-social-item .ant-input-affix-wrapper {
  margin: 0.5rem 0;
}
.page-container .apply-container .form-btns button.ant-btn {
  width: 100%;
  margin-bottom: 2rem;
}
.page-container .apply-container .form-field {
  margin-bottom: 2rem;
}
.page-container .apply-container .form-field .label {
  font-size: 1.05rem;
}
.page-container .apply-container .form-field .display-email {
  font-size: 1.25rem;
  line-height: 3rem;
  display: inline-flex;
}
.page-container .apply-container .form-field .edit-email-btn {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 1rem;
}
.page-container .step-container {
  margin: 1rem auto 0 auto;
  max-width: 60rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767.99px) {
  .page-container .step-container {
    padding: 1rem 0rem;
    width: 100%;
    max-width: 100%;
    margin-left: -1.5rem;
    overflow: hidden;
  }
}
.page-container .apply-container .ant-form-item-label label {
  white-space: normal;
  height: auto;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}
.react-code-input input {
  font-family: inherit !important;
  box-shadow: none !important;
  width: auto !important;
  text-align: center;
}

.contact-container {
  max-width: 50%;
  padding: 3rem;
  text-align: left;
}
.contact-container .contact-header {
  background-color: #00EED1;
  color: #fff;
  padding: 3rem 2rem;
}
.contact-container .contact-header-title {
  font-size: 3rem;
}
.contact-container .contact-header-desc {
  font-size: 1.5rem;
}
.contact-container .contact-form {
  padding: 2rem 0 4rem 0;
}

.page-container {
  --color-text: #394e62;
  --color-text1: rgba(57, 78, 98, 0.6);
  color: var(--color-text);
  font-family: Barlow;
}
@media (max-width: 767px) {
  .page-container {
    background: #f6fafb;
    padding-top: 48px;
  }
}
.page-container .ant-carousel .slick-dots {
  bottom: -40px;
  z-index: 1;
}
.page-container .ant-carousel .slick-dots li {
  width: 8px;
  height: 8px;
  transition: none;
}
.page-container .ant-carousel .slick-dots li button {
  height: 8px;
  background: rgba(192, 207, 226, 0.6);
  border-radius: 12px;
}
.page-container .ant-carousel .slick-dots li.slick-active {
  width: 24px;
}
.page-container .ant-carousel .slick-dots li.slick-active button {
  background: linear-gradient(90deg, #3ef2c9 0%, #1cdfd7 100%);
}
.page-container .mobile-only {
  display: none;
}
@media (max-width: 767px) {
  .page-container .mobile-only {
    display: block;
  }
}
@media (max-width: 767px) {
  .page-container .desktop-only {
    display: none;
  }
}
.page-container .wrap {
  align-items: center;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1320px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .page-container .wrap {
    padding: 0 24px;
  }
}
.page-container .btn-apply {
  padding-left: 48px;
  padding-right: 48px;
  height: 48px;
  line-height: 44px;
  box-shadow: none;
  font-size: 20px;
  background: linear-gradient(90deg, #3ef2c9 0%, #1cdfd7 100%);
  border: none;
}
.page-container .btn-apply:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(90deg, #3ef2c9 0%, #1cdfd7 100%);
}
.page-container .btn-apply:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)), linear-gradient(90deg, #3ef2c9 0%, #1cdfd7 100%);
}
.page-container .btn-apply-fixed {
  position: fixed;
  z-index: 10;
  padding: 16px;
  width: 100%;
  bottom: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0.2);
  mix-blend-mode: normal;
  backdrop-filter: blur(100px);
  transform: translateY(100px);
  transition: transform 0.2s, opacity 0.2s;
}
.page-container .btn-apply-fixed.show {
  transform: translateY(0);
  opacity: 1;
}
.page-container .btn-apply-fixed .btn-apply {
  width: 100%;
}
.page-container .banner {
  height: 510px;
  background: #f6fafb;
}
.page-container .banner .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  background: url(/v2/home/banner.png) no-repeat right;
  background-size: 851px;
}
.page-container .banner .logo {
  margin-bottom: 6px;
  width: 185px;
}
.page-container .banner .title {
  font-weight: bold;
  font-size: 60px;
  line-height: 68px;
}
.page-container .banner .desc {
  margin: 24px 0 46px;
  max-width: 400px;
  font-size: 22px;
  line-height: 30px;
  color: var(--color-text1);
}
.page-container .banner .img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .page-container .banner {
    height: unset;
    text-align: center;
    background: unset;
  }
  .page-container .banner .wrap {
    align-items: center;
    padding: 60px 24px 368px;
    background-image: url('/v2/home/banner-mobile.png');
    background-size: 375px 320px;
    background-position: center bottom;
  }
  .page-container .banner .title {
    font-size: 38px;
    line-height: 55px;
  }
  .page-container .banner .desc {
    margin: 16px 0 32px;
  }
  .page-container .banner .logo {
    display: none;
  }
  .page-container .banner .img {
    margin-top: 48px;
  }
}
@media (min-width: 767.99px) and (max-width: 1024px) {
  .page-container .banner .wrap {
    background-size: 60%;
  }
}
.page-container .benefits {
  padding: 80px 0 86px;
  text-align: center;
}
.page-container .benefits .title {
  font-weight: bold;
  font-size: 38px;
  line-height: 55px;
}
.page-container .benefits .subtitle {
  margin: 8px 0 72px;
  color: var(--color-text1);
  font-size: 22px;
  line-height: 30px;
}
.page-container .benefits .item-img {
  margin: 0 auto 16px;
  width: 210px;
  height: 180px;
}
.page-container .benefits .item-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
}
.page-container .benefits .item-desc {
  margin: 16px auto 0;
  max-width: 300px;
  font-size: 18px;
  line-height: 26px;
  color: var(--color-text1);
}
@media (max-width: 767px) {
  .page-container .benefits .subtitle {
    margin: 16px 0 60px;
  }
}
.page-container .rate {
  padding: 80px 0 86px;
  text-align: center;
  height: 840px;
  background: #faffff url(/v2/home/rate-bg.png) no-repeat center bottom;
  background-size: auto 100%;
}
.page-container .rate .title {
  font-weight: bold;
  font-size: 38px;
  line-height: 55px;
}
.page-container .rate .subtitle {
  margin: 8px 0;
  color: var(--color-text1);
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .page-container .rate {
    height: 700px;
    background: url('/v2/home/rate-bg-mobile.png') no-repeat bottom;
    background-size: 100%;
  }
  .page-container .rate .subtitle {
    margin: 16px 0 48px;
  }
}
.page-container .earning {
  padding: 80px 0 106px;
  background: #f2f9fa;
}
.page-container .earning .title {
  margin-bottom: 72px;
  font-weight: bold;
  font-size: 38px;
  line-height: 55px;
  text-align: center;
}
.page-container .earning .item {
  padding-top: 268px;
  width: 300px;
  height: 376px;
  text-align: center;
  background: #fff no-repeat center top;
  background-size: 100%;
  box-shadow: 0px 16px 24px -12px rgba(197, 233, 234, 0.4);
  border-radius: 12px;
}
.page-container .earning .item:nth-child(1) {
  background-image: url('/v2/home/earning-1.png');
}
.page-container .earning .item:nth-child(3) {
  background-image: url('/v2/home/earning-2.png');
}
.page-container .earning .item:nth-child(5) {
  background-image: url('/v2/home/earning-3.png');
}
html[lang="ko-KR"] .page-container .earning .item:nth-child(1) {
  background-image: url('/v2/home/earning-ko-1.png');
}
html[lang="ko-KR"] .page-container .earning .item:nth-child(3) {
  background-image: url('/v2/home/earning-ko-2.png');
}
.page-container .earning .item-desc {
  padding: 0 10px 58px;
  font-size: 18px;
  line-height: 25px;
}
.page-container .earning .line1 {
  position: relative;
  flex: 1;
  top: 20px;
  width: 102px;
  height: 52px;
  background: url('/v2/home/earning-line1.png') no-repeat;
  background-size: 100% 100%;
}
.page-container .earning .line2 {
  position: relative;
  flex: 1;
  top: -20px;
  width: 102px;
  height: 52px;
  background: url('/v2/home/earning-line2.png') no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .page-container .earning {
    height: unset;
    background: none;
  }
  .page-container .earning .title {
    margin-bottom: 32px;
  }
  .page-container .earning .item {
    width: 100%;
    margin-bottom: 32px;
    background-size: 300px;
  }
  .page-container .earning .line1,
  .page-container .earning .line2 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-container .earning .item {
    padding-top: 220px;
    width: 220px;
  }
}
.page-container .join {
  position: relative;
  text-align: center;
  background: #fff url('/v2/home/join-bg.png') no-repeat center;
  background-size: cover;
}
.page-container .join .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 576px;
}
.page-container .join .title {
  font-weight: bold;
  font-size: 56px;
  line-height: 70px;
  max-width: 700px;
}
.page-container .join .title b {
  color: #0bd9bd;
}
.page-container .join .desc {
  margin-top: 28px;
  max-width: 500px;
  font-size: 22px;
  line-height: 30px;
}
.page-container .join .btn-apply {
  margin-top: 44px;
  width: 226px;
}
.page-container .join .parallax .bg img {
  width: 1440px;
  height: 575px;
}
@media (max-width: 767px) {
  .page-container .join {
    padding-bottom: 120px;
    background: none;
  }
  .page-container .join .wrap {
    height: unset;
  }
  .page-container .join .title {
    font-size: 34px;
    line-height: 41px;
  }
  .page-container .join .title b {
    color: unset;
    text-transform: inherit;
    font-weight: unset;
  }
}

.affiliate-code-sender {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 517.99px) {
  .affiliate-code-sender {
    display: inline-block;
  }
}
.affiliate-code-sender input {
  padding: 1.6rem 0.5rem;
  width: 44px !important;
}
@media only screen and (max-width: 377.99px) {
  .affiliate-code-sender input {
    padding: 0.8rem 0;
  }
}
.affiliate-code-sender .btn-send {
  display: inline-block;
  margin: auto;
  padding: 0 1rem;
}
@media only screen and (max-width: 517.99px) {
  .affiliate-code-sender .btn-send {
    margin-top: 1rem;
    display: block;
    padding: 0;
  }
  .affiliate-code-sender .btn-send button {
    width: 100%;
  }
}

.affiliate-country-select-item {
  line-height: 2rem;
  font-size: 1rem;
}
.affiliate-country-select-logo {
  margin-right: 1rem;
  width: 1.2rem;
}
.affiliate-country-select .ant-select-selector {
  border-radius: 6px !important;
}

