.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #1b1b1b;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #c3c3c3;
  font-size: 24px;
  line-height: 130%;
  font-weight: 300;
  text-transform: none;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #727272;
  font-size: 16px;
  line-height: 130%;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #727272;
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

h5 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

h6 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

a {
  color: #3f3f3f;
  font-weight: 400;
  text-decoration: none;
}

img {
  max-width: 100%;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #b6c5d4;
  font-size: 18px;
  line-height: 22px;
}

.large-text {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.01em;
}

.style-guide-typography-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.display-heading-2 {
  margin-bottom: 24px;
  font-size: 54px;
  line-height: 56px;
  font-weight: 600;
}

.small-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 22px;
}

.display-heading-1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 72px;
  line-height: 72px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.style-guide-content-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.no-space-bottom {
  margin-bottom: 0px;
  font-weight: 400;
  text-shadow: 0 0 4px #66d4f9;
}

.style-guide-padding {
  padding: 25px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(118, 135, 154, 0.24), 0 3px 8px 0 rgba(118, 135, 154, 0.08);
}

.grid {
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.center {
  display: block;
  justify-items: center;
}

.space-bottom {
  margin-bottom: 24px;
}

.space-top {
  margin-top: 24px;
}

._4-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 120px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._3-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bg-grey-2 {
  background-color: #627183;
}

.bg-grey-3 {
  background-color: #b6c5d4;
}

.bg-white {
  background-color: #fff;
}

.bg-white.style-guide-color.style-guide-color-white {
  border-style: solid;
  border-width: 1px;
  border-color: #ebebec;
}

.color-scheme-row {
  display: -ms-grid;
  display: grid;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.style-guide-color {
  min-height: 100px;
  margin-bottom: 8px;
  border-radius: 6px;
}

.icon-button-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.style-guide-buttons-grid {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #3bfc14;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover {
  background-color: #3bfc14;
  color: #282828;
}

.button.button-large {
  padding: 18px 36px;
}

.button.button-small {
  padding: 5px 18px;
  border-style: none;
  border-width: 1px;
  border-color: #66d4f9;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #66d4f9;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.button.button-small:hover {
  background-color: #66d4f9;
  box-shadow: none;
  color: #1b1b1b;
}

.button.icon-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
}

.button.button-outline {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(20, 20, 20, 0.1);
  background-color: transparent;
  color: #141414;
}

.button.button-outline:hover {
  box-shadow: inset 100px 0 100px 100px rgba(20, 20, 20, 0.1);
}

.button.login {
  display: none;
  padding: 5px 20px 5px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
}

.button.login:hover {
  background-color: #fff;
  opacity: 1;
  color: #191c53;
}

.button.black {
  color: #111;
}

.button.inactive {
  border-color: #fff;
  opacity: 0.38;
}

.button.inactive:hover {
  background-color: transparent;
  color: #fff;
}

.button.coming-soon:hover {
  background-color: transparent;
  color: #fff;
}

.style-guide-form-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.radio-button-label {
  margin-bottom: 0px;
  margin-left: 5px;
  font-family: Inter;
  color: #627183;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.style-guide-grid-heading {
  margin-bottom: 16px;
}

.switch-input {
  width: 36px;
  height: 20px;
  margin-top: 0px;
  margin-right: 8px;
  margin-left: 0px;
  border-style: none;
  border-radius: 10px;
  background-color: #ebebec;
  background-image: url('../images/switch-handle-circle.svg');
  background-position: 5px 50%;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 200ms ease, background-color 200ms ease;
  transition: background-position 200ms ease, background-color 200ms ease;
  cursor: pointer;
}

.switch-input.w--redirected-checked {
  border-style: none;
  background-color: #763ff9;
  background-image: url('../images/switch-handle-circle.svg');
  background-position: 19px 50%;
  background-size: 12px 12px;
}

.switch-input.w--redirected-focus {
  box-shadow: 0 0 3px 1px #4253fe;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}

.switch-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.form-block {
  margin-bottom: 0px;
}

.radio-button {
  width: 16px;
  height: 16px;
  margin-top: 0px;
  margin-left: 0px;
  border-color: #b6c5d4;
  background-color: #f8f9fb;
  -webkit-transition: border-color 200ms ease, border-width 200ms ease;
  transition: border-color 200ms ease, border-width 200ms ease;
  cursor: pointer;
}

.radio-button.w--redirected-checked {
  border-width: 5px;
  border-color: #763ff9;
}

.radio-button.w--redirected-focus {
  box-shadow: 0 0 3px 1px #763ff9;
}

.form-success {
  padding: 22px 18px 18px;
  border-radius: 12px;
  background-color: #763ff9;
  color: #fff;
}

.form-error {
  margin-top: 12px;
  padding: 22px 18px 18px;
  border-radius: 12px;
  background-color: #ff0174;
  color: #fff;
  text-align: center;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.checkbox-label {
  font-family: Inter;
  color: #627183;
  font-size: 14px;
  font-weight: 400;
}

.checkbox {
  display: block;
  width: 16px;
  height: 16px;
  margin-bottom: 8px;
  margin-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(20, 20, 20, 0.1);
  border-radius: 5px;
  background-image: url('../images/icon-check.svg');
  background-position: 100% 50%;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: background-color 200ms ease, border-color 200ms ease, background-position 200ms ease;
  transition: background-color 200ms ease, border-color 200ms ease, background-position 200ms ease;
  cursor: pointer;
}

.checkbox.w--redirected-checked {
  border-color: #763ff9;
  background-color: #763ff9;
  background-image: url('../images/icon-check.svg');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #4253fe;
}

.style-guide-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f9fb;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.utility-page-icon {
  width: 200px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.text-field {
  padding: 20px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e6f0;
  border-radius: 5px;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.text-field::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 20px;
}

.text-field:-ms-input-placeholder {
  font-size: 14px;
  line-height: 20px;
}

.text-field::-ms-input-placeholder {
  font-size: 14px;
  line-height: 20px;
}

.text-field::placeholder {
  font-size: 14px;
  line-height: 20px;
}

.rich-text {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text img {
  margin-top: 10px;
}

.rich-text a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #763ff9;
}

.rich-text a:hover {
  color: #492799;
}

.bg-primary-purple {
  background-color: #7a31e3;
}

.bg-primary-yellow {
  background-color: #ffb731;
}

.bg-grey-1 {
  background-color: #00162f;
  color: #fff;
}

.bg-grey-4 {
  background-color: #b6c5d4;
}

.bg-grey-5 {
  background-color: #e1e6f0;
}

.bg-grey-6 {
  background-color: #f8f9fb;
}

.bg-primary-rose {
  background-color: #ff0174;
}

.bg-primary-orange {
  background-color: #f85b43;
}

.bg-primary-green {
  background-color: #01dda5;
}

.bg-primary-blue {
  background-color: #763ff9;
  color: #fff;
}

._2-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-grid.margin200 {
  margin-bottom: 0px;
}

._2-1-grid {
  margin-bottom: 100px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._1-2-grid {
  grid-auto-flow: row;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dashboard {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dashboard.red {
  background-image: linear-gradient(135deg, #611461, #00527e);
}

.dashboard.violet {
  background-image: linear-gradient(135deg, #300a30, #183966);
}

.dashboard-sidebar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: none;
  width: auto;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #1b1b1b;
}

.sidebar-content {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 250px;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 10px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  opacity: 0.25;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link:hover {
  border-left-color: #95fdff;
  opacity: 1;
  color: #95fdff;
}

.nav-link:focus {
  border-left-color: #95fdff;
  opacity: 1;
}

.nav-link.w--current {
  border-left: 2px solid #95fdff;
  opacity: 1;
  color: #95fdff;
}

.nav-link.red:hover {
  border-left-color: #ff1a61;
  color: #ff1a61;
}

.nav-link.red:focus {
  border-left-color: #ff1a61;
  color: #ff1a61;
}

.nav-link.red.w--current {
  border-left-color: #ff1a61;
  color: #cd3161;
}

.sidebar-logo-wrapper {
  padding: 30px 24px 60px;
}

.sidebar-logo {
  max-height: 40px;
  max-width: 100%;
}

.nav-icon {
  margin-right: 20px;
}

.nav-divider {
  height: 1px;
  margin: 24px;
  background-color: rgba(255, 255, 255, 0.09);
}

.nav-divider.neongreen {
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dropdown {
  margin-right: 1px;
  margin-left: 0px;
}

.mobile-bar {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 600;
  display: none;
  padding: 16px 24px;
  border-top: 1px solid #e1e6f0;
}

.mobile-bar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lottie-menu-icon {
  width: 32px;
  height: 32px;
  margin-top: -3px;
}

.dashboard-content {
  overflow: hidden;
  padding: 40px 30px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.caption {
  margin-bottom: 2px;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.caption.red {
  color: #cd3161;
}

.caption.neongreen {
  color: #fff;
}

.module {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 10px;
  background-color: transparent;
  color: #66d4f9;
  text-align: center;
}

.module.nft {
  box-shadow: 0 0 4px 0 #3b8eff;
  -webkit-transition: box-shadow 250ms ease;
  transition: box-shadow 250ms ease;
}

.module.nft:hover {
  box-shadow: 0 0 10px 3px #911d91;
}

.module.black {
  padding-top: 20px;
  background-image: radial-gradient(circle farthest-corner at 0% 0%, hsla(0, 0%, 100%, 0.05), transparent), radial-gradient(circle farthest-corner at 100% 100%, rgba(255, 255, 255, 0.06), hsla(0, 0%, 100%, 0)), radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.06), hsla(0, 0%, 100%, 0.02)), -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.8)), to(rgba(17, 17, 17, 0.8)));
  background-image: radial-gradient(circle farthest-corner at 0% 0%, hsla(0, 0%, 100%, 0.05), transparent), radial-gradient(circle farthest-corner at 100% 100%, rgba(255, 255, 255, 0.06), hsla(0, 0%, 100%, 0)), radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.06), hsla(0, 0%, 100%, 0.02)), linear-gradient(180deg, rgba(17, 17, 17, 0.8), rgba(17, 17, 17, 0.8));
  color: #fff;
}

.content-chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.caption-large {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.caption-large.right {
  padding-right: 10px;
  text-align: right;
}

.div-block {
  width: 100%;
}

.numbers-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.number {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #66d4f9;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}

.number.big {
  color: #fff;
  font-size: 50px;
}

.number.big.red {
  color: #cd3161;
}

.number.big.neongreen {
  color: #3bfc14;
  font-size: 40px;
}

.number.big.white {
  color: #fff;
  font-size: 24px;
  line-height: 150%;
  font-weight: 700;
}

.number.red {
  color: #cd3161;
}

.number.violet {
  color: #b531cd;
}

.main-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.in-page-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.in-page-menu-link {
  margin-right: 12px;
  padding: 4px 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e6f0;
  border-radius: 100px;
  background-color: transparent;
  color: #627183;
}

.in-page-menu-link.w--current {
  border-color: #763ff9;
  background-color: #763ff9;
  color: #fff;
}

.project-avatar {
  display: inline-block;
  width: 25px;
  height: 25px;
  max-width: none;
  margin-right: 10px;
  margin-left: -14px;
  border-radius: 100px;
}

.tabs-content {
  overflow: visible;
}

.alert-module {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 6px;
  background-color: #763ff9;
  box-shadow: 0 1px 1px 0 rgba(118, 135, 154, 0.24), 0 3px 8px 0 rgba(118, 135, 154, 0.08);
  color: #fff;
}

.table-module {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-module.small {
  position: relative;
  width: 100%;
  max-width: 400px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.table-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 36px 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.table-row {
  padding: 16px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 0.5fr 0.25fr;
  grid-template-columns: 0.5fr 0.5fr 0.25fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-size: 14px;
}

.table-headers {
  padding: 16px 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 0.5fr 0.25fr;
  grid-template-columns: 0.5fr 0.5fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.12)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.12), hsla(0, 0%, 100%, 0));
}

.table-logo-row {
  margin-top: -8px;
  margin-bottom: -8px;
}

.mobile-bottom-spacing {
  height: 0px;
}

.table-title {
  display: inline;
  color: #fff;
  font-weight: 300;
  text-align: left;
}

.table-title.red {
  color: #cd3161;
}

.table-title.tab-title {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.table-title.tab-title.neongreen {
  color: #3bfc14;
}

.text-primary-blue {
  color: #763ff9;
}

.table-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-caption {
  margin-bottom: 8px;
  opacity: 0.7;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.utility-container {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.dashboard-container {
  position: relative;
  margin: 40px 20px 40px 200px;
}

.table-content {
  position: relative;
  display: inline-block;
  width: 300px;
}

.knowledge-base-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  margin-bottom: 40px;
  padding-top: 24px;
  padding-right: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.back-to-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
}

.back-to-home.text-primary-blue {
  color: #763ff9;
}

.back-icon {
  margin-right: 8px;
}

.small-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #763ff9;
  font-size: 14px;
  line-height: 22px;
}

.small-link:hover {
  color: #492799;
}

.alert-module-link {
  margin-left: 48px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.body-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #763ff9;
}

.body-link:hover {
  color: #492799;
}

.large-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #763ff9;
  font-size: 18px;
  line-height: 30px;
}

.large-link:hover {
  color: #492799;
}

.presentation-module {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(118, 135, 154, 0.24), 0 3px 8px 0 rgba(118, 135, 154, 0.08);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.presentation-module:hover {
  box-shadow: 0 1px 1px 0 rgba(118, 135, 154, 0.24), 0 8px 15px 0 rgba(118, 135, 154, 0.2);
}

.style-guide-grid {
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.footer {
  margin-top: 24px;
  color: #c3c3c3;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.footer-link-123 {
  color: #b6c5d4;
  font-weight: 500;
}

.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.breadcrumb-wrapper {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-avatar-name {
  margin-bottom: 0px;
  line-height: 20px;
}

.banner-avatar-caption {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #627183;
  font-size: 14px;
  line-height: 22px;
}

.breadcrumb-text {
  opacity: 0.75;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}

.breadcrumb-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-avatar-image {
  width: 42px;
  height: 42px;
  margin-right: 8px;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-avatar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.breacrumb-chevron {
  width: 18px;
  margin-left: 4px;
}

.dashboard-banner-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dashboard-banner-header.utility {
  max-width: 800px;
}

.dashboard-banner {
  overflow: hidden;
  margin-left: 280px;
  padding: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.bg-black {
  background-color: #000;
}

.headline {
  text-align: right;
}

.grapph {
  width: 100%;
  height: 30vh;
  padding: 20px;
  border-radius: 10px;
  background-color: #282828;
  background-image: linear-gradient(300deg, #282828, #323232);
}

.grapph.graph2 {
  height: auto;
  background-color: transparent;
  background-image: none;
}

.grapph.graph2.height400 {
  height: 400px;
}

.grapph.graph2.height400.maxheight400 {
  height: 300px;
  max-height: 300px;
}

.html-embed._1-grid {
  width: 76vw;
  height: 28vh;
  max-height: 347px;
  max-width: 972px;
}

.body-space {
  overflow: visible;
  min-height: 100vh;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#1c1e57), color-stop(54%, #275390), to(#0c43aa));
  background-image: linear-gradient(90deg, #1c1e57, #275390 54%, #0c43aa);
}

.body-space.red {
  background-image: none;
}

.body-space.violet {
  background-image: none;
}

.heading-11 {
  margin-top: 40px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.87);
}

.price {
  padding-right: 10px;
  color: #66d4f9;
  text-align: right;
}

.price.red {
  color: #cd3161;
}

.price.left {
  text-align: left;
}

.positiv {
  color: #3bfc14;
}

.positiv.red {
  color: #fc8385;
}

.text-block-3 {
  text-transform: uppercase;
}

.heading-12 {
  color: #fff;
  font-weight: 700;
}

.div-block-2 {
  display: block;
  width: 200px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.div-block-2.login {
  text-align: right;
}

.div-block-2.center {
  text-align: center;
}

.meamask {
  display: inline;
  height: 20px;
  margin-right: 5px;
  opacity: 1;
  mix-blend-mode: normal;
}

.text-block-4 {
  display: inline;
  height: 20px;
  font-size: 14px;
}

.title-descritption {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.title-descritption.violet {
  color: #b531cd;
}

.nft-price {
  font-size: 30px;
  line-height: 130%;
  font-weight: 400;
}

.nft-price.violet {
  margin-top: 10px;
  color: #e03efd;
}

.nav-link-violet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  opacity: 0.25;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.nav-link-violet:hover {
  border-left-color: #e03efd;
  opacity: 1;
  color: #e03efd;
}

.nav-link-violet:focus {
  border-left-color: #e03efd;
  opacity: 1;
  color: #e03efd;
}

.nav-link-violet.w--current {
  border-left-color: #e03efd;
  opacity: 1;
  color: #e03efd;
}

.content-container {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 140px;
  margin-left: auto;
}

.content-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 480px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-image-wrap {
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
}

.button-wrapper {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.brand-logo {
  height: 40px;
  max-width: none;
}

.arrow-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  margin-right: 10px;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100px;
}

.hero-image {
  width: auto;
  height: 90%;
  margin-top: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.brand {
  margin-right: 60px;
}

.header-paragraph {
  max-width: 600px;
  margin-bottom: 30px;
  opacity: 0.75;
  font-size: 20px;
  line-height: 120%;
  font-weight: 300;
}

.navigation {
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  max-width: 1400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.button-navigation {
  margin-left: 14px;
  padding: 7px 24px 5px;
  border-radius: 30px;
  background-color: #fff;
  opacity: 0.5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.button-navigation:hover {
  opacity: 1;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-image-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: auto;
  height: 100%;
  max-width: 55%;
  background-color: transparent;
  -o-object-fit: contain;
  object-fit: contain;
}

.header-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 80vh;
  max-height: 850px;
  max-width: 1400px;
  padding-top: 60px;
}

.nav-link-2 {
  display: none;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px;
  opacity: 0.5;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.nav-link-2:hover {
  opacity: 1;
  color: #3bfc14;
}

.nav-link-2:focus {
  opacity: 1;
  color: #95fdff;
}

.grid-hero {
  grid-column-gap: 72px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-wrapper {
  position: relative;
  padding-right: 5%;
  padding-left: 5%;
}

.container {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.container.center {
  max-width: 800px;
  text-align: center;
}

.container.bg-white {
  padding-top: 60px;
}

.container.margin-top {
  margin-top: 100px;
}

.hero-heading {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.button-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.button-arrow:hover {
  opacity: 1;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  white-space: nowrap;
}

.content-heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 58px;
  line-height: 100%;
  font-weight: 300;
  text-align: left;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.content-heading-2.left {
  margin-bottom: 20px;
  line-height: 100%;
  text-align: left;
  letter-spacing: -0.02em;
}

.content-heading-2.left.black {
  color: #111;
}

.content-heading-2.center {
  text-align: center;
}

.grapph-2 {
  width: 100%;
  height: 300px;
  padding: 20px;
  border-radius: 10px;
  background-color: #282828;
  background-image: linear-gradient(300deg, #282828, #323232);
}

.grapph-2.graph2 {
  background-color: transparent;
  background-image: none;
}

.content-section-2 {
  padding: 60px 5%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#191c53), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #191c53, hsla(0, 0%, 100%, 0));
  color: #e5e5e5;
}

.content-section-2.violet {
  background-image: linear-gradient(45deg, #191c53, #6c0080);
}

.content-section-2.black {
  background-color: #1b1b1b;
  background-image: none;
}

.button-2 {
  display: inline-block;
  padding: 5px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.button-2:hover {
  opacity: 1;
}

.content-paragraph {
  margin-bottom: 40px;
  opacity: 0.65;
  color: #fff;
  font-size: 20px;
  line-height: 120%;
  font-weight: 300;
}

.content-paragraph.black {
  color: #111;
}

.content-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-block-2.nomargin {
  margin-bottom: 0px;
}

.number-2 {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #66d4f9;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}

.number-2.big {
  color: #fff;
  font-size: 50px;
}

.text-block-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
}

.text-block-5:hover {
  color: #fff;
}

.tab-graph {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.tab-graph.margintop {
  display: block;
  margin-top: 40px;
}

.tab {
  padding: 3px 10px;
  border-radius: 100px;
  background-color: transparent;
  color: #191c53;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.tab:hover {
  color: #95fdff;
}

.tab.w--current {
  padding: 3px 10px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #95fdff;
  font-size: 12px;
}

.tab.neongreen {
  color: rgba(255, 255, 255, 0.32);
}

.tab.neongreen.w--current {
  background-color: #000;
  color: #3bfc14;
}

.tabs-memu {
  margin-bottom: 10px;
  text-align: center;
}

.table-list-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.table-row-tab {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 2.25fr 1.25fr 1.25fr;
  grid-template-columns: 2.25fr 1.25fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-size: 14px;
}

.tabs-content-2 {
  width: 100%;
  margin-bottom: 20px;
}

.tab-mini-graph {
  position: relative;
  width: 75px;
  height: 30px;
}

.tab-price {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: right;
}

.tab-price.neongreen {
  color: #3bfc14;
}

.tab-positiv {
  color: #01dda5;
  font-size: 12px;
}

.tabs {
  width: 100%;
  height: 100%;
}

.tabs-2 {
  width: 100%;
}

.tabs-3 {
  width: 100%;
}

.tabs-4 {
  width: 100%;
}

.tabs-5 {
  width: 100%;
}

.tabs-6 {
  width: 100%;
}

.div-center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.externcharts {
  width: 100%;
  height: 200px;
}

.certik-logo {
  width: 100px;
  margin-right: 10px;
  padding-top: 6px;
  padding-bottom: 8px;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  margin-top: 0px;
  margin-right: 10px;
}

.faq-title-wrapper-plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: normal;
}

.section-large {
  position: relative;
  padding: 120px 5%;
}

.faq-item-basic {
  left: auto;
  right: auto;
  display: block;
  padding: 10px;
  border-radius: 12px;
  background-color: rgba(243, 245, 251, 0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.faq-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-toggle:hover {
  color: #338cff;
}

.grid-one-column {
  position: relative;
  width: 60vw;
  max-width: 800px;
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-one-column.center {
  text-align: center;
}

.faq-heading-wrapper {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 640px;
  margin-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.faq-plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-content {
  position: static;
  display: block;
  overflow: hidden;
  width: 100%;
  background-color: transparent;
}

.heading-detail-small {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.heading-detail-small.margin-bottom-12 {
  margin-bottom: 12px;
}

.faq-content-wrapper-line {
  width: 100%;
  padding-top: 8px;
  padding-left: 38px;
  line-height: 36px;
}

.paragraph-regular {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.paragraph-regular.text-weight-medium {
  color: #fff;
  font-weight: 700;
}

.container-x-small {
  position: relative;
  width: 100%;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
}

.section-small {
  padding: 64px 5%;
}

.container-regular {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.grid-six-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 96px;
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.milestone-line-top {
  width: 4px;
  height: 50%;
  margin-bottom: auto;
  background-color: #3bfc14;
}

.milestone-line-top.future {
  background-color: #3f3f3f;
}

.container-2 {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.title-wrapper {
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 92px;
  margin-left: auto;
  text-align: center;
}

.heading-large {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.block-empty {
  padding: 20px;
}

.milestone-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timeline-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr minmax(20px, 80px) 1fr;
  grid-template-columns: 1fr minmax(20px, 80px) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-standard {
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.title-large {
  margin-bottom: 16px;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-timeline {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 140px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f9ff;
}

.milestone-line-bottom {
  width: 4px;
  height: 50%;
  margin-top: auto;
  background-color: #3bfc14;
}

.year-text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-round-light-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding: 14px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #f5f9ff;
  border-radius: 32px;
  background-color: #f5f9ff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #1355ff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.button-round-light-blue:hover {
  background-color: #fff;
  color: #1355ff;
}

.card-timeline-large {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-timeline-large.left {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.milestone-circle {
  position: absolute;
  top: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-line-break {
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #f2f3f8;
}

.milestone-line {
  width: 4px;
  height: 100%;
  background-color: #3bfc14;
}

.milestone-line.future {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3bfc14), color-stop(51%, #3f3f3f));
  background-image: linear-gradient(180deg, #3bfc14 50%, #3f3f3f 51%);
}

.milestone-inner-circle {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  background-color: #3bfc14;
  box-shadow: none;
}

.milestone-inner-circle.future {
  background-color: #3f3f3f;
}

.h3-heading {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.04em;
}

.footer-social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  margin-right: 4px;
  margin-left: 4px;
  padding: 10px 16px;
  opacity: 0.6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  opacity: 1;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  margin: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.46);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #111;
}

.social-icon:hover {
  background-color: #fff;
  opacity: 1;
  color: #191c53;
}

.social-icon.small {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  background-color: transparent;
  opacity: 0.5;
  color: #fff;
}

.social-icon.small:hover {
  opacity: 1;
}

.section-footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 140px 5% 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.94)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.94));
}

.footer-logo {
  width: 200px;
  margin-bottom: 32px;
}

.footer-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-large {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-footer {
  max-width: 600px;
  margin-bottom: 0px;
  color: #dadde7;
  font-size: 16px;
  font-weight: 300;
}

.icon-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.github {
  background-image: radial-gradient(circle closest-corner at 100% 50%, rgba(255, 255, 255, 0.05) 8%, transparent), radial-gradient(circle closest-corner at 0% 50%, rgba(255, 255, 255, 0.08) 19%, hsla(0, 0%, 100%, 0));
}

.section.bg-black {
  padding-bottom: 200px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #282828), to(transparent));
  background-image: linear-gradient(0deg, #282828 10%, transparent);
}

.section.bg-black-2 {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255, 255, 255, 0.05)), to(transparent));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 10%, transparent);
}

.section.bg-black-2-copy {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #191c53), to(transparent));
  background-image: linear-gradient(180deg, #191c53 10%, transparent);
}

.section.bg-black-2-copy.bg-white {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: none;
}

.section.hide {
  display: none;
}

.section.bg-white {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.bg-black-points {
  background-image: radial-gradient(circle farthest-side at 100% 50%, rgba(0, 0, 0, 0.69), hsla(0, 0%, 100%, 0) 28%);
}

.container-header {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.icon-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-app {
  min-height: 100vh;
  min-width: 100vw;
  background-color: #1b1b1b;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.87));
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-app {
  width: 100%;
  height: 80px;
  background-color: transparent;
}

.container-3 {
  position: relative;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.dropdown-2 {
  width: 100%;
  max-width: 238px;
}

.dropdown-toggle {
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #e03efd;
  border-radius: 8px;
  opacity: 0.75;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  color: #e03efd;
}

.dropdown-toggle:hover {
  border-color: #b531cd;
  opacity: 1;
  outline-color: rgba(100, 46, 255, 0.1);
  outline-offset: 1px;
  outline-style: solid;
  outline-width: 2px;
}

.dropdown-toggle.w--open {
  border-color: #642eff;
  outline-color: rgba(100, 46, 255, 0.1);
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.icon-dropdown {
  margin-right: 16px;
  color: #fff;
  font-size: 14px;
}

.paragraph-small {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.dropdown-list.w--open {
  overflow: hidden;
  margin-top: 0px;
  border-radius: 0px 0px 20px 20px;
  background-color: #111;
  box-shadow: 34px 34px 88px 0 rgba(177, 186, 200, 0.16);
}

.dropdown-wrap {
  z-index: 999;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.dropdown-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 10px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #1b114a;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.dropdown-link:hover {
  border-color: #e03efd;
}

.dropdown-link:focus {
  background-color: #f3f5fb;
}

.dropdown-link.w--current {
  color: #2d0896;
}

.dropdown-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6b7094;
}

.checkbox-field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-button-label {
  margin-bottom: 0px;
  color: #160042;
  font-size: 14px;
  line-height: 24px;
}

.checkbox-2 {
  width: 20px;
  height: 20px;
  margin: 0px 8px 0px 0px;
  border-width: 2px;
  border-color: #b6b9ce;
  border-radius: 4px;
  background-color: #fff;
}

.checkbox-2:hover {
  background-color: #f9fafc;
}

.checkbox-2.w--redirected-checked {
  border-style: none;
  border-radius: 4px;
  background-color: #160042;
  background-size: 12px;
}

.checkbox-2.w--redirected-focus {
  box-shadow: none;
  outline-color: #160042;
  outline-offset: -2px;
  outline-style: solid;
  outline-width: 2px;
}

.checkbox-form-block {
  margin-bottom: 0px;
}

.field-label {
  margin-bottom: 4px;
  color: #160042;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.avatar-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.field-icon {
  position: absolute;
  left: 16px;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #b6b9ce;
}

.close-link-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #6b7094;
}

.close-link-right:hover {
  color: #642eff;
}

.div-block-322 {
  overflow: auto;
  height: 250px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.paragraph-regular-bold {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.modal-form-block {
  margin-top: 32px;
}

.modal-avatar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #f3f5fb;
}

.sub-heading-regular-bold {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.invite-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.modal-base {
  width: 100%;
  max-width: 480px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 105px 105px 144px -32px rgba(27, 9, 67, 0.04);
  color: #160042;
}

.icon-regular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #160042;
}

.invite-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  min-width: 120px;
  padding: 12px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #642eff;
  outline-color: transparent;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02px;
  text-decoration: none;
  white-space: nowrap;
}

.button-primary:hover {
  background-color: #7342ff;
}

.button-primary:active {
  background-color: #2d0896;
}

.button-primary:focus {
  outline-color: #d9ccff;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.text-field-icon {
  width: 100%;
  min-height: 48px;
  margin-bottom: 0px;
  padding: 12px 16px 12px 52px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e6f1;
  border-radius: 8px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #160042;
  font-size: 14px;
}

.text-field-icon:hover {
  border-color: #b6b9ce;
}

.text-field-icon:focus {
  border-color: #160042;
  color: #160042;
}

.text-field-icon::-webkit-input-placeholder {
  color: #b6b9ce;
}

.text-field-icon:-ms-input-placeholder {
  color: #b6b9ce;
}

.text-field-icon::-ms-input-placeholder {
  color: #b6b9ce;
}

.text-field-icon::placeholder {
  color: #b6b9ce;
}

.swap-form-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 30px 10px;
  border-radius: 20px;
  background-color: #111;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.07), #000);
  box-shadow: -1px -1px 4px 0 #e03efd, 1px 1px 4px 0 #f7b65b, 0 0 20px 7px #000;
}

.swap-form-div.cyan {
  background-color: rgba(102, 212, 249, 0.13);
  background-image: none;
  box-shadow: -1px -1px 6px 0 #95fdff, 1px 1px 6px 0 #66d4f9;
}

.swap-form-div.green {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 443px;
  min-height: 400px;
  margin-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: none;
  box-shadow: -1px -1px 6px 0 #3bfc14, 1px 1px 6px 0 #3bfc14;
}

.swap-form-div.red {
  position: absolute;
  top: 0px;
  z-index: 100;
  display: none;
  height: 100%;
  min-height: auto;
  margin-top: 15px;
  background-color: rgba(102, 212, 249, 0.13);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(29, 29, 29, 0.89), #000);
  box-shadow: -1px -1px 6px 0 #ff1a61, 1px 1px 6px 0 #ff1a61;
}

.swap-form-div.neongreen {
  background-color: #181919;
  background-image: radial-gradient(circle farthest-side at 0% 100%, hsla(0, 0%, 100%, 0.11), transparent), radial-gradient(circle farthest-corner at 100% 0%, hsla(0, 0%, 100%, 0.1), #000);
  box-shadow: -1px -1px 6px 0 rgba(255, 255, 255, 0.1), 1px 1px 6px 0 rgba(255, 255, 255, 0.35);
}

.swap-form-div.orange {
  position: absolute;
  top: 0px;
  z-index: 100;
  display: none;
  min-height: auto;
  margin-top: 15px;
  background-color: rgba(102, 212, 249, 0.13);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(29, 29, 29, 0.89), #000);
  box-shadow: -1px -1px 6px 0 #f7b65b, 1px 1px 6px 0 #f7b65b;
}

.swap-form-div.green {
  position: absolute;
  z-index: 100;
  display: none;
  width: 500px;
  height: 100%;
  min-height: auto;
  margin-top: 15px;
  background-color: rgba(102, 212, 249, 0.13);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(29, 29, 29, 0.89), #000);
  box-shadow: -1px -1px 6px 0 #3bfc14, 1px 1px 6px 0 #3bfc14;
}

.app-h1 {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.79);
}

.app-h2 {
  color: #fff;
  font-weight: 700;
}

.app-h2.red {
  color: #b531cd;
}

.app-h2.yellow {
  color: #f7b65b;
}

.app-h2.cyan {
  color: #95fdff;
}

.app-h2.green {
  color: #95fdff;
}

.app-h2.neongreen {
  color: #3bfc14;
}

.app-h2.neongreen.margintop {
  margin-top: 5px;
}

.app-h2.green-copy {
  color: #95fdff;
}

.app-number-column {
  position: relative;
  z-index: 300;
  margin-right: 5px;
  margin-bottom: 20px;
  margin-left: 5px;
  padding: 5px;
  border: 0px solid #000;
  border-radius: 20px;
}

.app-number-column.marginbottom {
  margin-bottom: 10px;
}

.select-coin {
  position: relative;
  width: 100%;
  height: 70px;
  padding: 10px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.05);
  border-radius: 20px 0px 0px 20px;
  background-color: hsla(0, 0%, 100%, 0.03);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #727272;
  cursor: pointer;
}

.select-coin.mint:hover {
  background-image: none;
}

.app-input-field {
  width: 100%;
  height: 70px;
  padding-right: 60px;
  padding-left: 20px;
  border: 0px none #000;
  border-radius: 0px 20px 20px 0px;
  background-color: #111;
  color: #b531cd;
  font-size: 32px;
  line-height: 32px;
  text-align: right;
}

.app-input-field::-webkit-input-placeholder {
  color: rgba(181, 49, 205, 0.32);
}

.app-input-field:-ms-input-placeholder {
  color: rgba(181, 49, 205, 0.32);
}

.app-input-field::-ms-input-placeholder {
  color: rgba(181, 49, 205, 0.32);
}

.app-input-field::placeholder {
  color: rgba(181, 49, 205, 0.32);
}

.app-input-field.orange {
  color: #f7b65b;
}

.app-input-field.orange::-webkit-input-placeholder {
  color: rgba(247, 182, 91, 0.2);
}

.app-input-field.orange:-ms-input-placeholder {
  color: rgba(247, 182, 91, 0.2);
}

.app-input-field.orange::-ms-input-placeholder {
  color: rgba(247, 182, 91, 0.2);
}

.app-input-field.orange::placeholder {
  color: rgba(247, 182, 91, 0.2);
}

.app-input-field.cyan {
  background-color: hsla(0, 0%, 100%, 0.11);
  color: #95fdff;
  text-align: left;
}

.app-input-field.cyan::-webkit-input-placeholder {
  color: rgba(149, 253, 255, 0.34);
}

.app-input-field.cyan:-ms-input-placeholder {
  color: rgba(149, 253, 255, 0.34);
}

.app-input-field.cyan::-ms-input-placeholder {
  color: rgba(149, 253, 255, 0.34);
}

.app-input-field.cyan::placeholder {
  color: rgba(149, 253, 255, 0.34);
}

.app-input-field.green {
  background-color: hsla(0, 0%, 100%, 0.11);
  color: #95fdff;
  text-align: left;
}

.app-input-field.green::-webkit-input-placeholder {
  color: rgba(149, 253, 255, 0.49);
}

.app-input-field.green:-ms-input-placeholder {
  color: rgba(149, 253, 255, 0.49);
}

.app-input-field.green::-ms-input-placeholder {
  color: rgba(149, 253, 255, 0.49);
}

.app-input-field.green::placeholder {
  color: rgba(149, 253, 255, 0.49);
}

.app-input-field.neongreen {
  background-color: rgba(255, 255, 255, 0.08);
  background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.49) 22%, hsla(0, 0%, 100%, 0.03));
  color: #3bfc14;
  text-align: left;
}

.app-input-field.neongreen::-webkit-input-placeholder {
  color: rgba(59, 252, 20, 0.3);
}

.app-input-field.neongreen:-ms-input-placeholder {
  color: rgba(59, 252, 20, 0.3);
}

.app-input-field.neongreen::-ms-input-placeholder {
  color: rgba(59, 252, 20, 0.3);
}

.app-input-field.neongreen::placeholder {
  color: rgba(59, 252, 20, 0.3);
}

.column {
  min-height: 70px;
  padding-right: 0px;
  padding-left: 0px;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.app-section {
  min-height: 85vh;
}

.app-container {
  display: block;
}

.app-form-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
}

.app-bg-graphic {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.app-bg-graphic-image {
  opacity: 0.3;
}

.image-3 {
  position: relative;
  display: inline;
  width: 50px;
  height: 40px;
  margin-top: -26px;
  padding-right: 10px;
}

.select-coin-title {
  margin-top: 5px;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.select-coin-title.usdfi {
  color: #3bfc14;
}

.select-coin-title.stable {
  color: #3bfc14;
}

.div-block-325 {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 50px;
  margin-top: 2px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.pool-data-text {
  color: rgba(255, 255, 255, 0.47);
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.icon-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3bfc14;
}

.div-block-326 {
  width: 24px;
  height: 24px;
}

.link-block {
  position: absolute;
  top: 22px;
  right: 10px;
  overflow: hidden;
  width: 30px;
  height: 30px;
}

.link-block-2 {
  position: absolute;
  top: 22px;
  right: 10px;
  width: 40px;
  height: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #e03efd;
  border-radius: 10px;
  opacity: 0.4;
  color: #b531cd;
  font-size: 12px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.link-block-2:hover {
  opacity: 1;
}

.link-block-2.cyan {
  border-color: #95fdff;
  color: #95fdff;
}

.link-block-2.neongreen {
  border-color: #3bfc14;
  color: #3bfc14;
}

.submit-button {
  width: 100%;
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #f7b65b;
  border-radius: 14px;
  background-color: transparent;
  opacity: 0.35;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #f7b65b;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.submit-button:hover {
  opacity: 1;
}

.submit-button.green {
  border-color: #95fdff;
  color: #95fdff;
}

.submit-button.neongreen {
  border-width: 2px;
  border-color: #3bfc14;
  border-radius: 20px;
  color: #3bfc14;
  letter-spacing: 1px;
}

.app-nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0.67;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.app-nav-link:hover {
  opacity: 1;
}

.app-nav-link.miint {
  color: #3bfc14;
}

.app-nav-link.miint.w--current {
  opacity: 1;
  color: #3bfc14;
}

.app-nav-link.stake {
  color: #f7b65b;
}

.app-nav-link.miint-2 {
  color: #e03efd;
}

.app-nav-link.miint-2.w--current {
  opacity: 1;
  color: #66d4f9;
}

.image-4 {
  height: 33px;
}

.app-logo-link {
  position: fixed;
  left: 20px;
  top: 20px;
  width: 160px;
  height: 34px;
}

.app-connect-dropdown {
  position: absolute;
  top: 20px;
  right: 40px;
  display: none;
  width: 160px;
  height: 40px;
}

.select-coin-from-popup {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
  border: 4px none #000;
  border-radius: 20px;
  background-color: rgba(17, 17, 17, 0.94);
  box-shadow: 0 0 4px 3px #000;
}

.select-coin-from {
  position: relative;
  width: 100%;
  height: 70px;
  margin-bottom: 10px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.06);
  border-radius: 20px;
  background-color: #111;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.06), transparent);
  color: #727272;
  cursor: pointer;
}

.select-coin-from:hover {
  border-color: #e03efd;
}

.select-coin-from.active {
  border-color: #e03efd;
  cursor: pointer;
}

.select-coin-name {
  display: inline-block;
  height: 50px;
  padding-right: 10px;
  color: #c3c3c3;
  font-size: 22px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.select-coin-definition {
  display: inline-block;
  height: 50px;
  color: #727272;
  font-size: 18px;
  line-height: 50px;
  text-transform: uppercase;
}

.select-coin-logo {
  position: relative;
  height: 40px;
  margin-top: -10px;
  padding-right: 10px;
}

.select-coin-to-popup {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
  border: 4px none #000;
  border-radius: 20px;
  background-color: rgba(17, 17, 17, 0.94);
  box-shadow: 0 0 4px 3px #000;
}

.select-coin-to {
  position: relative;
  width: 100%;
  height: 70px;
  margin-bottom: 10px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.06);
  border-radius: 20px;
  background-color: #111;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.06), transparent);
  color: #727272;
  cursor: pointer;
}

.select-coin-to:hover {
  border-color: #f7b65b;
}

.select-coin-to.active {
  border-color: #f7b65b;
  cursor: pointer;
}

.icon-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.45;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #3bfc14;
}

.icon-6:hover {
  opacity: 1;
}

.change-coin {
  position: absolute;
  left: 100px;
  top: 105px;
  overflow: hidden;
  width: 30px;
  height: 30px;
}

.avatar-small-dropdown {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  margin-right: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
}

.btn-close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 111;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 10px;
  color: #fff;
  cursor: pointer;
}

.icon-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-8-column-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-bg-white-top {
  position: absolute;
  top: -200px;
  z-index: 0;
  width: 100%;
  height: 200px;
  background-image: linear-gradient(174deg, hsla(0, 0%, 100%, 0) 49%, #fff 50%);
}

.section-bg-white-top-copy {
  position: absolute;
  top: -85px;
  width: 120%;
  height: 200px;
  background-color: #fff;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.section-bg-white-top-copy {
  position: absolute;
  top: -85px;
  width: 120%;
  height: 200px;
  background-color: #fff;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.section-bg-white-bottom {
  position: absolute;
  width: 100%;
  height: 200px;
  background-image: linear-gradient(174deg, #fff 49%, hsla(0, 0%, 100%, 0) 50%);
}

.container-full-width {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.block-overvlow-full-width {
  position: relative;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  background-color: #fff;
}

.body-app-blue {
  overflow: visible;
  min-height: 100vh;
  background-color: #1c1e57;
  background-image: radial-gradient(circle closest-corner at 70% 70%, rgba(102, 212, 249, 0.19), hsla(0, 0%, 100%, 0)), radial-gradient(circle closest-corner at 30% 20%, rgba(102, 212, 249, 0.18), rgba(255, 255, 255, 0)), linear-gradient(135deg, #10124d, #080922 95%);
}

.body-app-blue.red {
  background-image: none;
}

.body-app-blue.violet {
  background-image: none;
}

.form {
  position: relative;
  width: 500px;
}

.text-block-8 {
  color: #3bfc14;
}

.select-coin-mint {
  position: relative;
  width: 100%;
  height: 70px;
  padding: 10px;
  border-radius: 20px 0px 0px 20px;
  background-color: rgba(255, 255, 255, 0.08);
  background-image: linear-gradient(225deg, rgba(0, 0, 0, 0.4), hsla(0, 0%, 100%, 0.04));
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #727272;
  cursor: pointer;
}

.select-coin-mint.mint:hover {
  background-image: none;
}

.select-coin-icon {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 40px;
  margin-top: -26px;
  padding-top: 3px;
  padding-right: 0px;
  padding-bottom: 3px;
}

.select-coin-icon.wxscr {
  display: inline-block;
  width: 50px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.connect-wallet {
  position: absolute;
  top: 20px;
  right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 36px;
  border: 1px solid transparent;
  border-radius: 20px;
  background-image: linear-gradient(120deg, #95fdff, #66d4f9);
  color: #191c53;
  cursor: pointer;
}

.connect-wallet:hover {
  border-style: solid;
  border-color: #95fdff;
  background-image: none;
  color: #95fdff;
}

.connect-wallet.neongreen {
  border-width: 2px;
  border-color: #18161a;
  background-image: linear-gradient(135deg, #3bfc14, #1ba300);
  color: #000;
}

.connect-wallet.neongreen:hover {
  border-width: 2px;
  border-color: #3bfc14;
  background-image: none;
  color: #3bfc14;
}

.connect-wallet.neongreen.form {
  position: relative;
  top: auto;
  right: auto;
  display: block;
  width: 100%;
  height: 44px;
  margin-top: 20px;
  line-height: 44px;
  text-align: center;
}

.text-block-9 {
  position: relative;
  display: inline-block;
  height: 34px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
}

.icon-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 32px;
}

.div-block-327 {
  display: block;
  overflow: hidden;
  width: 34px;
  height: 32px;
  padding-right: 5px;
  padding-left: 10px;
  line-height: 32px;
}

.div-block-328 {
  display: block;
  width: 115px;
  height: 32px;
  padding-left: 5px;
  line-height: 32px;
}

.icon-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #160042;
}

.image-6 {
  width: 40px;
  height: 40px;
}

.coinoverview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.text-block-10 {
  padding-right: 10px;
  line-height: 40px;
}

.text-block-10.bnb {
  color: #f3ba2f;
  font-size: 14px;
  line-height: 30px;
}

.text-block-10.usdfi {
  color: #3bfc14;
}

.text-block-10.stable {
  color: #3bfc14;
}

.text-block-10.meta {
  color: #3bfc14;
}

.text-block-11 {
  line-height: 40px;
}

.image-6-copy {
  width: 40px;
  height: 40px;
  padding: 6px;
}

.columns {
  margin-top: 20px;
}

.message {
  position: relative;
  display: block;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.txcode {
  color: #3bfc14;
  font-size: 12px;
  cursor: pointer;
}

.txcode:hover {
  color: #fff;
}

.error {
  color: #ff1a61;
}

.error-close {
  position: absolute;
  top: 20px;
  right: 20px;
  overflow: hidden;
  width: 30px;
  height: 30px;
}

.icon-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ff1a61;
}

.success-close {
  position: absolute;
  top: 20px;
  right: 20px;
  overflow: hidden;
  width: 30px;
  height: 30px;
}

.icon-11-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3bfc14;
}

.load-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0px;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  margin-top: 15px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(36, 36, 36, 0.89), #000);
}

.load-div-loader {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  width: 150px;
  height: 150px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.value-error {
  display: none;
  width: 100%;
  color: #ff1a61;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

.webflow-success {
  width: 0px;
  height: 0px;
  padding: 0px;
}

.webflow-error {
  width: 0px;
  height: 0px;
  margin-top: 0px;
  padding: 0px;
}

.approved-block {
  position: relative;
  top: 0px;
}

.btn-approved {
  position: relative;
  display: block;
  width: 160px;
  height: 36px;
  border: 1px solid transparent;
  border-radius: 20px;
  background-image: linear-gradient(120deg, #95fdff, #66d4f9);
  color: #191c53;
  cursor: pointer;
}

.btn-approved:hover {
  border-style: solid;
  border-color: #95fdff;
  background-image: none;
  color: #95fdff;
}

.text-block-12 {
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.loadtxt {
  margin-top: 20px;
}

.load-div-inside {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.enable {
  position: relative;
  display: block;
  width: 100%;
  height: 44px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 20px;
  background-image: linear-gradient(120deg, #95fdff, #66d4f9);
  color: #111;
  line-height: 44px;
  cursor: pointer;
}

.enable:hover {
  border-style: solid;
  border-color: #95fdff;
  background-image: none;
  color: #95fdff;
}

.enable.neongreen {
  height: 44px;
  border-width: 2px;
  border-color: #181919;
  background-image: linear-gradient(120deg, #3bfc14, #1f7f0c);
  color: #000;
}

.enable.neongreen:hover {
  border-color: #3bfc14;
  background-image: none;
  color: #3bfc14;
}

.text-block-13 {
  display: block;
  height: 44px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.stake-form-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60vh;
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-stake {
  position: relative;
  width: auto;
}

.stake-form-div {
  position: relative;
  z-index: 1;
  width: 500px;
  min-height: 350px;
  padding: 30px;
  border-radius: 20px;
  background-color: #111;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.07), #000);
  box-shadow: -1px -1px 4px 0 #e03efd, 1px 1px 4px 0 #f7b65b, 0 0 20px 7px #000;
}

.stake-form-div.cyan {
  width: 700px;
  min-height: auto;
  background-color: rgba(102, 212, 249, 0.13);
  background-image: none;
  box-shadow: -1px -1px 6px 0 #95fdff, 1px 1px 6px 0 #66d4f9;
}

.stake-form-div.green {
  display: none;
  background-color: rgba(102, 212, 249, 0.13);
  background-image: none;
  box-shadow: -1px -1px 6px 0 #01dda5, 1px 1px 6px 0 #01dda5;
}

.stake-form-div.red {
  position: absolute;
  z-index: 100;
  display: none;
  background-color: rgba(102, 212, 249, 0.13);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(25, 28, 83, 0.79), #15173a);
  box-shadow: -1px -1px 6px 0 #ff1a61, 1px 1px 6px 0 #ff1a61, 0 0 1000px 50px #000230;
}

.stake-h1 {
  display: block;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.79);
}

.stake-h2 {
  font-weight: 700;
}

.stake-h2.red {
  color: #b531cd;
}

.stake-h2.yellow {
  color: #f7b65b;
}

.stake-h2.cyan {
  color: #95fdff;
  text-align: left;
}

.stake-h2.green {
  color: #95fdff;
}

.stake-number-column {
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding: 5px;
  border: 0px solid #000;
  border-radius: 20px;
}

.stake-number-column.margin-bottom {
  margin-bottom: 30px;
}

.column-2-copy {
  padding-right: 0px;
  padding-left: 0px;
}

.stake-column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.stake-submit-button {
  width: 100%;
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #f7b65b;
  border-radius: 14px;
  background-color: transparent;
  opacity: 0.35;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #f7b65b;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.stake-submit-button:hover {
  opacity: 1;
}

.stake-submit-button.green {
  border-color: #95fdff;
  color: #95fdff;
}

.btn-stake {
  position: absolute;
  top: -6px;
  right: 8px;
  display: block;
  width: 120px;
  height: 42px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 20px;
  background-image: linear-gradient(120deg, #95fdff, #66d4f9);
  color: #191c53;
  cursor: pointer;
}

.btn-stake:hover {
  border-style: solid;
  border-color: #95fdff;
  background-image: none;
  color: #95fdff;
}

.btn-more-text {
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.pool-form-block-copy {
  position: relative;
  display: block;
  width: 100%;
  min-height: 60vh;
  margin-top: 40px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-pool {
  position: relative;
  width: 100%;
}

.pool-h1 {
  display: block;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.79);
}

.farm-header-column {
  position: relative;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding: 0px 5px;
}

.farm-header-column.margin-bottom {
  margin-bottom: 30px;
}

.div-block-331 {
  width: 100%;
}

.stake-column-2-copy {
  padding-right: 0px;
  padding-left: 0px;
}

.pool-column-coin {
  padding-right: 0px;
  padding-left: 0px;
}

.select-coin-copy {
  position: relative;
  width: 100%;
  height: 70px;
  padding: 10px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.05);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #727272;
  cursor: pointer;
}

.select-coin-copy.mint:hover {
  background-image: none;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.select-coin-title-copy {
  margin-top: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.select-coin-copy-copy {
  position: relative;
  width: 100%;
  height: 70px;
  padding: 10px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.05);
  border-radius: 0px 20px 20px 0px;
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #727272;
  cursor: pointer;
}

.select-coin-copy-copy.mint:hover {
  background-image: none;
}

.select-coin-copy-copy {
  position: relative;
  width: 100%;
  height: 70px;
  padding: 10px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.05);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #727272;
  text-align: right;
  cursor: pointer;
}

.select-coin-copy-copy.mint:hover {
  background-image: none;
}

.select-coin-copy-copy-copy {
  position: relative;
  width: 100%;
  height: 70px;
  padding: 10px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.05);
  border-radius: 0px 20px 20px 0px;
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #727272;
  cursor: pointer;
}

.select-coin-copy-copy-copy.mint:hover {
  background-image: none;
}

.btn-more-copy {
  position: absolute;
  top: 4px;
  right: 17px;
  display: block;
  width: 80px;
  height: 24px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 20px;
  background-image: linear-gradient(120deg, #95fdff, #66d4f9);
  color: #191c53;
  cursor: pointer;
}

.btn-more-copy:hover {
  border-style: solid;
  border-color: #95fdff;
  background-image: none;
  color: #95fdff;
}

.div-block-332 {
  margin-bottom: 20px;
}

.columns-2 {
  margin-left: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2e3d6a), to(#1e2044));
  background-image: linear-gradient(180deg, #2e3d6a, #1e2044);
}

.pool-info-text {
  width: 100%;
  color: rgba(255, 255, 255, 0.47);
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: none;
}

.text-block-13-copy-copy {
  height: 42px;
  font-size: 12px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.select-coin-copy {
  position: relative;
  width: 100%;
  height: 70px;
  padding: 10px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.05);
  border-radius: 20px 0px 0px;
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #727272;
  cursor: pointer;
}

.select-coin-copy.mint:hover {
  background-image: none;
}

.select-coin-copy-copy-copy-copy {
  position: relative;
  width: 100%;
  height: 70px;
  padding: 10px;
  border-right: 1px none hsla(0, 0%, 100%, 0.05);
  border-radius: 0px 20px 0px 0px;
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #727272;
  cursor: pointer;
}

.select-coin-copy-copy-copy-copy.mint:hover {
  background-image: none;
}

.columns-2-copy {
  display: block;
  padding: 10px 20px 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.select-coin-copy-copy {
  position: relative;
  width: 100%;
  height: 70px;
  padding: 10px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.05);
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #727272;
  text-align: left;
  cursor: pointer;
}

.select-coin-copy-copy.mint:hover {
  background-image: none;
}

.select-coin-copy23324-copy {
  position: relative;
  width: 100%;
  height: 70px;
  padding: 10px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.05);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #727272;
  cursor: pointer;
}

.select-coin-copy23324-copy.mint:hover {
  background-image: none;
}

.farm-content-details {
  display: block;
  padding-right: 5px;
  padding-left: 5px;
}

.farm-content-details.hide {
  display: none;
}

.select-field {
  width: 80px;
  height: 46px;
  border-style: none solid none none;
  border-width: 0px 10px 0px 0px;
  border-color: #000 #36496c #000 #000;
  border-radius: 20px;
  background-color: #36496c;
  color: #70ddfa;
}

.select-field.neongreen {
  width: 90px;
  height: 38px;
  margin-top: 3px;
  margin-bottom: 5px;
  margin-left: 10px;
  border-right-color: #363638;
  background-color: #363638;
  color: #3bfc14;
}

.select-field.neongreen:active {
  border-right-style: solid;
}

.select-field.neongreen:focus {
  border-right-style: solid;
}

.info-slippage {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: left;
}

.column-5 {
  display: block;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.text-block-14 {
  height: 46px;
  padding-right: 0px;
  font-size: 14px;
  line-height: 46px;
  text-align: right;
  text-transform: uppercase;
}

.text-price-per {
  height: 21px;
  padding-top: 5px;
  font-size: 11px;
  line-height: 16px;
  text-align: left;
  text-transform: uppercase;
}

.txtpricepercoin {
  color: #3bfc14;
}

.text-span-2 {
  color: #2775ca;
}

.wallet-image {
  position: absolute;
  top: 20px;
  right: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  margin-right: 5px;
  border: 1px solid transparent;
  border-radius: 20px;
  background-image: linear-gradient(120deg, #95fdff, #66d4f9);
  color: #191c53;
  cursor: pointer;
}

.wallet-image:hover {
  border-style: solid;
  border-color: #95fdff;
  background-image: none;
  color: #95fdff;
}

.wallet-image.neongreen {
  border-width: 2px;
  border-color: #3bfc14;
  background-image: none;
  color: #3bfc14;
}

.wallet-image-avatar {
  overflow: hidden;
  width: 34px;
  height: 34px;
  border-radius: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.column-6 {
  padding-left: 20px;
}

.coin-calculation {
  font-size: 18px;
}

.coincalculationcoin {
  color: #3bfc14;
}

.text-block-15 {
  text-transform: uppercase;
}

.text-block-16 {
  font-size: 14px;
  text-transform: uppercase;
}

.text-span-3 {
  color: #3bfc14;
}

.body-app-black {
  overflow: hidden;
  min-height: 100vh;
  background-color: #000;
  background-image: radial-gradient(circle closest-corner at 70% 70%, hsla(0, 0%, 47.8%, 0.22), hsla(0, 0%, 100%, 0)), radial-gradient(circle closest-corner at 30% 20%, rgba(122, 122, 122, 0.18), rgba(255, 255, 255, 0)), linear-gradient(135deg, #111114, #1b1b1f 95%);
}

.body-app-black.red {
  background-image: none;
}

.body-app-black.violet {
  background-image: none;
}

.app-sidebar {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.app-sidebar-content {
  position: fixed;
  left: 0%;
  top: 120px;
  right: auto;
  bottom: auto;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 180px;
  padding-top: 20px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: hsla(0, 0%, 6%, 0.38);
  background-image: none;
  box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.14);
}

.nav-link-app {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 5px;
  padding: 5px 10px 5px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  opacity: 0.25;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link-app:hover {
  border-left-color: #3bfc14;
  opacity: 1;
  color: #3bfc14;
}

.nav-link-app:focus {
  border-left-color: #3bfc14;
  opacity: 1;
}

.nav-link-app.w--current {
  border-left: 2px solid #3bfc14;
  opacity: 1;
  color: #3bfc14;
}

.nav-link-app.w--current:hover {
  color: #3bfc14;
}

.nav-link-app.w--current:active {
  color: #3bfc14;
}

.nav-link-app.w--current:focus {
  color: #3bfc14;
}

.nav-link-app.w--current:focus-visible {
  color: #3bfc14;
}

.nav-link-app.w--current[data-wf-focus-visible] {
  color: #3bfc14;
}

.nav-link-app.red:hover {
  border-left-color: #ff1a61;
  color: #ff1a61;
}

.nav-link-app.red:focus {
  border-left-color: #ff1a61;
  color: #ff1a61;
}

.nav-link-app.red.w--current {
  border-left-color: #ff1a61;
  color: #cd3161;
}

.app-nav-icon {
  overflow: hidden;
  margin-right: 15px;
}

.icon-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-18 {
  color: hsla(0, 0%, 100%, 0.04);
  font-size: 88px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.icon-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-two {
  position: absolute;
  top: 116px;
  display: block;
  width: 60px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: hsla(0, 0%, 100%, 0.02);
}

.div-block-335 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.icon-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-one {
  position: absolute;
  top: 107px;
  z-index: 0;
  display: block;
  width: 60px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: hsla(0, 0%, 100%, 0.04);
}

.arrow-start {
  position: absolute;
  top: 103px;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 60px;
  height: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #2d2d2d;
}

.icon-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-16-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-coin-mint-to {
  position: relative;
  width: 100%;
  height: 70px;
  padding: 10px;
  border-radius: 20px 0px 0px 20px;
  background-color: rgba(255, 255, 255, 0.08);
  background-image: linear-gradient(225deg, rgba(0, 0, 0, 0.4), hsla(0, 0%, 100%, 0.04));
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #727272;
  cursor: pointer;
}

.select-coin-mint-to.mint:hover {
  background-image: none;
}

.buy-crypto {
  position: absolute;
  top: 20px;
  right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 36px;
  border: 1px solid transparent;
  border-radius: 20px;
  background-image: linear-gradient(120deg, #95fdff, #66d4f9);
  color: #191c53;
  cursor: pointer;
}

.buy-crypto:hover {
  border-style: solid;
  border-color: #95fdff;
  background-image: none;
  color: #95fdff;
}

.buy-crypto.neongreen {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 128px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 2px;
  border-color: #18161a;
  background-image: linear-gradient(135deg, #3bfc14, #1ba300);
  color: #000;
}

.buy-crypto.neongreen:hover {
  border-width: 2px;
  border-color: #3bfc14;
  background-image: none;
  color: #3bfc14;
}

.div-block-328-copy {
  display: block;
  width: 100%;
  height: 32px;
  padding-left: 5px;
  line-height: 32px;
}

.alert-close {
  position: absolute;
  top: 20px;
  right: 20px;
  overflow: hidden;
  width: 30px;
  height: 30px;
}

.icon-11-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f7b65b;
}

.alert-text {
  color: #f7b65b;
}

.app-content {
  display: block;
  width: 500px;
  height: 100vh;
  margin-left: 30px;
  padding-top: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.btn {
  position: relative;
  display: block;
  width: 100%;
  height: 36px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 20px;
  background-image: linear-gradient(120deg, #95fdff, #66d4f9);
  color: #191c53;
  cursor: pointer;
}

.btn:hover {
  border-style: solid;
  border-color: #95fdff;
  background-image: none;
  color: #95fdff;
}

.btn.neongreen {
  width: 100px;
  margin-top: 0px;
  border-width: 2px;
  border-color: #181919;
  background-image: linear-gradient(120deg, #3bfc14, #1f7f0c);
  color: #000;
}

.btn.neongreen:hover {
  border-color: #3bfc14;
  background-image: none;
  color: #3bfc14;
}

.list-title {
  height: 36px;
  margin-top: 5px;
  padding-right: 60px;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.list-title.usdfi {
  color: #2775ca;
}

.list-title.stable {
  color: #2fcc40;
}

.titel-version {
  height: 36px;
  margin-top: 5px;
  padding-right: 60px;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

.titel-version.usdfi {
  color: #2775ca;
}

.titel-version.stable {
  color: #2fcc40;
}

.connect-wallet-copy {
  position: absolute;
  top: 20px;
  right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 36px;
  border: 1px solid transparent;
  border-radius: 20px;
  background-image: linear-gradient(120deg, #95fdff, #66d4f9);
  color: #191c53;
  cursor: pointer;
}

.connect-wallet-copy:hover {
  border-style: solid;
  border-color: #95fdff;
  background-image: none;
  color: #95fdff;
}

.connect-wallet-copy.neongreen {
  right: 20px;
  width: 120px;
  border-width: 2px;
  border-color: #18161a;
  background-image: linear-gradient(135deg, #3bfc14, #1ba300);
  color: #000;
}

.connect-wallet-copy.neongreen:hover {
  border-width: 2px;
  border-color: #3bfc14;
  background-image: none;
  color: #3bfc14;
}

.page-wrapper {
  overflow: hidden;
  min-height: 100vh;
  background-image: radial-gradient(circle closest-corner at 0% 50%, hsla(0, 0%, 47.8%, 0.06), hsla(0, 0%, 100%, 0)), linear-gradient(135deg, #111114, #1b1b1f);
}

.body-standard {
  min-height: 100vh;
  background-color: #000;
  background-image: radial-gradient(circle closest-corner at 70% 70%, hsla(0, 0%, 47.8%, 0.22), hsla(0, 0%, 100%, 0)), radial-gradient(circle closest-corner at 30% 20%, rgba(122, 122, 122, 0.18), rgba(255, 255, 255, 0)), linear-gradient(135deg, #111114, #1b1b1f 95%);
}

.body-standard.red {
  background-image: none;
}

.body-standard.violet {
  background-image: none;
}

.positiv-space {
  width: 100%;
  height: 24px;
  color: #01dda5;
}

.positiv-space.red {
  color: #fc8385;
}

.icon-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #160042;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.certik-link {
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.certik-link:hover {
  opacity: 0.41;
}

.header-center {
  position: relative;
  height: 40px;
  margin-top: 20px;
  margin-right: 160px;
  margin-left: 200px;
  text-align: right;
}

.body-web-black {
  overflow: visible;
  background-color: #000;
  background-image: none;
}

.body-web-black.red {
  background-image: none;
}

.body-web-black.violet {
  background-image: none;
}

.body-black {
  min-height: 100vh;
  background-color: #000;
}

.body-black.red {
  background-image: none;
}

.body-black.violet {
  background-image: none;
}

.coin-grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.app-stake-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
}

.stake-form-div-new {
  position: relative;
  z-index: 1;
  width: 500px;
  min-height: 350px;
  padding: 30px;
  border-radius: 20px;
  background-color: #111;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.07), #000);
  box-shadow: -1px -1px 4px 0 #e03efd, 1px 1px 4px 0 #f7b65b, 0 0 20px 7px #000;
}

.stake-form-div-new.cyan {
  background-color: rgba(102, 212, 249, 0.13);
  background-image: none;
  box-shadow: -1px -1px 6px 0 #95fdff, 1px 1px 6px 0 #66d4f9;
}

.stake-form-div-new.green {
  display: none;
  height: 443px;
  min-height: auto;
  margin-top: 15px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: none;
  box-shadow: -1px -1px 6px 0 #01dda5, 1px 1px 6px 0 #01dda5;
}

.stake-form-div-new.red {
  position: absolute;
  z-index: 100;
  display: none;
  height: 443px;
  min-height: auto;
  margin-top: 15px;
  background-color: rgba(102, 212, 249, 0.13);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(29, 29, 29, 0.89), #000);
  box-shadow: -1px -1px 6px 0 #ff1a61, 1px 1px 6px 0 #ff1a61;
}

.stake-form-div-new.neongreen {
  padding-top: 60px;
  background-color: #181919;
  background-image: radial-gradient(circle farthest-side at 0% 100%, hsla(0, 0%, 100%, 0.11), transparent), radial-gradient(circle farthest-corner at 100% 0%, hsla(0, 0%, 100%, 0.1), #000);
  box-shadow: -1px -1px 6px 0 rgba(255, 255, 255, 0.1), 1px 1px 6px 0 rgba(255, 255, 255, 0.35);
}

.stake-form-div-new.orange {
  position: absolute;
  z-index: 100;
  display: none;
  height: 443px;
  min-height: auto;
  margin-top: 15px;
  background-color: rgba(102, 212, 249, 0.13);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(29, 29, 29, 0.89), #000);
  box-shadow: -1px -1px 6px 0 #f7b65b, 1px 1px 6px 0 #f7b65b;
}

._3-columns {
  margin-top: 0px;
  margin-bottom: 20px;
}

.bnb-icon-fee {
  width: 30px;
  height: 30px;
}

.bnb-amount {
  line-height: 30px;
}

.coinoverview-bnb {
  display: none;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.claim {
  position: relative;
  display: block;
  width: 100%;
  height: 44px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 20px;
  background-image: linear-gradient(120deg, #95fdff, #66d4f9);
  color: #111;
  line-height: 44px;
  cursor: pointer;
}

.claim:hover {
  border-style: solid;
  border-color: #95fdff;
  background-image: none;
  color: #95fdff;
}

.claim.neongreen {
  height: 44px;
  border-width: 2px;
  border-color: #181919;
  background-image: linear-gradient(120deg, #3bfc14, #1f7f0c);
  color: #000;
}

.claim.neongreen:hover {
  border-color: #3bfc14;
  background-image: none;
  color: #3bfc14;
}

.tabs-menu {
  position: absolute;
  top: -50px;
  z-index: 100;
  width: 100%;
  text-align: center;
}

.tab-link-tab-1.w--current {
  padding-right: 10px;
  padding-left: 20px;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.tab-link-tab-1.tab-stake {
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.tab-link-tab-2 {
  padding-right: 20px;
  padding-left: 10px;
  background-color: transparent;
  opacity: 0.4;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.tab-link-tab-2:hover {
  opacity: 1;
}

.tab-stake {
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.tab-stake:hover {
  opacity: 1;
}

.tab-stake.w--current {
  background-color: transparent;
  opacity: 1;
}

.columns-4 {
  margin-top: 40px;
  margin-right: 40px;
  margin-left: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.text-block-19 {
  padding-right: 10px;
  color: hsla(0, 0%, 100%, 0.3);
  text-align: right;
  text-transform: uppercase;
}

.column-8 {
  padding-left: 20px;
}

.text-block-20 {
  padding-left: 10px;
  color: hsla(0, 0%, 100%, 0.75);
}

.text-block-20.neongreen {
  color: #3bfc14;
}

.text-span-4 {
  color: #3bfc14;
}

.text-block-13-copy {
  display: block;
  height: 33px;
  font-size: 16px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.columns-5 {
  margin-top: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon-close-success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #01dda5;
}

.app-wrapper {
  overflow: hidden;
  min-height: 100vh;
  background-image: radial-gradient(circle closest-corner at 70% 70%, hsla(0, 0%, 48%, 0.22), hsla(0, 0%, 100%, 0)), radial-gradient(circle closest-corner at 30% 20%, hsla(195, 0%, 46%, 0.18), transparent), linear-gradient(135deg, #111114, #1b1b1f 95%);
}

.farm-block {
  position: relative;
  z-index: 999;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #181919;
  background-image: radial-gradient(circle farthest-side at 0% 100%, hsla(0, 0%, 100%, 0.11), transparent), radial-gradient(circle farthest-corner at 100% 0%, hsla(0, 0%, 100%, 0.1), #000);
  box-shadow: 0 0 2px 0 hsla(0, 0%, 100%, 0.11);
}

.farms-container {
  width: 100%;
  padding: 40px;
}

.btn-more {
  position: absolute;
  top: 3px;
  right: 17px;
  display: block;
  width: 80px;
  height: 24px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 20px;
  background-image: linear-gradient(120deg, #39f713, #1ca708);
  color: #000;
  cursor: pointer;
}

.btn-more:hover {
  border-style: solid;
  border-color: #3bfc14;
  background-image: none;
  color: #3bfc14;
}

.enable-small {
  position: relative;
  display: block;
  width: 80px;
  height: 24px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 20px;
  background-image: linear-gradient(120deg, #39f713, #1ca708);
  color: #000;
  cursor: pointer;
}

.enable-small:hover {
  border-style: solid;
  border-color: #3bfc14;
  background-image: none;
  color: #3bfc14;
}

.app-swap-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
}

.select-coin-swap {
  position: relative;
  width: 100%;
  height: 70px;
  padding: 10px;
  border-radius: 20px 0px 0px 20px;
  background-color: rgba(255, 255, 255, 0.08);
  background-image: linear-gradient(225deg, rgba(0, 0, 0, 0.4), hsla(0, 0%, 100%, 0.04));
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #727272;
  cursor: pointer;
}

.select-coin-swap.mint:hover {
  background-image: none;
}

.select-coin-swap-to {
  position: relative;
  width: 100%;
  height: 70px;
  padding: 10px;
  border-radius: 20px 0px 0px 20px;
  background-color: rgba(255, 255, 255, 0.08);
  background-image: linear-gradient(225deg, rgba(0, 0, 0, 0.4), hsla(0, 0%, 100%, 0.04));
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #727272;
  cursor: pointer;
}

.select-coin-swap-to.mint:hover {
  background-image: none;
}

.btn-copy {
  position: relative;
  display: block;
  width: 100%;
  height: 36px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 20px;
  background-image: linear-gradient(120deg, #95fdff, #66d4f9);
  color: #191c53;
  cursor: pointer;
}

.btn-copy:hover {
  border-style: solid;
  border-color: #95fdff;
  background-image: none;
  color: #95fdff;
}

.btn-copy.neongreen {
  width: 100px;
  margin-top: 5px;
  border-width: 2px;
  border-color: #181919;
  background-image: linear-gradient(120deg, #3bfc14, #1f7f0c);
  color: #000;
}

.btn-copy.neongreen:hover {
  border-color: #3bfc14;
  background-image: none;
  color: #3bfc14;
}

.standard-container {
  width: 100%;
  padding: 40px;
}

.text-standard {
  margin-bottom: 40px;
  color: #c3c3c3;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.5px;
}

.text-span-6 {
  color: #fff;
}

.farm-block-copy {
  position: relative;
  z-index: 100;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #181919;
  background-image: radial-gradient(circle farthest-side at 0% 100%, hsla(0, 0%, 100%, 0.11), transparent), radial-gradient(circle farthest-corner at 100% 0%, hsla(0, 0%, 100%, 0.1), #000);
  box-shadow: 0 0 2px 0 hsla(0, 0%, 100%, 0.11);
}

.farm-header-column-copy {
  position: relative;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding: 0px 5px;
}

.farm-header-column-copy.margin-bottom {
  margin-bottom: 30px;
}

.pool-column-coin-copy {
  padding-right: 0px;
  padding-left: 0px;
}

.select-coin-copy-copy {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 20px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.05);
  border-radius: 20px 0px 0px;
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #727272;
  cursor: pointer;
}

.select-coin-copy-copy.mint:hover {
  background-image: none;
}

.refferal-link {
  color: #fff;
  font-size: 11px;
  line-height: 24px;
  font-weight: 300;
}

.bold-text-2 {
  line-height: 24px;
  font-weight: 400;
}

.text-minimal-price {
  display: block;
  height: 28px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 11px;
  line-height: 28px;
  text-align: right;
  text-transform: uppercase;
}

.icon-11-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #01dda5;
}

.div-block-336 {
  width: 100px;
}

.column-10 {
  padding-right: 0px;
}

.minusdfi {
  display: block;
  height: 28px;
  padding-left: 17px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 11px;
  line-height: 28px;
  text-align: left;
  text-transform: uppercase;
}

.btn-link-app {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 20px;
  padding: 2px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  opacity: 0.25;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-link-app:hover {
  border-color: #3bfc14;
  opacity: 1;
  color: #3bfc14;
}

.btn-link-app:focus {
  border-color: #3bfc14;
  opacity: 1;
}

.btn-link-app.w--current {
  border-left: 2px solid #3bfc14;
  opacity: 1;
  color: #3bfc14;
}

.btn-link-app.w--current:hover {
  color: #3bfc14;
}

.btn-link-app.w--current:active {
  color: #3bfc14;
}

.btn-link-app.w--current:focus {
  color: #3bfc14;
}

.btn-link-app.w--current:focus-visible {
  color: #3bfc14;
}

.btn-link-app.w--current[data-wf-focus-visible] {
  color: #3bfc14;
}

.btn-link-app.red:hover {
  border-left-color: #ff1a61;
  color: #ff1a61;
}

.btn-link-app.red:focus {
  border-left-color: #ff1a61;
  color: #ff1a61;
}

.btn-link-app.red.w--current {
  border-left-color: #ff1a61;
  color: #cd3161;
}

.text-span-7 {
  font-size: 14px;
  font-weight: 300;
}

.btn-copy-link {
  position: absolute;
  top: 3px;
  right: 17px;
  display: block;
  width: 80px;
  height: 24px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 20px;
  background-image: linear-gradient(120deg, #39f713, #1ca708);
  color: #000;
  cursor: pointer;
}

.btn-copy-link:hover {
  border-style: solid;
  border-color: #3bfc14;
  background-image: none;
  color: #3bfc14;
}

.text-span-8 {
  color: #3bfc14;
}

.rendite {
  margin-top: 10px;
}

.div-load {
  position: fixed;
  z-index: 10000;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.08), transparent), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.89)), to(rgba(0, 0, 0, 0.89)));
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.08), transparent), linear-gradient(180deg, rgba(0, 0, 0, 0.89), rgba(0, 0, 0, 0.89));
}

.load-logo {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.graph-container {
  display: none;
}

.button-2-copy {
  display: inline-block;
  padding: 5px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.button-2-copy:hover {
  opacity: 1;
}

.button-text {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.button-text:hover {
  color: #3bfc14;
}

.button-text.button-large {
  padding: 18px 36px;
}

.button-text.button-small {
  padding: 5px 18px;
  border-style: none;
  border-width: 1px;
  border-color: #66d4f9;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #66d4f9;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.button-text.button-small:hover {
  background-color: #66d4f9;
  box-shadow: none;
  color: #1b1b1b;
}

.button-text.icon-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
}

.button-text.button-outline {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(20, 20, 20, 0.1);
  background-color: transparent;
  color: #141414;
}

.button-text.button-outline:hover {
  box-shadow: inset 100px 0 100px 100px rgba(20, 20, 20, 0.1);
}

.button-text.login {
  display: none;
  padding: 5px 20px 5px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
}

.button-text.login:hover {
  background-color: #fff;
  opacity: 1;
  color: #191c53;
}

.button-text.black {
  color: #111;
}

.button-nav {
  display: inline-block;
  margin-left: 20px;
  padding: 5px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #3bfc14;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.button-nav:hover {
  background-color: #3bfc14;
  color: #282828;
}

.button-nav.button-large {
  padding: 18px 36px;
}

.button-nav.button-small {
  padding: 5px 18px;
  border-style: none;
  border-width: 1px;
  border-color: #66d4f9;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #66d4f9;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.button-nav.button-small:hover {
  background-color: #66d4f9;
  box-shadow: none;
  color: #1b1b1b;
}

.button-nav.icon-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
}

.button-nav.button-outline {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(20, 20, 20, 0.1);
  background-color: transparent;
  color: #141414;
}

.button-nav.button-outline:hover {
  box-shadow: inset 100px 0 100px 100px rgba(20, 20, 20, 0.1);
}

.button-nav.login {
  display: none;
  padding: 5px 20px 5px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
}

.button-nav.login:hover {
  background-color: #fff;
  opacity: 1;
  color: #191c53;
}

.button-nav.black {
  color: #111;
}

.text-block-13-copy {
  display: block;
  height: 44px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.icon-11-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3bfc14;
}

.swap-form-div-container {
  position: relative;
  z-index: 1;
  display: block;
  width: 500px;
  height: 100%;
  padding: 30px 10px;
  border-radius: 20px;
  background-color: #111;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.07), #000);
  box-shadow: -1px -1px 4px 0 #e03efd, 1px 1px 4px 0 #f7b65b, 0 0 20px 7px #000;
}

.swap-form-div-container.cyan {
  background-color: rgba(102, 212, 249, 0.13);
  background-image: none;
  box-shadow: -1px -1px 6px 0 #95fdff, 1px 1px 6px 0 #66d4f9;
}

.swap-form-div-container.green {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 443px;
  min-height: 400px;
  margin-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: none;
  box-shadow: -1px -1px 6px 0 #3bfc14, 1px 1px 6px 0 #3bfc14;
}

.swap-form-div-container.red {
  position: absolute;
  z-index: 100;
  display: none;
  height: 100%;
  min-height: auto;
  margin-top: 15px;
  background-color: rgba(102, 212, 249, 0.13);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(29, 29, 29, 0.89), #000);
  box-shadow: -1px -1px 6px 0 #ff1a61, 1px 1px 6px 0 #ff1a61;
}

.swap-form-div-container.neongreen {
  padding-right: 30px;
  padding-left: 30px;
  background-color: #181919;
  background-image: radial-gradient(circle farthest-side at 0% 100%, hsla(0, 0%, 100%, 0.11), transparent), radial-gradient(circle farthest-corner at 100% 0%, hsla(0, 0%, 100%, 0.1), #000);
  box-shadow: -1px -1px 6px 0 rgba(255, 255, 255, 0.1), 1px 1px 6px 0 rgba(255, 255, 255, 0.35);
}

.swap-form-div-container.orange {
  position: absolute;
  top: 0px;
  z-index: 100;
  display: none;
  min-height: auto;
  margin-top: 15px;
  background-color: rgba(102, 212, 249, 0.13);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(29, 29, 29, 0.89), #000);
  box-shadow: -1px -1px 6px 0 #f7b65b, 1px 1px 6px 0 #f7b65b;
}

.bold-text-3 {
  font-size: 14px;
  line-height: 18px;
}

.tab-pane-tab-1 {
  width: 100%;
}

.app-number-column-tab {
  position: relative;
  z-index: 300;
  margin-right: 5px;
  margin-bottom: 20px;
  margin-left: 5px;
  padding: 5px;
  border: 0px solid #000;
  border-radius: 20px;
}

.app-number-column-tab.marginbottom {
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.request {
  position: relative;
  display: block;
  width: 100%;
  height: 44px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 20px;
  background-image: linear-gradient(120deg, #95fdff, #66d4f9);
  color: #111;
  line-height: 44px;
  cursor: pointer;
}

.request:hover {
  border-style: solid;
  border-color: #95fdff;
  background-image: none;
  color: #95fdff;
}

.request.neongreen {
  height: 44px;
  border-width: 2px;
  border-color: #181919;
  background-image: linear-gradient(120deg, #3bfc14, #1f7f0c);
  color: #000;
}

.request.neongreen:hover {
  border-color: #3bfc14;
  background-image: none;
  color: #3bfc14;
}

.unstakeall-submit-button {
  width: 100%;
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #f7b65b;
  border-radius: 14px;
  background-color: transparent;
  opacity: 0.35;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #f7b65b;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.unstakeall-submit-button:hover {
  opacity: 1;
}

.unstakeall-submit-button.green {
  border-color: #95fdff;
  color: #95fdff;
}

.unstakeall-submit-button.neongreen {
  border-width: 2px;
  border-color: #3bfc14;
  border-radius: 20px;
  color: #3bfc14;
  letter-spacing: 1px;
}

.unstake-submit-button {
  width: 100%;
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #f7b65b;
  border-radius: 14px;
  background-color: transparent;
  opacity: 0.35;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #f7b65b;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.unstake-submit-button:hover {
  opacity: 1;
}

.unstake-submit-button.green {
  border-color: #95fdff;
  color: #95fdff;
}

.unstake-submit-button.neongreen {
  width: 100%;
  margin-right: 5%;
  border-width: 2px;
  border-color: #3bfc14;
  border-radius: 20px;
  color: #3bfc14;
  letter-spacing: 1px;
}

.referrallink {
  font-size: 14px;
  line-height: 16px;
}

.text-span-9 {
  font-size: 14px;
  line-height: 18px;
}

.bold-text-4 {
  font-size: 18px;
}

.bold-text-5 {
  font-size: 18px;
}

.modal-button-close {
  position: absolute;
  top: 20px;
  right: 20px;
  overflow: hidden;
  width: 30px;
  height: 30px;
}

.icon-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.icon-close.red {
  color: #ff1a61;
}

.modal-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.modal-error {
  color: #ff1a61;
}

.modal-success {
  color: #3bfc14;
}

.modal-alert {
  color: #f7b65b;
}

.modal-message {
  position: relative;
  display: block;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.modal-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 30px 10px;
  border-radius: 20px;
  background-color: #111;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.07), #000);
  box-shadow: -1px -1px 4px 0 #e03efd, 1px 1px 4px 0 #f7b65b, 0 0 20px 7px #000;
}

.modal-div.cyan {
  background-color: rgba(102, 212, 249, 0.13);
  background-image: none;
  box-shadow: -1px -1px 6px 0 #95fdff, 1px 1px 6px 0 #66d4f9;
}

.modal-div.green {
  position: absolute;
  display: none;
  width: 100%;
  height: 443px;
  min-height: 400px;
  margin-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: none;
  box-shadow: -1px -1px 6px 0 #3bfc14, 1px 1px 6px 0 #3bfc14;
}

.modal-div.red {
  display: none;
  box-shadow: -1px -1px 6px 0 #ff1a61, 1px 1px 6px 0 #ff1a61;
}

.modal-div.neongreen {
  background-color: #181919;
  background-image: radial-gradient(circle farthest-side at 0% 100%, hsla(0, 0%, 100%, 0.11), transparent), radial-gradient(circle farthest-corner at 100% 0%, hsla(0, 0%, 100%, 0.1), #000);
  box-shadow: -1px -1px 6px 0 rgba(255, 255, 255, 0.1), 1px 1px 6px 0 rgba(255, 255, 255, 0.35);
}

.modal-div.orange {
  position: absolute;
  top: 0px;
  z-index: 100;
  display: none;
  min-height: auto;
  margin-top: 15px;
  background-color: rgba(102, 212, 249, 0.13);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(29, 29, 29, 0.89), #000);
  box-shadow: -1px -1px 6px 0 #f7b65b, 1px 1px 6px 0 #f7b65b;
}

.modal-div.green {
  position: absolute;
  z-index: 100;
  display: none;
  width: 500px;
  height: 100%;
  min-height: auto;
  margin-top: 15px;
  background-color: rgba(102, 212, 249, 0.13);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(29, 29, 29, 0.89), #000);
  box-shadow: -1px -1px 6px 0 #3bfc14, 1px 1px 6px 0 #3bfc14;
}

.form-2 {
  width: auto;
}

.form-block-2 {
  width: auto;
}

.form-block-3 {
  width: auto;
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link-app {
  opacity: 0.5;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link-app:hover {
  opacity: 1;
}

.footer-social-row-large {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  margin-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #f3f5fb;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #160042;
}

.footer-social-link:hover {
  color: #642eff;
}

.footer-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-line-small {
  width: 1px;
  height: 16px;
  margin-right: 24px;
  margin-left: 24px;
  background-color: #e4e6f1;
  opacity: 0.5;
}

.footer-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-line-standard-small {
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #e4e6f1;
}

.footer-logo-link {
  margin-bottom: 16px;
}

.container-large-2 {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-detail {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.section-footer-2 {
  position: relative;
  padding: 20px;
}

.footer-menu-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-app {
  position: relative;
  padding: 20px;
}

.text-block-22 {
  line-height: 18px;
}

.burger {
  display: none;
}

.graph-section {
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

.graph-section.margintop {
  display: block;
  margin-top: 40px;
}

.range-menu {
  margin-bottom: 10px;
  text-align: center;
}

.range {
  padding: 3px 10px;
  border-radius: 100px;
  background-color: transparent;
  color: #191c53;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.range:hover {
  color: #95fdff;
}

.range.w--current {
  padding: 3px 10px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #95fdff;
  font-size: 12px;
}

.range.neongreen {
  color: rgba(255, 255, 255, 0.32);
  cursor: pointer;
}

.range.neongreen:hover {
  color: #fff;
}

.range.neongreen.w--current {
  background-color: #000;
  color: #3bfc14;
}

.range.neongreen.active {
  background-color: #111;
  color: #3bfc14;
  cursor: pointer;
}

.graph-wrapper {
  position: relative;
  width: 100%;
  height: 300px;
}

.div-block-338 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-content-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
}

.app-content-box {
  position: relative;
  width: 500px;
}

.app-bg-headline {
  color: hsla(0, 0%, 100%, 0.04);
  font-size: 88px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.app-interaction-box {
  position: relative;
  z-index: 1;
  display: block;
  width: 500px;
  height: 100%;
  padding: 30px 10px;
  border-radius: 20px;
  background-color: #111;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.07), #000);
  box-shadow: -1px -1px 4px 0 #fff, 1px 1px 4px 0 #fff, 0 0 20px 7px #000;
}

.app-interaction-box.cyan {
  background-color: rgba(102, 212, 249, 0.13);
  background-image: none;
  box-shadow: -1px -1px 6px 0 #95fdff, 1px 1px 6px 0 #66d4f9;
}

.app-interaction-box.green {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 443px;
  min-height: 400px;
  margin-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: none;
  box-shadow: -1px -1px 6px 0 #3bfc14, 1px 1px 6px 0 #3bfc14;
}

.app-interaction-box.red {
  position: absolute;
  z-index: 100;
  display: none;
  height: 100%;
  min-height: auto;
  margin-top: 15px;
  background-color: rgba(102, 212, 249, 0.13);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(29, 29, 29, 0.89), #000);
  box-shadow: -1px -1px 6px 0 #ff1a61, 1px 1px 6px 0 #ff1a61;
}

.app-interaction-box.neongreen {
  padding-right: 30px;
  padding-left: 30px;
  background-color: #181919;
  background-image: radial-gradient(circle farthest-side at 0% 100%, hsla(0, 0%, 100%, 0.11), transparent), radial-gradient(circle farthest-corner at 100% 0%, hsla(0, 0%, 100%, 0.1), #000);
  box-shadow: -1px -1px 6px 0 rgba(255, 255, 255, 0.1), 1px 1px 6px 0 rgba(255, 255, 255, 0.35);
}

.app-interaction-box.orange {
  position: absolute;
  top: 0px;
  z-index: 100;
  display: none;
  min-height: auto;
  margin-top: 15px;
  background-color: rgba(102, 212, 249, 0.13);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(29, 29, 29, 0.89), #000);
  box-shadow: -1px -1px 6px 0 #f7b65b, 1px 1px 6px 0 #f7b65b;
}

.div-block-339 {
  -webkit-transform: skew(15deg, 0deg);
  -ms-transform: skew(15deg, 0deg);
  transform: skew(15deg, 0deg);
}

.hide {
  display: none;
}

.button-text-copy {
  display: inline-block;
  margin-left: 0px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 29px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.button-text-copy:hover {
  color: #3bfc14;
}

.button-text-copy.button-large {
  padding: 18px 36px;
}

.button-text-copy.button-small {
  padding: 5px 18px;
  border-style: none;
  border-width: 1px;
  border-color: #66d4f9;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #66d4f9;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.button-text-copy.button-small:hover {
  background-color: #66d4f9;
  box-shadow: none;
  color: #1b1b1b;
}

.button-text-copy.icon-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
}

.button-text-copy.button-outline {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(20, 20, 20, 0.1);
  background-color: transparent;
  color: #141414;
}

.button-text-copy.button-outline:hover {
  box-shadow: inset 100px 0 100px 100px rgba(20, 20, 20, 0.1);
}

.button-text-copy.login {
  display: none;
  padding: 5px 20px 5px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
}

.button-text-copy.login:hover {
  background-color: #fff;
  opacity: 1;
  color: #191c53;
}

.button-text-copy.black {
  color: #111;
}

@media screen and (min-width: 1280px) {
  .button:hover {
    opacity: 1;
  }

  .button.button-small {
    opacity: 0.5;
  }

  .form-caption {
    color: rgba(255, 255, 255, 0.63);
  }

  .dashboard-container {
    max-width: none;
  }

  .grapph.graph2.four {
    height: 150px;
    padding: 0px;
  }

  .html-embed._1-grid {
    width: 76vw;
  }

  .button-2:hover {
    opacity: 1;
  }

  .heading-large {
    text-transform: uppercase;
  }

  .paragraph-standard {
    color: rgba(255, 255, 255, 0.54);
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 0em;
  }

  .card-timeline-large {
    background-color: transparent;
  }

  .card-timeline-large.left {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
  }

  .section.bg-black-2-copy {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #191c53), to(transparent));
    background-image: linear-gradient(180deg, #191c53 10%, transparent);
  }

  .button-2-copy:hover {
    opacity: 1;
  }

  .button-text:hover {
    opacity: 1;
  }

  .button-text.button-small {
    opacity: 0.5;
  }

  .button-nav:hover {
    opacity: 1;
  }

  .button-nav.button-small {
    opacity: 0.5;
  }

  .button-text-copy:hover {
    opacity: 1;
  }

  .button-text-copy.button-small {
    opacity: 0.5;
  }
}

@media screen and (min-width: 1440px) {
  img {
    display: block;
  }

  .dashboard {
    min-height: 100vh;
  }

  .sidebar-content {
    width: 325px;
  }

  .nav-link.w--current {
    color: #8affff;
  }

  .sidebar-logo-wrapper {
    padding-bottom: 30px;
  }

  .sidebar-logo {
    max-height: 40px;
    max-width: 100%;
  }

  .table-logo-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dashboard-container {
    max-width: 1400px;
  }

  .dashboard-banner {
    margin-left: 325px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .html-embed._1-grid {
    width: 70vw;
    max-width: 1008px;
  }

  .section.bg-black {
    padding-bottom: 220px;
  }

  .section.bg-black-2-copy.bg-white {
    background-color: #fff;
  }

  .section-bg-white-top {
    top: -250px;
    height: 250px;
  }

  .section-bg-white-bottom {
    height: 250px;
  }

  .nav-link-app.w--current {
    color: #3bfc14;
  }

  .text-span-5 {
    text-transform: none;
  }

  .btn-link-app.w--current {
    color: #3bfc14;
  }

  .graph-wrapper {
    height: 350px;
  }
}

@media screen and (min-width: 1920px) {
  .numbers-wrapper {
    text-align: center;
  }

  .number {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .dashboard-container {
    width: 1400px;
    margin-right: auto;
    margin-left: auto;
  }

  .headline {
    padding: 20px 10px;
  }

  .html-embed._1-grid {
    height: 30vh;
    max-height: 372px;
    max-width: 1354px;
  }

  .button-wrapper {
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .arrow-circle {
    border-width: 2px;
    border-color: #fff;
  }

  .hero-image {
    margin-top: 0px;
  }

  .navigation {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-image-block {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    background-color: transparent;
  }

  .header-section {
    overflow: visible;
    height: 80vh;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-link-2 {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
  }

  .hero-content-block {
    margin-top: -200px;
  }

  .header-wrapper {
    position: static;
    -o-object-fit: none;
    object-fit: none;
  }

  .container {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hero-heading {
    font-size: 90px;
    line-height: 100%;
    font-weight: 700;
  }

  .button-arrow {
    margin-right: 20px;
    color: #fff;
    text-transform: uppercase;
  }

  .content-section-2 {
    padding-right: 5%;
    padding-left: 5%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#191c53));
    background-image: linear-gradient(180deg, transparent, #191c53);
  }

  .content-section-2.violet {
    background-image: linear-gradient(63deg, #191c53, #9a10b3);
  }

  .content-section-2.black {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#313131));
    background-image: linear-gradient(180deg, #000, #313131);
  }

  .div-block-4 {
    margin-bottom: 220px;
  }

  .number-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .timeline-row {
    -webkit-transform: skew(-5deg, 0deg);
    -ms-transform: skew(-5deg, 0deg);
    transform: skew(-5deg, 0deg);
  }

  .milestone-line {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3bfc14), color-stop(51%, #3f3f3f));
    background-image: linear-gradient(180deg, #3bfc14 50%, #3f3f3f 51%);
  }

  .milestone-inner-circle {
    box-shadow: none;
  }

  .section.bg-black-2 {
    padding-top: 240px;
  }

  .section.bg-black-2-copy.bg-white {
    overflow: visible;
  }

  .section.hide {
    display: none;
  }

  .container-header {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .app-section {
    cursor: pointer;
  }

  .div-block-323 {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .image {
    position: absolute;
    z-index: 2;
    width: 100%;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
  }

  .div-block-323-copy {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(135deg, #f7b65b, #994262 46%, #682071);
    opacity: 1;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .image-3 {
    display: inline;
  }

  .select-coin-logo {
    display: inline;
  }

  .section-bg-white-top {
    top: -300px;
    height: 300px;
  }

  .section-bg-white-bottom {
    height: 300px;
  }

  .select-coin-icon {
    display: inline;
  }

  .load-div {
    height: 100%;
  }

  .approved-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 36px;
    margin-top: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn-approved {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .load-div-inside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-7 {
    display: inline-block;
    width: 64px;
    height: 64px;
  }

  .stake-form-block {
    margin-top: 20px;
  }

  .stake-form-div.red {
    display: none;
  }

  .pool-form-block-copy {
    margin-top: 20px;
  }

  .app-stake-container {
    margin-top: 40px;
  }

  .stake-form-div-new.red {
    display: none;
  }

  .stake-form-div-new.orange {
    display: none;
  }

  .app-swap-container {
    margin-top: 20px;
  }

  .graph-container {
    margin-bottom: 220px;
  }

  .swap-form-div-container.red {
    display: none;
  }

  .swap-form-div-container.orange {
    display: none;
  }

  .modal-div.red {
    display: none;
  }

  .modal-div.orange {
    display: none;
  }

  .modal-div.green {
    display: none;
  }

  .footer-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-content-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .graph-wrapper {
    height: 370px;
  }

  .app-interaction-box.red {
    display: none;
  }

  .app-interaction-box.orange {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  ._4-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._3-grid {
    width: 100%;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style-guide-section {
    padding: 80px 8px;
  }

  ._2-grid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .dashboard-sidebar {
    z-index: 500;
  }

  .sidebar-content {
    -webkit-transform: translate(-250px, 0px);
    -ms-transform: translate(-250px, 0px);
    transform: translate(-250px, 0px);
  }

  .sidebar-logo-wrapper {
    padding-bottom: 24px;
  }

  .mobile-bar {
    display: block;
    border-top-style: none;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(17, 17, 17, 0.04), #191c53);
  }

  .dashboard-content {
    margin-left: 0px;
  }

  .number.big.white {
    font-size: 22px;
  }

  .mobile-bottom-spacing {
    height: 60px;
  }

  .dashboard-container {
    margin-left: 20px;
  }

  .dashboard-banner {
    margin-left: 0px;
  }

  .html-embed {
    width: 39vw;
    max-width: 299px;
  }

  .content-container {
    margin-bottom: -300px;
  }

  .content-text-wrap {
    max-width: 380px;
  }

  .button-wrapper {
    margin-top: 40px;
  }

  .hero-image {
    display: block;
  }

  .brand {
    margin-right: 10px;
    padding: 0px;
  }

  .header-paragraph {
    max-width: 60vw;
  }

  .navigation-container {
    position: relative;
  }

  .hero-image-block {
    position: absolute;
    left: auto;
    top: 220px;
    right: 0%;
    bottom: 0%;
    overflow: hidden;
    height: 35vh;
    max-width: 50vw;
    margin-top: 40px;
    border-radius: 20px;
  }

  .header-section {
    height: auto;
    max-height: none;
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-link-2 {
    width: 100%;
    text-align: center;
  }

  .grid-hero {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .navigation-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button {
    z-index: 200;
    margin-left: 14px;
    padding: 0px;
    background-color: transparent;
    color: #fff;
  }

  .menu-button:hover {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: transparent;
    -webkit-transition-property: none;
    transition-property: none;
    color: #fff;
  }

  .menu-button.hide {
    display: none;
  }

  .hero-heading {
    max-width: 60vw;
    font-size: 60px;
  }

  .nav-menu {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 240px;
    height: 100vh;
    padding-top: 100px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 28, 83, 0.5)), to(rgba(0, 0, 0, 0.8)));
    background-image: linear-gradient(180deg, rgba(25, 28, 83, 0.5), rgba(0, 0, 0, 0.8));
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .content-section-2 {
    padding-top: 200px;
    padding-bottom: 200px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .content-block-2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .faq-content {
    width: 100%;
  }

  .grid-six-column {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section-timeline {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-footer {
    padding-bottom: 140px;
  }

  .footer-link-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .navbar-app {
    height: 65px;
  }

  .app-section {
    margin-top: 40px;
  }

  .app-logo-link {
    position: absolute;
  }

  .grid-8-column-copy {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .connect-wallet.neongreen {
    right: 20px;
  }

  .icon-9 {
    width: 40px;
  }

  .lottie-animation {
    height: 40px;
  }

  .lottie-animation:hover {
    background-color: transparent;
  }

  .icon-10 {
    position: relative;
    width: 30px;
    height: 30px;
    color: #fff;
  }

  .app-sidebar {
    top: 0px;
    z-index: 999;
    display: block;
    width: 100%;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }

  .app-sidebar-content {
    top: 0px;
    z-index: 999;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    background-color: #0f0f0f;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .nav-link-app {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .select-coin-copy-copy {
    height: auto;
  }

  .btn-link-app {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bold-text-3 {
    font-size: 14px;
  }

  .referrallink {
    font-size: 14px;
  }

  .modal-div.green {
    display: none;
  }

  .footer-social-row-large {
    margin-left: 0px;
  }

  .footer-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-social-grid {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .footer-app {
    margin-bottom: 60px;
  }

  .burger {
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(17, 17, 17, 0.82);
    box-shadow: 0 0 11px -3px rgba(255, 255, 255, 0.55);
    text-align: center;
    cursor: pointer;
  }

  .div-block-337 {
    position: absolute;
    left: 20px;
    top: 10px;
    width: 30px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .burger-line {
    position: absolute;
    top: 2px;
    display: block;
    width: 18px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .burger-line-2 {
    position: absolute;
    left: 0px;
    bottom: 2px;
    width: 18px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .text-block-23 {
    display: block;
    margin-left: 10px;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
  }

  .burger-lines {
    position: relative;
    display: block;
    width: 18px;
    height: 12px;
  }

  .graph-wrapper {
    height: 250px;
  }
}

@media screen and (max-width: 767px) {
  .style-guide-typography-grid {
    grid-row-gap: 12px;
  }

  .display-heading-2 {
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 44px;
  }

  .display-heading-1 {
    font-size: 44px;
    line-height: 46px;
    letter-spacing: 0em;
  }

  .style-guide-content-grid {
    grid-row-gap: 24px;
  }

  ._3-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-scheme-row {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .button.button-large {
    padding: 12px 24px;
  }

  .style-guide-form-grid {
    justify-items: start;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .style-guide-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .utility-page-icon {
    width: 150px;
  }

  ._2-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._2-1-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._1-2-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .nav-link {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .sidebar-logo {
    max-height: 24px;
  }

  .nav-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .dashboard-content {
    padding: 20px;
  }

  .alert-module {
    font-size: 14px;
    line-height: 22px;
  }

  .table-row {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .table-headers {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .table-logo-row {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .table-content {
    width: 400px;
  }

  .alert-module-link {
    margin-left: 16px;
  }

  .dashboard-banner {
    padding: 20px;
  }

  .html-embed {
    width: 86vw;
    max-width: 487px;
  }

  .html-embed._1-grid {
    width: 86vw;
    max-width: 487px;
  }

  .content-container {
    margin-bottom: -150px;
  }

  .content-text-wrap {
    max-width: none;
  }

  .content-image-wrap {
    margin-bottom: 60px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .button-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .brand-logo {
    height: 34px;
  }

  .header-paragraph {
    font-size: 18px;
  }

  .button-navigation {
    display: none;
  }

  .navigation-left {
    width: 30%;
  }

  .hero-image-block {
    top: 140px;
  }

  .header-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .navigation-right {
    width: 70%;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.hide {
    display: none;
  }

  .container.bg-white {
    padding-top: 20px;
  }

  .container.margin-top {
    margin-top: 0px;
  }

  .hero-heading {
    font-size: 40px;
  }

  .content-heading-2 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 100%;
  }

  .content-heading-2.left {
    font-size: 30px;
  }

  .content-heading-2.center {
    font-size: 30px;
  }

  .content-section-2 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .content-paragraph {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .content-paragraph.black {
    margin-bottom: 20px;
  }

  .content-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .table-row-tab {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-center {
    text-align: left;
  }

  .div-block-5 {
    width: 100px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .faq-item-basic {
    padding: 14px 0px;
  }

  .grid-one-column {
    width: 80vw;
  }

  .section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .title-wrapper {
    margin-bottom: 60px;
  }

  .block-empty {
    display: none;
  }

  .milestone-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .timeline-row {
    -ms-grid-columns: minmax(20px, 60px) 1fr;
    grid-template-columns: minmax(20px, 60px) 1fr;
  }

  .card-timeline-large {
    margin-bottom: 32px;
  }

  .card-timeline-large.left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .section-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-wrapper {
    margin-bottom: 60px;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .section.bg-black {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section.bg-black-2 {
    padding-top: 100px;
    padding-bottom: 0px;
  }

  .app-h2 {
    margin-top: 10px;
  }

  .app-form-block {
    margin-top: 20px;
  }

  .grid-8-column-copy {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-bg-white-top {
    top: -100px;
    height: 100px;
  }

  .section-bg-white-bottom {
    height: 100px;
  }

  .connect-wallet.neongreen {
    right: 20px;
  }

  .coinoverview {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .column-3 {
    height: 50px;
    padding-top: 10px;
    padding-left: 20px;
  }

  .nav-link-app {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  ._3-columns {
    margin-bottom: 0px;
    padding-left: 50px;
  }

  .columns-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-19 {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-20.neongreen {
    font-size: 12px;
    line-height: 18px;
  }

  .select-coin-copy-copy {
    border-right-style: none;
  }

  .btn-link-app {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .btn-copy-link {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 0px;
  }

  .button-text.button-large {
    padding: 12px 24px;
  }

  .button-nav.button-large {
    padding: 12px 24px;
  }

  .column-11 {
    padding-left: 0px;
  }

  .bold-text-3 {
    font-size: 13px;
  }

  .referrallink {
    font-size: 13px;
  }

  .footer-link-app {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }

  .app-content-container {
    margin-top: 20px;
  }

  .button-text-copy.button-large {
    padding: 12px 24px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    margin-top: 0px;
    margin-bottom: 18px;
  }

  .large-text {
    font-size: 16px;
    line-height: 24px;
  }

  .display-heading-2 {
    margin-bottom: 18px;
    font-size: 32px;
    line-height: 36px;
  }

  .display-heading-1 {
    margin-bottom: 18px;
    font-size: 32px;
    line-height: 36px;
  }

  .style-guide-content-grid {
    grid-row-gap: 12px;
  }

  ._4-grid {
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-scheme-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style-guide-buttons-grid {
    justify-items: stretch;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button.button-large {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .form-success {
    padding: 12px;
  }

  .form-error {
    padding: 12px;
  }

  ._2-grid {
    display: block;
    margin-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .dashboard-content {
    overflow: hidden;
    width: 100vw;
    padding-right: 10px;
    padding-left: 10px;
  }

  .module.black {
    margin-bottom: 20px;
  }

  .main-grid {
    display: block;
    margin-bottom: 20px;
    justify-items: stretch;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 10px;
  }

  .in-page-menu {
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom-style: none;
  }

  .in-page-menu-link {
    margin-right: 0px;
    margin-bottom: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .table-row {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .table-headers {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .dashboard-container {
    position: relative;
    overflow: visible;
    max-width: 300px;
  }

  .table-content {
    width: 100%;
  }

  .knowledge-base-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .banner-avatar-wrapper {
    margin-bottom: 20px;
  }

  .dashboard-banner-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .html-embed {
    width: 82vw;
    max-width: 260px;
  }

  .heading-11 {
    margin-bottom: 20px;
  }

  .content-image-wrap {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .button-wrapper {
    width: 90vw;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .arrow-circle {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
  }

  .header-paragraph {
    max-width: 80vw;
    font-size: 16px;
    line-height: 120%;
  }

  .button-navigation {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }

  .hero-image-block {
    top: 290px;
    height: 340px;
    max-width: 75vw;
  }

  .hero-heading {
    max-width: 80vw;
    font-size: 30px;
    line-height: 100%;
  }

  .button-arrow {
    margin-right: 0px;
  }

  .content-paragraph {
    font-size: 18px;
  }

  .content-block-2 {
    margin-bottom: 0px;
  }

  .tabs-memu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .table-row-tab {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .icon {
    width: 18px;
    height: 18px;
  }

  .icon-2 {
    width: 18px;
    height: 18px;
  }

  .icon-3 {
    width: 18px;
    height: 18px;
  }

  .div-block-5 {
    display: none;
  }

  .grid-one-column {
    width: 100vw;
  }

  .grid-six-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .milestone-block {
    display: none;
  }

  .timeline-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-timeline {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-round-light-blue {
    margin-right: 0px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 14px;
    text-align: center;
  }

  .h3-heading {
    font-size: 48px;
  }

  .footer-link {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .footer-link-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .icon-4 {
    width: 18px;
    height: 18px;
  }

  .modal-avatar {
    width: 32px;
    height: 32px;
    min-height: 32px;
    min-width: 32px;
    margin-right: 8px;
  }

  .swap-form-div.cyan {
    width: 100%;
    padding: 10px;
  }

  .swap-form-div.green {
    display: none;
    width: 100%;
    padding: 10px;
  }

  .swap-form-div.red {
    overflow: hidden;
    width: 300px;
    padding: 10px;
  }

  .swap-form-div.neongreen {
    width: 100%;
    padding: 10px;
  }

  .swap-form-div.orange {
    width: 300px;
    padding: 10px;
  }

  .swap-form-div.green {
    margin-right: 10px;
    padding: 10px;
  }

  .app-number-column {
    margin-bottom: 0px;
  }

  .select-coin {
    height: 60px;
    padding: 5px;
  }

  .app-input-field.cyan {
    height: 60px;
    padding-right: 40px;
    font-size: 18px;
    line-height: 24px;
  }

  .app-input-field.green {
    height: 60px;
    padding-right: 40px;
    font-size: 18px;
    line-height: 24px;
  }

  .app-input-field.neongreen {
    height: 60px;
    padding-right: 40px;
    font-size: 18px;
    line-height: 24px;
  }

  .app-section {
    min-height: 80vh;
  }

  .image-3 {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: -18px;
    margin-right: 5px;
    padding-right: 0px;
  }

  .select-coin-title {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-325 {
    width: 60px;
    height: 40px;
  }

  .pool-data-text {
    font-size: 11px;
    line-height: 16px;
  }

  .link-block-2.cyan {
    top: 20px;
    right: 5px;
    height: 20px;
    border-radius: 9px;
  }

  .link-block-2.neongreen {
    top: 20px;
    right: 5px;
    height: 20px;
    border-radius: 9px;
  }

  .app-logo-link {
    width: 90px;
  }

  .grid-8-column-copy {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .form {
    width: 300px;
    padding: 10px;
  }

  .text-block-8 {
    font-size: 10px;
    line-height: 20px;
  }

  .select-coin-mint {
    height: 60px;
    padding: 5px;
  }

  .select-coin-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: -20px;
  }

  .select-coin-icon.wxscr {
    width: 30px;
  }

  .connect-wallet.neongreen {
    right: 20px;
    width: 136px;
    height: 32px;
  }

  .connect-wallet.neongreen.form {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .text-block-9 {
    height: 28px;
    padding-right: 0px;
    font-size: 12px;
    line-height: 28px;
  }

  .icon-8 {
    height: 28px;
    line-height: 28px;
  }

  .div-block-327 {
    height: 28px;
    line-height: 28px;
  }

  .coinoverview {
    font-size: 14px;
  }

  .message {
    overflow: hidden;
  }

  .form-stake {
    padding: 10px;
  }

  .stake-form-div.cyan {
    width: 100%;
    padding: 10px;
  }

  .stake-form-div.green {
    width: 100%;
    padding: 10px;
  }

  .stake-form-div.red {
    width: 100%;
    padding: 10px;
  }

  .form-pool {
    padding: 10px;
  }

  .select-coin-copy {
    height: 60px;
    padding: 5px;
  }

  .column-3 {
    padding-left: 0px;
  }

  .select-coin-title-copy {
    font-size: 16px;
    line-height: 18px;
  }

  .select-coin-copy-copy {
    height: 60px;
    padding: 5px;
  }

  .select-coin-copy-copy {
    height: 60px;
    padding: 5px;
  }

  .select-coin-copy-copy-copy {
    height: 60px;
    padding: 5px;
  }

  .pool-info-text {
    font-size: 12px;
    line-height: 16px;
  }

  .select-coin-copy {
    height: 60px;
    padding: 5px;
  }

  .select-coin-copy-copy-copy-copy {
    height: 60px;
    padding: 5px;
  }

  .select-coin-copy-copy {
    height: 60px;
    padding: 5px;
  }

  .select-coin-copy23324-copy {
    height: 60px;
    padding: 5px;
  }

  .select-field.neongreen {
    width: 54px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 11px;
  }

  .text-block-14 {
    font-size: 11px;
  }

  .text-price-per {
    font-size: 10px;
  }

  .column-6 {
    padding-left: 10px;
  }

  .coin-calculation {
    font-size: 14px;
  }

  .text-block-16 {
    font-size: 12px;
  }

  .text-block-18 {
    font-size: 70px;
  }

  .arrow-two {
    top: 85px;
  }

  .arrow-one {
    top: 76px;
  }

  .arrow-start {
    top: 72px;
  }

  .select-coin-mint-to {
    height: 60px;
    padding: 5px;
  }

  .div-block-328-copy {
    height: 28px;
    line-height: 28px;
  }

  .list-title {
    font-size: 16px;
    line-height: 18px;
  }

  .titel-version {
    font-size: 16px;
    line-height: 18px;
  }

  .stake-form-div-new.cyan {
    width: 100%;
    padding: 10px;
  }

  .stake-form-div-new.green {
    width: 100%;
    padding: 10px;
  }

  .stake-form-div-new.red {
    width: 100%;
    padding: 10px;
  }

  .stake-form-div-new.neongreen {
    width: 100%;
    padding: 10px;
  }

  .stake-form-div-new.orange {
    width: 100%;
    padding: 10px;
  }

  ._3-columns {
    padding-left: 5px;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabs-content-3 {
    padding: 0px;
  }

  .text-block-19 {
    text-transform: uppercase;
  }

  .select-coin-swap {
    height: 60px;
    padding: 5px;
  }

  .select-coin-swap-to {
    height: 60px;
    padding: 5px;
  }

  .column-9 {
    margin-top: 20px;
  }

  .standard-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-standard {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .select-coin-copy-copy {
    height: 60px;
    padding: 10px 5px 5px;
  }

  .text-minimal-price {
    font-size: 10px;
  }

  .button-text.button-large {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-nav.button-large {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .swap-form-div-container.cyan {
    width: 100%;
    padding: 10px;
  }

  .swap-form-div-container.green {
    width: 100%;
    padding: 10px;
  }

  .swap-form-div-container.red {
    width: 100%;
    padding: 10px;
  }

  .swap-form-div-container.neongreen {
    width: 100%;
    padding: 10px;
  }

  .swap-form-div-container.orange {
    width: 100%;
    padding: 10px;
  }

  .text-block-21 {
    line-height: 19px;
  }

  .tabs-7 {
    width: 100%;
  }

  .bold-text-3 {
    font-size: 11px;
  }

  .app-number-column-tab {
    margin-bottom: 0px;
  }

  .tabs-8 {
    margin-top: 40px;
  }

  .referrallink {
    font-size: 11px;
  }

  .modal-message {
    overflow: hidden;
  }

  .modal-div.cyan {
    width: 100%;
    padding: 10px;
  }

  .modal-div.green {
    display: none;
    width: 100%;
    padding: 10px;
  }

  .modal-div.red {
    display: none;
    overflow: hidden;
    width: 300px;
    padding: 10px;
  }

  .modal-div.neongreen {
    width: 100%;
    padding: 10px;
  }

  .modal-div.orange {
    display: none;
    width: 300px;
    padding: 10px;
  }

  .modal-div.green {
    display: none;
    width: 300px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px;
  }

  .footer-menu {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-link-app {
    line-height: 32px;
  }

  .footer-line-small {
    display: none;
  }

  .footer-menu-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bold-text-6 {
    text-align: center;
  }

  .graph-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .range-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .app-content-box {
    width: 300px;
    padding: 10px;
  }

  .app-bg-headline {
    font-size: 70px;
  }

  .app-interaction-box.cyan {
    width: 100%;
    padding: 10px;
  }

  .app-interaction-box.green {
    width: 100%;
    padding: 10px;
  }

  .app-interaction-box.red {
    width: 100%;
    padding: 10px;
  }

  .app-interaction-box.neongreen {
    width: 100%;
    padding: 10px;
  }

  .app-interaction-box.orange {
    width: 100%;
    padding: 10px;
  }

  .button-text-copy.button-large {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_68a6c84e-e9f4-4370-5c98-db974750001c-ba747bcc {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_48ebe0f8-e2d9-43fa-1403-9582908790cd-ba747bcc {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_3a66ecc1-a9fe-b7a6-ecce-a778c5d7b29d-ba747bcc {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-e4d806a4-8078-631d-c043-cf689e39e3aa-ba747bcc {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

