:root {
  --_fonts---body-font: "Plus Jakarta Sans", sans-serif;
  --_color---primary: #534e62;
  --_color---heading: #221e2d;
  --_color---theme: #9333ea;
  --_color---gray-50: #fafaf9;
  --_color---saffron: #fa6d32;
  --_color---white: white;
  --_fonts---dm-serif: "DM Serif Display", sans-serif;
  --_color---gray-light: #534e6299;
  --_color---gray-200: #e7e5e4;
  --_color---border: #ece4f5;
  --_color---theme-light-2: #fafaff;
  --_color---gray-500: #78716c;
  --_color---gray-100: #f5f5f4;
  --_color---error-500: #ef4444;
  --_color---error: #9a3412;
  --_color---success: #047857;
  --_color---success-500: #10b981;
  --_color---theme-50: #faf5ff;
  --_color---dark-theme: #6733a8;
  --_color---gray-400: #a8a29e;
  --_color---theme-300: #d8b4fe;
  --_color---theme-light: #f3e8ff;
  --_color---success-200: #ecfdf5;
  --_color---error-50: #ffddd9;
  --_color---error-950: #350002;
  --_color---gray-300: #d0d5dd;
}

body {
  font-family: var(--_fonts---body-font);
  color: var(--_color---primary);
  padding-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

h1 {
  color: var(--_color---heading);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

h2 {
  color: var(--_color---heading);
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

h3 {
  color: var(--_color---heading);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

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

p {
  line-height: 28px;
}

a {
  color: var(--_color---theme);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 15px;
}

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

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

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

@media screen and (min-width: 1440px) {
  .flex-v.gap-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .wire-badge.badge-error {
    border-color: var(--_color---error-500);
    color: var(--_color---error);
  }

  .wire-badge.badge-success {
    border-color: var(--_color---success-500);
    color: var(--_color---success);
  }

  .gray-badge.badge-error {
    border-color: var(--_color---error-500);
    color: var(--_color---error);
  }

  .gray-badge.badge-success {
    border-color: var(--_color---success-500);
    color: var(--_color---success);
  }
}

@media screen and (max-width: 991px) {
  .container-sm {
    padding-left: 15px;
    padding-right: 15px;
  }

  .flex-h.md-column, .flex-h.fkex-md-col, .flex-h.md-column, .flex-h.fkex-md-col {
    flex-flow: column;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navigation-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .logo-link {
    margin-right: 0;
  }

  .menu-button {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #160042;
    border-color: #fff;
  }

  .navigation-menu {
    border: 1px solid var(--_color---border);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    color: #393b6a;
    background-color: #0000;
    border-radius: 8px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 12px;
    position: absolute;
    top: 80px;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-link {
    width: 100%;
    line-height: 40px;
  }

  .font-16 {
    font-size: 16px;
  }

  .f-logo-carousel-wrap {
    width: 95%;
  }

  .testi-wrap {
    flex-flow: column;
  }

  .test-left {
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
  }

  .testi-right.card-20 {
    width: 100%;
  }

  .card-agent {
    flex-flow: column;
    padding: 20px;
  }

  .b--48 {
    margin-bottom: -20px;
  }

  .plays-grid, .list-grid {
    grid-template-columns: 1fr 1fr;
  }

  .container-md {
    padding-left: 15px;
    padding-right: 15px;
  }

  .list-flex {
    grid-template-columns: 1fr 1fr;
  }

  .flex-list-card {
    width: 48%;
  }

  ._w-40-p {
    width: 100%;
  }

  .image-2 {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }

  h2 {
    font-size: 30px;
  }

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

  .section.bg-hero.glass-blur {
    padding-top: 170px;
  }

  .flex-h.align-bottom.gap-8 {
    align-items: stretch;
  }

  .flex-h.sm-column {
    flex-flow: column;
  }

  .flex-h.align-x-mid.sm-column.hello-gap-8 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .flex-h.flex-wrap-down {
    flex-flow: wrap;
  }

  .flex-h.flex-sm-col {
    flex-flow: column;
  }

  .flex-h.align-x-sm {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .list-linine {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .bg-hero.glass-blur.sm-bg-none {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .nav-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .nav-list.nav-list-end.mb-0.text-center-sm {
    justify-content: center;
    align-items: center;
  }

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

  .h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .pop-container.max-640.flex-child-g {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 40px;
  }

  .pop-close {
    top: 10px;
    right: 10px;
  }

  .footer-big-logo {
    background-size: contain;
  }

  .play-grid {
    grid-template-columns: 1fr;
  }

  .test-left {
    flex-flow: column;
  }

  .faq-tabs, .faq-tab {
    display: block;
  }

  .hidden-sm {
    display: none;
  }

  .plays-grid, .speaker-grid, .list-grid {
    grid-template-columns: 1fr;
  }

  .blog-aside {
    display: none;
  }

  .hello-bar.font-12 {
    line-height: 12px;
  }

  .btn-hello-bar {
    line-height: 18px;
  }

  .list-flex {
    grid-template-columns: 1fr;
  }

  .flex-list-card {
    width: 100%;
  }

  .heading {
    font-size: 30px;
  }

  .radio-tab, .radio-tab-all {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .flex-h.sm-column.gap-8.align-top {
    justify-content: space-between;
    align-items: center;
  }

  .footer-big-logo {
    display: none;
  }

  .f-logo-gradient-l, .f-logo-gradient-r {
    width: 40px;
  }

  .radio-tabs {
    display: none;
  }
}
