@import url("./bootstrap-grid.css");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200300400500600700800&display=swap");
@font-face {
  font-family: Whitney;
  font-style: medium;
  font-weight: 400;
  src: url("./fonts/Whitney.woff") format("woff");
}
@font-face {
  font-family: Whitney;
  font-style: medium;
  font-weight: 500;
  src: url("./fonts/Whitney-Medium.woff2") format("woff2");
}
@font-face {
  font-family: Whitney;
  font-style: semibold;
  font-weight: 600;
  src: url("./fonts/Whitney-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: Whitney;
  font-style: semibold;
  font-weight: 700;
  src: url("./fonts/Whitney-Bold.woff2") format("woff2");
}
* {
  box-sizing: border-box;
  transition: 0.3s ease;
}

::-moz-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: #24EAC6;
  color: black;
}

::selection {
  background-color: #24EAC6;
  color: black;
}

input, textarea {
  outline: none;
}

.checkbox-item {
  position: relative;
  padding-left: 25px;
}
.checkbox-item input[type=checkbox], .checkbox-item input[type=radio] {
  display: none;
}
.checkbox-item input[type=checkbox] + label, .checkbox-item input[type=radio] + label {
  cursor: pointer;
}
.checkbox-item input[type=checkbox] + label::after, .checkbox-item input[type=radio] + label::after {
  content: "";
  cursor: pointer;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  background-color: transparent;
  left: 0;
  top: 1px;
  transition: 0.3s ease;
  background-color: #fff;
  border-radius: 3px;
  transition: 0.3s ease;
}
.checkbox-item input[type=checkbox] + label::after:hover::before, .checkbox-item input[type=radio] + label::after:hover::before {
  background-color: #fff;
}
.checkbox-item input[type=radio] + label::after {
  border-radius: 50%;
}
.checkbox-item input[type=checkbox]:checked + label::after, .checkbox-item input[type=radio]:checked + label::after {
  width: 15px;
  height: 15px;
}
.checkbox-item input[type=checkbox]:checked + label::before, .checkbox-item input[type=radio]:checked + label::before {
  content: "";
  cursor: pointer;
  display: inline-block;
  width: 8px;
  height: 8px;
  left: 3.5px;
  top: 4.5px;
  transition: 0.3s ease;
  border-radius: 3px;
  z-index: 5;
  transition: 0.3s ease;
}
.checkbox-item label {
  font-weight: 500;
  color: #000;
  font-size: 14px;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  font-family: "neue-haas-grotesk-display", sans-serif;
  overflow-x: hidden;
  color: #fff;
  background-color: #000;
  margin: 0;
}
body.loud-overflow {
  overflow: hidden;
}

.prelouder {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.prelouder .louder {
  width: 280px;
  height: 20px;
  background-color: #fff;
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}

.prelouder .louder span {
  text-transform: uppercase;
  color: #f4f4f4;
  line-height: 20px;
  display: block;
  z-index: 2;
  position: relative;
  font-size: 13px;
  font-weight: 800;
}

.prelouder .louder::before {
  content: "";
  width: 180px;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1;
  animation: line-animated-wait-prelouder 2s linear infinite;
}

.loaded .prelouder {
  display: none;
}

@keyframes line-animated-wait-prelouder {
  0% {
    left: -180px;
  }
  100% {
    left: 100%;
  }
}
h1, p {
  margin: 0;
  padding: 0;
  font-family: "neue-haas-grotesk-display", sans-serif;
}

section {
  position: relative;
}

img {
  width: 100%;
  pointer-events: none;
  cursor: default;
}
img::-moz-selection {
  background-color: transparent;
  color: #fff;
}
img::selection {
  background-color: transparent;
  color: #fff;
}

.wallet-logo {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  margin-left: 0 !important;
}
.wallet-logo .img-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 120px;
  height: auto;
}
.wallet-logo .img-wrap img {
  width: 100%;
}
.wallet-logo span {
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  margin-left: 14px;
  display: none;
}

.up-header {
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: relative;
  z-index: 2;
}
.up-header .wallet-logo .img-wrap {
  width: 140px;
}

.header-for-join {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  letter-spacing: 1px;
}

.signature-for-join {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  flex-wrap: wrap;
  margin-top: 12px;
  letter-spacing: 0.5px;
}
.signature-for-join .txt-btn {
  font-size: 18px;
  margin-top: 0;
  margin-left: 10px;
  font-weight: 500;
}

.cs-chart-round-button {
  background-color: transparent !important;
}

.wallet-main-wrap {
  position: relative;
  padding: 40px 15px;
  padding-top: 0;
  background-color: #000;
  border-radius: 0 0 21px 21px;
}
.wallet-main-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-image: url("./img/06.png");
  filter: blur(90px);
  opacity: 0.42;
  top: 0;
  left: 0;
  animation: bluranim 7s linear infinite;
}
@keyframes bluranim {
  0% {
    opacity: 0.42;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.42;
  }
}
.wallet-main-wrap .wallet-inner-block {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  border-radius: 0;
}
.wallet-main-wrap .wallet-inner-block.-registration {
  max-width: 600px !important;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}
