body,
html {
  padding: 0;
  margin: 0;
  line-height: 1.55;
  scroll-behavior: smooth;
}
img {
  max-width: 100%;
}
* {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1344px;
  padding: 0 24px;
  margin: 0 auto;
}
button {
  font-family: inherit;
  font-weight: inherit;
  border: none;
}
video {
  max-width: 100%;
}
div#__next {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  min-height: 100vh;
}
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(272px, 304px));
  grid-column-gap: 32px;
  column-gap: 32px;
  justify-content: center;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .cards-grid {
    column-gap: 56px;
  }
}
.card {
  display: flex;
  flex-flow: column;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 304px;
  padding: 20px 20px 24px;
  margin: 0 0 16px;
  font-weight: 300;
  text-align: left;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e7ecfe;
  border-radius: 16px;
  transition: all 0.3s;
}
.card:hover {
  box-shadow: 0 12px 25px rgba(0, 51, 128, 0.08);
}
.card:hover svg path.special {
  fill: #befb8f;
  stroke: #befb8f;
}
.card:hover svg path.special2 {
  fill: #92f048;
}
.card:hover svg path.special3 {
  fill: #80d23f;
}
.card.--nohover {
  cursor: default;
  box-shadow: none;
}
.card__title {
  margin: 16px 0 8px;
  font-family: var(--inter);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
}
.card__text {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.55;
  white-space: pre-line;
}
@media screen and (min-width: 1024px) {
  .card__text {
    font-size: 16px;
  }
}
.card__link {
  margin-top: auto;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.55;
  color: #b3b3c9;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.3s;
}
.card__link-arrow {
  display: inline-block;
  width: 24px;
  height: auto;
  margin-left: 8px;
  line-height: 0;
  vertical-align: -6px;
}
.card__link-arrow path {
  stroke: currentColor;
}
@media screen and (min-width: 1024px) {
  .card__link-arrow {
    width: 20px;
    vertical-align: -5px;
  }
  :hover > .card__link {
    color: #0085ff;
  }
}
.card svg path.special {
  transition: all 0.3s;
}
pre {
  padding: 24px;
  margin: 24px;
  font-family: PT Mono, monospace;
  color: #fff;
  text-align: left;
  white-space: pre;
  background: #333;
  border-radius: 8px;
}
.pixelperfect {
  top: 72px;
  z-index: 9999;
  opacity: 0.9;
}
svg.injected-svg {
  max-width: 100%;
}
.badge {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  height: 24px;
  padding: 0 16px;
  margin-inline: auto;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 24px;
  background: #befb8f;
  border-radius: 8px;
}
.slider-control {
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 48px;
  height: 48px;
  margin: auto;
  line-height: 0;
  color: #000;
  pointer-events: auto;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  border: 1px solid #e7ecfe;
  border-radius: 50px;
  outline: none;
  box-shadow: 0 6px 20px rgba(0, 51, 128, 0.08);
  transition: all 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 1024px) {
  .slider-control {
    display: block;
  }
}
.slider-control path {
  fill: currentColor;
}
.slider-control.prev {
  left: 24px;
}
.slider-control.prev svg {
  transform: rotate(180deg) translate(1px);
}
.slider-control.next {
  right: 24px;
}
.slider-control.next svg {
  transform: translate(1px);
}
.slider-control:hover {
  color: #3895ff;
}
.slider-control:active {
  color: #006dff;
  background: #f6f8ff;
}
.slider-control[disabled] {
  pointer-events: none;
  filter: grayscale(1);
}
:root {
  counter-reset: scheme;
}
.tools .slider-control {
  margin: auto 0;
  box-shadow: none;
}
@media screen and (min-width: 1024px) {
  .cta.--tools h2 {
    font-size: 28px;
  }
}
.keen-slider.learn-more-slider {
  padding: 0 40px 40px;
}
@media screen and (min-width: 1120px) {
  .keen-slider.learn-more-slider {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 32px;
    gap: 32px;
    max-width: 1152px;
    margin-inline: auto;
  }
}
.learnMore__card > a.link {
  align-self: flex-start;
}
@media screen and (min-width: 1120px) {
  .learnMore__card > a.link {
    padding-left: 8px;
    margin-left: -8px;
    color: #000;
  }
  .learnMore__card > a.link:hover {
    color: #000;
  }
}
@media screen and (min-width: 1024px) {
  .tools-story a.link {
    align-self: center;
    min-width: 140px;
    margin: 0 0 0 auto;
    color: #000;
  }
  .tools-story a.link:hover {
    color: #000;
  }
}
.slider-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  overflow: hidden;
  color: transparent;
  background: #e7ecfe;
  border-radius: 100%;
  transition: all 0.3s;
}
.slider-dot.isActive {
  background: #b3b3c9;
}
.slider-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: -24px 0 16px;
}
@media screen and (min-width: 1120px) {
  .slider-dots {
    display: none;
  }
}
.slider-dots.--tools {
  display: flex;
  gap: 10px;
  align-items: center;
  order: -1;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .slider-dots.--tools {
    gap: 24px;
    order: 0;
    width: auto;
    margin: 0 56px;
  }
}
p a {
  text-decoration: underline;
  white-space: nowrap;
  transition: all 0.3s;
}
p a:hover {
  color: #3895ff;
}
video.tools-video {
  width: calc(100% - 48px);
  height: auto;
  aspect-ratio: 328/237;
  margin: 0 auto 24px;
  border-radius: 8px;
}
@media screen and (min-width: 1024px) {
  video.tools-video {
    order: 4;
    max-width: 620px;
    aspect-ratio: 1240/950;
  }
}
.keen-slider__slide.tools-story {
  align-self: flex-start;
  height: auto;
  min-height: 0 !important;
  padding-left: 24px;
}
.keen-slider.tools-stories-slider {
  max-height: 1000px;
  transition: all 0.3s;
}
.cta.isAfterWhoCards {
  display: none;
}
@media screen and (min-width: 1024px) {
  .cta.isAfterWhoCards {
    display: block;
    margin-bottom: 128px;
  }
}
.tools__scheme-wrap.--widgets {
  background: url(../images/paths-b.svg);
}
.card__image {
  aspect-ratio: 288/140;
}
.flex {
  display: flex;
}
@font-face {
  font-family: Proto Grotesk;
  font-style: normal;
  font-weight: 400;
  src: url(/_next/static/media/Proto\ Grotesk-Regular-Web.69fa6b2d.woff2)
    format("woff2");
  font-display: swap;
}
a {
  color: inherit;
  text-decoration: none;
}
a.link {
  color: #0085ff;
  transition: color 0.3s;
}
a.link:hover {
  color: #3895ff;
}
a.link:active {
  color: #006dff;
}
.with-links a {
  color: #0085ff;
  transition: color 0.3s;
}
.with-links a:hover {
  color: #3895ff;
}
.with-links a:active {
  color: #006dff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1em;
  font-family: Proto Grotesk, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.01em;
  text-rendering: geometricPrecision;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  white-space: nowrap;
}
h2 {
  margin-bottom: 48px;
  font-size: 32px;
  line-height: 1.15;
}
@media screen and (min-width: 600px) {
  h2 {
    margin-bottom: 64px;
    font-size: 40px;
  }
}
p {
  margin: 0 0 1em;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}
