.header_header__8DOzg {
  width: 100%;
  height: 3.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.header_header__8DOzg .header_logo__tCEKq {
    height: 2rem;
    margin-left: 1.5rem;
    aspect-ratio: auto 70 / 32;
  }

.header_header__8DOzg .header_actions__NvqNo {
    display: flex;
    align-items: center;
    gap: 3rem;

    margin-right: 1.5rem;
  }

.header_langSelector__gwzvm {
  display: flex;
  position: relative;

  height: 2rem;
}

.header_langSelector__gwzvm button {
    display: flex;
    align-items: center;
    border: 1px solid var(--grey-300);
    border-radius: 0.5rem;
    background-color: var(--white);
    box-shadow: 0px 1px 2px 0px #0000000a;

    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.125rem;
    text-align: center;
    color: var(--grey-500);

    padding: 0.25rem 0.75rem;
    cursor: pointer;
  }

:is(.header_langSelector__gwzvm button) img {
      width: 1rem;
      height: 1rem;
      margin-left: 0.5rem;
    }

.header_langSelector__gwzvm dialog[open] {
    position: absolute;
    top: 2.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    width: 100%;

    border: 1px solid var(--grey-300);
    border-radius: 0.5rem;
    background-color: var(--white);
  }

:is(.header_langSelector__gwzvm dialog[open]) a {
      box-sizing: border-box;
      display: flex;
      align-items: center;
      width: 100%;
      height: 2rem;
      color: var(--black-900);
      padding-left: 0.75rem;
      text-decoration: none;
    }

:is(.header_langSelector__gwzvm dialog[open]) a:hover,:is(.header_langSelector__gwzvm dialog[open]) a:focus {
      background-color: var(--grey-300);
    }

@media (max-width: 1024px) {
    .header_header__8DOzg .header_logo__tCEKq {
      margin-left: 0;
    }

    .header_header__8DOzg .header_actions__NvqNo {
      gap: 0.5rem;

      margin-right: 0;
    }
}

.form_container__nS5_p {
  max-width: 25rem;
  margin-top: 1.5rem;
}

.form_row__Bw37X {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.form_row__Bw37X label {
    width: calc(50% - 1rem);
  }

.form_row__Bw37X input {
    width: 100%;
  }

.form_passwordValidationTips__NNaS6 {
  margin-top: 0.1rem;
  margin-bottom: 0.4rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.form_passwordValidationTips__NNaS6 .form_isError__dqEFu {
    color: var(--danger-200);
  }

.form_submitBtn__1Xex3 {
  margin-bottom: 1rem;
}

.form_googleSignUp__YBQQH {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.styles_container__BEn_x {
  background-color: var(--background);
  height: 100vh;
  width: 100%;
  display: flex;
}

.styles_leftPanel__URa9v {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.styles_questionTitle__UjiIj {
  text-align: center;
}

.styles_formContainer__FEiHm {
  margin-top: 2.5rem;
}

.styles_back__rSirt {
  margin-top: 2rem;
  text-align: center;
  display: block;
}

.styles_rightPanel__8MrbZ {
  width: 50%;
  height: fit-content;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-color: #a97eff;
  background-image: radial-gradient(#ffffff87 0%, #a97eff 5%, #08052b 65%, #a97eff 250%);

  background-repeat: no-repeat;
  background-size: 200% 220%;
  background-position: 0 0;
  background-origin: padding-box;
}

@media (max-width: 768px) {

.styles_rightPanel__8MrbZ {
    display: none;
}
  }

.styles_pubLogo__yVoP1 {
  display: block;
  width: 15rem;
  max-width: 100%;
  height: auto;
  margin-bottom: 3rem;
}

.styles_pubTitle__8FtVK {
  color: var(--grey-200);
  text-align: center;
  width: 25rem;
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.styles_pubRatings___z5cZ {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.styles_pubRatings___z5cZ img {
    background-color: var(--grey-200);
    padding: 1rem;
    border-radius: 1rem;
    height: 4rem;
  }

@media (max-width: 1024px) {
  .styles_container__BEn_x {
    flex-direction: column;
    height: fit-content;
  }

  .styles_leftPanel__URa9v {
    width: 100%;
    height: 100dvh;
    box-sizing: border-box;
    padding: 1rem;
  }

  .styles_formContainer__FEiHm {
    align-self: center;

    margin: auto;
  }
    .styles_header__peVdQ .styles_logo___fob4 {
      margin-left: 0;
    }

    .styles_header__peVdQ .styles_actions__ITeZ3 {
      gap: 0.5rem;

      margin-right: 0;
    }

  .styles_rightPanel__8MrbZ {
    width: 100%;
    height: 100vh;
    margin-top: 1rem;
    box-sizing: border-box;
    padding: 2rem;
    min-height: auto;
  }

  .styles_pubRatings___z5cZ {
    flex-direction: column;
  }
}

.styles_container__lWrur {
  background-color: var(--background);
  height: 100vh;
  width: 100%;

  display: flex;
}

.styles_leftPanel__q5Pb5 {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.styles_question__ZL1Jl {
  max-width: 30rem;
  margin-top: 2.5rem;

  display: flex;
  flex-direction: column;
}

.styles_question__ZL1Jl .styles_description__PDHKR {
    color: var(--black-500);
  }

.styles_question__ZL1Jl .styles_choices___vWD_ {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
  }

.styles_question__ZL1Jl .styles_choice__GYvCY {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    box-sizing: border-box;
    width: 100%;
    height: 6rem;
    gap: 0.5rem;
    padding: 1.25rem 1rem;

    border: 1px solid var(--grey-200);
    border-radius: 0.5rem;
    background-color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 2px 0px;
    text-decoration: none;
  }

:is(.styles_question__ZL1Jl .styles_choice__GYvCY):hover {
      border-color: var(--grey-600);
    }

:is(.styles_question__ZL1Jl .styles_choice__GYvCY) img {
      height: 2.5rem;
      width: 2.5rem;
    }

:is(.styles_question__ZL1Jl .styles_choice__GYvCY) .styles_chevron__9qutY {
      margin-left: auto;
    }

:is(.styles_question__ZL1Jl .styles_choice__GYvCY):disabled {
      background-color: var(--black-300);
      border-color: var(--black-300);
    }

:is(.styles_question__ZL1Jl .styles_choice__GYvCY) .styles_choiceDescription__DrFqE {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      text-align: left;
    }

.styles_question__ZL1Jl .styles_notListed__N5Oxv {
    margin-top: 1rem;
    align-self: center;
  }

.styles_rightPanel__uFgb_ {
  width: 50%;
  height: fit-content;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-color: #a97eff;
  background-image: radial-gradient(#ffffff87 0%, #a97eff 5%, #08052b 65%, #a97eff 250%);

  background-repeat: no-repeat;
  background-size: 200% 220%;
  background-position: 0 0;
  background-origin: padding-box;
}

@media (max-width: 768px) {

.styles_rightPanel__uFgb_ {
    display: none;
}
  }

.styles_pubLogo__4_A9R {
  display: block;
  width: 15rem;
  max-width: 100%;
  height: auto;
  margin-bottom: 3rem;
}

.styles_verbatimPicture__BuzFR {
  width: 3.5rem;
  margin-bottom: 1rem;
}

.styles_verbatimName__pYWIa {
  color: var(--grey-200);
  text-align: center;
  width: 25rem;
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.styles_verbatimPosition__UQ_vt {
  color: var(--grey-400);
  text-align: center;
  margin-bottom: 0.5rem;
}

.styles_verbatim__vFNWd {
  color: var(--grey-200);
  max-width: 26rem;
  text-align: center;
  margin-bottom: 2rem;
}

@media (max-width: 1024px) {
  .styles_container__lWrur {
    flex-direction: column;
  }

  .styles_leftPanel__q5Pb5 {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
  }
    .styles_header__jXqQD .styles_logo__9EBTY {
      margin-left: 0;
    }

    .styles_header__jXqQD .styles_actions__meTRL {
      gap: 0.5rem;

      margin-right: 0;
    }

  .styles_question__ZL1Jl {
    align-self: center;
    width: 100%;
    max-width: 30rem;
  }
    .styles_question__ZL1Jl .styles_questionTitle__cbLWK {
      text-align: center;
    }
    .styles_question__ZL1Jl .styles_choice__GYvCY {
      height: auto;
    }

  .styles_rightPanel__uFgb_ {
    width: 100%;
    margin-top: 1rem;
    box-sizing: border-box;
    padding: 1rem;
  }
}

.styles_container__cuniD {
  background-color: var(--background);
  width: 100%;
  display: flex;
  flex-direction: row;
}

.styles_leftPanel__3Kgw3 {
  width: 50%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.styles_rightPanel__DNlFv {
  width: 50%;
  height: 100vh;
  background-image: url("/backgrounds/globe.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {

.styles_rightPanel__DNlFv {
    display: none;
}
  }

.styles_imgBox__4TXHL {
  height: 8rem;
  width: 8rem;
  object-fit: contain;
}

.styles_title__54UxT {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--black-600);
  padding: 1rem 1rem;
}

.styles_infoContainer__ZGI_k {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  max-width: 480px;
}

@media (max-width: 1024px) {
  .styles_container__cuniD {
    flex-direction: column;
  }

  .styles_leftPanel__3Kgw3 {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
  }
  .styles_rightPanel__DNlFv {
    width: 100%;
  }
}

.styles_container__r6Dmd {
  background-color: var(--background);
  height: 100vh;
  width: 100%;
  display: flex;
}

.styles_leftPanel__5dQZd {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.styles_question__T1gJ9 {
  max-width: 30rem;
  margin-top: 2.5rem;

  display: flex;
  flex-direction: column;
}

.styles_question__T1gJ9 .styles_description__Du85p {
    color: var(--black-500);
  }

.styles_question__T1gJ9 .styles_choices__Rtz_V {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
  }

.styles_question__T1gJ9 .styles_choice__kDUBK {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    box-sizing: border-box;
    width: 100%;
    height: 4rem;
    gap: 0.5rem;
    padding: 1.25rem 1rem;

    border: 1px solid var(--grey-200);
    border-radius: 0.5rem;
    background-color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 2px 0px;
    text-decoration: none;
  }

:is(.styles_question__T1gJ9 .styles_choice__kDUBK):hover {
      border-color: var(--grey-600);
    }

:is(.styles_question__T1gJ9 .styles_choice__kDUBK) img {
      height: 2.5rem;
      width: 2.5rem;
    }

:is(.styles_question__T1gJ9 .styles_choice__kDUBK) .styles_chevron__xq6iF {
      margin-left: auto;
    }

.styles_question__T1gJ9 .styles_notListed___XQMW {
    margin-top: 1rem;
    align-self: center;
  }

.styles_rightPanel__1E_kE {
  width: 50%;
  height: fit-content;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-color: #a97eff;
  background-image: radial-gradient(#ffffff87 0%, #a97eff 5%, #08052b 65%, #a97eff 250%);

  background-repeat: no-repeat;
  background-size: 200% 220%;
  background-position: 0 0;
  background-origin: padding-box;
}

@media (max-width: 768px) {

.styles_rightPanel__1E_kE {
    display: none;
}
  }

.styles_pubTitle__VPfD9 {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 400;
  background: linear-gradient(131.14deg, var(--white) 26.69%, rgba(255, 255, 255, 0) 143.65%) text;
  -webkit-text-fill-color: transparent;
  z-index: 10;
  text-align: center;
  margin-bottom: 1rem;
  max-width: 35rem;
}

.styles_pubTitle__VPfD9 strong {
    font-size: 8rem;
    line-height: 12rem;
  }

.styles_pubSubtitle__rZsSb {
  color: var(--grey-200);
  max-width: 26rem;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 4rem;
}

.styles_pubLogo__KtwpA {
  display: block;
  width: 13rem;
  max-width: 100%;
  height: auto;
  margin-bottom: 3rem;
}

@media (max-width: 1024px) {
  .styles_container__r6Dmd {
    flex-direction: column;
    height: fit-content;
  }

  .styles_leftPanel__5dQZd {
    width: 100%;
    height: 100dvh;
    box-sizing: border-box;
    padding: 1rem;
  }
  .styles_question__T1gJ9 {
    align-self: center;
    margin: auto;
    width: 100%;
    max-width: 30rem;
  }
    .styles_question__T1gJ9 .styles_questionTitle__AR_kN {
      text-align: center;
    }
    .styles_question__T1gJ9 .styles_choice__kDUBK {
      height: auto;
    }

  .styles_rightPanel__1E_kE {
    width: 100%;
    height: 100vh;
    margin-top: 1rem;
    box-sizing: border-box;
    padding: 2rem;
    min-height: auto;
  }
}

.form_container__4L5Ic {
  width: 100%;
}

.form_container_success__C0g6V {
  display: flex;
  flex-direction: column;
  justify-content: center;

  align-items: center;

  text-align: center;

  height: 50vh;
}

.form_container_success__C0g6V img {
    width: 5rem;
    margin-bottom: 2rem;
  }

.form_row__sQ1yO {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.form_row__sQ1yO label {
    width: calc(50% - 1rem);
  }

.form_row__sQ1yO input {
    width: 100%;
  }

.form_submitBtn__fSCO9 {
  margin-bottom: 1rem;
}

.page_container__MdOnJ {
  width: 100%;
  min-height: 100%;

  display: flex;
}

.page_leftPanel__rBuDW {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page_formContainer__S3axx {
  padding: 2rem;
  max-width: 30rem;
}

.page_back__qZ7oC {
  margin-top: 2rem;
  text-align: center;
  display: block;
}

.page_rightPanel__tXAkk {
  width: 50%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-color: #a97eff;
  background-image: radial-gradient(#ffffff87 0%, #a97eff 5%, #08052b 65%, #a97eff 250%);

  background-repeat: no-repeat;
  background-size: 200% 220%;
  background-position: 0 0;
  background-origin: padding-box;
}

.page_pubLogo__ompzS {
  display: block;
  width: 15rem;
  max-width: 100%;
  height: auto;
  margin-bottom: 3rem;
}

.page_verbatimPicture__cB_L6 {
  width: 3.5rem;
  margin-bottom: 1rem;
}

.page_verbatimName__ImpTs {
  color: var(--grey-200);
  text-align: center;
  width: 25rem;
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.page_verbatimPosition__EgG_m {
  color: var(--grey-400);
  text-align: center;
  margin-bottom: 0.5rem;
}

.page_verbatim__9olaB {
  color: var(--grey-200);
  max-width: 26rem;
  text-align: center;
  margin-bottom: 2rem;
}

@media (max-width: 1024px) {
  .page_container__MdOnJ {
    flex-direction: column;
  }

  .page_leftPanel__rBuDW {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
  }
    .page_header__KP12_ .page_logo__eSdvj {
      margin-left: 0;
    }

    .page_header__KP12_ .page_actions__khyJa {
      gap: 0.5rem;

      margin-right: 0;
    }

  .page_formContainer__S3axx {
    width: 100%;
  }

  .page_question__HD_sg .page_choice__5tQvu {
    height: 7rem;
    padding: 0.5rem;
  }

    :is(.page_question__HD_sg .page_choice__5tQvu) img {
      height: 2rem;
      width: 2rem;
    }

  .page_rightPanel__tXAkk {
    width: 100%;
    margin-top: 1rem;
    box-sizing: border-box;
    padding: 1rem;
    display: none;
  }
}

.formEmail_primaryButtonFullWith__ycn4I {
  min-width: 8.125rem;
  width: 100%;
  height: 2rem;
  border-radius: 0.5rem;
  border: 0.25rem solid transparent;
  box-shadow: unset;
  box-sizing: border-box;
  display: inline-flex;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0.25rem 0.75rem;
  background: var(--black-1000);
  color: var(--white);
  text-decoration: none;
  margin-top: 1rem;
}

.formEmail_primaryButtonFullWithDisabled__PDHOB {
  min-width: 8.125rem;
  width: 100%;
  height: 2rem;
  border-radius: 0.5rem;
  border: 0.25rem solid transparent;
  outline: unset;
  box-shadow: unset;
  box-sizing: border-box;
  display: inline-flex;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  cursor: not-allowed;
  padding: 0.25rem 0.75rem;
  background: var(--grey-400);
  color: var(--white);
  text-decoration: none;
  margin-top: 1rem;
}
.formEmail_formContainer__ovgC6 {
  width: 100%;
  box-sizing: border-box;
}

.formEmail_hasError__nRtUH {
  color: var(--danger-200);
}

.formEmail_inputEmail__syXuN {
  min-width: 8.125rem;
  width: 100%;
  height: 2rem;
  border-radius: 0.5rem;
  border: 1px solid var(--grey-400);
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.75rem;
  text-decoration: none;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 2px 0px;
  transition:
    box-shadow 0.2s,
    border-color 0.2s;
  cursor: text;
}
.formEmail_inputEmail__syXuN:hover {
  border: 1px solid var(--black-1000);
}

.styles_container__vV3os {
  background-color: var(--background);
  width: 100%;
  display: flex;
  flex-direction: row;
}

.styles_leftPanel__PBtDd {
  width: 50%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.styles_rightPanel__DLMK1 {
  width: 50%;
  height: 100vh;
  background-image: url("/backgrounds/globe.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {

.styles_rightPanel__DLMK1 {
    display: none;
}
  }

.styles_formContainer__u8OhH {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding-left: 2rem;
  padding-right: 2rem;
}

.styles_linkBackContainer__DUdtR {
  align-self: center;
  margin-top: 1rem;
}

.styles_imgBox__QFIcE {
  height: 8rem;
  width: 8rem;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .styles_container__vV3os {
    flex-direction: column;
  }

  .styles_leftPanel__PBtDd {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
  }
  .styles_rightPanel__DLMK1 {
    width: 100%;
  }
}

.backbtn_backButton__Uktif {
  display: flex;
  align-items: center;
  text-decoration: none;
  border-bottom: 3px solid var(--grey-300);
  width: max-content;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.backbtn_backIcon__wwTaV {
  margin-right: 2rem;
  width: 2rem;
}

.styles_container__0Mn20 {
  background-color: var(--background);
  height: 100vh;
  width: 100%;
  display: flex;
}

.styles_leftPanel__WLEeP {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.styles_question__hN3Pt {
  max-width: 30rem;
  margin-top: 2.5rem;

  display: flex;
  flex-direction: column;
}

.styles_question__hN3Pt .styles_description__xleyz {
    color: var(--black-500);
  }

.styles_question__hN3Pt .styles_choices__pQE8a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
  }

.styles_question__hN3Pt .styles_choice___dfsr {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    box-sizing: border-box;
    width: 100%;
    height: 4rem;
    gap: 0.5rem;
    padding: 1.25rem 1rem;

    border: 1px solid var(--grey-200);
    border-radius: 0.5rem;
    background-color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.04) 0 1px 2px 0;
  }

:is(.styles_question__hN3Pt .styles_choice___dfsr):hover {
      border-color: var(--grey-600);
    }

:is(.styles_question__hN3Pt .styles_choice___dfsr) img {
      height: 1.5rem;
      aspect-ratio: auto 28 / 20;
    }

:is(.styles_question__hN3Pt .styles_choice___dfsr) .styles_chevron__mpPj4 {
      margin-left: auto;
    }

.styles_question__hN3Pt .styles_notListed__25lzr {
    margin-top: 1rem;
    align-self: center;
  }

.styles_rightPanel__Nownq {
  width: 50%;
  height: fit-content;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-color: #a97eff;
  background-image: radial-gradient(#ffffff87 0%, #a97eff 5%, #08052b 65%, #a97eff 250%);

  background-repeat: no-repeat;
  background-size: 200% 220%;
  background-position: 0 0;
  background-origin: padding-box;
}

@media (max-width: 768px) {

.styles_rightPanel__Nownq {
    display: none;
}
  }

.styles_pubLogo__9OWcW {
  display: block;
  width: 15rem;
  max-width: 100%;
  height: auto;
  margin-bottom: 3rem;
}

.styles_pubTitle__D7OWN {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 400;
  background: linear-gradient(131.14deg, var(--white) 26.69%, rgba(255, 255, 255, 0) 143.65%) text;
  -webkit-text-fill-color: transparent;
  z-index: 10;
  text-align: center;
  width: 25rem;
  max-width: 100%;
  margin-bottom: 1rem;
}

.styles_pubArgs__bGxIy {
  font-size: 1.25rem;
  color: var(--grey-200);
}

.styles_pubArgs__bGxIy li {
    display: flex;
    align-items: center;
    gap: 1rem;
    height: 4rem;
  }

.styles_pubArgs__bGxIy img {
    width: 2.5rem;
    height: auto;
  }

@media (max-width: 1024px) {
  .styles_container__0Mn20 {
    flex-direction: column;
    height: fit-content;
  }

  .styles_leftPanel__WLEeP {
    width: 100%;
    height: 100dvh;
    box-sizing: border-box;
    padding: 1rem;
  }
  .styles_question__hN3Pt {
    align-self: center;
    margin: auto;
    width: 100%;
    max-width: 30rem;
  }
    .styles_header__tjezh .styles_logo____66h {
      margin-left: 0;
    }

    .styles_header__tjezh .styles_actions__Eeff_ {
      gap: 0.5rem;

      margin-right: 0;
    }

  .styles_rightPanel__Nownq {
    width: 100%;
    margin-top: 1rem;
    box-sizing: border-box;
    padding: 1rem;
  }
}

.dropdown_primaryButtonFullWith__DLYnI {
  min-width: 8.125rem;
  width: 100%;
  height: 2rem;
  border-radius: 0.5rem;
  border: 0.25rem solid transparent;
  box-shadow: unset;
  box-sizing: border-box;
  display: inline-flex;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0.25rem 0.75rem;
  background: rgb(29, 30, 33);
  color: rgb(255, 255, 255);
  text-decoration: none;
  margin-top: 1rem;
}

.dropdown_primaryButtonFullWithDisabled__jLvqj {
  min-width: 8.125rem;
  width: 100%;
  height: 2rem;
  border-radius: 0.5rem;
  border: 0.25rem solid transparent;
  outline: unset;
  box-shadow: unset;
  box-sizing: border-box;
  display: inline-flex;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0.25rem 0.75rem;
  background: var(--grey-400);
  color: rgb(255, 255, 255);
  text-decoration: none;
  margin-top: 1rem;
}

.dropdown_textAlreadyOnThelist__i6srq {
  margin-top: 1rem;
}

.styles_container__9qoHJ {
  background-color: var(--background);
  width: 100%;
  display: flex;
  flex-direction: row;
}

.styles_leftPanel__kFCuz {
  width: 50%;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
}

@media (max-width: 768px) {

.styles_leftPanel__kFCuz {
    width: 100%;
}
  }

.styles_rightPanel__sQqHq {
  width: 50%;
  height: 100vh;
  background-image: url("/backgrounds/globe.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {

.styles_rightPanel__sQqHq {
    display: none;
}
  }

.styles_title_unlistedCountry__ENsjY {
  margin-bottom: 1rem;
  align-self: flex-start;
}

.styles_waitingList__imU_8 {
  font-size: 1rem;
  font-weight: 500;
  color: var(--black-600);
  margin-bottom: 1rem;
}

.styles_question__yHs9F {
  display: flex;
  flex-direction: column;
  max-width: 480px;
  justify-content: center;
  flex-grow: 1;
}

.styles_linkBackContainer__3aIYP {
  align-self: center;
  margin-top: 1rem;
}

.backbtn_backButton__8JG5m {
  display: flex;
  align-items: center;
  text-decoration: none;
  border-bottom: 3px solid var(--grey-300);
  width: max-content;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.backbtn_backIcon__X9Sdi {
  margin-right: 2rem;
  width: 2rem;
}

.styles_container__FryQj {
  background-color: var(--background);
  height: 100vh;
  width: 100%;

  display: flex;
}

.styles_leftPanel__iLweM {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.styles_question__jpMHs {
  max-width: 30rem;
  margin-top: 2.5rem;

  display: flex;
  flex-direction: column;
}

.styles_question__jpMHs .styles_description__9lvue {
    color: var(--black-500);
  }

.styles_question__jpMHs .styles_choices__brJmP {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
  }

.styles_question__jpMHs .styles_choice___PaEA {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    box-sizing: border-box;
    width: 100%;
    height: 6rem;
    gap: 0.5rem;
    padding: 1.25rem 1rem;

    border: 1px solid var(--grey-200);
    border-radius: 0.5rem;
    background-color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 2px 0px;
    text-decoration: none;
  }

:is(.styles_question__jpMHs .styles_choice___PaEA):hover {
      border-color: var(--grey-600);
    }

:is(.styles_question__jpMHs .styles_choice___PaEA) img {
      height: 2.5rem;
      width: 2.5rem;
    }

:is(.styles_question__jpMHs .styles_choice___PaEA) .styles_chevron__4oxRm {
      margin-left: auto;
    }

.styles_question__jpMHs .styles_notListed__Gvuf3 {
    margin-top: 1rem;
    align-self: center;
  }

.styles_rightPanel__YBwKp {
  width: 50%;
  height: fit-content;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-color: #a97eff;
  background-image: radial-gradient(#ffffff87 0%, #a97eff 5%, #08052b 65%, #a97eff 250%);

  background-repeat: no-repeat;
  background-size: 200% 220%;
  background-position: 0 0;
  background-origin: padding-box;
}

@media (max-width: 768px) {

.styles_rightPanel__YBwKp {
    display: none;
}
  }

.styles_pubTitle__eUXuA {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 400;
  background: linear-gradient(131.14deg, var(--white) 26.69%, rgba(255, 255, 255, 0) 143.65%) text;
  -webkit-text-fill-color: transparent;
  z-index: 10;
  text-align: center;
  margin-bottom: 1rem;
  max-width: 35rem;
}

.styles_pubTitle__eUXuA strong {
    font-size: 8rem;
    line-height: 12rem;
  }

.styles_pubSubtitle__Bar3J {
  color: var(--grey-200);
  max-width: 26rem;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 4rem;
}

@media (max-width: 1024px) {
  .styles_container__FryQj {
    flex-direction: column;
    height: fit-content;
  }

  .styles_leftPanel__iLweM {
    width: 100%;
    height: 100dvh;
    box-sizing: border-box;
    padding: 1rem;
  }

  .styles_rightPanel__YBwKp {
    width: 100%;
    margin-top: 1rem;
    box-sizing: border-box;
    padding: 2rem;
    height: auto;
    height: 100vh;
  }

  .styles_question__jpMHs {
    align-self: center;
    margin: auto;
    width: 100%;
    max-width: 30rem;
  }
    .styles_question__jpMHs .styles_questionTitle__19DKB {
      text-align: center;
    }
    .styles_question__jpMHs .styles_choice___PaEA {
      height: auto;
    }
}

