.popup[data-v-5a9af691] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: #000c;
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.popup input[data-v-5a9af691]:focus::placeholder {
  color: transparent;
}
.popup__body[data-v-5a9af691] {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 850px) {
  .popup__body[data-v-5a9af691] {
    align-items: flex-end;
  }
}
.popup__content[data-v-5a9af691] {
  width: 49rem;
  height: 62rem;
  position: relative;
  background: #151515;
  border: 1px solid #333333;
  color: #000;
  border-radius: 9px;
  display: flex;
}
@media screen and (max-width: 850px) {
  .popup__content[data-v-5a9af691] {
    z-index: 9999999;
    width: 100%;
    height: auto;
    border-radius: 9px 9px 0 0;
    border-bottom: none;
  }
}
.popup__content__button[data-v-5a9af691] {
  background: #c0fb50;
  border-radius: 34px;
  padding: 1.32rem 5.56rem;
  font-family: Rubik;
  font-weight: 500;
  font-size: 1.71rem;
  line-height: 99.5%;
  text-transform: uppercase;
  color: #0f0f0f;
  align-self: flex-start;
  margin-top: auto;
}
.popup__content__button[data-v-5a9af691]:hover {
  opacity: 0.8;
}
.popup__content__button.loading[data-v-5a9af691] {
  opacity: 0.5;
}
@media screen and (max-width: 850px) {
  .popup__content__button[data-v-5a9af691] {
    width: 100%;
    font-size: 19px;
  }
}
.popup__content__title[data-v-5a9af691] {
  font-family: Bison;
  font-weight: 300;
  font-size: 2.05rem;
  line-height: 99.5%;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 850px) {
  .popup__content__title[data-v-5a9af691] {
    font-size: 35px;
    margin-top: 30px;
  }
}
.popup__content__subtitle[data-v-5a9af691] {
  margin-top: 1.3rem;
  font-family: Rubik;
  font-weight: 350;
  font-size: 1.36rem;
  line-height: 99.5%;
  color: #fff;
}
@media screen and (max-width: 850px) {
  .popup__content__subtitle[data-v-5a9af691] {
    font-size: 20px;
    margin-top: 10px;
  }
}
.popup__content__back-button[data-v-5a9af691] {
  display: flex;
  align-items: center;
}
.popup__content__back-button__text[data-v-5a9af691] {
  font-family: Bison;
  font-weight: 300;
  font-size: 23px;
  line-height: 98%;
  color: #fff;
}
.popup__content__back-button .arrow[data-v-5a9af691] {
  width: 7px;
  margin-right: 16px;
  margin-bottom: -1px;
}
.popup__content__bg[data-v-5a9af691] {
  position: absolute;
}
.popup__content__bg.first[data-v-5a9af691] {
  top: 0;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
.popup__content__wrapper[data-v-5a9af691] {
  width: 100%;
  padding: 7rem 3.42rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 850px) {
  .popup__content__wrapper[data-v-5a9af691] {
    padding: 42px 20px;
    justify-content: flex-start;
  }
}
@media screen and (max-height: 600px) {
  .popup__content__wrapper[data-v-5a9af691] {
    padding: 20px;
  }
}
.popup__content__close[data-v-5a9af691] {
  height: 3.33rem;
  width: 3.33rem;
  position: absolute;
  top: 3.15rem;
  right: 3.15rem;
  transition: all 0.3s;
}
.popup__content__close[data-v-5a9af691]:hover {
  opacity: 0.8;
}
.popup__content__close__img[data-v-5a9af691] {
  height: 3.33rem;
  width: 3.33rem;
}
.popup__content__top[data-v-5a9af691] {
  display: flex;
  flex-direction: column;
}
.popup__content__top__balance[data-v-5a9af691] {
  background: #c0fb50;
  border-radius: 30px;
  font-family: Bison;
  font-weight: 300;
  font-size: 1.71rem;
  line-height: 2.05rem;
  color: #000;
  padding: 0.5rem 2.2rem;
  align-self: flex-start;
}
@media screen and (max-width: 850px) {
  .popup__content__top__balance[data-v-5a9af691] {
    margin-top: 30px;
    font-size: 19px;
    padding: 5.5px 25.5px;
  }
}
.popup__content__top__title[data-v-5a9af691] {
  margin-top: 1rem;
  font-family: Bison;
  font-weight: 300;
  font-size: 5.5rem;
  line-height: 99.5%;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 850px) {
  .popup__content__top__title[data-v-5a9af691] {
    font-size: 35px;
    margin-top: 15px;
  }
}
.popup__content__top__box[data-v-5a9af691] {
  margin-top: 2.56rem;
  width: 100%;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding: 1.3rem 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .popup__content__top__box[data-v-5a9af691] {
    margin-top: 35px;
    padding: 15px 0;
  }
}
.popup__content__top__box__info[data-v-5a9af691] {
  display: flex;
  align-items: center;
}
.popup__content__top__box__info__name[data-v-5a9af691] {
  padding-left: 1.2rem;
  font-family: Rubik;
  font-weight: 500;
  font-size: 1.71rem;
  line-height: 0.85rem;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 850px) {
  .popup__content__top__box__info__name[data-v-5a9af691] {
    font-size: 15px;
  }
}
.popup__content__top__box__info__imgs[data-v-5a9af691] {
  padding-right: 1.2rem;
  border-right: 1px solid #333333;
  display: flex;
  align-items: center;
}
.popup__content__top__box__info__imgs__service[data-v-5a9af691] {
  height: 3rem;
  width: 3rem;
  border-radius: 6px;
}
@media screen and (max-width: 850px) {
  .popup__content__top__box__info__imgs__service[data-v-5a9af691] {
    height: 24px;
    width: 24px;
  }
}
.popup__content__top__box__info__imgs__country[data-v-5a9af691] {
  width: 2rem;
  height: 1.56rem;
  margin-left: -0.3rem;
  border-radius: 3px;
}
@media screen and (max-width: 850px) {
  .popup__content__top__box__info__imgs__country[data-v-5a9af691] {
    height: 15px;
    width: 21px;
    margin-left: -3px;
  }
}
.popup__content__top__box__price[data-v-5a9af691] {
  margin-left: auto;
  font-family: Rubik;
  font-weight: 500;
  font-size: 1.71rem;
  line-height: 0.85rem;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 850px) {
  .popup__content__top__box__price[data-v-5a9af691] {
    font-size: 13px;
  }
}
.popup__content__input[data-v-5a9af691] {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #333333;
  padding-bottom: 2rem;
}
.popup__content__input__number[data-v-5a9af691],
.popup__content__input__text[data-v-5a9af691] {
  font-family: Bison;
  font-weight: 300;
  font-size: 12.8rem;
  line-height: 12.8rem;
  color: #7d808c;
}
@media screen and (max-width: 850px) {
  .popup__content__input__number[data-v-5a9af691],
  .popup__content__input__text[data-v-5a9af691] {
    font-size: 95px;
  }
}
.popup__content__input__number.white[data-v-5a9af691],
.popup__content__input__text.white[data-v-5a9af691] {
  color: #fff;
}
.popup__content__input__number[data-v-5a9af691]::placeholder,
.popup__content__input__text[data-v-5a9af691]::placeholder {
  color: #7d808c;
}
.popup__content__input__number[data-v-5a9af691] {
  width: 100%;
  color: #fff;
}
.popup__content__bottom[data-v-5a9af691] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
}
.popup__content__bottom__buttons[data-v-5a9af691] {
  border-top: 1px solid #333333;
  padding: 2.15rem 0 3.3rem;
  width: 100%;
  display: flex;
  gap: 1.71rem;
}
.popup__content__bottom__buttons__el[data-v-5a9af691] {
  display: flex;
  width: 50%;
}
.popup__content__bottom__buttons__el.active > div[data-v-5a9af691] {
  background: linear-gradient(90deg, #c0fb50 0%, #7862fb 100%);
}
.popup__content__bottom__buttons__el.active span[data-v-5a9af691] {
  color: #000;
}
.popup__content__bottom__buttons__el.active
  > div
  > svg
  > path[data-v-5a9af691] {
  fill: #000;
}
.popup__content__bottom__buttons__el.active
  > div
  > svg
  > g
  > path[data-v-5a9af691] {
  fill: #000;
}
.popup__content__bottom__buttons__el__wrapper[data-v-5a9af691] {
  width: 100%;
  align-items: center;
  padding: 1.71rem 2.05rem;
  background: #000000;
  border: 1px solid #333333;
  border-radius: 12px;
  display: flex;
}
.popup__content__bottom__buttons__el__img[data-v-5a9af691] {
  height: 2.05rem;
  width: 2.05rem;
  margin-right: 1.3rem;
}
@media screen and (max-width: 850px) {
  .popup__content__bottom__buttons__el__img[data-v-5a9af691] {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}
.popup__content__bottom__buttons__el__choose[data-v-5a9af691] {
  width: 2.05rem;
  height: 2.05rem;
}
@media screen and (max-width: 850px) {
  .popup__content__bottom__buttons__el__choose[data-v-5a9af691] {
    width: 24px;
    height: 24px;
  }
}
.popup__content__bottom__buttons__el__text[data-v-5a9af691] {
  display: flex;
  flex-direction: column;
  margin-right: auto;
}
.popup__content__bottom__buttons__el__text__key[data-v-5a9af691] {
  font-family: Rubik;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 140.5%;
  color: #7d808c;
}
@media screen and (max-width: 850px) {
  .popup__content__bottom__buttons__el__text__key[data-v-5a9af691] {
    font-size: 13px;
  }
}
.popup__content__bottom__buttons__el__text__value[data-v-5a9af691] {
  font-family: Rubik;
  font-weight: 500;
  font-size: 1.71rem;
  line-height: 140.5%;
  color: #fff;
}
@media screen and (max-width: 850px) {
  .popup__content__bottom__buttons__el__text__value[data-v-5a9af691] {
    font-size: 17px;
  }
}
.popup__content__bottom__promocode[data-v-5a9af691] {
  width: 100%;
  border: 1px solid #333333;
  border-radius: 7px;
  margin-bottom: 2.05rem;
}
@media screen and (max-width: 850px) {
  .popup__content__bottom__promocode[data-v-5a9af691] {
    margin: 15px 0;
  }
}
.popup__content__bottom__promocode.error[data-v-5a9af691] {
  border: 1px solid #c04a4a;
}
.popup__content__bottom__promocode__wrapper[data-v-5a9af691] {
  padding: 0.85rem 2.5rem 0.5rem 2.05rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .popup__content__bottom__promocode__wrapper[data-v-5a9af691] {
    padding: 11px 15px;
  }
}
.popup__content__bottom__promocode__discount[data-v-5a9af691] {
  font-family: Rubik;
  font-weight: 400;
  font-size: 1.71rem;
  line-height: 140.5%;
  color: #c0fb50;
}
@media screen and (max-width: 850px) {
  .popup__content__bottom__promocode__discount[data-v-5a9af691] {
    font-size: 19px;
  }
}
.popup__content__bottom__promocode__text[data-v-5a9af691] {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.popup__content__bottom__promocode__text__key[data-v-5a9af691] {
  font-family: Rubik;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 140.5%;
  color: #333;
}
@media screen and (max-width: 850px) {
  .popup__content__bottom__promocode__text__key[data-v-5a9af691] {
    font-size: 13px;
  }
}
.popup__content__bottom__promocode__text__input[data-v-5a9af691] {
  font-family: Rubik;
  font-weight: 400;
  font-size: 1.71rem;
  line-height: 140.5%;
  color: #fff;
}
@media screen and (max-width: 850px) {
  .popup__content__bottom__promocode__text__input[data-v-5a9af691] {
    font-size: 19px;
  }
}
.popup__content__bottom__button[data-v-5a9af691] {
  font-family: Rubik;
  font-weight: 400;
  font-size: 1.71rem;
  line-height: 140.5%;
  color: #c0fb50;
  margin: 2.15rem 0 3.42rem;
}
@media screen and (max-width: 850px) {
  .popup__content__bottom__button[data-v-5a9af691] {
    font-size: 19px;
    margin-top: 15px;
  }
}
.popup__content__bottom__button[data-v-5a9af691]:hover {
  opacity: 0.8;
}
.popup__content__bottom__box[data-v-5a9af691] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .popup__content__bottom__box[data-v-5a9af691] {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 55px;
  }
}
@media screen and (max-height: 600px) {
  .popup__content__bottom__box[data-v-5a9af691] {
    margin-top: 15px;
  }
}
.popup__content__bottom__box__price[data-v-5a9af691] {
  display: flex;
}
.popup__content__bottom__box__price__current[data-v-5a9af691] {
  font-family: Bison;
  font-weight: 300;
  font-size: 8.2rem;
  line-height: 6.2rem;
  color: #fff;
}
@media screen and (max-width: 850px) {
  .popup__content__bottom__box__price__current[data-v-5a9af691] {
    font-size: 95px;
    line-height: 95px;
  }
}
.popup__content__bottom__box__price__previous[data-v-5a9af691] {
  margin-left: 1rem;
  font-family: Bison;
  font-weight: 300;
  font-size: 3rem;
  line-height: 3.25rem;
  color: #333;
}
@media screen and (max-width: 850px) {
  .popup__content__bottom__box__price__previous[data-v-5a9af691] {
    font-size: 31px;
    line-height: 60px;
  }
}
.popup__content__bottom__box__button[data-v-5a9af691] {
  font-family: Bison;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 3rem;
  color: #000;
  background: #c0fb50;
  border-radius: 8px 8px 20px;
  padding: 0.5rem 5.5rem;
}
.popup__content__bottom__box__button[data-v-5a9af691]:hover {
  opacity: 0.8;
}
@media screen and (max-width: 850px) {
  .popup__content__bottom__box__button[data-v-5a9af691] {
    margin-top: 25px;
    font-size: 19px;
    border-radius: 34px;
    width: 100%;
  }
}
.popup.open[data-v-5a9af691] {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}
@media screen and (max-width: 850px) {
  .popup.open[data-v-5a9af691] {
    overflow: hidden;
  }
}
@media screen and (max-height: 500px) {
  .popup.open[data-v-5a9af691] {
    overflow-y: auto;
  }
}
.popup.open .popup__content[data-v-5a9af691] {
  transform: translate(0) scale(1);
  opacity: 1;
}
.menu__overlay[data-v-56287087] {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.menu__content[data-v-56287087] {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 1.8rem;
  width: 49.65rem;
  min-height: calc(100vh - 3.6rem);
  background: #0f0f0f;
  display: grid;
  grid-template-columns: auto 6.08rem;
  transform: translate(-100%);
  transition: 0.3s;
}
.menu__content.animation[data-v-56287087] {
  transform: translate(0);
}
.menu__content .logout-btn[data-v-56287087] {
  align-self: center;
  font-family: Bison;
  font-style: normal;
  font-weight: 300;
  font-size: 2.05rem;
  line-height: 2.5rem;
  color: #000;
  background: #c04a4a;
  border-radius: 8px 8px 20px;
  padding: 0.5rem 3rem;
}
.menu__content .logout-btn[data-v-56287087]:hover {
  opacity: 0.8;
}
.menu__content__left[data-v-56287087] {
  display: grid;
  grid-template-rows: 17.1rem auto 10.5rem;
}
.menu__content__left__el[data-v-56287087] {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding-left: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu__content__left__el__wrapper.bottom[data-v-56287087] {
  justify-content: space-between;
  padding-right: 6rem;
}
.menu__content__left__el.first
  > .menu__content__left__el__wrapper[data-v-56287087] {
  background: #0f0f0f;
  border: 1px solid #333333;
  border-radius: 7px;
  padding: 2.05rem 1.71rem;
  margin-right: 4.3rem;
  display: flex;
  gap: 7.5rem;
}
.menu__content__left__el.first
  > div
  .menu__content__left__el__info[data-v-56287087] {
  display: flex;
  flex-direction: column;
}
.menu__content__left__el.first
  > div
  .menu__content__left__el__info__username[data-v-56287087] {
  font-family: Bison;
  font-weight: 300;
  font-size: 1.36rem;
  line-height: 98%;
  color: #7d808c;
  white-space: nowrap;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 8rem;
}
.menu__content__left__el.first
  > div
  .menu__content__left__el__info__money[data-v-56287087] {
  font-family: Bison;
  font-weight: 300;
  font-size: 4.1rem;
  line-height: 98%;
  color: #fff;
}
.menu__content__left__el.first
  > div
  .menu__content__left__el__button[data-v-56287087] {
  align-self: center;
  font-family: Bison;
  font-style: normal;
  font-weight: 300;
  font-size: 2.05rem;
  line-height: 2.5rem;
  color: #000;
  background: #c0fb50;
  border-radius: 8px 8px 20px;
  padding: 0.5rem 3rem;
}
.menu__content__left__el.first
  > div
  .menu__content__left__el__button[data-v-56287087]:hover {
  opacity: 0.8;
}
.menu__content__left__el.second[data-v-56287087] {
  border: none;
  justify-content: center;
}
.menu__content__left__el.second > nav[data-v-56287087] {
  display: flex;
  flex-direction: column;
}
.menu__content__left__el.second
  > nav
  .menu__content__left__el__nav-link[data-v-56287087] {
  font-family: Bison;
  font-weight: 300;
  font-size: 5.5rem;
  line-height: 98%;
  color: #fff;
  align-self: flex-start;
  padding: 0.9rem 1.71rem;
  border-radius: 8px 8px 20px;
  position: relative;
  overflow: hidden;
}
.menu__content__left__el.second
  > nav
  .menu__content__left__el__nav-link[data-v-56287087]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c0fb50;
  z-index: -1;
  border-radius: 8px 8px 20px;
  transition: all 0.3s;
  opacity: 0;
}
.menu__content__left__el.second
  > nav
  .menu__content__left__el__nav-link[data-v-56287087]:hover {
  color: #000;
}
.menu__content__left__el.second
  > nav
  .menu__content__left__el__nav-link[data-v-56287087]:hover:before {
  opacity: 1;
}
.menu__content__left__el.third > div[data-v-56287087] {
  align-items: center;
  display: flex;
  gap: 5.5rem;
}
.menu__content__left__el.third
  > div
  .menu__content__left__el__connect[data-v-56287087] {
  align-self: flex-start;
  font-family: Bison;
  font-weight: 300;
  font-size: 1.54rem;
  line-height: 98%;
  color: #fff;
}
.menu__content__left__el.third
  > div
  .menu__content__left__el__social[data-v-56287087] {
  display: flex;
  flex-direction: column;
  gap: 1.71rem;
}
.menu__content__left__el.third
  > div
  .menu__content__left__el__social__el[data-v-56287087] {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.menu__content__left__el.third
  > div
  .menu__content__left__el__social__el:hover
  > span[data-v-56287087] {
  opacity: 0.8;
}
.menu__content__left__el.third
  > div
  .menu__content__left__el__social__el__svg[data-v-56287087] {
  height: 2.05rem;
  width: 2.05rem;
}
.menu__content__left__el.third
  > div
  .menu__content__left__el__social__el__text[data-v-56287087] {
  font-family: Bison;
  font-weight: 300;
  font-size: 1.71rem;
  line-height: 98%;
  color: #fff;
}
.menu__content__right[data-v-56287087] {
  display: grid;
  grid-template-rows: 5.05rem auto;
  border-radius: 0 12px 12px 0;
  border: 1px solid #333333;
}
.menu__content__right__el[data-v-56287087] {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #333333;
  cursor: pointer;
}
.menu__content__right__el__img[data-v-56287087] {
  height: 2.75rem;
  width: 2.75rem;
}
.navigation[data-v-0a233b27] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
}
@media only screen and (max-width: 850px) {
  .navigation[data-v-0a233b27] {
    background-color: var(--color-black);
    border: 1px solid var(--color-grey);
    padding: 8px 0;
  }
}
.navigation .menu[data-v-0a233b27] {
  transition: all 0.3s;
}
.navigation .logo-link-right[data-v-0a233b27] {
  margin-top: 4px;
}
.navigation .link[data-v-0a233b27] {
  font-family: Bison;
  font-weight: 300;
  font-size: 15px;
  line-height: 19px;
  color: #fff;
}
.navigation .nav__left[data-v-0a233b27] {
  display: flex;
  align-items: center;
  gap: 1.71rem;
}
.navigation .menu-button[data-v-0a233b27] {
  height: 2.05rem;
  width: 2.05rem;
  margin-bottom: 0.3rem;
}
.navigation .menu-button__img[data-v-0a233b27] {
  height: 2.05rem;
  width: 2.05rem;
}
.navigation .inner-container[data-v-0a233b27] {
  margin: 0 auto;
  width: calc(100% - 14rem);
  max-width: 1920px;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1300px) {
  .navigation .inner-container[data-v-0a233b27] {
    width: calc(100% - 14rem);
  }
}
@media only screen and (max-width: 850px) {
  .navigation .inner-container[data-v-0a233b27] {
    width: 70%;
  }
}
@media only screen and (max-width: 750px) {
  .navigation .inner-container[data-v-0a233b27] {
    width: 75%;
  }
}
@media only screen and (max-width: 600px) {
  .navigation .inner-container[data-v-0a233b27] {
    width: 90%;
  }
}
@media only screen and (max-width: 450px) {
  .navigation .inner-container[data-v-0a233b27] {
    width: 92%;
  }
}
@media only screen and (min-width: 850px) {
  .navigation .inner-container[data-v-0a233b27] {
    background-color: var(--color-black);
    border: 1px solid var(--color-grey);
    padding: 0.8rem 2.1rem 0.8rem 3.5rem;
  }
}
.navigation .inner-container .btn-green[data-v-0a233b27] {
  font-size: 1.8rem;
  padding: 0.6rem 3.7rem;
}
@media only screen and (max-width: 850px) {
  .navigation .inner-container .btn-green[data-v-0a233b27] {
    font-size: 16px;
  }
}
.navigation .inner-container .logo-link[data-v-0a233b27] {
  width: 10rem;
}
.navigation .inner-container .logo-link .logo[data-v-0a233b27] {
  width: 100%;
}
.navigation .inner-container .links-list[data-v-0a233b27] {
  display: flex;
  align-items: center;
}
.navigation .inner-container .links-list .item[data-v-0a233b27] {
  margin-right: 2.7rem;
}
.navigation .inner-container .links-list .item .link[data-v-0a233b27] {
  font-family: Bison;
  font-size: 1.8rem;
}
.navigation .inner-container .links-list .item .link[data-v-0a233b27]:hover {
  opacity: 0.7;
}
.navigation .inner-container .toggle-menu-button[data-v-0a233b27] {
  position: relative;
  height: 18px;
  width: 22px;
}
.navigation .inner-container .toggle-menu-button .line[data-v-0a233b27] {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--color-white);
}
.navigation .inner-container .toggle-menu-button .line-1[data-v-0a233b27] {
  top: 0;
}
.navigation .inner-container .toggle-menu-button .line-2[data-v-0a233b27] {
  top: 50%;
  transform: translateY(-50%);
}
.navigation .inner-container .toggle-menu-button .line-3[data-v-0a233b27] {
  bottom: 0;
}
.menu-closed[data-v-6b38205d] {
  transform: translateY(110vh);
}
.navigation-menu[data-v-6b38205d] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--app-height);
  z-index: 90000;
  background-color: #131313;
  padding-top: 70px;
  padding-bottom: 70px;
  overflow-y: scroll;
  transition: all 0.5s;
}
@media only screen and (min-height: 700px) {
  .navigation-menu[data-v-6b38205d] {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.navigation-menu .inner-container[data-v-6b38205d] {
  margin: 0 auto;
  width: calc(100% - 14rem);
  max-width: 1920px;
}
@media only screen and (max-width: 1300px) {
  .navigation-menu .inner-container[data-v-6b38205d] {
    width: calc(100% - 14rem);
  }
}
@media only screen and (max-width: 850px) {
  .navigation-menu .inner-container[data-v-6b38205d] {
    width: 70%;
  }
}
@media only screen and (max-width: 750px) {
  .navigation-menu .inner-container[data-v-6b38205d] {
    width: 75%;
  }
}
@media only screen and (max-width: 600px) {
  .navigation-menu .inner-container[data-v-6b38205d] {
    width: 90%;
  }
}
@media only screen and (max-width: 450px) {
  .navigation-menu .inner-container[data-v-6b38205d] {
    width: 92%;
  }
}
.navigation-menu .inner-container .button-back[data-v-6b38205d] {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
.navigation-menu .inner-container .button-back .arrow[data-v-6b38205d] {
  width: 7px;
  margin-right: 16px;
  margin-bottom: -1px;
}
.navigation-menu .inner-container .button-back span[data-v-6b38205d] {
  font-family: Bison;
  font-size: 23px;
  line-height: 0.9;
}
.navigation-menu .inner-container .profile-info[data-v-6b38205d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 20px 21px;
  background-color: #0f0f0f;
  border: 1px solid #333333;
  border-radius: 7px;
  margin-bottom: 30px;
}
.navigation-menu .inner-container .profile-info .left[data-v-6b38205d] {
  display: flex;
  flex-direction: column;
  font-family: Bison;
}
.navigation-menu
  .inner-container
  .profile-info
  .left
  .username[data-v-6b38205d] {
  color: var(--color-grey-2);
  font-size: 16px;
  display: inline-block;
  margin-bottom: 4px;
}
.navigation-menu
  .inner-container
  .profile-info
  .left
  .balance[data-v-6b38205d] {
  font-size: 46px;
  line-height: 0.9;
}
.navigation-menu
  .inner-container
  .profile-info
  .button-deposit[data-v-6b38205d] {
  font-size: 23px;
  padding: 6px 20px;
}
.navigation-menu .inner-container .links-list[data-v-6b38205d] {
  margin-bottom: 40px;
}
.navigation-menu
  .inner-container
  .links-list
  .item[data-v-6b38205d]:not(:last-of-type) {
  margin-bottom: 7px;
}
.navigation-menu .inner-container .links-list .item .link[data-v-6b38205d] {
  font-family: Bison;
  font-size: 60px;
  line-height: 1;
}
.navigation-menu .inner-container .socials[data-v-6b38205d] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation-menu .inner-container .socials .social[data-v-6b38205d] {
  display: flex;
  align-items: center;
}
.navigation-menu
  .inner-container
  .socials
  .social[data-v-6b38205d]:not(:last-of-type) {
  margin-right: 23px;
}
.navigation-menu .inner-container .socials .social .icon[data-v-6b38205d] {
  width: 23px;
  margin-right: 6px;
}
.navigation-menu .inner-container .socials .social span[data-v-6b38205d] {
  font-family: Bison;
  font-size: 20px;
}
.navigation-menu .bottom-navigation[data-v-6b38205d] {
  position: fixed;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #0f0f0f;
  border-top: 1px solid #333333;
}
.navigation-menu .bottom-navigation .list[data-v-6b38205d] {
  display: flex;
  justify-content: center;
  height: 100%;
}
.navigation-menu .bottom-navigation .list .item[data-v-6b38205d] {
  height: 100%;
  width: 55px;
}
.navigation-menu
  .bottom-navigation
  .list
  .item[data-v-6b38205d]:not(:last-of-type) {
  border-right: 1px solid #333;
}
.navigation-menu .bottom-navigation .list .item .link[data-v-6b38205d] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.navigation-menu .bottom-navigation .list .item .link .icon[data-v-6b38205d] {
  width: 24px;
}
.preloader[data-v-a98bdc8b] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--app-height);
  z-index: 1000000;
  background-color: #000;
}
.preloader .face[data-v-a98bdc8b] {
  width: 20vw;
  height: 20vw;
  background-color: var(--color-purple);
  border-radius: 15vw;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1400px) {
  .preloader .face[data-v-a98bdc8b] {
    width: 330px;
    height: 330px;
    border-radius: 190px;
  }
}
.preloader .face .eye[data-v-a98bdc8b] {
  position: absolute;
  background-color: #0f0f0f;
  top: 4.5vw;
  height: 3.6vw;
  border-radius: 3vw;
}
@media only screen and (max-width: 1400px) {
  .preloader .face .eye[data-v-a98bdc8b] {
    top: 85px;
    height: 60px;
    border-radius: 30px;
  }
}
.preloader .face .eye-1[data-v-a98bdc8b] {
  width: 6.4vw;
  left: 3.5vw;
}
@media only screen and (max-width: 1400px) {
  .preloader .face .eye-1[data-v-a98bdc8b] {
    width: 100px;
    left: 61px;
  }
}
.preloader .face .eye-2[data-v-a98bdc8b] {
  width: 5.7vw;
  right: 3.5vw;
}
@media only screen and (max-width: 1400px) {
  .preloader .face .eye-2[data-v-a98bdc8b] {
    width: 90px;
    right: 61px;
  }
}
@keyframes textFilling-a98bdc8b {
  0% {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes toOpacity-a98bdc8b {
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 850px) {
  .desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 850px) {
  .mobile {
    display: none !important;
  }
}
.closed {
  opacity: 0;
  visibility: hidden;
  pointer-events: none !important;
}
.section {
  position: relative;
  width: 100%;
  height: 100vh;
}
.dropdown {
  transition: all 0.3s;
  box-shadow: 0 0 20px #0003;
  z-index: 150000;
}
.layout-admin-panel .input-container {
  position: relative;
}
.layout-admin-panel .input-container input {
  padding: 2.15rem 2.2rem 0.4rem;
  border: 1px solid var(--color-grey-2);
  border-radius: 0.6rem;
  width: 100%;
  font-size: 1.8rem;
}
@media only screen and (max-width: 850px) {
  .layout-admin-panel .input-container input {
    font-size: 20px;
    padding: 25px 25px 5px;
  }
}
.layout-admin-panel .input-container .subtitle {
  position: absolute;
  left: 2.2rem;
  top: 0.6rem;
  font-size: 1.4rem;
  color: var(--color-grey-2);
}
@media only screen and (max-width: 850px) {
  .layout-admin-panel .input-container .subtitle {
    font-size: 14px;
    left: 25px !important;
  }
}
.layout-admin-panel .admin-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) scale(2.4);
}
.popup-admin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: #000c;
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.popup-admin .popup-content {
  background-color: #151515;
  border: 1px solid var(--color-grey);
  border-radius: 0.8rem;
  width: 51rem;
  height: 56rem;
  max-height: 90%;
  max-width: 93%;
  position: relative;
  padding: 3.5rem;
}
.popup-admin .popup-content .button-close {
  position: absolute;
  top: 3.4rem;
  right: 3.4rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-admin .popup-content .button-close .cross {
  width: 2rem;
  height: 2rem;
}
.popup-admin.popup-sure .popup-content {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
.popup-admin.popup-sure .popup-content .info {
  width: 90%;
}
.popup-admin.popup-sure .popup-content .info .title {
  font-family: Bison;
  font-size: 5.6rem;
  line-height: 1;
  margin-bottom: 3.2rem;
}
.popup-admin.popup-sure .popup-content .info .buttons {
  display: flex;
}
.popup-admin.popup-sure .popup-content .info .buttons button {
  font-size: 2rem;
  width: 15rem;
  padding: 0.9rem;
}
.popup-admin.popup-sure
  .popup-content
  .info
  .buttons
  button:not(:last-of-type) {
  margin-right: 1.3rem;
}
.iziToast-wrapper {
  border-radius: 4rem !important;
  overflow: hidden !important;
  align-items: center !important;
  justify-content: flex-end !important;
  text-align: right !important;
}
@media only screen and (max-width: 850px) {
  .iziToast-wrapper {
    justify-content: center !important;
    text-align: center !important;
  }
}
.iziToast-capsule {
  border-radius: 4rem !important;
  overflow: hidden !important;
}
.iziToast-icon {
  display: inline-block !important;
  margin: 0 !important;
  margin-right: 13rem !important;
  top: 50% !important;
  left: -3rem !important;
  transform: translateY(-50%) !important;
}
@media only screen and (max-width: 1000px) {
  .iziToast-icon {
    top: 52% !important;
  }
}
.iziToast-close {
  padding: 3rem 3rem 2rem !important;
  top: 0;
  right: 0;
  background-image: url(/assets/crossWithCircle-e4e5dafc.svg) !important;
  background-size: 20px !important;
  opacity: 1 !important;
}
.iziToast-texts {
  margin: 0 !important;
  margin-right: 6rem !important;
  padding: 2rem 1.5rem 2rem 2.5rem !important;
  border-top-left-radius: 100rem !important;
  border-bottom-left-radius: 100rem !important;
}
@media only screen and (max-width: 1200px) {
  .iziToast-texts {
    padding: 2.25rem 1.5rem 2.25rem 2.5rem !important;
  }
}
@media only screen and (max-width: 1100px) {
  .iziToast-texts {
    padding: 2.35rem 1.75rem 2.35rem 2.5rem !important;
  }
}
@media only screen and (max-width: 900px) {
  .iziToast-texts {
    padding: 2.5rem 1.5rem 2rem 2.5rem !important;
  }
}
@media only screen and (max-width: 850px) {
  .iziToast-texts {
    padding: 2.35rem 1.25rem 2rem 2.5rem !important;
  }
}
.iziToast-texts .iziToast-message {
  margin: 0 !important;
}
.iziToast {
  box-sizing: border-box !important;
  backdrop-filter: blur(8px) !important;
  overflow: hidden !important;
  border-radius: 4rem !important;
  box-shadow: none !important;
  margin: 0.5rem 0 !important;
  max-width: 95% !important;
  width: auto !important;
  padding: 0 !important;
  padding-left: 3rem !important;
}
.iziToast.success,
.iziToast.success .iziToast-texts {
  background: rgba(46, 179, 88, 0.5) !important;
}
.iziToast.success .iziToast-close {
  background-color: #2eb35880 !important;
}
.iziToast.warning {
  background: rgba(235, 133, 75, 0.5) !important;
}
.iziToast.warning .iziToast-texts {
  background: #be622e !important;
}
.iziToast.warning .iziToast-close {
  background-color: #be622e !important;
}
.iziToast.error {
  background: rgba(198, 78, 84, 0.5) !important;
}
.iziToast.error .iziToast-texts {
  background: #b33539 !important;
}
.iziToast.error .iziToast-close {
  background-color: #b33539 !important;
}
.iziToast > .iziToast-body .iziToast-message {
  font-family: Rubik !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  font-size: 1.6rem !important;
  color: #fff !important;
}
@media only screen and (max-width: 850px) {
  .iziToast > .iziToast-body .iziToast-message {
    font-size: 2rem !important;
  }
}
.btn-green,
.btn-green-rounded {
  background-color: var(--color-green-light);
  color: var(--color-black);
  border-radius: 2.5rem;
  padding: 1.25rem 4rem;
  text-align: center;
  font-family: Bison;
}
.btn-green:hover,
.btn-green-rounded:hover {
  background-color: #94e005;
}
.btn-red,
.btn-red-rounded {
  background-color: var(--color-red);
  color: var(--color-black);
  border-radius: 2.5rem;
  padding: 1.25rem 4rem;
  text-align: center;
  font-family: Bison;
}
.btn-red:hover,
.btn-red-rounded:hover {
  background-color: #9f3838;
}
.btn-black {
  background-color: var(--color-black);
  color: var(--color-green-light);
  border-radius: 2.5rem;
  padding: 1.25rem 4rem;
  text-align: center;
  font-family: Bison;
}
.btn-black:hover {
  background-color: #2e2e2e;
}
.btn-grey,
.btn-grey-rounded {
  background-color: var(--color-black);
  color: var(--color-grey);
  border-radius: 2.5rem;
  padding: 1.25rem 4rem;
  text-align: center;
  font-family: Bison;
}
.btn-transparent-green,
.btn-transparent-green-rounded {
  color: var(--color-green-light);
  border: 1px solid var(--color-green-light);
  border-radius: 2.5rem;
  padding: 1.25rem 4rem;
  text-align: center;
  font-family: Bison;
}
.btn-transparent-green:hover,
.btn-transparent-green-rounded:hover {
  background-color: var(--color-green-light);
  color: var(--color-black);
}
.btn-transparent-red {
  color: var(--color-red);
  border: 1px solid var(--color-red);
  text-align: center;
}
.btn-transparent-white {
  color: var(--color-white);
  border: 1px solid var(--color-white);
  text-align: center;
}
.btn-green-rounded,
.btn-red-rounded,
.btn-transparent-green-rounded,
.btn-grey-rounded,
.btn-rouded {
  border-radius: 7px 7px 20px;
}
.iziToast-capsule {
  font-size: 0;
  height: 0;
  width: 100%;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1),
    height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.iziToast-capsule,
.iziToast-capsule * {
  box-sizing: border-box;
}
.iziToast-overlay {
  display: block;
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  bottom: -100px;
  z-index: 997;
}
.iziToast {
  display: inline-block;
  clear: both;
  position: relative;
  font-family: Lato, Tahoma, Arial;
  font-size: 14px;
  padding: 8px 45px 9px 0;
  background: rgba(238, 238, 238, 0.9);
  border-color: #eeeeeee6;
  width: 100%;
  pointer-events: all;
  cursor: default;
  transform: translate(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 54px;
}
.iziToast > .iziToast-progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.2);
}
.iziToast > .iziToast-progressbar > div {
  height: 2px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0 0 3px 3px;
}
.iziToast.iziToast-balloon:before {
  content: "";
  position: absolute;
  right: 8px;
  left: auto;
  width: 0;
  height: 0;
  top: 100%;
  border-right: 0 solid transparent;
  border-left: 15px solid transparent;
  border-top: 10px solid #000;
  border-top-color: inherit;
  border-radius: 0;
}
.iziToast.iziToast-balloon .iziToast-progressbar {
  top: 0;
  bottom: auto;
}
.iziToast.iziToast-balloon > div {
  border-radius: 0 0 0 3px;
}
.iziToast > .iziToast-cover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #0000001a;
}
.iziToast > .iziToast-close {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  padding: 0;
  opacity: 0.6;
  width: 42px;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAJPAAACTwBcGfW0QAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAD3SURBVFiF1ZdtDoMgDEBfdi4PwAX8vLFn0qT7wxantojKupmQmCi8R4tSACpgjC2ICCUbEBa8ingjsU1AXRBeR8aLN64FiknswN8CYefBBDQ3whuFESy7WyQMeC0ipEI0A+0FeBvHUFN8xPaUhAH/iKoWsnXHGegy4J0yxialOfaHJAz4bhRzQzgDvdGnz4GbAonZbCQMuBm1K/kcFu8Mp1N2cFFpsxsMuJqqbIGExGl4loARajU1twskJLLhIsID7+tvUoDnIjTg5T9DPH9EBrz8rxjPzciAl9+O8SxI8CzJ8CxKFfh3ynK8Dyb8wNHM/XDqejx/AtNyPO87tNybAAAAAElFTkSuQmCC)
    no-repeat 50% 50%;
  background-size: 8px;
  cursor: pointer;
  outline: 0;
}
.iziToast > .iziToast-close:hover {
  opacity: 1;
}
.iziToast > .iziToast-body {
  position: relative;
  padding: 0 0 0 10px;
  height: auto;
  min-height: 36px;
  margin: 0 0 0 15px;
  text-align: left;
}
.iziToast > .iziToast-body:after {
  content: "";
  display: table;
  clear: both;
}
.iziToast > .iziToast-body .iziToast-texts {
  margin: 10px 0 0;
  padding-right: 2px;
  display: inline-block;
  float: left;
}
.iziToast > .iziToast-body .iziToast-inputs {
  min-height: 19px;
  float: left;
  margin: 3px -2px;
}
.iziToast
  > .iziToast-body
  .iziToast-inputs
  > input:not([type="checkbox"]):not([type="radio"]),