b {
  font-weight: 500;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 56px;
  padding: 16px;
  margin: 0 auto;
  font-family: inherit;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  background: #0085ff;
  border-radius: 10px;
  transition: all 0.3s;
  cursor: pointer;
}
.btn:hover {
  background-color: #3895ff;
}
.btn:active {
  background-color: #006dff;
}
.sticky-btn__wrap {
  position: -webkit-sticky;
  position: sticky;
  top: calc(100% - 120px);
  z-index: 3;
  width: 100%;
  padding: 24px 24px 40px;
  background: linear-gradient(
    0deg,
    #fff,
    hsla(0, 0%, 100%, 0.81) 65.47%,
    hsla(0, 0%, 100%, 0)
  );
}
@media screen and (min-width: 600px) {
  .sticky-btn__wrap {
    display: none;
  }
}
.header-nav {
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .header-nav {
    display: flex;
    height: 48px;
    margin-bottom: 0;
    margin-left: auto;
    background: #f6f8ff;
    border-radius: 10px;
  }
}
.menus {
  display: flex;
  flex-flow: column;
  padding: 0 24px;
  margin: 0;
  font-size: 20px;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .menus {
    flex-flow: row;
    gap: 32px;
    height: 100%;
  }
}
header {
  z-index: 11;
  margin-bottom: 32px;
  font-size: 17px;
  color: #000;
  background: #fff;
}
header,
header.menu-open {
  position: fixed;
  top: 0;
  width: 100%;
}
header.menu-open {
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: auto;
  background: #f6f8ff;
}
@media screen and (min-width: 1024px) {
  header.menu-open {
    height: auto;
    overflow: visible;
    background: none;
  }
  header {
    border: none;
  }
}
header .preview {
  display: none;
}
@media screen and (min-width: 1024px) {
  header .preview {
    position: static;
    display: flex;
    height: 100%;
    white-space: normal;
  }
}
.nav-area {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  margin: 0;
}
.nav-area:after {
  position: absolute;
  bottom: 0;
  width: calc(100% - 48px);
  height: 1px;
  content: "";
  background: #e7ecfe;
}
@media screen and (min-width: 1024px) {
  .nav-area:after {
    display: none;
  }
  .nav-area {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    max-width: 1440px;
    padding: 10px 20px;
    margin: 0 auto;
    border-bottom: none;
  }
}
.header-nav-outer {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  padding: 16px 0;
  text-align: left;
  visibility: hidden;
  background: #f6f8ff;
  opacity: 0;
  transition: all 0.3s;
}
.menu-open .header-nav-outer {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .header-nav-outer {
    position: relative;
    display: flex;
    flex-flow: row;
    align-items: center;
    height: auto;
    padding: 0;
    overflow: initial;
    text-align: left;
    visibility: visible;
    background: none;
    opacity: 1;
  }
}
.menu-items {
  position: relative;
  display: inline-block;
  font-size: inherit;
  line-height: 2.4;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
.menu-items:hover {
  color: #0085ff;
}
.menu-items.--support {
  color: #ff521f;
}
@media screen and (min-width: 1024px) {
  .menu-items {
    position: relative;
    display: inline-block;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    text-align: left;
    white-space: nowrap;
    cursor: pointer;
  }
  .menu-items:before {
    display: inline-block;
    height: 24px;
    margin-right: 12px;
    vertical-align: -6px;
  }
}
.menu-items button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .menu-items button {
    justify-content: center;
    height: 100%;
    padding: 0;
    transition: all 0.3s;
  }
}
.menu-items button .arrow-r {
  display: none;
}
@media screen and (min-width: 1024px) {
  .menu-items button .arrow-r {
    height: 24px;
    margin-left: auto;
  }
}
.--has-icons .menu-items:last-of-type > a {
  color: #ff521f;
}
.menu-items-has-dropdown {
  display: block;
  width: 100%;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
.menu-items-has-dropdown.top {
  padding: 16px 0;
  margin-top: 16px;
  border-top: 1px solid #e7ecfe;
  border-bottom: 1px solid #e7ecfe;
}
@media screen and (min-width: 1024px) {
  .menu-items-has-dropdown.top {
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 16px;
    border: none;
  }
}
.menu-items-has-dropdown.top ~ .menu-items-has-dropdown.top {
  margin-top: 0;
  border-top: none;
}
.menu-items-has-dropdown.top > button {
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .menu-items-has-dropdown.top > button {
    font-weight: 500;
  }
}
.menu-items-has-dropdown.top > button > .arrow {
  display: none;
}
@media screen and (min-width: 1024px) {
  .menu-items-has-dropdown.top > button > .arrow {
    display: initial;
    width: 24px;
    margin-left: 4px;
    text-align: center;
  }
  .menu-items-has-dropdown {
    position: static;
    display: inline-block;
    align-items: center;
    margin: 0 32px 0 0;
    font-size: 17px;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
  }
  .top .menu-items-has-dropdown {
    margin-bottom: 16px;
  }
}
.menu-items-has-dropdown button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
  font-size: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  transition: all 0.3s;
}
.menu-items-has-dropdown button .arrow {
  display: inline-block;
  margin-left: auto;
  vertical-align: 2px;
}
@media screen and (min-width: 1024px) {
  .menu-items-has-dropdown button .arrow {
    margin-left: 8px;
  }
}
.menu-items-has-dropdown button[aria-expanded="true"] {
  color: #0085ff;
}
.menu-items-has-dropdown button[aria-expanded="true"] .chevron {
  transform: rotate(0);
}
.menu-items-has-dropdown button:hover {
  color: #3895ff;
}
@media screen and (min-width: 1024px) {
  .menu-items-has-dropdown button {
    justify-content: left;
    height: 100%;
    padding: 0;
    margin: 0;
    font-weight: 500;
    transition: all 0.3s;
  }
  .menu-items-has-dropdown button.--guides .arrow {
    margin-left: auto;
  }
  .menu-items-has-dropdown button.--guides .arrow:after {
    width: auto;
    height: auto;
    content: url(../images/chevron-r.svg);
  }
  .menu-items-has-dropdown button.--guides .arrow .chevron {
    display: none;
  }
}
.menu-items-has-dropdown button span.arrow:after {
  display: block;
  width: 16px;
  height: 6px;
  line-height: 0;
}
@media screen and (min-width: 1024px) {
  .menu-items-has-dropdown button span.arrow-r {
    height: 24px;
    margin-left: auto;
  }
}
.--has-icons .menu-items-has-dropdown:last-of-type > a {
  color: #ff521f;
}
.--has-icons .menu-items-has-dropdown:last-of-type > a:after {
  display: inline-block;
  height: 24px;
  margin-left: 8px;
  line-height: 24px;
  vertical-align: -5px;
  content: url(../images/support-icon.svg);
}
@media screen and (min-width: 1024px) {
  .--has-icons .menu-items-has-dropdown:last-of-type > a:after {
    display: none;
  }
}
.dropdown {
  position: relative;
  display: inline-block;
  list-style: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: opacity 0.3s, transform 0.3s, max-height 0.3s;
}
@media screen and (min-width: 1024px) {
  .dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    z-index: 4;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    max-height: unset;
    padding: 32px 24px;
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #e7ecfe;
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px rgba(46, 41, 51, 0.08),
      0 4px 6px -2px rgba(71, 63, 79, 0.16);
    transition: max-height 0.3s, opacity 0.3s;
  }
}
.dropdown.--guides {
  position: relative;
  padding: 8px 0 12px 20px;
  border-radius: 12px;
}
@media screen and (min-width: 1024px) {
  .dropdown.--guides {
    top: -1px;
    left: -8px;
    width: 328px;
    height: calc(100% + 2px);
    margin: 0;
    border-radius: 0 8px 8px 0;
  }
}
.show > .dropdown {
  pointer-events: auto;
}
@media screen and (min-width: 1024px) {
  .show > .dropdown {
    max-height: 600px;
  }
  .show > .dropdown.--guides {
    margin: 0;
  }
  .dropdown.--has-icons {
    display: flex;
    justify-content: space-between;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 720px;
  }
}
.dropdown-wrap {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  max-width: 100%;
}
.top > .dropdown-wrap {
  max-height: none;
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .top > .dropdown-wrap {
    left: -57px;
    max-width: 640px;
    max-height: 0;
    padding: 4px 0 0;
    visibility: hidden;
    opacity: 0;
  }
  .dropdown-wrap {
    position: absolute;
    top: 96%;
    right: 0;
    left: auto;
    z-index: 4;
    display: block;
    width: 100%;
    max-width: 720px;
    max-height: unset;
    padding: 24px 0 0;
    margin-top: 0;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: max-height 0.3s, opacity 0.3s;
  }
  .--guides .dropdown-wrap {
    top: 0;
    left: 92%;
    width: auto;
    height: 100%;
    padding: 0 0 0 8%;
  }
}
.dropdown-wrap.show {
  max-height: 1024px;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.dropdown.--icons {
  width: auto;
  background: #fff;
  border-radius: 8px;
}
.show > .dropdown.--icons {
  padding: 8px 0 20px;
}
@media screen and (min-width: 1024px) {
  .dropdown.--icons {
    position: absolute;
    top: -7px;
    left: 100%;
    padding: 0;
  }
}
.dropdown-list {
  display: flex;
  flex-flow: column;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .dropdown-list,
  .dropdown.top > .dropdown-list {
    padding: 20px 16px;
  }
  .dropdown-list {
    position: relative;
    flex: 0 2 320px;
  }
  .--guides .dropdown-list {
    width: 320px;
    padding: 12px 20px;
  }
  .dropdown-list hr {
    margin: 16px 0;
    border: none;
    border-bottom: 1px solid #e7ecfe;
  }
  .dropdown-list.--icons > li:last-of-type {
    padding-top: 16px;
    margin: auto 0 0;
    color: #ff521f;
    border-top: 1px solid #e7ecfe;
  }
}
.dropdown-list li:last-of-type a {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .dropdown-list li {
    margin-bottom: 0;
  }
}
.dropdown.top.show {
  overflow: visible;
}
@media screen and (min-width: 1024px) {
  .dropdown.top {
    right: 24px;
    left: 0;
    display: flex;
    justify-content: flex-start;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
    margin-top: 0;
  }
}
.dropdown .menu-items {
  max-width: 400px;
  margin-right: 0;
  font-size: 20px;
  line-height: 48px;
}
@media screen and (min-width: 1024px) {
  .dropdown .menu-items {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0 8px;
    margin-right: 0;
    margin-bottom: 16px;
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    border-radius: 8px;
    transition: all 0.3s;
  }
  .dropdown .menu-items:hover {
    background: #e7ecfe;
  }
}
.header-sign {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 0 24px 40px;
  margin: 0 auto;
  line-height: 1.25;
}
@media screen and (min-width: 1024px) {
  .header-sign {
    display: flex;
    align-items: center;
    width: auto;
    padding: 0;
    margin: 0;
  }
}
.header-sign-in {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 0 32px;
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.25;
  color: #0085ff;
  text-align: center;
  background: #e5f3ff;
  border: 1px solid #cce6ff;
  border-radius: 12px;
  transition: all 0.3s;
}
.header-sign-in:hover {
  color: #3895ff;
}
@media screen and (min-width: 1024px) {
  .header-sign-in {
    display: inline-block;
    height: auto;
    padding: 0 24px;
    margin: 0 24px;
    font-size: 17px;
    color: inherit;
    white-space: nowrap;
    background: none;
    border: none;
    transition: all 0.3s;
  }
}
.header-sign-up {
  width: 100%;
  height: 64px;
  margin-bottom: 12px;
  font-size: 22px;
  text-transform: capitalize;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .header-sign-up {
    height: 48px;
    padding: 0 24px;
    margin-bottom: 0;
    font-size: 17px;
  }
}
.header-sign > a {
  max-width: 400px;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
  font-size: 17px;
  font-weight: 500;
  line-height: 48px;
  border-radius: 12px;
}
.logo {
  flex: 0 1 144px;
  margin-right: 20px;
  color: inherit;
  text-decoration: none;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .logo {
    flex: 0 0 204px;
  }
}
.arrow:after {
  display: inline-block;
  margin-left: 12px;
  vertical-align: 1px;
}
.arrow-r {
  margin-left: auto;
  line-height: 0;
}
.arrow-r:after {
  display: inline-block;
  content: url(../images/chevron-r.svg);
}
.header__menu-btn {
  position: relative;
  display: flex;
  flex: 0 0 40px;
  flex-flow: column;
  justify-content: space-between;
  height: 32px;
  padding: 9px 6px;
  margin-left: auto;
  cursor: pointer;
  border: 1px solid #cce6ff;
  border-radius: 8px;
  outline: none;
}
.header__menu-btn.--cross:before {
  transform: rotate(45deg) translate(3.8px, 3.8px) scaleX(0.5);
}
.header__menu-btn.--cross:after {
  transform: rotate(135deg) scaleX(0.5) translate(-7.6px, 3.8px);
}
@media screen and (min-width: 1024px) {
  .header__menu-btn {
    display: none;
  }
}
.header__menu-btn:after,
.header__menu-btn:before {
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: #0085ff;
  transition: all 0.3s;
}
.chevron {
  line-height: 0;
  transition: all 66ms;
  transform: rotate(180deg);
  transform-origin: center 4px;
}
.chevron path {
  fill: currentColor;
}
.ru a.menu-items.--academy:after {
  display: inline-block;
  margin-left: 0.4em;
  color: #b3b3c9;
  content: " (Только на Английском)";
}
.sidebar {
  position: relative;
  display: none;
}
@media screen and (min-width: 1024px) {
  .sidebar {
    display: flex;
    flex: 0 1 320px;
  }
}
.sidebar__guides {
  position: absolute;
  top: 0;
  display: flex;
  flex-flow: column;
  width: 328px;
  height: calc(100% + 2px);
  padding: 12px 20px;
  margin: -1px 0 0 -7px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  white-space: normal;
  list-style: none;
  visibility: hidden;
  background: #fff;
  border: 1px solid #e7ecfe;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 10px 15px -3px rgba(46, 41, 51, 0.08),
    0 4px 6px -2px rgba(71, 63, 79, 0.16);
  opacity: 0;
  transition: opacity 0.3s, max-height 0.3s;
}
.sidebar__guides.--visible {
  visibility: visible;
  opacity: 1;
}
.sidebar__guide {
  display: block;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.55;
  color: inherit;
  text-decoration: none;
  white-space: normal;
  background: transparent;
  border-radius: 8px;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .sidebar__guide {
    padding: 12px;
    margin-bottom: 8px;
    font-weight: 400;
  }
  .sidebar__guide:hover {
    background: #f6f8ff;
  }
}
.sidebar__download {
  height: 20px;
  margin-top: 12px;
  line-height: 20px;
}
@media screen and (min-width: 1024px) {
  .sidebar__download {
    margin-top: 8px;
  }
}
.sidebar__download:before {
  margin-top: 8px;
  font-size: 11px;
  font-weight: 500;
  line-height: 13px;
  color: #0085ff;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  content: "Download guide";
}
@media screen and (min-width: 1024px) {
  .sidebar__download:before {
    font-size: 11px;
  }
}
.ru .sidebar__download:before {
  content: "СКАЧАТЬ РУКОВОДСТВО";
}
.sidebar__download:after {
  display: inline-block;
  height: 20px;
  margin-left: 8px;
  vertical-align: middle;
  content: url(../images/arrow-r-blue.svg);
}
.menu-icon {
  margin-right: 8px;
  line-height: 0;
  vertical-align: -5px;
}
@media screen and (min-width: 1024px) {
  .menu-icon {
    box-sizing: content-box;
    display: inline-flex;
    align-items: center;
    width: 16px;
    height: 16px;
    padding: 4px;
    background: #f6f8ff;
    border-radius: 8px;
  }
}
.menu-items.active {
  color: #006dff;
}
a.menu-items.--links:after,
a.menu-items.--widgets:after {
  display: inline-block;
  height: 24px;
  padding: 0 8px;
  margin-left: 16px;
  font-family: var(--inter);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  vertical-align: middle;
  content: "no-code";
  background: #befb8f;
  border-radius: 8px;
}
header:not(.menu-open) .header-nav-outer {
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  header:not(.menu-open) .header-nav-outer {
    pointer-events: auto;
  }
}
h1 {
  margin-bottom: 16px;
  font-size: 36px;
  white-space: pre-line;
}
@media screen and (min-width: 1024px) {
  h1 {
    margin-bottom: 32px;
    font-size: 62px;
    letter-spacing: -1.2px;
  }
  .ru h1 {
    font-size: 52px;
  }
}
h1 u {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-margin-end: 0.3em;
  margin-inline-end: 0.3em;
}
h1 u:after {
  position: absolute;
  top: 0.6em;
  right: -5%;
  left: -5%;
  z-index: -1;
  display: block;
  width: 105%;
  height: 0.8em;
  margin: auto;
  content: "";
  background: url(../images/underline.svg) bottom no-repeat;
  background-size: 100%;
}
.hero {
  display: flex;
  flex-flow: row wrap;
  row-gap: 48px;
  column-gap: 16px;
  justify-content: center;
  max-width: 1344px;
  padding: 0 24px;
  margin: 30vw auto 48px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .hero {
    align-items: center;
    justify-content: unset;
    padding-top: 152px;
    margin: 0 auto 104px;
  }
}
@media screen and (min-width: 1024px) {
  .hero {
    gap: 48px;
    min-height: auto;
    padding-top: 144px;
    margin-bottom: 128px;
  }
}
.hero__join {
  width: 100%;
  min-width: 220px;
  max-width: 480px;
  height: 52px;
}
@media screen and (min-width: 1024px) {
  .hero__join {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 32px;
    margin: 0;
  }
}
.hero__join:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.hero__content {
  z-index: 4;
  flex: 1 1 320px;
  max-width: 744px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .hero__content {
    justify-content: flex-start;
    padding: 0;
    text-align: left;
  }
}
.hero__text {
  max-width: 33em;
  margin: 0 auto 32px;
  white-space: pre-line;
}
@media screen and (min-width: 1024px) {
  .hero__text {
    margin: 0 0 32px;
  }
}
.hero__slider {
  box-sizing: content-box;
  flex: 0 1 544px;
  margin: 0 auto;
  overflow: hidden;
}
.hero__circles-wrap {
  width: 100%;
}
.fader {
  position: relative;
  height: 400px;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .fader {
    height: 528px;
    -webkit-clip-path: url(cb367dd50004d41f.css#myClip2);
    clip-path: url(cb367dd50004d41f.css#myClip2);
  }
}
.fader__opacity {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.4s;
}
.fader__opacity:last-of-type.isLeaving.once {
  opacity: 0;
}
.fader__opacity.isEntering {
  opacity: 1;
}
.fader__slide {
  transition: transform 0.15s;
}
.sprites {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  clipPath rect {
    transition: all 0.4s;
  }
  clipPath rect.vertical {
    x: 112px;
    y: 0;
    width: 320px;
    height: 529px;
  }
}
.isLeaving {
  z-index: 9;
  opacity: 1;
  transition: all 0.4s;
}
.isLeaving .fader__slide {
  transition: transform 0.35s;
}
.isLeaving .HeroSlide__content {
  opacity: 0;
}
.isEntering {
  z-index: 10;
  opacity: 1;
  transition-delay: 0.4s;
}
.isEntering .HeroSlide__content:after {
  width: 100%;
  transition: all 4.4s linear;
}
.fader__opacity:first-of-type .HeroSlide__content:after {
  transition: all 4s linear;
}
@media (min-width: 1068px) {
  .circles.--hero {
    margin: 0;
  }
}
.stats {
  position: relative;
  padding: 32px 16px;
  margin: 0 24px 110px;
  text-align: center;
  background-color: #f6f8ff;
  border: 1px solid #e7ecfe;
  border-radius: 24px;
}
.stats.--about {
  padding: 32px 24px 16px;
  margin-bottom: 64px;
}
@media screen and (min-width: 600px) {
  .stats.--about {
    padding: 40px 40px 24px;
  }
}
.stats.--about .stats__h2 {
  position: relative;
  height: auto;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .stats.--about .stats__h2 {
    font-size: 32px;
    letter-spacing: normal;
  }
}
.stats.--home {
  padding: 32px 16px 164px;
  margin-top: -120px;
  background: url(../images/binoculars.svg) bottom no-repeat, #f6f8ff;
}
@media screen and (min-width: 1100px) {
  .stats.--home {
    padding: 112px 368px 32px 32px;
  }
  .stats,
  .stats.--home {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 128px;
    background-position: 100% 100%;
    background-size: 320px;
  }
  .stats {
    padding-top: 112px;
  }
}
@media screen and (min-width: 600px) {
  .stats {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .stats-container {
    overflow: hidden;
  }
}
.stats__h2 {
  margin-bottom: 24px;
  font-family: var(--inter);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.25;
  white-space: pre-line;
}
@media screen and (min-width: 1100px) {
  .stats__h2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 112px;
    padding: 40px 0 32px;
    font-size: 26px;
  }
}
.stats__h3 {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.05;
}
.stats__h3 > sub {
  font-size: 16px;
  vertical-align: baseline;
}
@media screen and (min-width: 1100px) {
  .stats .stats__wrap {
    display: flex;
  }
}
@media (min-width: 688px) {
  .stats .stats__wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    column-gap: 16px;
  }
}
.stats.--about .stats__wrap {
  grid-template-columns: repeat(3, 1fr);
}
.stats__item {
  width: 100%;
  padding: 24px;
  margin: 0 auto 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 155%;
  text-align: center;
  white-space: pre-line;
  background: #fff;
  border: 1px solid #e7ecfe;
  border-radius: 16px;
}
@media screen and (min-width: 1100px) {
  .stats__item {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 160px;
    height: 220px;
    margin: 0 0 16px;
  }
  .--about .stats__item {
    width: auto;
    max-width: 248px;
    height: auto;
  }
}
.perks {
  position: relative;
  z-index: 1;
  max-width: 1360px;
  padding: 0 24px;
  contain: layout;
  margin: 0 auto 16px;
}
.perks__h2 {
  width: 100%;
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 1.15;
  text-align: center;
  white-space: pre-line;
}
@media screen and (min-width: 1024px) {
  .perks__h2 {
    font-size: 40px;
    line-height: 115%;
  }
}
.perks__flex {
  display: flex;
  flex-flow: column;
}
@media screen and (min-width: 600px) {
  .perks__flex {
    flex-flow: row wrap;
    justify-content: space-evenly;
  }
}
.perks__list {
  display: flex;
  flex-flow: column;
  padding: 0;
}
@media screen and (min-width: 600px) {
  .perks__list {
    justify-content: space-evenly;
  }
}
.perk-text,
.perk-title {
  white-space: pre-line;
}
.perk-title {
  display: flex;
  flex-basis: auto;
  align-items: center;
  min-width: 272px;
  margin-bottom: 24px;
  font-family: var(--inter);
  font-size: 18px;
  font-weight: 600;
  line-height: 155%;
  list-style: none;
  counter-increment: perks;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .perk-title {
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
    z-index: 3;
  }
}
.perk-title:first-of-type {
  order: 1;
}
.perk-title:first-of-type .circle {
  background: linear-gradient(255.96deg, #f6638f, #f5477b);
}
.perk-title:nth-of-type(2) {
  order: 3;
}
.perk-title:nth-of-type(2) .circle {
  background: linear-gradient(255.96deg, #ffca00, #ffbc12);
}
.perk-title:nth-of-type(3) {
  order: 5;
}
.perk-title:nth-of-type(3) .circle {
  background: linear-gradient(255.96deg, #339dff, #0085ff);
}
@media screen and (min-width: 1024px) {
  .perk-title {
    flex: 1 1 33%;
    padding: 16px 16px 16px 0;
    margin: 0 auto 24px;
    box-shadow: 1px 1px 0 #fff;
  }
  .perk-title.perk-title {
    order: 0;
  }
}
.perk-circle-wrap {
  display: inline-flex;
  flex: 0 0 64px;
  margin-right: 16px;
}
.perk-circle-wrap,
.perk-circle-wrap .circle {
  position: relative;
  align-items: center;
  justify-content: center;
  height: 64px;
}
.perk-circle-wrap .circle {
  display: flex;
  width: 64px;
  font-family: Proto Grotesk, sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  content: counter(perks);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: #fff;
  border-radius: 64px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  transition: width 0.3s, height 0.3s;
}
@media screen and (min-width: 1024px) {
  .perk-circle-wrap .circle {
    width: 24px;
    height: 24px;
    color: transparent;
  }
  .perk-circle-wrap .circle.--active {
    width: 64px;
    height: 64px;
    color: #fff;
  }
  .perk-circle-wrap .circle.--active .circle-digit {
    transform: none;
  }
  .perk-circle-wrap .circle-digit {
    color: inherit;
    transition: all 0.3s;
    transform: translateX(-100%);
  }
}
.perk-text p {
  max-width: 704px;
  margin: 0 auto 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
}
@media screen and (min-width: 600px) {
  .perk-text p {
    margin-bottom: 28px;
    font-size: 18px;
    text-align: center;
  }
}
.perk-video {
  width: 100%;
  max-width: 993px;
  height: auto;
  margin: 0 auto 48px;
  border-radius: 12px;
}
@media screen and (min-width: 1024px) {
  .perk-video {
    margin-bottom: 128px;
    height: 470px;
  }
}
.perk-content {
  display: flex;
  flex-flow: column;
}
@media screen and (min-width: 600px) {
  .perk-content {
    margin-top: 32px;
  }
}
.video-section:first-of-type {
  order: 2;
}
.video-section:nth-of-type(2) {
  order: 4;
}
.video-section:nth-of-type(3) {
  order: 6;
}
.help {
  margin-bottom: 64px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .help {
    margin-bottom: 128px;
  }
}
.help__join {
  display: none;
}
@media screen and (min-width: 1024px) {
  .help__join {
    display: block;
    padding-right: 32px;
    padding-left: 32px;
    margin-top: 48px;
    line-height: 1.1;
  }
}
.feedback {
  position: relative;
  max-width: 1024px;
  margin: 0 auto 156px;
}
@media (min-width: 480px) {
  .feedback {
    padding: 0 24px;
  }
}
@media screen and (min-width: 600px) {
  .feedback {
    margin-bottom: 96px;
  }
}
@media screen and (min-width: 1024px) {
  .feedback {
    box-sizing: content-box;
    padding: 0 128px;
  }
}
.feedback-slider {
  z-index: 2;
  margin: 0 auto;
}
.feedback__h2 {
  padding: 0 24px;
  text-align: center;
  white-space: pre-line;
}
.feedback .slider-control {
  display: none;
}
.feedback-controls {
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: 32px auto 0;
}
@media screen and (min-width: 1024px) {
  .feedback-controls {
    display: block;
  }
}
.feedback-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 48px 0;
  visibility: hidden;
  background: rgba(0, 6, 15, 0.48);
  opacity: 0;
  transition: all 0.3s;
}
.feedback-modal.visible {
  visibility: visible;
  opacity: 1;
}
.feedback-modal .slider-control {
  display: none;
}
@media screen and (min-width: 1024px) {
  .feedback-modal .slider-control {
    display: block;
  }
}
.feedback .keen-slider:not([data-keen-slider-disabled]).--modal {
  align-items: flex-start;
  width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
  overflow: hidden;
}
.feedback .keen-slider__slide.--modal {
  display: flex;
  align-self: center;
}
.feedback .control-area {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  width: 40px;
  height: 100%;
}
@media (min-width: 480px) {
  .feedback .control-area {
    width: calc(50% - 240px);
    padding: 16px;
  }
}
.feedback .control-area.--prev {
  justify-content: right;
  cursor: w-resize;
}
.feedback .control-area.--next {
  right: 0;
  cursor: e-resize;
}
.feedback__trust-pilot {
  margin-bottom: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .feedback__trust-pilot {
    margin-bottom: 60px;
  }
}
.cta {
  position: relative;
  max-width: 696px;
  padding: 0 24px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .cta {
    width: 100%;
    max-width: none;
    padding: 0 32px;
  }
}
.cta.--scribble {
  background-size: cover;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .cta.--scribble {
    padding: 72px 0;
  }
}
.cta.--scribble .btn {
  padding-inline: 40px;
}
.cta.--tools.isLast {
  margin-bottom: 72px;
}
.cta__h2 {
  font-size: 28px;
  white-space: pre-line;
  font-family: var(--inter);
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .cta__h2 {
    max-width: 1048px;
    margin-right: auto;
    margin-left: auto;
    font-size: 48px;
  }
}
.cta__h2 b {
  font-weight: inherit;
}
@media screen and (min-width: 1024px) {
  .--mango .cta__h2 {
    font-size: 70px;
    font-weight: 700;
    line-height: 80.5px;
    letter-spacing: -0.01em;
    margin-bottom: 60px;
  }
}
.--tools .cta__h2 {
  font-size: 18px;
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .--tools .cta__h2 {
    margin-bottom: 56px;
  }
}
.cta__join {
  position: relative;
  align-items: center;
  height: 56px;
  padding: 0 24px;
  white-space: normal;
}
.cta .cta__join {
  visibility: hidden;
}
@media screen and (min-width: 600px) {
  .cta .cta__join {
    visibility: visible;
  }
}
@media screen and (min-width: 1024px) {
  .cta__join {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 400px;
  }
}
.cta__join > span {
  transition: all 0.3s;
}
.cta__join > span.a {
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .cta__join > span.a {
    position: absolute;
  }
}
.cta__join > span.b {
  display: none;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .cta__join > span.b {
    display: block;
  }
}
.cta__join.state2 span.a {
  visibility: hidden;
  opacity: 0;
}
.cta__join.state2 span.b {
  transition-delay: 1.2s;
  visibility: visible;
  opacity: 1;
}
.cta-wrapper {
  padding-bottom: 40px;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .cta-wrapper {
    padding-bottom: 24px;
  }
}
.ellipsis {
  display: inline-flex;
  column-gap: 6px;
  margin-left: 8px;
  transition: all 0.3s;
}
.ellipsis__dot {
  flex: 0 0 4px;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 100%;
  transition: opacity 0.3s;
}
.ellipsis__dot:first-of-type {
  animation: wave 0.9s 0s infinite;
}
.ellipsis__dot:nth-of-type(2) {
  animation: wave 0.9s 0.3s infinite;
}
.ellipsis__dot:nth-of-type(3) {
  animation: wave 0.9s 0.6s infinite;
}
.--frozen .ellipsis__dot {
  opacity: 0;
  animation: none;
}
@keyframes wave {
  33% {
    transform: translateY(-3px);
  }
}
.footer {
  margin-top: 56px;
}
@media screen and (min-width: 600px) {
  .footer {
    padding-top: 48px;
    padding-bottom: 0;
  }
}
.footer__logo {
  display: block;
  margin-bottom: 20px;
}
.footer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(124px, 1fr));
  grid-gap: 20px;
  gap: 20px;
  margin: 0 0 48px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .footer__grid {
    display: flex;
    gap: 48px;
    justify-content: space-between;
  }
}
.footer__col {
  display: flex;
  flex-flow: column;
  margin: 0;
  font-weight: 300;
}
.footer__col.--apps {
  flex: 0 0 268px;
  grid-column-start: span 2;
}
@media screen and (min-width: 1024px) {
  .footer__col.--apps {
    margin-left: auto;
  }
}
.footer__col.--apps .footer__group {
  white-space: normal;
}
.footer__col a {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.55;
  color: #000;
  transition: all 0.3s;
}
.footer__col a:hover {
  color: #0085ff;
}
.footer__group {
  width: 100%;
  margin-bottom: 24px;
  font-family: var(--inter);
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #b3b3c9;
  text-transform: uppercase;
  white-space: nowrap;
}
.footer__apps {
  display: flex;
  flex-flow: row wrap;
  column-gap: 12px;
  align-items: flex-start;
  margin: 0;
  white-space: nowrap;
}
.footer__apps .footer__group {
  margin-bottom: 16px;
}
.footer__apps-link {
  display: inline-block;
  height: 40px;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 4px;
}
.footer__apps-link.--apple {
  width: 120px;
  content: url(../images/app-store.svg);
}
.footer__apps-link.--google {
  width: 136px;
  content: url(../images/google-play.svg);
}
.footer__cred {
  display: flex;
  flex-flow: row wrap;
  gap: 32px;
  justify-content: center;
  font-size: 19px;
  line-height: 1.55;
  color: #b3b3c9;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .footer__cred {
    font-size: 17px;
  }
}
.footer__cred > span {
  white-space: nowrap;
}
.footer__social {
  display: flex;
  justify-content: center;
  margin: 20px auto 0;
}
@media screen and (min-width: 600px) {
  .footer__social {
    margin: 0;
  }
}
.footer__social-link {
  display: flex;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: 0 3px;
  background-repeat: no-repeat;
  background-position: 50%;
  fill: #b3b3c9;
  transition: all 0.3s;
}
.footer__social-link:hover {
  fill: #3895ff;
}
.footer__social-link.--fb svg {
  width: 11px;
  height: 20px;
}
.footer__social-link.--tw svg {
  width: 20px;
  height: 17px;
}
.footer__social-link.--yt svg {
  width: 20px;
  height: 15px;
}
.footer__social-link svg {
  max-width: 100%;
  max-height: 100%;
}
.footer__lower {
  padding: 0 0 48px;
  text-align: center;
}
.footer__lower-row {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .footer__lower-row {
    flex-flow: row wrap;
    gap: 32px;
    justify-content: space-between;
  }
}
.footer__lower-left {
  display: flex;
  flex-flow: row wrap;
  gap: 32px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .footer__lower-left {
    justify-content: space-between;
  }
}
.footer__plane {
  display: inline-block;
  margin: 20px auto 0;
}
@media screen and (min-width: 600px) {
  .footer__plane {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  a.grey path {
    fill: #b3b3c9;
  }
}
.lang-switch.link {
  display: block;
  color: #000;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .lang-switch.link {
    display: inline;
    white-space: nowrap;
  }
}
.lang-switch.link:after {
  display: inline-block;
  width: 22px;
  height: 17px;
  margin-left: 8px;
  vertical-align: -3px;
  content: url(../images/usa.svg);
}
.circles {
  z-index: 5;
  display: flex;
  column-gap: 32px;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0 auto;
  color: #fff;
  opacity: 1;
  transition: background-color 0.3s;
}
.circles.state2 {
  position: absolute;
  top: 32px;
  left: -64px;
  flex-flow: column;
  align-items: start;
  width: 32px;
  height: 48px;
  margin-top: 0;
}
.circles.state3 {
  position: absolute;
  z-index: -1;
  width: 24px;
  height: 24px;
}
.circles.state4 {
  opacity: 0;
}
.circles.state5.ghost {
  height: 0;
  margin: -40px auto 40px;
}
.circles.state6 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.circles.state6,
.circles.state6 .magic-circle {
  position: absolute;
}
.circles.state6 .magic-circle.pink {
  right: 120px;
  bottom: -90px;
  width: 32px;
  height: 32px;
}
.circles.state6 .magic-circle.blue {
  top: -48px;
  right: 40%;
  width: 24px;
  height: 24px;
}
.circles.state6 .magic-circle.yellow {
  bottom: 0;
  left: 40px;
  width: 16px;
  height: 16px;
}
.circles.state6.--outside {
  pointer-events: none;
  background: none;
}
.circles.state6.--outside .magic-circle.pink {
  right: -50px;
  bottom: -160px;
}
.circles.state6.--outside .magic-circle.blue {
  top: -100%;
  right: -10%;
}
.circles.state6.--outside .magic-circle.yellow {
  bottom: -30px;
  left: -30px;
}
.magic-circle {
  display: inline-block;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background: gray;
  border-radius: 100%;
  transform-origin: top left;
}
.magic-circle.pink {
  background: linear-gradient(256deg, #f6638f, #f5477b);
}
.magic-circle.yellow {
  background: linear-gradient(256deg, #ffca00, #ffbc12);
}
.state2 .magic-circle.yellow {
  align-self: flex-end;
}
.magic-circle.blue {
  background: linear-gradient(256deg, #339dff, #0085ff);
}
.ghost {
  visibility: hidden;
  opacity: 0;
}
.perk-circle-wrap .circle.--scrubbing {
  transition: none;
}
.perk-circle-wrap .circle.--scrubbing.--active {
  width: 24px;
  height: 24px;
}
.perk-circle-wrap .circle.--scrubbing.--active .circle-digit {
  color: transparent;
}
.mango {
  position: relative;
}
.mango h1,
.mango h2,
.mango h3,
.mango h5,
.mango h6 {
  font-weight: 700;
  font-family: var(--font-inter);
}
.mango .hero__join {
  font-size: 22px;
  line-height: 60px;
  height: 60px;
  margin-inline: auto;
  white-space: nowrap;
  z-index: 5;
  margin-inline: 24px;
  width: -webkit-fill-available;
}
@media screen and (min-width: 600px) {
  .mango .hero__join {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.mango .hero__content {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  position: relative;
  padding-top: 128px;
}
@media screen and (min-width: 1024px) {
  .mango .hero__content {
    max-width: none;
    padding-top: 6px;
  }
}
.mango .hero__text-wrap {
  padding-inline: 24px;
}
.mango .hero__h1-inner {
  max-width: 320px;
}
@media screen and (min-width: 1024px) {
  .mango .hero__h1-inner {
    max-width: none;
  }
}
.mango h2 {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .mango h2 {
    font-size: 40px;
  }
}
.mango h2 b {
  font-weight: 700;
  color: #0085ff;
}
.mango__svg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .mango__svg {
    width: 100%;
    position: absolute;
    z-index: 4;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    min-width: 1340px;
    top: -14%;
    left: -47%;
    right: -50%;
    margin-inline: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.45s ease;
  }
}
.mango__svg.isVisible {
  opacity: 1;
  visibility: visible;
}
.mango__svg.--mob {
  display: block;
  top: 20px;
  position: absolute;
  z-index: 4;
  min-width: 330px;
}
@media screen and (min-width: 1024px) {
  .mango__svg.--mob {
    display: none;
  }
}
.mango__svg svg {
  max-width: none;
}
.mango .hero__h1 {
  font-family: var(--font-inter);
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  font-size: 38px;
  letter-spacing: -0.01em;
  margin: 120px auto;
}
@media screen and (min-width: 1024px) {
  .mango .hero__h1 {
    margin-bottom: 0.85em;
    font-size: 70px;
    max-width: 1200px;
    margin-top: 0;
  }
}
.mango .hero__h1 u {
  color: #0085ff;
  margin: 0;
}
.mango .hero__h1 u:after {
  display: none;
}
.mango .hero__content {
  flex: 1 1 328px;
  padding-top: 12px;
}
.mango .hero__text {
  margin: 0 auto 36px;
}
@media screen and (min-width: 1024px) {
  .mango .hero__text {
    margin: 0 0 60px;
    font-size: 26px;
  }
}
.mango .hero__text p {
  margin: 0;
  line-height: 1.25;
}
.mango .hero__svg {
  position: absolute;
  top: 0;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .mango .hero__svg {
    top: 70px;
  }
}
.mango .hero__svg .animate {
  opacity: 0;
}
.mango__hero {
  align-items: flex-start;
  overflow: hidden;
  position: relative;
  background: url(../images/scribble.svg) 50% / auto no-repeat;
  min-height: 150vw;
  margin: 76px auto 48px;
  padding: 0;
}
@media screen and (min-width: 600px) {
  .mango__hero {
    min-height: 0;
  }
}
@media screen and (min-width: 1024px) {
  .mango__hero {
    margin-top: 0;
    height: 90vh;
    min-height: 792px;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-inline: calc((100% - 1344px) / 2);
    background-size: auto 652px;
    padding-top: 128px;
    background-position: 40% 48%;
  }
}
.mango .feedback {
  padding-inline: 0;
  margin-bottom: 48px;
}
@media screen and (min-width: 1024px) {
  .mango .feedback {
    margin-bottom: 70px;
  }
}
.mango .feedback__h2 {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .mango .feedback__h2 {
    margin-bottom: 60px;
  }
}
.mango .feedback__h2 u {
  text-decoration: none;
  color: #0085ff;
}
@media screen and (min-width: 600px) {
  .mango .feedback .slider-control {
    display: block;
    position: absolute;
  }
}
@media screen and (min-width: 1024px) {
  .mango .feedback .slider-control {
    top: 30%;
  }
  .mango .feedback .slider-control.prev {
    left: -104px;
  }
  .mango .feedback .slider-control.next {
    right: -104px;
  }
}
.mango .slide__img {
  width: 100%;
  max-width: none;
  box-shadow: none;
  margin-inline: -24px;
  width: calc(100% + 48px);
}
@media screen and (min-width: 600px) {
  .mango .slide__img {
    width: 100%;
    margin-inline: auto;
  }
}
.mango .faq__question {
  font-size: 18px;
}
@media screen and (min-width: 600px) {
  .mango .faq__question {
    font-size: 26px;
  }
}
.mango__perk-row {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 1em;
  gap: 40px;
}
@media screen and (min-width: 1200px) {
  .mango__perk-row {
    gap: 80px;
  }
  .mango__perk-row:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.mango__perk-col {
  flex: 0 1 560px;
  margin-inline: auto;
}
.mango__perk-col.--media {
  order: 0;
}
.mango__perk-col.--text {
  order: 1;
}
@media screen and (min-width: 1024px) {
  .mango__perk-col.--text {
    padding: 60px;
    display: grid;
    place-content: center;
  }
}
.mango__perk-title {
  font-size: 22px;
  line-height: 125%;
  margin-bottom: 10px;
  font-variation-settings: "wght" 600;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  .mango__perk-title {
    font-size: clamp(22px, 3vw, 40px);
  }
}
@media screen and (min-width: 1024px) {
  .mango__perk-title {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.01em;
    text-align: left;
    margin-bottom: 16px;
  }
}
.mango__perk-title b,
.mango__perk-title u {
  color: #0085ff;
  font-weight: inherit;
  font-variation-settings: inherit;
  white-space: nowrap;
}
.mango__perk-content {
  font-size: 15px;
  line-height: 1.55;
  max-width: 36ch;
}
@media screen and (min-width: 600px) {
  .mango__perk-content {
    font-size: clamp(15px, 3vw, 30px);
    max-width: 40ch;
  }
}
@media screen and (min-width: 1024px) {
  .mango__perk-content {
    font-size: 18px;
  }
}
.mango__perk-video {
  height: auto;
  -webkit-clip-path: inset(2px 2px);
  clip-path: inset(2px 2px);
}
.mango__perk-h2 {
  margin-bottom: 30px;
}
.mango .sticky-btn__wrap {
  margin-top: -136px;
}
.mango .cta__join {
  white-space: nowrap;
}
.mango__faq-subheading {
  padding-inline: 24px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .mango__faq-subheading {
    font-size: 26px;
  }
}
.mango .new__faq {
  margin-top: 40px;
  padding-inline: 24px;
  padding-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .mango .new__faq {
    margin-top: 60px;
  }
}
.tools__controls.mango {
  max-width: none;
}
.horizon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .horizon {
    flex-wrap: nowrap;
    gap: 72px;
    justify-content: unset;
  }
}
.horizon-slide {
  flex: 0 0 auto;
  max-width: 100%;
}
.--scribble .cta__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .--scribble .cta__text {
    font-size: 26px;
    font-weight: 500;
    line-height: 32.5px;
    text-align: center;
    margin-bottom: 60px;
  }
}
.--scribble .cta__content {
  position: relative;
}
.--scribble .cta__h2 {
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .--scribble .cta__h2 {
    margin-bottom: 60px;
    font-size: 70px;
  }
}
.scribble-wrap {
  padding-top: 64px;
  background: url(../images/scribble.svg);
  background-size: auto 100%;
  background-position: top;
  background-repeat: no-repeat;
}
.pixelperfect {
  background: url(/tp-home-assets/svg/pixelperfect.png) salmon;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  width: 100%;
  height: 200vh;
  display: none;
  z-index: 9999999;
  background-size: 1920px auto;
  background-position: top;
  pointer-events: none;
}
section.section.gifs {
  margin-bottom: 80px;
}
svg text {
  font-family: inherit;
}
.md-only {
  display: none;
}
@media screen and (min-width: 1024px) {
  .md-only {
    display: block;
  }
}
.trustpilot {
  display: none;
}
.mango .trustpilot {
  display: flex;
}
.our-values {
  padding: 0 24px;
  margin: 0 auto 64px;
}
@media screen and (min-width: 768px) {
  .our-values {
    margin-bottom: 128px;
  }
  .value {
    display: flex;
    flex-flow: row;
    gap: 32px;
    align-items: center;
    max-width: 864px;
    margin: 0 auto 32px;
  }
  .value:nth-child(2n) {
    flex-flow: row-reverse;
  }
  .value:nth-of-type(3n + 1) .value__content:before {
    background: linear-gradient(256deg, #339dff, #0085ff);
  }
  .value:nth-of-type(3n + 2) .value__content:before {
    background: linear-gradient(256deg, #ffca00, #ffbc12);
  }
  .value:nth-of-type(3n + 3) .value__content:before {
    background: linear-gradient(256deg, #f6638f, #f5477b);
  }
}
.value__image {
  display: block;
  width: 100%;
  max-height: 304px;
  margin: 0 auto;
  border-radius: 24px 24px 0 0;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .value__image {
    flex: 1 0 272px;
    min-width: 0;
    max-width: 304px;
    aspect-ratio: 1/1;
    margin: 0;
    border-radius: 24px;
  }
}
.value__title {
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.value__text {
  font-size: 18px;
  line-height: 1.55;
}
.value__content {
  position: relative;
  display: block;
  min-width: 272px;
  padding: 20px 16px;
  margin-top: -56px;
  margin-bottom: 32px;
  background-color: #fff;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .value__content {
    display: flex;
    flex: 1 1 480px;
    flex-flow: column;
    place-self: stretch;
    justify-content: center;
    padding: 0 24px 24px;
    margin: 0;
  }
}
.values__text {
  margin-bottom: 64px;
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .values__text {
    max-width: 1088px;
    margin: 0 auto 128px;
    font-family: Proto Grotesk, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.15;
    text-align: center;
    letter-spacing: -0.01em;
  }
}
.values__heading {
  text-align: center;
}
.about__h1 {
  padding: 0 32px;
  margin-bottom: 12px;
  font-size: 32px;
  letter-spacing: -0.1px;
}
@media screen and (min-width: 1024px) {
  .about__h1 {
    max-width: 1320px;
    margin-bottom: 32px;
    font-size: 64px;
    line-height: 1.15;
    letter-spacing: -0.01em;
  }
}
.about__h1 u {
  color: #0085ff;
}
.about__h1 u:after {
  content: none;
}
.about__img {
  top: 12px;
  left: 0;
  width: auto;
  max-width: none;
}
.about__img.--fwd {
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .about__img {
    margin-bottom: 32px;
    width: auto;
    margin-left: 0;
  }
}
.about__img > img {
  max-width: none;
}
@media screen and (min-width: 600px) {
  .about__img > img {
    max-width: 100%;
  }
}
.about-hero {
  flex-flow: column;
  gap: 0;
  justify-content: start;
  max-width: 100%;
  height: 2000px;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 64px;
}
@media screen and (min-width: 1024px) {
  .about-hero {
    padding-top: 136px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 600px) {
  .about-hero {
    height: auto;
  }
}
.about-hero__text {
  max-width: 832px;
  margin: 40px auto 0;
  font-size: 19px;
  line-height: 1.55;
  padding: 0 16px;
  order: 1;
}
@media screen and (min-width: 1024px) {
  .about-hero__text {
    margin: 0;
    order: unset;
  }
}
.about-hero__text b,
.about-hero__text bold {
  font-weight: inherit;
  color: #0085ff;
}
.about-hero__slider {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100vw;
}
.about-hero__card {
  z-index: 1;
  height: auto;
  border-radius: 24px;
}
.about-hero__card:nth-of-type(odd) {
  margin-top: 80px;
}
.about-hero__card:nth-of-type(2n) {
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .about-hero__card {
    width: 220px;
  }
}
.about-hero__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .about-hero__sticky {
    position: static;
    height: auto;
  }
}
.about-cards {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .about-cards {
    margin-bottom: 108px;
  }
}
.about-cards__h2 {
  margin-bottom: 32px;
}
.about-cards .card {
  max-width: 328px;
  cursor: default;
}
.about-cards .card__text {
  margin-bottom: 0;
}
.about-cards .card__title {
  margin-top: 5px;
  font-size: 22px;
  letter-spacing: normal;
}
.about-cards .card:hover {
  box-shadow: none;
}
.about .card {
  cursor: default;
}
.about-stories {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .about-stories {
    margin-top: 76px;
  }
}
.stories__h2 {
  max-width: 584px;
  padding: 0 24px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .stories__h2 {
    max-width: 640px;
    margin-bottom: 64px;
  }
}
.stories-slider {
  display: flex;
  margin-bottom: 64px;
}
@media screen and (min-width: 1024px) {
  .stories-slider {
    margin-bottom: 128px;
  }
}
@media (min-width: 1136px) {
  .stories-slider {
    gap: 32px;
    justify-content: center;
  }
}
.media-coverage {
  position: relative;
  margin-top: 40px;
  margin-bottom: 64px;
  text-align: center;
}
.coverage__container {
  max-width: 1320px;
  padding: 0 24px;
  margin: 0 auto;
}
.coverage__logo {
  width: auto;
  height: 60px;
  margin-bottom: 24px;
}
.coverage__item {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 18px;
}
.coverage__slide {
  display: flex;
  flex-flow: column;
  gap: 40px;
}
.coverage__text {
  max-width: 360px;
  font-size: 18px;
  line-height: 1.55;
}
.map-cta {
  margin-bottom: 64px;
  text-align: center;
}
.map-cta__text {
  font-size: 18px;
  line-height: 155%;
}
.map-cta__btn,
.map-cta__text {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .map-cta__btn {
    margin-left: 0;
  }
}
.map-cta__content {
  flex: 1 0 272px;
  max-width: 528px;
}
@media screen and (min-width: 1024px) {
  .map-cta__content {
    text-align: left;
  }
}
.map-cta__map {
  display: none;
}
@media screen and (min-width: 600px) {
  .map-cta__map {
    display: block;
    flex: 1 0 480px;
  }
}
@media screen and (min-width: 1024px) {
  .map-cta__map {
    margin-top: 20px;
  }
}
@media (min-width: 1440px) {
  .map-cta__map {
    margin-left: -42px;
  }
}
.map-cta__map img {
  object-fit: contain;
}
.map-cta__flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .map-cta__h2 {
    margin-bottom: 32px;
    font-size: 48px;
  }
  .map-cta > .container {
    max-width: 1440px;
    padding: 0 40px;
  }
}
.map-cta__after a {
  white-space: nowrap;
}
.coverage__controls {
  display: flex;
  gap: 36px;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
}
@media screen and (min-width: 1024px) {
  .coverage__controls {
    margin-top: 64px auto 0;
  }
}
.coverage__controls .slider-control {
  position: static;
  display: block;
}
.about .card__title {
  margin-top: 5px;
  font-size: 22px;
  letter-spacing: normal;
}
.Preview_preview__F12eD {
  position: fixed;
  z-index: 1;
  display: flex;
  flex-flow: column;
  width: auto;
  padding: 24px;
  background: #f6f8ff;
}
.Preview_text__OzV9B {
  margin: 16px 0;
  font-size: 17px;
  line-height: 1.55;
}
.Preview_btn__CXPt1 {
  display: flex;
  flex: none;
  flex-grow: 0;
  align-items: center;
  justify-content: center;
  max-width: 272px;
  height: 48px;
  padding: 13px 32px 14px;
  margin-top: auto;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  background: #ff6f32;
  border-radius: 10px;
  transition: all 0.3s;
}
.Preview_btn__CXPt1:hover {
  background-color: #ff9a70;
  color: #fff;
}
.Preview_btn__CXPt1:active {
  background-color: #ff521f;
}
.Footer_logo__kpOAO {
  flex: 0 0 204px;
  display: flex;
}
.Footer_logo__kpOAO > img {
  width: 100%;
}
.Footer_socials__j_1bE {
  margin-bottom: 32px;
  white-space: nowrap;
  display: flex;
}
@media screen and (min-width: 600px) {
  .Footer_socials__j_1bE {
    margin: 0;
  }
}
a.Footer_social___Owrw {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
a.Footer_social___Owrw path {
  transition: all 0.3s;
}
a.Footer_social___Owrw svg {
  max-height: 40px;
}
@font-face {
  font-family: __Inter_fab2d7;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/55c55f0601d81cf3-s.woff2) format("woff2");
  unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f,
    U+fe2e-fe2f;
}
@font-face {
  font-family: __Inter_fab2d7;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/26a46d62cd723877-s.p.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116;
}
@font-face {
  font-family: __Inter_fab2d7;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/97e0cb1ae144a2a9-s.woff2) format("woff2");
  unicode-range: U+1f??;
}
@font-face {
  font-family: __Inter_fab2d7;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/581909926a08bbc8-s.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037a-037f, U+0384-038a, U+038c, U+038e-03a1,
    U+03a3-03ff;
}
@font-face {
  font-family: __Inter_fab2d7;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/df0a9ae256c0569c-s.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1,
    U+01af-01b0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1ea0-1ef9, U+20ab;
}
@font-face {
  font-family: __Inter_fab2d7;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/6d93bde91c0c2823-s.woff2) format("woff2");
  unicode-range: U+0100-02af, U+0304, U+0308, U+0329, U+1e00-1e9f, U+1ef2-1eff,
    U+2020, U+20a0-20ab, U+20ad-20c0, U+2113, U+2c60-2c7f, U+a720-a7ff;
}
@font-face {
  font-family: __Inter_fab2d7;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/a34f9d1faa5f3315-s.p.woff2) format("woff2");
  unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da,
    U+02dc, U+0304, U+0308, U+0329, U+2000-206f, U+2074, U+20ac, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+feff, U+fffd;
}
@font-face {
  font-family: __Inter_Fallback_fab2d7;
  src: local("Arial");
  ascent-override: 90%;
  descent-override: 22.43%;
  line-gap-override: 0%;
  size-adjust: 107.64%;
}
.__className_fab2d7 {
  font-family: __Inter_fab2d7, __Inter_Fallback_fab2d7;
  font-style: normal;
}
.__variable_fab2d7 {
  --inter: "__Inter_fab2d7", "__Inter_Fallback_fab2d7";
}
