:root {
  --green: #344854;
  --green-dark: #1c2b33;
  --gray: #f5f6f6;
  --font-gray: #cbd2d9;
  --white: #fff;
  --black: #000;
  --red: #fa3e3e;
  --blue: #385898;
  --black-rgb: 0, 0, 0;
  --gray-rgb: 52, 72, 84;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  font-family: Roboto, Helvetica, Helvetica Neue, sans-serif;
  font-size: 14px;
  margin: 0;
}
ul {
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
.home_getSupport__m\+bnV {
  background-color: var(--green-dark);
  padding: 80px 48px;
}
.home_getSupport__m\+bnV h1 {
  color: var(--white);
  font-size: 48px;
  font-weight: 500;
  margin: 0 auto;
  max-width: 1232px;
}
.home_helpSection__4x-el {
  margin: 40px auto;
  width: 930px;
}
.home_helpSection__4x-el .home_heading__U1mpa {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.home_helpSection__4x-el .home_heading__U1mpa h2,
.home_selectIssue__KkMiE h2 {
  color: rgba(var(--black-rgb), 0.75);
  font-size: 20px;
  margin-bottom: 5px;
}
.home_helpSection__4x-el .home_heading__U1mpa p {
  color: rgba(var(--black-rgb), 0.85);
}
.home_selectIssue__KkMiE {
  align-items: center;
  border: 0.5px solid rgba(var(--black-rgb), 0.4);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  padding: 32px;
}
.home_selectIssue__KkMiE h2 {
  font-size: 18px;
}
.home_selectIssue__KkMiE .home_selectIssueContainer__3jdN- {
  display: flex;
  flex-direction: column;
  width: 90%;
}
.home_selectIssue__KkMiE > p {
  color: rgba(var(--black-rgb), 0.75);
  font-size: 13px;
}
.home_selectIssue__KkMiE .home_item__OL-Se {
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 16px;
  padding: 16px;
}
.home_selectIssue__KkMiE .home_item__OL-Se.home_active__rCa9n {
  background-color: var(--gray);
}
.home_selectIssue__KkMiE .home_item__OL-Se span {
  color: var(--blue);
  font-size: 13px;
}
.home_selectIssue__KkMiE .home_item__OL-Se h4,
.home_selectIssue__KkMiE .home_item__OL-Se p {
  color: rgba(var(--black-rgb), 0.75);
  line-height: 20px;
}
.home_selectIssue__KkMiE .home_item__OL-Se p {
  color: rgba(var(--black-rgb), 0.85);
  font-weight: 400;
}
.home_selectIssue__KkMiE .home_getHelp__FP07j {
  width: 90%;
}
.home_selectIssue__KkMiE .home_getHelpContainer__2jIzy {
  margin: 30px 0;
}
.home_selectIssue__KkMiE .home_getHelpContainer__2jIzy h3 {
  color: rgba(var(--black-rgb), 0.85);
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
}
.home_selectIssue__KkMiE .home_getHelpContainer__2jIzy p {
  color: rgba(var(--black-rgb), 0.75);
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
}
.home_helpful__AICYd {
  background-color: var(--gray);
}
.home_helpful__AICYd .home_container__jd1Bd {
  margin: 0 auto;
  max-width: 1232px;
  padding: 48px;
}
.home_helpful__AICYd .home_container__jd1Bd h4 {
  color: var(--green);
  letter-spacing: 0.25px;
  line-height: 20px;
}
.home_helpful__AICYd .home_container__jd1Bd .home_yesNo__ROasA {
  align-items: center;
  display: flex;
  margin-top: 20px;
}
.home_helpful__AICYd .home_helpfulMessage__TYs7U {
  display: flex;
}
.home_helpful__AICYd .home_helpfulMessage__TYs7U p {
  color: var(--green-dark);
  letter-spacing: 0.023rem;
  margin-left: 5px;
  margin-top: 2px;
}
.home_helpful__AICYd .home_helpfulMessage__TYs7U i {
  font-size: 20px;
}
.home_helpful__AICYd .home_yesNo__ROasA .home_item__OL-Se {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin-right: 20px;
}
.home_helpful__AICYd .home_yesNo__ROasA .home_icon__oAx6R {
  border: 1px solid var(--green);
  border-radius: 1px;
  font-size: 18px;
  height: 24px;
  line-height: 26px;
  margin-right: 7px;
  text-align: center;
  width: 21px;
}
.home_helpful__AICYd .home_yesNo__ROasA .home_text__x7iEs {
  color: var(--green);
}
.home_helpful__AICYd .home_yesNo__ROasA .home_item__OL-Se:hover {
  opacity: 0.75;
}
.home_helpful__AICYd .home_yesNo__ROasA .home_helpfulMessage__TYs7U{
  display: none;
}
.home_formGroup__RV-Ms {
  margin-bottom: 16px;
}
.home_formGroupNoBorder__phcEe {
  margin-bottom: 0;
}
.home_formGroup__RV-Ms label {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}
.home_formGroup__RV-Ms label span {
  font-weight: 400;
}
.home_input__ctw1P {
  background-color: var(--gray);
  border: 1px solid var(--font-gray);
  border-radius: 4px;
  box-sizing: border-box;
  color: var(--green-dark);
  font-size: 15px;
  padding: 14px 12px;
  width: 100%;
}
.home_input__ctw1P::-webkit-inner-spin-button,
.home_input__ctw1P::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.home_input__ctw1P[type="number"] {
  -moz-appearance: textfield;
}
.home_formGroup__RV-Ms textarea {
  resize: vertical;
}
.home_error__v9NWg {
  color: var(--red);
  font-size: 13px;
  margin-left: 5px;
  margin-top: 5px;
}
.home_button__axdGU {
  background-color: var(--green);
  border: none;
  border-radius: 4px;
  color: var(--white);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  padding: 0 16px;
}
.home_termsLabel__R0UkP {
  margin-bottom: 0;
  margin-left: 20px;
  margin-top: 2px;
}
.home_formCheckInput__whHgd {
  position: absolute;
}
@media only screen and (max-width: 1024px) {
  .home_helpSection__4x-el {
    width: 90%;
  }
  .home_helpSection__4x-el .home_heading__U1mpa p {
    text-align: center;
  }
  .home_selectIssue__KkMiE {
    padding: 32px 6px;
  }
  .home_selectIssue__KkMiE > p {
    text-align: center;
  }
  .home_selectIssue__KkMiE .home_getHelpContainer__2jIzy {
    margin-bottom: 0;
  }
  .home_selectIssue__KkMiE .home_item__OL-Se span {
    margin-left: 10px;
  }
  .home_getSupport__m\+bnV {
    padding: 80px 20px;
  }
  .home_getSupport__m\+bnV h1 {
    font-size: 40px;
  }
  .home_helpful__AICYd .home_container__jd1Bd {
    padding: 48px 38px;
  }
}
.modal_modalContainer__ln\+Wm {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  height: 100%;
  left: 0;
  overflow: auto;
  padding-top: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
}
.modal_modalForm__ZEl1t {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-name: modal_animatetop__EJvYm;
  animation-name: modal_animatetop__EJvYm;
  background-color: var(--white);
  border: 1px solid var(--gray);
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: auto;
  padding: 0;
  position: relative;
  width: 560px;
}
.modal_modalTitle__sGoXW {
  background-color: var(--white);
  border-bottom: 1px solid var(--gray);
  padding: 16px 20px;
}
.modal_modalTitle__sGoXW h2 {
  color: rgba(var(--black-rgb), 0.85);
  font-size: 15px;
  font-weight: 600;
}
.modal_modalInner__eL--I {
  padding: 12px 20px;
}
.modal_passwdLabel__aZJlH {
  color: var(--green-dark);
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.modal_passwdInput__2Q7BM {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  width: 100%;
}
.modal_passwdInput__2Q7BM label {
  font-size: 13px;
  margin-bottom: 5px;
}
.modal_passwdInput__2Q7BM input,
.modal_passwdInput__2Q7BM textarea {
  background-color: var(--gray);
  border: 1px solid var(--font-gray);
  border-radius: 4px;
  color: var(--green-dark);
  font-size: 14px;
  outline: none;
  padding: 14px 12px;
  resize: none;
}
.modal_passwdInputError__J7bJE {
  border: 1px solid var(--red) !important;
}
.modal_error__PfeiQ {
  color: var(--red);
  font-size: 13px;
  margin-left: 5px;
  margin-top: 5px;
}
.modal_passwdIncLabel__lQeOU {
  color: var(--red) !important;
  margin-bottom: 0 !important;
  margin-top: 2px;
}
.modal_modalFooter__sdvn9 {
  background-color: var(--white);
  border-top: 1px solid var(--gray);
  display: flex;
  justify-content: flex-end;
  padding: 0 20px 1rem;
}
.modal_button__pyV5b {
  background-color: var(--green);
  border: none;
  border-radius: 4px;
  color: var(--white);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
  margin-top: 12px;
  padding: 0 16px;
}
.modal_buttonCancel__WLxsC {
  background-color: initial;
  border: 1px solid transparent;
  color: #050505;
  margin-right: 7px;
}
@media only screen and (max-width: 768px) {
  .modal_modalForm__ZEl1t {
    width: 95%;
  }
}
.header_topHeader__WkxTO {
  background-color: var(--gray);
  height: 80px;
  justify-content: space-between;
  padding: 0 20px;
}
.header_topHeader__WkxTO,
.header_topHeader__WkxTO .header_logoNav__7gFBQ {
  align-items: center;
  display: flex;
}
.header_topHeader__WkxTO .header_logoNav__7gFBQ img {
  margin-right: 32px;
}
.header_topHeader__WkxTO .header_logoNav__7gFBQ li {
  display: inline-block;
  padding: 0 14px;
}
.header_topHeader__WkxTO .header_logoNav__7gFBQ li a {
  color: var(--green);
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 19px;
}
.header_topHeader__WkxTO .header_logoNav__7gFBQ li a:after {
  background: var(--font-gray);
  content: "";
  display: block;
  height: 2px;
  transition: width 0.3s;
  width: 0;
}
.header_topHeader__WkxTO .header_logoNav__7gFBQ li a:hover:after {
  width: 100%;
}
.header_topHeader__WkxTO .header_rightSide__UnsUJ {
  align-items: center;
  display: flex;
}
.header_topHeader__WkxTO .header_rightSide__UnsUJ .header_searchIcon__PYyJp {
  margin-right: 25px;
}
.header_topHeader__WkxTO .header_rightSide__UnsUJ .header_searchIcon__PYyJp i {
  color: var(--green);
  font-size: 20px;
  font-weight: 700;
}
.header_topHeader__WkxTO .header_rightSide__UnsUJ .header_startNow__ftPFx {
  align-items: center;
  background-color: var(--green);
  border-radius: 3px;
  display: flex;
  height: 40px;
  justify-content: space-between;
  overflow: hidden;
}
.header_topHeader__WkxTO .header_rightSide__UnsUJ .header_startNow__ftPFx a,
.header_topHeader__WkxTO .header_rightSide__UnsUJ .header_startNow__ftPFx i {
  color: var(--white);
  font-weight: 700;
}
.header_topHeader__WkxTO .header_rightSide__UnsUJ .header_startNow__ftPFx a {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 18px;
  transition: background 0.3s;
  width: 100%;
}
.header_topHeader__WkxTO .header_rightSide__UnsUJ .header_startNow__ftPFx a:hover {
  background-color: rgba(var(--gray-rgb), 0.75);
}
.header_bottomHeader__mSI2r {
  align-items: center;
  background-color: var(--white);
  display: flex;
  height: 80px;
  justify-content: space-between;
  padding: 0 20px;
}
.header_bottomHeader__mSI2r .header_title__8mQvm {
  color: var(--green);
  font-size: 14px;
  font-weight: 700;
}
.header_menuOverlay__WqajH {
  display: none;
}
.header_bottomHeader__mSI2r .header_getSupport__BEXy7,
.header_menuOverlay__WqajH .header_getSupport__BEXy7 {
  align-items: center;
  display: flex;
}
.header_bottomHeader__mSI2r .header_getSupport__BEXy7 .header_icon__QyHlw,
.header_menuOverlay__WqajH .header_getSupport__BEXy7 .header_icon__QyHlw {
  border: 1px solid var(--green);
  border-radius: 50%;
  color: var(--green);
  height: 24px;
  line-height: 28px;
  margin-right: 10px;
  opacity: 0.85;
  text-align: center;
  width: 24px;
}
.header_bottomHeader__mSI2r .header_getSupport__BEXy7 .header_icon__QyHlw i,
.header_menuOverlay__WqajH .header_getSupport__BEXy7 .header_icon__QyHlw i {
  font-size: 16px;
}
.header_bottomHeader__mSI2r .header_getSupport__BEXy7 .header_text__W4E-R,
.header_menuOverlay__WqajH .header_getSupport__BEXy7 .header_text__W4E-R {
  color: var(--green);
  font-weight: 700;
  letter-spacing: 0.25px;
  opacity: 0.85;
}
.header_menuButton__uxHwk {
  background-color: initial;
  border: none;
  color: var(--green);
  font-size: 32px;
  outline: none;
}
@media only screen and (max-width: 1024px) {
  .header_menuOverlay__WqajH {
    background-color: var(--gray);
    box-sizing: border-box;
    height: calc(100vh - 80px);
    padding: 30px 20px;
    position: fixed;
    top: 80px;
    display: none;
  }
  .header_searchMobile__O\+FLa {
    box-sizing: border-box;
    position: relative;
  }
  .header_searchMobile__O\+FLa i {
    color: #67788a;
    font-size: 30px;
    position: absolute;
    top: 10px;
  }
  .header_searchMobile__O\+FLa input {
    background-color: initial;
    border: none;
    border-bottom: 1px solid #67788a;
    box-sizing: border-box;
    color: #344854;
    font-size: 20px;
    font-weight: 600;
    padding: 14px 20px 14px 40px;
    width: 100%;
  }
  .header_searchMobile__O\+FLa input:focus {
    outline: none;
  }
  .header_menuOverlay__WqajH ul {
    margin-top: 30px;
  }
  .header_menuOverlay__WqajH li a {
    color: #344854;
    display: block;
    font-size: 24px;
    padding: 12px 0;
  }
  .header_menuOverlay__WqajH a.header_startNow__ftPFx {
    background-color: #344854;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-weight: 600;
    margin-top: 40px;
    padding: 12px 0;
    text-align: center;
    width: 100%;
  }
  .header_menuOverlay__WqajH .header_getSupport__BEXy7 {
    justify-content: center;
    margin-top: 20px;
  }
}
footer {
  background-color: var(--green-dark);
}
.footer_footer__DBNAP {
  margin: 0 auto;
  max-width: 1232px;
  padding: 48px 0 0;
}
.footer_menusContainer__-9-Pz {
  display: flex;
}
.footer_footer__DBNAP .footer_item__8AQzl {
  width: 25%;
}
.footer_footer__DBNAP .footer_item__8AQzl .footer_menu__AUpC6 {
  box-sizing: border-box;
  padding: 24px;
  width: 55%;
}
.footer_footer__DBNAP .footer_menu__AUpC6 span {
  color: var(--font-gray);
  font-size: 18px;
  letter-spacing: 0.03rem;
  line-height: 25px;
  padding-bottom: 12px;
}
.footer_footer__DBNAP .footer_menu__AUpC6 li {
  padding-bottom: 12px;
}
.footer_footer__DBNAP .footer_menu__AUpC6 li a {
  color: var(--font-gray);
  font-size: 13px;
  letter-spacing: 0.023rem;
  line-height: 18px;
}
.footer_footer__DBNAP .footer_menu__AUpC6 li a:hover {
  color: var(--white);
}
.footer_footer__DBNAP .footer_copyright__Xrkro {
  border-top: 1px solid #465a69;
  display: flex;
  padding-bottom: 48px;
  padding-top: 48px;
}
.footer_copyright__Xrkro .footer_socials__dSQvQ {
  display: flex;
  flex-direction: column;
  width: calc(25% + 24px);
}
.footer_copyright__Xrkro .footer_socials__dSQvQ a {
  color: var(--font-gray);
  margin-bottom: 12px;
}
.footer_copyright__Xrkro .footer_socials__dSQvQ > a:hover {
  color: var(--white);
}
.footer_copyright__Xrkro .footer_socials__dSQvQ i {
  color: var(--font-gray);
  font-size: 28px;
  margin-right: 10px;
}
.footer_copyright__Xrkro .footer_links__1oQyG {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer_copyright__Xrkro .footer_links__1oQyG > div {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.footer_copyright__Xrkro .footer_links__1oQyG a {
  color: var(--font-gray);
  font-size: 13px;
  min-width: 14.2%;
}
.footer_copyright__Xrkro .footer_links__1oQyG a:hover {
  color: var(--white);
}
.footer_footer__DBNAP .footer_menu__AUpC6 span i {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .footer_footer__DBNAP .footer_copyright__Xrkro {
    border-top: none;
    flex-direction: column;
    padding: 48px 20px;
  }
  .footer_copyright__Xrkro .footer_socials__dSQvQ {
    border-bottom: 1px solid #465a69;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
  .footer_copyright__Xrkro .footer_links__1oQyG a {
    line-height: 23px;
    margin-right: 25px;
    white-space: nowrap;
  }
  .footer_copyright__Xrkro .footer_links__1oQyG > div:first-child {
    border-bottom: 1px solid #465a69;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .footer_footer__DBNAP .footer_item__8AQzl {
    width: 100%;
  }
  .footer_menusContainer__-9-Pz {
    flex-direction: column;
  }
  .footer_footer__DBNAP .footer_item__8AQzl .footer_menu__AUpC6 {
    padding-top: 0;
    width: 100%;
  }
  .footer_footer__DBNAP .footer_menu__AUpC6 span {
    border-bottom: 1px solid #465a69;
    display: block;
    padding-bottom: 20px;
    position: relative;
  }
  .footer_footer__DBNAP .footer_menu__AUpC6 span i {
    display: inline-block;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 2px;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .footer_footer__DBNAP .footer_menu__AUpC6 span i.footer_active__uTcWj {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .footer_footer__DBNAP .footer_menu__AUpC6 ul {
    margin-bottom: 0;
  }
}
.modal_modalContainer__ez68a {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  height: 100%;
  left: 0;
  overflow: auto;
  padding-top: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
}
.modal_modalForm__xysgN {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-name: modal_animatetop__SFZT8;
  animation-name: modal_animatetop__SFZT8;
  background-color: var(--white);
  border: 1px solid var(--gray);
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: auto;
  padding: 0;
  position: relative;
  width: 445px;
}
.modal_modalTitle__dDatv {
  background-color: #f5f6f7;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 12px;
}
.modal_modalTitle__dDatv h2 {
  color: rgba(var(--black-rgb), 0.85);
  font-size: 14px;
  font-weight: 600;
}
.modal_modalInner__b25aA {
  padding: 0 12px 12px;
}
.modal_section__Z9eA- {
  border: none;
  padding: 10px 0;
}
.modal_section__Z9eA- p {
  color: #1d2129;
  font-size: 14px;
  letter-spacing: 0.023rem;
  line-height: 20px;
  margin-bottom: 10px;
}
.modal_buttonContainer__ou--p {
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.modal_button__sVv\+O {
  background-color: #f5f6f7;
  border: 1px solid #dadde1;
  border-radius: 2px;
  color: #444950;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  line-height: 26px;
  margin-left: 16px;
  padding: 0 10px;
}
.modal_icon__kDc3Z {
  align-items: center;
  display: flex;
  width: 100%;
}
.modal_icon__kDc3Z i {
  border: 1px solid var(--red);
  border-radius: 50%;
  color: var(--red);
  font-size: 24px;
  height: 26px;
  line-height: 25px;
  text-align: center;
  width: 26px;
}
.modal_icon__kDc3Z h4 {
  color: #1d2129;
  letter-spacing: 0.023rem;
  line-height: 20px;
  margin-left: 10px;
}
.modal_iconSuccess__tErS7 i {
  border: 1px solid #42b72a;
  color: #42b72a;
}
@media only screen and (max-width: 768px) {
  .modal_modalForm__xysgN {
    width: 95%;
  }
}
.chat_chatNowContainer__8KGjG {
  background-color: #cad1d8;
  bottom: 0;
  color: #fff;
  display: flex;
  left: 0;
  position: fixed;
  right: 0;
  transition-duration: 1s;
  transition-property: all;
  z-index: 99999;
}
.chat_chatNow__znkmY {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1020px;
  padding: 20px 48px 20px 16px;
  width: 100%;
}
.chat_chatNow__znkmY p {
  color: #344854;
  font-size: 14px;
  line-height: 25px;
}
.chat_chatNow__znkmY a {
  background-color: #465969;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 20px;
  margin-left: 15px;
  padding: 18px 32px;
  white-space: nowrap;
}
.chat_chatNowContainer__8KGjG button {
  background-color: initial;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 36px;
  height: 36px;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  right: 20px;
  top: 30px;
  width: 36px;
}
@media only screen and (max-width: 1024px) {
  .chat_chatNow__znkmY {
    align-items: flex-start;
    flex-direction: column;
  }
  .chat_chatNow__znkmY a {
    margin-left: 0;
    margin-top: 5px;
    padding: 10px 18px;
  }
  .chat_chatNow__znkmY p {
    line-height: 22px;
  }
  .chat_chatNowContainer__8KGjG button {
    font-size: 30px;
    right: 5px;
    top: 10px;
  }
}
.auth_authHeader__v6UYh {
  background-color: #4167b2;
  height: 42px;
  width: 100%;
}
.auth_authInnerHeader__GAQWe {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  width: 1012px;
}
.auth_authHeaderImg__i5BQ0 {
  width: 105px;
}
.auth_authLogout__GBGSL {
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
}
.auth_authFormContainer__O5a0s {
  align-items: center;
  background-color: #e9ebee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 120px;
  padding-top: 120px;
  width: 100%;
}
.auth_authForm__kYoEv {
  background-color: #fff;
  border: 1px solid #c8cacc;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px;
  width: 580px;
}
.auth_authForm__kYoEv h4 {
  border-bottom: 1px solid #c8cacc;
  color: #1d2129;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 13px;
  padding: 5px 0 8px;
}
.auth_authForm__kYoEv hr {
  background-color: #c8cacc;
  height: 1px;
}
.auth_authForm__kYoEv p {
  color: #050505;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.023rem;
  line-height: 18px;
  margin-bottom: 10px;
}
.auth_authForm__kYoEv p.auth_noBtmMargin__CUFi7 {
  margin-bottom: 3px;
}
.auth_authFormInput__tm2ZC:focus {
  border: 1px solid #c8cacc;
}
.auth_authFormInput__tm2ZC {
  border: 1px solid #c8cacc;
  border-radius: 2px;
  color: #050505;
  font-size: 14px;
  padding: 4px;
  width: 160px;
}
.auth_authFormInput__tm2ZC::-webkit-inner-spin-button,
.auth_authFormInput__tm2ZC::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.auth_authFormInput__tm2ZC[type="number"] {
  -moz-appearance: textfield;
}
.auth_authFormInputError__Y7-B- {
  border: 1px solid #fa3e3e;
}
.auth_error__SRh-\+ {
  color: #fa3e3e;
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
.auth_authSubmit__Y9Zmb {
  align-items: center;
  border-top: 1px solid #c8cacc;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 13px 0 5px;
}
.auth_authSubmit__Y9Zmb button {
  background-color: #4167b2;
  border: none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  outline: none;
  padding: 7px 10px;
}
.auth_authSubmit__Y9Zmb a {
  color: #4167b2;
  font-size: 13px;
}
.auth_authSubmit__Y9Zmb a:hover {
  text-decoration: underline;
}
.auth_authLanguages__NmdHe {
  display: none;
}
.auth_seperator__TIcEt {
  border-bottom: 1px solid #c8cacc;
  margin-bottom: 8px;
}
.auth_seperator__TIcEt h3 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
}
.auth_noBorder__QQsuW {
  border: none;
}
.auth_footer__7KPgn {
  margin: 0 auto 30px;
  width: 1012px;
}
.auth_topFooter__ruTWa {
  border-bottom: 1px solid #c8cacc;
  margin-bottom: 10px;
  margin-top: 100px;
  padding-bottom: 8px;
}
.auth_bottomFooter__l9l8O a,
.auth_topFooter__ruTWa a {
  color: var(--blue);
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  margin-right: 18px;
}
.auth_topFooter__ruTWa a:first-child {
  color: #737373;
}
.auth_footer__7KPgn > span {
  color: #737373;
  display: inline-block;
  font-size: 11px;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .auth_footer__7KPgn {
    width: 95%;
  }
  .auth_topFooter__ruTWa {
    margin-top: 30px;
  }
  .auth_authForm__kYoEv {
    width: 95%;
  }
  .auth_authInnerHeader__GAQWe {
    justify-content: center;
    width: 95%;
  }
  .auth_authLogout__GBGSL {
    display: none;
  }
  .auth_authFormContainer__O5a0s {
    padding-top: 10px;
  }
  .auth_authSubmit__Y9Zmb {
    flex-direction: column;
  }
  .auth_authSubmit__Y9Zmb button {
    margin-top: 7px;
    padding: 10px;
    width: 100%;
  }
  .auth_authHeader__v6UYh {
    height: 52px;
  }
}
.loader_loaderContainer__NYHEV {
  align-items: center;
  background-color: #fff;
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 1000;
}
.loader_loaderHeader__HTRhs {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 56px;
  width: 100%;
}
.loader_loaderInnerHeader__NPWqw {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 0 20px;
  width: 100%;
}
.loader_loaderHeaderImg__Fcz\+m {
  display: block;
  width: 90px;
}
.loader_loader__tngpV {
  background-color: #f0f2f5;
  min-height: calc(100vh - 56px);
  width: 100%;
}
.loader_loaderInner__JnVnU,
.loader_loader__tngpV {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.loader_loaderInner__JnVnU {
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  flex-wrap: nowrap;
  margin-top: 100px;
  padding: 20px;
  width: 500px;
}
.loader_loaderImgContainer__nGtHZ {
  height: 100%;
  margin-bottom: 15px;
  min-width: 220px;
  width: 220px;
}
.loader_loaderImgContainer__nGtHZ img {
  width: 100%;
}
.loader_text__165SQ,
.loader_title__YcIcd {
  color: #050505;
  font-size: 13px;
  padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  .loader_loaderInner__JnVnU {
    align-items: center;
    flex-direction: column;
    margin-top: 60px;
    width: 95%;
  }
}
.modal_modalContainer__x\+1cq {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  height: 100%;
  left: 0;
  overflow: auto;
  padding-top: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
}
.modal_modalForm__upSdU {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-name: modal_animatetop__PUCHP;
  animation-name: modal_animatetop__PUCHP;
  background-color: var(--white);
  border: 1px solid var(--gray);
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: auto;
  padding: 0;
  position: relative;
  width: 445px;
}
.modal_modalTitle__jlelr {
  background-color: #f5f6f7;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 12px;
}
.modal_modalTitle__jlelr h2 {
  color: rgba(var(--black-rgb), 0.85);
  font-size: 14px;
  font-weight: 600;
}
.modal_modalInner__snGir {
  padding: 0 12px 12px;
}
.modal_section__ymq4G {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.modal_section__ymq4G h4 {
  margin-bottom: 6px;
}
.modal_section__ymq4G h4,
.modal_section__ymq4G li,
.modal_section__ymq4G p {
  color: #1d2129;
  font-size: 14px;
  letter-spacing: 0.023rem;
  line-height: 20px;
}
.modal_section__ymq4G ol {
  margin: 0;
  padding-left: 10px;
}
.modal_section__ymq4G li {
  margin-bottom: 5px;
}
.modal_section__ymq4G .modal_options__kOXMt {
  display: flex;
}
.modal_section__ymq4G .modal_options__kOXMt i {
  color: #4167b2;
  font-size: 6px;
  margin-right: 10px;
  margin-top: 8px;
}
.modal_noBorder__rc798 {
  border: none;
}
.modal_button__IEPOG {
  background-color: #f5f6f7;
  border: 1px solid #dadde1;
  border-radius: 2px;
  color: #444950;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  line-height: 26px;
  margin-left: 16px;
  padding: 0 10px;
}
.modal_modalCloseBttn__fR460 {
  color: #050505;
  cursor: pointer;
  float: right;
  font-size: 18px;
  opacity: 0.5;
}

.modal_container {
  width: 100vw;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.5s;
}

.modal * {
  box-sizing: border-box;
}

.modal {
  background-color: white;
  width: 100%;
  max-width: 500px;
  margin: 90px auto;
  padding: 15px 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  border-radius: 4px;
  transition: all 0.3s;
  transform: translateY(10px);
}

.modal h4 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 20px;
}

.modal p {
  padding-bottom: 15px;
  color: #444;
}

.modal form {
  width: 100%;
}

.modal .form_group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.form_group label {
  font-size: 13px;
  font-weight: lighter;
  color: #444;
  padding-bottom: 5px;
}

.form_group input {
  height: 40px;
  width: 100%;
  margin-bottom: 4px;
}

.button_group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 1rem;
}

.modal .error_text {
  color: red;
  font-size: 12px;
}

.button_group button {
  padding: 10px 5px;
  cursor: pointer;
}

.button_group button:first-of-type {
  background: transparent;
  border: none;
}

.button_group button[type="submit"] {
  background-color: var(--green);
  border: none;
  padding: 10px 20px;
  transition: background-color 0.3s;
  color: white;
  border-radius: 4px;
}

.button_group button[type="submit"]:hover {
  background-color: var(--green-dark);
}

.modal #closeModalBtn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 700;
  padding: 15px 20px;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.modal #closeModalBtn:hover {
  background-color: #cecece;
}

#mobile_nav {
  display: none;
}

@media only screen and (max-width: 768px) {
  .modal_modalForm__upSdU {
    width: 95%;
  }

  #mobile_nav {
    display: flex;
  }

  #desktop_nav {
    display: none;
  }

  .header_menuOverlay__WqajH.active{
    display: block;
    width: 100%;
  }
  .footer_menu__AUpC6 ul{
    height: 0;
    overflow: hidden;
    transition: height .3s ;
  }
}

.completion_modal_container{
  position: fixed;
  width: 100vw;
  height: 100dvh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
}

.completion_modal{
  width: 100%;
  max-width: 400px;
  background-color: #ffffff;
  padding: 16px;
  font-size: 14px;
  line-height: 20px;
}

.completion_modal .animation{
  display: flex;
  align-items: center;
  justify-content: center;
}

.completion_modal hr{
  color: #c8cacc;
}

.completion_modal p{
  color: #383838;
  padding: 10px 0;
}

.completion_modal p:first-of-type{
  padding-top: 0;
}

.completion_modal button{
  padding: 5px 35px;
  float: right;
  cursor: pointer;
}
/*# sourceMappingURL=main.d2e2a42c.css.map*/
