@keyframes cross-in-circle-button_show__SYGit {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes cross-in-circle-button_showLCP__XTRQ1 {
  0% {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@keyframes cross-in-circle-button_hide__W9J0r {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes cross-in-circle-button_smallScroll__7tJ5B {
  0% {
    transform: translateY(var(--smallScrollTranslateY, 150px));
  }
  to {
    transform: translateY(0);
  }
}
@keyframes cross-in-circle-button_bigScroll__DjaSA {
  0% {
    transform: translateY(var(--bigScrollTranslateY, 200px));
  }
  to {
    transform: translateY(0);
  }
}
.cross-in-circle-button_circleBorder__gf9vo {
  transform: scale(1);
  transition: transform 0.1s ease-in-out;
  position: relative;
  padding-right: 20px;
  border: 1px solid transparent;
  border-radius: 24px;
  cursor: pointer;
}
.cross-in-circle-button_circleBorder__gf9vo:active {
  transform: scale(0.8);
}
.cross-in-circle-button_circleBorder__gf9vo:hover {
  background-color: var(--backgroundSecondaryColor, #f6f7f9);
}
@media only screen and (min-width: 768px) {
  .cross-in-circle-button_circleBorder__gf9vo {
    padding: 24px;
    border: 1px solid var(--inputSecondaryColor, hsla(0, 0%, 9%, 0.46));
    border-radius: 24px;
  }
  .cross-in-circle-button_circleBorder__gf9vo:hover {
    border: 1px solid transparent;
    background-color: var(--backgroundSecondaryColor, #f6f7f9);
  }
}
.cross-in-circle-button_cross__xXZiF {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}
.cross-in-circle-button_cross__xXZiF:after,
.cross-in-circle-button_cross__xXZiF:before {
  position: absolute;
  width: 2px;
  height: 24px;
  background-color: var(--contentPrimaryColor, #171717);
  border-radius: 4px;
  content: " ";
}
.cross-in-circle-button_cross__xXZiF:before {
  transform: rotate(45deg);
}
.cross-in-circle-button_cross__xXZiF:after {
  transform: rotate(-45deg);
}
.email-link_link___e7p9 {
  color: var(--contentLinkColor, #0050b2);
}
.nav-bar-with-terms_link__KqG1F {
  color: var(--contentPrimaryColor, #171717);
  cursor: pointer;
  text-decoration: none;
}
.nav-bar-with-terms_text__YgfOQ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 16px;
}
.nav-bar-with-terms_text__YgfOQ .nav-bar-with-terms_textHighlighted__P5aHr,
.nav-bar-with-terms_text__YgfOQ:hover {
  background: var(--backgroundSecondaryColor, #f6f7f9);
}
.nav-bar-with-terms_oneTrustButton__DJnGb {
  width: 100%;
  text-align: start;
}
.nav-bar-with-terms_itemContentWithIcon__KLcCK {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  gap: 8px;
}
.nav-bar-with-terms_wechatButtonText__BeU40 {
  justify-content: flex-start;
}
.nav-bar-with-terms_wechatButtonContainer__Jzxfx {
  width: 100%;
}
.sidebar_uButton__DcqIT {
  padding: var(--buttonPadding) 24px;
  border: 0;
  background: #ccc;
  border-radius: var(--buttonRadius);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.5;
  outline: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s;
}
.sidebar_uGreenButton__wWTaQ {
  background: var(--primary400Color);
  box-shadow: 0 12px 23px var(--primaryButtonShadowColor);
}
.sidebar_uGreenButton__wWTaQ:disabled {
  background-color: var(--neutral200Color);
  box-shadow: none;
  color: var(--neutral500Color);
  cursor: not-allowed;
}
.sidebar_uGreenWideButton__M4ECD,
.sidebar_uWideButton__r4ixM {
  display: block;
  width: 100%;
  max-width: 295px;
  margin: 0 auto;
}
.sidebar_uWideButton__r4ixM {
  background: var(--primary400Color);
  box-shadow: 0 12px 23px var(--primaryButtonShadowColor);
}
.sidebar_uWideButton__r4ixM:disabled {
  background-color: var(--neutral200Color);
  box-shadow: none;
  color: var(--neutral500Color);
  cursor: default;
}
.sidebar_uInput__Xr279 {
  width: calc(100% - 6px);
  padding: 12px 16px;
  border: 1px solid var(--neutral700Color);
  margin-left: 3px;
  -webkit-appearance: none;
  background: var(--background3Color);
  border-radius: 12px;
  color: var(--neutral900Color);
  font-size: 16px;
  line-height: 1.4;
  outline: none;
}
.sidebar_uInput__Xr279:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--background3Color) inset;
  -webkit-text-fill-color: var(--neutral900Color);
}
.sidebar_uInput__Xr279:hover {
  border: 1px solid var(--neutral900Color);
}
.sidebar_uInput__Xr279:-webkit-autofill:active,
.sidebar_uInput__Xr279:-webkit-autofill:focus,
.sidebar_uInput__Xr279:active,
.sidebar_uInput__Xr279:focus {
  padding: 11px 15px;
  border: 2px solid var(--neutral900Color);
}
.sidebar_uInput__Xr279:-webkit-autofill:hover {
  border: 1px solid var(--neutral900Color);
}
.sidebar_uInput__Xr279.sidebar_isInvalid__DTd_i {
  padding: 12px 16px;
  border: 1px solid var(--accentRedColor);
}
.sidebar_uContentCard__f07HI {
  padding: 18px;
  margin: 16px 14px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 20px hsla(0, 0%, 87%, 0.6);
}
.sidebar_uInputError__iSQyY {
  position: absolute;
  bottom: -20px;
  left: 50%;
  color: var(--accentRedColor);
  text-align: center;
  transform: translate(-50%);
  white-space: nowrap;
}
.sidebar_desktopOnly__h7qxb {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .sidebar_desktopOnly__h7qxb {
    display: block;
  }
  .sidebar_mobileOnly__6mFsh {
    display: none;
  }
}
.sidebar_legal__jAsD4 {
  color: var(--neutral700Color);
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}
.sidebar_sidebarBackdrop__hYljJ {
  position: fixed;
  z-index: 230;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: right 0.5s;
}
.sidebar_sidebarBackdrop__hYljJ:lang(ar),
.sidebar_sidebarBackdrop__hYljJ:lang(he) {
  right: 100%;
}
.sidebar_sidebarBackdrop__hYljJ.sidebar_isOpen__94Kar {
  right: 0;
  background-color: rgba(0, 0, 0, 0.55);
  transition: right 0.5s, background-color 0.25s 0.5s;
}
.sidebar_sidebar__re6xk {
  z-index: 888;
  position: absolute;
  right: 0;
  width: 375px;
  max-width: 100%;
  height: 100%;
  background-color: var(--backgroundPrimaryColor, #fff);
}
.sidebar_sidebar__re6xk:lang(ar),
.sidebar_sidebar__re6xk:lang(he) {
  right: auto;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar_sidebar__re6xk {
    width: 400px;
  }
}
.sidebar_legalContainer__AHpcY {
  display: flex;
  height: 90%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
}
.sidebar_contact__qr2Zu {
  padding: 20px;
  justify-self: end;
}
.sidebar_sidebarLink__VsjCb {
  color: var(--contentPrimaryColor, #171717);
  cursor: pointer;
  text-decoration: none;
}
.sidebar_link__ATml0 {
  color: var(--contentLinkColor, #0050b2);
}
.sidebar_header__AigJP {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid var(--borderTertiaryColor, hsla(0, 0%, 9%, 0.08));
}
@media only screen and (min-width: 1024px) {
  .sidebar_header__AigJP {
    padding: 20px;
  }
}
.sidebar_navbar__nd2Yz {
  padding: 20px;
}