.iziToast > .iziToast-body .iziToast-inputs > select {
  position: relative;
  display: inline-block;
  margin: 2px;
  border-radius: 2px;
  border: 0;
  padding: 4px 7px;
  font-size: 13px;
  letter-spacing: 0.02em;
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  box-shadow: 0 0 0 1px #0003;
  min-height: 26px;
}
.iziToast
  > .iziToast-body
  .iziToast-inputs
  > input:not([type="checkbox"]):not([type="radio"]):focus,
.iziToast > .iziToast-body .iziToast-inputs > select:focus {
  box-shadow: 0 0 0 1px #0009;
}
.iziToast > .iziToast-body .iziToast-buttons {
  min-height: 17px;
  float: left;
  margin: 4px -2px;
}
.iziToast > .iziToast-body .iziToast-buttons > a,
.iziToast > .iziToast-body .iziToast-buttons > button,
.iziToast
  > .iziToast-body
  .iziToast-buttons
  > input:not([type="checkbox"]):not([type="radio"]) {
  position: relative;
  display: inline-block;
  margin: 2px;
  border-radius: 2px;
  border: 0;
  padding: 5px 10px;
  font-size: 12px;
  letter-spacing: 0.02em;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  color: #000;
}
.iziToast > .iziToast-body .iziToast-buttons > a:hover,
.iziToast > .iziToast-body .iziToast-buttons > button:hover,
.iziToast
  > .iziToast-body
  .iziToast-buttons
  > input:not([type="checkbox"]):not([type="radio"]):hover {
  background: rgba(0, 0, 0, 0.2);
}
.iziToast > .iziToast-body .iziToast-buttons > a:focus,
.iziToast > .iziToast-body .iziToast-buttons > button:focus,
.iziToast
  > .iziToast-body
  .iziToast-buttons
  > input:not([type="checkbox"]):not([type="radio"]):focus {
  box-shadow: 0 0 0 1px #0009;
}
.iziToast > .iziToast-body .iziToast-buttons > a:active,
.iziToast > .iziToast-body .iziToast-buttons > button:active,
.iziToast
  > .iziToast-body
  .iziToast-buttons
  > input:not([type="checkbox"]):not([type="radio"]):active {
  top: 1px;
}
.iziToast > .iziToast-body .iziToast-icon {
  position: absolute;
  left: 0;
  top: 50%;
  display: table;
  font-size: 23px;
  line-height: 24px;
  margin-top: -12px;
  color: #000;
  width: 24px;
  height: 24px;
}
.iziToast > .iziToast-body .iziToast-icon.ico-info {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCtoPsAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=)
    no-repeat 50% 50%;
  background-size: 85%;
}
.iziToast > .iziToast-body .iziToast-icon.ico-warning {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAkFBMVEUAAAAAAAABAAIAAAABAAIAAAMAAAABAAIBAAIBAAIAAAIAAAABAAIAAAABAAICAAICAAIAAAIAAAAAAAAAAAABAAIBAAIAAAMAAAABAAIBAAMBAAECAAIAAAIAAAIAAAABAAIBAAIBAAMBAAIBAAEAAAIAAAMAAAAAAAABAAECAAICAAIAAAIAAAMAAAQAAAE05yNAAAAAL3RSTlMAB+kD7V8Q+PXicwv7I9iYhkAzJxnx01IV5cmnk2xmHfzexsK4eEw5L7Gei39aRw640awAAAHQSURBVFjD7ZfJdoJAEEWJgCiI4oDiPM8m7///LidErRO7sHrY5u7YXLr7vKqu9kTC0HPmo9n8cJbEQOzqqAdAUHeUZACQuTkGDQBoDJwkHZR0XBz9FkpafXuHP0SJ09mGeJLZ5wwlTmcbA0THPmdEK7XPGTG1zxmInn3OiJ19zkB0jSVTKExMHT0wjAwlWzC0fSPHF1gWRpIhWMYm7fYTFcQGlbemf4dFfdTGg0B/KXM8qBU/3wntbq7rSGqvJ9kla6IpueFJet8fxfem5yhykjyOgNaWF1qSGd5JMNNxpNF7SZQaVh5JzLrTCZIEJ1GyEyVyd+pClMjdaSJK5O40giSRu5PfFiVyd1pAksjdKRnrSsbVdbiHrgT7yss315fkVQPLFQrL+4FHeOXKO5YRFEKv5AiFaMlKLlBpJuVCJlC5sJfvCgztru/3NmBYccPgGTxRAzxn1XGEMUf58pXZvjoOsOCgjL08+b53mtfAM/SVsZcjKLtysQZPqIy9HPP3m/3zKItRwT0LyQo8sTr26tcO83DIUMWIJjierHLsJda/tbNBFY0BP/bKtcM8HNIWCK3aYR4OMzgxo5w5EFLOLKDExXAm9gI4E3iAO94/Ct/lKWuM2LMGbgAAAABJRU5ErkJggg==)
    no-repeat 50% 50%;
  background-size: 85%;
}
.iziToast > .iziToast-body .iziToast-icon.ico-error {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVyEiIAAAAJ3RSTlMA3BsB98QV8uSyWVUFz7+kcWMM2LuZioBpTUVBNcq2qaibj4d1azLZZYABAAACZElEQVRYw7WX25KCMAyGAxUoFDkpiohnV97/DXeGBtoOUprZ2dyo1K82fxKbwJJVp+KQZ7so2mX5oThVQLKwjDe9YZu4DF3ptAn6rxY0qQPOEq9fNC9ha3y77a22ba24v+9Xbe8v8x03dPOC2/NdvB6xeSreLfGJpnx0TyotKqLm2s7Jd/WO6ivXNp0tCy02R/aFz5VQ5wUPlUL5fIfj5KIlVGU0nWHm/5QtoTVMWY8mzIVu1K9O7XH2JiU/xnOOT39gnUfj+lFHddx4tFjL3/H8jjzaFCy2Rf0c/fdQyQszI8BDR973IyMSKa4krjxAiW/lkRvMP+bKK9WbYS1ASQg8dKjaUGlYPwRe/WoIkz8tiQchH5QAEMv6T0k8MD4mUyWr4E7jAWqZ+xWcMIYkXvlwggJ3IvFK+wIOcpXAo8n8P0COAaXyKH4OsjBuZB4ew0IGu+H1SebhNazsQBbWm8yj+hFuUJB5eMsN0IUXmYendAFFfJB5uEkRMYwxmcd6zDGRtmQePEykAgubymMRFmMxCSIPCRbTuFNN5OGORTjmNGc0Po0m8Uv0gcCry6xUhR2QeLii9tofbEfhz/qvNti+OfPqNm2Mq6105FUMvdT4GPmufMiV8PqBMkc+DdT1bjYYbjzU/ew23VP4n3mLAz4n8Jtv/Ui3ceTT2mzz5o1mZt0gnBpmsdjqRqVlmplcPdqa7X23kL9brdm2t/uBYDPn2+tyu48mtIGD10JTuUrukVrbCFiwDzcHrPjxKt7PW+AZQyT/WESO+1WL7f3o+WLHL2dYMSZsg6dg/z360ofvP4//v1NPzgs28WlWAAAAAElFTkSuQmCC)
    no-repeat 50% 50%;
  background-size: 80%;
}
.iziToast > .iziToast-body .iziToast-icon.ico-success {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt0UjBAAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==)
    no-repeat 50% 50%;
  background-size: 85%;
}
.iziToast > .iziToast-body .iziToast-icon.ico-question {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEhFovxTxAAAEDklEQVRo3s2ZTWgTQRTHf03ipTRUqghNSgsRjHgQrFUQC6JgD1Kak3gQUUoPqRdBglf1oBehBws9Cn4cGk+1SOmh2upBxAYVoeJHrR9tgq0i1Cq0lqYeks7MbpPdmU00/c8hm9n33v/t7Nt5M2+qMEWQI0QIibZKRrQpHvLL2KI2wnQzzBKrDm2RIeKEy01dTYKUI7G1ZRknQXV5yP10kTYgly1NF/5S6duZ8ES+1iZodyaocrjXxE0OFeifYYgp0mRIkwFChAkRJsIxGgrIP+I0n82fvZW5dc/zkss0O2o1c5mX6/TmaDWl77RFe5YkUW3tKEmyFv0lOvXJ/fTYnmCEFuMRbGHEZqVHLyT9DFjUJmkzJl9DG5MWWwM6Llif/gF1nukB6nhgGwUXdFrE+wiURA8QoM9i0zEWWpXQW+ZsyeRrOMuyEo5Fv4gmy4dXPvqcC+pH2VRYaMwy+OWG+iLGCgm0W0Kv9HdvR8ASjmKCXpuK/bxiV/76A/v5UdDIZuKcJGjrnec5KZ7wwsWFOp6xPX/9mt2sqDe7FO+Kf/fXHBPPDWpdXGhTpLvUG9VKwh1xMDDjkvu+cNDFBTk7ptX1QkKZ850m3duu6fcrWxwdaFFyREJ2j4vOpKP6Du6z4uJCv8sYJIVkCnJBGGZaBONO3roY2EqNrSfIPi7SKP4fdXyNUd6I6wbSAHEl33tFLe+FlSsusnK90A0+oEPcuufZgXnOi+u9LrKSJQZQw6LwqBnv2CKsfHORbFbyQhA6xN/pEuihSdj56Co7LWRjPiKie6gkB2LiKuUqK5kiPkLiz1QJ9K1cNXBAMoUCigNpQ9IqDtMI1HKA4/jyvUsaoSyZLA5kjOjDPFZen8Ql5TsvBskUgjciIPSX3QAXC86DT7VWvlEh/xZ+ij9BDVWJ0QL0SbZq6QaFxoLPcXPmBLveLCc4wXdDK6s+6/vwhCSniFLPXW0NJe5UB8zKCsviqpc7vGPVQFcyZbyPwGD+d5ZnxmNWlhG4xSBZZjivjIWHEQgoDkSMjMwTo54569JSE5IpA7EyJSMTyGTUAUFlO1ZKOtaHTMeL1PhYYFTcihmY2cQ5+ullj7EDkiVfVez2sCTz8yiv84djhg7IJVk81xFWJlPdfHBG0flkRC/zQFZ+DSllNtfDdUsOMCliyGX5uOzU3ZhIXFDof4m1gDuKbEx0t2YS25gVGpcMnr/I1kx3c6piB8P8ZoqEwfMX3ZyCXynJTmq/U7NUXqfUzCbWL1wqVKBQUeESzQYoUlW8TAcVL1RCxUu1G6BYXfFyfQ4VPbDI4T8d2WzgQ6sc/vmxnTsqfHCZQzUJxm1h5dxS5Tu6lQgTZ0ipqRVqSwzTbbLHMt+c19iO76tsx/cLZub+Ali+tYC93olEAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjE3KzAyOjAwjKtfjgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxNyswMjowMP325zIAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC)
    no-repeat 50% 50%;
  background-size: 85%;
}
.iziToast > .iziToast-body .iziToast-message,
.iziToast > .iziToast-body .iziToast-title {
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  float: left;
  white-space: normal;
}
.iziToast > .iziToast-body .iziToast-title {
  color: #000;
  margin: 0;
}
.iziToast > .iziToast-body .iziToast-message {
  margin: 0 0 10px;
  color: #0009;
}
.iziToast.iziToast-animateInside .iziToast-buttons-child,
.iziToast.iziToast-animateInside .iziToast-icon,
.iziToast.iziToast-animateInside .iziToast-inputs-child,
.iziToast.iziToast-animateInside .iziToast-message,
.iziToast.iziToast-animateInside .iziToast-title {
  opacity: 0;
}
.iziToast-target {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.iziToast-target .iziToast-capsule {
  overflow: hidden;
}
.iziToast-target .iziToast-capsule:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.iziToast-target .iziToast-capsule .iziToast {
  width: 100%;
  float: left;
}
.iziToast-wrapper {
  z-index: 99999;
  position: fixed;
  width: 100%;
  pointer-events: none;
  display: flex;
  flex-direction: column;
}
.iziToast-wrapper .iziToast.iziToast-balloon:before {
  border-right: 0 solid transparent;
  border-left: 15px solid transparent;
  border-top: 10px solid #000;
  border-top-color: inherit;
  right: 8px;
  left: auto;
}
.iziToast-wrapper-bottomLeft {
  left: 0;
  bottom: 0;
  text-align: left;
}
.iziToast-wrapper-bottomLeft .iziToast.iziToast-balloon:before,
.iziToast-wrapper-topLeft .iziToast.iziToast-balloon:before {
  border-right: 15px solid transparent;
  border-left: 0 solid transparent;
  right: auto;
  left: 8px;
}
.iziToast-wrapper-bottomRight {
  right: 0;
  bottom: 0;
  text-align: right;
}
.iziToast-wrapper-topLeft {
  left: 0;
  top: 0;
  text-align: left;
}
.iziToast-wrapper-topRight {
  top: 0;
  right: 0;
  text-align: right;
}
.iziToast-wrapper-topCenter {
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.iziToast-wrapper-bottomCenter,
.iziToast-wrapper-center {
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.iziToast-wrapper-center {
  top: 0;
  justify-content: center;
  flex-flow: column;
  align-items: center;
}
.iziToast-rtl {
  direction: rtl;
  padding: 8px 0 9px 45px;
  font-family: Tahoma, Lato, Arial;
}
.iziToast-rtl .iziToast-cover {
  left: auto;
  right: 0;
}
.iziToast-rtl .iziToast-close {
  right: auto;
  left: 0;
}
.iziToast-rtl .iziToast-body {
  padding: 0 10px 0 0;
  margin: 0 16px 0 0;
  text-align: right;
}
.iziToast-rtl .iziToast-body .iziToast-buttons,
.iziToast-rtl .iziToast-body .iziToast-inputs,
.iziToast-rtl .iziToast-body .iziToast-message,
.iziToast-rtl .iziToast-body .iziToast-texts,
.iziToast-rtl .iziToast-body .iziToast-title {
  float: right;
  text-align: right;
}
.iziToast-rtl .iziToast-body .iziToast-icon {
  left: auto;
  right: 0;
}
@media only screen and (min-width: 568px) {
  .iziToast-wrapper {
    padding: 10px 15px;
  }
  .iziToast {
    margin: 5px 0;
    border-radius: 3px;
    width: auto;
  }
  .iziToast:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    box-shadow: inset 0 -10px 20px -10px #0003, inset 0 0 5px #0000001a,
      0 8px 8px -5px #00000040;
  }
  .iziToast:not(.iziToast-rtl) .iziToast-cover {
    border-radius: 3px 0 0 3px;
  }
  .iziToast.iziToast-rtl .iziToast-cover {
    border-radius: 0 3px 3px 0;
  }
  .iziToast.iziToast-color-dark:after {
    box-shadow: inset 0 -10px 20px -10px #ffffff4d, 0 10px 10px -5px #00000040;
  }
  .iziToast.iziToast-balloon .iziToast-progressbar {
    background: 0 0;
  }
  .iziToast.iziToast-balloon:after {
    box-shadow: 0 10px 10px -5px #00000040, inset 0 10px 20px -5px #00000040;
  }
  .iziToast-target .iziToast:after {
    box-shadow: inset 0 -10px 20px -10px #0003, inset 0 0 5px #0000001a;
  }
}
.iziToast.iziToast-theme-dark {
  background: #565c70;
  border-color: #565c70;
}
.iziToast.iziToast-theme-dark .iziToast-title {
  color: #fff;
}
.iziToast.iziToast-theme-dark .iziToast-message {
  color: #ffffffb3;
  font-weight: 300;
}
.iziToast.iziToast-theme-dark .iziToast-close {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgCR4OIQIPSao6AAAAwElEQVRIx72VUQ6EIAwFmz2XB+AConhjzqTJ7JeGKhLYlyx/BGdoBVpjIpMJNjgIZDKTkQHYmYfwmR2AfAqGFBcO2QjXZCd24bEggvd1KBx+xlwoDpYmvnBUUy68DYXD77ESr8WDtYqvxRex7a8oHP4Wo1Mkt5I68Mc+qYqv1h5OsZmZsQ3gj/02h6cO/KEYx29hu3R+VTTwz6D3TymIP1E8RvEiiVdZfEzicxYLiljSxKIqlnW5seitTW6uYnv/Aqh4whX3mEUrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA5LTMwVDE0OjMzOjAyKzAyOjAwl6RMVgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wOS0zMFQxNDozMzowMiswMjowMOb59OoAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC)
    no-repeat 50% 50%;
  background-size: 8px;
}
.iziToast.iziToast-theme-dark .iziToast-icon {
  color: #fff;
}
.iziToast.iziToast-theme-dark .iziToast-icon.ico-info {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vroaSAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=)
    no-repeat 50% 50%;
  background-size: 85%;
}
.iziToast.iziToast-theme-dark .iziToast-icon.ico-warning {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAllBMVEUAAAD////+//3+//3+//3///////z+//3+//3+//3////////////9//3////+//39//3///3////////////+//3+//39//3///z+//z+//7///3///3///3///3////////+//3+//3+//3+//z+//3+//7///3///z////////+//79//3///3///z///v+//3///+trXouAAAAMHRSTlMAB+j87RBf+PXiCwQClSPYhkAzJxnx05tSyadzcmxmHRbp5d7Gwrh4TDkvsYt/WkdQzCITAAAB1UlEQVRYw+3XaXKCQBCGYSIIighoxCVqNJrEPfly/8vFImKXduNsf/Mc4K1y7FnwlMLQc/bUbj85R6bA1LXRDICg6RjJcZa7NQYtnLUGTpERSiOXxrOPkv9s30iGKDmtbYir3H7OUHJa2ylAuvZzRvzUfs7Ii/2cgfTt54x82s8ZSM848gJmYtroQzA2jHwA+LkBIEuMGt+QIng1igzlyMrkuP2CyOi47axRaYTL5jhDJehoR+aovC29s3iIyly3Eb+hRCvZo2qsGTnhKr2cLDS+J73GsqBI9W80UCmWWpEuhIjh6ZRGjyNRarjzKGJ2Ou2himCvjHwqI+rTqQdlRH06TZQR9ek0hiqiPp06mV4ke7QPX6ERUZxO8Uo3sqrfhxvoRrCpvXwL/UjR9GRHMIvLgke4d5QbiwhM6JV2YKKF4vIl7XIBkwm4keryJVmvk/TfwcmPwQNkUQuyA2/sYGwnXL7GPu4bW1jYsmevrNj09/MGZMOEPXslQVqO8hqykD17JfPHP/bmo2yGGpdZiH3IZvzZa7B3+IdDjjpjesHJcvbs5dZ/e+cddVoDdvlq7x12Nac+iN7e4R8OXTjp0pw5CGnOLNDEzeBs5gVwFniAO+8f8wvfeXP2hyqnmwAAAABJRU5ErkJggg==)
    no-repeat 50% 50%;
  background-size: 85%;
}
.iziToast.iziToast-theme-dark .iziToast-icon.ico-error {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMA3BsB98QV8uSyWVUFz6RxYwzYvbupmYqAaU1FQTXKv7abj4d1azKNUit3AAACZElEQVRYw7WXaZOCMAyGw30UORRQBLxX/v8/3BkaWjrY2szO5otKfGrzJrEp6Kw6F8f8sI+i/SE/FucKSBaWiT8p5idlaEtnXTB9tKDLLHAvdSatOan3je93k9F2vRF36+mr1a6eH2NFNydoHq/ieU/UXcWjjk9XykdNWq2ywtp4tXL6Wb2T/MqtzzZutsrNyfvA51KoQROhVCjfrnASIRpSVUZiD5v4RbWExjRdJzSmOsZFvzYz59kRSr6V5zE+/QELHkNdb3VRx45HS1b1u+zfkkcbRAZ3qJ9l/A4qefHUDMShJe+6kZKJDD2pLQ9Q4lu+5Q7rz7Plperd7AtQEgIPI6o2dxr2D4GXvxqCiKcn8cD4gxIAEt7/GYkHL16KqeJd0NB4gJbXfgVnzCGJlzGcocCVSLzUvoAj9xJ4NF7/R8gxoVQexc/hgBpSebjPjgPs59cHmYfn7NkDb6wXmUf1I1ygIPPw4gtgCE8yDw8eAop4J/PQcBExjQmZx37MsZB2ZB4cLKQCG5vKYxMWSzMxIg8pNtOyUkvkocEmXGo69mh8FgnxS4yBwMvDrJSNHZB4uC3ayz/YkcIP4lflwVIT+OU07ZSjrbTkZQ6dTPkYubZ8GC/Cqxu6WvJZII93dcCw46GdNqdpTeF/tiMOuDGB9z/NI6NvyWetGPM0g+bVNeovBmamHXWj0nCbEaGeTMN2PWrqd6cM26ZxP2DeJvj+ph/30Zi/GmRbtlK5SptI+nwGGnvH6gUruT+L16MJHF+58rwNIifTV0vM8+hwMeOXAb6Yx0wXT+b999WXfvn+8/X/F7fWzjdTord5AAAAAElFTkSuQmCC)
    no-repeat 50% 50%;
  background-size: 80%;
}
.iziToast.iziToast-theme-dark .iziToast-icon.ico-success {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==)
    no-repeat 50% 50%;
  background-size: 85%;
}
.iziToast.iziToast-theme-dark .iziToast-icon.ico-question {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEg18vki+AAAETUlEQVRo3s1ZTWhbRxD+VlIuxsLFCYVIIQYVopBDoK5bKDWUBupDMNbJ5FBKg/FBziUQdE9yaC+FHBrwsdCfQ9RTGoLxwWl+DqHEojUFFydxnB9bInZDqOsErBrr6yGvs/ueX97bldTKo4Pe7puZb3Z33s7srIIjMY1jyCEjP6ImvyX8pF64arSHznKC06wzijY5xSKz7YbuYokV2lODsyyxqz3gSY6z6gCuqcpxJluFH+Z8U+D/0jyHoxFUBHgfvsGHIS9WMIUlVFFDFTUAGWSRQRY5HMeBEP6b+Ew9dh/7INd2jGeO59kfKdXP85zbIbfGQVf4sYC3N1hm3lo6zzIbPvk6x+zBk7wQGMEMB5xncIAzAS0XrFySSV72iS1yyBVcdA1x0afrsoUJgdFfY2+z8ADAXl7zz0KcwJiPfZKpVuABgClO+nRG+QIHDdfb4qlWwUXvKW4Z7vi6L4J9vg+vbfCeCeZH2RfOdMOc/HbCA4BvIW6EMQz7XK/ltd+hP+VzR9mgva2YSfyGI17fA7ynnocqeQNFfIJ0oHsdv6CC2+rXGBN6cQdveY3fcVRtmy/HDete+93zy8jA8zV7YkwYMrjHzRddRsCdiVCwwmh6wg9iTNC7Y9XIF1iS7kbUpsvvGEdPuTfSgAEjRpR096x0liPFD/Eqt2NMuBQzB2XhrACAApjFsuQFh9XdGAX70B3oSuNdnMVBaX+sopYxjwVpHFBVACyKTXNoktjD+6Ll8xhenS9MAAkAI/Lux2YNUOs4I413Ypg1SgEAu7kpFvWjaeJe0fJHDGe/cNaZBkekudw8PMA+0fMwlndZeAsJ5KR/qhUDUJCnSiyvRsolkJHGUgvjH8QXDgZopEzKMKDqCKrwEQ4C6MH7GEXC665buLJG8hlQc4LP4paxfJrOqYVYYY2UARfEIazTbgDg2dB98GebzJd54b8L/iWNdLyooeR6CHyZ+6xk0yKxkYg6nEVSUG4VJ9QJ9cxRCxO+9WiOyvgUeexXP1hLGH5nGuBWVtiSp4vqe3VP0UFWI9Wan4Er3v8q7jjPWVtm4FtcQQMrOKO2nOQCM5AyDMi56FDrKHA/1nyppS1ppBpYaE8wciEjGI2AaeM41kI4doDX4XiT3Qm1gevyruCgZg9P8xIv8m1nCzTKq6oiJ9xTMiZ505P5m8cdZ0CnZMVXHVljM7WMBzxpyDxygtdxoCEFTaMIWbZU85UvBjgUMYy0fBaAF8V1Lj9qWQ1aMZ5f4k9r+AGMSkMP1vZoZih6k6sicc5h/OFHM9vDqU/VIU7zJZdYYsKGH4g4nAJMGiXZRds1pVMoZ69RM5vfkbh0qkBhsnS2RLMLilQdL9MBHS9UAh0v1e6CYnXHy/WeeCcvLDwl/9OVze69tPKM+M+v7eJN6OzFpWdEF0ucDbhVNFXadnVrmJFlkVNGTS2M6pzmhMvltfPhnN2B63sVuL7fcNP3D1TSk2ihosPrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjEzKzAyOjAweOR7nQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxMyswMjowMAm5wyEAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC)
    no-repeat 50% 50%;
  background-size: 85%;
}
.iziToast.iziToast-theme-dark .iziToast-buttons > a,
.iziToast.iziToast-theme-dark .iziToast-buttons > button,
.iziToast.iziToast-theme-dark .iziToast-buttons > input {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.iziToast.iziToast-theme-dark .iziToast-buttons > a:hover,
.iziToast.iziToast-theme-dark .iziToast-buttons > button:hover,
.iziToast.iziToast-theme-dark .iziToast-buttons > input:hover {
  background: rgba(255, 255, 255, 0.2);
}
.iziToast.iziToast-theme-dark .iziToast-buttons > a:focus,
.iziToast.iziToast-theme-dark .iziToast-buttons > button:focus,
.iziToast.iziToast-theme-dark .iziToast-buttons > input:focus {
  box-shadow: 0 0 0 1px #fff9;
}
.iziToast.iziToast-color-red {
  background: rgba(255, 175, 180, 0.9);
  border-color: #ffafb4e6;
}
.iziToast.iziToast-color-orange {
  background: rgba(255, 207, 165, 0.9);
  border-color: #ffcfa5e6;
}
.iziToast.iziToast-color-yellow {
  background: rgba(255, 249, 178, 0.9);
  border-color: #fff9b2e6;
}
.iziToast.iziToast-color-blue {
  background: rgba(157, 222, 255, 0.9);
  border-color: #9ddeffe6;
}
.iziToast.iziToast-color-green {
  background: rgba(166, 239, 184, 0.9);
  border-color: #a6efb8e6;
}
.iziToast.iziToast-layout2 .iziToast-body .iziToast-message,
.iziToast.iziToast-layout2 .iziToast-body .iziToast-texts {
  width: 100%;
}
.iziToast.iziToast-layout3 {
  border-radius: 2px;
}
.iziToast.iziToast-layout3:after {
  display: none;
}
.iziToast .revealIn,
.iziToast.revealIn {
  -webkit-animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both;
  -moz-animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both;
  animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both;
}
.iziToast .slideIn,
.iziToast.slideIn {
  -webkit-animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  -moz-animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
}
.iziToast.bounceInLeft {
  -webkit-animation: iziT-bounceInLeft 0.7s ease-in-out both;
  animation: iziT-bounceInLeft 0.7s ease-in-out both;
}
.iziToast.bounceInRight {
  -webkit-animation: iziT-bounceInRight 0.85s ease-in-out both;
  animation: iziT-bounceInRight 0.85s ease-in-out both;
}
.iziToast.bounceInDown {
  -webkit-animation: iziT-bounceInDown 0.7s ease-in-out both;
  animation: iziT-bounceInDown 0.7s ease-in-out both;
}
.iziToast.bounceInUp {
  -webkit-animation: iziT-bounceInUp 0.7s ease-in-out both;
  animation: iziT-bounceInUp 0.7s ease-in-out both;
}
.iziToast .fadeIn,
.iziToast.fadeIn {
  -webkit-animation: iziT-fadeIn 0.5s ease both;
  animation: iziT-fadeIn 0.5s ease both;
}
.iziToast.fadeInUp {
  -webkit-animation: iziT-fadeInUp 0.7s ease both;
  animation: iziT-fadeInUp 0.7s ease both;
}
.iziToast.fadeInDown {
  -webkit-animation: iziT-fadeInDown 0.7s ease both;
  animation: iziT-fadeInDown 0.7s ease both;
}
.iziToast.fadeInLeft {
  -webkit-animation: iziT-fadeInLeft 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
  animation: iziT-fadeInLeft 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}
.iziToast.fadeInRight {
  -webkit-animation: iziT-fadeInRight 0.85s cubic-bezier(0.25, 0.8, 0.25, 1)
    both;
  animation: iziT-fadeInRight 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}
.iziToast.flipInX {
  -webkit-animation: iziT-flipInX 0.85s cubic-bezier(0.35, 0, 0.25, 1) both;
  animation: iziT-flipInX 0.85s cubic-bezier(0.35, 0, 0.25, 1) both;
}
.iziToast.fadeOut {
  -webkit-animation: iziT-fadeOut 0.7s ease both;
  animation: iziT-fadeOut 0.7s ease both;
}
.iziToast.fadeOutDown {
  -webkit-animation: iziT-fadeOutDown 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91)
    both;
  animation: iziT-fadeOutDown 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
}
.iziToast.fadeOutUp {
  -webkit-animation: iziT-fadeOutUp 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91)
    both;
  animation: iziT-fadeOutUp 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
}
.iziToast.fadeOutLeft {
  -webkit-animation: iziT-fadeOutLeft 0.5s ease both;
  animation: iziT-fadeOutLeft 0.5s ease both;
}
.iziToast.fadeOutRight {
  -webkit-animation: iziT-fadeOutRight 0.5s ease both;
  animation: iziT-fadeOutRight 0.5s ease both;
}
.iziToast.flipOutX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation: iziT-flipOutX 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
  animation: iziT-flipOutX 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
}
.iziToast-overlay.fadeIn {
  -webkit-animation: iziT-fadeIn 0.5s ease both;
  animation: iziT-fadeIn 0.5s ease both;
}
.iziToast-overlay.fadeOut {
  -webkit-animation: iziT-fadeOut 0.7s ease both;
  animation: iziT-fadeOut 0.7s ease both;
}
@-webkit-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 1);
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 1);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(50px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-webkit-keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(280px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  70% {
    -webkit-transform: translateX(10px);
  }
  to {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-280px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  70% {
    -webkit-transform: translateX(-10px);
  }
  to {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(10px);
  }
  70% {
    -webkit-transform: translateY(-5px);
  }
  to {
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
  }
  70% {
    -webkit-transform: translateY(5px);
  }
  to {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1);
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1);
  }
  to {
    opacity: 1;
  }
}
@keyframes iziT-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1);
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    transform: translate(50px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@-webkit-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    transform: translate(50px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@-o-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    transform: translate(50px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes iziT-slideIn {
  0% {
    opacity: 0;
    transform: translate(50px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@-moz-keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    transform: translate(280px);
  }
  50% {
    opacity: 1;
    transform: translate(-20px);
  }
  70% {
    transform: translate(10px);
  }
  to {
    transform: translate(0);
  }
}
@-webkit-keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    transform: translate(280px);
  }
  50% {
    opacity: 1;
    transform: translate(-20px);
  }
  70% {
    transform: translate(10px);
  }
  to {
    transform: translate(0);
  }
}
@-o-keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    transform: translate(280px);
  }
  50% {
    opacity: 1;
    transform: translate(-20px);
  }
  70% {
    transform: translate(10px);
  }
  to {
    transform: translate(0);
  }
}
@keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    transform: translate(280px);
  }
  50% {
    opacity: 1;
    transform: translate(-20px);
  }
  70% {
    transform: translate(10px);
  }
  to {
    transform: translate(0);
  }
}
@-moz-keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    transform: translate(-280px);
  }
  50% {
    opacity: 1;
    transform: translate(20px);
  }
  70% {
    transform: translate(-10px);
  }
  to {
    transform: translate(0);
  }
}
@-webkit-keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    transform: translate(-280px);
  }
  50% {
    opacity: 1;
    transform: translate(20px);
  }
  70% {
    transform: translate(-10px);
  }
  to {
    transform: translate(0);
  }
}
@-o-keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    transform: translate(-280px);
  }
  50% {
    opacity: 1;
    transform: translate(20px);
  }
  70% {
    transform: translate(-10px);
  }
  to {
    transform: translate(0);
  }
}
@keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    transform: translate(-280px);
  }
  50% {
    opacity: 1;
    transform: translate(20px);
  }
  70% {
    transform: translate(-10px);
  }
  to {
    transform: translate(0);
  }
}
@-moz-keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  50% {
    opacity: 1;
    transform: translateY(10px);
  }
  70% {
    transform: translateY(-5px);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  50% {
    opacity: 1;
    transform: translateY(10px);
  }
  70% {
    transform: translateY(-5px);
  }
  to {
    transform: translateY(0);
  }
}
@-o-keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  50% {
    opacity: 1;
    transform: translateY(10px);
  }
  70% {
    transform: translateY(-5px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  50% {
    opacity: 1;
    transform: translateY(10px);
  }
  70% {
    transform: translateY(-5px);
  }
  to {
    transform: translateY(0);
  }
}
@-moz-keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  50% {
    opacity: 1;
    transform: translateY(-10px);
  }
  70% {
    transform: translateY(5px);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  50% {
    opacity: 1;
    transform: translateY(-10px);
  }
  70% {
    transform: translateY(5px);
  }
  to {
    transform: translateY(0);
  }
}
@-o-keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  50% {
    opacity: 1;
    transform: translateY(-10px);
  }
  70% {
    transform: translateY(5px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  50% {
    opacity: 1;
    transform: translateY(-10px);
  }
  70% {
    transform: translateY(5px);
  }
  to {
    transform: translateY(0);
  }
}
@-moz-keyframes iziT-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes iziT-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes iziT-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes iziT-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes iziT-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes iziT-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes iziT-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes iziT-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes iziT-fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes iziT-fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes iziT-fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes iziT-fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes iziT-fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes iziT-fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes iziT-fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes iziT-fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes iziT-fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes iziT-fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes iziT-fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes iziT-fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes iziT-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes iziT-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-o-keyframes iziT-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes iziT-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-moz-keyframes iziT-fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes iziT-fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes iziT-fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes iziT-fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes iziT-fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes iziT-fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-o-keyframes iziT-fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes iziT-fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-moz-keyframes iziT-fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes iziT-fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-o-keyframes iziT-fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes iziT-fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-moz-keyframes iziT-fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
}
@-webkit-keyframes iziT-fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
}
@-o-keyframes iziT-fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
}
@keyframes iziT-fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
}
@-moz-keyframes iziT-fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
}
@-webkit-keyframes iziT-fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
}
@-o-keyframes iziT-fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
}
@keyframes iziT-fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
}
@-moz-keyframes iziT-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes iziT-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes iziT-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes iziT-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-grey: #333333;
  --color-grey-2: #7d808c;
  --color-blue: #3274d7;
  --color-red: #c04a4a;
  --color-green-light: #7c50fb;
  --color-purple-2: #9171ed;
  --app-height: 100vh;
}
@font-face {
  font-family: PureHeart;
  src: url(/fonts/PureHeart-Regular.woff) format("woff"),
    url(/fonts/PureHeart-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Bison;
  src: url(/assets/Bison-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -ms-overflow-style: none;
}
@media only screen and (min-width: 850px) {
  ::-webkit-scrollbar {
    height: 5px;
    width: 5px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #6d6b8d;
    border-radius: 17px;
  }
}
::-webkit-scrollbar-button {
  display: none;
}
::selection {
  color: #fff;
  background-color: #6d6b8d;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s;
}
.fade-enter-from,
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
html,
body,
.app,
.layout,
#app {
  padding: 0;
  margin: 0;
  color: var(--color-white);
  font-family: Rubik;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  background-color: var(--color-black);
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
}
body {
  overflow-y: visible !important;
}
a,
button {
  outline: none;
  border: none;
  background-color: transparent;
  text-decoration: none;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
  font-size: 1.6rem;
  transition: all 0.3s;
  display: inline-block;
}
ul {
  list-style: none;
}
input,
textarea {
  outline: none;
  border: none;
  background-color: transparent;
  font-family: inherit;
  color: inherit;
  font-size: 1.6rem;
}
@media only screen and (max-width: 850px) {
  input,
  textarea {
    font-size: 13px;
  }
}
textarea {
  resize: none;
  overflow: hidden;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}
img,
picture,
source,
video,
svg {
  pointer-events: none !important;
  -webkit-user-drag: none !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
html {
  font-size: 10px;
}
@media only screen and (max-width: 1300px) {
  html {
    font-size: 8.96px;
  }
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 8.36px;
  }
}
@media only screen and (max-width: 1100px) {
  html {
    font-size: 8.04px;
  }
}
@media only screen and (max-width: 900px) {
  html {
    font-size: 7.68px;
  }
}
@media only screen and (max-width: 800px) {
  html {
    font-size: 7.36px;
  }
}
@media only screen and (max-width: 700px) {
  html {
    font-size: 7.04px;
  }
}
@media only screen and (max-width: 680px) and (min-height: 800px) {
  html {
    font-size: 8px;
  }
}
@media only screen and (max-width: 600px) {
  html {
    font-size: 7.5px;
  }
}
@media only screen and (max-width: 450px) {
  html {
    font-size: 7.1px;
  }
}
@media only screen and (max-width: 350px) {
  html {
    font-size: 6.56px;
  }
}
@media only screen and (max-width: 1000px) and (max-height: 520px) {
  html {
    font-size: 7px;
  }
}
@media only screen and (min-width: 1650px) {
  html {
    font-size: 11.68px;
  }
}
@media only screen and (min-width: 2400px) {
  html {
    font-size: 12.5px;
  }
}