.wallet-main-wrap .wallet-inner-block.-registration .top-part-nav {
  justify-content: center;
  padding: 20px 10px;
  align-items: center;
  background-image: url("./img/gradient.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0;
  border-radius: 0;
}
.wallet-main-wrap .wallet-inner-block.-registration .top-part-nav .img-wrap {
  width: 200px;
}
.wallet-main-wrap .wallet-inner-block.-registration .main-inner {
  background-color: #222;
  padding: 24px;
  border-radius: 0;
  border-top: 0;
}
.wallet-main-wrap .wallet-inner-block.-registration .main-inner .decor-wrap {
  padding: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.wallet-main-wrap .wallet-inner-block.-registration .main-inner .decor-wrap img {
  width: 70%;
}
.wallet-main-wrap .wallet-inner-block.-registration .main-inner .left-part {
  width: 100%;
  padding-right: 0;
}
.wallet-main-wrap .wallet-inner-block.-registration .main-inner .left-part .inputs-wrap {
  display: flex;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wallet-main-wrap .wallet-inner-block.-registration .main-inner .left-part .inputs-wrap .input-wrap.w50 {
  width: calc(50% - 12px);
}
.wallet-main-wrap .wallet-inner-block .top-part-nav {
  width: 100%;
  border-radius: 0;
  display: flex;
  align-items: stretch;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
  justify-content: center;
}
.wallet-main-wrap .wallet-inner-block .top-part-nav .item-wallet {
  position: relative;
  display: flex;
  width: auto;
  height: 60px;
  align-items: center;
  padding: 0 20px;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  color: #fff;
  cursor: pointer;
  letter-spacing: 1px;
}
.wallet-main-wrap .wallet-inner-block .top-part-nav .item-wallet::before {
  width: 0%;
  content: "";
  position: absolute;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #14f195;
  border-radius: 0;
}
.wallet-main-wrap .wallet-inner-block .top-part-nav .item-wallet.active {
  color: #14f195;
}
.wallet-main-wrap .wallet-inner-block .top-part-nav .item-wallet.active::before {
  width: 100%;
}
.wallet-main-wrap .wallet-inner-block .top-part-nav .item-wallet:hover {
  color: #14f195;
}
.wallet-main-wrap .main-inner {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px;
  flex-wrap: wrap;
  border: 1px solid #3a3a3a;
  box-shadow: 5px 5px 0px #3a3a3a;
}
.wallet-main-wrap .main-inner.-all-history .left-part {
  width: 100%;
  padding-right: 0;
}
.wallet-main-wrap .main-inner .left-part {
  width: 45%;
  position: relative;
  padding-right: 24px;
}
.wallet-main-wrap .main-inner .right-part {
  width: 55%;
  position: relative;
  background-color: #000;
  padding-top: 0;
  border: 1px solid #3a3a3a;
}
.wallet-main-wrap .main-inner .right-part::before {
  content: "";
  position: absolute;
  height: 30px;
  background-color: #f2f2f2;
  bottom: 0;
  width: 100%;
  z-index: 2;
  display: none;
}

.btns-actions {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 24px;
  padding-left: 15px;
}
.btns-actions .-deposit {
  margin-right: 20px;
}
.btns-actions .btn-s {
  font-size: 16px;
}

.btn-s {
  padding: 14px 20px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  border-radius: 0px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #14f195;
  text-transform: uppercase;
  box-shadow: 5px 5px 0 rgb(139, 139, 139);
}
.btn-s.-cancel {
  background-color: #222;
  color: #fff;
  border: 1px solid #3a3a3a;
}
.btn-s.-deposit {
  background-color: #14f195;
}
.btn-s.-send {
  background-color: #ffbc03;
}
.btn-s.-to-bank {
  background-color: #2a2a2a;
}
.btn-s.-to-bank span {
  white-space: nowrap;
}
.btn-s img {
  width: 16px;
  margin-right: 12px;
}
.btn-s:hover {
  opacity: 0.9;
}

.input-wrap {
  position: relative;
  width: 100%;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.input-wrap input, .input-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 48px;
  border-radius: 0px;
  outline: none;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  background-color: transparent;
  background-color: #f2f2f2;
  padding: 2px 12px;
  border: 1px solid transparent;
}
.input-wrap input:focus, .input-wrap select:focus {
  border: 1px solid #14f195;
  background-color: #fff !important;
}
.input-wrap input::-moz-placeholder, .input-wrap select::-moz-placeholder {
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.42);
}
.input-wrap input::placeholder, .input-wrap select::placeholder {
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.42);
}
.input-wrap select {
  background-image: url("data:image/svg+xmlcharset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  font-family: Inter, sans-serif;
}
.input-wrap option {
  font-family: Inter, sans-serif;
}
.input-wrap .error-msg {
  padding: 4px 8px;
  background-color: #f8595e;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  border-radius: 0;
  line-height: 1;
  margin-left: 0;
  margin-top: 0;
}
.input-wrap .signature-for-input {
  border-radius: 0;
  background-color: #000;
  border: 1px solid #3a3a3a;
  padding: 4px 8px;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  margin-left: 0;
  margin-bottom: -8px;
  position: relative;
  z-index: 2;
  border-radius: 0;
  box-shadow: none;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.input-wrap .signature-for-input span {
  color: red;
}

.amoult-ton {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 15px;
  background-color: #000;
  border: 1px solid #3a3a3a;
  box-shadow: 5px 5px 0px #3a3a3a;
  letter-spacing: 1px;
}
.amoult-ton .icon-ton {
  position: relative;
  width: 52px;
  min-width: 52px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
  display: none;
}
.amoult-ton .value-amoult {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
}

.mt24 {
  margin-top: 24px !important;
}

.mt8 {
  margin-top: 8px;
}

.checkbox-container {
  display: none !important;
}

.amoult-with-max {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  font-size: 14px;
  margin-top: 8px;
}
.amoult-with-max .setup-max {
  cursor: pointer;
  color: #24EAC6;
}
.amoult-with-max .setup-max:hover {
  transform: scale(1.1);
}

.header-of-block {
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  margin-top: 24px;
}

.transaction-history-list {
  position: relative;
  width: 100%;
  display: block;
  margin-top: 24px;
}
.transaction-history-list .transaction {
  padding: 8px;
  margin-top: 12px;
  position: relative;
  border-radius: 0;
  background-color: #000;
  display: block;
  border-radius: 0px;
  border: 1px solid #3a3a3a;
}
.transaction-history-list .transaction-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.transaction-history-list .transaction-inner .left-part-transaction {
  display: flex;
  align-items: center;
}
.transaction-history-list .transaction-inner .left-part-transaction .wrap-left-transaction .signature {
  margin-bottom: 5px;
  display: block;
}
.transaction-history-list .transaction-inner .left-part-transaction .wrap-left-transaction .signature span {
  margin-left: 5px;
}
.transaction-history-list .transaction-inner .right-part-transaction {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  justify-content: center;
}
.transaction-history-list .transaction-inner .icon-transaction {
  background-color: #000;
  width: 32px;
  height: 32px;
  min-width: 32px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}
.transaction-history-list .transaction-inner .icon-transaction.-send {
  background-image: url("./img/send.svg");
  background-size: 14px;
  background-position: 8px 10px;
  background-color: #ffbc03;
}
.transaction-history-list .transaction-inner .icon-transaction.-to-bank {
  background-image: url("./img/bank.png");
  background-size: 16px;
  background-position: center;
  background-color: #14f195;
}
.transaction-history-list .transaction-inner .icon-transaction.-receive {
  background-image: url("./img/receive.svg");
  background-size: 16px;
  background-position: center;
  background-color: #14f195;
}
.transaction-history-list .transaction-inner .adres {
  display: block;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 190px;
  font-size: 12px;
  color: #fff;
}
.transaction-history-list .transaction-inner .adres span {
  display: inline-block;
}
.transaction-history-list .transaction-inner .value-amoult {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.5px;
  color: #ffd103;
}
.transaction-history-list .transaction-inner .value-amoult.-green {
  color: #15f195;
}
.transaction-history-list .transaction-inner .value-amoult span {
  color: #fff;
  text-transform: uppercase;
}

.data-of-account {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 20px;
  flex-wrap: wrap;
}
.data-of-account .email-account {
  margin-right: 12px;
  margin-left: 15px;
}
.data-of-account .verified {
  margin-left: 4px;
}
.data-of-account .-id-account {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-left: 15px;
}
.data-of-account .-id-account .btn-s {
  padding: 4px;
  border-radius: 0;
  font-size: 12px;
  margin-left: 8px;
}
.data-of-account .-id-account span {
  color: #fff;
  margin-right: 4px;
}

.signature {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 5px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.signature.-error {
  color: #f8595e;
  font-weight: 500;
}
.signature.-alert {
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
}
.signature span {
  color: #a19c99;
  font-weight: 400;
}
.signature.-agree {
  line-height: 20px;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
}
.signature.-agree a {
  text-decoration: underline;
}

.txt-btn {
  color: #14f195;
  margin-top: 16px;
  display: flex;
  cursor: pointer;
  align-items: center;
  font-weight: 500;
  background-color: transparent;
  letter-spacing: 1px;
  margin-left: 10px;
}
.txt-btn:hover {
  color: #24EAC6;
}
.txt-btn:hover .circle-txt-btn {
  transform: scale(1.1);
}
.txt-btn:hover span {
  text-decoration: none;
}
.txt-btn .circle-txt-btn {
  color: #000;
  background-color: #14f195;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1;
  margin-left: 4px;
  font-size: 12px;
  text-decoration: none !important;
}

.transaction-error {
  padding: 8px;
  border-radius: 0;
  background-color: rgba(248, 89, 94, 0.14);
  border: 1px solid rgba(248, 89, 94, 0.14);
  margin-top: 8px;
  border-radius: 0;
}
.transaction-error.-block-alert {
  margin-top: 24px;
  border-radius: 0;
  padding: 16px;
  background-color: #222;
  border-radius: 0px;
  box-shadow: 0 10px 30px 0 rgba(47, 47, 47, 0.19);
  border: 1px solid #3a3a3a;
}
.transaction-error.-block-alert .value-error {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-top: 10px;
}
.transaction-error.-block-alert .txt-btn {
  margin-left: 0;
}
.transaction-error.-new-alert {
  margin-top: 24px;
  padding: 16px;
  background-color: #903134;
  overflow: hidden;
  position: relative;
  border-radius: 0px;
}
.transaction-error.-new-alert::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("./img/danger.png");
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: center;
  display: none;
}
.transaction-error.-new-alert .value-error {
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 2;
  margin-top: 10px;
}
.transaction-error.-new-alert .signature {
  color: #fff;
  position: relative;
  z-index: 2;
}
.transaction-error .value-error {
  font-size: 14px;
  line-height: 20px;
  color: #f8595e;
  letter-spacing: 0.5px;
}

.wallet-inner .hZwTPo {
  display: flex;
  justify-content: center;
}
.wallet-inner .hZwTPo .MEyUJ {
  max-width: 900px;
  position: relative;
}
.wallet-inner coin-stats-chart-widget {
  background-color: #000 !important;
  border-radius: 0;
}
.wallet-inner coin-stats-chart-widget a {
  opacity: 0 !important;
}
.wallet-inner coin-stats-chart-widget div > div {
  border-radius: 0;
}
.wallet-inner .hzvYAK {
  min-width: inherit;
}
.wallet-inner .esypfR {
  background-color: transparent;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
}

.modal-wrap {
  position: fixed;
  width: 100%;
  height: 100svh;
  left: 0;
  top: 0;
  z-index: 10000;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
}
.modal-wrap.-to-bank-send-modal .modal-inner {
  overflow-y: scroll;
}
.modal-wrap.-open {
  display: flex;
}
.modal-wrap.-small .modal-inner {
  max-width: 400px;
}
.modal-wrap .qr-wrap {
  padding: 12px 16px;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  margin-top: 16px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-wrap .qr-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 200px;
}
.modal-wrap .adres-wrap {
  font-size: 16px;
  color: #fff;
  word-break: break-word;
  padding: 8px;
  border-radius: 0;
  background-color: #f2f2f2;
  color: #000;
  font-weight: 600;
  margin-top: 14px;
  border-radius: 0px;
  letter-spacing: 0.5px;
}
.modal-wrap .adres-wrap .btn-s {
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-top: 8px;
  border-radius: 2px;
  background-color: #15f195;
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 0;
}
.modal-wrap .transaction-error {
  margin-top: 16px;
  border-radius: 0;
  background-color: #222;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 0px;
  border: 1px solid #3a3a3a;
}
.modal-wrap .transaction-error .value-error {
  color: rgba(255, 255, 255, 0.7);
}
.modal-wrap .inner-info-of-modal {
  padding: 24px;
  padding-top: 0;
}
.modal-wrap .btn-s {
  font-size: 16px;
}
.modal-wrap .modal-inner {
  position: relative;
  max-height: 86svh;
  overflow: hidden;
  border-radius: 0;
  max-width: 600px;
  width: 100%;
  background-color: #222;
  padding: 0;
  border-radius: 0;
}
.modal-wrap .modal-inner .up-part-of-modal {
  background-color: #15f195;
  border-radius: 0;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000;
}
.modal-wrap .modal-inner .up-part-of-modal img {
  width: 24px;
  margin-right: 12px;
}
.modal-wrap .modal-inner.-verification-inner {
  background-color: #fff;
  padding: 16px;
  overflow-y: scroll;
}

.close-modal-wrap {
  position: absolute;
  top: 0;
  height: 7svh;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}
.close-modal-wrap .close-modal {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.close-modal-wrap .close-modal .txt-btn {
  margin-top: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.close-modal-wrap .close-modal .txt-btn span {
  color: #fff;
}
.close-modal-wrap .close-modal .txt-btn .circle-txt-btn {
  width: 32px;
  height: 32px;
  margin-left: 8px;
}
.close-modal-wrap .close-modal .txt-btn .circle-txt-btn img {
  width: 16px;
}

.mt10 {
  margin-top: 10px;
}
.mt10 span {
  color: #24EAC6;
}

.wallet-inner .hzvYAK {
  min-width: inherit;
}

.wallet-inner .esypfR {
  background-color: transparent;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
}

h3,
p {
  margin: 0;
}

:disabled {
  cursor: default;
}

.esypfR {
  width: 100%;
  background: #171717;
  padding: 40px 60px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 800px) {
  .esypfR {
    padding: 20px 30px;
  }
}
.cqEFeB {
  width: 100%;
  max-width: 1500px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

@media screen and (max-width: 800px) {
  .cqEFeB {
    gap: 20px;
    flex-direction: column;
  }
}
.diCJg {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 4 1 0%;
}

@media screen and (max-width: 800px) {
  .diCJg {
    gap: 12px;
    flex: 1 1 0%;
  }
}
.XXnQi {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.hzvYAK {
  display: flex;
  min-width: 750px;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .hzvYAK {
    gap: 0px;
    flex: 1 1 0%;
    flex-wrap: wrap;
    margin-top: 20px;
    min-width: 0px;
  }
}
.eewEkz {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 800px) {
  .eewEkz {
    width: 47%;
    margin-bottom: 15px;
  }
}
.kIPqnz {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  color: #000;
}

.GhXxx {
  display: flex;
  flex-flow: column wrap;
  gap: 16px;
  margin-top: 24px;
}

@media screen and (max-width: 800px) {
  .GhXxx {
    gap: 8px;
    margin-top: 0px;
  }
}
.gtKnPH {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.32px;
  gap: 4px;
}

.eddhiW {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  margin: 40px auto 0px;
}

@media screen and (max-width: 800px) {
  .eddhiW {
    margin-top: 30px;
  }
}
.cqJFOf {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.32px;
}

@media screen and (max-width: 800px) {
  .cqJFOf {
    font-size: 14px;
  }
}
*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: var(--un-default-border-color, #e5e7eb);
}

a {
  color: inherit;
  text-decoration: inherit;
}

:disabled {
  cursor: default;
}

.container-wrap {
  max-width: 1200px;
  width: 100%;
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
}

.block1 {
  padding: 120px 0;
  background-image: url("./img/steemit_landing.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  color: #fff;
  padding-top: 0;
}
.block1 .container-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.block1 .container-wrap h1 {
  margin-top: 210px;
  font-size: 80px;
  line-height: 90px;
  max-width: 890px;
  font-weight: 600;
  text-align: center;
}
.block1 .container-wrap .additional-info-data {
  display: flex;
  align-items: center;
  max-width: 900px;
  margin-top: 20px;
}
.block1 .container-wrap .additional-info-data .left-part {
  min-width: 220px;
  margin-right: 40px;
}
.block1 .container-wrap .additional-info-data h2 {
  font-size: 36px;
  line-height: 46px;
  margin: 0;
}
.block1 .container-wrap .additional-info-data p {
  font-size: 18px;
  line-height: 26px;
  margin-top: 15px;
}
.block1 .container-wrap .additional-info-data .right-part {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.block1 .btn-s {
  background-color: #fff;
  border-radius: 30px;
  color: #161fc8;
  font-size: 20px;
  padding: 16px 36px;
}

.m-header {
  width: calc(100% - 30px);
  display: flex;
  align-items: center;
  padding: 20px 0;
  padding-top: 40px;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 15px;
}
.m-header.scroll {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  padding: 15px;
}
.m-header.scroll .wallet-logo, .m-header.scroll .right-part-nav {
  padding: 10px;
  border-radius: 21px;
  background: linear-gradient(90deg, #370594, #0393ff);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.m-header.scroll .right-part-nav {
  padding-left: 10px;
  background: linear-gradient(-90deg, #370594, #0393ff);
}
.m-header.scroll .wallet-logo {
  padding-right: 20px;
}
.m-header .img-wrap {
  width: 150px;
}
.m-header .btn-s {
  margin-top: 0 !important;
  font-size: 18px;
  padding: 14px 20px;
  border-radius: 0;
}
.m-header .right-part-nav {
  display: flex;
  align-items: center;
}
.m-header .right-part-nav a {
  margin-right: 20px;
  cursor: pointer;
}
.m-header .right-part-nav a:last-child {
  margin-right: 0;
}
.m-header .right-part-nav a:first-child {
  margin-left: 10px;
}

.block2 {
  padding: 90px 0;
}
.block2 .container-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 1100px;
}
.block2 .container-wrap .steem-price {
  padding: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("./img/steemit_dots.png");
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block2 .container-wrap .steem-price p {
  text-transform: uppercase;
}
.block2 .container-wrap .steem-price p.low-signature {
  text-transform: none;
}
.block2 .container-wrap .steem-price .price-steem {
  font-size: 34px;
  line-height: 34px;
  margin: 10px 0;
  color: #161fc8;
  font-weight: 600;
}
.block2 .container-wrap .chart-wrap {
  background: linear-gradient(0deg, #370594, #0393ff);
  border-radius: 20px;
  padding: 20px;
  padding-top: 40px;
  text-align: center;
  max-width: 600px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.block2 .container-wrap .chart-wrap img {
  margin-bottom: 20px;
  max-width: 220px;
  border-radius: 50%;
  background-color: #161fc8;
  padding: 10px;
}
.block2 .container-wrap .chart-wrap ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}
.block2 .container-wrap .chart-wrap ul li {
  width: 50%;
  text-align: left;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
  list-style-type: none;
}
.block2 .container-wrap .chart-wrap ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #005F73;
}
.block2 .container-wrap .chart-wrap ul li:nth-child(2):before {
  background: #F72585;
}
.block2 .container-wrap .chart-wrap ul li:nth-child(3):before {
  background: #5DD400;
}
.block2 .container-wrap .chart-wrap ul li:nth-child(4):before {
  background: #FF9700;
}
.block2 .container-wrap .chart-wrap ul li:nth-child(5):before {
  background: #00C4F4;
}
.block2 .container-wrap .chart-wrap ul li:nth-child(6):before {
  background: #007FF4;
}

.low-signature {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.block3 {
  background-color: #f3f3f3;
  padding: 90px 0;
}
.block3 .low-signature {
  text-transform: uppercase;
  font-weight: 400;
}
.block3 .container-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.block3 .s-header {
  font-size: 36px;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #161fc8;
}
.block3 .contact-wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
  position: relative;
  justify-content: space-between;
}
.block3 .contact-wrap .item-of-contact {
  position: relative;
  width: calc(33.33% - 5px);
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(90deg, #370594, #0393ff);
  background-position: 50%;
  background-size: 400% 100%;
  margin-top: 20px;
}
.block3 .contact-wrap .item-of-contact:first-child {
  border-radius: 0;
  background-position: 25%;
}
.block3 .contact-wrap .item-of-contact:last-child {
  border-radius: 0 10px 10px 0;
  background-position: 75%;
}
.block3 .contact-wrap .item-of-contact img {
  width: 100px;
  margin-bottom: 15px;
  border-radius: 50%;
  padding: 10px;
  background-color: #161fc8;
}
.block3 .contact-wrap .item-of-contact .value-of-contact {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
.block3 .contact-wrap .item-of-contact p {
  color: #fff;
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  max-width: 260px;
}

.block4 {
  padding: 90px 0;
  border-bottom: 1px solid #d9dee2;
}
.block4 .low-signature {
  text-transform: uppercase;
  font-weight: 400;
}
.block4 .container-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.block4 .s-header {
  font-size: 36px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 20px;
  color: #161fc8;
}
.block4 .pdf-row {
  width: 100%;
  display: flex;
  align-items: stretch;
  position: relative;
}
.block4 .pdf-row .pdf-item {
  width: calc(33.33% - 15px);
  position: relative;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block4 .pdf-row .pdf-item .text-blue {
  color: #161fc8;
  font-size: 24px;
  margin-top: 10px;
}
.block4 .pdf-row .pdf-item p {
  max-width: 260px;
  margin: 20px 0;
}
.block4 .pdf-row .pdf-item .img-icon {
  width: 46px;
}
.block4 .figure-circle {
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
  width: 175px;
  margin: 0 auto -3rem auto;
}
.block4 .img-icon {
  height: auto;
  width: 3rem;
}
.block4 .btn-s {
  width: auto;
  font-size: 16px;
  border-radius: 30px;
  padding: 14px 30px;
}

.block5 {
  padding: 90px 0;
}
.block5 .container-wrap {
  justify-content: center;
  display: flex;
}
.block5 p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
  max-width: 900px;
  width: 100%;
}

@media all {
  ul {
    box-sizing: border-box;
  }
  :root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px;
  }
}
/*! CSS Used from: Embedded */
:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

/*! CSS Used from: https://iost.io/wp-content/themes/iost/dist/css/main.css?version=211102&ver=1.1  media=all */
@media all {
  :root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-rgb: 33, 37, 41;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
  }
  *,
  ::after,
  ::before {
    box-sizing: border-box;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
@media all {
  section.page-template-home {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    padding-top: 90px;
  }
  hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
  }
  hr:not([size]) {
    height: 1px;
  }
  h1,
  h2,
  h3,
  h5,
  h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
  }
  h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media all {
  h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
@media all {
  h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
@media all {
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  ul {
    padding-left: 2rem;
  }
  ul {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  ul ul {
    margin-bottom: 0;
  }
  a {
    color: #0d6efd;
    text-decoration: underline;
  }
  a:hover {
    color: #0a58ca;
  }
  img {
    vertical-align: middle;
  }
  button {
    border-radius: 0;
  }
  button:focus:not(:focus-visible) {
    outline: 0;
  }
  button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  button {
    text-transform: none;
  }
  button {
    -webkit-appearance: button;
  }
  button:not(:disabled) {
    cursor: pointer;
  }
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  .container,
  .container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media all {
  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
  }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
  .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83%;
  }
}
@media (min-width: 1200px) {
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media all {
  .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
@media all {
  .btn:hover {
    color: #212529;
  }
  .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  .btn:disabled {
    pointer-events: none;
    opacity: 0.65;
  }
  .btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
  }
  .btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
  }
  .btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
  }
  .btn-primary:active {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be;
  }
  .btn-primary:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
  }
  .btn-primary:disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
  }
  .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
  }
  .d-block {
    display: block !important;
  }
  .text-center {
    text-align: center !important;
  }
  .text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
  }
}
@media (min-width: 576px) {
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-5 {
    margin-top: 3rem !important;
  }
}
@media all {
  img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 992px) {
  .desktop-only {
    display: none;
  }
}
@media (min-width: 992px) {
  .mobile-only {
    display: none;
  }
}
@media all {
  ::-moz-selection {
    color: black;
    background: #24EAC6;
  }
  ::selection {
    color: black;
    background: #24EAC6;
  }
  .row-equal-height [class^=col-] {
    margin-bottom: 2rem;
  }
  .row-equal-height [class^=loop-] {
    height: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .row-equal-height [class^=col-] {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
@media all {
  :root {
    --swiper-theme-color: #007aff;
  }
  :root {
    --swiper-navigation-size: 44px;
  }
  html {
    font-size: 18px;
  }
  section.page-template-home {
    background: #000;
  }
  section.page-template-home {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: white;
  }
  h1,
  h2,
  h3,
  h5,
  h6 {
    line-height: 1.5;
    margin: 1rem 0;
  }
  h1,
  h2,
  h3 {
    font-weight: 600;
  }
  h5,
  h6 {
    font-weight: 400;
  }
  h1 {
    font-size: 5.8rem;
  }
  h2 {
    font-size: 4rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h5 {
    font-size: 1.3rem;
    letter-spacing: 0.05rem;
  }
  h6 {
    font-size: 1.125rem;
    letter-spacing: 0.03rem;
  }
  p {
    font-size: 1.125rem;
    letter-spacing: 0.03rem;
  }
  li {
    font-size: 1.125rem;
    letter-spacing: 0.03rem;
  }
  ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  p {
    margin-bottom: 1rem;
  }
  a {
    color: #fff;
    text-decoration: none;
  }
  a:hover {
    color: inherit;
    text-decoration: none;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h5 {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
  h6 {
    font-size: 1rem;
    letter-spacing: 0.03rem;
  }
  p {
    font-size: 1rem;
    letter-spacing: 0.03rem;
    margin-bottom: 0.5rem;
  }
  li {
    font-size: 1rem;
    letter-spacing: 0.01rem;
  }
}
@media all {
  .btn {
    border-radius: 0;
    padding: 0.9rem 1.8rem;
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: 5px 5px 0px rgba(255, 255, 255, 0.2);
    color: black;
    font-weight: 600;
  }
  .btn:hover {
    color: black;
  }
  .btn-primary {
    background: #14f195;
    border-color: #14f195;
  }
  .btn-primary:hover {
    background: white;
    border-color: white;
  }
  button {
    border: 0;
    border-radius: 0;
  }
}
@media (max-width: 992px) {
  .btn {
    padding: 0.7rem 1.5rem;
  }
}
@media all {
  .loop-news {
    background: #222;
    padding: 1rem;
    display: block;
    margin-bottom: 1rem;
    box-shadow: 5px 5px 0px rgba(255, 255, 255, 0.2);
  }
  .loop-news .image {
    overflow: hidden;
    margin-bottom: 1rem;
  }
  .loop-news p.meta {
    font-size: 1rem;
  }
  .loop-social {
    text-align: center;
    padding: 1.5rem 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 5px 5px 0px rgba(255, 255, 255, 0.2);
    background: black;
    display: block;
    transition: all 0.3s;
    margin-bottom: 1rem;
  }
  .loop-social:hover {
    background: #14f195;
    color: #000;
  }
  .loop-social .icon {
    margin-bottom: 1rem;
  }
  .loop-social .icon .inner {
    background: white;
    display: inline-block;
    padding: 0.75rem;
    border-radius: 50%;
    transition: all 0.3s;
  }
  .loop-social .icon .inner img {
    width: 3rem;
  }
  .loop-social h5 {
    margin-bottom: 0;
    transition: all 0.3s;
  }
  .loop-stat {
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 5px 5px 0px rgba(255, 255, 255, 0.5);
    padding: 1.5rem;
    text-align: center;
    background-color: #14f195;
    color: black;
    margin-bottom: 0.5rem;
    overflow: hidden;
  }
  .loop-stat h3 {
    margin-bottom: 0;
    font-size: 3rem;
    line-height: 1.25;
  }
  .loop-stat h5 {
    font-weight: 400;
    text-transform: uppercase;
  }
}
@media (max-width: 992px) {
  .loop-social {
    margin-bottom: 0.5rem;
    padding: 1rem 0;
  }
  .loop-social .icon {
    margin-bottom: 0.5rem;
  }
  .loop-social .icon .inner {
    padding: 0.5rem;
  }
  .loop-social .icon .inner img {
    width: 2rem;
  }
  .loop-stat {
    padding: 1rem 0.5rem;
  }
  .loop-stat h3 {
    font-size: 1.75rem;
    margin: 0;
  }
  .loop-stat h5 {
    margin: 0.5rem 0 0;
  }
}
@media all {
  .offscreen-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1600;
    display: none;
  }
  .offscreen-panel .backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(22, 22, 25, 0.2);
  }
  .offscreen-panel .panel {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 600px;
    max-width: 100%;
    margin: 0;
    background: black;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.5s;
    display: flex;
    flex-direction: column;
  }
  .mobile-menu-panel .header-mobile .container-fluid {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .mobile-menu-panel .header-mobile .hamburger-menu .hamburger-inner {
    transform: rotate(45deg);
  }
  .mobile-menu-panel .header-mobile .hamburger-menu .hamburger-inner:before {
    top: 0;
    opacity: 0;
    width: 100%;
  }
  .mobile-menu-panel .header-mobile .hamburger-menu .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    width: 100%;
  }
  .mobile-menu-panel .panel {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    transform: translateX(-100%);
    right: auto;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    width: 70%;
  }
  .mobile-menu-panel .panel > :not(.divider) {
    padding: 13px 0;
  }
  .mobile-menu-panel .panel .header-mobile {
    padding-top: 0;
    padding-bottom: 0;
  }
  .mobile-menu-panel hr.divider {
    min-height: 1px;
    margin: 15px 0;
  }
  .mobile-menu-panel .header-mobile {
    flex-shrink: 0;
  }
  .mobile-menu__nav ul {
    margin: 0;
    list-style: none;
    line-height: 1.2;
  }
  .mobile-menu__nav a {
    color: #14f195;
  }
  .mobile-menu__nav .menu {
    padding: 0;
  }
  .mobile-menu__nav .menu > li {
    padding: 15px 0;
  }
  .mobile-menu__nav .sub-menu {
    padding-left: 30px;
    margin-top: 30px;
    border-left: 1px solid #fff;
    display: none;
  }
  .mobile-menu__nav .sub-menu > li {
    padding: 15px 0;
  }
  .mobile-menu__nav .sub-menu > li:first-child {
    padding-top: 0;
  }
  .mobile-menu__nav .sub-menu > li:last-child {
    padding-bottom: 0;
  }
  .mobile-menu__nav .sub-menu > li > a {
    font-size: 1rem;
  }
  .mobile-menu__nav .sub-menu :first-child {
    padding-top: 0;
  }
  .nav-menu,
  .nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav-menu ul {
    white-space: nowrap;
    position: absolute;
    top: 100%;
    opacity: 0;
    padding: 20px 0;
    background: #111;
    transform: translate(-50%, 20px);
    transition: transform 0.3s, opacity 0.3s;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    z-index: 1000;
    pointer-events: none;
  }
  .nav-menu li {
    display: inline-block;
    position: relative;
  }
  .nav-menu li:hover > ul {
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: initial;
  }
  .nav-menu li li {
    text-align: left;
    display: block;
    padding: 5px 25px;
  }
  .nav-menu > li {
    padding: 0 17px;
  }
  .nav-menu > li:first-child {
    padding-left: 0;
  }
  .nav-menu > li:last-child {
    padding-right: 0;
  }
  .nav-menu a {
    display: block;
  }
  .nav-menu ul a {
    display: inline-block;
  }
  .main-navigation {
    height: 100%;
  }
  .main-navigation .nav-menu {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .main-navigation .nav-menu > li {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0rem 1.25rem;
  }
  .main-navigation .nav-menu > li > a {
    padding: 0;
  }
  .main-navigation li ul {
    min-width: 180px;
    margin-top: 2px;
    padding: 5px 0;
    left: 50%;
  }
  .main-navigation li ul:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: -2px;
    left: 0;
  }
  .main-navigation li ul a {
    font-size: 0.75rem;
    letter-spacing: 2px;
    color: #14f195;
    text-transform: uppercase;
    font-weight: 400;
  }
  .main-navigation li li {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
  }
  .main-navigation a {
    position: relative;
    z-index: 100;
    font-size: 1rem;
    font-weight: 500;
  }
  .main-navigation a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -4px;
    width: 0;
    border-bottom: 1px solid;
    transition: width 0.3s;
  }
  .main-navigation a:hover {
    text-decoration: none;
  }
  .main-navigation a:hover:after,
  .main-navigation li.menu-item-has-children:hover > a:after {
    width: 100%;
    left: 0;
  }
  .hamburger-menu {
    cursor: pointer;
  }
  .hamburger-menu .hamburger-box {
    display: inline-block;
    vertical-align: -1px;
    position: relative;
    width: 20px;
    height: 12px;
    padding: 0;
    border: 0;
    background: transparent;
  }
  .hamburger-menu .hamburger-box .hamburger-inner {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background: white;
    transition: transform 0.2s ease;
  }
  .hamburger-menu .hamburger-box .hamburger-inner:before,
  .hamburger-menu .hamburger-box .hamburger-inner:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: inherit;
  }
  .hamburger-menu .hamburger-box .hamburger-inner:before {
    top: -5px;
    transition: top 0.2s ease 0.22s, opacity 0.2s ease, width 0.2s ease;
  }
  .hamburger-menu .hamburger-box .hamburger-inner:after {
    bottom: -5px;
    transition: bottom 0.2s ease 0.22s, transform 0.2s ease, width 0.2s ease;
  }
  .text-light .hamburger-menu .hamburger-inner {
    background-color: #fff;
  }
  main section.first-child {
    padding-top: 0;
    margin-top: -100px;
  }
  section {
    position: relative;
    padding: 5rem 0;
  }
  section:last-child {
    padding-bottom: 7.5rem;
  }
  section .container {
    position: relative;
    z-index: 9;
  }
  section .section-title {
    margin-bottom: 2.5rem;
  }
  section .section-title h2 {
    margin: 0;
    font-weight: 600;
  }
}
@media (max-width: 992px) {
  section {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  section .section-title {
    margin-bottom: 1.25rem;
  }
  section:last-child {
    padding-bottom: 2rem;
  }
}
@media all {
  .site-header {
    padding: 0 1.5rem;
  }
  .site-header .container-fluid,
  .site-header .container {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .site-header.transparent {
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 90px;
    top: 0;
    left: 0;
    background-color: #000;
    display: flex;
    align-items: center;
  }
  .site-header.transparent .header-contents {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    justify-content: space-between;
    padding: 0 10px;
    display: flex;
    align-items: center;
  }
  .site-header.transparent .right-part-nav {
    display: flex;
    align-items: center;
  }
  .site-header.transparent .btn-primary {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 15px;
    margin-left: 15px;
    box-shadow: 5px 5px 0px rgb(139, 139, 139);
  }
  .header-main {
    height: 100px;
  }
  .header-contents {
    position: relative;
  }
  .header-items {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .header-items > * {
    position: relative;
    z-index: 100;
  }
  .header-left-items {
    flex: 1;
    text-align: left;
    justify-content: flex-start;
  }
  .header-left-items > * {
    margin-right: 30px;
  }
  .header-left-items > *:last-child {
    margin-right: 0;
  }
  .header-right-items {
    flex: 1;
    text-align: right;
    justify-content: flex-end;
  }
  .has-menu > * {
    position: static;
  }
  .site-branding {
    flex: 0 1 auto;
    position: relative;
    z-index: 100;
  }
  .site-branding .logo {
    position: relative;
    display: block;
    line-height: 1;
  }
  .site-branding .logo:hover {
    text-decoration: none;
  }
  .header-contents .logo img {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
  }
  .site-branding .logo-light {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .text-light .logo-light {
    position: static;
    opacity: 1;
  }
  .text-light .logo-dark {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (max-width: 959px) {
  .header-main {
    display: none;
  }
}
@media (min-width: 960px) {
  .header-mobile {
    display: none;
  }
}
@media all {
  .header-mobile {
    height: 60px;
  }
  .header-mobile .container-fluid {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .header-mobile.logo-center .mobile-menu-hamburger,
  .header-mobile.logo-center .mobile-header-icons {
    flex: 1;
  }
  .header-mobile.logo-center .mobile-menu-hamburger .hamburger-menu {
    background: none;
  }
  .header-mobile .site-branding .logo img {
    width: auto;
    height: 56.5px;
  }
  .mobile-header-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 992px) {
  .site-header {
    padding: 0;
  }
}
@media all {
  footer {
    background: #000;
    color: #fff;
  }
  footer section {
    padding: 0;
  }
  footer h5 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  footer p {
    font-size: 1rem;
  }
  footer .footer-social {
    padding: 0 10rem;
  }
  footer .footer-nav {
    margin-top: 6rem;
    line-height: 1.5;
  }
  footer .footer-nav .item h6 {
    text-transform: uppercase;
    letter-spacing: 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
  footer .footer-nav .item ul {
    margin-top: 0.25rem;
  }
  footer .footer-nav .item ul li {
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
    font-size: 0.9rem;
  }
  footer .footer-nav .item ul li a {
    transition: color 0.3s;
  }
  footer .footer-nav .item ul li a:hover {
    color: #14f195;
  }
  footer .footer-copyright {
    padding: 5rem 0 2rem;
    text-align: center;
  }
  footer .footer-copyright p {
    letter-spacing: 1px;
  }
  footer .footer-copyright p a {
    display: inline-block;
    margin-left: 1.5rem;
  }
}
@media (max-width: 992px) {
  footer .footer-social {
    padding: 0;
  }
}
@media all {
  .hero {
    min-height: 900px;
    height: 100vh;
    position: relative;
    padding: 30px 10px;
    overflow: hidden;
    padding-top: 60px;
  }
  #mission h2 {
    text-align: center;
  }
  .pt0 {
    padding-top: 0;
  }
  .loop-border {
    border: 1px solid #3a3a3a;
    background-color: #000;
    box-shadow: 5px 5px 0px #3a3a3a;
    padding: 1.5rem;
  }
  .loop-border h3 {
    margin-top: 0;
    line-height: 1.4;
  }
  .loop-border h3 span {
    color: #14f195;
  }
  .loop-explorer {
    text-align: center;
    display: block;
    padding: 1.5rem 0;
    border-radius: 0;
    background: black;
    border: 1px solid #3a3a3a;
    box-shadow: 5px 5px 0px #3a3a3a;
    max-width: 320px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .loop-explorer .icon {
    margin-bottom: 1rem;
  }
  .loop-explorer .icon .inner {
    background: white;
    display: inline-block;
    border-radius: 50%;
  }
  .loop-explorer .icon .inner img {
    width: 4.5rem;
    border-radius: 50%;
  }
  .loop-explorer h6 {
    margin-bottom: 0;
  }
  .loop-explorer {
    display: block;
  }
  .hero .desc {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: white;
  }
  .hero .desc h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: clamp(4rem, 8vw, 5.5rem);
    font-weight: 600;
    line-height: 1.1;
    color: #fff;
    text-align: center;
  }
  .hero .desc h1::-moz-selection {
    color: white;
  }
  .hero .desc h1::selection {
    color: white;
  }
  .hero .desc .btn-wrp {
    text-align: center;
  }
  .hero .desc .btn-inner {
    display: inline-block;
  }
  .hero .desc .btn-inner .btn-primary {
    box-shadow: 5px 5px 0px rgb(139, 139, 139);
  }
  .hero h1 {
    font-weight: black;
  }
  .hero .media {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero .media::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img/03.png");
    filter: blur(90px);
    opacity: 0.42;
    top: 0;
    left: 0;
    animation: bluranim 7s linear infinite;
  }
  .hero .media.-decor-hero img {
    max-width: 1400px;
    z-index: 2;
    position: relative;
  }
  @keyframes bluranim {
    0% {
      opacity: 0.42;
    }
    50% {
      opacity: 0.7;
    }
    100% {
      opacity: 0.42;
    }
  }
  .hero .media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero .media video {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
  }
  .hero:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    background: linear-gradient(to top, black 0, rgba(0, 0, 0, 0.25) 10%, rgba(0, 0, 0, 0) 20%);
  }
}
@media (max-width: 992px) {
  .hero .desc h1 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .hero .desc .btn-inner {
    display: block;
    text-align: center;
    margin-bottom: 0.5rem;
  }
}
@media all {
  .home-partners {
    padding: 1rem 0;
    background: white;
    align-items: center;
    display: flex;
    flex-direction: row;
    min-height: 50px;
    overflow: hidden;
    position: relative;
    width: 100%;
    position: relative;
  }
  .home-partners:before,
  .home-partners:after {
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 40% !important;
    z-index: 42;
  }
  .home-partners:before {
    background: linear-gradient(90deg, black 2.52%, rgba(0, 0, 0, 0) 100%) 0% 0% repeat scroll rgba(0, 0, 0, 0);
    left: 0;
  }
  .home-partners:after {
    background: linear-gradient(270deg, black 2.52%, rgba(0, 0, 0, 0) 100%) 0% 0% repeat scroll rgba(0, 0, 0, 0);
    right: 0;
  }
  .home-partners .scroller {
    align-items: center;
    animation: scroll 48s linear infinite;
    display: flex;
    flex-direction: row;
  }
  .home-partners .scroller .item {
    display: block;
    margin: 0 1.5rem;
  }
  .home-partners .scroller .item img {
    width: 160px;
    height: 80px;
    max-width: 500px;
    border-radius: 10px;
  }
  section.home-partners-wrp {
    padding: 2.5rem 0 5rem;
  }
}
@media (max-width: 992px) {
  section.home-partners-wrp {
    padding: 1rem 0 2.5rem;
  }
  .home-partners {
    margin-top: 0.5rem;
  }
  .home-partners .scroller .item {
    margin: 0 0.5rem;
  }
  .home-partners .scroller .item img {
    width: 120px;
    height: 60px;
  }
}
@media (max-width: 600px) {
  .main-navigation .nav-menu {
    flex-direction: column;
    align-items: flex-start;
  }
  .main-navigation .nav-menu li {
    padding-right: 5px;
    padding-top: 2px;
    margin-bottom: 2px;
  }
}
@media (max-width: 380px) {
  .main-navigation .nav-menu {
    display: none;
  }
}
@media all {
  .inner-wallet-footer {
    max-width: 1054px;
    margin: 0 auto;
  }
  .inner-wallet-footer .footer-nav {
    margin-top: 60px !important;
    text-align: center;
  }
  .inner-wallet-footer a {
    text-decoration: underline !important;
  }
  .inner-wallet-footer a:hover {
    color: #14f195;
  }
}
/*! CSS Used keyframes */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*! CSS Used fontfaces */
@font-face {
  font-family: "neue-haas-grotesk-display";
  src: url("https://use.typekit.net/af/2807c7/00000000000000007735bb48/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/2807c7/00000000000000007735bb48/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/2807c7/00000000000000007735bb48/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "neue-haas-grotesk-display";
  src: url("https://use.typekit.net/af/1ba16c/00000000000000007735bb5a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/1ba16c/00000000000000007735bb5a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/1ba16c/00000000000000007735bb5a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "neue-haas-grotesk-display";
  src: url("https://use.typekit.net/af/153042/00000000000000007735bb62/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/153042/00000000000000007735bb62/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/153042/00000000000000007735bb62/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}
@font-face {
  font-family: "neue-haas-grotesk-display";
  src: url("https://use.typekit.net/af/384d9b/00000000000000007735bb6a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/384d9b/00000000000000007735bb6a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/384d9b/00000000000000007735bb6a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
.verification-wrap {
  /*  */
  /* Handle */
}
.verification-wrap * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
.verification-wrap .upload-icon {
  width: 40px;
}
.verification-wrap:root {
  --main-h: 0;
  --main-s: 0%;
  --dark-mode: 0;
}
.verification-wrap main {
  width: 100%;
  margin: 0 auto;
}
.verification-wrap .head {
  color: #1a202c;
}
.verification-wrap .h_zag {
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 15px;
  text-align: center;
}
.verification-wrap .h_text {
  line-height: 24px;
  font-size: 16px;
}
.verification-wrap .devider {
  margin: 20px 0;
  height: 1px;
  background-color: rgb(237, 242, 247);
}
.verification-wrap .form_con {
  padding: 16px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.verification-wrap .zas {
  box-shadow: 0 0 32px var(--color-main-border);
  position: absolute;
  height: 75px;
  width: 100%;
  left: 0;
  bottom: calc(100% - 8px);
  border-radius: 6px;
}
.verification-wrap .step {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #d9deeb;
  text-align: center;
}
.verification-wrap .s_z {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-align: center;
  line-height: 1.33;
  color: #2a348f;
  font-weight: 900;
  margin-bottom: 7px;
}
.verification-wrap .step_block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.verification-wrap .step_box {
  width: 37px;
  height: 6px;
  background-color: #f1f3f9;
  border: 1px solid transparent;
}
.verification-wrap .step_active {
  background-color: rgba(42, 52, 143, 0.5);
  border-color: rgba(42, 52, 143, 0.5);
}
.verification-wrap .ml {
  margin-left: 3px;
}
.verification-wrap .small_z {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #2a348f;
  font-weight: 900;
}
.verification-wrap .select_body {
  border: 1px solid rgb(224, 228, 235);
  height: 57px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  padding: 9px 16px;
  font-weight: 400;
}
.verification-wrap .select_body .flag_box {
  color: rgb(51, 60, 77);
}
.verification-wrap .signature-for-input-verif {
  display: block;
  margin-bottom: 4px;
  color: #2a348f;
  font-weight: 500;
  font-size: 14px;
  font-family: "Whitney", sans-serif;
  font-style: normal;
  line-height: 18px;
  opacity: 0.6;
}
.verification-wrap .reactSelect__indicators {
  position: absolute;
  right: 0;
  width: 57px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.verification-wrap .uli {
  list-style: none;
  margin: 0;
  padding: 0;
  -moz-columns: 1;
  columns: 1;
  font-size: 12px;
}
.verification-wrap .uli li {
  height: 46px;
  color: #001133;
  font-size: 16px;
  align-items: center;
  display: flex;
  font-weight: 500;
}
.verification-wrap .uli li:hover {
  background-color: #ebeef5 !important;
}
.verification-wrap .uli li.active {
  background-color: #ebeef5;
}
.verification-wrap .uli li {
  padding: 5px 10px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  white-space: nowrap;
  color: #2a348f;
}
.verification-wrap .flag {
  display: inline-block;
  width: 16px;
  height: 11px;
  display: none;
}
.verification-wrap .select_body {
  position: relative;
}
.verification-wrap .variants {
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  top: 25px;
  width: 100%;
  left: 0;
  top: 62px;
  box-shadow: 0 4px 8px rgba(0, 17, 51, 0.1);
  border: 1px solid #e0e4eb;
  border-radius: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.verification-wrap .uli li {
  background-color: #fff;
}
.verification-wrap .uli li:hover {
  background-color: #eee;
}
.verification-wrap .select_box {
  width: 100%;
  display: flex;
  align-items: center;
  color: #2a348f;
  cursor: pointer;
}
.verification-wrap .c_name {
  margin-left: 5px;
}
.verification-wrap .flag_box .flag {
  margin-right: 5px;
}
.verification-wrap .color {
  border-color: #1764ff !important;
}
.verification-wrap .circle {
  width: 18px;
  height: 18px;
  border-radius: 8px;
  border: 2px solid #cacce3;
  margin-right: 5px;
  position: relative;
}
.verification-wrap .radio_elem {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #2a348f;
  margin-bottom: 16px;
  cursor: pointer;
  width: 100%;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.verification-wrap .radio_group {
  margin-bottom: 24px;
}
.verification-wrap .btn_style {
  background-image: linear-gradient(111deg, #ff9525, #ff4d4d);
  width: 100%;
  max-width: 195px;
  height: 43px;
  cursor: pointer;
  border: none;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  position: relative;
  transition: all 0.3s ease;
  font-size: 12px;
  color: #fff;
  top: 0;
}
.verification-wrap .btn_style:hover {
  top: -4px;
}
.verification-wrap .b_s {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.verification-wrap .logo {
  fill: #41495b;
  opacity: 0.6;
}
.verification-wrap .svg_box {
  display: flex;
  justify-content: center;
  margin: 24px 0;
}
.verification-wrap .circle_active::after {
  left: 2px;
  top: 2px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  content: " ";
  position: absolute;
  background-color: rgb(56, 206, 198);
}
.verification-wrap .g_z {
  color: #2a348f;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
}
.verification-wrap .treb {
  -moz-columns: 1;
       columns: 1;
  font-size: 12px;
  color: #2a348f;
  padding: 0 0 0 17px;
  margin-bottom: 15px;
}
.verification-wrap .treb li strong {
  margin-right: 5px;
}
.verification-wrap .treb li div {
  display: inline-flex;
}
.verification-wrap .imgs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.verification-wrap .imgs img {
  width: 30%;
  max-width: 160px;
  max-height: 123.5px;
  -o-object-fit: contain;
     object-fit: contain;
}
.verification-wrap .drag {
  position: relative;
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: 0 4px 12px 0 hsla(0, 0%, 81%, 0.5);
  padding: 15px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 15px;
  cursor: pointer;
}
.verification-wrap .file {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  outline: none;
}
.verification-wrap .fa-cloud-upload {
  font-size: 40px;
  color: #cacce3;
}
.verification-wrap .ll {
  margin: 5px 0;
  text-align: center;
  font-size: 11px;
  font-weight: 900;
  color: #2a348f;
}
.verification-wrap .ll::after {
  color: red;
  content: " *";
}
.verification-wrap .gg {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.verification-wrap .gg .Input_component__error__uHRcl {
  text-align: center;
}
.verification-wrap .bankcard_pdf-block {
  height: 140px;
  padding-top: 80px;
}
.verification-wrap .bankcard_pdf-block .file {
  opacity: 1;
  padding-top: 20px !important;
  padding-left: calc(50% - 120px);
}
.verification-wrap .imak {
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.verification-wrap .ll em {
  font-style: normal;
  color: rgb(56, 206, 198);
}
.verification-wrap .remove {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff4d4d;
  color: #fff;
  font-size: 20px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 9999;
}
.verification-wrap .remove:hover {
  background-color: #f50200;
}
.verification-wrap .opis {
  text-align: center;
  font-size: 14px;
  color: #2a348f;
  margin-bottom: 24px;
  line-height: 1.4;
}
.verification-wrap .next {
  display: flex;
  justify-content: center;
  align-items: center;
}
.verification-wrap .snimok_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.verification-wrap .vidos {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.verification-wrap .rec_box {
  width: 200px;
  height: 200px;
  position: absolute;
  border-radius: 100%;
  overflow: hidden;
}
.verification-wrap .second_btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.verification-wrap .second_btn:disabled:hover {
  top: unset !important;
}
.verification-wrap .back {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 20px;
  border: 2px solid #ccc;
  background-image: none;
  cursor: pointer;
  color: black;
  transition: all 0.25s easy, border-color 0;
}
.verification-wrap .back:hover {
  top: unset;
  background-image: linear-gradient(111deg, #ff9525, #ff4d4d);
  border-color: transparent;
  color: #fff;
}
.verification-wrap .phone {
  height: 44px;
  width: 100%;
  border-radius: 5px;
  border: 2px solid rgba(42, 52, 143, 0.12);
  outline: none;
  padding: 0 16px;
  font-size: 14px;
}
.verification-wrap .inp_box {
  margin-bottom: 24px;
  width: 100%;
}
.verification-wrap .inp_box input {
  height: 57px;
  border-radius: 8px;
  border: 1px solid #e0e4eb;
  padding: 9px 16px;
  width: 100%;
}
.verification-wrap .inp_box input:focus {
  border: 1px solid #1764ff;
}
.verification-wrap .Input_component__error__uHRcl {
  display: flex;
  align-items: center;
  margin-top: 5px;
  font-size: 14px;
  color: #eb4747;
  line-height: 26px;
}
.verification-wrap .Input_component__error__uHRcl svg {
  margin-right: 5px;
}
.verification-wrap .inp_error {
  border-color: #ffc1c1 !important;
}
.verification-wrap .country-item {
  display: flex;
  align-items: center;
}
.verification-wrap .flag {
  margin-right: 4px;
}
.verification-wrap .variants {
  z-index: 999;
}
.verification-wrap .cur img {
  height: 20px;
  margin-right: 10px;
}
.verification-wrap .cur_flag {
  display: flex;
}
.verification-wrap .cur {
  display: flex;
  align-items: center;
}
.verification-wrap .cur_flag {
  cursor: pointer;
  padding: 5px;
  background: rgba(42, 52, 143, 0.12);
  border-radius: 5px;
  position: relative;
}
.verification-wrap .val_lang img {
  height: 20px;
  margin: 0;
}
.verification-wrap .langs {
  position: absolute;
  right: 0;
  width: 100%;
  top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(42, 52, 143, 0.12);
  border-radius: 5px;
  overflow: hidden;
}
.verification-wrap .val_lang {
  padding: 5px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.verification-wrap .val_lang:hover {
  background: rgba(42, 52, 143, 0.12);
}
.verification-wrap .h_zag {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
.verification-wrap .lang_code {
  font-size: 12px;
  font-weight: 600;
}
.verification-wrap .langs {
  background-color: #fff;
}
.verification-wrap #lich {
  text-transform: uppercase;
}
.verification-wrap .lang {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.verification-wrap .flag.flag-AND {
  background-position: -16px 0;
}
.verification-wrap .flag.flag-ARE {
  background-position: -32px 0;
}
.verification-wrap .flag.flag-AFG {
  background-position: -48px 0;
}
.verification-wrap .flag.flag-ATG {
  background-position: -64px 0;
}
.verification-wrap .flag.flag-AIA {
  background-position: -80px 0;
}
.verification-wrap .flag.flag-ALB {
  background-position: -96px 0;
}
.verification-wrap .flag.flag-ARM {
  background-position: -112px 0;
}
.verification-wrap .flag.flag-ANT {
  background-position: -128px 0;
}
.verification-wrap .flag.flag-AGO {
  background-position: -144px 0;
}
.verification-wrap .flag.flag-ARG {
  background-position: -160px 0;
}
.verification-wrap .flag.flag-ASM {
  background-position: -176px 0;
}
.verification-wrap .flag.flag-AUT {
  background-position: -192px 0;
}
.verification-wrap .flag.flag-AUS {
  background-position: -208px 0;
}
.verification-wrap .flag.flag-ABW {
  background-position: -224px 0;
}
.verification-wrap .flag.flag-ALA {
  background-position: -240px 0;
}
.verification-wrap .flag.flag-AZE {
  background-position: 0 -11px;
}
.verification-wrap .flag.flag-BIH {
  background-position: -16px -11px;
}
.verification-wrap .flag.flag-BRB {
  background-position: -32px -11px;
}
.verification-wrap .flag.flag-BGD {
  background-position: -48px -11px;
}
.verification-wrap .flag.flag-BEL {
  background-position: -64px -11px;
}
.verification-wrap .flag.flag-BFA {
  background-position: -80px -11px;
}
.verification-wrap .flag.flag-BGR {
  background-position: -96px -11px;
}
.verification-wrap .flag.flag-BHR {
  background-position: -112px -11px;
}
.verification-wrap .flag.flag-BDI {
  background-position: -128px -11px;
}
.verification-wrap .flag.flag-BEN {
  background-position: -144px -11px;
}
.verification-wrap .flag.flag-BMU {
  background-position: -160px -11px;
}
.verification-wrap .flag.flag-BRN {
  background-position: -176px -11px;
}
.verification-wrap .flag.flag-BOL {
  background-position: -192px -11px;
}
.verification-wrap .flag.flag-BRA {
  background-position: -208px -11px;
}
.verification-wrap .flag.flag-BHS {
  background-position: -224px -11px;
}
.verification-wrap .flag.flag-BTN {
  background-position: -240px -11px;
}
.verification-wrap .flag.flag-BVT {
  background-position: 0 -22px;
}
.verification-wrap .flag.flag-BWA {
  background-position: -16px -22px;
}
.verification-wrap .flag.flag-BLR {
  background-position: -32px -22px;
}
.verification-wrap .flag.flag-BLZ {
  background-position: -48px -22px;
}
.verification-wrap .flag.flag-CAN {
  background-position: -64px -22px;
}
.verification-wrap .flag.flag-catalonia {
  background-position: -80px -22px;
}
.verification-wrap .flag.flag-COD {
  background-position: -96px -22px;
}
.verification-wrap .flag.flag-CAF {
  background-position: -112px -22px;
}
.verification-wrap .flag.flag-COG {
  background-position: -128px -22px;
}
.verification-wrap .flag.flag-CHE {
  background-position: -144px -22px;
}
.verification-wrap .flag.flag-CIV {
  background-position: -160px -22px;
}
.verification-wrap .flag.flag-COK {
  background-position: -176px -22px;
}
.verification-wrap .flag.flag-CHL {
  background-position: -192px -22px;
}
.verification-wrap .flag.flag-CMR {
  background-position: -208px -22px;
}
.verification-wrap .flag.flag-CHN {
  background-position: -224px -22px;
}
.verification-wrap .flag.flag-COL {
  background-position: -240px -22px;
}
.verification-wrap .flag.flag-CRI {
  background-position: 0 -33px;
}
.verification-wrap .flag.flag-CUB {
  background-position: -16px -33px;
}
.verification-wrap .flag.flag-CPV {
  background-position: -32px -33px;
}
.verification-wrap .flag.flag-CUW {
  background-position: -48px -33px;
}
.verification-wrap .flag.flag-CYP {
  background-position: -64px -33px;
}
.verification-wrap .flag.flag-CZE {
  background-position: -80px -33px;
}
.verification-wrap .flag.flag-DEU {
  background-position: -96px -33px;
}
.verification-wrap .flag.flag-DJI {
  background-position: -112px -33px;
}
.verification-wrap .flag.flag-DNK {
  background-position: -128px -33px;
}
.verification-wrap .flag.flag-DMA {
  background-position: -144px -33px;
}
.verification-wrap .flag.flag-DOM {
  background-position: -160px -33px;
}
.verification-wrap .flag.flag-DZA {
  background-position: -176px -33px;
}
.verification-wrap .flag.flag-ECU {
  background-position: -192px -33px;
}
.verification-wrap .flag.flag-EST {
  background-position: -208px -33px;
}
.verification-wrap .flag.flag-EGY {
  background-position: -224px -33px;
}
.verification-wrap .flag.flag-ESH {
  background-position: -240px -33px;
}
.verification-wrap .flag.flag-england {
  background-position: 0 -44px;
}
.verification-wrap .flag.flag-ERI {
  background-position: -16px -44px;
}
.verification-wrap .flag.flag-ESP {
  background-position: -32px -44px;
}
.verification-wrap .flag.flag-ETH {
  background-position: -48px -44px;
}
.verification-wrap .flag.flag-eu {
  background-position: -64px -44px;
}
.verification-wrap .flag.flag-FIN {
  background-position: -80px -44px;
}
.verification-wrap .flag.flag-FJI {
  background-position: -96px -44px;
}
.verification-wrap .flag.flag-FLK {
  background-position: -112px -44px;
}
.verification-wrap .flag.flag-FSM {
  background-position: -128px -44px;
}
.verification-wrap .flag.flag-FRO {
  background-position: -144px -44px;
}
.verification-wrap .flag.flag-FRA {
  background-position: -160px -44px;
}
.verification-wrap .flag.flag-GAB {
  background-position: -176px -44px;
}
.verification-wrap .flag.flag-GBR {
  background-position: -192px -44px;
}
.verification-wrap .flag.flag-GRD {
  background-position: -208px -44px;
}
.verification-wrap .flag.flag-GEO {
  background-position: -224px -44px;
}
.verification-wrap .flag.flag-GUF {
  background-position: -240px -44px;
}
.verification-wrap .flag.flag-GGY {
  background-position: 0 -55px;
}
.verification-wrap .flag.flag-GHA {
  background-position: -16px -55px;
}
.verification-wrap .flag.flag-GIB {
  background-position: -32px -55px;
}
.verification-wrap .flag.flag-GRL {
  background-position: -48px -55px;
}
.verification-wrap .flag.flag-GMB {
  background-position: -64px -55px;
}
.verification-wrap .flag.flag-GIN {
  background-position: -80px -55px;
}
.verification-wrap .flag.flag-GLP {
  background-position: -96px -55px;
}
.verification-wrap .flag.flag-GNQ {
  background-position: -112px -55px;
}
.verification-wrap .flag.flag-GRC {
  background-position: -128px -55px;
}
.verification-wrap .flag.flag-SGS {
  background-position: -144px -55px;
}
.verification-wrap .flag.flag-GTM {
  background-position: -160px -55px;
}
.verification-wrap .flag.flag-GUM {
  background-position: -176px -55px;
}
.verification-wrap .flag.flag-GNB {
  background-position: -192px -55px;
}
.verification-wrap .flag.flag-GUY {
  background-position: -208px -55px;
}
.verification-wrap .flag.flag-HKG {
  background-position: -224px -55px;
}
.verification-wrap .flag.flag-HMD {
  background-position: -240px -55px;
}
.verification-wrap .flag.flag-HND {
  background-position: 0 -66px;
}
.verification-wrap .flag.flag-HRV {
  background-position: -16px -66px;
}
.verification-wrap .flag.flag-HTI {
  background-position: -32px -66px;
}
.verification-wrap .flag.flag-HUN {
  background-position: -48px -66px;
}
.verification-wrap .flag.flag-ic {
  background-position: -64px -66px;
}
.verification-wrap .flag.flag-IDN {
  background-position: -80px -66px;
}
.verification-wrap .flag.flag-IRL {
  background-position: -96px -66px;
}
.verification-wrap .flag.flag-ISR {
  background-position: -112px -66px;
}
.verification-wrap .flag.flag-IMN {
  background-position: -128px -66px;
}
.verification-wrap .flag.flag-IND {
  background-position: -144px -66px;
}
.verification-wrap .flag.flag-IOT {
  background-position: -160px -66px;
}
.verification-wrap .flag.flag-IRQ {
  background-position: -176px -66px;
}
.verification-wrap .flag.flag-IRN {
  background-position: -192px -66px;
}
.verification-wrap .flag.flag-ISL {
  background-position: -208px -66px;
}
.verification-wrap .flag.flag-ITA {
  background-position: -224px -66px;
}
.verification-wrap .flag.flag-JEY {
  background-position: -240px -66px;
}
.verification-wrap .flag.flag-JAM {
  background-position: 0 -77px;
}
.verification-wrap .flag.flag-JOR {
  background-position: -16px -77px;
}
.verification-wrap .flag.flag-JPN {
  background-position: -32px -77px;
}
.verification-wrap .flag.flag-KEN {
  background-position: -48px -77px;
}
.verification-wrap .flag.flag-KGZ {
  background-position: -64px -77px;
}
.verification-wrap .flag.flag-KHM {
  background-position: -80px -77px;
}
.verification-wrap .flag.flag-KIR {
  background-position: -96px -77px;
}
.verification-wrap .flag.flag-COM {
  background-position: -112px -77px;
}
.verification-wrap .flag.flag-KNA {
  background-position: -128px -77px;
}
.verification-wrap .flag.flag-PRK {
  background-position: -144px -77px;
}
.verification-wrap .flag.flag-KOR {
  background-position: -160px -77px;
}
.verification-wrap .flag.flag-kurdistan {
  background-position: -176px -77px;
}
.verification-wrap .flag.flag-KWT {
  background-position: -192px -77px;
}
.verification-wrap .flag.flag-CYM {
  background-position: -208px -77px;
}
.verification-wrap .flag.flag-KAZ {
  background-position: -224px -77px;
}
.verification-wrap .flag.flag-LAO {
  background-position: -240px -77px;
}
.verification-wrap .flag.flag-LBN {
  background-position: 0 -88px;
}
.verification-wrap .flag.flag-LCA {
  background-position: -16px -88px;
}
.verification-wrap .flag.flag-LIE {
  background-position: -32px -88px;
}
.verification-wrap .flag.flag-LKA {
  background-position: -48px -88px;
}
.verification-wrap .flag.flag-LBR {
  background-position: -64px -88px;
}
.verification-wrap .flag.flag-LSO {
  background-position: -80px -88px;
}
.verification-wrap .flag.flag-LTU {
  background-position: -96px -88px;
}
.verification-wrap .flag.flag-LUX {
  background-position: -112px -88px;
}
.verification-wrap .flag.flag-LVA {
  background-position: -128px -88px;
}
.verification-wrap .flag.flag-LBY {
  background-position: -144px -88px;
}
.verification-wrap .flag.flag-MAR {
  background-position: -160px -88px;
}
.verification-wrap .flag.flag-MCO {
  background-position: -176px -88px;
}
.verification-wrap .flag.flag-MDA {
  background-position: -192px -88px;
}
.verification-wrap .flag.flag-MNE {
  background-position: -208px -88px;
}
.verification-wrap .flag.flag-MDG {
  background-position: -224px -88px;
}
.verification-wrap .flag.flag-MHL {
  background-position: -240px -88px;
}
.verification-wrap .flag.flag-MKD {
  background-position: 0 -99px;
}
.verification-wrap .flag.flag-MLI {
  background-position: -16px -99px;
}
.verification-wrap .flag.flag-MMR {
  background-position: -32px -99px;
}
.verification-wrap .flag.flag-MNG {
  background-position: -48px -99px;
}
.verification-wrap .flag.flag-MAC {
  background-position: -64px -99px;
}
.verification-wrap .flag.flag-MNP {
  background-position: -80px -99px;
}
.verification-wrap .flag.flag-MTQ {
  background-position: -96px -99px;
}
.verification-wrap .flag.flag-MRT {
  background-position: -112px -99px;
}
.verification-wrap .flag.flag-MSR {
  background-position: -128px -99px;
}
.verification-wrap .flag.flag-MLT {
  background-position: -144px -99px;
}
.verification-wrap .flag.flag-MUS {
  background-position: -160px -99px;
}
.verification-wrap .flag.flag-MDV {
  background-position: -176px -99px;
}
.verification-wrap .flag.flag-MWI {
  background-position: -192px -99px;
}
.verification-wrap .flag.flag-MEX {
  background-position: -208px -99px;
}
.verification-wrap .flag.flag-MYS {
  background-position: -224px -99px;
}
.verification-wrap .flag.flag-MOZ {
  background-position: -240px -99px;
}
.verification-wrap .flag.flag-NAM {
  background-position: 0 -110px;
}
.verification-wrap .flag.flag-NCL {
  background-position: -16px -110px;
}
.verification-wrap .flag.flag-NER {
  background-position: -32px -110px;
}
.verification-wrap .flag.flag-NFK {
  background-position: -48px -110px;
}
.verification-wrap .flag.flag-NGA {
  background-position: -64px -110px;
}
.verification-wrap .flag.flag-NIC {
  background-position: -80px -110px;
}
.verification-wrap .flag.flag-NLD {
  background-position: -96px -110px;
}
.verification-wrap .flag.flag-NOR {
  background-position: -112px -110px;
}
.verification-wrap .flag.flag-NPL {
  background-position: -128px -110px;
}
.verification-wrap .flag.flag-NRU {
  background-position: -144px -110px;
}
.verification-wrap .flag.flag-NIU {
  background-position: -160px -110px;
}
.verification-wrap .flag.flag-NZL {
  background-position: -176px -110px;
}
.verification-wrap .flag.flag-OMN {
  background-position: -192px -110px;
}
.verification-wrap .flag.flag-PAN {
  background-position: -208px -110px;
}
.verification-wrap .flag.flag-PER {
  background-position: -224px -110px;
}
.verification-wrap .flag.flag-PYF {
  background-position: -240px -110px;
}
.verification-wrap .flag.flag-PNG {
  background-position: 0 -121px;
}
.verification-wrap .flag.flag-PHL {
  background-position: -16px -121px;
}
.verification-wrap .flag.flag-PAK {
  background-position: -32px -121px;
}
.verification-wrap .flag.flag-POL {
  background-position: -48px -121px;
}
.verification-wrap .flag.flag-SPM {
  background-position: -64px -121px;
}
.verification-wrap .flag.flag-PCN {
  background-position: -80px -121px;
}
.verification-wrap .flag.flag-PRI {
  background-position: -96px -121px;
}
.verification-wrap .flag.flag-PSE {
  background-position: -112px -121px;
}
.verification-wrap .flag.flag-PRT {
  background-position: -128px -121px;
}
.verification-wrap .flag.flag-PLW {
  background-position: -144px -121px;
}
.verification-wrap .flag.flag-PRY {
  background-position: -160px -121px;
}
.verification-wrap .flag.flag-QAT {
  background-position: -176px -121px;
}
.verification-wrap .flag.flag-REU {
  background-position: -192px -121px;
}
.verification-wrap .flag.flag-ROU {
  background-position: -208px -121px;
}
.verification-wrap .flag.flag-SRB {
  background-position: -224px -121px;
}
.verification-wrap .flag.flag-RUS {
  background-position: -240px -121px;
}
.verification-wrap .flag.flag-RWA {
  background-position: 0 -132px;
}
.verification-wrap .flag.flag-SAU {
  background-position: -16px -132px;
}
.verification-wrap .flag.flag-SLB {
  background-position: -32px -132px;
}
.verification-wrap .flag.flag-SYC {
  background-position: -48px -132px;
}
.verification-wrap .flag.flag-scotland {
  background-position: -64px -132px;
}
.verification-wrap .flag.flag-SDN {
  background-position: -80px -132px;
}
.verification-wrap .flag.flag-SWE {
  background-position: -96px -132px;
}
.verification-wrap .flag.flag-SGP {
  background-position: -112px -132px;
}
.verification-wrap .flag.flag-SHN {
  background-position: -128px -132px;
}
.verification-wrap .flag.flag-SVN {
  background-position: -144px -132px;
}
.verification-wrap .flag.flag-SJM {
  background-position: -160px -132px;
}
.verification-wrap .flag.flag-SVK {
  background-position: -176px -132px;
}
.verification-wrap .flag.flag-SLE {
  background-position: -192px -132px;
}
.verification-wrap .flag.flag-SMR {
  background-position: -208px -132px;
}
.verification-wrap .flag.flag-SEN {
  background-position: -224px -132px;
}
.verification-wrap .flag.flag-SOM {
  background-position: -240px -132px;
}
.verification-wrap .flag.flag-somaliland {
  background-position: 0 -143px;
}
.verification-wrap .flag.flag-SUR {
  background-position: -16px -143px;
}
.verification-wrap .flag.flag-SSD {
  background-position: -32px -143px;
}
.verification-wrap .flag.flag-STP {
  background-position: -48px -143px;
}
.verification-wrap .flag.flag-SLV {
  background-position: -64px -143px;
}
.verification-wrap .flag.flag-SXM {
  background-position: -80px -143px;
}
.verification-wrap .flag.flag-SYR {
  background-position: -96px -143px;
}
.verification-wrap .flag.flag-SWZ {
  background-position: -112px -143px;
}
.verification-wrap .flag.flag-TCA {
  background-position: -128px -143px;
}
.verification-wrap .flag.flag-TCD {
  background-position: -144px -143px;
}
.verification-wrap .flag.flag-ATF {
  background-position: -160px -143px;
}
.verification-wrap .flag.flag-TGO {
  background-position: -176px -143px;
}
.verification-wrap .flag.flag-THA {
  background-position: -192px -143px;
}
.verification-wrap .flag.flag-tibet {
  background-position: -208px -143px;
}
.verification-wrap .flag.flag-TJK {
  background-position: -224px -143px;
}
.verification-wrap .flag.flag-TKL {
  background-position: -240px -143px;
}
.verification-wrap .flag.flag-TLS {
  background-position: 0 -154px;
}
.verification-wrap .flag.flag-TKM {
  background-position: -16px -154px;
}
.verification-wrap .flag.flag-TUN {
  background-position: -32px -154px;
}
.verification-wrap .flag.flag-TON {
  background-position: -48px -154px;
}
.verification-wrap .flag.flag-TUR {
  background-position: -64px -154px;
}
.verification-wrap .flag.flag-TTO {
  background-position: -80px -154px;
}
.verification-wrap .flag.flag-TUV {
  background-position: -96px -154px;
}
.verification-wrap .flag.flag-TWN {
  background-position: -112px -154px;
}
.verification-wrap .flag.flag-TZA {
  background-position: -128px -154px;
}
.verification-wrap .flag.flag-UKR {
  background-position: -144px -154px;
}
.verification-wrap .flag.flag-UGA {
  background-position: -160px -154px;
}
.verification-wrap .flag.flag-UMI {
  background-position: -176px -154px;
}
.verification-wrap .flag.flag-USA {
  background-position: -192px -154px;
}
.verification-wrap .flag.flag-URY {
  background-position: -208px -154px;
}
.verification-wrap .flag.flag-UZB {
  background-position: -224px -154px;
}
.verification-wrap .flag.flag-VAT {
  background-position: -240px -154px;
}
.verification-wrap .flag.flag-VCT {
  background-position: 0 -165px;
}
.verification-wrap .flag.flag-VEN {
  background-position: -16px -165px;
}
.verification-wrap .flag.flag-VGB {
  background-position: -32px -165px;
}
.verification-wrap .flag.flag-VIR {
  background-position: -48px -165px;
}
.verification-wrap .flag.flag-VNM {
  background-position: -64px -165px;
}
.verification-wrap .flag.flag-VUT {
  background-position: -80px -165px;
}
.verification-wrap .flag.flag-wales {
  background-position: -96px -165px;
}
.verification-wrap .flag.flag-WLF {
  background-position: -112px -165px;
}
.verification-wrap .flag.flag-WSM {
  background-position: -128px -165px;
}
.verification-wrap .flag.flag-xk {
  background-position: -144px -165px;
}
.verification-wrap .flag.flag-YEM {
  background-position: -160px -165px;
}
.verification-wrap .flag.flag-MYT {
  background-position: -176px -165px;
}
.verification-wrap .flag.flag-ZAF {
  background-position: -192px -165px;
}
.verification-wrap .flag.flag-zanzibar {
  background-position: -208px -165px;
}
.verification-wrap .flag.flag-ZMB {
  background-position: -224px -165px;
}
.verification-wrap .flag.flag-ZWE {
  background-position: -240px -165px;
}
.verification-wrap .flag.flag-BES {
  background-position: 0 -176px;
}
.verification-wrap .flag.flag-CXR {
  background-position: -16px -176px;
}
.verification-wrap .flag.flag-CCK {
  background-position: -32px -176px;
}
.verification-wrap .flag.flag-BLM {
  background-position: -48px -176px;
}
.verification-wrap .flag.flag-MAF {
  background-position: -64px -176px;
}
.verification-wrap .flag.flag-ATA {
  background-position: -80px -176px;
}
.verification-wrap .flag.flag-ABH {
  background-position: -96px -176px;
}
.verification-wrap .flag.flag-RKS,
.verification-wrap .flag.flag-XKX {
  background-position: -112px -176px;
}
.verification-wrap .flag.flag-XXT {
  background-position: -128px -176px;
}
.verification-wrap .flag.flag-XEH {
  background-position: -144px -176px;
}
.verification-wrap .flag.flag-XOS {
  background-position: -160px -176px;
}
.verification-wrap .doc_list {
  margin: 25px 0;
  margin-top: 10px;
  font-weight: bold;
  list-style: none;
  padding-left: 25px;
  color: #2a348f;
}
.verification-wrap .doc_list.-fz14 {
  font-size: 14px;
  line-height: 20px;
}
.verification-wrap .doc_list li {
  position: relative;
  list-style-type: none;
  margin: 5px 0;
}
.verification-wrap .doc_list li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #37348f;
  left: -17px;
  top: 9px;
  border-radius: 50%;
}
.verification-wrap .doc_list li::marker {
  color: #2a348f;
}
.verification-wrap #che_kto, .verification-wrap .h_text {
  color: #2a348f;
}
.verification-wrap .langs {
  max-height: 200px;
  overflow-y: scroll;
}
.verification-wrap .langs::-webkit-scrollbar {
  width: 4px;
}
.verification-wrap .langs::-webkit-scrollbar-track {
  border-radius: 10px;
}
.verification-wrap .langs::-webkit-scrollbar-thumb {
  background: rgba(42, 52, 143, 0.12);
  border-radius: 10px;
}
.verification-wrap .sum_logo {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

/*  */
/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /**/
  .block2 .container-wrap .steem-price .price-steem {
    font-size: 30px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 992px) {
  /**/
  .wallet-main-wrap .wallet-inner-block {
    max-width: 800px;
  }
  .wallet-main-wrap .main-inner {
    flex-direction: column;
  }
  .wallet-main-wrap .main-inner .left-part {
    width: 100%;
    padding-right: 0;
  }
  .wallet-main-wrap .main-inner .right-part {
    width: 100%;
    margin-top: 32px;
    box-shadow: none;
  }
  .block1 .container-wrap .additional-info-data {
    flex-direction: column;
  }
  .block1 .container-wrap .additional-info-data .left-part {
    max-width: 320px;
    margin-right: 0;
  }
  .block1 .container-wrap .additional-info-data .right-part {
    text-align: center;
    align-items: center;
  }
  .block1 .container-wrap h1 {
    font-size: 60px;
    line-height: 70px;
  }
  .block2 .container-wrap {
    flex-direction: column;
    align-items: center;
  }
  .block2 .container-wrap .steem-price {
    margin-bottom: 40px;
  }
  .block3 .contact-wrap {
    flex-direction: column;
  }
  .block3 .contact-wrap .item-of-contact {
    position: relative;
    width: 100%;
    background: linear-gradient(0deg, #370594, #0393ff);
    background-position: 50%;
    background-size: 100% 400%;
    margin-top: 20px;
    border-radius: 10px !important;
    max-width: 460px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .block4 .pdf-row {
    flex-direction: column;
    align-items: center;
  }
  .block4 .pdf-row .pdf-item {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    margin-top: 20px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 768px) {
  /**/
  .wallet-main-wrap .main-inner {
    padding: 10px;
  }
  .wallet-main-wrap .wallet-inner-block .top-part-nav .item-wallet {
    padding: 0 10px;
  }
  .wallet-main-wrap .wallet-inner-block .top-part-nav .item-wallet::before {
    height: 2px;
  }
  .wallet-main-wrap .wallet-inner-block .top-part-nav {
    padding: 0 8px;
  }
  .wallet-logo span {
    font-size: 18px;
  }
  .wallet-main-wrap .wallet-inner-block.-registration .main-inner .decor-wrap img {
    width: 74%;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 600px) {
  /**/
  .block1 .container-wrap h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .block1 .container-wrap .additional-info-data h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .m-header .img-wrap {
    width: 120px;
  }
  .m-header .btn-s {
    padding: 10px 14px;
    font-size: 18px !important;
    font-weight: bold !important;
  }
  .m-header .right-part-nav a {
    margin-right: 10px;
    font-weight: 600;
  }
  .m-header.scroll {
    padding: 5px;
    align-items: stretch;
  }
  .block2 .container-wrap .chart-wrap {
    width: 100%;
  }
  .block2 .container-wrap .chart-wrap ul {
    flex-direction: column;
  }
  .block2 .container-wrap .chart-wrap ul li {
    width: 100%;
    margin-top: 10px;
    max-width: 280px;
    font-size: 18px;
  }
  .block2 .container-wrap .steem-price .price-steem {
    font-size: 36px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 480px) {
  /**/
  .transaction-history-list .transaction-inner .adres {
    max-width: 160px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 380px) {
  /**/
  .transaction-history-list .transaction-inner .adres {
    max-width: 110px;
  }
  .m-header .img-wrap {
    width: 100px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 320px) {
  /**/
}
/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/
}/*# sourceMappingURL=main.css.map */