.header .login-btn_f85e5 {
  display: none;
}

.front-dn {
  display: none !important;
}

.buttons {
  color: #222;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  display: flex;
  align-items: center;
}

.dn {
  display: none !important;
}

.login-button {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  padding: 0;
  outline: none;
  background: none;
  box-shadow: none;
  text-decoration: none;
  font: inherit;
  transition: all 0.2s;
  appearance: none;
  cursor: pointer;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  min-width: 130px;
  height: 36px;
  color: #fff !important;
  border: 1px solid #42a4ff;
  white-space: normal;
}

.registration-button {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  padding: 0;
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
  text-decoration: none;
  font: inherit;
  transition: all 0.2s;
  appearance: none;
  cursor: pointer;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 3px;
  background-color: #42a4ff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  min-width: 130px;
  height: 36px;
  color: #fff;
  --button-color: #42a4ff;
  margin-left: 8px;
  white-space: normal;
}

.account-button {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  padding: 0;
  outline: none;
  background: none;
  box-shadow: none;
  text-decoration: none;
  font: inherit;
  transition: all 0.2s;
  appearance: none;
  cursor: pointer;
  margin: 0;
  border: 1px solid #42a4ff;
  min-width: 130px;
  height: 36px;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 3px;
  background-color: var(--button-color);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-left: 8px;
  color: #fff;
  --button-color: #42a4ff;
  white-space: normal;
}

.logout-button {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  padding: 0;
  outline: none;
  background: none;
  box-shadow: none;
  text-decoration: none;
  font: inherit;
  transition: all 0.2s;
  appearance: none;
  cursor: pointer;
  margin: 0;
  min-width: 130px;
  height: 36px;
  color: #fff !important;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 3px;
  background-color: var(--button-color);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-left: 8px;
  border: 1px solid #42a4ff;
  white-space: normal;
}

.modal-container__auth {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal {
  color: #222;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 34px 67px 32px;
  max-height: 90%;
  width: 426px;
  border-radius: 8px;
  background: #fff;
}

.close-button {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
  text-decoration: none;
  font: inherit;
  transition: all 0.2s;
  appearance: none;
  cursor: pointer;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 8px 20px 20px;
  z-index: 1;
  color: #888;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.207 6.207a1 1 0 0 0-1.414-1.414L12 10.586 6.207 4.793a1 1 0 0 0-1.414 1.414L10.586 12l-5.793 5.793a1 1 0 1 0 1.414 1.414L12 13.414l5.793 5.793a1 1 0 0 0 1.414-1.414L13.414 12l5.793-5.793z' fill='%239da4a8'/%3E%3C/svg%3E");
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}

.close-button:hover {
  color: #ef4f39;
}

.close-button svg {
  -webkit-font-smoothing: antialiased;
  font: inherit;
  cursor: pointer;
  fill: none;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: auto;
}

.header_0deb0 {
  margin-bottom: 20px;
}

.modal-title_0cd10 {
  color: #222;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  text-align: center;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 24px;
}

.form_345a1 {
  color: #222;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  padding: 6px 10px 10px;
}

.form_345a1 > * + * {
  margin-top: 24px !important;
}

.modal-input-container_91b57 {
  color: #222;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  display: block;
  --default-color: #dadada;
  --active-color: #42a4ff;
  --active-color-focused: #42a4ff;

  .modal-input-wrapper_34a06 {
    color: #222;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
    position: relative;
  }

  .modal-input_fbef5 {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    outline: none;
    background: none;
    box-shadow: none;
    color: inherit;
    text-decoration: none;
    font: inherit;
    transition: all 0.2s;
    appearance: none;
    display: block;
    padding: 0 17px;
    width: 100%;
    height: 52px;
    border: 1px solid var(--default-color);
    border-radius: 4px;
    font-size: 14px;
  }

  .placeholder_8eb6c {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    position: absolute;
    top: 18px;
    left: 13px;
    padding: 0 17px 0 4px;
    background-color: #fff;
    color: #888;
    font-size: 14px;
    line-height: normal;
    transition: all 0.2s;
    pointer-events: none;
  }

  &.have-errors_1c202 {
    --default-color: #ef4f39;
    --active-color: #ef4f39;
    --active-color-focused: #ef4f39;
  }

  &.not-empty_89c34,
  &:focus-within {
    .placeholder_8eb6c {
      color: var(--active-color-focused);
      font-size: 12px;
      transform: translate(0px, -26px);
      padding: 0 4px;
    }
  }
}

.modal-input-container_91b57:hover,
.modal-input-container_91b57:focus-within {
  --default-color: #42a4ff;
}

.modal-input_fbef5:hover,
.modal-input_fbef5:focus {
  --default-color: #42a4ff;
}

.button_4e72c {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  padding: 0;
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
  text-decoration: none;
  font: inherit;
  transition: all 0.2s;
  appearance: none;
  cursor: pointer;
  margin: 0;
  margin-top: 24px;
  height: 52px;
  padding-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 3px;
  background-color: var(--button-color);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  min-width: auto;
  width: 100%;
  color: #fff;
  --button-color: #42a4ff;
  white-space: normal;
}

.button_4e72c:hover {
  --button-color: #3093ef;
}

.footer_a1af4 {
  color: #222;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  margin-bottom: -18px;
  font-size: 14px;
  line-height: 18px;
}

.bottom-row_5091a {
  color: #222;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding-top: 7px;
  text-align: center;
  font-weight: bold;
}

.sign-up_e4a12 {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
  font: inherit;
  transition: all 0.2s;
  appearance: none;
  cursor: pointer;
  margin: 0;
  color: #42a4ff;
  padding: 3px 12px;
  text-transform: capitalize;
  text-decoration: underline;
}

.modal_cf29d {
  width: 680px;
}

.form-group_48853 {
  display: flex;
}

.form-group_48853 > * {
  flex-basis: 0%;
  flex-grow: 1;
  margin-right: 6px;
}

.form-group_48853 > * + * {
  margin-left: 6px;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .form-group_48853 {
    display: grid;
    gap: 24px;
  }

  .form-group_48853 > * {
    margin-right: 0;
  }

  .form-group_48853 > * + * {
    margin-left: 0;
    margin-right: 0;
  }

  .modal_cf29d,
  .modal {
    width: calc(100% - 10px);
    padding: 16px 16px 32px;
  }
}

.form_345a1 > * + * {
  margin-top: 24px;
}

.country-select-button_d21f7 {
  display: flex;
  align-items: center;
  padding: 0 17px;
  padding-top: 1px;
  padding-left: 15px;
  width: 100%;
  height: 52px;
  border: 1px solid #dadada;
  border-radius: 4px;
  font-size: 14px;
  background: none;
}

.arrow-icon_6d5f7 {
  margin-left: auto;
  width: 12px;
  height: auto;
  transition: all 0.2s;
}

.login-btn_f85e5 {
  -webkit-font-smoothing: antialiased;
  list-style: none;
  word-wrap: normal;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  font: inherit;
  appearance: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 12px;
  background: #42a4ff;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-weight: 400;
  font-size: 13px;
  line-height: 34px;
}
