:root {
  --brand-black: #091834;
  --semi-grey: #e0e0e9;
  --base-white: white;
  --white-smoke: #f5f6f9;
  --grey: #717384;
  --red: #f25151;
  --light-grey: #a9aab6;
  --violet: #764bf1;
  --orange: #ffb801;
  --green: #13d927;
  --hover-violet: #5737b6;
  --yellow-bright: #ffed48;
  --yellow: #ffb901;
  --light-sky-blue: #79cfff;
}

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

body {
  color: var(--brand-black);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  letter-spacing: .3px;
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 18px;
  padding-left: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  background-color: var(--semi-grey);
  border-left: 5px #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 22px;
}

.header {
  z-index: 99;
  color: #000;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
}

.main.article-content {
  min-height: 80vh;
  margin-top: 0;
  display: block;
  position: static;
  top: 60px;
}

.main._40 {
  top: -80px;
}

.footer {
  background-color: var(--brand-black);
  padding-top: 38px;
  padding-bottom: 32px;
}

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

.section.banner-section {
  padding-top: 60px;
}

.section.banner-section.inner {
  padding-bottom: 120px;
}

.section.section-regular {
  background-color: var(--base-white);
  border-radius: 64px;
  margin-top: 32px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.more-section {
  background-color: #0000;
  padding-bottom: 0;
}

.section.section-scroll {
  background-color: var(--base-white);
  border-bottom-right-radius: 64px;
  border-bottom-left-radius: 64px;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 120px;
}

.section.section-hero {
  background-image: url('../images/hero-gradient-background.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 228px;
  padding-bottom: 120px;
}

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

.section.gradient-bg {
  background-image: url('../images/hero-gradient-background.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.section.gradient-bg.section-chains {
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 148px;
}

.section.gradient-bg.cases-section {
  background-attachment: fixed;
  padding-top: 80px;
}

.section.gradient-bg.full-bg {
  background-image: url('../images/large-gradient-bg.webp');
}

.section.gradient-bg.full-bg.is-hidden {
  display: none;
}

.section.gradient-bg.hero-inner {
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
}

.section.gradient-bg.hero-inner.inner-short {
  padding-top: 160px;
  padding-bottom: 64px;
}

.section.gradient-bg.nodeapi-bg {
  background-image: url('../images/structured-data-bg.svg'), url('../images/hero-gradient-background.webp');
  background-position: 100%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 320px, cover;
  background-attachment: scroll, scroll;
}

.section.section-benefits {
  padding-top: 0;
  padding-bottom: 0;
}

.section.section-demo {
  padding-top: 12px;
}

.section.section-featured {
  padding-bottom: 0;
}

.section.section-banner {
  background-image: url('../images/watermark-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 72px;
}

.section.section-banner.bg-grey {
  background-color: #fafbfe;
}

.section.section-article {
  padding-top: 140px;
}

.section.bg-lightgrey {
  background-color: var(--white-smoke);
}

.section._0-top {
  padding-top: 0;
}

.content-container {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.content-container.medium-container {
  width: 100%;
  max-width: 840px;
}

.content-container.in-header {
  z-index: 1;
  position: relative;
}

.nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav__menu {
  order: 1;
  align-items: center;
  display: flex;
}

.nav__menu.in-home {
  width: 100%;
  padding-top: 0;
}

.brand-logo {
  flex-direction: row;
  order: -1;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.nav__bar {
  display: none;
}

.button {
  border: 1px solid var(--base-white);
  text-align: center;
  letter-spacing: .1px;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button.button-white {
  color: var(--base-white);
  border-color: #ffffff3d;
  justify-content: center;
  font-weight: 600;
}

.button.button-secondary {
  border-color: var(--semi-grey);
  color: var(--brand-black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 32px;
  font-weight: 500;
}

.button.button-secondary.chains-link {
  border-color: #ffffff3d;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 24px;
  padding-right: 24px;
}

.button.button-secondary.chains-link:hover {
  border-color: var(--grey);
}

.button.button-secondary.chains-link.in-demo {
  border-color: #e0e0e952;
  margin-left: 0;
  margin-right: 12px;
  padding: 14px 16px;
}

.button.button-secondary.chains-link.in-demo:hover {
  border-color: var(--semi-grey);
}

.button.button-secondary.chains-link.in-list {
  cursor: default;
  border-color: #e0e0e952;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 6px 14px 8px;
  display: inline-block;
}

.button.button-secondary.chains-link.in-list.last {
  padding-top: 12px;
}

.hero-message {
  z-index: 1;
  color: var(--base-white);
  flex-direction: column;
  align-items: center;
  position: relative;
}

.hero-message.content-centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.heading.heading-large {
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.heading.heading-large.heading-main {
  margin-bottom: 32px;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
}

.heading.heading-large._24px-bottom {
  margin-bottom: 24px;
}

.heading.heading-large.span-white {
  color: var(--base-white);
}

.heading.heading-large._0px-bottom {
  margin-bottom: 0;
}

.heading.heading-medium {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.heading.heading-medium.in-demo {
  margin-bottom: 24px;
}

.heading.heading-medium.in-demo.inner {
  margin-bottom: 16px;
}

.heading.heading-medium.in-modal {
  margin-bottom: 16px;
  display: inline-block;
}

.heading.heading-medium._24px-bottom {
  margin-bottom: 24px;
}

.heading.heading-medium.span-white {
  color: var(--base-white);
}

.heading.heading-item {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.heading.heading-item._16px-bottom {
  margin-bottom: 16px;
}

.heading.heading-small {
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.heading.heading-small.small {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.heading.heading-small.small.in-card {
  margin-bottom: 8px;
}

.heading.heading-small.in-post, .heading.heading-small.in-aside {
  margin-bottom: 16px;
}

.heading.heading-small._24px-bottom {
  margin-bottom: 24px;
}

.heading.heading-small._16px-bottom {
  margin-bottom: 16px;
}

.heading.heading-unit {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.paragraph {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph.paragraph-large {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph.paragraph-large.narrowed-large {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.grey-color._24px {
  margin-bottom: 24px;
}

.paragraph.grey-color {
  color: #717384;
  font-weight: 400;
}

.paragraph.grey-color.narrowed-paragraph {
  max-width: 400px;
}

.paragraph.grey-color.narrowed-paragraph.no-margin-bottom {
  margin-bottom: 0;
}

.paragraph.paragraph-accent {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph.paragraph-accent._20px {
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 24px;
}

.paragraph.paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph.paragraph-small.small-item {
  font-size: 13px;
  line-height: 20px;
}

.paragraph.paragraph-small.span-grey.span-medium {
  font-weight: 500;
}

.paragraph.large-message {
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph.large-message.narrowed {
  max-width: 672px;
}

.paragraph.paragraph-normal {
  font-weight: 400;
}

.paragraph.paragraph-normal.in-pricing-nav {
  width: 400px;
}

.paragraph.span-semibold.no-margin {
  margin-bottom: 0;
}

.paragraph.banner-description {
  background-image: linear-gradient(11deg, var(--red), #ffed48);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 32px;
  margin-bottom: 0;
}

.paragraph._24px-bottom {
  margin-bottom: 24px;
}

.paragraph.span-grey.paragraph-narrowed {
  max-width: 440px;
}

.paragraph.span-grey.paragraph-centered {
  text-align: center;
}

.paragraph.in-pricing-nav {
  max-width: 400px;
  font-weight: 500;
}

.paragraph.in-pricing-nav.span-white {
  color: var(--base-white);
}

.paragraph.span-lightgrey {
  color: var(--light-grey);
}

.paragraph.span-semibold {
  font-weight: 600;
}

.paragraph.span-white {
  color: var(--base-white);
}

.headline-container {
  z-index: 1;
  flex-direction: row;
  position: relative;
}

.headline-container.content-centered {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.headline-container.content-centered.margin-bottom {
  margin-bottom: 40px;
}

.headline-container.content-centered.wide {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.headline-container.content-centered.content-narrow {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}

.headline-container.content-centered._24px-bottom {
  margin-bottom: 24px;
}

.headline-container.content-centered._60px-bottom {
  margin-bottom: 60px;
}

.headline-container.horizontal-flex {
  align-items: center;
  display: flex;
}

.headline-container.horizontal-flex.top {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

.headline-container.horizontal-flex.space-between {
  justify-content: space-between;
}

.headline-container.content-narrowed {
  max-width: 600px;
}

.footer-copyright {
  color: var(--grey);
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 68px;
  font-size: 14px;
  display: flex;
}

.social-links {
  align-items: flex-start;
  margin-top: 48px;
  display: flex;
}

.social-links__link {
  color: var(--base-white);
  align-items: center;
  margin-right: 16px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.footer-nav {
  color: var(--base-white);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 580px;
  display: flex;
}

.footer-nav__link {
  color: var(--base-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
}

.footer-nav__link:hover {
  opacity: .8;
}

.footer-nav__link.contact-link {
  align-items: center;
  display: flex;
}

.page-wrapper {
  position: relative;
}

.page-wrapper.solid-bg {
  background-color: #f5f7f9;
  background-image: none;
}

.nav-item {
  color: var(--base-white);
  cursor: pointer;
  flex: none;
  margin-left: 12px;
  margin-right: 12px;
  padding: 16px 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.nav-item:hover {
  opacity: .8;
}

.nav-item.docs {
  color: var(--base-white);
  margin-top: 6px;
}

.nav-item.docs.mobile {
  display: none;
}

.nav-item.dropdown-item:hover {
  opacity: 1;
}

.button__arrow {
  flex: none;
  margin-left: 12px;
}

.button__button-text {
  flex: none;
}

.button__button-text.span-black {
  color: var(--brand-black);
}

.button__button-text.span-white {
  color: var(--base-white);
}

.button__button-text.span-purple {
  color: var(--violet);
}

.button__button-text.span-login {
  color: var(--base-white);
}

.product-demo__item {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.product-demo__item.text-right {
  align-items: center;
  width: 100%;
  display: flex;
}

.product-demo__item.text-right.last, .product-demo__item.last {
  margin-bottom: 0;
}

.product-demo__info {
  flex-direction: column;
  align-items: flex-start;
  max-width: 440px;
  display: flex;
}

.product-demo__info.first {
  max-width: 480px;
}

.product-demo__info.inner {
  max-width: 500px;
}

.utility-page-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin: auto;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 520px;
  display: flex;
}

.product-demo {
  margin-top: 60px;
}

.product-demo.inner {
  margin-top: 40px;
}

.product-demo.inner.first {
  margin-top: 0;
}

.product-demo__image {
  border-radius: 16px;
  max-width: 480px;
  box-shadow: 0 0 1px #09183429, 2px 16px 40px -16px #232b400f;
}

.product-demo__image.inner {
  max-width: 352px;
  position: relative;
}

.product-demo__image.on-right {
  margin-left: 40px;
}

.product-demo__image.on-left {
  margin-right: 40px;
}

.footer {
  background-image: url('../images/hero-gradient-background.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 24px;
  display: block;
}

.currency-list {
  margin-top: 32px;
  margin-bottom: 32px;
}

.currency-list__item {
  border: 1px solid #ffffff3d;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  transition: all .2s;
  display: flex;
}

.currency-list__item.eth-hover:hover {
  background-color: #64688c;
  border-color: #64688c;
}

.currency-list__item.trx-hover:hover {
  background-color: #ea332a;
  border-color: #ea332a;
}

.currency-list__item.btc-hover:hover {
  background-color: #f7931a;
  border-color: #f7931a;
}

.currency-list__item.bsc-hover:hover {
  background-color: #e7ba41;
}

.hero-message__description {
  flex-direction: row;
  align-items: flex-start;
}

.hero-message__description.inner {
  flex-direction: column;
}

.hero-message__description.inner.horizontal-flex {
  flex-direction: row;
  align-items: center;
}

.pricing {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #ffffff14;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
}

.pricing.on-white {
  border: 1px solid var(--semi-grey);
  background-color: #0000;
}

.pricing__item {
  color: var(--base-white);
  padding-top: 48px;
  padding-bottom: 40px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.pricing__item:hover {
  border-color: #0000;
}

.pricing__item.full-widht {
  color: var(--brand-black);
  background-color: #f9fafc;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 48px 48px;
  display: flex;
}

.pricing__item.business {
  color: var(--base-white);
  background-color: #764bf14d;
}

.pricing__item.business.on-ehite {
  background-color: var(--brand-black);
}

.pricing__item.in-banner {
  background-color: var(--brand-black);
  color: var(--base-white);
  background-image: url('../images/hero-gradient-background.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-bottom: 48px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.pricing__item.span-black {
  color: var(--brand-black);
}

.pricing__item.span-black.first {
  border-right: 1px solid var(--semi-grey);
}

.pricing__item__headline {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}

.pricing__item__headline.fix-height {
  height: 200px;
}

.prricing__item__options-list {
  margin-top: 32px;
  display: none;
}

.pricing__item__options-list__list-item {
  background-image: url('../images/check.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-bottom: 16px;
  padding-left: 36px;
  font-size: 16px;
  line-height: 24px;
}

.footer-nav__list {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
}

.footer-nav__col {
  margin-right: 24px;
}

.footer-container {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing__item__label__image {
  width: 24px;
  margin-right: 16px;
}

.pricing__item__details {
  margin-top: 0;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.button-container {
  margin-top: 40px;
  display: inline-block;
}

.button-container.in-modal {
  margin-top: 32px;
}

.button-container.container-full {
  width: 100%;
}

.button-container.content-centered {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-container.content-centered.in-solutions {
  margin-top: 40px;
}

.button-container.content-centered._60px-top {
  margin-top: 60px;
}

.button-container.content-centered.flex-horizontal {
  flex-direction: row;
  justify-content: center;
}

.button-container.in-tubs {
  margin-top: 18px;
  margin-bottom: 24px;
  display: flex;
}

.button-container.medium-top {
  margin-top: 24px;
}

.button-container.in-choice {
  position: absolute;
  inset: auto auto 36px 32px;
}

.button-container._32px-top {
  margin-top: 32px;
}

.button-container._32px-top.full-widht {
  width: 100%;
}

.button-container._24px-top {
  margin-top: 24px;
}

.button-container._60px-top {
  margin-top: 60px;
}

.button-container._0px-top {
  margin-top: 0;
}

.button-container.desktop-horizontal {
  display: flex;
}

.footer__nav__list__list-item {
  margin-bottom: 12px;
}

.footer-nav__col__heading {
  color: var(--grey);
  font-size: 16px;
}

.nav__underline {
  background-image: linear-gradient(to right, black, var(--violet) 7%, var(--red) 79%, var(--orange) 95%, var(--green));
  border-radius: 30px;
  width: 100%;
  height: 2px;
  margin-top: 4px;
}

.footer-container__group {
  flex: none;
}

.nav-container {
  align-items: center;
  width: 100%;
  display: flex;
}

.title-medium {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.button__arrow--black {
  flex: none;
  margin-left: 8px;
}

.button__arrow--black.on-hover {
  display: none;
}

.nav__menu__group {
  align-items: center;
  display: flex;
}

.nav__menu__title {
  display: none;
}

.nav__menu__title.in-product {
  color: var(--grey);
  margin-bottom: 22px;
  display: block;
}

.hero-group {
  color: var(--base-white);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-group.with-search {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.hero-group.hero-inner {
  color: var(--base-white);
  max-width: 480px;
}

.button--large {
  text-align: center;
  letter-spacing: .1px;
  border: 1px #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button--large.button-purple {
  color: #fff;
  background-color: #764bf1;
  border-style: none;
}

.button--large.button-purple:hover {
  background-color: var(--hover-violet);
}

.button--large.button-purple.full-widht {
  width: 100%;
}

.button--large.button-purple.mobile-wide {
  border-color: var(--violet);
  padding-left: 32px;
  padding-right: 32px;
}

.button--large.button-purple.mobile-wide:hover {
  background-color: var(--hover-violet);
  border-color: #5737b6;
}

.button--large.button-purple.fix-widght {
  width: 250px;
  padding-left: 24px;
  padding-right: 24px;
}

.button--large.button-gradient {
  background-image: linear-gradient(146deg, var(--violet), var(--red) 59%, var(--yellow-bright) 100%, #20ff37);
  color: var(--base-white);
  height: 56px;
  font-weight: 500;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.754, -.011, .117, 1.054);
}

.button--large.button-gradient:hover {
  background-image: linear-gradient(82deg, var(--violet), var(--red) 59%, var(--yellow-bright) 100%, #20ff37);
}

.button--large.button-gradient.fix-widght {
  width: 250px;
}

.button--large.button-gradient.fix-widght.in-group {
  margin-left: 40px;
}

.button--large.border-purple {
  border-style: solid;
  border-color: var(--violet);
}

.button--large.border-purple:hover {
  background-color: var(--violet);
  color: var(--base-white);
}

.button--large.border-purple.hover-light:hover, .button--large.border-purple.no-hover:hover {
  background-color: #0000;
}

.button--large.border-purple.hover-light {
  border-color: #764bf1a3;
}

.button--large.border-purple.hover-light:hover {
  background-color: #0000;
}

.button--large.border-white {
  border-style: solid;
}

.button--large.border-white:hover {
  border-color: #fffc;
}

.button--large.border-white.button-white {
  color: var(--base-white);
}

.button--large.border-white.button-white:hover {
  background-color: var(--base-white);
  color: var(--brand-black);
}

.button--large.border-light {
  border-style: solid;
  border-color: #e0e0e952;
}

.button--large.border-light:hover {
  border-color: #e0e0e970;
}

.button--large.button-video:hover {
  opacity: .8;
}

.cta-container {
  z-index: 1;
  position: relative;
}

.headline-container__group {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.demo-image__image.mobile {
  display: none;
}

.demo-image {
  padding-bottom: 0;
  position: relative;
}

.headline-container--alt.in-articles {
  margin-bottom: 16px;
}

.headline-container--alt.content-centered {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.headline-container--alt.content-centered.in-features {
  max-width: 682px;
  margin-left: auto;
  margin-right: auto;
}

.headline-container--alt.content-centered.in-cta {
  max-width: 846px;
  margin-left: auto;
  margin-right: auto;
}

.headline-container--alt.in-hero {
  max-width: 524px;
  position: relative;
}

.nav-accordion {
  object-fit: fill;
  overflow: visible;
}

.article-nav {
  flex-direction: column;
  align-items: flex-start;
  max-width: 236px;
  display: flex;
  position: sticky;
  top: 120px;
}

.nav-accordion__links__accordion-item {
  opacity: 1;
  color: #000;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
}

.nav-accordion__links__accordion-item:hover {
  opacity: .64;
  text-decoration: none;
}

.list-item--ordered {
  list-style-type: decimal;
}

.list-item--ordered.letters {
  list-style-type: lower-alpha;
}

.nav-accordion__links {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 22px;
  margin-left: 0;
  padding-right: 16px;
  display: flex;
}

.nav-accordion__links.mobile-hidden {
  object-fit: fill;
  max-height: 488px;
  overflow: auto;
}

.paragraph--article {
  font-size: 16px;
  line-height: 24px;
}

.paragraph--article.in-article {
  margin-bottom: 24px;
}

.paragraph--article.in-article.small-margin, .paragraph--article.in-article.no-margin {
  margin-bottom: 12px;
}

.paragraph--article.p14 {
  font-size: 14px;
  line-height: 22px;
}

.paragraph--article.span-grey {
  color: #bdbdbd;
}

.paragraph--article.in-solutions {
  color: #bdbdbd;
  font-weight: 400;
}

.list-regular {
  margin-bottom: 16px;
  padding-left: 24px;
  list-style-type: disc;
}

.list-regular.numbered {
  list-style-type: decimal;
}

.list-regular.list-pricing {
  color: var(--grey);
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 22px;
  list-style-type: disc;
}

.article-update {
  color: #bbb;
  font-size: 14px;
  line-height: 24px;
}

.article-nav__nav-item {
  color: #000;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
  display: block;
}

.article-nav__nav-item.w--current {
  color: #7435fa;
}

.article-nav__nav-item.accordion.selected {
  color: var(--violet);
}

.article-nav__nav-item.accordion.selected:hover {
  color: #376fff;
}

.article-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.article-container {
  width: 70%;
  margin-top: 0;
  position: static;
  overflow: visible;
}

.dropdown-toggle {
  color: var(--base-white);
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown-arrow {
  margin-left: 8px;
}

.dropdown-list {
  z-index: 1;
  background-color: var(--base-white);
  border-radius: 12px;
  flex-direction: column;
  min-width: 158px;
  padding: 24px 24px 16px;
  display: flex;
  position: absolute;
  inset: 50px 0% auto -18px;
  box-shadow: 0 1px 6px #71738433;
}

.dropdown-list.w--open {
  margin-top: 8px;
}

.dropdown-list.solution {
  min-width: 840px;
  padding-top: 32px;
  padding-bottom: 24px;
  padding-left: 32px;
  display: none;
  left: -400px;
}

.dropdown-list.company {
  display: none;
}

.dropdown-list.products {
  min-width: 320px;
  padding: 32px 32px 24px;
  display: none;
  left: -104px;
}

.dropdown-list__link-item {
  color: var(--brand-black);
  cursor: pointer;
  flex: none;
  align-items: center;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dropdown-list__link-item:hover {
  color: var(--violet);
}

.dropdown-list__link-item.in-product {
  align-items: flex-start;
}

.dropdown-text {
  flex: none;
  display: block;
}

.dropdown-text.in-product {
  margin-bottom: 8px;
  line-height: 18px;
}

.dropdown-text.in-product.with-beta {
  margin-bottom: 0;
}

.header-bg {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #000000e6;
  position: absolute;
  inset: 0%;
}

.social-image {
  margin-right: 12px;
}

.popup {
  z-index: 999;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup__modal {
  z-index: 1;
  background-color: var(--base-white);
  border-radius: 24px;
  width: 480px;
  height: 452px;
  margin: auto;
  padding: 40px;
  display: block;
  position: fixed;
  inset: 0;
}

.popup__bg {
  opacity: .8;
  background-color: #131314;
  position: absolute;
  inset: 0%;
}

.contact-form {
  margin-top: 32px;
}

.input-label {
  color: var(--grey);
  font-size: 12px;
  font-weight: 500;
}

.form-input {
  border: 1px solid var(--violet);
  border-radius: 8px;
  height: 48px;
  font-size: 16px;
  line-height: 24px;
}

.form-input.in-modal {
  background-image: url('../images/envelope-violet.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 40px;
}

.popup__modal__close {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 2px;
  display: flex;
  position: absolute;
  inset: 32px 32px auto auto;
}

.form-submission__success {
  background-color: var(--green);
}

.span-violet {
  color: var(--violet);
}

.span-red {
  color: #eb5757;
}

.span-green {
  color: var(--green);
}

.banner-message {
  color: var(--base-white);
  background-image: url('../images/hero-gradient-background.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 24px;
  padding: 80px 44px;
  overflow: hidden;
}

.span-orange {
  color: var(--orange);
}

.alert-top {
  z-index: 9999;
  background-color: var(--hover-violet);
  color: var(--base-white);
  text-align: center;
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 400;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.link--white {
  color: #fff;
}

.nav-menu__nav-group {
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-container {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.product-links {
  flex-direction: column;
  align-items: flex-start;
  width: 240px;
  display: flex;
}

.dropdown-item__icon {
  margin-right: 12px;
}

.span-grey {
  color: var(--grey);
}

.span-grey.in-dropdown {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.nav-bar--close {
  display: none;
}

.headline-box {
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.headline-box._12px-bottom {
  margin-bottom: 12px;
}

.headline-box.iin-pricing, .headline-box.in-tabs {
  margin-bottom: 24px;
}

.heading-icon {
  height: 26px;
  margin-right: 18px;
}

.solution-details {
  align-items: stretch;
  margin-top: 120px;
  display: flex;
}

.solution-details__item {
  width: 50%;
}

.solution-details__icon {
  width: 32px;
  margin-right: 24px;
}

.solution-list {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.solution-list__item {
  border-radius: 24px;
  align-items: center;
  padding: 24px 40px 24px 24px;
  display: flex;
}

.solution-list__item.problem-color {
  background-color: #fef8f8;
}

.solution-list__item.solution-color {
  background-color: #f9fafc;
}

.solution-list__item._120px {
  height: 120px;
}

.solution-list__item._120px.top-margin {
  margin-top: 12px;
  padding: 0;
}

.solution-list__item._96px {
  height: 96px;
}

.solution-list__item._96px.top-margin {
  padding: 0;
}

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

.solution-details__divider {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 40px;
  display: flex;
}

.dash {
  background-color: #e0e0e9;
  width: 14px;
  height: 2px;
}

.features {
  margin-top: 180px;
}

.features-wrapper {
  flex-direction: column;
  grid-template-columns: 1fr 1fr .5fr .75fr 1fr 1fr;
  margin-top: 40px;
  display: flex;
}

.features-row {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.features-row.last {
  margin-top: 1px;
}

.features-item {
  padding: 40px;
}

.features-item.violet {
  background-color: #9b51e01a;
  width: 50%;
}

.features-item.red {
  background-color: #eb57571a;
  border-top-right-radius: 24px;
  width: 49.9%;
}

.features-item.orange {
  background-color: #f2994a1a;
  border-bottom-left-radius: 24px;
  width: 50%;
  padding-top: 30px;
}

.features-item.green {
  background-color: #2196531a;
  width: 50%;
  padding-top: 30px;
}

.features-item.green.in-2col {
  width: 49.9%;
}

.features-item.blue {
  background-color: #2f80ed1a;
  width: 38.8%;
  padding-top: 30px;
}

.features-item.blue.half {
  border-bottom-left-radius: 24px;
  width: 50%;
}

.features-icon {
  margin-right: 16px;
}

.features-icon.in-cards {
  height: 18px;
  margin-top: 3px;
  margin-right: 15px;
}

.features-group {
  justify-content: space-between;
  width: 61.1%;
  display: flex;
}

.span-darkgreen {
  color: #219653;
}

.span-darkorange {
  color: #f2994a;
}

.span-darkblue {
  color: #2f80ed;
}

.endpoitns-wrapper {
  margin-top: 180px;
}

.endpoints-tubs {
  align-items: flex-start;
  display: flex;
}

.endpoints-tubs.top-margin {
  margin-top: 40px;
}

.endoints-tub__tubs {
  width: 50%;
}

.contents__item {
  border-top: 1px solid #e0e0e9;
  border-bottom: 1px solid #e0e0e9;
  padding-bottom: 16px;
  overflow: hidden;
}

.contents__item.last {
  cursor: pointer;
  border-top-style: none;
}

.contents__item.first {
  cursor: pointer;
}

.contents__item__open--1 {
  color: var(--grey);
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding-top: 0;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.tabs-headline {
  color: var(--violet);
  justify-content: space-between;
  margin-top: 24px;
  display: flex;
}

.minus--1, .plus--1 {
  display: block;
}

.tabs-content {
  width: 50%;
  margin-left: 40px;
}

.tabs-menu {
  padding-bottom: 16px;
}

.tab-link {
  border: 1px solid var(--semi-grey);
  background-color: #0000;
  border-radius: 36px;
  margin-right: 12px;
  padding: 8px 24px;
  font-size: 13px;
  font-weight: 500;
  transition: all .2s;
}

.tab-link:hover {
  border-color: var(--hover-violet);
  background-color: var(--hover-violet);
  color: var(--base-white);
}

.tab-link.w--current {
  border-color: var(--violet);
  background-color: var(--violet);
  color: var(--base-white);
}

.tab-link.w--current:hover {
  border-color: var(--hover-violet);
  background-color: var(--hover-violet);
}

.tabs.group-2 {
  display: none;
}

.contents__item__open--2 {
  color: var(--grey);
  height: auto;
  padding-top: 0;
  font-size: 16px;
  line-height: 24px;
}

.minus--2, .plus--2 {
  display: block;
}

.copy {
  z-index: 5;
  text-align: center;
  cursor: pointer;
  background-color: #2b2b2b;
  background-image: url('../images/copy-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  padding: 0;
  position: absolute;
  inset: 22px 22px auto auto;
}

.cards {
  margin-top: 24px;
}

.cards-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 50px;
}

.cards-grid.hidden {
  display: none;
}

.cards__item {
  background-color: var(--white-smoke);
  color: var(--brand-black);
  border: 1px solid #0000;
  border-radius: 24px;
  padding: 30px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.cards__item:hover {
  border: 1px solid var(--violet);
  color: var(--violet);
}

.card-content {
  align-items: flex-start;
  display: flex;
}

.card-arrow {
  position: absolute;
  inset: 32px 24px auto auto;
}

.link-violet {
  color: var(--violet);
  text-decoration: underline;
}

.link-violet.span-bold.link-large {
  font-size: 18px;
}

.code-snippet {
  color: var(--base-white);
  background-color: #131314;
  border-radius: 24px;
  padding-right: 24px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  overflow: hidden;
}

.code-snippet__text.in-params {
  margin-left: 48px;
}

.code-snippet__text._10px-right {
  margin-left: 10px;
}

.code-snippet__text._20px-right {
  margin-left: 20px;
}

.code-snippet__text._30px-right {
  margin-left: 30px;
}

.code-snippet__text._40px-right {
  margin-left: 40px;
}

.code-snippet__space {
  margin-left: 10px;
}

.code-snippet__rows {
  color: var(--grey);
  text-align: right;
  background-color: #2b2b2b;
  margin-right: 20px;
  padding: 20px 8px;
}

.code-snippet__code-part {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.defi-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.defi-group__icon {
  margin-bottom: 32px;
}

.span-bold {
  font-weight: 700;
}

.span-bold.span-black {
  color: var(--brand-black);
}

.pricing__item__price {
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.price-mounth {
  letter-spacing: .5px;
}

.pricing__item__pricing-content {
  padding-left: 24px;
  padding-right: 24px;
}

.pricing__item__pricing-content.first {
  border-right: 1px solid #ffffff1a;
}

.pricing-nav {
  justify-content: space-between;
  align-items: center;
  padding: 30px 24px 26px;
  display: flex;
  position: relative;
}

.pricing-nav.on-white {
  border-bottom: 1px solid var(--semi-grey);
}

.pricing-toggle__item {
  color: var(--base-white);
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.pricing-toggle__item.on-white {
  color: var(--brand-black);
}

.pricing-toggle__text {
  color: var(--light-grey);
  flex: none;
}

.toggle-switcher {
  cursor: pointer;
  background-color: #ffffff1a;
  border-radius: 32px;
  flex: none;
  align-items: center;
  width: 50px;
  height: 26px;
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
}

.toggle-switcher.on-white {
  background-color: var(--semi-grey);
}

.toggle-point {
  background-color: var(--base-white);
  border-radius: 100%;
  width: 22px;
  height: 22px;
}

.toggle-point.on-white {
  background-color: var(--violet);
}

.span-yellow {
  color: var(--yellow);
}

.pricing-badge {
  text-align: center;
  background-image: url('../images/flag.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-end;
  align-items: center;
  width: 82px;
  height: 25px;
  padding-right: 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  display: flex;
  position: absolute;
  inset: 10px 0% auto auto;
}

.price-year, .price-mounth--free {
  letter-spacing: .5px;
}

.pricing-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pricing-shadow {
  width: 90%;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 0 0 32px 18px #00000024;
}

.pricing-divider {
  background-color: #ffffff14;
  height: 1px;
  margin-left: 24px;
  margin-right: 24px;
  position: absolute;
  inset: auto 0% 0%;
}

.features-list__row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 216px 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.features-list__row.sticky-nav {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 216px 1fr 1fr 1fr 1fr 1fr;
  margin-top: 0;
  position: sticky;
  top: 120px;
}

.features-list__row.details-list {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.features-list__item {
  width: 100%;
  height: 100%;
  line-height: 24px;
}

.features-list__item.dark {
  background-color: #f9fafc;
  justify-content: center;
  align-items: center;
  padding: 10px 8px;
  line-height: 24px;
  display: flex;
}

.features-list__item.dark.content-centered {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.features-list__item.dark.content-centered.in-nav {
  background-color: #eff3fb;
  padding: 20px 8px;
}

.features-list__item.dark.with-title {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 22px;
  display: flex;
}

.features-list__item.dark.with-title.in-nav {
  background-color: #eff3fb;
}

.features-list__item.dark.last {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.features-list__item.light {
  justify-content: center;
  align-items: center;
  padding: 10px 8px;
  display: flex;
}

.features-list__item.light.with-title {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-start;
  padding-left: 22px;
}

.features-list__item.light.with-title.black {
  background-color: var(--brand-black);
  color: var(--base-white);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-top: 2px;
  font-size: 16px;
  font-weight: 700;
}

.features-list__item.light.with-title.black.hidden {
  display: none;
}

.title-small {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.icon--small {
  margin-right: 10px;
}

.pricing-link {
  margin-bottom: 2px;
  margin-left: 8px;
  position: relative;
}

.pricing-content {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.tooltip-container {
  background-color: var(--base-white);
  border-radius: 6px;
  width: 244px;
  padding: 14px;
  font-size: 12px;
  line-height: 18px;
  display: none;
  position: absolute;
  inset: -66px 0% auto -100px;
  box-shadow: 0 2px 6px #0003;
}

.tooltip-icon--grey {
  display: block;
}

.tooltip {
  z-index: 0;
  height: 16px;
  margin-bottom: 2px;
  margin-left: 8px;
  display: flex;
  position: relative;
}

.highlights-grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.highlights-item {
  color: var(--base-white);
  background-color: #ffffff14;
  border-radius: 24px;
  padding: 82px 24px 24px;
  position: relative;
}

.cards-banner {
  color: var(--base-white);
  align-items: center;
  width: 160px;
  height: 38px;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  position: absolute;
  inset: 24px auto auto 0%;
}

.cards-banner.red {
  background-image: url('../images/red-flag.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.cards-banner.violet {
  background-image: url('../images/violet-flag.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 194px;
}

.cards-banner.green {
  background-image: url('../images/green-flag.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 126px;
}

.pricing-block {
  color: var(--brand-black);
  text-decoration: underline;
  transition: all .2s;
}

.pricing-block:hover {
  text-decoration: none;
}

.currency-list__announcement {
  color: var(--yellow);
  justify-content: center;
  align-items: center;
  height: 56px;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.currency-list__group {
  align-items: flex-start;
  display: flex;
}

.button-link {
  color: #fff;
  letter-spacing: .5px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-link.in-choice {
  border-top: 1px solid #ffffff0d;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-link.in-list {
  padding-top: 16px;
  padding-bottom: 20px;
  position: absolute;
  inset: auto 28px 0%;
}

.button-link.in-topbannerr {
  margin-left: 16px;
  font-size: 14px;
  font-weight: 600;
}

.choice-devider {
  color: #717384;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 40px;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.heading-3 {
  margin-top: 0;
}

.heading-3.heading-item {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 36px;
}

.heading-3.heading-item._12px-bottom {
  margin-bottom: 12px;
}

.heading-3.heading-normal {
  font-size: 36px;
  line-height: 54px;
}

.heading-3.heading-normal.in-nodes {
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.heading-3.heading-large {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 72px;
}

.heading-3.heading-large.in-nodes {
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.heading-3.heading-medium {
  margin-top: 0;
  font-size: 42px;
  line-height: 62px;
}

.heading-3.heading-medium.in-nodes {
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.button-container-3.in-choice {
  padding-left: 32px;
  padding-right: 32px;
  position: absolute;
  inset: auto 0% 0%;
}

.button-container-3._30px-margin {
  margin-top: 30px;
}

.button-container-3._40px-margin {
  margin-top: 40px;
}

.dotted-bracket {
  position: absolute;
  inset: auto auto -30px -30px;
}

.dotted-bracket.bottom-list {
  z-index: -1;
  bottom: -28px;
  left: -28px;
}

.dotted-bracket.bottom-left {
  bottom: -18px;
  left: -18px;
}

.choice {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 120px;
  display: flex;
  position: relative;
}

.choice-item {
  z-index: 1;
  color: #e0e0e0;
  border-radius: 12px;
  width: 100%;
  height: 480px;
  padding: 32px 32px 0;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.choice-item:hover {
  filter: saturate(140%);
}

.choice-item._2-choice {
  background-image: linear-gradient(84deg, black 76%, #6d45de 86%, var(--red) 94%, var(--orange));
}

.choice-item._1-choice {
  color: #e0e0e0;
  background-image: url('../images/dark-blue-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 15px;
  line-height: 23px;
  text-decoration: none;
}

.choice__subheading {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.alternative-heading {
  color: var(--base-white);
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 36px;
}

.alternative-heading._16px-margin {
  margin-bottom: 16px;
}

.choice-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.choice-divider {
  background-color: #ffffff24;
  width: 100%;
  height: 2px;
  margin-bottom: 20px;
}

.plus-icon {
  position: absolute;
  inset: 16px auto auto 0%;
}

.networks-item {
  color: #fff;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.networks-item:hover {
  filter: saturate(140%);
}

.networks-item.trx-style {
  background-image: url('../images/TRX-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.networks-item.eth-style {
  background-image: url('../images/ETH-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.networks-item.btc-style {
  background-image: url('../images/BTC-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-container-2 {
  background-color: #1e202b;
  border-radius: 10px;
}

.span-olive {
  color: #6fcf97;
}

.copyright-wrapper {
  display: flex;
}

.solutions-wrapper {
  margin-top: 128px;
}

.copyright-info {
  margin-right: 40px;
}

.dashes {
  position: absolute;
  inset: 0% -16px auto auto;
}

.choice-devider-2 {
  color: #717384;
  text-transform: uppercase;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 52px;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.networks {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  position: relative;
}

.hero-bg {
  opacity: .68;
  mix-blend-mode: normal;
  width: 100%;
  position: absolute;
  inset: -400px 0% auto;
}

.features-links__item {
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  height: 202px;
  padding: 24px 28px 20px;
  position: relative;
}

.features-links__item._1, .features-links__item._3 {
  background-color: #1e202b;
}

.features-links__item._2 {
  background-color: #246aed;
}

.link-wrapper-2 {
  text-decoration: none;
  transition: all .2s;
}

.link-wrapper-2:hover {
  filter: saturate(120%);
}

.branch.right-top {
  position: absolute;
  inset: 12px auto 0% -174px;
}

.branch.left-top {
  position: absolute;
  inset: 12px -174px auto auto;
}

.branch.left-bottom {
  position: absolute;
  inset: -38px -174px auto auto;
}

.branch.right-bottom {
  position: absolute;
  inset: -38px auto auto -174px;
}

.hero-container {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.group-section {
  position: relative;
}

.card-divider {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.card-divider.white-bg {
  background-color: #ffffff0d;
  position: absolute;
  inset: 0% 0% auto;
}

.features-list__item-2 {
  background-color: #0000000d;
  border: 1px solid #ffffff24;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 60px 80px 60px 60px;
  display: flex;
  position: relative;
}

.mixed-purple-bg {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.span-opacity {
  opacity: .5;
  color: #fff;
}

.span-price {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.button-2 {
  letter-spacing: .5px;
  background-color: #246aed;
  border-radius: 54px;
  padding: 16px 32px;
  font-weight: 500;
  transition: all .2s;
}

.button-2:hover {
  background-color: #2d9cdb;
}

.page-wrapper--alternative {
  color: #fff;
  background-color: #050714;
}

.span-red-2 {
  color: #f25151;
}

.hero-image {
  max-width: 412px;
}

.network-price {
  margin-top: 12px;
  font-size: 20px;
  line-height: 30px;
}

.small-icon {
  margin-right: 12px;
}

.dotted-pattern.in-hero {
  position: absolute;
  inset: 12px auto auto -424px;
}

.dotted-pattern.top-left {
  z-index: -1;
  position: absolute;
  inset: -44px auto auto -60px;
}

.dotted-pattern.top-right {
  z-index: -1;
  position: absolute;
  inset: -28px -42px auto auto;
}

.span-red-italic {
  color: #f25151;
  font-style: italic;
  font-weight: 400;
}

.span-red-italic.with-stroke {
  background-image: url('../images/stroke.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.features-list__item__content {
  max-width: 520px;
}

.features-links {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.content-container-2 {
  z-index: 1;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-container-2.in-footer {
  color: #bdbdbd;
  justify-content: space-between;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.span-italic {
  font-style: italic;
  font-weight: 400;
}

.span-italic.heading-normal {
  font-size: 36px;
}

.network-name {
  margin-top: 44px;
  font-size: 24px;
  line-height: 36px;
}

.span-blue-heading {
  color: #01d1ff;
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
}

.subtitle {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
}

.solutions-item {
  text-align: left;
  width: 216px;
  height: 120px;
  font-style: normal;
}

.solutions-item.left-top {
  position: absolute;
  inset: -50px auto auto -390px;
}

.solutions-item.left-bottom {
  position: absolute;
  inset: auto auto -130px -390px;
}

.solutions-item.right-bottom {
  position: absolute;
  inset: auto -390px -130px auto;
}

.solutions-item.right-top {
  position: absolute;
  top: -50px;
  right: -390px;
}

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

.section-4.section-list {
  padding-bottom: 92px;
}

.section-4.section-features {
  padding-bottom: 100px;
}

.section-4.section-network {
  position: relative;
}

.section-4.section-bannner {
  padding-top: 240px;
  padding-bottom: 240px;
}

.section-4.section-hero {
  padding-top: 208px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.section-4.section-solutions {
  position: relative;
}

.networks-icon {
  position: absolute;
}

.networks-icon.eth-icon {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  inset: 0% 0% auto;
}

.networks-icon.btc-icon {
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
  inset: 0% 0% auto;
}

.header--lp {
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  inset: 0% 0% auto;
}

.purple-bg {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.solutions-center {
  text-align: center;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 36px;
  display: flex;
  position: relative;
}

.footer--lp {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.cta-image {
  margin-bottom: 40px;
}

.launch-button {
  text-align: center;
  letter-spacing: .5px;
  background-image: linear-gradient(#0003, #0003);
  flex-direction: column;
  align-items: center;
  padding: 22px 44px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.watch-logo {
  margin-bottom: 12px;
}

.logo-bg {
  z-index: -1;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  position: absolute;
}

.item-healine {
  align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.networks-item__content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 332px;
  padding-bottom: 32px;
  padding-left: 44px;
  padding-right: 44px;
  display: flex;
  position: relative;
}

.headline-wrapper {
  position: relative;
}

.choice-item-2 {
  z-index: 1;
  color: #fff;
  border-radius: 12px;
  width: 100%;
  height: 320px;
  padding: 32px 32px 0;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.choice-item-2:hover {
  filter: saturate(140%);
}

.choice-item-2._2-choice {
  background-image: url('../images/card-2-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.choice-item-2._1-choice {
  color: #fff;
  background-image: url('../images/card-1-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.gradients-bg {
  width: 100%;
  position: absolute;
  inset: -214px 0% auto;
}

.choice-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.about-stats {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
  margin-bottom: 120px;
}

.about-stats__item {
  color: var(--base-white);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  padding: 20px 32px;
  display: flex;
}

.about-stats__item._1 {
  background-image: linear-gradient(298deg, #000 29%, #4b0d7b);
}

.about-stats__item._3 {
  background-image: linear-gradient(to right, #000 29%, #102c8f);
}

.about-stats__item._2 {
  background-color: var(--brand-black);
}

.stats-title {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-weight: 700;
  line-height: 24px;
}

.stats-value {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #4d4dd6 24%, #7b52f2 53%, #f25656 83%, #ffed48 100%, #20ff37 100%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 48px;
  font-weight: 600;
  line-height: 72px;
}

.icon--hello {
  width: 32px;
  margin-right: 24px;
}

.team-grid {
  grid-column-gap: 44px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.team-image {
  border-radius: 100%;
  width: 134px;
  margin-bottom: 32px;
}

.team-person {
  color: var(--brand-black);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.team-person:hover {
  color: var(--hover-violet);
}

.contact-details {
  color: var(--base-white);
  background-image: linear-gradient(83deg, #000, #102c8f);
  border-radius: 24px;
  margin-top: 120px;
  padding: 60px 80px;
}

.contact-info {
  grid-column-gap: 88px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  font-size: 16px;
  line-height: 24px;
  display: grid;
}

.contact-info__title {
  margin-bottom: 16px;
  font-weight: 700;
}

.phone-container {
  color: var(--base-white);
  background-color: #e0e0e938;
  border-radius: 80px;
  align-items: center;
  padding: 6px 24px 6px 6px;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.phone-container:hover {
  background-color: #7777c038;
}

.phone-icon {
  margin-right: 16px;
}

.linkedin-icon {
  display: none;
}

.span-gold {
  color: #f2c94c;
}

.indicator {
  background-color: var(--red);
  border-radius: 100%;
  width: 5px;
  height: 5px;
  position: absolute;
  inset: 2px -10px auto auto;
}

.priceapi-scheme {
  width: 100%;
}

.priceapi-scheme.desktop {
  margin-top: 140px;
  margin-bottom: 20px;
}

.priceapi-scheme.mobile {
  margin-top: 140px;
  margin-bottom: 20px;
  display: none;
}

.method-label {
  color: var(--base-white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 36px;
  margin-right: 12px;
  padding: 2px 14px;
}

.method-label.get {
  background-color: var(--green);
  display: inline-block;
}

.method-label.post {
  background-color: var(--yellow);
  display: inline-block;
}

.span-blue {
  color: var(--light-sky-blue);
}

.comingsoon-text {
  position: absolute;
}

.dropdown-headline {
  align-items: center;
  display: inline-block;
  position: relative;
}

.dropdown-headline.horizontal-flex {
  margin-bottom: 8px;
  display: flex;
}

.beta-icon {
  margin-left: 12px;
}

.highlights-container {
  margin-top: 140px;
}

.featured-grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.post-card {
  color: var(--brand-black);
  border-radius: 16px;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 0 1px #09183429, 0 16px 60px -16px #0918340f;
}

.post-card.post-featured {
  align-items: flex-start;
  display: flex;
}

.post-card.post-featured.blank {
  box-shadow: none;
}

.post-card.in-gird {
  background-color: #f9fafc;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 26px;
  display: flex;
}

.post-image {
  border-radius: 12px;
}

.post-image.featured-image {
  max-width: 484px;
}

.post-image.in-grid {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
}

.post-image.main-image {
  width: 100%;
}

.post-info {
  color: var(--brand-black);
  padding: 24px 32px 30px;
  text-decoration: none;
}

.post-info.in-featured {
  margin-left: 40px;
  padding-top: 0;
}

.post-info.in-grid {
  flex-direction: column;
  padding: 20px 24px 0;
}

.post-date {
  font-size: 16px;
  line-height: 24px;
}

.post-date.in-featured {
  color: #c6c7ce;
  margin-top: 12px;
}

.post-date.blog-summary {
  color: #717384;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 22px;
}

.post-date.in-article {
  color: var(--light-grey);
  margin-top: 26px;
}

.featured-blog {
  padding-bottom: 40px;
}

.articles-blog {
  padding-top: 40px;
}

.articles-blog.more-articles {
  padding-top: 64px;
}

.post-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 32% 32% 32%;
  grid-auto-columns: 1fr;
  display: grid;
}

.categories-container {
  margin-top: 32px;
  margin-bottom: 28px;
}

.blog-categories__item {
  float: left;
  border: 1px solid var(--semi-grey);
  color: var(--brand-black);
  border-radius: 24px;
  flex: none;
  margin-bottom: 12px;
  margin-right: 12px;
  padding: 8px 24px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.blog-categories__item.in-preview {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  color: var(--base-white);
  cursor: default;
  background-color: #9ca8bf;
  border-style: none;
  margin-bottom: 6px;
  margin-right: 8px;
  padding: 4px 12px;
}

.blog-categories__item.in-categories {
  border-style: none;
  border-width: 0;
  border-radius: 0;
  padding: 0;
}

.post-summary {
  color: var(--grey);
  line-height: 22px;
}

.post-preview {
  width: 100%;
  position: relative;
}

.post-preview.in-media {
  justify-content: flex-start;
  align-items: center;
  height: 92px;
  padding-left: 32px;
  display: flex;
}

.blog-preview__blog-categorie {
  margin-top: 12px;
}

.blog-preview__blog-categorie.in-article {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 18px;
  inset: auto 0% 80px;
}

.blog-preview__blog-categorie.in-preview {
  padding-left: 24px;
  padding-right: 24px;
}

.blog-preview__blog-categorie__item {
  float: left;
}

.blog-categories__link {
  border: 1px solid var(--semi-grey);
  background-color: var(--base-white);
  color: var(--brand-black);
  border-radius: 24px;
  padding: 8px 24px;
  text-decoration: none;
  transition: all .3s;
}

.blog-categories__link:hover {
  border-color: var(--hover-violet);
  color: var(--hover-violet);
}

.blog-categories__link.all-categories {
  float: left;
  border-color: var(--violet);
  background-color: var(--violet);
  color: var(--base-white);
  margin-right: 12px;
}

.blog-categories__link.all-categories:hover {
  border-color: var(--hover-violet);
  background-color: var(--hover-violet);
}

.search-button {
  display: none;
}

.search-input {
  color: var(--base-white);
  background-color: #ffffff0a;
  background-image: url('../images/search-icon.svg');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #ffffff3d;
  border-radius: 12px;
  width: 312px;
  height: 48px;
  margin-bottom: 0;
  padding: 14px 64px 12px 24px;
}

.search-input::placeholder {
  color: var(--base-white);
  font-size: 16px;
  line-height: 24px;
}

.search-container {
  margin-bottom: 0;
  display: none;
}

.breadcrumbs {
  color: var(--grey);
  padding-top: 32px;
  padding-bottom: 32px;
  line-height: 22px;
}

.breadcrumbs__item {
  color: var(--grey);
  text-decoration: none;
}

.breadcrumbs__item.with-hover {
  float: left;
  transition: all .2s;
}

.breadcrumbs__item.with-hover:hover {
  color: var(--hover-violet);
}

.breadcrumbs__arrow {
  float: left;
  margin-top: 6px;
  margin-left: 8px;
  margin-right: 8px;
}

.breadcrumb-container {
  float: left;
  flex: none;
}

.article-body {
  margin-bottom: 32px;
}

.article-body h2 {
  margin-top: 44px;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.article-body h3 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 32px;
}

.article-body h5 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.article-body h4 {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 20px;
}

.article-body li {
  background-image: url('../images/bullet-violet.svg');
  background-position: 0 11px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 4px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 28px;
  list-style-type: none;
}

.article-body p {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 24px;
}

.article-body img {
  margin-top: 0;
  margin-bottom: 8px;
}

.article-body figure {
  color: var(--light-grey);
  margin-top: 32px;
  margin-bottom: 32px;
}

.article-body a {
  color: var(--violet);
  text-decoration: underline;
  transition: all .2s;
}

.article-body a:hover {
  color: var(--hover-violet);
}

.share-buttons {
  margin-top: 24px;
}

.social-button {
  margin-right: 16px;
}

.social-button.hidden {
  display: none;
}

.article-scrollbar {
  z-index: 99;
  background-image: linear-gradient(to right, var(--violet), var(--red) 34%, var(--yellow) 68%, var(--green));
  width: 100%;
  height: 4px;
  position: absolute;
  inset: 0% 0% auto;
}

.search-results__item {
  margin-bottom: 24px;
}

.link--bold {
  font-weight: 700;
}

.social-button__image {
  width: 44px;
}

.article-col {
  max-width: 600px;
  padding-right: 44px;
}

.article-columns {
  justify-content: space-between;
  display: flex;
}

.aside__banner {
  color: var(--base-white);
  background-image: url('../images/banner-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  max-width: 300px;
  padding: 40px;
  position: sticky;
  top: 120px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.article-contence {
  margin-bottom: 56px;
  padding-top: 24px;
  padding-right: 32px;
}

.button--small {
  border: 1px solid var(--base-white);
  text-align: center;
  letter-spacing: .1px;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button--small.border-light {
  border-color: #e0e0e952;
}

.button--small.border-light:hover {
  border-color: var(--grey);
}

.button--small.border-light.button-full {
  width: 100%;
}

.button--small.border-lightgrey {
  border-color: var(--semi-grey);
}

.button--small.border-lightgrey:hover {
  opacity: .8;
}

.button--small.border-lightgrey.fix-widht {
  justify-content: center;
  width: 184px;
}

.button--small.border-lightgrey.fix-widht:hover {
  border-color: var(--violet);
}

.button--small.border-lightgrey._16px-bottom {
  margin-bottom: 16px;
}

.button--small.purple--bg {
  background-color: var(--violet);
}

.button--small.purple--bg:hover {
  background-color: var(--hover-violet);
}

.button--small.button-pricing {
  color: var(--violet);
  border-style: none;
  padding: 10px 14px;
  font-size: 12px;
}

.button--small.button-pricing:hover {
  background-color: var(--violet);
  color: var(--base-white);
}

.button--small.button-post {
  color: var(--base-white);
  background-color: #2f80ed;
  border-style: none;
  border-radius: 6px;
  flex: none;
  align-items: flex-end;
  width: 50px;
  margin-left: 16px;
  padding: 3px 8px;
}

.button--small.button-post.button-green {
  background-color: #0fb059;
}

.header-container.fixed-top {
  z-index: 99;
  position: fixed;
  inset: 0% 0% auto;
}

.trusted-contaner {
  text-align: center;
}

.container-row {
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.container-row.chains-raw {
  margin-top: 48px;
  margin-bottom: 0;
}

.trusted-container__item {
  margin-left: 12px;
  margin-right: 12px;
}

.stats {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 80px;
}

.stats__item {
  background-color: var(--white-smoke);
  border-radius: 16px;
  padding: 20px 24px;
}

.stats__item__value {
  margin-bottom: 4px;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

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

.button-icon.expanded-margin {
  margin-right: 12px;
}

.raw__col-group {
  align-items: center;
  display: flex;
}

.raw__col-group.mobile-vericlal.in-demo {
  margin-bottom: 8px;
}

.cards-grid--relative {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  position: relative;
  top: -68px;
}

.cards-grid__item {
  background-color: var(--base-white);
  color: var(--brand-black);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 11px 11px 40px -16px #0918340f, 0 0 1px #09183429;
}

.cards-grid__item.with-hover {
  transition: all .2s;
}

.cards-grid__item.with-hover:hover {
  box-shadow: 11px 11px 40px -16px #0918340f, 0 0 1px #09183478;
}

.button--medium {
  color: var(--brand-black);
  text-align: center;
  letter-spacing: .1px;
  border: 1px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button--medium.border-purple {
  border-style: solid;
  border-color: var(--violet);
}

.button--medium.border-purple:hover {
  border-color: var(--hover-violet);
  background-color: var(--violet);
  color: var(--base-white);
}

.chains-group {
  margin-top: 24px;
}

.cases-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.cases-grid._3-col {
  grid-template-columns: 1fr 1fr 1fr;
}

.cases-grid__item {
  color: var(--base-white);
  text-align: center;
  background-color: #ffffff14;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 16px;
  text-decoration: none;
  transition: all .24s;
  display: flex;
}

.cases-grid__item:hover {
  background-color: #ffffff1f;
}

.cases-grid__item__icon {
  margin-bottom: 24px;
}

.pricing-announce {
  color: var(--base-white);
  background-color: #ffffff14;
  border-radius: 42px;
  align-items: center;
  padding: 8px 20px 8px 10px;
  display: flex;
}

.pricing-announce__image {
  margin-right: 16px;
}

.post-source {
  align-items: center;
  margin-bottom: 12px;
  display: none;
}

.post-source__logo {
  margin-right: 8px;
}

.cards-grid--regular {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.cards-grid--regular.in-posts {
  margin-top: 52px;
}

.cards-grid--regular._4-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.cards-grid--regular._3-col {
  grid-template-columns: 1fr 1fr 1fr;
}

.cards-grid--regular._2-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.content-box.container-flex {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container-box__image {
  max-width: 340px;
}

.container-box__image.blending-mode {
  mix-blend-mode: multiply;
}

.banner-container {
  background-color: var(--white-smoke);
  border-radius: 32px;
  padding: 40px;
}

.article-contence__item {
  border-bottom-width: 1px;
  border-bottom-color: var(--semi-grey);
  color: var(--brand-black);
  margin-bottom: 8px;
  line-height: 24px;
  text-decoration: none;
}

.article-contence__item__link {
  color: var(--violet);
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.media-image {
  max-width: 160px;
}

.producthunt-widget {
  z-index: 99;
  position: fixed;
  inset: auto auto 4% 2%;
}

.producthunt-widget.desktop-view {
  display: none;
}

.play-icon {
  width: 100px;
}

.footer__data, .falsh--icon {
  margin-left: 8px;
}

.headline-line {
  display: flex;
}

.headline-line._40px-bottom {
  margin-bottom: 40px;
}

.rounded-wrapper {
  background-color: var(--base-white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding: 60px 44px;
  display: flex;
  box-shadow: 11px 11px 40px -16px #0918340f, 0 0 1px #09183429;
}

.speed-track {
  width: 100%;
  max-width: 720px;
  margin-top: 60px;
}

.speed-track__item {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.speed-track__item._2 {
  margin-top: 32px;
}

.speed-track__item__display {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--base-white), #dcdfe5);
  border-radius: 60px;
  width: 100%;
  height: 56px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 1px #232b4052;
}

.speed-track__item__label {
  flex: none;
  justify-content: flex-end;
  width: 80px;
  margin-left: 32px;
  display: flex;
}

.speed-track__item__display-wrapper {
  border-radius: 60px;
  width: 100%;
  max-width: 600px;
  height: 56px;
  position: relative;
  box-shadow: 0 0 1px #232b4052;
}

.speed-track__item__display__wd {
  z-index: 1;
  box-shadow: inset 1px 1px 24px 0 var(--base-white);
  background-image: linear-gradient(to right, #8668c7, #aa4bb5 53%, #bb485e 102%);
  border: 1px #fff3;
  border-radius: 60px;
  width: 100%;
  height: 56px;
  position: relative;
}

.speed-track__competitor-logo {
  z-index: 2;
  color: var(--base-white);
  align-items: center;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 20px;
}

.speed-track__item__display__other {
  z-index: 1;
  box-shadow: inset 1px 1px 24px 0 var(--base-white);
  background-image: linear-gradient(210deg, #c0bcff, #6858e7);
  border: 1px #fff3;
  border-radius: 60px;
  width: 100%;
  height: 56px;
  position: relative;
}

.speed-track__competitor-logo__img.mobile-view {
  display: none;
}

.button__inner-container {
  display: flex;
}

.play-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.play-cycle {
  border-radius: 100%;
}

.play-cycle._1 {
  background-color: #764bf13d;
  padding: 16px;
}

.play-cycle._3 {
  background-color: #764bf105;
  background-image: radial-gradient(circle, #764bf129 33%, #fff);
  padding: 32px;
}

.plat-cycle {
  border-radius: 100%;
}

.plat-cycle._2 {
  background-color: #764bf129;
  background-image: radial-gradient(circle, #764bf129 52%, #fff);
  padding: 24px;
}

.widget-wrapper {
  background-color: var(--base-white);
  border-radius: 16px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  padding: 40px 24px;
  display: flex;
  box-shadow: 11px 11px 40px -16px #0918340f, 0 0 1px #09183429;
}

.widget-data {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 340px;
  display: none;
}

.widget-data__item {
  border-radius: 16px;
  padding: 16px 32px 20px;
}

.widget-data__item.bg-purple {
  background-color: #764bf10f;
}

.widget-data__item.bg-yellow {
  background-color: #ffb9010f;
}

.widget-data__item.bg-blue {
  background-color: #2f80ed0f;
}

.widget-data__value {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.widget-data__value.span-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #f25656, #ffed48);
  -webkit-background-clip: text;
  background-clip: text;
}

.widget-details {
  align-items: center;
  width: 100%;
  display: flex;
}

.widget-details__col {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.widget-details__col._1 {
  width: 200px;
  margin-left: 16px;
}

.widget-details__col._2 {
  margin-left: 16px;
}

.widget-details__col__item {
  padding-right: 8px;
}

.widget-details__divider {
  opacity: .08;
  background-color: #091834;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.widget-data__group {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.endpoints-list {
  background-color: #f6f6f9;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 400px;
  margin-bottom: 0;
  margin-left: 24px;
  padding: 18px 24px;
  display: flex;
  box-shadow: 11px 11px 40px -16px #0918340f, 0 0 1px #09183429;
}

.endpoints-list__item {
  color: var(--brand-black);
  background-color: #fffffffa;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 10px 8px 10px 16px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 0 16px 4px #232b400f;
}

.endpoints-list__item:hover {
  box-shadow: none;
  transform: translate(0, -1px);
}

.card-icon {
  margin-bottom: 18px;
}

.section-badge {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% -20px auto;
}

.section-badge__bg {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-badge__badge {
  margin: auto;
  position: absolute;
}

@media screen and (min-width: 1280px) {
  .section.more-section {
    padding-top: 80px;
  }

  .section.gradient-bg.hero-inner {
    padding-bottom: 140px;
  }

  .section.gradient-bg.hero-inner.nodeapi-bg {
    background-position: 100% 100%, 100%;
  }

  .section.gradient-bg.nodeapi-bg {
    background-size: contain, cover;
  }

  .content-container, .content-container.medium-container {
    max-width: 1000px;
  }

  .heading.heading-medium {
    margin-bottom: 0;
  }

  .paragraph.grey-color.narrowed-paragraph {
    max-width: 500px;
  }

  .paragraph.paragraph-normal.in-pricing-nav {
    width: auto;
  }

  .paragraph.in-pricing-nav {
    max-width: none;
  }

  .headline-container.horizontal-flex {
    align-items: center;
    display: flex;
  }

  .page-wrapper {
    color: var(--brand-black);
  }

  .product-demo__image {
    max-width: 528px;
  }

  .pricing__item.full-widht {
    width: 960px;
  }

  .pricing__item__headline.fix-height {
    height: auto;
  }

  .pricing__item__options-list__list-item {
    background-position: 0 0;
  }

  .pricing__item__details {
    padding-left: 32px;
    padding-right: 32px;
  }

  .dropdown-list.solution {
    min-width: 868px;
  }

  .dropdown-list.products {
    padding-right: 32px;
    left: -120px;
  }

  .dropdown-list__link-item {
    margin-right: 0;
  }

  .features-wrapper {
    flex-direction: column;
  }

  .features-item.violet {
    width: 500px;
  }

  .features-item.red {
    width: 499px;
  }

  .features-item.orange {
    width: 303px;
  }

  .features-item.green {
    width: 306px;
  }

  .features-item.blue {
    width: 389px;
  }

  .features-group {
    width: 610px;
  }

  .cards__item {
    padding-right: 56px;
  }

  .card-arrow {
    right: 30px;
  }

  .pricing-toggle__item {
    margin-bottom: 8px;
  }

  .toggle-switcher {
    margin-left: 24px;
    margin-right: 24px;
  }

  .features-list__row, .features-list__row.sticky-nav {
    grid-template-columns: 272px 1fr 1fr 1fr 1fr 1fr;
  }

  .features-list__row.details-list {
    max-width: 980px;
  }

  .features-list__item.dark.content-centered.in-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-list__item.dark.with-title.in-nav {
    padding-left: 32px;
  }

  .pricing-content {
    max-width: 1000px;
  }

  .button-container-3.in-choice {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .choice-item {
    height: 460px;
  }

  .link-wrapper-2 {
    cursor: pointer;
  }

  .dotted-pattern.in-hero {
    left: -384px;
  }

  .content-container-2 {
    max-width: 1000px;
  }

  .gradients-bg {
    top: -290px;
  }

  .contact-info {
    grid-column-gap: 100px;
  }

  .featured-grid {
    grid-column-gap: 32px;
  }

  .post-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 31% 31% 31%;
  }

  .blog-preview__blog-categorie {
    bottom: 16px;
    left: 24px;
  }

  .article-col {
    max-width: 680px;
    padding-right: 32px;
  }

  .trusted-container__item {
    margin-left: 20px;
    margin-right: 20px;
  }

  .stats__item {
    padding-left: 32px;
    padding-right: 32px;
  }

  .cases-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .cases-grid__item {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cards-grid--regular._4-col, .cards-grid--regular._2-col {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .speed-track {
    max-width: 840px;
  }

  .speed-track__item__label {
    margin-left: 40px;
  }

  .speed-track__item__display-wrapper {
    max-width: 720px;
  }

  .widget-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .widget-details__col._1, .widget-details__col._2 {
    margin-left: 24px;
  }

  .endpoints-list {
    width: 440px;
  }

  .section-badge {
    margin-right: 4vw;
  }
}

@media screen and (min-width: 1440px) {
  .section.gradient-bg.hero-inner {
    min-height: 50vh;
  }

  .section.gradient-bg.hero-inner.nodeapi-bg {
    background-position: 100% 240%, 100%;
  }

  .section.gradient-bg.hero-inner.inner-short {
    min-height: auto;
  }

  .dropdown-list.products {
    min-width: 340px;
    padding-right: 30px;
  }

  .choice-item {
    height: 440px;
  }

  .dotted-pattern.in-hero {
    left: -308px;
  }

  .gradients-bg {
    top: -426px;
  }

  .contact-info {
    grid-column-gap: 104px;
  }

  .article-col {
    max-width: 680px;
  }

  .aside__banner {
    max-width: 300px;
  }

  .cases-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .cases-grid__item {
    padding: 32px;
  }

  .speed-track {
    max-width: 920px;
  }

  .speed-track__item__display-wrapper {
    max-width: 800px;
  }

  .endpoints-list {
    width: 500px;
  }

  .section-badge {
    margin-right: 12vw;
  }
}

@media screen and (min-width: 1920px) {
  .cards-banner.violet {
    background-position: 50%;
  }

  .hero-bg {
    top: -640px;
  }

  .dotted-pattern.in-hero {
    left: -68px;
  }

  .main--lp {
    overflow: hidden;
  }

  .gradients-bg {
    top: -740px;
  }

  .endpoints-list {
    width: 540px;
  }

  .section-badge {
    margin-right: 20vw;
  }
}

@media screen and (max-width: 991px) {
  .header {
    z-index: 4;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: 60px;
  }

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

  .section.banner-section.inner {
    padding-top: 32px;
    padding-bottom: 56px;
  }

  .section.section-regular {
    padding-top: 80px;
  }

  .section.section-scroll {
    padding-top: 24px;
    padding-bottom: 80px;
    overflow: auto;
  }

  .section.section-hero {
    padding-top: 200px;
    padding-bottom: 64px;
  }

  .section.gradient-bg.hero-inner {
    padding-top: 180px;
  }

  .section.gradient-bg.hero-inner.inner-short {
    padding-top: 140px;
  }

  .section.gradient-bg.nodeapi-bg {
    background-image: url('../images/hero-gradient-background.webp');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .content-container {
    width: auto;
    margin-left: 32px;
    margin-right: 32px;
    position: relative;
  }

  .content-container.medium-container {
    width: auto;
  }

  .nav__menu {
    z-index: 999999;
    background-color: var(--base-white);
    min-width: 400px;
    padding: 40px;
    display: block;
    position: fixed;
    top: 20px;
    bottom: auto;
    right: 24px;
  }

  .nav__menu.in-home {
    border: 1px solid var(--base-white);
    background-color: var(--base-white);
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    min-width: 180px;
    padding-top: 24px;
    padding-left: 32px;
    padding-right: 32px;
    display: none;
    inset: 60px 0% 0%;
    overflow: auto;
  }

  .nav__bar {
    z-index: 0;
    order: 1;
    width: 32px;
    padding: 4px;
    display: block;
    position: relative;
  }

  .nav__bar.w--open {
    background-color: #0000;
  }

  .button {
    justify-content: center;
  }

  .button.button-secondary.chains-link {
    margin: 4px;
  }

  .heading.heading-large {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 44px;
  }

  .heading.heading-large.heading-main {
    font-size: 48px;
    line-height: 56px;
  }

  .heading.heading-medium {
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph.paragraph-large {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph.paragraph-normal.in-pricing-nav {
    width: auto;
  }

  .paragraph.in-pricing-nav {
    max-width: none;
  }

  .footer-copyright {
    font-size: 14px;
  }

  .social-links__link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-nav {
    justify-content: space-between;
    width: 100%;
    margin-top: 32px;
    margin-left: 0;
  }

  .footer-nav__link {
    font-size: 14px;
    line-height: 20px;
  }

  .page-wrapper.solid-bg {
    overflow: hidden;
  }

  .page-wrapper.solid-bg.in-article {
    overflow: visible;
  }

  .nav-item {
    color: var(--brand-black);
    justify-content: flex-start;
    margin: 12px 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .nav-item.docs {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 44px;
    padding-left: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .nav-item.docs.mobile {
    display: block;
  }

  .nav-item.dropdown-item {
    color: var(--brand-black);
    margin-top: 0;
    margin-bottom: 0;
  }

  .button__button-text.span-login {
    color: var(--brand-black);
  }

  .product-demo__item {
    margin-bottom: 64px;
    display: flex;
  }

  .product-demo__item.text-right {
    flex-direction: column;
    justify-content: space-between;
  }

  .product-demo__info, .product-demo__info.first {
    width: 100%;
    max-width: none;
  }

  .product-demo__image {
    order: -1;
    max-width: 320px;
  }

  .product-demo__image.inner {
    width: 100%;
    max-width: none;
    margin-bottom: 32px;
    position: static;
    right: -60px;
  }

  .product-demo__image.on-right {
    order: 1;
  }

  .footer {
    padding-top: 56px;
  }

  .pricing {
    grid-template-columns: 1fr;
  }

  .pricing__item.full-widht {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pricing__item.second {
    border-bottom: 1px solid #ffffff1a;
  }

  .footer-container {
    flex-direction: column;
  }

  .button-container.in-choice {
    position: static;
  }

  .footer-nav__col__heading {
    font-size: 14px;
  }

  .nav-container {
    justify-content: flex-end;
    width: auto;
  }

  .title-medium {
    font-size: 18px;
    line-height: 22px;
  }

  .nav__menu__group {
    align-items: center;
    margin-top: 44px;
  }

  .nav__menu__group.mobile-fixed {
    background-color: var(--base-white);
    margin-top: 0;
    margin-left: 0;
    margin-right: 16px;
    padding: 24px 32px;
    position: fixed;
    inset: auto 0% 0 0;
  }

  .nav__menu__title {
    color: var(--light-grey);
    margin-bottom: 24px;
    font-size: 18px;
    display: block;
  }

  .nav__menu__title.in-product {
    color: var(--light-grey);
  }

  .hero-group {
    margin-left: 0;
  }

  .hero-group.with-search {
    flex-direction: column;
    align-items: flex-start;
  }

  .button--large {
    justify-content: center;
  }

  .button--large.button-purple:hover {
    background-color: var(--violet);
  }

  .button--large.button-gradient.fix-widght.in-group {
    margin-left: 24px;
  }

  .headline-container__group {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-accordion {
    padding-right: 0;
  }

  .article-nav {
    flex-direction: row;
    max-width: none;
    margin-bottom: 32px;
    display: flex;
    position: static;
  }

  .nav-accordion__links.mobile-hidden {
    display: none;
  }

  .article-nav__nav-item {
    margin-right: 32px;
    font-size: 18px;
    line-height: 24px;
  }

  .article-wrapper {
    flex-direction: column;
  }

  .article-container {
    width: 100%;
  }

  .dropdown-toggle {
    color: var(--brand-black);
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .dropdown-list {
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 16px;
    padding: 0;
    position: static;
  }

  .dropdown-list.solution {
    min-width: auto;
    padding-top: 8px;
    padding-bottom: 0;
    padding-left: 0;
    display: none;
  }

  .dropdown-list.company {
    min-width: auto;
    display: none;
  }

  .dropdown-list.products {
    background-color: #0000;
    min-width: auto;
    padding-top: 8px;
    padding-bottom: 0;
    padding-left: 0;
    display: none;
  }

  .dropdown-list__link-item {
    color: var(--brand-black);
    justify-content: flex-start;
    margin: 0 0 8px;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .dropdown-text, .dropdown-text.in-product {
    font-size: 16px;
    font-weight: 500;
  }

  .header-bg {
    margin-left: 0;
    margin-right: 0;
  }

  .popup__modal {
    width: 70%;
  }

  .alert-top {
    height: 44px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav-menu__nav-group {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-container {
    flex-direction: column;
  }

  .product-links {
    width: auto;
    margin-bottom: 24px;
  }

  .product-links.last {
    margin-bottom: 0;
  }

  .nav-bar--close {
    z-index: 99;
    display: block;
    position: fixed;
    inset: 84px 40px auto auto;
  }

  .features {
    margin-top: 120px;
  }

  .features-row.last {
    flex-direction: column;
  }

  .features-item.orange {
    border-bottom-left-radius: 0;
    width: 50%;
  }

  .features-item.green {
    width: 49.9%;
  }

  .features-item.blue {
    border-bottom-left-radius: 24px;
    width: 50%;
    margin-top: 1px;
  }

  .features-group {
    width: 100%;
  }

  .endpoitns-wrapper {
    margin-top: 120px;
  }

  .endoints-tub__tubs {
    width: 40%;
  }

  .tabs-content {
    width: 60%;
    margin-left: 24px;
  }

  .cards__item {
    padding-left: 24px;
  }

  .pricing-nav {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .pricing-toggle__item {
    margin-top: 16px;
  }

  .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }

  .features-list__row.sticky-nav {
    grid-template-columns: 216px 1fr 1fr 1fr 1fr 1fr;
    top: 0;
  }

  .features-list__row.details-list {
    grid-template-columns: 216px 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .title-small {
    margin-bottom: 8px;
  }

  .pricing-content {
    width: 900px;
    max-width: none;
    margin-left: 32px;
    margin-right: 32px;
  }

  .choice-devider {
    margin-left: auto;
    margin-right: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .heading-3.heading-item {
    font-size: 22px;
    line-height: 32px;
  }

  .heading-3.heading-normal {
    font-size: 32px;
    line-height: 48px;
  }

  .heading-3.heading-large {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 64px;
  }

  .heading-3.heading-medium {
    font-size: 32px;
    line-height: 48px;
  }

  .dotted-bracket.left-bottom, .dotted-bracket.bottom-list {
    bottom: -24px;
    left: -24px;
  }

  .choice {
    flex-direction: column;
    margin-top: 44px;
  }

  .choice-item {
    height: auto;
    padding-bottom: 36px;
  }

  .plus-icon {
    width: 32px;
  }

  .features-icon-2 {
    max-width: 140px;
  }

  .branch.right-top, .branch.left-top, .branch.left-bottom, .branch.right-bottom {
    display: none;
  }

  .dotted-pattern.top-left {
    top: -40px;
    left: -54px;
  }

  .dotted-pattern.top-right {
    top: -24px;
    right: -32px;
  }

  .features-list__item__content {
    padding-right: 32px;
  }

  .content-container-2 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .span-italic.heading-normal {
    font-size: 32px;
  }

  .span-blue-heading {
    font-size: 32px;
    line-height: 48px;
  }

  .solutions-item.left-top, .solutions-item.left-bottom {
    left: -240px;
  }

  .solutions-item.right-bottom, .solutions-item.right-top {
    right: -240px;
  }

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

  .section-4.section-bannner {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-4.section-hero {
    padding-top: 140px;
  }

  .section-4.section-solutions {
    padding-bottom: 140px;
  }

  .networks-icon {
    max-width: 56px;
  }

  .solutions-center {
    width: 140px;
    height: 140px;
    font-size: 18px;
  }

  .watch-logo {
    max-width: 56px;
  }

  .logo-bg {
    width: 140px;
    height: 140px;
  }

  .choice-item-2 {
    height: 380px;
  }

  .gradients-bg {
    top: -88px;
  }

  .about-stats {
    margin-bottom: 88px;
  }

  .contact-details {
    margin-top: 88px;
    padding-left: 56px;
    padding-right: 56px;
  }

  .contact-info {
    grid-column-gap: 32px;
  }

  .phone-container {
    padding-right: 18px;
    font-size: 18px;
  }

  .phone-icon {
    width: 32px;
  }

  .priceapi-scheme.desktop, .priceapi-scheme.mobile {
    margin-top: 100px;
    margin-bottom: 0;
  }

  .featured-grid {
    grid-template-columns: 1fr 1fr;
  }

  .post-card.post-featured {
    background-color: #f9fafc;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    flex-direction: column;
  }

  .post-image.featured-image {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    max-width: 100%;
  }

  .post-info.in-featured {
    margin-left: 0;
    padding: 20px 24px;
  }

  .post-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blog-preview__blog-categorie.in-article {
    bottom: 40px;
  }

  .article-body p {
    margin-bottom: 16px;
  }

  .article-body img {
    margin-top: 0;
    margin-bottom: 6px;
  }

  .article-body ul {
    margin-bottom: 16px;
  }

  .article-col {
    max-width: 60%;
  }

  .aside__banner {
    padding: 32px;
    top: 100px;
  }

  .button--small {
    justify-content: center;
  }

  .button--small.border-light.login-button {
    border-color: var(--violet);
  }

  .container-row {
    flex-direction: column;
  }

  .stats {
    grid-template-columns: 1fr 1fr;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .button--medium {
    justify-content: center;
  }

  .cases-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cases-grid._3-col {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .cases-grid__item {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cards-grid--regular._4-col {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .cards-grid--regular._3-col {
    grid-template-columns: 1fr;
  }

  .cards-grid--regular._2-col {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .headline-line._40px-bottom {
    margin-bottom: 32px;
  }

  .widget-wrapper {
    flex-direction: column;
  }

  .widget-data {
    width: 100%;
    margin-bottom: 32px;
  }

  .endpoints-list__item {
    font-size: 14px;
  }

  .section-badge {
    width: 40%;
    inset: 0% 0% 0% auto;
  }

  .section-badge__badge {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    z-index: 2;
  }

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

  .section.banner-section {
    padding-top: 40px;
  }

  .section.section-regular {
    padding-bottom: 80px;
  }

  .section.section-scroll {
    border-radius: 0 0 32px 32px;
  }

  .section.section-hero {
    padding-top: 160px;
  }

  .section.gradient-bg {
    background-position: 80%;
  }

  .section.gradient-bg.hero-inner {
    padding-bottom: 64px;
  }

  .section.section-banner {
    background-position: 0 100%;
    background-size: auto;
  }

  .content-container {
    margin-left: 32px;
    margin-right: 32px;
  }

  .nav__menu {
    background-color: var(--base-white);
    flex: none;
    min-width: 230px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    right: 20px;
  }

  .nav__menu.in-home {
    margin-left: 0;
    margin-right: 0;
    padding-top: 24px;
    padding-bottom: 120px;
    left: 0;
    right: 0;
  }

  .brand-logo {
    padding-left: 0;
  }

  .nav__bar {
    order: 1;
    width: 32px;
  }

  .button {
    justify-content: center;
  }

  .button.button-white {
    width: 100%;
  }

  .bar-close {
    position: static;
  }

  .heading.heading-large {
    font-size: 32px;
    line-height: 40px;
  }

  .heading.heading-large._24px-bottom {
    margin-bottom: 16px;
  }

  .heading.heading-large.heading-main {
    margin-bottom: 24px;
    font-size: 44px;
    line-height: 56px;
  }

  .heading.heading-medium {
    font-size: 24px;
    line-height: 32px;
  }

  .heading.heading-item {
    font-size: 18px;
    line-height: 22px;
  }

  .heading.heading-small {
    font-size: 20px;
    line-height: 32px;
  }

  .paragraph.grey-color.narrowed-paragraph {
    max-width: none;
  }

  .paragraph.large-message {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph.paragraph-normal.in-pricing-nav {
    color: var(--base-white);
  }

  .paragraph.span-grey.paragraph-narrowed {
    max-width: none;
  }

  .headline-container.horizontal-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .headline-container.horizontal-flex.top {
    margin-bottom: 24px;
  }

  .headline-container.content-narrowed {
    max-width: none;
  }

  .footer-copyright {
    margin-top: 40px;
  }

  .social-links {
    flex-direction: row;
    align-items: flex-start;
  }

  .footer-nav {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-nav__link {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .page-wrapper.solid-bg {
    overflow: visible;
  }

  .nav-item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .product-demo__item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 80px;
  }

  .product-demo__item.text-right {
    align-items: flex-start;
  }

  .product-demo__info {
    width: 100%;
    padding-right: 0;
  }

  .product-demo__info.inner {
    order: 1;
    max-width: 100%;
  }

  .product-demo {
    margin-top: 44px;
  }

  .product-demo.inner {
    margin-top: 0;
  }

  .product-demo__image {
    width: 100%;
    max-width: none;
    margin-bottom: 24px;
  }

  .product-demo__image.inner {
    max-width: 100%;
    margin-top: 0;
  }

  .product-demo__image.on-right {
    order: -1;
    margin-left: 0;
  }

  .product-demo__image.on-left {
    margin-right: 0;
  }

  .footer {
    margin-left: 0;
    margin-right: 0;
    padding-top: 44px;
  }

  .hero-message__description {
    flex-direction: column;
  }

  .hero-message__description.inner.horizontal-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing {
    border-bottom-style: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing__item.full-widht {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .pricing__item__headline {
    font-size: 14px;
  }

  .footer-nav__col {
    margin-bottom: 24px;
  }

  .button-container.container-full {
    width: 100%;
  }

  .button-container.content-centered {
    margin-top: 44px;
  }

  .button-container._24px-top {
    margin-top: 16px;
  }

  .button-container._0px-top {
    margin-top: 24px;
  }

  .footer-container__group {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .button__arrow--black.on-hover {
    display: none;
  }

  .nav__menu__group.mobile-fixed {
    padding-right: 16px;
  }

  .nav__menu__title.in-product {
    color: var(--light-grey);
    margin-bottom: 18px;
    font-size: 16px;
  }

  .hero-group.hero-inner {
    max-width: none;
  }

  .button--large {
    justify-content: center;
  }

  .button--large.button-purple {
    width: 100%;
  }

  .demo-image__image.mobile {
    display: block;
  }

  .demo-image__image.desktop {
    display: none;
  }

  .headline-container--alt.in-hero {
    max-width: 100%;
  }

  .article-nav__nav-item.accordion {
    margin-right: 16px;
  }

  .dropdown-list__link-item {
    margin-bottom: 8px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .popup__modal {
    width: 90%;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .banner-message {
    padding-bottom: 44px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .alert-top {
    flex-direction: column;
    justify-content: center;
    height: 44px;
    margin-left: 0;
    margin-right: 0;
    padding: 4px 32px;
    font-size: 13px;
    line-height: 18px;
  }

  .nav-menu__nav-group {
    position: relative;
  }

  .product-links {
    width: auto;
  }

  .nav-bar--close {
    top: 80px;
    right: 32px;
  }

  .headline-box {
    margin-bottom: 24px;
  }

  .heading-icon {
    margin-right: 12px;
  }

  .solution-details {
    flex-direction: column;
    margin-top: 0;
  }

  .solution-details__item {
    width: 100%;
    margin-top: 56px;
  }

  .solution-list__item._120px.problem-color, .solution-list__item._120px.solution-color, .solution-list__item._96px.problem-color, .solution-list__item._96px.solution-color {
    height: auto;
  }

  .solution-details__divider {
    display: none;
  }

  .features-row.first {
    flex-direction: column;
  }

  .features-item.violet {
    border-top-right-radius: 24px;
    width: 100%;
    padding-top: 30px;
  }

  .features-item.red {
    border-top-right-radius: 0;
    width: 100%;
    padding-top: 30px;
  }

  .features-item.orange {
    width: 100%;
  }

  .features-item.green {
    width: 100%;
    margin-top: 1px;
  }

  .features-item.green.in-2col {
    border-bottom-left-radius: 24px;
    width: 100%;
  }

  .features-item.blue {
    width: 100%;
  }

  .features-item.blue.half {
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .features-group, .endpoints-tubs {
    flex-direction: column;
  }

  .endoints-tub__tubs {
    width: 100%;
  }

  .tabs-content {
    width: 100%;
    margin-top: 32px;
    margin-left: 0;
  }

  .cards-grid {
    grid-template-columns: 1fr;
  }

  .link-violet.span-bold.link-large {
    font-size: 16px;
  }

  .defi-group__icon {
    margin-bottom: 16px;
  }

  .pricing__item__pricing-content.first {
    padding-left: 24px;
  }

  .pricing-nav {
    z-index: 2;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    text-align: center;
    background-color: #5737b6f5;
    border-bottom: 1px #ffffff1a;
    margin-left: 0;
    margin-right: 0;
    position: sticky;
    top: 100px;
  }

  .toggle-point {
    background-color: var(--light-grey);
  }

  .pricing-shadow {
    box-shadow: 0 0 32px 18px #00000014;
  }

  .pricing-divider {
    display: none;
  }

  .pricing-content {
    margin-left: 32px;
    margin-right: 32px;
  }

  .highlights-grid {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .choice-devider {
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .heading-3.heading-item {
    font-size: 20px;
    line-height: 32px;
  }

  .heading-3.heading-normal {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-3.heading-large {
    margin-bottom: 12px;
  }

  .dotted-bracket.left-bottom {
    bottom: -20px;
    left: -20px;
  }

  .choice {
    flex-direction: column;
    margin-top: 32px;
  }

  .alternative-heading {
    font-size: 22px;
  }

  .solutions-wrapper {
    margin-top: 56px;
  }

  .choice-devider-2 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .networks {
    grid-template-columns: 1fr;
  }

  .features-icon-2 {
    max-width: 100px;
  }

  .hero-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .features-list__item-2 {
    padding: 40px 32px;
  }

  .hero-image {
    max-width: 100%;
    margin-top: 56px;
  }

  .dotted-pattern.in-hero {
    left: -40%;
  }

  .dotted-pattern.top-left {
    top: -36px;
    left: -48px;
  }

  .dotted-pattern.top-right {
    top: -20px;
    right: -24px;
  }

  .features-links {
    grid-template-columns: 1fr;
  }

  .solutions-item {
    height: auto;
    margin-bottom: 32px;
  }

  .solutions-item.left-top, .solutions-item.left-bottom, .solutions-item.right-bottom, .solutions-item.right-top {
    position: static;
  }

  .section-4.section-features {
    padding-bottom: 80px;
  }

  .section-4.section-network {
    padding-top: 50px;
  }

  .section-4.section-hero {
    padding-top: 120px;
  }

  .section-4.section-solutions {
    height: 960px;
  }

  .networks-icon {
    max-width: 100%;
    position: static;
  }

  .solutions-center {
    width: 100%;
    font-size: 16px;
  }

  .solutions-group {
    position: absolute;
    inset: 200px 0% auto;
  }

  .networks-item__content {
    height: auto;
  }

  .choice-item-2 {
    height: 300px;
  }

  .choice-2 {
    flex-direction: column;
  }

  .about-stats, .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-info {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .priceapi-scheme.desktop {
    margin-top: 64px;
  }

  .highlights-container {
    margin-top: 80px;
  }

  .featured-grid {
    grid-template-columns: 1fr;
  }

  .post-card.in-gird {
    margin-bottom: 32px;
  }

  .articles-blog.more-articles {
    padding-top: 88px;
  }

  .post-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    width: 100%;
    display: block;
  }

  .post-preview.in-media {
    height: 64px;
  }

  .search-input, .search-container {
    width: 100%;
  }

  .article-body h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .article-body h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .article-body h5 {
    font-size: 16px;
    line-height: 22px;
  }

  .article-body h4 {
    font-size: 16px;
  }

  .article-body li {
    background-position: 0 9px;
    font-size: 16px;
    line-height: 24px;
  }

  .share-buttons {
    margin-top: 16px;
  }

  .social-button__image {
    width: 32px;
  }

  .article-col {
    max-width: none;
    padding-right: 0;
  }

  .article-columns {
    flex-direction: column;
  }

  .aside__banner {
    max-width: none;
    position: static;
  }

  .aside {
    padding-top: 64px;
    display: block;
  }

  .button--small {
    justify-content: center;
  }

  .button--small.border-light.login-button {
    border-color: var(--violet);
  }

  .stats, .cards-grid--relative {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .button--medium {
    justify-content: center;
  }

  .pricing-announce {
    margin-top: 32px;
  }

  .cards-grid--regular {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cards-grid--regular._4-col, .cards-grid--regular._2-col {
    grid-template-columns: 1fr;
  }

  .content-box.container-flex {
    flex-direction: column;
  }

  .container-box__image {
    order: -1;
    width: 100%;
    margin-bottom: 44px;
  }

  .producthunt-widget {
    max-width: 200px;
  }

  .play-icon {
    width: 64px;
  }

  .rounded-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .speed-track__item {
    flex-direction: column;
    align-items: center;
  }

  .speed-track__item__label {
    width: auto;
    margin-top: 6px;
    margin-left: 0;
  }

  .speed-track__competitor-logo__img.mobile-view {
    display: block;
  }

  .speed-track__competitor-logo__img.desktop-view {
    display: none;
  }

  .widget-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .widget-data {
    width: 100%;
  }

  .widget-details__col._1 {
    margin-left: 0;
  }

  .endpoints-list {
    order: -1;
    width: 100%;
    margin-bottom: 32px;
    margin-left: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-badge {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    padding-bottom: 40px;
  }

  .section.section-hero {
    padding-top: 200px;
  }

  .section.gradient-bg.full-bg {
    background-position: 50%;
  }

  .section.gradient-bg.hero-inner {
    padding-top: 180px;
    padding-bottom: 64px;
  }

  .section.gradient-bg.hero-inner.inner-short {
    padding-top: 120px;
  }

  .section.section-banner {
    padding-top: 44px;
  }

  .section._0-top {
    padding-top: 0;
  }

  .content-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .content-container.medium-container {
    margin-left: 32px;
    margin-right: 32px;
  }

  .nav__menu {
    padding-left: 20px;
    padding-right: 20px;
    right: 20px;
  }

  .nav__menu.in-home {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button {
    justify-content: center;
  }

  .button.button-secondary.chains-link {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .heading.heading-large {
    margin-bottom: 24px;
  }

  .heading.heading-large.heading-main {
    font-size: 40px;
    line-height: 44px;
  }

  .heading.heading-medium.in-demo, .heading.heading-medium._24px-bottom {
    margin-bottom: 16px;
  }

  .paragraph.paragraph-large {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-copyright {
    order: 1;
    justify-content: flex-start;
  }

  .social-links {
    margin-right: 0;
  }

  .social-links__link {
    min-height: 22px;
    margin-left: 0;
  }

  .footer-nav {
    text-align: center;
  }

  .footer-nav__link {
    min-height: 20px;
    margin-right: 0;
  }

  .nav-item {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 20px;
  }

  .nav-item.docs {
    margin-right: 24px;
  }

  .nav-item.dropdown-item {
    margin-bottom: 16px;
  }

  .product-demo__info {
    order: 1;
  }

  .product-demo {
    margin-top: 32px;
  }

  .product-demo__image {
    order: -1;
    margin-bottom: 32px;
  }

  .currency-list {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 48px;
  }

  .pricing__item.full-widht {
    padding-top: 40px;
    padding-bottom: 32px;
  }

  .pricing__item.first {
    border-bottom: 1px solid #ffffff1a;
  }

  .pricing__item.in-banner {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .pricing__item.second {
    border-bottom-style: none;
  }

  .pricing__item__headline.fix-height {
    height: auto;
  }

  .footer-nav__col {
    text-align: left;
  }

  .button-container {
    width: 100%;
  }

  .button-container.content-centered.flex-horizontal, .button-container.desktop-horizontal.mobile-vertical {
    flex-direction: column;
  }

  .nav__menu__group {
    flex-direction: column;
    align-items: stretch;
  }

  .nav__menu__group.mobile-fixed {
    margin-right: 0;
    padding-right: 20px;
  }

  .nav__menu__title {
    font-size: 16px;
  }

  .nav__menu__title.in-product {
    margin-bottom: 16px;
  }

  .button--large {
    justify-content: center;
  }

  .button--large.button-purple.fix-widght, .button--large.button-gradient {
    width: 100%;
  }

  .button--large.button-gradient.fix-widght.in-group {
    width: 100%;
    margin-top: 16px;
    margin-left: 0;
  }

  .button--large.button-video {
    margin-top: 16px;
  }

  .nav-accordion {
    margin-right: 0;
  }

  .nav-accordion__links__accordion-item {
    font-size: 14px;
    line-height: 20px;
  }

  .article-nav__nav-item {
    font-size: 16px;
  }

  .article-nav__nav-item.accordion {
    margin-right: 8px;
  }

  .dropdown-toggle {
    margin-top: 0;
  }

  .dropdown-list__link-item {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 18px;
  }

  .dropdown-list__link-item.in-product {
    margin-top: 0;
    margin-bottom: 16px;
  }

  .dropdown-list__link-item.in-product.singlw {
    margin-bottom: 0;
  }

  .dropdown-text.in-product {
    font-size: 16px;
  }

  .popup__modal__close {
    top: 24px;
    right: 24px;
  }

  .banner-message {
    padding-left: 16px;
    padding-right: 16px;
  }

  .alert-top {
    height: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .product-links {
    width: 90%;
    max-width: none;
    margin-bottom: 16px;
  }

  .nav-bar--close {
    z-index: 99;
    top: 88px;
    right: 24px;
  }

  .solution-list__item {
    padding-right: 24px;
  }

  .features-item {
    padding-left: 32px;
    padding-right: 32px;
  }

  .tabs-menu {
    display: flex;
  }

  .tab-link {
    margin-top: 4px;
    margin-right: 0;
  }

  .tab-link.last {
    margin-left: 4px;
  }

  .code-snippet__rows {
    margin-right: 12px;
  }

  .code-snippet__code-part {
    overflow: auto;
  }

  .defi-group {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }

  .pricing__item__pricing-content.first {
    border-right-style: none;
    border-right-color: #0000;
  }

  .pricing-nav {
    padding-left: 16px;
    padding-right: 16px;
  }

  .toggle-switcher {
    margin-left: 12px;
    margin-right: 12px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-content {
    margin-left: 20px;
    margin-right: 20px;
  }

  .currency-list__announcement {
    margin-top: 16px;
  }

  .choice-devider {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-3.heading-item {
    margin-bottom: 12px;
  }

  .heading-3.heading-large {
    font-size: 32px;
    line-height: 52px;
  }

  .button-container-3.in-choice {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .dotted-bracket.left-bottom {
    bottom: -12px;
    left: -12px;
  }

  .dotted-bracket.bottom-left {
    max-width: 50%;
    bottom: -14px;
    left: -12px;
  }

  .choice-item {
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .alternative-heading, .choice-divider {
    margin-bottom: 16px;
  }

  .plus-icon {
    width: 24px;
  }

  .copyright-wrapper {
    margin-top: 44px;
    font-size: 12px;
    line-height: 18px;
  }

  .choice-devider-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .features-icon-2 {
    order: -1;
    max-width: 64px;
    margin-bottom: 24px;
  }

  .features-list__item-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .dotted-pattern.in-hero {
    left: -20%;
  }

  .dotted-pattern.top-left {
    top: -22px;
    left: -24px;
  }

  .dotted-pattern.top-right {
    top: -12px;
    right: -16px;
  }

  .features-list__item__content {
    padding-right: 0;
  }

  .content-container-2 {
    margin-left: 16px;
    margin-right: 24px;
  }

  .content-container-2.in-footer {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .solutions-item {
    text-align: center;
  }

  .section-4 {
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .section-4.section-features {
    padding-bottom: 48px;
  }

  .section-4.section-network {
    padding-bottom: 72px;
  }

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

  .section-4.section-hero {
    padding-bottom: 56px;
  }

  .footer-logo {
    max-width: 100px;
  }

  .solutions-group {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .choice-item-2 {
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .gradients-bg {
    top: 100px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .contact-details {
    padding: 40px 32px;
  }

  .phone-container {
    padding-right: 16px;
    font-size: 16px;
  }

  .priceapi-scheme.desktop {
    display: none;
  }

  .priceapi-scheme.mobile {
    margin-top: 72px;
    display: block;
  }

  .post-info.in-grid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .post-grid {
    justify-content: center;
  }

  .blog-categories__item.in-preview.in-article {
    margin-bottom: 4px;
    padding: 6px 16px;
    font-size: 12px;
  }

  .blog-preview__blog-categorie.in-article {
    bottom: 16px;
  }

  .breadcrumbs__item {
    flex: none;
  }

  .article-body h2 {
    margin-bottom: 16px;
  }

  .article-body h3 {
    margin-bottom: 8px;
  }

  .article-body li {
    background-position: 0 10px;
  }

  .article-body p {
    margin-bottom: 12px;
  }

  .button--small {
    justify-content: center;
  }

  .button--small.button-post {
    margin-left: 4px;
  }

  .trusted-container__item {
    max-width: 140px;
    margin-left: 0;
    margin-right: 0;
  }

  .stats {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .raw__col-group.mobile-vericlal {
    flex-direction: column;
    align-items: center;
  }

  .raw__col-group.mobile-vericlal.in-demo {
    flex-direction: column;
    align-items: flex-start;
  }

  .cards-grid--relative {
    grid-template-columns: 1fr;
  }

  .button--medium {
    justify-content: center;
  }

  .cases-grid {
    grid-template-columns: 1fr;
  }

  .pricing-announce {
    align-items: flex-start;
    margin-top: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
  }

  .pricing-announce__image {
    margin-bottom: 8px;
  }

  .cards-grid--regular {
    grid-template-columns: 1fr;
  }

  .cards-grid--regular.in-posts {
    margin-top: 40px;
  }

  .container-box__image {
    max-width: none;
  }

  .banner-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .producthunt-widget.desktop-view {
    display: none;
  }

  .rounded-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .speed-track__item__display, .speed-track__item__display-wrapper, .speed-track__item__display__wd, .speed-track__item__display__other {
    height: 44px;
  }

  .speed-track__competitor-logo__img.mobile-view {
    width: 24px;
  }

  .widget-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .widget-data {
    min-width: auto;
  }

  .widget-details {
    flex-direction: column;
  }

  .widget-details__col._1 {
    width: 100%;
    margin-bottom: 32px;
  }

  .widget-details__col._2 {
    margin-left: 0;
  }

  .widget-details__col__item {
    margin-bottom: 8px;
    padding-right: 0;
  }

  .widget-details__divider {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .widget-data__group {
    flex-direction: column;
    align-items: flex-start;
  }

  .endpoints-list {
    padding-left: 8px;
    padding-right: 8px;
  }
}

#w-node-_72bab8f0-c31a-affd-d922-053fa4a91d67-36f2ac3d, #w-node-_72bab8f0-c31a-affd-d922-053fa4a91d6c-36f2ac3d, #w-node-_72bab8f0-c31a-affd-d922-053fa4a91d71-36f2ac3d, #w-node-_72bab8f0-c31a-affd-d922-053fa4a91d76-36f2ac3d, #w-node-baf0989f-b662-4fdb-2aa3-86aecfbb029f-36f2ac3d, #w-node-_35faa798-f077-2678-c4c2-f8990a156f82-36f2ac3d, #w-node-ee867ac4-f598-a42a-848c-869261a30e07-36f2ac3d, #w-node-_55a5f412-b7aa-ba2c-44c2-1b3626c3f4fa-36f2ac3d, #w-node-e1e95701-9e07-bd9e-2d7f-c8cf649bacd0-36f2ac3d, #w-node-e1e95701-9e07-bd9e-2d7f-c8cf649bacdc-36f2ac3d, #w-node-e1e95701-9e07-bd9e-2d7f-c8cf649bace8-36f2ac3d, #w-node-_92c92420-aa22-b361-d9e8-a4fe96a50188-36f2ac3d, #w-node-fbc2d007-fd58-3ba5-1141-7cfb7798f99f-36f2ac3d, #w-node-b3f686d7-58d7-a355-bf2d-b2d9825544d6-36f2ac3d, #w-node-b0432073-533e-924f-4a41-49fb3f4a5278-36f2ac3d, #w-node-aaf043aa-6c6d-3242-0184-08af28a2d6be-36f2ac3d, #w-node-aaf043aa-6c6d-3242-0184-08af28a2d6ca-36f2ac3d, #w-node-_50519802-c889-1c21-88a9-5adf51e6ce04-21d3e14d, #w-node-_91c69012-6b13-2c7f-d1fb-dc1fd133b81e-21d3e14d, #w-node-_812470a5-5c54-2890-6188-782760abdd18-21d3e14d, #w-node-_82f9ad0c-050a-8456-00c5-48531e820f8a-21d3e14d, #w-node-ea63a167-fad1-2819-5528-7aefce035263-21d3e14d, #w-node-_6fd70ff3-c3b5-8807-3fd6-e1f0c1cc4030-21d3e14d, #w-node-_50519802-c889-1c21-88a9-5adf51e6ce04-ac8e3daf, #w-node-_91c69012-6b13-2c7f-d1fb-dc1fd133b81e-ac8e3daf, #w-node-_812470a5-5c54-2890-6188-782760abdd18-ac8e3daf, #w-node-_82f9ad0c-050a-8456-00c5-48531e820f8a-ac8e3daf, #w-node-ea63a167-fad1-2819-5528-7aefce035263-ac8e3daf, #w-node-_6fd70ff3-c3b5-8807-3fd6-e1f0c1cc4030-ac8e3daf, #w-node-_6324a9b3-8e5f-e100-6845-c0c0387eeecd-6a9c8ab0, #w-node-_422ccbe1-38ab-7157-f9e5-e1e4b0c189cc-6a9c8ab0, #w-node-_9417cf2d-3cb1-17b6-4bb5-68da2dec0a35-6a9c8ab0, #w-node-_50519802-c889-1c21-88a9-5adf51e6ce04-6a9c8ab0, #w-node-_91c69012-6b13-2c7f-d1fb-dc1fd133b81e-6a9c8ab0, #w-node-_812470a5-5c54-2890-6188-782760abdd18-6a9c8ab0, #w-node-_82f9ad0c-050a-8456-00c5-48531e820f8a-6a9c8ab0, #w-node-ea63a167-fad1-2819-5528-7aefce035263-6a9c8ab0, #w-node-_6fd70ff3-c3b5-8807-3fd6-e1f0c1cc4030-6a9c8ab0, #w-node-_50519802-c889-1c21-88a9-5adf51e6ce04-4db46826, #w-node-_91c69012-6b13-2c7f-d1fb-dc1fd133b81e-4db46826, #w-node-_812470a5-5c54-2890-6188-782760abdd18-4db46826, #w-node-_82f9ad0c-050a-8456-00c5-48531e820f8a-4db46826, #w-node-ea63a167-fad1-2819-5528-7aefce035263-4db46826, #w-node-_6fd70ff3-c3b5-8807-3fd6-e1f0c1cc4030-4db46826, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc119-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc11c-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc125-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc130-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc13b-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc146-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc150-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc153-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc156-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc159-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc15c-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc15f-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc162-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc165-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc168-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc16b-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc16e-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc171-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc174-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc179-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc17c-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc17f-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc182-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc185-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc19a-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc19d-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1a0-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1a4-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1a8-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1ac-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1af-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1b4-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1b6-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1b8-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1ba-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1bc-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1be-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1c1-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1c3-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1c5-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1c7-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1c9-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1cb-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1ce-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1d0-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1d2-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1d4-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1d6-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1d8-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1db-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1dd-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1df-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1e1-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1e3-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1e5-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1f0-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1f3-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1f5-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1f7-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1f9-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1fb-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1fe-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc201-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc204-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc207-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc20a-39160edc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc20c-39160edc {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_69404b47-3a0f-b6a0-f1c8-2a2d840e7a6d-a200b870, #w-node-_69404b47-3a0f-b6a0-f1c8-2a2d840e7a7d-a200b870, #w-node-_69404b47-3a0f-b6a0-f1c8-2a2d840e7a8d-a200b870, #w-node-_69404b47-3a0f-b6a0-f1c8-2a2d840e7a9d-a200b870, #w-node-_69404b47-3a0f-b6a0-f1c8-2a2d840e7af9-a200b870, #w-node-_69404b47-3a0f-b6a0-f1c8-2a2d840e7b06-a200b870, #w-node-_69404b47-3a0f-b6a0-f1c8-2a2d840e7b13-a200b870, #w-node-_69404b47-3a0f-b6a0-f1c8-2a2d840e7b20-a200b870, #w-node-e7733d39-fadb-1069-611e-3ad68665d318-28e0a3ea, #w-node-cbe3b5a4-dbc9-2026-b6d7-06ecfef4a5e3-28e0a3ea, #w-node-c4f6b82f-6ad9-6321-1aec-e85b18d75713-28e0a3ea, #w-node-_67666250-77e7-b39a-e64f-46359a8e6b3a-28e0a3ea, #w-node-bc8566a5-bae4-13cd-3ecd-ba27ce56593f-28e0a3ea, #w-node-f7717100-9194-a183-62b8-385e7d4d5f27-28e0a3ea, #w-node-_0b6248b0-6c07-d46f-3f11-447ea0dea2c1-28e0a3ea, #w-node-ed4d7a6e-4423-2746-33c2-4d03b82de660-28e0a3ea, #w-node-_53b286ee-8cdb-a5bf-644b-50490eeb937d-28e0a3ea, #w-node-_51e477e1-dac7-a7a7-258e-d4c0450bc012-28e0a3ea, #w-node-b3a8b737-8a2c-02a9-582f-9b408b7945c9-28e0a3ea, #w-node-b7113adc-2a76-3475-dd63-a20583b832e2-28e0a3ea, #w-node-b7113adc-2a76-3475-dd63-a20583b832e3-28e0a3ea, #w-node-_50519802-c889-1c21-88a9-5adf51e6ce04-9628c5c4, #w-node-_91c69012-6b13-2c7f-d1fb-dc1fd133b81e-9628c5c4, #w-node-_812470a5-5c54-2890-6188-782760abdd18-9628c5c4, #w-node-_82f9ad0c-050a-8456-00c5-48531e820f8a-9628c5c4, #w-node-ea63a167-fad1-2819-5528-7aefce035263-9628c5c4, #w-node-_6fd70ff3-c3b5-8807-3fd6-e1f0c1cc4030-9628c5c4, #w-node-cc693ee0-0388-99f4-41e7-7d1294ae4131-ebaa6b7b, #w-node-_0adb4ef3-6def-26da-2fe3-ec3f22e816db-ebaa6b7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8316933-41b8-7e1f-ee21-e771fac3b1e4-ebaa6b7b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b36090d3-47e4-60c1-f171-709120d4f300-ebaa6b7b, #w-node-_07125cf5-96d9-68d9-7d4c-8036aafb5373-ebaa6b7b, #w-node-_5ea0993a-b8a2-b1b7-8309-5884579e6509-ebaa6b7b, #w-node-cc693ee0-0388-99f4-41e7-7d1294ae4131-087134f3, #w-node-_0adb4ef3-6def-26da-2fe3-ec3f22e816db-087134f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8316933-41b8-7e1f-ee21-e771fac3b1e4-087134f3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b36090d3-47e4-60c1-f171-709120d4f300-087134f3, #w-node-_07125cf5-96d9-68d9-7d4c-8036aafb5373-087134f3, #w-node-_5ea0993a-b8a2-b1b7-8309-5884579e6509-087134f3, #w-node-cc693ee0-0388-99f4-41e7-7d1294ae4131-28d26927, #w-node-_0adb4ef3-6def-26da-2fe3-ec3f22e816db-28d26927 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8316933-41b8-7e1f-ee21-e771fac3b1e4-28d26927 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b36090d3-47e4-60c1-f171-709120d4f300-28d26927, #w-node-_07125cf5-96d9-68d9-7d4c-8036aafb5373-28d26927, #w-node-_5ea0993a-b8a2-b1b7-8309-5884579e6509-28d26927, #w-node-cc693ee0-0388-99f4-41e7-7d1294ae4131-0b2b335e, #w-node-_0adb4ef3-6def-26da-2fe3-ec3f22e816db-0b2b335e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8316933-41b8-7e1f-ee21-e771fac3b1e4-0b2b335e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b36090d3-47e4-60c1-f171-709120d4f300-0b2b335e, #w-node-_07125cf5-96d9-68d9-7d4c-8036aafb5373-0b2b335e, #w-node-_5ea0993a-b8a2-b1b7-8309-5884579e6509-0b2b335e, #w-node-cc693ee0-0388-99f4-41e7-7d1294ae4131-df0fc017, #w-node-_0adb4ef3-6def-26da-2fe3-ec3f22e816db-df0fc017 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8316933-41b8-7e1f-ee21-e771fac3b1e4-df0fc017 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b36090d3-47e4-60c1-f171-709120d4f300-df0fc017, #w-node-_07125cf5-96d9-68d9-7d4c-8036aafb5373-df0fc017, #w-node-_5ea0993a-b8a2-b1b7-8309-5884579e6509-df0fc017 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc119-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc11c-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc150-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc153-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc156-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc159-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc15c-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc15f-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc162-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc165-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc168-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc16b-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc16e-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc171-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc174-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc179-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc17c-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc17f-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc182-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc185-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc19a-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc19d-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1a0-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1a4-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1a8-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1ac-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1af-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1b4-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1b6-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1b8-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1ba-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1bc-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1be-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1c1-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1c3-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1c5-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1c7-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1c9-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1cb-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1ce-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1d0-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1d2-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1d4-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1d6-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1d8-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1db-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1dd-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1df-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1e1-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1e3-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1e5-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1f0-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1f3-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1f5-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1f7-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1f9-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1fb-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc1fe-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc201-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc204-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc207-39160edc, #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc20a-39160edc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_496efb39-3c9d-cf97-d50e-cc941d6cc20c-39160edc {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e9868579-d09b-173d-e756-fa2641d6e18f-ebaa6b7b, #w-node-e9868579-d09b-173d-e756-fa2641d6e18f-087134f3, #w-node-e9868579-d09b-173d-e756-fa2641d6e18f-28d26927, #w-node-e9868579-d09b-173d-e756-fa2641d6e18f-0b2b335e, #w-node-e9868579-d09b-173d-e756-fa2641d6e18f-df0fc017 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c4f6b82f-6ad9-6321-1aec-e85b18d75713-28e0a3ea {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e7733d39-fadb-1069-611e-3ad68665d318-28e0a3ea, #w-node-cbe3b5a4-dbc9-2026-b6d7-06ecfef4a5e3-28e0a3ea, #w-node-cc693ee0-0388-99f4-41e7-7d1294ae4131-ebaa6b7b, #w-node-_0adb4ef3-6def-26da-2fe3-ec3f22e816db-ebaa6b7b, #w-node-f3e83aa0-6c0c-3b04-d3e6-89983ec0397a-ebaa6b7b, #w-node-b696baa3-b77c-775a-22ea-e9d2b2bb3dff-ebaa6b7b, #w-node-cc693ee0-0388-99f4-41e7-7d1294ae4131-087134f3, #w-node-_0adb4ef3-6def-26da-2fe3-ec3f22e816db-087134f3, #w-node-f3e83aa0-6c0c-3b04-d3e6-89983ec0397a-087134f3, #w-node-b696baa3-b77c-775a-22ea-e9d2b2bb3dff-087134f3, #w-node-cc693ee0-0388-99f4-41e7-7d1294ae4131-28d26927, #w-node-_0adb4ef3-6def-26da-2fe3-ec3f22e816db-28d26927, #w-node-f3e83aa0-6c0c-3b04-d3e6-89983ec0397a-28d26927, #w-node-b696baa3-b77c-775a-22ea-e9d2b2bb3dff-28d26927, #w-node-cc693ee0-0388-99f4-41e7-7d1294ae4131-0b2b335e, #w-node-_0adb4ef3-6def-26da-2fe3-ec3f22e816db-0b2b335e, #w-node-f3e83aa0-6c0c-3b04-d3e6-89983ec0397a-0b2b335e, #w-node-b696baa3-b77c-775a-22ea-e9d2b2bb3dff-0b2b335e, #w-node-cc693ee0-0388-99f4-41e7-7d1294ae4131-df0fc017, #w-node-_0adb4ef3-6def-26da-2fe3-ec3f22e816db-df0fc017, #w-node-f3e83aa0-6c0c-3b04-d3e6-89983ec0397a-df0fc017, #w-node-b696baa3-b77c-775a-22ea-e9d2b2bb3dff-df0fc017 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


