@font-face {
  font-family: Lineicons;
  src: url('../fonts/Lineicons.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Rounded Icon Font;
  src: url('../fonts/line-rounded-icon-font-1.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --background--bg-1: #000;
  --text--font--family: Liter, sans-serif;
  --invert: #fff;
  --accent--purple: #7664f4;
  --numbers--12: .75rem;
  --numbers--16: 1rem;
  --numbers--32: 2rem;
  --numbers--4: .25rem;
  --text--text-muted: #929295;
  --text--text: #e6e6e6;
  --text--text-accent: #fff;
  --background--line-2: #e6e6e61a;
  --numbers--8: .5rem;
  --numbers--18: 1.125rem;
  --background--line: #38383b;
  --background--bg-2: #1c1c1e;
  --black: #000;
  --numbers--20: 1.25rem;
  --background--bg-3: #232325;
  --numbers--64: 4rem;
  --numbers--56: 3.5rem;
  --numbers--48: 3rem;
  --numbers--24: 1.5rem;
  --accent--purple-10: #7664f41a;
  --numbers--80: 5rem;
  --numbers--40: 2.5rem;
  --background--line-3: #e6e6e633;
  --accent--blue: #5979ed;
  --numbers--2: .125rem;
  --accent--blue-10: #5979ed1a;
  --accent--orange-10: #f565461a;
  --accent--orange: #f56546;
  --numbers--36: 2.25rem;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.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 {
  background-color: var(--background--bg-1);
  font-family: var(--text--font--family);
  color: var(--invert);
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.125;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.125;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.16667;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.33333;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--accent--purple);
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

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

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.page-wrapper.is-changelog {
  height: 100%;
  min-height: 100vh;
}

.page-wrapper.is--docs {
  position: static;
  overflow: visible;
}

.navbar-logo-left {
  z-index: 20;
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
  position: fixed;
}

.navbarcontainer {
  z-index: 3;
  padding: var(--numbers--12) var(--numbers--16);
  background-color: #272727;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 43.75rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.nav-brand {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.logo--top-nav-wrapper {
  height: var(--numbers--32);
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: var(--numbers--16);
  grid-row-gap: var(--numbers--16);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-link {
  grid-column-gap: var(--numbers--4);
  grid-row-gap: var(--numbers--4);
  color: var(--text--text-muted);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navbar-link:hover {
  color: var(--text--text);
}

.navbar-link.w--current {
  color: var(--text--text-accent);
}

.navbar-link.text-copy.w--current {
  color: var(--accent--purple);
}

.navbar-link.text-copy.in-progress {
  display: none;
}

.nav-menu-right {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.navbar-btns-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-divider-left {
  background-color: var(--background--line-2);
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.nav-divider-center {
  background-color: var(--background--line-2);
  border: 1px dashed #000;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 100%;
  display: flex;
}

.navbar-button {
  grid-column-gap: 4px;
  background-color: #7664f41a;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 4px 4px 8px;
  text-decoration: none;
  display: none;
}

.text-2 {
  color: #7664f4;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-decoration: none;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.body {
  color: var(--invert);
}

.image--fit-auto {
  width: 100%;
  height: auto;
}

.padding--horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.padding--medium {
  padding: 2rem;
}

.hide--all {
  display: none;
}

.display--block {
  display: block;
}

.tag-link {
  padding: var(--numbers--8) var(--numbers--18);
  border: 1px solid var(--background--line);
  border-radius: 8px;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 500;
}

.tag-link.tag-blue.is-filter {
  cursor: pointer;
  background-color: #0000;
  margin-bottom: 0;
  position: relative;
}

.tag-link.tag-blue.is-filter:hover {
  background-color: var(--background--bg-2);
  color: #fff;
}

.tag-link.tag-blue.is-filter.is-active {
  color: #fff;
  background-color: #234361;
}

.tag-link.tag-blue.is-filter.is-active:hover {
  box-shadow: none;
}

.tag-link.tag-orange {
  background-color: #ff4600;
  border-radius: .25rem;
  padding: .25rem .75rem;
}

.tag-link.is-filter {
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s;
  position: relative;
}

.tag-link.is-filter:hover {
  background-color: var(--background--bg-2);
  color: var(--text--text);
}

.tag-link.is-filter.is-active {
  background-color: var(--invert);
  color: var(--black);
}

.form__checkbox-label.text-weight--medium.text-style--muted {
  margin-bottom: 1.125rem;
  font-weight: 400;
}

.form__input {
  border: 1px solid var(--background--line);
  border-radius: 100px;
  min-height: 3.625rem;
  margin-bottom: .875rem;
  padding: 1.0625rem 1.375rem 1.3125rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
}

.form__input:hover, .form__input:active, .form__input:focus {
  border-color: var(--text--text-muted);
}

.form__input::placeholder {
  color: #091b2dbf;
}

.form__input.is-text-area {
  min-height: 8rem;
}

.form__input.is-select-input {
  padding: var(--numbers--12) var(--numbers--16) var(--numbers--12) var(--numbers--20);
  color: var(--text--text);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 12.5rem;
  max-width: 12.5rem;
  min-height: auto;
  margin-bottom: 0;
  transition: all .2s;
  display: flex;
}

.text-size--tiny {
  letter-spacing: -.015em;
  font-size: .875rem;
  line-height: 1.5;
}

.text-color--muted {
  color: var(--text--text-muted);
}

.show {
  display: block;
}

.hide {
  display: none;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.form__input-list {
  background-color: #fff;
  border: 1px solid #091b2d40;
  margin-top: .5rem;
  padding: .4375rem .5rem .625rem;
}

.form__checkbox {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 1px;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding--0 {
  padding: 0;
}

.margin--0 {
  margin: 0;
}

.padding--xhuge {
  padding: 8rem;
}

.text-overline {
  margin-bottom: 0;
  font-size: .625rem;
  font-weight: 500;
  line-height: 1.2;
}

.margin--huge {
  margin: 6rem;
}

.padding--xlarge {
  padding: 4rem;
}

.padding--custom3 {
  padding: 1.75rem;
}

.padding--top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.overflow--hidden {
  overflow: hidden;
}

.max-width--full {
  width: 100%;
  max-width: none;
}

.display--inline-block {
  display: inline-block;
}

.form__radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form__radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form__radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.swiper_button {
  background-color: var(--background--line);
  color: #e6e6e6b3;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  transition: color .35s, background-color .35s;
  display: flex;
}

.swiper_button:hover {
  color: var(--text--text-accent);
}

.swiper_button.swiper-button-disabled {
  cursor: default;
}

.padding--tiny {
  padding: .125rem;
}

.padding--xsmall {
  padding: .5rem;
}

.text-color--accent {
  color: var(--text--text-accent);
}

.margin--bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding--large {
  padding: 3rem;
}

.padding--xxsmall {
  padding: .25rem;
}

.margin--right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin--top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding--small {
  padding: 1rem;
}

.padding--small._8px {
  padding-top: 1.5rem;
}

.subtitle {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.3;
}

.subtitle.text-color--muted.text--align-middle {
  text-align: center;
}

.subtitle.text-color--muted.is--smaller.max-width-580 {
  width: 100%;
  max-width: 580px;
}

.subtitle.text-weight--medium.text-color--text:where(.w-variant-56e182bc-b41a-92b6-44d6-f006cb2fb774), .subtitle.text-weight--medium.text-color--text.changelog-4, .subtitle.text-weight--medium.text-color--text.changelog-33, .subtitle.text-weight--medium.text-color--text.changelog-62, .subtitle.text-weight--medium.text-color--text.changelog-91 {
  display: none;
}

.heading--xlarge {
  letter-spacing: -.02em;
  margin-bottom: .52em;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 1.15217;
}

.text-style--allcaps {
  text-transform: uppercase;
}

.text-style--allcaps.text-weight--bold.text-color--secondary.text-size--14px {
  letter-spacing: .7px;
  font-size: .875rem;
  line-height: 1.4;
}

.text-small {
  color: #234361;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.features--wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.popular-articles {
  display: flex;
}

.text-style--quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-copy {
  color: var(--text--text-muted);
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.3;
}

.text-copy:where(.w-variant-56e182bc-b41a-92b6-44d6-f006cb2fb774), .text-copy.changelog-11, .text-copy.changelog-40, .text-copy.changelog-69, .text-copy.changelog-98 {
  display: none;
}

.padding--custom1 {
  padding: 1.5rem;
}

.margin--xxhuge {
  margin: 12rem;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.fs-styleguide_color-sample.is-primary {
  background-color: coral;
}

.form__checkbox-icon {
  cursor: pointer;
  background-color: #fff;
  border-color: #91a1b0;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  max-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  max-height: 1.125rem;
  margin: 0 .5rem 0 0;
  transition: border-color .35s, background-color .35s;
}

.form__checkbox-icon.w--redirected-checked {
  background-color: coral;
  background-size: 70%;
  border-color: coral;
  border-radius: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0 .5rem 0 0;
}

.form__checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-radius: 0;
  margin: 0 .5rem 0 0;
}

.image--fit-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.page--wrapper {
  color: #091b2d;
  background-color: #f4f6f7;
  font-size: 1rem;
  line-height: 1.25;
  position: relative;
}

.padding-and-margin {
  display: none;
}

.features--image {
  width: 4rem;
  height: 3rem;
}

.features--image.is-large {
  height: 4rem;
}

.link-w {
  color: #091b2d;
  align-items: center;
  padding-bottom: .125rem;
  display: none;
  position: relative;
  overflow: hidden;
}

.display--inline {
  display: inline;
}

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

.swiper_pagination-bullet {
  cursor: pointer;
  background-color: #2c2d362b;
  border-radius: 100vw;
  width: .5rem;
  min-width: .5rem;
  height: .5rem;
  min-height: .5rem;
}

.swiper_pagination-bullet.is-active {
  background-color: #234361;
}

.dropdown__link {
  padding: var(--numbers--12) var(--numbers--16);
  color: var(--text--text);
  letter-spacing: -.015em;
  white-space: nowrap;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.6;
  transition: color .35s, background-color .35s;
  display: block;
}

.dropdown__link:hover {
  background-color: var(--background--bg-3);
  color: #f4f6f7;
}

.dropdown__link.is-active {
  background-color: var(--invert);
  color: var(--black);
}

.dropdown__link.is-military {
  display: none;
}

.form.is-gated {
  background-image: linear-gradient(180deg, var(--background--bg-1), var(--background--bg-3));
  border-radius: 24px;
  flex-direction: column;
  margin-left: auto;
  padding: 2rem;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  background-color: coral;
  border: 2px coral;
  border-radius: 1px;
  padding: 16px 24px;
  font-weight: 700;
  transition: box-shadow .2s;
  box-shadow: inset 0 200px 200px 200px #0000;
}

.button:hover {
  box-shadow: inset 0 200px 200px 200px #0000001a;
}

.button.form-horizontal-button {
  margin-left: 12px;
}

.button.form-horizontal-button.button-large {
  flex: none;
}

.max-width--medium {
  width: 100%;
  max-width: 32rem;
}

.padding--vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding--vertical.padding--xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding--vertical.is--footer {
  padding-top: 4rem;
}

.padding--vertical.is--copyright {
  padding-bottom: 2rem;
}

.padding--vertical.padding--hero {
  padding-top: 9.5rem;
  padding-bottom: 2rem;
}

.padding--vertical.padding--hero-homepage {
  padding-top: 10rem;
  padding-bottom: 4rem;
}

.padding--vertical.padding--hero-blog {
  padding-top: 12rem;
  padding-bottom: 6rem;
}

.padding--vertical.is--article-hero {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 54.813rem;
  max-height: 54.813rem;
  padding-top: 5rem;
  padding-bottom: 2rem;
  display: flex;
}

.padding--vertical.padding--xxhuge {
  padding-left: 0;
  padding-right: 0;
}

.padding--vertical.padding--changelog {
  padding-top: 0;
  padding-bottom: 5rem;
}

.container--large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width--xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-color--blue {
  color: #234361;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.padding--xxlarge {
  padding: 5rem;
}

.text-style--nowrap {
  white-space: nowrap;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.text-color--text {
  color: var(--text--text);
}

.custom-css-styles {
  display: none;
}

.text-rich-text.is-new {
  color: var(--text--text);
  font-size: var(--numbers--18);
  line-height: 1.44444;
}

.text-rich-text.is-new h1 {
  font-size: var(--numbers--64);
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  line-height: 1.125;
}

.text-rich-text.is-new h2 {
  font-size: var(--numbers--56);
  margin-top: 3rem;
  margin-bottom: 1rem;
  line-height: 1.14286;
}

.text-rich-text.is-new h3 {
  font-size: var(--numbers--48);
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.16667;
}

.text-rich-text.is-new h4 {
  font-size: var(--numbers--32);
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.25;
}

.text-rich-text.is-new h5 {
  font-size: var(--numbers--20);
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.text-rich-text.is-new h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text.is-new p {
  margin-bottom: 1.125rem;
}

.text-rich-text.is-new ul {
  margin-bottom: 2rem;
  padding-left: 2rem;
}

.text-rich-text.is-new blockquote {
  margin-top: var(--numbers--32);
  margin-bottom: var(--numbers--32);
  padding: var(--numbers--24);
}

.max-width--xlarge {
  width: 100%;
  max-width: 56rem;
}

.margin--xhuge {
  margin: 8rem;
}

.margin--medium {
  margin: 2rem;
}

.padding--left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.page--main.is-changelog, .page--main.is-docs {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  min-height: 100vh;
  display: flex;
}

.icon-triangle {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  display: flex;
}

.icon-triangle.is-left {
  height: 1.5rem;
}

.padding--xxhuge {
  padding: 12rem;
}

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

.form-wrapper {
  margin-bottom: 0;
}

.form-wrapper.is-gated {
  background-image: linear-gradient(180deg, var(--background--bg-3), var(--background--bg-1));
  border-radius: 24px;
  width: 100%;
  padding: 1px;
}

.form-wrapper.is-gated.is-hidden {
  display: none;
}

.position--relative {
  position: relative;
}

.margin--vertical {
  margin-left: 0;
  margin-right: 0;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.margin--xxsmall {
  margin: .25rem;
}

.css-reset {
  display: none;
}

.text-align--right {
  text-align: right;
}

.padding--huge {
  padding: 6rem;
}

.link__icon {
  width: 1rem;
  height: 1rem;
  margin-left: .4375rem;
  display: inline-block;
}

.icon-1x1--small {
  width: 2rem;
  height: 2rem;
}

.text-weight--light {
  font-weight: 300;
}

.page--padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.page--padding.is--footer {
  padding-bottom: 2.5rem;
}

.page--padding.position--relative {
  z-index: 10;
}

.margin--left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.background-color--black {
  color: #f5f5f5;
  background-color: #091b2d;
}

.swiper_control-wrap {
  padding-top: var(--numbers--24);
  padding-bottom: var(--numbers--24);
  grid-column-gap: var(--numbers--24);
  grid-row-gap: var(--numbers--24);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.margin--xsmall {
  margin: .5rem;
}

.form__message--success {
  color: #f4f6f7;
  background-color: coral;
  padding: 1.25rem;
  font-weight: 700;
}

.text-weight--semibold {
  font-weight: 600;
}

.max-width--large {
  width: 100%;
  max-width: 48rem;
}

.padding--custom2 {
  padding: 1.25rem;
}

.max-width--small {
  width: 100%;
  max-width: 20rem;
}

.overflow--auto {
  overflow: auto;
}

.show--mobile-portrait {
  display: none;
}

.heading--huge {
  color: #091b2d;
  letter-spacing: -.025em;
  margin-bottom: .47em;
  font-size: 4.125rem;
  font-weight: 700;
  line-height: 1.04545;
}

.icon--small {
  height: 2rem;
}

.text-style--link {
  text-decoration: underline;
}

.swiper_pagination {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  width: 100%;
  display: none;
}

.max-width--xsmall {
  width: 100%;
  max-width: 16rem;
}

.btn-nav {
  padding: var(--numbers--4) var(--numbers--4) var(--numbers--4) var(--numbers--8);
  grid-column-gap: var(--numbers--4);
  grid-row-gap: var(--numbers--4);
  border-radius: var(--numbers--4);
  background-color: var(--accent--purple-10);
  color: var(--accent--purple);
  font-size: var(--numbers--12);
  justify-content: center;
  align-items: center;
  height: 24px;
  line-height: 1;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
}

.btn-nav:hover {
  background-color: var(--accent--purple);
  color: var(--invert);
}

.btn-nav.is--outlined {
  color: coral;
  background-color: #0000;
  padding-left: 2.125rem;
  padding-right: 2.125rem;
  transition: color .35s, box-shadow .35s, background-color .35s;
  box-shadow: inset -2px 0 coral, inset 0 -2px coral, inset 2px 0 coral, inset 0 2px coral;
}

.btn-nav.is--outlined:hover {
  color: #fff;
  background-color: coral;
  border-color: #0000;
}

.margin--horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.text-weight--medium {
  font-weight: 500;
}

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

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.padding--bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding--bottom.padding--medium.is--resources {
  display: none;
}

.padding--bottom.padding--32px {
  padding-bottom: var(--numbers--32);
}

.article_item {
  width: 33.3333%;
  padding: 1rem;
  display: flex;
}

.article_item.is-swiper {
  flex: none;
  width: 23.5rem;
  padding: 0;
  display: flex;
}

.margin--xlarge {
  margin: 4rem;
}

.article_wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.article_wrapper.is-swiper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  max-width: 74.5rem;
  display: flex;
  overflow: hidden;
}

.text-color--10-black {
  color: #091b2d1a;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show--mobile-landscape {
  display: none;
}

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

.margin--small {
  margin: 1rem;
}

.text-weight--xbold {
  font-weight: 800;
}

.align--center {
  margin-left: auto;
  margin-right: auto;
}

.swiper-title-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

.grid--column {
  width: 100%;
  padding: 1rem;
}

.grid--column.is--features {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 33.3333%;
  display: flex;
}

.grid--column.is--50-d {
  align-items: center;
  width: 50%;
  display: flex;
}

.grid--column.is--50-d.is--contact-page {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.overflow--scroll {
  overflow: scroll;
}

.link__underline {
  background-color: #091b2d;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0 0%;
  transform: translate(-101%);
}

.link__underline.is--footer {
  background-color: #f4f6f7;
  display: none;
}

.margin--large {
  margin: 3rem;
}

.max-width--xxlarge {
  width: 100%;
  max-width: 80rem;
}

.margin--xxlarge {
  margin: 5rem;
}

.form__input-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.form__input-dropdown.is-cta-form {
  width: 100%;
  margin-bottom: .875rem;
}

.heading--xsmall {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.google-tag-manager {
  display: none;
}

.margin--tiny {
  margin: .125rem;
}

.padding--right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.container--small {
  width: 100%;
  max-width: 67rem;
  margin-left: auto;
  margin-right: auto;
}

.form__message--error {
  color: #f4f6f7;
  background-color: #0000;
  margin-top: 0;
  padding: .75rem .75rem .75rem 0;
  font-size: .875rem;
}

.form__message--error.is-gated {
  color: #ad343e;
  background-color: #fff;
  margin-top: -1rem;
  padding: 0 2rem 2rem;
  font-size: 1rem;
}

.heading--tiny {
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-style--muted {
  opacity: .75;
}

.container-large {
  direction: ltr;
  width: 100%;
  max-width: 50rem;
}

.container-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.container-large.align-center.section-title-small {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.heading--medium {
  color: #091b2d;
  letter-spacing: -.015em;
  margin-bottom: .6em;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading--medium.is-size-larger {
  font-size: 1.5rem;
}

.article_list {
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: -1rem;
  margin-bottom: -1rem;
  display: flex;
}

.article_list.is-swiper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: nowrap;
  margin-top: 0;
  margin-bottom: 0;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.form__radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_classes {
  display: none;
}

.container--medium {
  z-index: 1;
  width: 100%;
  max-width: 86rem;
  margin-left: auto;
  margin-right: auto;
}

.container--medium.is--hero-solution {
  height: 40rem;
}

.container--medium.is--product-page-section {
  background-image: url('../images/header--bg-img-1.svg');
  background-position: 0 0;
  background-size: auto;
}

.container--medium.is--hero-contact {
  height: 17rem;
}

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

.text-size--regular {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5;
}

.show--tablet {
  display: none;
}

.text-h1 {
  font-size: var(--numbers--64);
}

.heading--2.tex--color-accent {
  color: #fff;
}

.heading--3 {
  font-weight: 400;
}

.heading--3.text--color-text {
  color: #fff;
}

.heading--3.padding-bottom--8px {
  padding-bottom: 8px;
}

.heading--5.text-color--accent.text--align-center {
  text-align: center;
}

.heading--5.text--weight-medium {
  font-weight: 500;
}

.heading--5.text--weight-medium.text--color-accent {
  color: var(--text--text-accent);
}

.heading--5.text--color-white {
  color: #fff;
}

.text-small {
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.33333;
}

.icon-chevron-down, .btn-nav-icon {
  width: var(--numbers--16);
  height: var(--numbers--16);
  justify-content: center;
  align-items: center;
  display: flex;
}

.section--default {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.section--default.is--results-section {
  background-image: radial-gradient(circle closest-corner at 50% 0%, var(--background--bg-2) 15%, var(--background--bg-1)), url('../images/results-bg.png');
  background-position: 0 0, 0 0;
}

.section--default.is--results-section.is--hidden {
  display: none;
}

.section--default.bg--color-1 {
  background-color: var(--background--bg-1);
}

.section--default.is--hero-solutions {
  background-color: #0e0d0d;
}

.section--default.is--hero-blog {
  background-color: #0e0d0d;
  background-image: url('../images/hero--bg-2.svg'), url('../images/Isolation_Mode.svg');
  background-position: 50%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section--default.is--articles-section {
  background-image: radial-gradient(circle closest-corner at 50% 0%, var(--background--bg-2) 15%, var(--background--bg-1));
}

.section--default.is--hero-contact {
  background-color: #0e0d0d;
}

.small-container {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 74.5rem;
  text-decoration: none;
  display: flex;
}

.hero--title-info {
  z-index: 1;
  grid-column-gap: var(--numbers--80);
  grid-row-gap: var(--numbers--80);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero--left-info {
  grid-column-gap: var(--numbers--48);
  grid-row-gap: var(--numbers--48);
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.heading--1 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading--1.text--color-text {
  color: #e6e6e6;
}

.heading--1.text--color-text.text--align-center {
  text-align: center;
}

.actions {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.btn--primary-48px {
  color: #fff;
  background-color: #7664f4;
  border-radius: 52px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 0 4px #0000001a;
}

.btn--primary-48px:hover {
  background-image: linear-gradient(0deg, #4527a0, var(--accent--purple-10));
}

.btn--icon-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.btn--icon-wrapper._32px {
  padding: 7px;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.btn-primary-divider {
  height: var(--numbers--32);
  background-color: var(--background--line-3);
  justify-content: center;
  align-items: center;
  width: 1px;
  text-decoration: none;
  display: flex;
}

.btn--copy-wrapper {
  grid-column-gap: var(--numbers--16);
  grid-row-gap: var(--numbers--16);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 14px 14px 14px 22px;
  text-decoration: none;
  display: flex;
}

.btn--copy-wrapper._48px {
  grid-column-gap: var(--numbers--8);
  grid-row-gap: var(--numbers--8);
  padding: 14px;
}

.btn-primary-text {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  font-family: Gabarito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.btn-primary-text._48px {
  font-size: 14px;
  line-height: 20px;
}

.btn-primary-copy-divider {
  height: var(--numbers--32);
  justify-content: center;
  align-items: center;
  width: 0;
  text-decoration: none;
  display: flex;
}

.btn-primary-copy-divider._48px, .btn-primary-copy-divider._32px {
  height: var(--numbers--20);
}

.btn--secondary-48px {
  border: 1px solid var(--text--text);
  color: var(--black);
  background-color: #fff;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 0 4px #0000001a;
}

.btn-secondary-text {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  font-family: Gabarito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.btn-secondary-text._48px {
  flex: none;
  font-size: 14px;
  line-height: 20px;
}

.image-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.clients-container {
  grid-column-gap: var(--numbers--48);
  grid-row-gap: var(--numbers--48);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 7.5rem;
  padding-right: 7.5rem;
  text-decoration: none;
  display: none;
}

.title {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.company-container {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.logos {
  grid-column-gap: var(--numbers--32);
  grid-row-gap: var(--numbers--32);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: inline-grid;
}

.logo-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.code-embed {
  width: var(--numbers--24);
  height: var(--numbers--24);
}

.icon-data-table, .icon-arrow-up {
  width: var(--numbers--24);
  height: var(--numbers--24);
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-arrow-up._32px {
  width: 18px;
  height: 18px;
}

.btn-secondary-divider {
  background-color: var(--black);
  opacity: .2;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.swipper-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: none;
  position: relative;
}

.swiper-container {
  z-index: 1;
  width: 100%;
  position: relative;
}

.swiper-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.swiper-slide {
  width: 100%;
  position: relative;
}

.ratio-box {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.ratio-box._3-2 {
  border-radius: var(--numbers--24);
  background-image: linear-gradient(235deg, #fff, #e6e8eb);
  flex-flow: column;
  padding: 1rem;
  display: flex;
  box-shadow: 0 4px 36px 10px #0000001a;
}

.bg_image {
  z-index: 100;
  border-radius: var(--numbers--16);
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 480px;
  display: block;
}

.project-title {
  z-index: 101;
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
  position: relative;
}

.btn-img {
  z-index: 100;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 131px;
  height: 32px;
  display: block;
}

.project-description {
  z-index: 101;
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
  position: relative;
}

.project-content {
  grid-column-gap: var(--numbers--8);
  grid-row-gap: var(--numbers--8);
  flex-flow: column;
  display: flex;
}

.project-info-container {
  grid-column-gap: var(--numbers--24);
  grid-row-gap: var(--numbers--24);
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.slider {
  z-index: 3;
  border-radius: var(--numbers--16);
  width: 100%;
  max-width: 74.5rem;
  display: none;
  position: relative;
}

.company-logo {
  height: var(--numbers--32);
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-wrapper {
  border-radius: var(--numbers--16);
}

.ellipse-1 {
  filter: blur(300px);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 325px;
  height: 238px;
  display: flex;
  position: absolute;
  top: 455px;
  left: -31px;
  transform: rotateX(0)rotateY(9deg)rotateZ(-19deg);
}

.ellipse-2 {
  filter: blur(200px);
  justify-content: center;
  align-items: center;
  width: 645px;
  height: 140px;
  display: flex;
  position: absolute;
  top: 556px;
  left: 100px;
  transform: rotate(-18.94deg);
}

.ellipse-3 {
  filter: blur(400px);
  justify-content: center;
  align-items: center;
  width: 740px;
  height: 200px;
  display: flex;
  position: absolute;
  top: 380px;
  left: 156px;
  transform: rotate(10.9deg);
}

.ellipse-4 {
  filter: blur(300px);
  justify-content: center;
  align-items: center;
  width: 750px;
  height: 200px;
  display: flex;
  position: absolute;
  top: 350px;
  left: 588px;
  transform: rotate(18.94deg);
}

.body-2 {
  overflow: hidden;
}

.text--size-copy {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  line-height: 1.5;
}

.text--size-copy.text--color-accent {
  color: #fff;
}

.text--size-copy.text--color-muted {
  color: #929295;
}

.text--size-copy.text--color-accent-purple {
  color: var(--accent--purple);
}

.text--size-copy.text--style-caps {
  text-transform: uppercase;
}

.vectors-wrapper-9 {
  justify-content: center;
  align-items: center;
  width: 0;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Gabarito, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.vectors-wrapper-10 {
  justify-content: center;
  align-items: center;
  width: 0;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-11 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  text-decoration: none;
  display: flex;
}

.type-secondary-hover-no-size-64px {
  border: 1px solid var(--text--text);
  background-color: var(--text--text-accent);
  border-radius: 52px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 4px #0000001a;
}

.copy-2 {
  padding: var(--numbers--16);
  grid-column-gap: var(--numbers--16);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.divider {
  border: undefinedpx solid var(--invert);
}

.button-2 {
  font-family: var(--text--font--family);
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.type-secondary-hover-yes-size-64px, .type-secondary-hover-no-size-48, .type-secondary-hover-yes-size-48, .type-secondary-hover-no-size-32, .type-secondary-hover-yes-size-32 {
  border: 1px solid var(--text--text);
  background-color: var(--text--text-accent);
  border-radius: 52px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 4px #0000001a;
}

.btn {
  background-color: #7664f4;
  border-radius: 52px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 4px #0000001a;
}

.vectors-wrapper-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-13 {
  justify-content: center;
  align-items: center;
  width: 0;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.copy-3 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-14 {
  justify-content: center;
  align-items: center;
  width: 0;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Gabarito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.btn-primary-48px {
  background-color: #7664f4;
  border-radius: 52px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 0 4px #0000001a;
}

.btn-primary-48px:hover {
  background-color: #4527a0;
  background-image: linear-gradient(180deg, var(--accent--purple), var(--accent--purple-10));
}

.btn-secondary-icon-wrapper-48px {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.btn-primary-copy-divider-48px {
  height: var(--numbers--20);
  justify-content: center;
  align-items: center;
  width: 0;
  text-decoration: none;
  display: flex;
}

.btn-secondary-48px {
  outline-offset: -1px;
  color: var(--black);
  background-color: #fff;
  border-radius: 52px;
  outline: 1px solid #e6e6e6;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 0 4px #0000001a;
}

.btn-secondary-48px:hover {
  color: var(--accent--purple);
}

.btn-secondary-copy {
  grid-column-gap: var(--numbers--16);
  grid-row-gap: var(--numbers--16);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.btn-secondary-copy._48px {
  grid-column-gap: var(--numbers--8);
  grid-row-gap: var(--numbers--8);
  padding: 14px;
}

.btn-secondary-copy._32px {
  grid-column-gap: var(--numbers--8);
  grid-row-gap: var(--numbers--8);
  flex: none;
  justify-content: flex-end;
  align-items: center;
  padding: 6px 12px;
  display: flex;
}

.btn-secondary-56px-dark {
  background-color: var(--background--bg-1);
  outline-offset: -1px;
  color: var(--invert);
  border-radius: 52px;
  outline: 1px solid #e6e6e6;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 0 4px #0000001a;
}

.btn-secondary-56px-dark:hover {
  color: var(--accent--purple);
}

.btn-secondary-copy-dark {
  grid-column-gap: var(--numbers--16);
  grid-row-gap: var(--numbers--16);
  color: var(--invert);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.btn-secondary-copy-dark._48px {
  grid-column-gap: var(--numbers--8);
  grid-row-gap: var(--numbers--8);
  padding: 14px;
}

.btn-secondary-copy-dark._32px {
  grid-column-gap: var(--numbers--8);
  grid-row-gap: var(--numbers--8);
  flex: none;
  padding: 6px 12px;
}

.btn-secondary-text-dark {
  color: var(--invert);
  letter-spacing: -.02em;
  margin-top: 0;
  font-family: Gabarito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.btn-secondary-text-dark._48px {
  font-size: 14px;
  line-height: 20px;
}

.btn-secondary-text-dark._32px {
  flex: none;
  font-size: 14px;
  line-height: 20px;
}

.btn-secondary-divider-ondark {
  height: var(--numbers--32);
  background-color: var(--background--line-2);
  justify-content: center;
  align-items: center;
  width: 1px;
  text-decoration: none;
  display: flex;
}

.btn-secondary-32px-dark {
  background-color: var(--background--bg-1);
  color: var(--invert);
  border-radius: 52px;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 4px #0000001a;
}

.btn-secondary-32px-dark:hover {
  color: var(--accent--purple);
}

.visualize-your-data {
  padding: var(--numbers--64) var(--numbers--24);
  background-image: radial-gradient(circle closest-corner at 50% 0%, var(--background--bg-2), var(--background--bg-1));
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.small-container-2 {
  grid-column-gap: var(--numbers--80);
  grid-row-gap: var(--numbers--80);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 74.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.section--header-wrapper {
  z-index: 1;
  grid-column-gap: var(--numbers--80);
  grid-row-gap: var(--numbers--80);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.section--header-wrapper:where(.w-variant-b74ea816-63bd-65a0-b820-4b87972f7e39) {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.section--header-wrapper.is--cta {
  margin-bottom: var(--numbers--48);
  grid-column-gap: var(--numbers--48);
  grid-row-gap: var(--numbers--48);
}

.section--header-wrapper.is--horizontal {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.section--header-wrapper.is--horizontal:where(.w-variant-b74ea816-63bd-65a0-b820-4b87972f7e39) {
  display: flex;
}

.section--header-wrapper.is--horizontal.horizontal-7 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section--header-wrapper.horizontal {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.vectors-wrapper-15 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 110.5px;
  text-decoration: none;
  display: flex;
}

.section--header-container {
  grid-column-gap: var(--numbers--24);
  grid-row-gap: var(--numbers--24);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
  text-decoration: none;
  display: flex;
}

.section--header-container.align--left {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
}

.section--header-container.is--vertical:where(.w-variant-b74ea816-63bd-65a0-b820-4b87972f7e39), .section--header-container.is--vertical.horizontal-2 {
  display: none;
}

.pill {
  background-image: linear-gradient(90deg, #7664f41a, #7664f4);
  border: 1px solid #7664f4;
  border-radius: 52px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 24px;
  text-decoration: none;
  box-shadow: inset 1px -1px .8px #7664f4, 0 4px 4px #7664f41a, 0 -4px 4px #7664f41a;
}

.pill:where(.w-variant-b74ea816-63bd-65a0-b820-4b87972f7e39), .pill.horizontal-3 {
  grid-column-gap: var(--numbers--4);
  grid-row-gap: var(--numbers--4);
  background-image: linear-gradient(180deg, #0000, var(--background--bg-3));
  box-shadow: none;
  border-width: 2px;
  border-color: #e6e6e633;
  border-radius: 6px;
  padding: 2px 12px;
  display: flex;
  overflow: hidden;
}

.pill.horizontal-9 {
  grid-column-gap: var(--numbers--8);
  grid-row-gap: var(--numbers--8);
  background-image: linear-gradient(180deg, #0000, var(--background--bg-3));
  box-shadow: none;
  border-width: 2px;
  border-color: #e6e6e633;
  border-radius: 6px;
  padding: 2px 12px;
  display: flex;
  overflow: hidden;
}

.pill.is--changelog {
  grid-column-gap: var(--numbers--8);
  grid-row-gap: var(--numbers--8);
  background-image: linear-gradient(180deg, #0000, var(--background--bg-3));
  box-shadow: none;
  color: var(--text--text);
  border-width: 2px;
  border-color: #e6e6e633;
  border-radius: 6px;
  padding: 2px 12px;
  display: flex;
  overflow: hidden;
}

.text-5 {
  color: #fff;
  margin-top: 0;
  font-family: Gabarito, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.visualize-your-data-2 {
  color: #e6e6e6;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
  text-decoration: none;
}

.text-6 {
  color: #929295;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  font-family: Gabarito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.cards--container {
  z-index: 1;
  grid-column-gap: var(--numbers--16);
  grid-row-gap: var(--numbers--16);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: stretch stretch;
  width: 100%;
  display: flex;
}

.why-card {
  padding: var(--numbers--24);
  grid-column-gap: var(--numbers--16);
  grid-row-gap: var(--numbers--16);
  background-image: linear-gradient(.46deg, var(--background--bg-2), #121213);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 464px;
  transition: opacity .3s;
  display: flex;
}

.why-card:hover {
  box-shadow: 0 12px 36px #0003;
}

.vectors-wrapper-16 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.why-info {
  grid-column-gap: var(--numbers--8);
  grid-row-gap: var(--numbers--8);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.why-card-title {
  color: #fff;
  letter-spacing: -.02em;
  font-family: Gabarito, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.why-card-description {
  color: #929295;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Gabarito, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.why-card-illustration-wrapper {
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: none;
}

.cta-buttons {
  background-color: #000;
  border-radius: 52px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 4px #0000001a;
}

.vectors-wrapper-17 {
  justify-content: center;
  align-items: center;
  width: 0;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.icon--right {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 7px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-18 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  text-decoration: none;
  display: flex;
}

.why-card-2 {
  grid-row-gap: 16px;
  border: 1px undefined undefined;
  background-image: linear-gradient(.46deg, #232325 0%, #000 100%);
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 494px;
  padding: 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 12px 36px #0003;
}

.why-card-illustration-2 {
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 138px;
  padding-right: 128px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-19 {
  justify-content: center;
  align-items: center;
  width: 0;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.why-card-illustration-3 {
  grid-row-gap: 8px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 218px;
  text-decoration: none;
  display: flex;
}

.why-card-illustration {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.why-card-icon {
  width: var(--numbers--40);
  height: var(--numbers--40);
  justify-content: center;
  align-items: center;
  display: flex;
}

.why-bg {
  width: 100%;
  max-width: 90rem;
  position: absolute;
  inset: auto auto 0%;
}

.why-bg-small {
  width: 100%;
}

.solutions {
  padding: var(--numbers--64) var(--numbers--24);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.why-bg-wide {
  width: 100%;
  display: none;
}

.solutions-bg-wrapper {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 280px;
  display: flex;
}

.solutions-bg-img {
  width: 100%;
}

.solutions-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 74.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container-solutions {
  z-index: 1;
  grid-column-gap: var(--numbers--24);
  grid-row-gap: var(--numbers--24);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.card-solutions {
  background-image: linear-gradient(10deg, var(--background--bg-2), var(--background--bg-1));
  outline-offset: -1px;
  border-radius: 16px;
  outline: 1px solid #f8f8f80d;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  transition: all .4s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 2px #0304040f, 0 2px 4px 1px #0304040f;
}

.card-solutions:hover {
  background-image: linear-gradient(135deg, var(--background--bg-1) 38%, var(--background--bg-3));
  outline-color: var(--accent--purple);
}

.left-side {
  grid-column-gap: var(--numbers--16);
  grid-row-gap: var(--numbers--16);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 564px;
  padding: 40px 48px;
  display: flex;
}

.card-solutions-pill {
  border: 1px solid var(--background--line-3);
  background-image: linear-gradient(#000, #232325);
  border-radius: 52px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 2px 12px;
  text-decoration: none;
}

.card-solutions-pill-title {
  color: #fff;
  margin-top: 0;
  font-family: Gabarito, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.card-solutions-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.16667;
  text-decoration: none;
}

.card-solutions-description {
  color: #929295;
  flex: 1;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Gabarito, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.cta-buttons-2 {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 52px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 4px #0000001a;
}

.vectors-wrapper-20 {
  justify-content: center;
  align-items: center;
  width: 0;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.icon--right-2 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 7px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-21 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  text-decoration: none;
  display: flex;
}

.right-side {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 424px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.right-side-img-wrapper {
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 2px 4px #0304041f, 0 4px 8px #0304041f;
}

.right-side-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.image-173 {
  width: 7.5rem;
  height: 7.5rem;
}

.btn-secondary-32px {
  background-color: var(--invert);
  outline-offset: -1px;
  color: var(--black);
  border-radius: 52px;
  outline: 1px solid #e6e6e6;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 4px #0000001a;
}

.btn-secondary-32px:hover {
  color: var(--accent--purple);
}

.btn-secondary-icon-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.btn-secondary-icon-wrapper._32px {
  background-color: var(--invert);
  padding: 7px;
}

.btn-secondary-icon-wrapper._48px {
  padding: 12px;
}

.btn-secondary-divider-hover {
  background-color: var(--black);
  opacity: .2;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.hero-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.hero-content.is--vertical {
  flex-flow: column;
}

.hero--video-wrapper {
  width: 100%;
  max-width: 80%;
  position: relative;
  box-shadow: 0 0 40px 20px #0000004d;
}

.hero--video-wrapper.is--tablet {
  display: none;
}

.results-bg-img {
  z-index: 1;
  width: 100%;
  position: relative;
}

.results-bg-wrapper {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 140px;
  margin-top: 88px;
  margin-bottom: 88px;
  display: flex;
}

.tab--link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #929295;
  white-space: nowrap;
  background-color: #0000;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 20px;
  display: flex;
}

.tab--link.w--current {
  color: #000;
  background-color: #fff;
  border-radius: 24px;
}

.tabs--menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--background--line-3);
  border-radius: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 4px;
  display: flex;
  overflow: hidden;
}

.tab--link-icon {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.tabs {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tabs-content {
  border: 1px solid #f8f8f80d;
  border-radius: 12px;
  max-width: 1020px;
  margin-top: 48px;
  overflow: hidden;
}

.tabs-content.is--solutions-page {
  margin-top: 0;
}

.charts--container {
  box-shadow: none;
  background-image: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.charts--container.military {
  display: none;
}

.chart--container-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.img--wrapper {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.img--wrapper-2 {
  grid-column-gap: 8px;
  object-fit: cover;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 636.295px;
  text-decoration: none;
  display: flex;
}

.container--bottom {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 48px;
  text-decoration: none;
  display: flex;
}

.container--left {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
  text-decoration: none;
}

.stats--container-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  border: 1px solid #e6e6e633;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 4px #0304040f, 0 2px 2px #0304040f;
}

.stats--container-wrapper.is--master-section {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #0000;
  position: relative;
}

.stats--container-wrapper.is--our-value-section {
  grid-column-gap: var(--numbers--64);
  grid-row-gap: var(--numbers--64);
  border-color: var(--background--bg-3) var(--background--bg-3) var(--background--bg-1);
  background-color: #0000;
  background-image: linear-gradient(180deg, var(--background--bg-1), var(--background--bg-3));
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 64px;
}

.stats--container-wrapper.is--vertical {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: auto;
  padding: 24px;
  position: relative;
}

.stats--container-wrapper.is--custom-dashboard-section {
  grid-column-gap: var(--numbers--64);
  grid-row-gap: var(--numbers--64);
  border-color: var(--background--bg-3) var(--background--bg-3) var(--background--bg-1);
  background-color: #0000;
  background-image: linear-gradient(180deg, var(--background--bg-1), var(--background--bg-3));
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 64px;
}

.tab--stats-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.stats--top-info {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-22 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  text-decoration: none;
}

.text-8 {
  color: #fff;
  letter-spacing: -.02em;
  font-family: Gabarito, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.divider--horizontal {
  opacity: .5;
  background-image: linear-gradient(#747c8914, #fff 54%, #747c8914);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
}

.logo--container {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #929295;
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Gabarito, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.logo--wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.logo--item {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
}

.vectors-wrapper-24 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 140.98px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.logo-3 {
  justify-content: space-between;
  align-items: center;
  width: 128.086px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-25 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 28.3333px;
  height: 34px;
  text-decoration: none;
  display: flex;
}

.frame-1321315125 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 87.7539px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-26 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 87.7539px;
  height: 12.5342px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-27 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 85.0547px;
  height: 14.8125px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-28 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 34.7051px;
  text-decoration: none;
  display: flex;
}

.logo--item-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-29 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 35px;
  text-decoration: none;
  display: flex;
}

.container--right {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tab--cards-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.tab--card-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tab--card-icon {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-30 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.tab--card-info {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-10 {
  color: #929295;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Gabarito, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.stats--icon {
  width: 40px;
  height: 40px;
}

.heading--4.text--color-white {
  color: #fff;
}

.heading--4.text-color--text {
  display: none;
}

.heading--4.text-color--text:where(.w-variant-56e182bc-b41a-92b6-44d6-f006cb2fb774), .heading--4.text-color--text.changelog-5, .heading--4.text-color--text.changelog-34, .heading--4.text-color--text.changelog-63, .heading--4.text-color--text.changelog-92, .heading--4.text-color--text.is-changelog {
  display: block;
}

.card--ghost {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card--ghost.is--custom {
  max-width: 12rem;
}

.section--img-small-bg-wrapper {
  z-index: 1;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 88px;
  margin-bottom: 88px;
  display: flex;
  position: relative;
}

.section--img-small-bg-wrapper.is--why-fusedash-section {
  margin-top: 0;
}

.section--img-small-bg {
  width: 120px;
}

.card--ghost-icon {
  width: 40px;
  height: 40px;
}

.card--ghost-icon.is--custom {
  width: 24px;
  height: 24px;
}

.card--ghost-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container--middle {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container--middle.has--bg {
  background-image: url('../images/bg--circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: visible;
}

.container--middle.position--relative {
  justify-content: center;
  align-items: center;
}

.container--middle.position--relative.custom--align {
  flex-flow: row;
  margin-top: 88px;
}

.connection--img {
  z-index: 1;
  background-image: url('../images/connection.svg');
  background-position: 50% 66%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 154px;
  position: relative;
}

.div-block {
  background-image: url('../images/connection.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card--wireframe {
  z-index: 1;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -webkit-backdrop-filter: blur(26px);
  backdrop-filter: blur(26px);
  background-color: #747c890f;
  border: 1px solid #e6e6e633;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 420px;
  padding: 64px 32px 48px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-31 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -75px;
  left: -2px;
}

.card--wireframe-icon {
  grid-column-gap: 8px;
  border: 1.5px solid #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 6px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 32px 24px #0006, inset 0 0 8px #f8f8f840;
}

.selected-icon-glow {
  grid-column-gap: 8px;
  background-color: #000;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 12px 14px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 0 8px #7664f4;
}

.vectors-wrapper-32 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 39.2308px;
  height: 44.4615px;
  text-decoration: none;
  display: flex;
}

.card--wireframe-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  text-decoration: none;
}

.copy-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #929295;
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Gabarito, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.wireframe--bg {
  width: 1150px;
  height: 1150px;
  position: absolute;
  bottom: -590px;
}

.wireframe--bg-gradient {
  opacity: .5;
  position: absolute;
  top: auto;
  bottom: 20%;
}

.cta {
  border: 1px solid var(--accent--purple);
  background-image: url('../images/cta-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 32px;
  justify-content: center;
  align-items: flex-end;
  height: 604px;
  display: flex;
}

.btn--cta {
  border: 1px solid var(--background--bg-3);
  color: #fff;
  background-color: #000;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 0 4px #0000001a;
}

.btn--cta-wrapper {
  grid-column-gap: var(--numbers--16);
  grid-row-gap: var(--numbers--16);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 14px 22px 14px 16px;
  text-decoration: none;
  display: flex;
}

.btn--cta-wrapper._48px {
  grid-column-gap: var(--numbers--8);
  grid-row-gap: var(--numbers--8);
  padding: 14px;
}

.footer--column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-left: 1px solid var(--background--line-2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.footer--social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer--column-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 12.625rem;
  display: flex;
}

.footer-form-container {
  margin-bottom: 0;
}

.footer-form-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.footer--social-link {
  color: #f4f6f7;
  margin-left: .5125rem;
  margin-right: .5125rem;
  transition: transform .35s, color .35s;
}

.footer--social-link:hover {
  color: coral;
  transform: translate(0, -.125rem);
}

.footer__logo-wrapper {
  margin-bottom: 2rem;
}

.footer-column-title {
  color: #38383b;
  text-transform: uppercase;
  margin-bottom: .75rem;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

.footer__logo {
  height: 86px;
}

.footer-form-info {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.grid--wrapper {
  flex-wrap: wrap;
  display: flex;
}

.page--padding-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.page--padding-2.is--footer {
  padding-bottom: 2.5rem;
}

.page--padding-2.is--copyright {
  border-top: 1px solid #23436114;
}

.footer-form-email {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer--link-w {
  color: #929295;
  align-items: center;
  margin-bottom: .5rem;
  font-size: .875rem;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s;
}

.footer--link-w:hover {
  color: #7664f4;
}

.footer--link-w.in-progress {
  display: none;
}

.text-size--16px {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.text-size--16px.text-weight--bold.text-style--muted {
  display: flex;
}

.container--medium-2 {
  z-index: 1;
  width: 100%;
  max-width: 74.5rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-email-input {
  color: #929295;
  background-color: #0000;
  background-image: url('../images/message--icon.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-attachment: scroll;
  height: 4rem;
  margin-bottom: 0;
  padding-left: 3rem;
  padding-right: .75rem;
  font-size: 1.125rem;
  line-height: 1.33333;
}

.footer-email-input:hover {
  color: var(--text--text-accent);
}

.footer-email-input:focus {
  color: #fff;
}

.footer--social-wrapper {
  flex-direction: row;
  align-items: flex-start;
  margin-left: -.375rem;
  margin-right: .375rem;
  display: flex;
}

.copyright--link-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.copyright--link-w {
  grid-column-gap: var(--numbers--8);
  grid-row-gap: var(--numbers--8);
  color: #929295;
  align-items: center;
  font-size: .875rem;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.copyright--link-w:hover {
  color: var(--accent--purple);
}

.section--footer {
  border-top: 1px solid var(--background--line);
}

.submit-btn {
  color: #ffffffb3;
  text-transform: uppercase;
  background-color: #0000;
  background-image: url('../images/divider.svg'), url('../images/arrow--right.svg');
  background-position: 74px, 90px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 16px 16px;
  border: 1px solid #38383b;
  border-radius: 4px;
  padding: 16px 64px 16px 16px;
  font-size: 12px;
  line-height: 12px;
  transition: all .2s;
}

.submit-btn:hover {
  background-color: #0000;
}

.copyright--link-component {
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.text-size--20px {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.4;
}

.footer--column-right {
  border-left: 1px solid var(--background--line-2);
  width: 100%;
  min-width: 23.5rem;
  max-width: 23.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}

.footer--link-container {
  flex-flow: column;
  display: flex;
}

.footer--wrapper {
  flex-flow: row;
  display: flex;
}

.copyright--divider {
  background-color: var(--background--line);
  width: 1px;
  height: 100%;
}

.logo--top-nav {
  height: 32px;
}

.hero--center-info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  max-width: 43.5rem;
  text-decoration: none;
  display: flex;
}

.hero--bottom-info {
  flex-flow: column;
  align-items: center;
  max-width: 20rem;
  display: flex;
}

.hero--bottom-info.contact-us {
  max-width: 43.75rem;
}

.hero--info-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-bottom: 56px;
  display: flex;
}

.hero--info-container.contact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  padding-top: 72px;
  padding-bottom: 0;
}

.section--subtitle-container {
  width: 100%;
  padding-top: 72px;
}

.dataviz-bg-wrapper {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 182px;
  margin-top: 88px;
  margin-bottom: 88px;
  display: flex;
  position: relative;
}

.image-174 {
  position: absolute;
  top: 79px;
}

.tab--content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 4px #0304040f, 0 2px 2px #0304040f;
}

.tab--header-wrapper {
  grid-column-gap: var(--numbers--80);
  grid-row-gap: var(--numbers--80);
  background-image: url('../images/heading-bg.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tab--header-wrapper.is--cta {
  margin-bottom: var(--numbers--48);
  grid-column-gap: var(--numbers--48);
  grid-row-gap: var(--numbers--48);
}

.tab--header-wrapper.is--horizontal {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.tab--header-container {
  padding: var(--numbers--16);
  grid-column-gap: var(--numbers--24);
  grid-row-gap: var(--numbers--24);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  text-decoration: none;
  display: flex;
}

.tab--header-container.align--left {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
}

.tab--img-wrapper {
  padding: var(--numbers--16);
}

.heading--span {
  color: var(--accent--purple);
}

.product--bg-img-small {
  width: 100%;
  max-width: 666px;
}

.product--bg-img-wrapper {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: 32px;
  display: flex;
}

.btn-icon-left {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.featured_image-size {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  overflow: hidden;
}

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

.featured_image-link {
  width: 100%;
  position: relative;
}

.btn__text-2 {
  letter-spacing: 0;
}

.sr-only {
  border: 0 solid #000;
  border-radius: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.tag-wrapper-hero {
  z-index: 2;
  margin-top: 24px;
  margin-left: 24px;
  position: absolute;
}

.featured_wrap {
  border-radius: 8px;
  display: flex;
  overflow: hidden;
}

.btn-primary--blue-lg {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fffffff2;
  text-align: center;
  background-color: #234361;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .35s;
  display: flex;
  box-shadow: 0 2px 1px #14151a0d;
}

.btn-primary--blue-lg:hover {
  background-color: #1a3148;
}

.image--fit-absolute {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.featured_text-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--background--bg-2);
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 3rem 2rem 3rem 2.5rem;
  display: flex;
}

.text-color--accent-onlight {
  color: #e02500;
}

.heading--48px {
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.16667;
}

.btn-icon--right {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.tag--link {
  z-index: 1;
  background-image: linear-gradient(90deg, #7664f4, #4f42a8);
  border: 1px solid #7664f4;
  border-radius: 52px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  margin-left: 24px;
  padding: 6px 24px;
  text-decoration: none;
  position: absolute;
  box-shadow: inset 1px -1px .8px #7664f4, 0 4px 4px #7664f41a, 0 -4px 4px #7664f41a;
}

.article_list-2 {
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

.article_item-2 {
  width: 33.3333%;
  padding: .5rem;
  display: flex;
}

.article_item-2.is-swiper {
  outline-offset: -1px;
  background-color: #fff;
  border-radius: 4px;
  outline: 1px solid #434d5314;
  flex: none;
  width: 23.5rem;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.article_item-2.is-swiper:hover {
  box-shadow: 0 10px 16px -3px #14151a14, 0 3px 6px -2px #14151a0d, 0 2px 1px #14151a0d;
}

.article_wrap {
  grid-column-gap: var(--numbers--16);
  grid-row-gap: var(--numbers--16);
  border: 1px solid var(--background--bg-3);
  background-image: linear-gradient(.46deg, #232325, #000);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 8px;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.article_wrap:hover {
  box-shadow: 0 12px 36px #0003;
}

.article_article {
  width: 100%;
}

.article_image-link {
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
}

.article_image-size {
  padding-top: 60%;
  position: relative;
}

.btn-primary--blue-sm {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fffffff2;
  text-align: center;
  background-color: #234361;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  padding: .25rem .75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .35s;
  display: flex;
  box-shadow: 0 2px 1px #14151a0d;
}

.btn-primary--blue-sm:hover {
  background-color: #1a3148;
}

.btn-primary--blue-sm.is--outlined {
  color: #234361;
  background-color: #0000;
  transition: color .35s, box-shadow .35s, background-color .35s;
  box-shadow: inset -1px 0 #b7cee5, inset 0 -1px #b7cee5, inset 1px 0 #b7cee5, inset 0 1px #b7cee5;
}

.btn-primary--blue-sm.is--outlined:hover {
  color: #234361;
  background-color: #f1f5fa;
  border-color: #0000;
  box-shadow: inset -1px 0 #9bbada, inset 0 -1px #9bbada, inset 1px 0 #9bbada, inset 0 1px #9bbada;
}

.resource--title {
  color: #234361;
  letter-spacing: .7px;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.hide--all-2 {
  margin-bottom: 0;
  display: none;
}

.article_text-wrap {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.custom-page-styles {
  display: none;
}

.hero--img {
  z-index: 1;
  background-image: url('../images/hero-img.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  display: block;
}

.hero--video {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.divider--custom-horizontal {
  opacity: .5;
  background-image: linear-gradient(#747c8914, #fff 54%, #747c8914);
  justify-content: center;
  align-items: center;
  width: 2px;
  display: flex;
}

.footer--column-middle {
  width: 100%;
  display: flex;
}

.connection--vertical {
  z-index: 1;
  width: 153px;
  height: 392px;
  position: relative;
}

.connection--vertical.is--left {
  background-image: url('../images/connection-left.svg');
  background-position: 63%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.connection--vertical.is--right {
  background-image: url('../images/connection-left.svg');
  background-position: 63%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(180deg);
}

.connection--vertical.is--top {
  background-image: url('../images/connection-left.svg');
  background-position: 63%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  display: none;
}

.connection--vertical.is--bottom {
  transform-style: preserve-3d;
  background-image: url('../images/connection-left.svg');
  background-position: 63%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  transform: translate3d(0, 0, 180px);
}

.divider--custom-mobile {
  opacity: .5;
  background-image: linear-gradient(#747c8914, #fff 54%, #747c8914);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2px;
  display: none;
}

.divider--mobile {
  display: none;
}

.form__message--success-2 {
  background-color: var(--accent--purple);
  color: #fff;
  padding: 1.25rem;
  font-weight: 500;
}

.contact-details {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section--default-2 {
  position: relative;
}

.submit-btn-contact {
  color: #fffffff2;
  text-align: center;
  background-color: #7664f4;
  background-image: url('../images/Arrow--right-light.svg'), url('../images/divider.svg');
  background-position: 90%, 72%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 50px;
  padding: 14px 64px 14px 22px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .35s;
  box-shadow: 0 2px 1px #14151a0d;
}

.submit-btn-contact:hover {
  background-color: #4527a0;
}

.inquiries-info-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 0 solid #23436114;
  border-top-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.input-bottom-line {
  color: var(--text--text-accent);
  background-color: #0000;
  height: 4rem;
  margin-bottom: 1.125rem;
  padding: .625rem 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.44444;
}

.input-bottom-line:hover {
  border-color: #8f9599;
  font-size: 1.125rem;
  line-height: 1.44444;
}

.input-bottom-line:active {
  color: var(--text--text-accent);
  border-color: #aaaeb1;
}

.input-bottom-line:focus {
  color: var(--text--text-accent);
  border-color: #8f9599;
  font-size: 1.125rem;
  line-height: 1.44444;
}

.input-bottom-line::placeholder {
  color: var(--text--text-muted);
  font-size: 1.125rem;
  line-height: 1.44444;
}

.input-bottom-line.is-text-area {
  min-height: 8rem;
}

.input-bottom-line.is-select-input {
  color: var(--text--text-muted);
}

.input-bottom-line.is-select-input.is-dropdown {
  letter-spacing: 0;
  cursor: pointer;
  background-image: url('../images/chevron--down.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto;
}

.heading--30px {
  margin-bottom: 0;
  font-size: 1.875rem;
  line-height: 1.15;
}

.inquiries-info {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container--medium-3 {
  z-index: 1;
  width: 100%;
  max-width: 74.5rem;
  margin-left: auto;
  margin-right: auto;
}

.form__label-2 {
  color: #fff9;
  margin-bottom: .625rem;
  font-size: .875rem;
  line-height: 1.42857;
}

.form__label-2.on--light {
  color: #5b6469;
}

.btn--link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-size--18px {
  font-size: var(--numbers--18);
  margin-bottom: 0;
  line-height: 1.44444;
}

.recaptcha {
  margin-bottom: 0;
}

.form__input-wrap {
  flex-flow: column;
  display: flex;
}

.form__input-wrap.job, .form__input-wrap.industry {
  display: none;
}

.card-copy-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #000;
  border-radius: 6px;
  flex-flow: row;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  display: flex;
}

.heading--5-2 {
  font-size: 1.25rem;
  line-height: 1.4;
}

.heading--5-2.text--weight-medium {
  font-weight: 500;
}

.heading--5-2.text--weight-medium.text--color-accent {
  color: #fff;
}

.heading--5-2.text--weight-medium.text--color-accent.is--bigger {
  font-size: 1.5rem;
}

.card-copy-wrapper-container {
  background-image: linear-gradient(90deg, var(--background--bg-3), var(--background--bg-1));
  border-radius: 6px;
  width: 100%;
  padding: 1px;
}

.card-copy--info-row-1 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.copy-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.card-copy--info-row-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.card-copy--info-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.frame-1321315156 {
  grid-row-gap: 32px;
  border: 1px undefined undefined;
  background-image: linear-gradient(.72deg, #232325 0%, #000 100%);
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 480px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #e6e6e6;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

.frame-1321315159 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 344px;
  display: flex;
}

.frame-1321315158 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1321315155 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.input-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1321315168 {
  grid-column-gap: 2px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.label-style {
  opacity: .8;
  color: #929295;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.input-field {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.frame-1321315169 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-14 {
  opacity: .8;
  color: #ce1234;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.dropdown-menu {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.input-form-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 56px;
  display: flex;
}

.frame-1321315170 {
  grid-column-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1321315166 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.value {
  color: #fff;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.chevron--down {
  object-fit: cover;
}

.cta-buttons-3 {
  background-color: #7664f4;
  border-radius: 52px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 4px #0000001a;
}

.copy {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 14px;
  text-decoration: none;
  display: flex;
}

.button-style {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.icon--right-3 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.arrow--right {
  object-fit: cover;
  overflow: hidden;
}

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

.form__input-2 {
  background-color: #31383c;
  border: 1px solid #ffffff24;
  border-radius: 2px;
  margin-bottom: 1.125rem;
  padding: .625rem 1rem;
  line-height: 1.25;
}

.form__input-2:hover, .form__input-2:active, .form__input-2:focus {
  border-color: coral;
}

.form__input-2::placeholder {
  color: #091b2dbf;
}

.form__input-2.is-select-input {
  justify-content: space-between;
  align-items: center;
  padding-top: .625rem;
  font-size: .875rem;
  font-weight: 300;
  display: flex;
}

.form__input-2.is-select-input.is-no-dropdown {
  color: #fff9;
  letter-spacing: 0;
  cursor: pointer;
  background-image: url('../images/chevron-down.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 1rem;
  background-attachment: scroll;
  min-width: auto;
  height: 100%;
  min-height: auto;
  max-height: 2.5rem;
  margin-bottom: 1.125rem;
  padding: .625rem 1rem;
}

.container-faqs {
  z-index: 1;
  grid-column-gap: var(--numbers--20);
  grid-row-gap: var(--numbers--20);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-faqs.is--changelog {
  grid-column-gap: var(--numbers--12);
  grid-row-gap: var(--numbers--12);
}

.container-faqs.is--changelog.hide {
  display: none;
}

.acc-title-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.acc-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  transition: all .2s;
  display: flex;
}

.acc-icon-default {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: none;
}

.btn--icon-minus {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: absolute;
}

.btn--icon-plus {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.acc-body-wrapper {
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 4.5rem;
}

.acc-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: none;
}

.btn--icon {
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: relative;
}

.acc-icon-active {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.acc-icon {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
}

.accordion-case {
  cursor: pointer;
  background-color: #f8f8f808;
  border: 1px solid #f8f8f80d;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  padding-bottom: 0;
  transition: all .2s;
  display: flex;
  box-shadow: 0 99px 129px -81px #0000004d;
}

.accordion-case:where(.w-variant-56e182bc-b41a-92b6-44d6-f006cb2fb774) {
  background-color: #f8f8f80d;
}

.accordion-case:hover {
  background-color: #f8f8f817;
  border-color: #f8f8f817;
  box-shadow: 0 10px 16px 3px #14151a14, 0 3px 6px -2px #14151a0d;
}

.accordion-case:hover:where(.w-variant-56e182bc-b41a-92b6-44d6-f006cb2fb774) {
  background-color: #f8f8f814;
}

.accordion-case.changelog {
  background-color: #f8f8f80d;
}

.accordion-case.changelog:hover {
  background-color: #f8f8f814;
}

.accordion-case.changelog-30 {
  background-color: #f8f8f80d;
}

.accordion-case.changelog-30:hover {
  background-color: #f8f8f814;
}

.accordion-case.changelog-59 {
  background-color: #f8f8f80d;
}

.accordion-case.changelog-59:hover {
  background-color: #f8f8f814;
}

.accordion-case.changelog-88 {
  background-color: #f8f8f80d;
}

.accordion-case.changelog-88:hover {
  background-color: #f8f8f814;
}

.acc-body {
  width: 100%;
  transition: all .2s;
}

.acc-icon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
}

.success-message {
  background-color: var(--accent--purple);
  color: var(--text--text);
}

.div-block-2 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
}

.div-block-3 {
  background-color: var(--accent--blue);
  width: 100%;
}

.div-block-4, .image-175 {
  width: 100%;
}

.bg--blur {
  z-index: 9999;
  filter: blur(52px);
  background-color: #747c8917;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-5 {
  z-index: 99;
  border-radius: 16px;
  position: relative;
}

.full-section-image-wrap {
  max-height: 25rem;
  padding-top: 40%;
  position: relative;
}

.rich-text_component {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text_author-image-wrap {
  border-radius: 100vw;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
  overflow: hidden;
}

.rich-text_author-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.rich-text_share-links-wrap {
  align-items: center;
  margin-top: 3px;
  margin-left: -.375rem;
  display: flex;
}

.copied_component {
  color: #fff;
  letter-spacing: .7px;
  background-color: #ff4600;
  padding: .4rem .7rem;
  font-weight: 600;
  display: none;
  position: absolute;
  top: -3rem;
}

.text-rich-text-2 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.35;
}

.text-rich-text-2.is-new {
  line-height: 1.5;
}

.rich-text_author-wrap {
  justify-content: space-between;
  display: none;
}

.share-icon {
  width: 1.5rem;
}

.rich-text_bottom-wrap {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.rich-text_share {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.rich-text_share-link {
  justify-content: center;
  align-items: center;
  min-width: 2.5rem;
  min-height: 2.5rem;
  transition: color .35s;
  display: flex;
}

.rich-text_share-link:hover {
  color: #91a1b0;
}

.rich-text_share-link.is-copy {
  position: relative;
}

.rich-text_published-wrap {
  align-items: flex-end;
  padding-bottom: .375rem;
  display: flex;
}

.heading--xsmall-2 {
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.5;
}

.text-size--14px {
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.4;
}

.btn-primary--blue-lg-2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fffffff2;
  text-align: center;
  background-color: #434d53;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .35s;
  display: flex;
  box-shadow: 0 2px 1px #14151a0d;
}

.btn-primary--blue-lg-2:hover {
  background-color: #202426;
}

.text-size--12 {
  margin-bottom: 0;
  font-size: .75rem;
  line-height: 1.4;
}

.article_list-3 {
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

.article_list-3.is-swiper {
  flex-wrap: nowrap;
  margin-top: 0;
  margin-bottom: 0;
}

.btn--wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn--wrapper.l-center {
  justify-content: center;
}

.icon--arrow {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  display: flex;
}

.icon--arrow.is-right {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.icon--arrow.is-left {
  margin-top: 0;
}

.section--default-3 {
  position: relative;
}

.sh-m-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 43.75rem;
  text-decoration: none;
  display: flex;
}

.sh-m-container.top {
  max-width: 50rem;
}

.swiper_button-2 {
  background-color: #fffffff2;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  padding: .5rem;
  transition: color .35s, background-color .35s;
  display: flex;
  box-shadow: inset 0 -1px #aaaeb1, inset -1px 0 #aaaeb1, inset 0 1px #aaaeb1, inset 1px 0 #aaaeb1;
}

.swiper_button-2:hover {
  color: #434d53;
  background-color: #e2e3e4;
}

.swiper_button-2.is-prev.swiper-button-disabled {
  color: #8f9599;
  box-shadow: inset 0 -1px #c5c9cb, inset -1px 0 #c5c9cb, inset 0 1px #c5c9cb, inset 1px 0 #c5c9cb;
}

.swiper_control-wrap-2 {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 79.8rem;
  height: 2.5rem;
  display: flex;
  position: absolute;
  bottom: 41%;
  left: 1px;
}

.section-label {
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
}

.section-header--middle {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.swiper-btn-wrapper {
  background-color: #fff;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.swiper-divider {
  background-color: #0000001a;
  width: 1px;
  height: 32px;
}

.fs-styleguide_1-col-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.text-rich-text-3 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.35;
}

.text-rich-text-3.is-new {
  color: var(--text--text);
  font-size: 1.125rem;
  line-height: 1.44444;
}

.block-quote-3 {
  font-size: 1.125rem;
  line-height: 1.35;
}

.modal-video-wrapper {
  z-index: 999;
  background-color: #23232580;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.background-video {
  justify-content: center;
  align-items: center;
  display: flex;
}

.close-link-right {
  color: #6b7094;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

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

.modal-detail {
  color: #160042;
  align-items: center;
  display: flex;
}

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

.modal-base {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 24px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.alert-circle {
  color: #e72b3b;
  background-color: #f14a591a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  display: flex;
}

.button-secondary {
  outline-offset: 0px;
  color: #160042;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-secondary:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.button-secondary:active {
  color: #642eff;
  background-color: #e4e6f1;
}

.button-secondary:focus {
  outline-offset: 0px;
  outline: 2px solid #160042;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

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

.modal-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.alert-detail {
  color: #160042;
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 24px;
}

.line-regular {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.modal-button-grid {
  grid-template-rows: auto;
}

.button-primary {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02px;
  white-space: nowrap;
  background-color: #642eff;
  border-radius: 50px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

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

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

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

.button-primary.alert {
  background-color: #e72b3b;
  border-color: #e72b3b;
}

.button-primary.alert:hover {
  background-color: #93111c;
  border-color: #93111c;
}

.video-player {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 860px;
  display: flex;
  position: relative;
}

.about-video {
  background-color: #012023;
  border-radius: 16px;
  margin-bottom: -5px;
  overflow: hidden;
}

.pay-btn {
  z-index: 1;
  cursor: pointer;
  border: 4px solid #ffffff4d;
  border-radius: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 18px 22px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.vectors-wrapper-33 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.btn-play-text-wrapper {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  display: flex;
}

.btn-play-text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.close-btn-wrapper {
  cursor: pointer;
  position: absolute;
  inset: -56px 0 auto auto;
}

.close-btn {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.modal-bg {
  z-index: 0;
  background-color: #000c;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.hero--overlay {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.hero--bg-gradient {
  z-index: 2;
  background-image: url('../images/hero--bg-gradient.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero--bg-shape {
  z-index: 3;
  background-image: url('../images/hero--bg-circle.svg');
  background-position: 50% -200%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero--bg-shape.product-page {
  background-image: url('../images/hero--bg-shape.png');
}

.hero--bg-solutions {
  background-image: url('../images/hero--bg-solutions.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero--bg-pattern {
  z-index: 3;
  background-image: url('../images/hero--bg-pattern.png');
  background-position: 50% -200%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero--bg-pattern.product-page {
  background-image: url('../images/hero--bg-patternProduct.png');
}

.hero--bg-shape-product {
  z-index: 3;
  background-image: url('../images/hero--bg-shape.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero--bg-shape-product.product-page {
  background-image: url('../images/hero--bg-shape.png');
}

.hero--bg-pattern-product {
  z-index: 3;
  background-image: url('../images/hero--bg-patternProduct.png');
  background-position: 50% -280%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero--bg-pattern-product.product-page {
  background-image: url('../images/hero--bg-patternProduct.png');
}

.nav__dropdown-toggle {
  padding: 0;
}

.nav__link-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--text--text-muted);
  align-items: center;
  margin-bottom: 0;
  padding-top: 4rem;
  padding-bottom: 1.5rem;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav__link-wrapper:hover {
  color: var(--accent--purple);
  text-decoration: none;
}

.nav__chevron {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.nav__dropdown-list {
  background-color: var(--background--bg-2);
  color: var(--text--text-muted);
  letter-spacing: -.015rem;
  white-space: nowrap;
  border-radius: 0 0 .375rem .375rem;
  padding: .75rem .75rem .5rem;
  line-height: 1.5;
  top: 6.8rem;
  box-shadow: 0 10px 16px -3px #14151a14, 0 3px 6px -2px #14151a0d;
}

.dropdown__link-2 {
  color: var(--text--text-muted);
  border-radius: .125rem;
  margin-bottom: .25rem;
  padding: .25rem .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .35s, background-color .35s;
  display: block;
}

.dropdown__link-2:hover {
  background-color: var(--invert);
  color: var(--black);
  text-decoration: none;
}

.card-icon {
  width: 32px;
  height: 32px;
}

.card-img {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  max-width: none;
}

.card-img:where(.w-variant-bbae47ce-7fef-4750-d818-cc7b5af5d069), .card-img.img-left-3 {
  object-fit: cover;
  height: 100%;
}

.card-img.img-left-10 {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

.card-img.img-left {
  height: 100%;
}

.container--1x2 {
  grid-column-gap: var(--numbers--16);
  grid-row-gap: var(--numbers--16);
  display: flex;
}

.card-img-top-vertical {
  grid-column-gap: var(--numbers--16);
  grid-row-gap: var(--numbers--16);
  background-image: linear-gradient(.46deg, #232325, #000);
  border: 1px solid #232325;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  transition: opacity .3s;
  display: flex;
  overflow: hidden;
}

.card-img-top-vertical:hover {
  box-shadow: 0 12px 36px #0003;
}

.card-img-top-vertical.img-left, .card-img-top-vertical.img-left-8 {
  grid-column-gap: var(--numbers--32);
  grid-row-gap: var(--numbers--32);
  flex-flow: row;
}

.div-block-7 {
  grid-column-gap: var(--numbers--16);
  grid-row-gap: var(--numbers--16);
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.card-info-wrapper {
  grid-column-gap: var(--numbers--8);
  grid-row-gap: var(--numbers--8);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.iframe-wrapper {
  background-color: #f5f5f5;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.iframe-wrapper.smaller {
  background-color: #f5f5f5;
}

.iframe-wrapper.smaller:where(.w-variant-bbae47ce-7fef-4750-d818-cc7b5af5d069) {
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 208px;
  display: flex;
  overflow: hidden;
}

.iframe-wrapper.smaller.img-left-2 {
  height: 100%;
  max-height: 208px;
}

.iframe-wrapper.smaller.img-left-9 {
  height: auto;
  max-height: 208px;
}

.iframe-wrapper.img-left {
  height: auto;
}

.text--size-copy-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  line-height: 1.42857;
  text-decoration: none;
}

.text--size-copy-2.text--color-muted {
  color: #929295;
}

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

.img.img-1 {
  background-image: url('../images/image-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.card-copy-wrapper-container-right {
  background-image: linear-gradient(90deg, #000, #232325);
  border-radius: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1px;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.card-copy-wrapper-container-right:where(.w-variant-83b77596-caaf-6aa4-1fe9-712d3f60bd47) {
  background-image: linear-gradient(270deg, #000, #232325);
}

.card-copy-wrapper-container-right:hover {
  box-shadow: 0 12px 36px #0003;
}

.layer-img-wrapper {
  width: 100%;
  min-height: 424px;
}

.layer-img-wrapper.img-left:where(.w-variant-83b77596-caaf-6aa4-1fe9-712d3f60bd47), .layer-img-wrapper.img-right {
  display: none;
}

.layer-img-wrapper.img-right:where(.w-variant-83b77596-caaf-6aa4-1fe9-712d3f60bd47) {
  display: block;
}

.card-copy-wrapper-2 {
  padding: var(--numbers--32);
  grid-column-gap: var(--numbers--16);
  grid-row-gap: var(--numbers--16);
  background-color: var(--black);
  border-radius: 24px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.layer-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  width: 100%;
  display: flex;
}

.layer-container-wrapper {
  grid-column-gap: var(--numbers--56);
  grid-row-gap: var(--numbers--56);
  flex-flow: column;
  display: flex;
}

.text-size--24px {
  font-size: var(--numbers--24);
  line-height: 1.33333;
}

.layer-img {
  border-radius: 24px;
}

.card-copy-wrapper-container-left {
  background-image: linear-gradient(270deg, #000, #232325);
  border-radius: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1px;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.card-copy-wrapper-container-left:hover {
  box-shadow: 0 12px 36px #0003;
}

.card-copy-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #000;
  border-radius: 24px;
  flex-flow: column;
  width: 100%;
  padding: 32px;
  display: flex;
}

.custom-dash-bg-wrapper {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 200px;
  margin-top: -60px;
  display: flex;
}

.card-ghost-wrapper {
  grid-column-gap: var(--numbers--64);
  grid-row-gap: var(--numbers--64);
  justify-content: space-between;
  display: flex;
}

.divider-dash {
  background-color: #9999994d;
  border: 1px dashed #000;
  height: 1px;
}

.hero--img-effect {
  min-width: 120%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.card-img-top-vertical-2 {
  grid-column-gap: var(--numbers--16);
  grid-row-gap: var(--numbers--16);
  background-image: linear-gradient(.46deg, #232325, #000);
  border: 1px solid #232325;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  transition: opacity .3s;
  display: flex;
  overflow: hidden;
}

.card-img-top-vertical-2:hover {
  box-shadow: 0 12px 36px #0003;
}

.card-img-top-vertical-2.img-left, .card-img-top-vertical-2.img-left-8 {
  grid-column-gap: var(--numbers--32);
  grid-row-gap: var(--numbers--32);
  flex-flow: row;
}

.nav-menu-bg {
  display: none;
}

.nav-menu-center {
  grid-column-gap: var(--numbers--32);
  grid-row-gap: var(--numbers--32);
  align-items: center;
  display: flex;
}

.nav-right-group {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.subtitle-wrapper {
  display: flex;
}

.body-3 {
  color: var(--invert);
}

.text-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #7664f4);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-banner-container {
  background-image: none;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 630px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-wrapper {
  z-index: 3;
  background-image: none;
  border: 1px solid #00000080;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  display: flex;
  position: relative;
}

.banner-info-wrapper {
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.banner-info-wrapper.video {
  display: none;
}

.banner-info-wrapper.is--text {
  grid-column-gap: var(--numbers--40);
  grid-row-gap: var(--numbers--40);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.image-176 {
  height: 100%;
}

.banner-tag {
  padding: var(--numbers--16) var(--numbers--40);
  background-color: #3b3e48;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.banner-tag.is--middle {
  border: 3px solid #fff;
  box-shadow: inset 0 0 36px 6px #7d67cd40, inset 0 0 36px 14px #ffffff40, 0 0 52px 14px #7d67cd40, 0 0 52px 14px #ffffff40;
}

.nav-menu-left {
  padding: var(--numbers--4) var(--numbers--8);
  grid-column-gap: var(--numbers--4);
  grid-row-gap: var(--numbers--4);
  background-color: var(--background--bg-3);
  color: var(--text--text-muted);
  font-size: var(--numbers--12);
  cursor: pointer;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  height: 24px;
  line-height: 16px;
  display: none;
  overflow: hidden;
}

.nav-menu-left.light {
  background-color: #e6e8eb;
}

.menu-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.pill-icon:where(.w-variant-b74ea816-63bd-65a0-b820-4b87972f7e39), .pill-icon.horizontal-10 {
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 11px;
  display: flex;
}

.menu-container {
  z-index: 2;
  opacity: 0;
  background-color: #f8f8f8;
  flex-flow: column;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  overflow: hidden;
  transform: translate(0, -300px);
}

.menu-nav-bar {
  padding: var(--numbers--64) var(--numbers--32) var(--numbers--24);
  background-color: #e6e6e633;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-wrapper {
  padding: var(--numbers--40);
  grid-column-gap: var(--numbers--32);
  grid-row-gap: var(--numbers--32);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.menu-item {
  width: 100%;
  max-width: 100%;
}

.menu-item.max-width-376px {
  width: 100%;
  max-width: 292px;
}

.nav-items {
  grid-column-gap: var(--numbers--8);
  grid-row-gap: var(--numbers--8);
  flex-flow: column;
  display: flex;
}

.nav-title {
  color: var(--text--text-muted);
  font-size: 12px;
  line-height: 16px;
}

.menu-center {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

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

.icon._24px {
  width: 24px;
  height: 24px;
}

.chart-iframe {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: none;
}

.chart-iframe-bar, .chart-iframe-lollipop {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.background-video-2 {
  width: 100%;
  height: 100%;
  max-height: 99%;
  position: absolute;
  inset: 0;
}

.video-fade {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(90deg, #000, #0000 5% 95%, #000), linear-gradient(#000, #0000 15% 85%, #000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.filters-selected-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.chart-filters_tags {
  grid-column-gap: var(--numbers--24);
  grid-row-gap: var(--numbers--24);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.chart-filters_tags-wrap {
  grid-column-gap: var(--numbers--8);
  grid-row-gap: var(--numbers--8);
  display: flex;
}

.chart-filters_tags-wrap.military {
  display: none;
}

.chart-filters_form-block {
  margin-bottom: 0;
}

.icon-chevron-down-2 {
  width: 16px;
  height: 16px;
  margin-top: 0;
}

.dropdown-list {
  border: 1px solid #000;
}

.dropdown-list.w--open {
  border-color: var(--text--text-muted);
  background-color: #000;
  border-radius: 12px;
  margin-top: 4px;
  overflow: hidden;
}

.tag-link-checkbox {
  background-color: var(--invert);
  opacity: 0;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.tag-link-checkbox.w--redirected-checked {
  margin-top: 0;
  margin-left: 0;
}

.iframe-placeholder {
  width: 100%;
  height: 100%;
}

.iframe-badge {
  background-image: linear-gradient(145deg, #0d1427, #1e1539);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 14px;
  font-size: 14px;
  line-height: 16px;
  display: none;
  position: absolute;
  top: 12px;
  left: 12px;
}

.nav-links {
  grid-column-gap: var(--numbers--16);
  grid-row-gap: var(--numbers--16);
  flex-flow: row;
  display: flex;
}

.nav-links.menu-open {
  display: none;
}

.nav-social {
  color: var(--text--text);
  transition: all .3s;
}

.nav-social:hover {
  color: var(--text--text-accent);
}

.header-changelog-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.header-changelog-wrapper:where(.w-variant-b74ea816-63bd-65a0-b820-4b87972f7e39) {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.header-changelog-wrapper.is--cta {
  margin-bottom: var(--numbers--48);
  grid-column-gap: var(--numbers--48);
  grid-row-gap: var(--numbers--48);
}

.header-changelog-wrapper.is--horizontal {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.header-changelog-wrapper.is--horizontal:where(.w-variant-b74ea816-63bd-65a0-b820-4b87972f7e39) {
  display: flex;
}

.header-changelog-wrapper.is--horizontal.horizontal-7 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header-changelog-wrapper.horizontal {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.header-changelog-wrapper.hide {
  display: none;
}

.header-changelog-container {
  grid-column-gap: var(--numbers--24);
  grid-row-gap: var(--numbers--24);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.pill-wrapper {
  margin-top: var(--numbers--32);
  grid-column-gap: var(--numbers--16);
  grid-row-gap: var(--numbers--16);
  color: var(--text--text-muted);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.changelog-list {
  grid-column-gap: var(--numbers--12);
  grid-row-gap: var(--numbers--12);
  font-size: var(--numbers--16);
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 20px;
  line-height: 1.5;
  display: none;
}

.changelog-list:where(.w-variant-56e182bc-b41a-92b6-44d6-f006cb2fb774), .changelog-list.changelog-12, .changelog-list.changelog-41, .changelog-list.changelog-70, .changelog-list.changelog-99 {
  color: var(--text--text);
  font-size: var(--numbers--16);
  margin-bottom: 0;
  padding-left: 20px;
  line-height: 1.5;
  display: block;
}

.changelog-list.text-color--text.is-changelog {
  display: flex;
}

.list-main:where(.w-variant-56e182bc-b41a-92b6-44d6-f006cb2fb774), .list-main.changelog-13, .list-main.changelog-25, .list-main.changelog-26, .list-main.changelog-27, .list-main.changelog-28, .list-main.changelog-42, .list-main.changelog-54, .list-main.changelog-55, .list-main.changelog-56, .list-main.changelog-57, .list-main.changelog-71, .list-main.changelog-83, .list-main.changelog-84, .list-main.changelog-85, .list-main.changelog-86, .list-main.changelog-100, .list-main.changelog-112, .list-main.changelog-113, .list-main.changelog-114, .list-main.changelog-115 {
  margin-top: var(--numbers--24);
  margin-bottom: var(--numbers--16);
  letter-spacing: .5px;
}

.sub-list:where(.w-variant-56e182bc-b41a-92b6-44d6-f006cb2fb774), .sub-list.changelog-14, .sub-list.changelog-15, .sub-list.changelog-16, .sub-list.changelog-17, .sub-list.changelog-18, .sub-list.changelog-19, .sub-list.changelog-20, .sub-list.changelog-21, .sub-list.changelog-22, .sub-list.changelog-23, .sub-list.changelog-24, .sub-list.changelog-43, .sub-list.changelog-44, .sub-list.changelog-45, .sub-list.changelog-46, .sub-list.changelog-47, .sub-list.changelog-48, .sub-list.changelog-49, .sub-list.changelog-50, .sub-list.changelog-51, .sub-list.changelog-52, .sub-list.changelog-53, .sub-list.changelog-72, .sub-list.changelog-73, .sub-list.changelog-74, .sub-list.changelog-75, .sub-list.changelog-76, .sub-list.changelog-77, .sub-list.changelog-78, .sub-list.changelog-79, .sub-list.changelog-80, .sub-list.changelog-81, .sub-list.changelog-82, .sub-list.changelog-101, .sub-list.changelog-102, .sub-list.changelog-103, .sub-list.changelog-104, .sub-list.changelog-105, .sub-list.changelog-106, .sub-list.changelog-107, .sub-list.changelog-108, .sub-list.changelog-109, .sub-list.changelog-110, .sub-list.changelog-111 {
  margin-bottom: var(--numbers--16);
  margin-left: var(--numbers--16);
  letter-spacing: .5px;
}

.nav-menu-wrapper {
  grid-column-gap: var(--numbers--20);
  grid-row-gap: var(--numbers--20);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.input {
  border: 1px solid var(--background--line);
  background-color: var(--background--bg-2);
  color: var(--text--text-accent);
  border-radius: 100px;
  min-height: 50px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.143em;
  transition: background-color .3s, color .3s, border-color .3s;
}

.input:hover {
  border-color: var(--text--text-muted);
  background-color: var(--background--bg-3);
}

.input:focus {
  border-color: var(--text--text-muted);
  background-color: var(--background--bg-3);
  color: #fff;
}

.input::placeholder {
  color: var(--text--text-muted);
}

.input.small {
  color: #aeb9e1;
  min-height: 38px;
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 1.143em;
}

.input.small:focus {
  color: #d1d8f1;
}

.input.small::placeholder {
  font-size: 12px;
  line-height: 1.167em;
}

.input.small.search-icon-inside {
  margin-bottom: 0;
  padding-right: 25%;
}

.dropdown-wrapper-sidebar {
  width: 100%;
  display: block;
}

.social-icon-circle {
  color: #fff;
  background-color: #162451;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  font-size: 16px;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-circle:hover {
  color: #fff;
  background-color: #5178ff;
}

.social-icon-circle._21px {
  font-size: 21px;
}

.social-icon-circle._13px {
  font-size: 13px;
}

.container-default {
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.max-w-1208px {
  max-width: 1208px;
}

.logo-wrapper-2 {
  color: #384261;
  text-align: center;
  text-decoration: none;
  display: flex;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.hamburger-menu-wrapper.header-btn {
  display: none;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.empty-state {
  color: #d1d8f1;
  text-align: center;
  background-color: #0000;
  border: 1px solid #384261;
  border-radius: 24px;
  padding: 26px 24px;
}

.empty-state.small {
  border-radius: 10px;
  padding: 10px;
}

.link-sidebar-wrapper {
  border-top: 1px none var(--background--line);
  border-bottom: 1px solid var(--background--line);
  padding-top: 24px;
  padding-bottom: 24px;
}

.link-sidebar-wrapper.border-top {
  border-top-style: solid;
}

.link-sidebar-wrapper.none-border-top {
  border-top-style: none;
}

.link-sidebar-wrapper.none-border-bottom {
  border-bottom-style: none;
}

.dropdown-link-sidebar {
  color: #7e89ac;
  transform-style: preserve-3d;
  flex-direction: row;
  align-items: center;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.143em;
  text-decoration: none;
  transition: opacity .3s, transform .3s;
  display: flex;
}

.dropdown-link-sidebar:hover {
  opacity: .5;
  color: #7e89ac;
  transform: translate3d(4px, 0, .01px);
}

.footer-logo {
  width: 100%;
  transition: opacity .3s;
}

.footer-logo:hover {
  opacity: .5;
}

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.header-logo {
  width: 100%;
  max-width: 158px;
  padding-left: 0;
  transition: opacity .3s;
}

.header-logo:hover {
  opacity: .5;
}

.text-300 {
  font-size: 16px;
  line-height: 1.125em;
}

.text-300.semi-bold {
  font-weight: 600;
}

.text-300.semi-bold.footer-title {
  color: #fff;
  margin-bottom: 24px;
}

.inner-container._569px {
  max-width: 569px;
}

.inner-container._700px {
  max-width: 700px;
}

.inner-container._600px {
  max-width: 600px;
}

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

.section.pd-top-0px {
  padding-top: 0;
}

.section.pd-top-0px.pd-bottom-0px, .section.pd-top-0px.pd-bottom-0px.get-started {
  padding-bottom: 0;
}

.section.pd-top-0px.pd-bottom-0px.overview {
  padding-bottom: 0;
  display: none;
}

.section.pd-top-0px.pd-bottom-0px.playground, .section.pd-top-0px.pd-bottom-0px.ui9000-mcp, .section.pd-top-0px.pd-bottom-0px.local-setup {
  display: none;
}

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

.sidebar-wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  padding: 198px 24px 60px;
  display: flex;
}

.mg-bottom-12px {
  margin-bottom: 12px;
}

.dropdown-sidebar-toggle {
  grid-column-gap: var(--numbers--8);
  grid-row-gap: var(--numbers--8);
  color: var(--text--text);
  transform-style: preserve-3d;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.143em;
  transition: transform .3s, opacity .3s;
  display: flex;
}

.dropdown-sidebar-toggle:hover {
  transform: translate3d(4px, 0, .01px);
}

.dropdown-sidebar-toggle.border-top {
  border-top: 1px solid var(--background--line);
}

.mg-bottom-32px {
  width: 100%;
  margin-bottom: 0;
}

.navigation-sidebar {
  flex-direction: column;
  width: 100%;
  max-width: 340px;
  min-height: 100%;
  max-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: auto;
}

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

.flex-horizontal.start {
  justify-content: flex-start;
}

.flex-horizontal.end {
  justify-content: flex-end;
}

.footer-link {
  color: #aeb9e1;
  font-size: 14px;
  line-height: 1.143em;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.more-template {
  color: #fff;
  white-space: nowrap;
  font-weight: 700;
}

.footer-link.more-template:hover {
  color: #5178ff;
}

.grid-2-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.header-siderbar-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .31fr 1fr;
  align-items: start;
}

.footer-logo-wrapper {
  width: 100%;
  max-width: 184px;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #384261;
  padding-top: 32px;
  padding-bottom: 32px;
}

.dropdown-list-sidebar {
  background-color: #0000;
  padding-top: 7px;
  padding-left: 20px;
  position: relative;
  overflow: hidden;
}

.dropdown-list-sidebar.w--open {
  display: block;
}

.social-media-grid-top {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 32px);
  justify-content: start;
  justify-items: start;
}

._w-h-100 {
  width: 100%;
  height: 100%;
}

.sidebar-collapse-icon-inner-container {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.position-relative {
  position: relative;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-bottom-8px.header-search-bar {
  display: none;
}

.paragraph-small {
  font-size: 12px;
  line-height: 1.833em;
}

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

.footer-list-item {
  margin-bottom: 14px;
  padding-left: 0;
  line-height: 1.143em;
}

.line-rounded-icon.search-input {
  color: #7e89ac;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 20px 0% auto;
}

.line-rounded-icon.search-input.default {
  color: #d1d8f1;
  font-family: Line Rounded Icon Font, Georgia, sans-serif;
  font-size: 14px;
}

.line-rounded-icon.dropdown-arrow-sidebar {
  margin-left: auto;
  font-family: Line Rounded Icon Font, Georgia, sans-serif;
  line-height: 18px;
}

.line-rounded-icon.size-14x14 {
  font-size: 14px;
  line-height: 14px;
}

.line-rounded-icon.size-14x14.link-icon-right, .line-rounded-icon.size-14x14.link-icon-left {
  font-family: Line Rounded Icon Font, Georgia, sans-serif;
}

.line-rounded-icon.size-14x14.link-icon-up {
  font-family: Line Rounded Icon Font, Georgia, sans-serif;
  font-size: 8px;
}

.line-rounded-icon.accordion-icon {
  color: #fff;
  font-size: 12px;
  line-height: 1em;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.line-rounded-icon.dropdown-arrow-sidebar {
  margin-left: auto;
  line-height: 18px;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.gap-row-0 {
  grid-row-gap: 0px;
}

.sticky-top {
  position: sticky;
  top: 0;
}

.sticky-top.header-wrapper---main {
  top: 198px;
  overflow: auto;
}

.social-icon-font {
  line-height: 1.111em;
}

.link-sidebar {
  opacity: .8;
  color: var(--text--text);
  transform-style: preserve-3d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.143em;
  text-decoration: none;
  transition: transform .3s, opacity .3s;
  display: inline-block;
}

.link-sidebar:hover {
  transform: translate3d(4px, 0, .01px);
}

.hidden-desktop {
  display: none;
}

.footer-wrapper {
  z-index: 1;
  background-color: #080f25;
  border-top: .6px solid #384261;
  position: relative;
}

.icon-size---default {
  width: 100%;
  max-width: 79px;
  margin-bottom: 12px;
}

.icon-size---default.mg-bottom-17px {
  margin-bottom: 17px;
}

.hamburger-menu-bar {
  background-color: #080f25;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.text-no-wrap {
  white-space: nowrap;
}

.sidebar-logo-section-container {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 23px;
  display: flex;
}

.page---main {
  padding-top: 198px;
}

.divider-vertical {
  background-color: #384261;
  align-self: stretch;
  min-width: 1px;
  max-width: 1px;
  margin-left: 24px;
  margin-right: 24px;
}

.divider-vertical.mg-0px {
  margin-left: 0;
  margin-right: 0;
}

.mg-bottom-24px, .mg-bottom-24px.keep {
  margin-bottom: 24px;
}

.dropdown-wrapper-sidebar---main {
  padding-top: 18px;
  padding-bottom: 18px;
}

.dropdown-icon-wrapper {
  width: 100%;
  max-width: 16px;
  margin-right: 4px;
  display: flex;
}

.footer-top {
  padding-top: 64px;
  padding-bottom: 64px;
}

.display-2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.385em;
}

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

.grid-main-pages {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-footer-4-columns {
  grid-column-gap: 30px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: minmax(170px, .7fr) min-content auto auto;
  justify-content: space-between;
}

.card {
  border: 1px solid var(--background--line);
  background-color: var(--background--bg-2);
  color: var(--text--text);
  border-radius: 24px;
}

.card.card-changelog {
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.card.doc-item {
  flex-direction: column;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
  overflow: hidden;
}

.card.doc-item:hover {
  border-color: var(--text--text-muted);
  background-color: var(--background--bg-3);
}

.mg-top-16px {
  margin-top: 16px;
  display: none;
}

.content-changelog-v2 {
  padding: 32px 34px;
}

.divider-2 {
  background-color: #384261;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider-2._24px {
  margin-top: 24px;
  margin-bottom: 24px;
}

.divider-2._0px {
  margin-top: 0;
  margin-bottom: 0;
}

.divider-2._0px.mg-top-20px {
  margin-top: 20px;
}

.link-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  line-height: 1.167em;
  display: flex;
}

.badge-primary {
  color: #fff;
  background-color: #5178ff;
  border-radius: 40px;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 1.143em;
  display: inline-block;
}

.badge-primary.small {
  padding: 7px 9px;
  font-size: 12px;
  line-height: 1.167em;
}

.badge-primary.small.w--current {
  color: #fff;
  background-color: #5178ff;
}

.heading-h3-size {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.273em;
}

.changelog-dot {
  background-color: #5178ff;
  border-radius: 50%;
  min-width: 5px;
  max-width: 5px;
  min-height: 5px;
  max-height: 5px;
}

.text-100 {
  font-size: 12px;
  line-height: 1.167em;
}

.text-100.medium {
  font-weight: 500;
}

.text-100.medium.color-neutral-100 {
  color: #fff;
}

.link-text {
  display: inline-block;
}

.changelog-dot-border {
  background-color: #5178ff66;
  border: 1px solid #5178ff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 13px;
  max-width: 13px;
  min-height: 13px;
  max-height: 13px;
  margin-top: 8px;
  display: flex;
  overflow: hidden;
}

.changelog-dot-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.changelog-items {
  grid-column-gap: var(--numbers--20);
  grid-row-gap: var(--numbers--20);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.changelog-items:where(.w-variant-56e182bc-b41a-92b6-44d6-f006cb2fb774) {
  grid-column-gap: var(--numbers--2);
  grid-row-gap: var(--numbers--2);
}

.div-block-8 {
  grid-column-gap: var(--numbers--8);
  grid-row-gap: var(--numbers--8);
  flex-flow: column;
  display: flex;
}

.swiper_pagination-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-triangle-2 {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  display: flex;
}

.icon-triangle-2.is-right {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.swiper_control-wrap-3 {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  display: flex;
}

.swiper_pagination-bullet-2 {
  cursor: pointer;
  background-color: #ffffff4d;
  border-radius: 100vw;
  width: .5rem;
  min-width: .5rem;
  height: .5rem;
  min-height: .5rem;
}

.swiper_pagination-bullet-2.is-active {
  background-color: #fffc;
}

.swiper_button-3 {
  color: #ffffffb3;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  padding: .5rem;
  transition: color .2s, background-color .2s;
  display: flex;
}

.swiper_button-3:hover {
  color: #fff;
}

.swiper_button-3.is-prev.swiper-button-disabled {
  box-shadow: none;
  color: #ffffff4d;
}

.swiper_pagination-numbers-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.swiper_pagination-number {
  color: #fffc;
  cursor: pointer;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: .625rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .35s;
  display: flex;
}

.swiper_pagination-number:hover {
  background-color: var(--background--bg-2);
}

.swiper_pagination-number.w--current {
  color: #234361;
}

.swiper_pagination-number.is-active {
  border: 1px solid var(--text--text-muted);
}

.article_pagination-dots {
  color: #5b6469;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding-left: .375rem;
  padding-right: .375rem;
  display: flex;
}

.heading-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #7664f4);
  -webkit-background-clip: text;
  background-clip: text;
}

.changelog-case {
  background-color: #f8f8f808;
  border: 1px solid #f8f8f80d;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  transition: all .2s;
  display: flex;
  box-shadow: 0 99px 129px -81px #0000004d;
}

.changelog-case:where(.w-variant-56e182bc-b41a-92b6-44d6-f006cb2fb774) {
  background-color: #f8f8f80d;
}

.changelog-case:hover {
  background-color: #f8f8f817;
  border-color: #f8f8f817;
  box-shadow: 0 10px 16px 3px #14151a14, 0 3px 6px -2px #14151a0d;
}

.changelog-case:hover:where(.w-variant-56e182bc-b41a-92b6-44d6-f006cb2fb774) {
  background-color: #f8f8f814;
}

.changelog-case.changelog {
  background-color: #f8f8f80d;
}

.changelog-case.changelog:hover {
  background-color: #f8f8f814;
}

.changelog-case.changelog-30 {
  background-color: #f8f8f80d;
}

.changelog-case.changelog-30:hover {
  background-color: #f8f8f814;
}

.changelog-case.changelog-59 {
  background-color: #f8f8f80d;
}

.changelog-case.changelog-59:hover {
  background-color: #f8f8f814;
}

.changelog-case.changelog-88 {
  background-color: #f8f8f80d;
}

.changelog-case.changelog-88:hover {
  background-color: #f8f8f814;
}

.hero--video-wrapper-2 {
  width: 100%;
  max-width: 100%;
}

.hero-video {
  border: 1px solid var(--background--line);
  border-radius: 16px;
  width: 100%;
  display: block;
  overflow: hidden;
}

.display-4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375em;
}

.doc-item-content {
  padding: 20px 32px;
}

.link-sidebar-wrapper-2 {
  border-top: 1px #384261;
  border-bottom: 1px solid #384261;
  padding-top: 24px;
  padding-bottom: 24px;
}

.link-sidebar-wrapper-2.border-top {
  border-top-style: solid;
}

.link-sidebar-wrapper-2.none-border-top {
  border-top-style: none;
}

.link-sidebar-wrapper-2.none-border-bottom {
  border-bottom-style: none;
}

.display-1 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.533em;
}

.sidebar-wrapper-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 24px 60px;
  display: flex;
}

.dropdown-sidebar-toggle-2 {
  color: #d1d8f1;
  transform-style: preserve-3d;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.143em;
  transition: transform .3s, opacity .3s;
  display: flex;
}

.dropdown-sidebar-toggle-2:hover {
  transform: translate3d(4px, 0, .01px);
}

.overflow-hidden {
  overflow: hidden;
}

.mg-top-auto {
  margin-top: auto;
}

.width-100 {
  width: 100%;
}

.width-100.fit-cover.doc-item-image {
  min-height: 152px;
  max-height: 169px;
}

.page---main-2 {
  padding-top: 60px;
}

._w-h-16px {
  width: 16px;
  height: 16px;
}

.visual-code-content {
  white-space: nowrap;
  max-width: 700px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  overflow: auto;
}

.visual-code-content.padding-left-32px {
  padding-left: 32px;
}

.table-space {
  height: auto;
}

.text-code {
  border: 1px solid var(--background--line-3);
  background-color: var(--background--bg-3);
  color: var(--accent--purple);
  border-radius: 5px;
  padding: 2px 5px;
  font-family: Source Code Pro, sans-serif;
  font-weight: 400;
  line-height: 1em;
  display: inline-block;
}

.paragraph-note-content {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.grid-3-table-v1 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 346px;
  align-items: center;
}

.grid-3-table-v1.align-top {
  align-items: start;
}

.grid-3-table-v1._0-75fr---1fr---1fr {
  grid-template-columns: .75fr 1fr 1fr;
}

.console-text-area {
  margin-bottom: 0;
  margin-left: 21px;
  padding-left: 0;
  padding-right: 24px;
  font-family: Source Code Pro, sans-serif;
  list-style-type: decimal;
}

.console-text-area.v2 {
  margin-left: 0;
  list-style-type: none;
}

.container-default-2 {
  max-width: 828px;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-2.max-w-1208px {
  max-width: 1208px;
}

.visual-code {
  border: 1px solid var(--background--line);
  background-color: var(--background--bg-2);
  color: var(--text--text-muted);
  border-radius: 12px;
  width: 100%;
  min-width: 100%;
  overflow: hidden;
  box-shadow: 0 2px 7px #0000000f;
}

.icon-note-content {
  margin-top: 4px;
  margin-right: 10px;
}

.title-wrapper {
  background-color: var(--background--bg-3);
  padding: 16px 24px;
  transform: translate(0);
}

.title-wrapper.bg---border {
  background-color: #0000;
  border-bottom: 1px solid #384261;
}

.visual-code-text {
  margin-bottom: 0;
  font-weight: 500;
}

.visual-code-text.all-caps-v1 {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  width: 44px;
  margin-right: 10px;
  display: inline-block;
}

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

.accordion-spacer {
  min-height: 8px;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.accordion-content-wrapper.v2 {
  max-width: 730px;
}

.tabs-badge-secondary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0f1834;
  border: 1px solid #384261;
  border-radius: 40px;
  padding: 7px 9px;
  font-size: 12px;
  line-height: 1.167em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
  display: inline-block;
}

.tabs-badge-secondary:hover {
  color: #fff;
  background-color: #5178ff;
  border-color: #5178ff;
  transform: translate3d(0, -1.5px, .01px);
}

.tabs-badge-secondary.w--current {
  opacity: 1;
  color: #fff;
  background-color: #5178ff;
  border-color: #5178ff;
  transform: translate(0);
}

.mg-bottom-32px-2, .mg-bottom-32px-2.keep {
  margin-bottom: 32px;
}

.rich-text-v2 {
  font-size: 1rem;
  line-height: 1.5;
}

.rich-text-v2 p {
  color: var(--text--text-muted);
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.5;
}

.rich-text-v2 ol {
  color: var(--text--text-muted);
  margin-top: 20px;
  margin-bottom: 32px;
  font-size: 1rem;
  line-height: 1.5;
}

.rich-text-v2 li {
  margin-bottom: 10px;
  padding-left: 8px;
}

.rich-text-v2 ul {
  color: var(--text--text-muted);
  margin-top: 20px;
  margin-bottom: 32px;
}

.rich-text-v2 strong {
  color: var(--text--text);
  font-weight: 400;
}

.accordion-big-number-wrapper {
  display: flex;
}

.accordion-item-wrapper {
  cursor: pointer;
  transform-style: preserve-3d;
  border-bottom: 1px solid #384261;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding-top: 26px;
  padding-bottom: 26px;
  transition: transform .3s;
  display: flex;
}

.accordion-item-wrapper:hover {
  transform: translate3d(8px, 0, .01px);
}

.accordion-item-wrapper.v2 {
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 20px 0;
  overflow: hidden;
}

.acordion-body {
  width: 100%;
  max-width: 720px;
}

.text-source-code {
  color: #aeb9e1;
  font-family: Source Code Pro, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
}

.text-source-code.color-neutral-300 {
  color: #d1d8f1;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #5178ff;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 28px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.143em;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  box-shadow: inset 0 6px 4px #7d9aff, inset 0 0 4px #000720d9;
}

.btn-primary:hover {
  transform: translate3d(0, -1.5px, .01px);
  box-shadow: inset 0 0 4px #000720d9;
}

.btn-primary.small---v2 {
  box-shadow: none;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.167em;
  transition: transform .3s;
}

.mg-top-12px {
  margin-top: 12px;
}

.accordion-title {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.167em;
}

.tabs-menu-wrapper {
  grid-column-gap: 14px;
  border-bottom: .6px solid #384261;
  margin-bottom: 18px;
  padding-bottom: 14px;
  display: flex;
}

.link-wrapper-2 {
  color: #fff;
  font-size: 12px;
  line-height: 1.167em;
  display: flex;
}

.accordion-side {
  margin-right: 24px;
}

.accordion-side.right-side {
  margin-left: 24px;
  margin-right: 0;
}

.icon---note-content {
  border: 1px solid var(--background--line);
  background-color: var(--background--bg-2);
  color: var(--text--text-muted);
  border-radius: 12px;
  min-width: 100%;
  max-width: 100%;
  padding: 16px 24px;
  display: none;
}

.icon---note-content.flex {
  flex-flow: column;
  display: flex;
}

.table-content {
  border-bottom: 1px solid #384261;
  padding: 20px 18px;
}

.mg-top-24px {
  margin-top: 24px;
  display: none;
}

.mg-top-24px.unhide {
  display: flex;
}

.accordion-header {
  align-items: center;
  display: flex;
}

.icon-cms {
  border-radius: 12px;
  width: 48px;
  height: 48px;
  min-height: 48px;
  margin-bottom: 18px;
  overflow: visible;
  box-shadow: 0 3px 5px #00000014;
}

.mg-top--8px {
  margin-top: -8px;
}

.visual-code-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.text-301 {
  font-size: 12px;
  line-height: 1.167em;
}

.text-301.medium {
  font-weight: 500;
}

.text-301.medium.color-neutral-100 {
  color: #fff;
}

.table-status-title {
  border: 1px solid var(--background--line);
  background-color: var(--background--bg-3);
  border-radius: 8px;
  padding: 9px 18px;
}

.text-right {
  text-align: right;
}

.visual-code-area---item {
  color: var(--text--text);
  margin-bottom: 5px;
  padding-left: 4px;
  position: relative;
}

.visual-code-area---item.last {
  margin-bottom: 0;
}

.pd-20px---28px {
  border-bottom: .6px solid #384261;
  border-right: .6px solid #384261;
  padding: 20px 28px;
}

.pd-20px---28px.border-right---mb-none-border {
  border-right-style: solid;
}

.pd-20px---28px.none-border-right---bot {
  border-bottom-style: none;
  border-right-style: none;
}

.pd-20px---28px.none-border-right {
  border-right-style: none;
}

.color-neutral-100 {
  color: #fff;
}

.link-block, .link-block-2 {
  text-decoration: none;
}

.is--code {
  color: var(--text--text);
}

.divider-doc {
  background-color: var(--background--line);
  height: 1px;
  padding-bottom: 0;
}

.divider-doc.margin-top-20px {
  margin-top: 20px;
}

.title-wrapper-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.command-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.text-code-2 {
  color: #fff;
  background-color: #0f1834;
  border: 1px solid #384261;
  border-radius: 5px;
  padding: 2px 4px;
  font-family: Source Code Pro, sans-serif;
  font-weight: 500;
  line-height: 1em;
  display: inline-block;
}

.bold-text {
  color: var(--text--text);
}

.input-2 {
  color: #fff;
  background-color: #0f1834;
  border: 1px solid #384261;
  border-radius: 100px;
  min-height: 50px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.143em;
  transition: background-color .3s, color .3s, border-color .3s;
}

.input-2:hover {
  background-color: #121d3f;
  border-color: #5371cf;
}

.input-2:focus {
  color: #fff;
  background-color: #121d3f;
  border-color: #5371cf;
}

.input-2::placeholder {
  color: #aeb9e1;
}

.input-2.small {
  color: #aeb9e1;
  min-height: 38px;
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 1.143em;
}

.input-2.small:focus {
  color: #d1d8f1;
}

.input-2.small::placeholder {
  font-size: 12px;
  line-height: 1.167em;
}

.input-2.small.search-icon-inside {
  margin-bottom: 0;
  padding-right: 25%;
}

.visual-code-content-2 {
  white-space: nowrap;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  overflow: auto;
}

.paragraph-note-content-2 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.833em;
}

.visual-code-2 {
  color: #7e89ac;
  background-color: #0f1834;
  border: 1px solid #384261;
  border-radius: 12px;
  width: 100%;
  min-width: 100%;
  overflow: hidden;
  box-shadow: 0 2px 7px #0000000f;
}

.title-wrapper-2 {
  background-color: #384261;
  padding: 16px 24px;
  transform: translate(0);
}

.title-wrapper-2.bg---border {
  background-color: #0000;
  border-bottom: 1px solid #384261;
}

.visual-code-text-2 {
  color: #d1d8f1;
  margin-bottom: 0;
  font-weight: 500;
}

.visual-code-text-2.all-caps-v1 {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  width: 44px;
  margin-right: 10px;
  display: inline-block;
}

.link-sidebar-wrapper-3 {
  border-top: 1px #384261;
  border-bottom: 1px solid #384261;
  padding-top: 24px;
  padding-bottom: 24px;
}

.link-sidebar-wrapper-3.border-top {
  border-top-style: solid;
}

.link-sidebar-wrapper-3.none-border-top {
  border-top-style: none;
}

.link-sidebar-wrapper-3.none-border-bottom {
  border-bottom-style: none;
}

.mg-bottom-32px-3, .mg-bottom-32px-3.keep {
  margin-bottom: 32px;
}

.navigation-sidebar-2 {
  border-right: .6px solid #384261;
  flex-direction: column;
  width: 100%;
  max-width: 340px;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: auto;
}

.mg-top-16px-2 {
  margin-top: 16px;
}

.mg-top-12px-2 {
  margin-top: 12px;
}

.link-wrapper-3 {
  color: #fff;
  font-size: 12px;
  line-height: 1.167em;
  display: flex;
}

.icon---note-content-2 {
  color: #aeb9e1;
  background-color: #0f1834;
  border: 1px solid #384261;
  border-radius: 12px;
  min-width: 100%;
  max-width: 100%;
  padding: 16px 24px;
}

.link-sidebar-2 {
  color: #fff;
  transform-style: preserve-3d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.143em;
  text-decoration: none;
  transition: transform .3s, opacity .3s;
  display: inline-block;
}

.link-sidebar-2:hover {
  opacity: .5;
  transform: translate3d(4px, 0, .01px);
}

.mg-top-24px-2 {
  margin-top: 24px;
}

.icon-cms-2 {
  border-radius: 12px;
  width: 48px;
  height: 48px;
  min-height: 48px;
  margin-bottom: 18px;
  overflow: hidden;
  box-shadow: 0 3px 5px #00000014;
}

.page---main-3 {
  padding-top: 60px;
}

.table-status-title-2 {
  background-color: #0f1834;
  border: 1px solid #384261;
  border-radius: 8px;
  padding: 9px 18px;
}

.visual-code-area---item-2 {
  color: #7e89ac;
  margin-bottom: 5px;
  padding-left: 12px;
  position: relative;
}

.visual-code-area---item-2.last {
  margin-bottom: 0;
}

.input-3 {
  color: #fff;
  background-color: #0f1834;
  border: 1px solid #384261;
  border-radius: 100px;
  min-height: 50px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.143em;
  transition: background-color .3s, color .3s, border-color .3s;
}

.input-3:hover {
  background-color: #121d3f;
  border-color: #5371cf;
}

.input-3:focus {
  color: #fff;
  background-color: #121d3f;
  border-color: #5371cf;
}

.input-3::placeholder {
  color: #aeb9e1;
}

.input-3.small {
  color: #aeb9e1;
  min-height: 38px;
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 1.143em;
}

.input-3.small:focus {
  color: #d1d8f1;
}

.input-3.small::placeholder {
  font-size: 12px;
  line-height: 1.167em;
}

.input-3.small.search-icon-inside {
  margin-bottom: 0;
  padding-right: 25%;
}

.paragraph-note-content-3 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.833em;
}

.visual-code-3 {
  color: #7e89ac;
  background-color: #0f1834;
  border: 1px solid #384261;
  border-radius: 12px;
  width: 100%;
  min-width: 100%;
  overflow: hidden;
  box-shadow: 0 2px 7px #0000000f;
}

.title-wrapper-3 {
  background-color: #384261;
  padding: 16px 24px;
  transform: translate(0);
}

.title-wrapper-3.bg---border {
  background-color: #0000;
  border-bottom: 1px solid #384261;
}

.visual-code-text-3 {
  color: #d1d8f1;
  margin-bottom: 0;
  font-weight: 500;
}

.visual-code-text-3.all-caps-v1 {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  width: 44px;
  margin-right: 10px;
  display: inline-block;
}

.link-sidebar-wrapper-4 {
  border-top: 1px #384261;
  border-bottom: 1px solid #384261;
  padding-top: 24px;
  padding-bottom: 24px;
}

.link-sidebar-wrapper-4.border-top {
  border-top-style: solid;
}

.link-sidebar-wrapper-4.none-border-top {
  border-top-style: none;
}

.link-sidebar-wrapper-4.none-border-bottom {
  border-bottom-style: none;
}

.text-302 {
  font-size: 16px;
  line-height: 1.125em;
}

.text-302.semi-bold {
  font-weight: 600;
}

.text-302.semi-bold.footer-title {
  color: #fff;
  margin-bottom: 24px;
}

.mg-bottom-32px-4, .mg-bottom-32px-4.keep {
  margin-bottom: 32px;
}

.navigation-sidebar-3 {
  flex-direction: column;
  width: 100%;
  max-width: 340px;
  min-height: 80vh;
  max-height: 80vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: auto;
}

.link-wrapper-4 {
  color: #fff;
  font-size: 12px;
  line-height: 1.167em;
  display: flex;
}

.text-303 {
  font-size: 12px;
  line-height: 1.167em;
}

.text-303.medium {
  font-weight: 500;
}

.text-303.medium.color-neutral-100 {
  color: #fff;
}

.page---main-4 {
  padding-top: 60px;
}

.table-status-title-3 {
  background-color: #0f1834;
  border: 1px solid #384261;
  border-radius: 8px;
  padding: 9px 18px;
}

.visual-code-area---item-3 {
  color: #7e89ac;
  margin-bottom: 5px;
  padding-left: 12px;
  position: relative;
}

.visual-code-area---item-3.last {
  margin-bottom: 0;
}

.footer-middle-links {
  grid-column-gap: var(--numbers--16);
  grid-row-gap: var(--numbers--16);
  justify-content: center;
  align-items: center;
  display: flex;
}

.changelog-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  transition: all .2s;
  display: flex;
}

.changelog-body {
  width: 100%;
  transition: all .2s;
}

.changelog-body-wrapper {
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 4.5rem;
}

@media screen and (min-width: 1280px) {
  .hero--video-wrapper {
    position: relative;
  }

  .hero--img {
    z-index: 2;
    display: block;
    position: relative;
    overflow: visible;
  }

  .hero--bg-pattern-product {
    background-position: 50% -280%;
  }

  .card-img {
    height: 100%;
  }

  .iframe-wrapper.smaller {
    overflow: hidden;
  }

  .hero--img-effect {
    position: absolute;
  }

  .hero-banner-container {
    height: 660px;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-family: var(--text--font--family);
  }

  h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4rem;
    line-height: 1.1;
  }

  h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.5rem;
    line-height: 1.1;
  }

  h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3rem;
    line-height: 1.1;
  }

  h4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 1.3;
  }

  h6 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbarcontainer {
    display: flex;
  }

  .navbar-content {
    max-width: none;
  }

  .nav-brand, .logo--top-nav-wrapper {
    display: block;
  }

  .nav-menu {
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-link {
    color: var(--text--text-muted);
  }

  .nav-divider-left {
    background-color: var(--background--line-2);
    width: 1px;
    height: 100%;
  }

  .nav-divider-center {
    background-color: var(--background--line-2);
    border: 1px dashed #000;
    width: 1px;
    height: 100%;
  }

  .body {
    background-color: var(--background--bg-1);
    font-family: var(--text--font--family);
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto auto;
  }

  .padding--vertical.padding--hero-homepage {
    padding-top: 10rem;
  }

  .article_wrapper.is-swiper {
    display: flex;
  }

  .d1 {
    letter-spacing: -.04rem;
    font-size: 5rem;
    font-weight: 400;
    line-height: 1.1;
  }

  .heading {
    letter-spacing: -.04rem;
    font-weight: 400;
  }

  .section--default.is--hero-solutions {
    background-image: url('../images/hero--bg.png'), url('../images/hero--bg-2.svg'), url('../images/Isolation_Mode.svg');
    background-position: 50% -120%, 50%, 50% 0;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: cover, cover, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .section--default.is--hero-contact {
    background-position: 50% 7%, 50% 0;
  }

  .section--default.is--hero-product {
    background-image: url('../images/hero--bg.png'), url('../images/hero--bg-2.svg'), url('../images/Isolation_Mode.svg');
    background-position: 50% -120%, 50%, 50% 0;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: cover, cover, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .solutions-bg-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .hero-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .hero--video-wrapper {
    max-width: 70%;
  }

  .wireframe--bg {
    bottom: -600px;
  }

  .page--padding-2 {
    overflow: visible;
  }

  .page--padding-2.is--related-articles {
    width: 100%;
  }

  .swiper_control-wrap-2 {
    max-width: 82.5rem;
    left: 60px;
  }

  .hero--bg-shape, .hero--bg-shape.product-page, .hero--bg-pattern {
    background-position: 50%;
  }

  .hero--bg-pattern.product-page {
    background-position: 50%;
    background-size: cover;
  }

  .hero--bg-shape-product {
    background-image: url('../images/hero--bg-shape.png');
    background-position: 50%;
    background-size: cover;
  }

  .hero--bg-shape-product.product-page, .hero--bg-pattern-product {
    background-position: 50%;
  }

  .hero--bg-pattern-product.product-page {
    background-position: 50%;
    background-size: cover;
  }

  .container--1x2 {
    width: 100%;
  }

  .card-img-top-vertical {
    max-width: none;
  }

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

  .custom-dash-bg-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .card-img-top-vertical-2 {
    max-width: none;
  }

  .hero-banner-container {
    height: 700px;
  }

  .menu-item.max-width-376px {
    max-width: 320px;
  }

  .logo-wrapper-2 {
    display: flex;
  }

  .navigation-sidebar {
    min-width: 340px;
  }

  .grid-2-columns.header-siderbar-grid {
    grid-template-columns: auto 1fr;
  }

  .swiper_control-wrap-3 {
    left: 60px;
  }

  .navigation-sidebar-2, .navigation-sidebar-3 {
    min-width: 340px;
  }
}

@media screen and (min-width: 1920px) {
  .section--default.is--hero-solutions {
    background-image: url('../images/hero--bg.png'), url('../images/hero--bg-2.svg'), url('../images/Isolation_Mode.svg');
    background-position: 50% -15%, 50%, 50% 0;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, cover, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .section--default.is--hero-blog {
    background-size: cover, cover;
  }

  .section--default.is--hero-contact {
    background-position: 50% 12%, 50% 0;
  }

  .section--default.is--hero-product {
    background-image: url('../images/hero--bg.png'), url('../images/hero--bg-2.svg'), url('../images/Isolation_Mode.svg');
    background-position: 50% -15%, 50%, 50% 0;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, cover, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .ellipse-1 {
    filter: blur(300px);
  }

  .ellipse-2 {
    filter: blur(200px);
  }

  .ellipse-3 {
    filter: blur(400px);
  }

  .ellipse-4 {
    filter: blur(300px);
    left: auto;
    right: 60px;
  }

  .why-bg-small {
    display: none;
  }

  .why-bg-wide {
    display: block;
  }

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

  .left-side {
    height: auto;
  }

  .right-side {
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    min-height: 424px;
  }

  .right-side-img-wrapper, .right-side-img {
    height: 100%;
  }

  .hero--video-wrapper {
    max-width: 90%;
  }

  .page--padding-2.is--related-articles {
    width: 100%;
    max-width: 74.5rem;
  }

  .swiper_control-wrap-2 {
    min-width: 82.5rem;
    max-width: 82.5rem;
    left: auto;
  }

  .hero--bg-shape {
    background-position: 50% 40%;
  }

  .hero--bg-shape.product-page {
    background-position: 50%;
    background-size: contain;
  }

  .hero--bg-pattern {
    background-position: 50% 40%;
  }

  .hero--bg-shape-product {
    background-position: 50% 40%;
    background-size: contain;
  }

  .hero--bg-shape-product.product-page {
    background-position: 50%;
    background-size: contain;
  }

  .hero--bg-pattern-product {
    background-position: 50% 40%;
  }

  .hero-banner-container {
    height: 860px;
  }

  .menu-item.max-width-376px {
    max-width: 376px;
  }

  .background-video-2 {
    max-width: 99%;
  }

  .swiper_control-wrap-3 {
    left: auto;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    padding-right: 16px;
  }

  .navbarcontainer {
    margin-top: 2.5rem;
  }

  .navbar-link {
    justify-content: center;
  }

  .navbar-link.text-copy {
    margin-left: 0;
    margin-right: 0;
    padding-top: 1.5rem;
  }

  .nav-menu-right {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar-btns-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-divider-left, .nav-divider-center {
    display: none;
  }

  .navbar-button {
    justify-content: center;
    display: flex;
  }

  .padding--horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding--medium {
    padding: 1.5rem;
  }

  .padding--xhuge {
    padding: 6rem;
  }

  .margin--huge {
    margin: 5rem;
  }

  .padding--xlarge {
    padding: 3rem;
  }

  .padding--custom3 {
    padding: 1.5rem;
  }

  .padding--top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin--bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding--large {
    padding: 2.5rem;
  }

  .margin--right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin--top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .subtitle {
    font-size: 1.25rem;
  }

  .heading--xlarge {
    font-size: 2.5rem;
  }

  .text-copy {
    font-size: 1.1875rem;
  }

  .padding--custom1 {
    padding: 1.25rem;
  }

  .margin--xxhuge {
    margin: 8rem;
  }

  .features--image {
    margin-right: 2rem;
  }

  .dropdown__link {
    margin-bottom: .625rem;
    padding: .5rem;
    font-weight: 700;
  }

  .dropdown__link:hover {
    color: #091b2d;
    background-color: #0000;
  }

  .form.is-gated {
    max-width: none;
  }

  .padding--vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding--vertical.padding--xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding--vertical.is--footer {
    padding-top: 2.5rem;
  }

  .padding--vertical.padding--hero-homepage {
    padding-top: 9rem;
  }

  .padding--vertical.padding--xxhuge {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .padding--vertical.padding--changelog {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding--xxlarge {
    padding: 4rem;
  }

  .margin--xhuge {
    margin: 6rem;
  }

  .margin--medium {
    margin: 1.5rem;
  }

  .padding--left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .max-width-full--tablet {
    width: 100%;
    max-width: none;
  }

  .padding--xxhuge {
    padding: 8rem;
  }

  .form-wrapper.is-gated {
    margin-top: 32px;
  }

  .margin--vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding--huge {
    padding: 5rem;
  }

  .margin--left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding--custom2 {
    padding: 1rem;
  }

  .heading--huge {
    font-size: 3.5rem;
  }

  .swiper_pagination {
    display: flex;
  }

  .margin--horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-weight--medium.text-align--center.heading--36px {
    font-size: 1.875rem;
  }

  .padding--bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding--bottom.padding--medium.is--resources {
    display: block;
  }

  .article_item {
    width: 50%;
  }

  .margin--xlarge {
    margin: 3rem;
  }

  .article_wrapper.is-swiper {
    display: flex;
  }

  .grid--column.is--features {
    width: 50%;
  }

  .grid--column.is--50-d {
    width: auto;
    padding: 0;
  }

  .grid--column.is--50-d.is--contact-page {
    width: auto;
  }

  .hide--tablet {
    display: none;
  }

  .margin--large {
    margin: 2.5rem;
  }

  .margin--xxlarge {
    margin: 4rem;
  }

  .padding--right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .container--small {
    width: 95%;
  }

  .heading--medium.is-size-larger {
    font-size: 1.375rem;
  }

  .text-size--regular {
    font-size: 1rem;
  }

  .show--tablet {
    display: block;
  }

  .heading--5.text--weight-medium.text--color-accent.is--smaller {
    font-size: var(--numbers--18);
  }

  .section--default.is--hero-solutions {
    background-position: 50% -140%, 50%, 50% 0;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 1376px, cover, cover;
  }

  .section--default.is--hero-contact {
    background-position: 50% 8%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: 1376px, cover;
  }

  .section--default.is--hero-product {
    background-position: 50% -140%, 50%, 50% 0;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 1376px, cover, cover;
  }

  .hero--title-info {
    grid-column-gap: var(--numbers--32);
    grid-row-gap: var(--numbers--32);
  }

  .hero--left-info {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading--1 {
    font-size: 5rem;
  }

  .heading--1.text--color-text.text--align-center.is--smaller, .heading--1.text--color-text.is--smaller:where(.w-variant-b74ea816-63bd-65a0-b820-4b87972f7e39) {
    font-size: var(--numbers--48);
  }

  .btn--primary-48px, .btn--secondary-48px {
    flex: none;
  }

  .clients-container {
    padding-right: var(--numbers--12);
    padding-left: var(--numbers--12);
  }

  .logos {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
  }

  .section--header-wrapper.is--horizontal {
    grid-column-gap: var(--numbers--56);
    grid-row-gap: var(--numbers--56);
  }

  .cards--container {
    grid-column-gap: var(--numbers--24);
    grid-row-gap: var(--numbers--24);
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .container-solutions {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .card-solutions {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .left-side {
    height: auto;
    padding: 24px 32px;
  }

  .hero-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  .hero--video-wrapper {
    max-width: 95%;
    display: flex;
  }

  .hero--video-wrapper.is--tablet {
    max-height: 600px;
    display: block;
  }

  .tab--link {
    flex: none;
  }

  .tabs--menu {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    overflow: auto;
  }

  .tabs {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tabs-content {
    width: 100%;
  }

  .chart--container-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .container--bottom {
    flex-flow: wrap;
    padding: 32px;
  }

  .stats--container-wrapper.is--our-value-section, .stats--container-wrapper.is--custom-dashboard-section {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    padding: 32px;
  }

  .footer--column {
    width: 33.3%;
    padding-top: 1.5rem;
    padding-bottom: 0;
    padding-left: 1rem;
  }

  .footer--column-left {
    width: 100%;
    max-width: none;
  }

  .footer-form-container {
    width: 100%;
  }

  .footer-form-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
  }

  .footer__logo-wrapper {
    margin-bottom: 1rem;
  }

  .footer-form-info {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 100%;
  }

  .grid--wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    display: grid;
  }

  .page--padding-2.is--footer {
    padding-bottom: 2rem;
  }

  .footer-form-email {
    flex-flow: column;
    align-items: flex-start;
  }

  .text-size--16px, .text-size--20px {
    font-size: 1rem;
  }

  .text-size--20px.is--footer {
    font-size: 1.25rem;
  }

  .text-size--20px.text-align--center {
    font-size: 1.125rem;
  }

  .footer--wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
  }

  .dataviz-bg-wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .btn__text-2 {
    text-align: left;
  }

  .featured_text-wrap {
    padding-left: 2rem;
  }

  .heading--48px {
    font-size: 2.25rem;
    line-height: 1.3;
  }

  .btn-icon--right {
    display: none;
  }

  .article_item-2 {
    justify-content: flex-start;
    width: 50%;
  }

  .resource--title {
    font-size: 1.25rem;
  }

  .article_text-wrap {
    padding: 1rem;
  }

  .inquiries-info-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 16px;
  }

  .heading--30px {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .inquiries-info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .btn--link {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-size--18px {
    font-size: 1.1875rem;
  }

  .text-size--18px.text-color--primary.text-weight--semibold.is--tablet {
    font-size: 1rem;
    line-height: 1.4;
  }

  .arrow-right-icon {
    justify-content: center;
    align-items: center;
  }

  .form__input-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    width: 100%;
  }

  .container-faqs {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-175 {
    object-fit: cover;
    object-position: 50% 50%;
    max-height: 20rem;
    overflow: clip;
  }

  .modal-base {
    width: 100%;
  }

  .video-player {
    width: 90%;
  }

  .hero--bg-pattern {
    background-position: 50%;
  }

  .hero--bg-pattern.product-page {
    background-size: contain;
  }

  .hero--bg-pattern-product {
    background-position: 50%;
    background-size: contain;
  }

  .hero--bg-pattern-product.product-page {
    background-size: contain;
  }

  .nav__dropdown {
    margin-left: 0;
  }

  .nav__link-wrapper {
    z-index: 50;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1.5rem;
    padding-left: 0;
    font-size: 1.125rem;
    position: static;
    overflow: visible;
  }

  .nav__dropdown-list {
    background-color: #0000;
    margin-top: -.2rem;
    padding: 0;
    position: static;
  }

  .nav__dropdown-list.w--open {
    box-shadow: none;
    border-left: 1px solid #434d5333;
    border-radius: 0;
    margin-top: 1rem;
    padding-left: .5rem;
  }

  .dropdown__link-2 {
    color: #5b6469;
    margin-bottom: .625rem;
    padding: .5rem;
  }

  .dropdown__link-2:hover {
    color: #091b2d;
    background-color: #0000;
  }

  .card-img {
    height: 100%;
  }

  .container--1x2 {
    flex-flow: column;
  }

  .iframe-wrapper.smaller {
    height: 430px;
    overflow: hidden;
  }

  .card-copy-wrapper-container-right {
    background-image: linear-gradient(#000, #232325);
  }

  .card-copy-wrapper-2 {
    padding: var(--numbers--24);
  }

  .layer-container {
    grid-column-gap: var(--numbers--8);
    grid-row-gap: var(--numbers--8);
    flex-flow: column;
  }

  .layer-container:where(.w-variant-83b77596-caaf-6aa4-1fe9-712d3f60bd47), .layer-container.wrap-up--mobile {
    flex-flow: wrap-reverse;
  }

  .card-copy-wrapper-container-left {
    background-image: linear-gradient(#000, #232325);
  }

  .hero--img-effect {
    min-width: 110%;
  }

  .nav-menu-bg {
    z-index: -1;
    opacity: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #1c1c1ee6;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .nav-menu-center {
    grid-column-gap: var(--numbers--2);
    grid-row-gap: var(--numbers--2);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-right-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .menu-button {
    display: none;
  }

  .menu-button.w--open {
    background-color: var(--background--bg-1);
  }

  .hero-banner-container {
    width: 100%;
    height: 460px;
  }

  .banner-wrapper {
    grid-column-gap: var(--numbers--32);
    grid-row-gap: var(--numbers--32);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    max-height: none;
  }

  .banner-info-wrapper.video {
    height: 442px;
  }

  .icon {
    display: none;
  }

  .icon._24px {
    display: flex;
  }

  .background-video-2 {
    max-width: 99%;
  }

  .filters-selected-wrap {
    grid-column-gap: var(--numbers--24);
    grid-row-gap: var(--numbers--24);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .chart-filters_tags {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .chart-filters_tags-wrap {
    flex-flow: wrap;
  }

  .chart-filter-title {
    white-space: nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 38px;
    display: flex;
  }

  .iframe-placeholder {
    object-fit: cover;
  }

  .nav-links {
    justify-content: flex-start;
    align-items: center;
  }

  .header-changelog-wrapper.is--horizontal {
    grid-column-gap: var(--numbers--56);
    grid-row-gap: var(--numbers--56);
  }

  .hamburger-menu-wrapper {
    margin-left: 24px;
    transition: transform .3s;
  }

  .hamburger-menu-wrapper:hover {
    transform: scale(1.1);
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .hamburger-menu-wrapper.header-btn {
    margin-left: 0;
    transition-property: opacity;
  }

  .hamburger-menu-wrapper.header-btn:hover {
    opacity: .5;
    transform: none;
  }

  .link-sidebar-wrapper.none-border-top.first {
    padding-top: 0;
  }

  .inner-container._780px---tablet {
    max-width: 780px;
  }

  .inner-container._300px---tablet {
    max-width: 300px;
  }

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

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

  .sidebar-wrapper {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 0;
  }

  .mg-bottom-32px.keep {
    margin-bottom: 32px;
  }

  .navigation-sidebar {
    box-shadow: none;
    border-bottom: 1px solid #384261;
    border-right-style: none;
    align-items: stretch;
    width: 100%;
    max-width: none;
    min-height: auto;
    max-height: none;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    overflow: hidden;
  }

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

  .mg-bottom-8px.header-search-bar {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-1-column.gap-row-32px {
    grid-row-gap: 28px;
  }

  .sticky-top.header-wrapper---main {
    position: static;
    overflow: visible;
  }

  .icon-size---default {
    max-width: 70px;
  }

  .hamburger-menu-bar {
    background-color: #fff;
    width: 23px;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sidebar-logo-section-container {
    margin-bottom: 20px;
  }

  .page---main {
    padding-top: 72px;
  }

  .divider-vertical.mg-0px.footer-divider {
    width: 100%;
    min-width: auto;
    max-width: none;
    min-height: 1px;
  }

  .mg-bottom-24px.keep {
    margin-bottom: 24px;
  }

  .content-sidebar {
    z-index: 1;
    background-color: var(--background--bg-1);
    max-width: 100%;
  }

  .grid-footer-4-columns {
    grid-row-gap: 60px;
    grid-template-columns: 1fr .3fr;
  }

  .divider-2 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .swiper_pagination-2 {
    display: flex;
  }

  .hero--video-wrapper-2 {
    display: none;
  }

  .link-sidebar-wrapper-2.none-border-top.first {
    padding-top: 0;
  }

  .sidebar-wrapper-2 {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 0;
  }

  .overflow-hidden {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .width-100.fit-cover.doc-item-image {
    width: auto;
    max-width: none;
  }

  .grid-3-table-v1 {
    grid-template-columns: 1fr 1fr 3fr;
  }

  .visual-code {
    border-radius: 18px;
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .mg-bottom-32px-2.keep {
    margin-bottom: 32px;
  }

  .accordion-item-wrapper.v2:hover {
    transform: translate(6px);
  }

  .mg-top-12px {
    width: 100%;
  }

  .div-block-9 {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .visual-code-2 {
    border-radius: 18px;
  }

  .link-sidebar-wrapper-3.none-border-top.first {
    padding-top: 0;
  }

  .mg-bottom-32px-3.keep {
    margin-bottom: 32px;
  }

  .navigation-sidebar-2 {
    box-shadow: none;
    border-bottom: 1px solid #384261;
    border-right-style: none;
    align-items: stretch;
    width: 100%;
    max-width: none;
    min-height: auto;
    max-height: none;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    overflow: hidden;
  }

  .visual-code-3 {
    border-radius: 18px;
  }

  .link-sidebar-wrapper-4.none-border-top.first {
    padding-top: 0;
  }

  .mg-bottom-32px-4.keep {
    margin-bottom: 32px;
  }

  .navigation-sidebar-3 {
    border-bottom: 1px solid var(--background--line);
    box-shadow: none;
    border-right-style: none;
    align-items: stretch;
    width: 100%;
    max-width: none;
    min-height: auto;
    max-height: none;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .padding--horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding--medium {
    padding: 1.25rem;
  }

  .form__input {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-size--tiny {
    font-size: .812rem;
  }

  .padding--xhuge {
    padding: 4rem;
  }

  .text-overline {
    font-size: .937rem;
  }

  .margin--huge {
    margin: 3.5rem;
  }

  .padding--xlarge {
    padding: 2rem;
  }

  .padding--custom3 {
    padding: 1.25rem;
  }

  .hide--mobile-landscape {
    display: none;
  }

  .padding--top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .swiper_button {
    width: 2.75rem;
    min-width: 2.75rem;
    height: 2.75rem;
    min-height: 2.75rem;
  }

  .margin--bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding--large {
    padding: 1.5rem;
  }

  .margin--right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin--top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .subtitle {
    font-size: 1.125rem;
  }

  .heading--xlarge {
    font-size: 2rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-copy {
    font-size: 1.0625rem;
  }

  .padding--custom1 {
    padding: 1rem;
  }

  .margin--xxhuge {
    margin: 4.5rem;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .features--image {
    width: 5rem;
    height: auto;
  }

  .form.is-gated {
    max-width: none;
    padding-top: 1.5rem;
  }

  .padding--vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding--vertical.padding--xhuge, .padding--vertical.padding--xxhuge {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding--vertical.padding--changelog {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .padding--xxlarge {
    padding: 3rem;
  }

  .text-style--nowrap {
    white-space: normal;
  }

  .text-rich-text.is-new {
    font-size: 1rem;
  }

  .margin--xhuge {
    margin: 4rem;
  }

  .margin--medium {
    margin: 1.25rem;
  }

  .padding--left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding--xxhuge {
    padding: 4.5rem;
  }

  .margin--vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding--huge {
    padding: 3.5rem;
  }

  .page--padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .margin--left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding--custom2 {
    padding: .75rem;
  }

  .heading--huge {
    font-size: 2.75rem;
  }

  .btn-nav.text-copy {
    padding-top: var(--numbers--20);
  }

  .margin--horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .padding--bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .article_item {
    padding: .75rem;
  }

  .article_item.is-swiper {
    width: 20rem;
  }

  .margin--xlarge {
    margin: 2rem;
  }

  .show--mobile-landscape {
    display: block;
  }

  .swiper-title-wrap {
    justify-content: space-between;
    align-items: flex-end;
  }

  .grid--column {
    padding: .5rem;
  }

  .grid--column.is--features {
    justify-content: flex-start;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .grid--column.is--50-d {
    width: 100%;
  }

  .margin--large {
    margin: 1.5rem;
  }

  .margin--xxlarge {
    margin: 3rem;
  }

  .padding--right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .max-width-full--mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading--medium {
    margin-bottom: .4em;
    font-size: 1.25rem;
  }

  .heading--medium.is-size-larger {
    font-size: 1.25rem;
  }

  .article_list {
    margin-top: -.75rem;
    margin-bottom: -.75rem;
  }

  .article_list.is-swiper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .container--medium.is--hero-solution {
    height: 36rem;
  }

  .container--medium.is--hero-contact {
    height: 20rem;
  }

  .text-size--regular {
    letter-spacing: 0;
    font-size: .9375rem;
  }

  .heading--2.tex--color-accent.is--smaller {
    font-size: var(--numbers--32);
  }

  .heading--3 {
    font-size: 2rem;
  }

  .heading--3.text--color-text.is--smaller {
    font-size: var(--numbers--32);
  }

  .heading--5.text-color--accent.is--smaller {
    font-size: var(--numbers--16);
  }

  .heading--5.text--weight-medium.text--color-accent.is--smaller {
    font-size: var(--numbers--18);
  }

  .heading--5.text-style--nowrap {
    white-space: nowrap;
  }

  .section--default.is--hero-solutions {
    background-position: 50% -90%, 50%, 50% 0;
  }

  .section--default.is--hero-contact {
    background-position: 50% 7%, 50%;
  }

  .section--default.is--hero-product {
    background-position: 50% -90%, 50%, 50% 0;
  }

  .heading--1.text--color-text.text--align-center.is--smaller {
    font-size: var(--numbers--40);
  }

  .heading--1.text--color-text.is--smaller {
    font-size: var(--numbers--56);
  }

  .section--header-wrapper.is--cta {
    margin-bottom: var(--numbers--32);
    padding-right: var(--numbers--16);
    padding-left: var(--numbers--16);
  }

  .section--header-wrapper.is--horizontal {
    grid-column-gap: var(--numbers--48);
    grid-row-gap: var(--numbers--48);
    flex-flow: wrap;
  }

  .why-card-illustration-wrapper {
    display: none;
  }

  .solutions-bg-wrapper {
    height: 140px;
  }

  .card-solutions {
    flex-direction: column;
    align-items: center;
  }

  .left-side {
    height: auto;
  }

  .card-solutions-title {
    font-size: 2rem;
  }

  .card-solutions-description {
    flex: 0 auto;
  }

  .right-side {
    height: auto;
    min-height: 360px;
  }

  .right-side-img-wrapper {
    height: 320px;
  }

  .right-side-img {
    height: 100%;
  }

  .hero--video-wrapper.is--tablet {
    justify-content: center;
    align-items: center;
    max-height: 380px;
    display: flex;
  }

  .results-bg-wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .tabs--menu {
    flex-flow: row;
    width: 100%;
  }

  .tabs {
    flex-flow: column;
  }

  .chart--container-wrapper {
    grid-template-columns: 1fr;
  }

  .container--bottom {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 24px;
  }

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

  .stats--container-wrapper {
    padding: 16px;
  }

  .stats--container-wrapper.is--master-section {
    flex-flow: wrap;
  }

  .stats--container-wrapper.is--our-value-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
  }

  .stats--container-wrapper.is--vertical {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .stats--container-wrapper.is--custom-dashboard-section {
    padding: var(--numbers--24);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .divider--horizontal {
    display: none;
  }

  .heading--4.text--color-white.is--smaller {
    font-size: var(--numbers--32);
  }

  .card--ghost {
    width: auto;
  }

  .section--img-small-bg-wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .container--middle.position--relative.custom--align {
    flex-flow: column;
  }

  .footer--column {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 1rem;
    padding-right: .5rem;
  }

  .footer--column-left {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .footer--social-link {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .grid--wrapper {
    margin: -.5rem;
  }

  .page--padding-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-size--16px {
    letter-spacing: 0;
    font-size: .9375rem;
  }

  .footer--social-wrapper {
    margin-left: -.25rem;
    margin-right: -.25rem;
  }

  .copyright--link-w {
    padding-bottom: 0;
    font-size: .8125rem;
  }

  .copyright--link-component {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 0;
  }

  .text-size--20px {
    font-size: 1.125rem;
  }

  .footer--wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin: -.5rem;
  }

  .section--subtitle-container {
    padding-top: 0;
  }

  .featured_image-size {
    padding-top: 60%;
  }

  .featured_image-link {
    width: 100%;
  }

  .featured_wrap {
    flex-direction: column;
  }

  .btn-primary--blue-lg {
    font-size: .9375rem;
  }

  .featured_text-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    padding: 1.5rem 2rem;
  }

  .heading--48px {
    font-size: 2rem;
  }

  .article_list-2 {
    margin-top: -.75rem;
    margin-bottom: -.75rem;
  }

  .article_item-2 {
    padding: .75rem;
  }

  .article_item-2.is-swiper {
    width: 21rem;
  }

  .btn-primary--blue-sm {
    font-size: .9375rem;
  }

  .resource--title {
    font-size: 1.125rem;
  }

  .article_text-wrap {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding: 1rem;
  }

  .divider--custom-horizontal {
    background-image: linear-gradient(90deg, #747c8914, #fff 54%, #747c8914);
    width: 100%;
    height: 2px;
  }

  .connection--vertical.is--left, .connection--vertical.is--right {
    display: none;
  }

  .connection--vertical.is--top {
    background-image: url('../images/connection-top.svg');
    background-position: 50% 62%;
    width: 100%;
    height: 112px;
    display: block;
  }

  .connection--vertical.is--bottom {
    background-image: url('../images/connection-top.svg');
    background-position: 50% 63%;
    width: 100%;
    height: 112px;
    display: block;
    transform: rotate(180deg);
  }

  .divider--custom-mobile {
    width: 2px;
    height: 98px;
    display: block;
  }

  .divider--mobile {
    width: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .submit-btn-contact {
    font-size: .9375rem;
  }

  .input-bottom-line {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading--30px {
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .heading--30px.is--top-32px {
    margin-top: 48px;
  }

  .text-size--18px {
    white-space: nowrap;
    font-size: 1.0625rem;
  }

  .text-size--18px.text-color--muted {
    white-space: normal;
  }

  .form__input-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form__input-2.is-select-input.is-no-dropdown {
    padding-left: 1rem;
  }

  .image-175 {
    object-fit: contain;
    display: block;
  }

  .text-rich-text-2.is-new {
    font-size: 1rem;
  }

  .rich-text_author-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .rich-text_bottom-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    margin-top: .5rem;
    margin-bottom: 1rem;
  }

  .rich-text_share {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .rich-text_share-link {
    min-width: 2.25rem;
    min-height: 2.25rem;
  }

  .text-size--14px {
    font-size: .937rem;
  }

  .btn-primary--blue-lg-2 {
    font-size: .9375rem;
  }

  .text-size--12 {
    font-size: .812rem;
  }

  .article_list-3 {
    margin-top: -.75rem;
    margin-bottom: -.75rem;
  }

  .btn--wrapper {
    align-items: center;
  }

  .swiper_button-2 {
    width: 2.75rem;
    min-width: 2.75rem;
    height: 2.75rem;
    min-height: 2.75rem;
  }

  .swiper_control-wrap-2 {
    z-index: 1;
  }

  .text-rich-text-3.is-new {
    font-size: 1rem;
  }

  .iframe-wrapper.smaller {
    height: 260px;
  }

  .layer-img-wrapper {
    border-radius: 16px;
    width: 100%;
    height: 340px;
    min-height: auto;
    overflow: hidden;
  }

  .card-copy-wrapper-2 {
    padding: var(--numbers--8) var(--numbers--16) var(--numbers--16);
    grid-column-gap: var(--numbers--8);
    grid-row-gap: var(--numbers--8);
  }

  .layer-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .custom-dash-bg-wrapper {
    height: 140px;
  }

  .card-ghost-wrapper {
    grid-column-gap: var(--numbers--32);
    grid-row-gap: var(--numbers--32);
    flex-flow: column;
  }

  .nav-menu-bg {
    display: none;
  }

  .hero-banner-container {
    height: 360px;
  }

  .banner-wrapper {
    padding-top: 0;
  }

  .banner-info-wrapper.video {
    height: 320px;
  }

  .banner-info-wrapper.is--text {
    grid-column-gap: var(--numbers--24);
    grid-row-gap: var(--numbers--24);
  }

  .banner-tag {
    padding-right: var(--numbers--32);
    padding-left: var(--numbers--32);
  }

  .header-changelog-wrapper.is--cta {
    margin-bottom: var(--numbers--32);
    padding-right: var(--numbers--16);
    padding-left: var(--numbers--16);
  }

  .header-changelog-wrapper.is--horizontal {
    grid-column-gap: var(--numbers--48);
    grid-row-gap: var(--numbers--48);
    flex-flow: wrap;
  }

  .nav-menu-wrapper {
    grid-column-gap: var(--numbers--12);
    grid-row-gap: var(--numbers--12);
  }

  .input.small.search-icon-inside {
    padding-right: 20%;
  }

  .empty-state {
    border-radius: 20px;
  }

  .link-sidebar-wrapper {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .header-logo {
    align-items: center;
    max-width: 142px;
  }

  .inner-container._400px---mbl {
    max-width: 400px;
  }

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

  .section.pd-top-0px.pd-bottom-0px {
    padding-bottom: 67px;
  }

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

  .dropdown-sidebar-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .mg-bottom-32px {
    margin-bottom: 26px;
  }

  .mg-bottom-32px.keep {
    margin-bottom: 32px;
  }

  .navigation-sidebar {
    border-right-style: none;
  }

  .footer-link.more-template {
    white-space: normal;
  }

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

  .grid-2-columns._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .footer-logo-wrapper {
    max-width: 163px;
  }

  .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .icon-size---default {
    max-width: 60px;
  }

  .icon-size---default.mg-bottom-17px {
    margin-bottom: 14px;
  }

  .hamburger-menu-bar {
    width: 20px;
  }

  .page---main {
    padding-top: 50px;
  }

  .mg-bottom-24px.keep {
    margin-bottom: 24px;
  }

  .footer-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .display-2 {
    font-size: 24px;
  }

  .grid-main-pages {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-columns: auto auto;
    max-width: 400px;
  }

  .grid-footer-4-columns {
    grid-column-gap: 26px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr minmax(128px, .3fr);
  }

  .card {
    border-radius: 20px;
  }

  .content-changelog-v2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .divider-2 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .heading-h3-size {
    font-size: 20px;
  }

  .swiper_control-wrap-3 {
    z-index: 1;
  }

  .swiper_button-3 {
    width: 2.75rem;
    min-width: 2.75rem;
    height: 2.75rem;
    min-height: 2.75rem;
  }

  .doc-item-content {
    padding-top: 30px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .link-sidebar-wrapper-2 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .display-1 {
    font-size: 28px;
  }

  .dropdown-sidebar-toggle-2 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .page---main-2 {
    padding-top: 50px;
  }

  .grid-3-table-v1 {
    grid-column-gap: 16px;
  }

  .visual-code {
    border-radius: 16px;
    flex-direction: column;
    display: flex;
  }

  .mg-bottom-32px-2 {
    margin-bottom: 26px;
  }

  .mg-bottom-32px-2.keep {
    margin-bottom: 32px;
  }

  .rich-text-v2 h4 {
    font-size: 1.5rem;
  }

  .acordion-body {
    max-width: 600px;
  }

  .accordion-side {
    margin-right: 16px;
  }

  .accordion-side.right-side {
    margin-left: 16px;
  }

  .icon-cms {
    width: 40px;
    height: 40px;
    min-height: 40px;
    margin-bottom: 15px;
  }

  .pd-20px---28px {
    padding: 18px 24px;
  }

  .input-2.small.search-icon-inside {
    padding-right: 20%;
  }

  .visual-code-2 {
    border-radius: 16px;
    flex-direction: column;
    display: flex;
  }

  .link-sidebar-wrapper-3 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .mg-bottom-32px-3 {
    margin-bottom: 26px;
  }

  .mg-bottom-32px-3.keep {
    margin-bottom: 32px;
  }

  .navigation-sidebar-2 {
    border-right-style: none;
  }

  .icon-cms-2 {
    width: 40px;
    height: 40px;
    min-height: 40px;
    margin-bottom: 15px;
  }

  .page---main-3 {
    padding-top: 50px;
  }

  .input-3.small.search-icon-inside {
    padding-right: 20%;
  }

  .visual-code-3 {
    border-radius: 16px;
    flex-direction: column;
    display: flex;
  }

  .link-sidebar-wrapper-4 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .mg-bottom-32px-4 {
    margin-bottom: 26px;
  }

  .mg-bottom-32px-4.keep {
    margin-bottom: 32px;
  }

  .navigation-sidebar-3 {
    border-right-style: none;
  }

  .page---main-4 {
    padding-top: 50px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left {
    padding-left: 16px;
  }

  .navbarcontainer {
    margin-top: 1.5rem;
  }

  .nav-menu {
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    position: fixed;
    inset: 0 0 0 auto;
  }

  .padding--horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hide--mobile-portrait {
    display: none;
  }

  .padding--top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin--bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin--right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin--top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .popular-articles {
    flex-direction: column;
    align-items: center;
  }

  .max-width-full--mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .features--image.is-large {
    width: 4rem;
  }

  .form.is-gated {
    padding: 1.5rem;
  }

  .button {
    align-self: center;
  }

  .button.form-horizontal-button {
    margin-top: 12px;
    margin-left: 0;
  }

  .padding--vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding--vertical.padding--xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding--vertical.padding--hero-homepage {
    padding-top: 9rem;
  }

  .padding--vertical.padding--changelog {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .padding--left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .form-wrapper.is-gated {
    width: 100%;
  }

  .margin--vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .page--padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .margin--left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .swiper_control-wrap {
    align-self: auto;
  }

  .show--mobile-portrait {
    display: block;
  }

  .btn-nav {
    width: 120px;
    height: 40px;
  }

  .margin--horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding--bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .article_item {
    width: 100%;
  }

  .article_item.is-swiper {
    width: 18rem;
  }

  .article_wrapper.is-swiper {
    max-width: 100%;
  }

  .swiper-title-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-end;
    display: flex;
    position: static;
  }

  .grid--column.is--features {
    width: 100%;
  }

  .heading--xsmall {
    font-size: .8125rem;
  }

  .padding--right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .container--small {
    width: 90%;
  }

  .container-large.align-center.section-title-small {
    margin-bottom: 36px;
  }

  .container--medium.is--hero-solution {
    height: 37rem;
  }

  .container--medium.is--hero-contact {
    height: 20rem;
  }

  .text-size--regular.text-weight--medium.text-style--muted {
    font-size: .9375rem;
  }

  .heading--2:where(.w-variant-b74ea816-63bd-65a0-b820-4b87972f7e39), .heading--2.text-align--center, .heading--2.horizontal-11 {
    font-size: 2.5rem;
  }

  .heading--3 {
    font-size: 1.5rem;
  }

  .heading--3.padding-bottom--8px {
    font-size: 2rem;
  }

  .heading--5.text--weight-medium.text--color-accent.is--smaller {
    font-size: var(--numbers--16);
  }

  .section--default.is--hero-solutions {
    background-position: 50% -110%, 50%, 50% 0;
  }

  .section--default.is--hero-contact {
    background-position: 50% 6%, 50%;
  }

  .section--default.is--hero-product {
    background-position: 50% -110%, 50%, 50% 0;
  }

  .heading--1 {
    font-size: 3.5rem;
  }

  .heading--1.text--color-text.is--smaller {
    font-size: var(--numbers--48);
  }

  .actions {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 0;
  }

  .clients-container {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .logos {
    grid-column-gap: var(--numbers--16);
    grid-row-gap: var(--numbers--16);
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: stretch start;
  }

  .company-logo {
    height: var(--numbers--24);
    width: 8rem;
  }

  .section--header-wrapper.is--cta {
    margin-top: 2rem;
  }

  .section--header-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section--header-container.align--left:where(.w-variant-b74ea816-63bd-65a0-b820-4b87972f7e39), .section--header-container.align--left.horizontal-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .cards--container {
    width: 100%;
  }

  .why-card {
    padding: var(--numbers--16);
  }

  .why-card-illustration {
    width: 15rem;
    height: 11rem;
  }

  .solutions-bg-wrapper {
    height: 100px;
  }

  .left-side {
    padding: 16px;
  }

  .right-side {
    min-height: auto;
  }

  .right-side-img-wrapper {
    border-radius: 4px;
    height: 170px;
  }

  .hero-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .hero--video-wrapper {
    justify-content: center;
    align-items: center;
  }

  .hero--video-wrapper.is--tablet {
    height: 190px;
  }

  .results-bg-img {
    width: auto;
    height: 100%;
  }

  .chart--container-wrapper {
    flex-flow: wrap;
  }

  .container--bottom {
    padding: 20px 16px;
  }

  .stats--container-wrapper {
    flex-flow: wrap;
  }

  .stats--container-wrapper.is--vertical {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 16px;
  }

  .tab--card-row {
    flex-flow: wrap;
  }

  .cta {
    background-image: linear-gradient(#0009, #fff0), url('../images/cta--bg.svg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 480px;
  }

  .footer--column {
    width: 50%;
    padding-left: 1rem;
  }

  .footer--column-left {
    margin-right: .125rem;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-form-wrapper {
    flex-flow: column;
  }

  .text-block-38 {
    text-align: center;
  }

  .grid--wrapper {
    margin: 0;
  }

  .page--padding-2 {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .copyright--link-w {
    margin-bottom: .5rem;
  }

  .copyright--link-component {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 1.5rem;
  }

  .footer--column-right {
    min-width: auto;
  }

  .footer--wrapper {
    margin: 0;
  }

  .hero--center-info {
    width: 100%;
  }

  .dataviz-bg-wrapper {
    height: 100px;
  }

  .featured_text-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .article_item-2 {
    width: 100%;
  }

  .article_item-2.is-swiper {
    width: 18rem;
  }

  .article_wrap {
    padding: var(--numbers--16);
  }

  .btn-primary--blue-sm {
    width: 100%;
  }

  .article_text-wrap {
    padding: .5rem;
  }

  .hero--video {
    height: 100%;
  }

  .footer--column-middle {
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .connection--vertical.is--top, .connection--vertical.is--bottom {
    height: 72px;
  }

  .divider--custom-mobile {
    background-image: linear-gradient(#747c8914, #fff 54%, #747c8914);
    justify-content: center;
    align-items: center;
    height: 100%;
    display: none;
  }

  .divider--mobile {
    background-image: linear-gradient(#747c8914, #fff 50%, #747c8914);
    width: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .btn--link {
    width: 100%;
  }

  .text-size--18px.text-color--primary.text-weight--semibold.is--tablet {
    white-space: normal;
  }

  .form-title {
    margin-bottom: 24px;
  }

  .grid-input {
    grid-template-columns: 1fr;
  }

  .acc-header {
    padding: 1rem;
  }

  .acc-body-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-175 {
    display: block;
  }

  .heading--xsmall-2 {
    font-size: .8125rem;
  }

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

  .swiper_control-wrap-2 {
    align-self: auto;
    display: none;
  }

  .modal-detail {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .modal-button-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .card-img-top-vertical {
    padding: 1rem;
  }

  .card-img-top-vertical.img-left {
    grid-column-gap: var(--numbers--16);
    grid-row-gap: var(--numbers--16);
    flex-flow: column;
  }

  .card-img-top-vertical.img-left:where(.w-variant-bbae47ce-7fef-4750-d818-cc7b5af5d069) {
    flex-flow: column;
  }

  .iframe-wrapper.smaller {
    height: 180px;
  }

  .iframe-wrapper.is-img {
    min-height: 180px;
  }

  .layer-img-wrapper {
    height: 220px;
  }

  .custom-dash-bg-wrapper {
    height: 100px;
  }

  .card-img-top-vertical-2 {
    padding: 1rem;
  }

  .card-img-top-vertical-2.img-left:where(.w-variant-bbae47ce-7fef-4750-d818-cc7b5af5d069) {
    flex-flow: column;
  }

  .nav-menu-bg {
    z-index: -1;
    background-color: var(--background--bg-1);
    display: block;
    top: 0;
  }

  .menu-button {
    padding: 12px;
    display: block;
  }

  .menu-button.w--open {
    background-color: var(--background--bg-2);
    border-radius: 12px;
  }

  .subtitle-wrapper {
    grid-column-gap: var(--numbers--12);
    grid-row-gap: var(--numbers--12);
    flex-flow: column;
  }

  .hero-banner-container {
    height: 200px;
  }

  .banner-wrapper {
    padding-top: var(--numbers--2);
    justify-content: center;
    align-items: center;
  }

  .banner-info-wrapper.video {
    height: 230px;
  }

  .banner-tag {
    padding: var(--numbers--8) var(--numbers--24);
    border-radius: 12px;
  }

  .icon {
    display: block;
  }

  .chart-filters_tags {
    grid-column-gap: var(--numbers--12);
    grid-row-gap: var(--numbers--12);
    flex-flow: column;
  }

  .nav-links {
    display: none;
  }

  .nav-links.menu-open {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .header-changelog-wrapper.is--cta {
    margin-top: 2rem;
  }

  .nav-menu-wrapper {
    margin-top: 110px;
    margin-right: var(--numbers--16);
    margin-left: var(--numbers--16);
    padding: var(--numbers--20);
    grid-column-gap: var(--numbers--24);
    grid-row-gap: var(--numbers--24);
    background-color: #272727;
    border-radius: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }

  .page-wrapper-2.snippets-page {
    max-width: 100vw;
    overflow: hidden;
  }

  .social-icon-circle {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .header-logo {
    justify-content: center;
    align-items: center;
    max-width: 120px;
  }

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

  .section.pd-top-0px.pd-bottom-0px {
    padding-bottom: 60px;
  }

  .mg-bottom-32px.keep {
    margin-bottom: 32px;
  }

  .grid-2-columns._2-col-mbl {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._2-col-mbl.keep {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-logo-wrapper {
    max-width: 138px;
  }

  .dropdown-list-sidebar.w--open {
    padding-left: 15px;
  }

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .grid-1-column.gap-row-32px {
    flex-direction: column;
  }

  .icon-size---default {
    max-width: 50px;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .mg-bottom-24px.keep {
    margin-bottom: 24px;
  }

  .grid-main-pages {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .grid-footer-4-columns {
    grid-template-columns: 1fr;
  }

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

  .divider-2 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .swiper_control-wrap-3 {
    align-self: auto;
  }

  .swiper_pagination-numbers-wrap, .swiper_pagination-number {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .article_pagination-dots {
    padding-left: .25rem;
    padding-right: .25rem;
  }

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

  .grid-3-table-v1 {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-table-v1._0-75fr---1fr---1fr {
    grid-template-columns: 1fr 1fr;
  }

  .visual-code {
    border-radius: 12px;
    max-width: 87vw;
  }

  .icon-note-content {
    margin-top: 0;
    margin-bottom: 4px;
  }

  .visual-code-text {
    align-content: flex-start;
  }

  .content-flex-horizontal {
    flex-direction: column;
  }

  .mg-bottom-32px-2.keep {
    margin-bottom: 32px;
  }

  .rich-text-v2 ol, .rich-text-v2 ul {
    margin-bottom: 0;
  }

  .btn-primary {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon---note-content {
    max-width: 87vw;
    overflow: auto;
  }

  .table-content {
    padding-left: 14px;
    padding-right: 14px;
  }

  .visual-code-table {
    grid-template-columns: 1fr;
  }

  .table-status-title {
    padding-left: 14px;
    padding-right: 14px;
  }

  .visual-code-area---item {
    padding-left: 0;
  }

  .pd-20px---28px.border-right---mb-none-border {
    border-right-style: none;
  }

  .visual-code-2 {
    border-radius: 12px;
    max-width: 87vw;
  }

  .visual-code-text-2 {
    align-content: flex-start;
  }

  .mg-bottom-32px-3.keep {
    margin-bottom: 32px;
  }

  .icon---note-content-2 {
    max-width: 87vw;
    overflow: auto;
  }

  .table-status-title-2 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .visual-code-area---item-2 {
    padding-left: 0;
  }

  .visual-code-3 {
    border-radius: 12px;
    max-width: 87vw;
  }

  .visual-code-text-3 {
    align-content: flex-start;
  }

  .mg-bottom-32px-4.keep {
    margin-bottom: 32px;
  }

  .table-status-title-3 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .visual-code-area---item-3 {
    padding-left: 0;
  }

  .changelog-header {
    padding: 1rem;
  }

  .changelog-body-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}

#w-node-_3d0e9f31-5bc5-130b-e372-76c044165ca0-9c56e541, #w-node-_017628d0-015f-b198-65a0-cd2dc04842b4-52b166ed, #w-node-_017628d0-015f-b198-65a0-cd2dc04842b5-52b166ed, #get-started.w-node-_3ef91ee5-572d-f11d-a3a4-993ebf169006-720d9b55, #w-node-_3ef91ee5-572d-f11d-a3a4-993ebf169008-720d9b55, #w-node-_3ef91ee5-572d-f11d-a3a4-993ebf16900c-720d9b55, #w-node-_1f1eff3f-30c2-99bf-688e-92f82c961575-720d9b55, #w-node-_1f1eff3f-30c2-99bf-688e-92f82c96157f-720d9b55, #w-node-_368d412b-1ead-09a7-9cd1-c20fcf9794db-720d9b55, #w-node-_1f1eff3f-30c2-99bf-688e-92f82c9615b4-720d9b55, #w-node-_5782d528-41f1-5e19-9504-2b31f8bf731a-720d9b55, #w-node-_47c79e97-fdc3-fbb5-a89c-b2285c6cb839-720d9b55, #w-node-_436be0b6-0f9f-51b2-c744-3213773da74a-720d9b55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f1eff3f-30c2-99bf-688e-92f82c96180b-720d9b55 {
  justify-self: start;
}

#w-node-_1f1eff3f-30c2-99bf-688e-92f82c961811-720d9b55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_37f984ca-622f-79ba-4479-c696d40fdfee-720d9b55, #w-node-_37f984ca-622f-79ba-4479-c696d40fdff1-720d9b55, #w-node-_37f984ca-622f-79ba-4479-c696d40fe03b-720d9b55, #w-node-_37f984ca-622f-79ba-4479-c696d40fe01d-720d9b55, #w-node-_37f984ca-622f-79ba-4479-c696d40fe054-720d9b55, #w-node-a883748a-f491-1414-a6dc-c76ff006cc7e-720d9b55, #w-node-ef098f6b-f68c-be3b-001b-630b6e4ef543-720d9b55, #w-node-_37f984ca-622f-79ba-4479-c696d40fe07d-720d9b55, #w-node-_37f984ca-622f-79ba-4479-c696d40fe09e-720d9b55, #w-node-_384c9d85-472b-c3a3-7b98-5f65d195f15b-720d9b55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37f984ca-622f-79ba-4479-c696d40fe32e-720d9b55 {
  justify-self: start;
}

#w-node-_37f984ca-622f-79ba-4479-c696d40fe334-720d9b55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ab45a2fc-bc2e-8832-6986-8aa91b47abce-720d9b55, #w-node-ab45a2fc-bc2e-8832-6986-8aa91b47abd1-720d9b55, #w-node-ab45a2fc-bc2e-8832-6986-8aa91b47abee-720d9b55, #w-node-ab45a2fc-bc2e-8832-6986-8aa91b47abff-720d9b55, #w-node-ab45a2fc-bc2e-8832-6986-8aa91b47ac08-720d9b55, #w-node-ab45a2fc-bc2e-8832-6986-8aa91b47ac1e-720d9b55, #w-node-ab45a2fc-bc2e-8832-6986-8aa91b47ac40-720d9b55, #w-node-ab45a2fc-bc2e-8832-6986-8aa91b47ac5e-720d9b55, #w-node-ab45a2fc-bc2e-8832-6986-8aa91b47ac81-720d9b55, #w-node-ab45a2fc-bc2e-8832-6986-8aa91b47af09-720d9b55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab45a2fc-bc2e-8832-6986-8aa91b47af0c-720d9b55 {
  justify-self: start;
}

#w-node-ab45a2fc-bc2e-8832-6986-8aa91b47af12-720d9b55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b2d35444-5ca2-aaa2-4dfb-75c0a154a094-720d9b55, #w-node-b2d35444-5ca2-aaa2-4dfb-75c0a154a098-720d9b55, #w-node-b2d35444-5ca2-aaa2-4dfb-75c0a154a0b2-720d9b55, #w-node-_5e4c1329-0a84-2beb-69ec-2ce88b7cd92f-720d9b55, #w-node-b2d35444-5ca2-aaa2-4dfb-75c0a154a0c6-720d9b55, #w-node-b2d35444-5ca2-aaa2-4dfb-75c0a154a0e8-720d9b55, #w-node-b2d35444-5ca2-aaa2-4dfb-75c0a154a0f9-720d9b55, #w-node-b2d35444-5ca2-aaa2-4dfb-75c0a154a185-720d9b55, #w-node-a0116f82-c675-4042-ecd6-6f9c366475f9-720d9b55, #w-node-b2d35444-5ca2-aaa2-4dfb-75c0a154a137-720d9b55, #w-node-_7c62c984-e8c0-6c7d-9403-8275000a31d0-720d9b55, #w-node-aeb8519c-7476-3c9f-9372-82acdb3be9f3-720d9b55, #w-node-a65609c8-0759-7303-e8b0-81535ae4e123-720d9b55, #w-node-b2d35444-5ca2-aaa2-4dfb-75c0a154a3d9-720d9b55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2d35444-5ca2-aaa2-4dfb-75c0a154a3dc-720d9b55 {
  justify-self: start;
}

#w-node-b2d35444-5ca2-aaa2-4dfb-75c0a154a3e2-720d9b55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-da21757d-9c87-0c5f-d4ea-1b9bc7b0e9ba-720d9b55 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Lineicons';
  src: url('../fonts/Lineicons.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icon Font';
  src: url('../fonts/line-rounded-icon-font-1.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}