@font-face {
  font-family: Hubot Sans;
  src: url('../fonts/Hubot-Sans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hubot Sans;
  src: url('../fonts/Hubot-Sans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_colors---neutral-colors--neutral-950: #000d01;
  --_typography---font-family--primary: "Hubot Sans", Impact, sans-serif;
  --_colors---base-colors--white: white;
  --_color-schemes---font--heading-primary: white;
  --_typography---font-size--h1: 4rem;
  --_typography---line-height--h1: 1.1em;
  --_typography---font-weight--medium: 500;
  --_typography---font-size--h2: 3rem;
  --_typography---line-height--h2: 1.2em;
  --_typography---font-size--h3: 2rem;
  --_typography---line-height--h3: 1.2em;
  --_typography---font-size--h4: 1.5rem;
  --_typography---line-height--h4: 1.4em;
  --_typography---font-size--h5: 1.25rem;
  --_typography---font-size--h6: 1rem;
  --_typography---line-height--h6: 1.5em;
  --_color-schemes---font--body-text: var(--_colors---neutral-colors--neutral-300);
  --_typography---font-size--body-text-base: 1rem;
  --_typography---line-height--body-text: 1.5em;
  --_typography---font-weight--regular: 400;
  --_color-schemes---link-color--primary-link: var(--_colors---base-colors--white);
  --_typography---font-family--body-text\<deleted\|variable-535a93d3-b1f2-1a52-26ee-ecea20e66ed6\>: "DM Sans";
  --_color-schemes---border-color--primary: #f4cb38;
  --_color-schemes---font--accent: var(--_colors---brand-colors--red);
  --_typography---font-weight--semibold: 600;
  --_colors---neutral-colors--neutral-500: #666;
  --_typography---font-weight--bold: 700;
  --section--max-width-xlarge: 64rem;
  --_typography---font-family--font-family: Inconsolata, monospace;
  --_colors---neutral-colors--neutral-300: #aaa;
  --_color-schemes---border-color--secondary: var(--_colors---neutral-colors--neutral-800);
  --border-radius--regular: .5rem;
  --section--padding-section-large: 7rem;
  --_typography---line-height--h5: 1.5em;
  --section--container-large: 80rem;
  --border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>: var(--_colors---brand-colors--red);
  --_color-schemes---button-primary--border: var(--_colors---brand-colors--yellow);
  --border-radius--small: .25rem;
  --_color-schemes---button-primary--background: #f4cb38;
  --_color-schemes---button-primary--text: var(--_colors---base-colors--black);
  --_color-schemes---button-primary--border-hover: var(--_colors---base-colors--white);
  --_color-schemes---button-primary--background-hover: var(--_colors---base-colors--white);
  --section--container-medium: 64rem;
  --_color-schemes---background-color--primary: var(--_colors---neutral-colors--neutral-950);
  --base-color-neutral--neutral-950\<deleted\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>: #000d01;
  --_colors---brand-colors--red: #ff415b;
  --_typography---font-size--body-text-small: .875rem;
  --_colors---brand-colors--yellow: #f4cb38;
  --_colors---brand-colors--green: #27c579;
  --_colors---neutral-colors--neutral-600: #464646;
  --_colors---base-colors--black: #111418;
  --section--container-small: 48rem;
  --section--padding-section-small: 3rem;
  --section--padding-section-medium: 5rem;
  --section--max-width-xxlarge: 80rem;
  --section--max-width-large: 48rem;
  --section--max-width-medium: 32rem;
  --section--max-width-small: 20rem;
  --section--max-width-xsmall: 16rem;
  --section--max-width-xxsmall: 12rem;
  --_colors---neutral-colors--neutral-100: #eee;
  --_color-schemes---button-primary--text-hover: var(--_colors---base-colors--black);
  --_colors---neutral-colors--neutral-200: #ccc;
  --_color-schemes---button-secondary--background: #11111180;
  --_color-schemes---button-secondary--border: var(--_colors---neutral-colors--neutral-700);
  --_typography---font-size--body-text-large: 1.25rem;
  --_colors---neutral-colors--neutral-700: #2b2b2b;
  --_color-schemes---button-secondary--text: var(--_colors---base-colors--white);
  --_color-schemes---button-secondary--background-hover: #111111b3;
  --_colors---neutral-colors--neutral-800: #242424;
  --_colors---neutral-colors--neutral-900: #111;
  --_color-schemes---button-secondary--text-hover: var(--_colors---base-colors--white);
  --_color-schemes---button-secondary--border-hover: var(--_colors---neutral-colors--neutral-600);
  --_color-schemes---background-color--secondary: var(--_colors---neutral-colors--neutral-900);
  --_color-schemes---system--success-text: var(--_colors---brand-colors--red);
  --_color-schemes---system--success-background: #53db7833;
  --_color-schemes---system--error-text: #ff5050;
  --_color-schemes---system--error-background: #ff505033;
  --_color-schemes---system--focus-state: var(--_colors---brand-colors--red);
  --_color-schemes---link-color--primary-link-hover: var(--_colors---brand-colors--red);
  --_color-schemes---link-color--secondary-link: var(--_colors---neutral-colors--neutral-300);
  --_color-schemes---link-color--secondary-link-hover: var(--_colors---base-colors--white);
}

.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(--_colors---neutral-colors--neutral-950);
  font-family: var(--_typography---font-family--primary);
  color: var(--_colors---base-colors--white);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font-family--primary);
  color: var(--_color-schemes---font--heading-primary);
  font-size: var(--_typography---font-size--h1);
  line-height: var(--_typography---line-height--h1);
  font-weight: var(--_typography---font-weight--medium);
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-family: var(--_typography---font-family--primary);
  color: var(--_color-schemes---font--heading-primary);
  font-size: var(--_typography---font-size--h2);
  line-height: var(--_typography---line-height--h2);
  font-weight: var(--_typography---font-weight--medium);
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-family: var(--_typography---font-family--primary);
  color: var(--_color-schemes---font--heading-primary);
  font-size: var(--_typography---font-size--h3);
  line-height: var(--_typography---line-height--h3);
  font-weight: var(--_typography---font-weight--medium);
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-family: var(--_typography---font-family--primary);
  color: var(--_color-schemes---font--heading-primary);
  font-size: var(--_typography---font-size--h4);
  line-height: var(--_typography---line-height--h4);
  font-weight: var(--_typography---font-weight--medium);
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-family: var(--_typography---font-family--primary);
  color: var(--_color-schemes---font--heading-primary);
  font-size: var(--_typography---font-size--h5);
  line-height: var(--_typography---font-size--h5);
  font-weight: var(--_typography---font-weight--medium);
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-family: var(--_typography---font-family--primary);
  color: var(--_color-schemes---font--heading-primary);
  font-size: var(--_typography---font-size--h6);
  line-height: var(--_typography---line-height--h6);
  font-weight: var(--_typography---font-weight--medium);
  margin-top: 0;
  margin-bottom: 0;
}

p {
  font-family: var(--_typography---font-family--primary);
  color: var(--_color-schemes---font--body-text);
  font-size: var(--_typography---font-size--body-text-base);
  line-height: var(--_typography---line-height--body-text);
  font-weight: var(--_typography---font-weight--regular);
  margin-bottom: 0;
}

a {
  color: var(--_color-schemes---link-color--primary-link);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  font-family: var(--_typography---font-family--body-text\<deleted\|variable-535a93d3-b1f2-1a52-26ee-ecea20e66ed6\>);
  color: var(--_color-schemes---font--body-text);
  font-weight: var(--_typography---font-weight--regular);
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid var(--_color-schemes---border-color--primary);
  font-family: var(--_typography---font-family--body-text\<deleted\|variable-535a93d3-b1f2-1a52-26ee-ecea20e66ed6\>);
  color: var(--_color-schemes---font--accent);
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

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

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

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

.text-weight-semibold {
  font-family: var(--_typography---font-family--primary);
  font-size: var(--_typography---font-size--body-text-base);
  line-height: var(--_typography---line-height--body-text);
  font-weight: var(--_typography---font-weight--semibold);
}

.text-color-secondary {
  color: var(--_colors---neutral-colors--neutral-500);
}

.heading-style-h1 {
  font-family: var(--_typography---font-family--primary);
  font-size: var(--_typography---font-size--h1);
  line-height: var(--_typography---line-height--h1);
  font-weight: var(--_typography---font-weight--bold);
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-size-regular {
  font-size: var(--_typography---font-size--body-text-base);
  line-height: var(--_typography---line-height--body-text);
  font-weight: var(--_typography---font-weight--regular);
}

.max-width-large {
  max-width: var(--section--max-width-xlarge);
  width: 100%;
}

.text-size-small {
  font-family: var(--_typography---font-family--font-family);
  color: var(--_colors---neutral-colors--neutral-300);
  font-size: var(--_typography---font-size--body-text-base);
  line-height: var(--_typography---line-height--body-text);
  font-weight: var(--_typography---font-weight--semibold);
  text-align: center;
  text-transform: uppercase;
}

.text-size-small.text-color-secondary {
  color: var(--_colors---neutral-colors--neutral-300);
}

.heading-style-h4 {
  font-family: var(--_typography---font-family--primary);
  font-size: var(--_typography---font-size--h4);
  line-height: var(--_typography---line-height--h4);
  font-weight: var(--_typography---font-weight--medium);
}

.heading-style-h4.ii {
  font-size: var(--_typography---font-size--h3);
  text-align: center;
}

.max-width-xlarge {
  max-width: var(--section--max-width-xlarge);
  width: 100%;
}

.form_input {
  border: 1px solid var(--_color-schemes---border-color--secondary);
  border-radius: var(--border-radius--regular);
  color: var(--_color-schemes---font--body-text);
  font-size: var(--_typography---font-size--body-text-base);
  line-height: var(--_typography---line-height--body-text);
  font-weight: var(--_typography---font-weight--regular);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  transition: border-color .25s;
}

.form_input:focus {
  border-color: var(--_color-schemes---border-color--primary);
}

.form_input::placeholder {
  color: var(--_color-schemes---font--body-text);
}

.padding-section-large {
  padding-top: var(--section--padding-section-large);
  padding-bottom: var(--section--padding-section-large);
}

.heading-style-h2 {
  font-family: var(--_typography---font-family--primary);
  font-size: var(--_typography---font-size--h2);
  line-height: var(--_typography---line-height--h2);
  font-weight: var(--_typography---font-weight--medium);
}

.heading-style-h2.text-align-center {
  font-weight: var(--_typography---font-weight--bold);
  text-transform: capitalize;
}

.heading-style-h5 {
  font-family: var(--_typography---font-family--primary);
  font-size: var(--_typography---font-size--h5);
  line-height: var(--_typography---line-height--h5);
  font-weight: var(--_typography---font-weight--medium);
}

.heading-style-h5.text-align-center {
  color: var(--_colors---neutral-colors--neutral-300);
}

.heading-style-h5.text-align-center.margin-top {
  margin-top: 3rem;
}

.container-large {
  max-width: var(--section--container-large);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

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

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

.button {
  border-style: solid;
  border-width: 1px;
  border-color: var(--border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>) var(--border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>) var(--border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>) var(--_color-schemes---button-primary--border);
  border-radius: var(--border-radius--small);
  background-color: var(--_color-schemes---button-primary--background);
  color: var(--_color-schemes---button-primary--text);
  font-size: var(--_typography---font-size--body-text-base);
  line-height: var(--_typography---line-height--body-text);
  font-weight: var(--_typography---font-weight--medium);
  text-align: center;
  padding: .75rem 1.5rem;
  transition: border-color .25s, background-color .35s cubic-bezier(.165, .84, .44, 1);
}

.button:hover {
  border-color: var(--_color-schemes---button-primary--border-hover);
  background-color: var(--_color-schemes---button-primary--background-hover);
}

.button.max-width-full-mobile-portrait {
  border-radius: var(--_typography---font-size--h5);
  color: var(--_color-schemes---button-primary--text);
  font-size: var(--_typography---font-size--h5);
  font-weight: var(--_typography---font-weight--bold);
  border-color: #f4cb38;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-medium {
  max-width: var(--section--container-medium);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  border-bottom: 0px solid var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  background-color: #000d0100;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_logo-link {
  padding-left: 0;
}

.section_hero {
  position: relative;
}

.hero_content {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: 50rem;
  display: flex;
  position: relative;
}

.heading-style-h1-sub {
  color: var(--_colors---neutral-colors--neutral-300);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1;
}

.badge {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #0000;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: .2rem .5rem;
  display: inline-flex;
}

.icon-embed-xsmall {
  color: var(--_color-schemes---font--accent);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.hero_content-center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_logo {
  overflow: hidden;
}

.logo-component {
  display: flex;
  position: relative;
}

.logo_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  opacity: .3;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
}

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

.company_logo {
  max-height: 3.5rem;
}

.horizontal_linear-gradient {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--_color-schemes---background-color--primary), #000d0100 40%, #000d0100 60%, var(--_color-schemes---background-color--primary));
  flex: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.features_component.margin-top {
  margin-top: 3rem;
  margin-left: 3rem;
  margin-right: 3rem;
}

.features_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.feature_card {
  border-radius: var(--border-radius--regular);
  background-color: var(--_color-schemes---border-color--secondary);
  perspective: 1300px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_testimonial {
  overflow: hidden;
}

.testimonial_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.testimonial_component.is-reversed {
  position: relative;
  right: 135rem;
}

.testimonial_loop-trigger {
  display: flex;
}

.testimonial_card {
  border-radius: var(--border-radius--regular);
  background-color: var(--_color-schemes---border-color--secondary);
  color: var(--_color-schemes---font--body-text);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 35rem;
  min-width: 35rem;
  margin-right: 2rem;
  padding: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial_client_content {
  width: 100%;
}

.testimonial_rating-wrapper {
  display: flex;
}

.testimonial_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial_client {
  grid-row-gap: 1rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial_client-image-wrapper {
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
}

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

.testimonial_client-info {
  color: var(--_colors---base-colors--white);
}

.testimonial_client-logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 9rem;
  display: block;
}

.testimonial_client-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.testimonial_component-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.testimonial_component-wrapper.margin-top {
  margin-top: 3rem;
}

.footer {
  z-index: 1;
  background-color: var(--_color-schemes---background-color--primary);
  position: relative;
}

.section_textscroll_hero {
  text-align: center;
}

.textscroll_hero-text {
  font-family: var(--_typography---font-family--primary);
  font-weight: 300;
}

.logo_gradient_banner {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(162deg, var(--base-color-neutral--neutral-950\<deleted\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>), var(--_colors---brand-colors--red) 52%, var(--base-color-neutral--neutral-950\<deleted\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>));
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.logo-divider-content {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  bottom: -3px;
}

.section_logo-divider {
  z-index: 1;
  position: relative;
  overflow: visible;
}

.logo_gradient {
  filter: blur(80px);
  background-color: #db535380;
  width: 48%;
  height: 40%;
  position: absolute;
}

.logo_gradient.second_layer {
  filter: blur(60px);
  background-color: #db5353b3;
  width: 30%;
  height: 20%;
}

.logo-divider {
  filter: drop-shadow(15px 0 10px #0003);
}

.logo-divider-wrapper {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 16rem;
  display: flex;
  position: relative;
}

.logo_background_gradient {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blurred-color {
  z-index: 10;
  background-color: var(--_color-schemes---font--accent);
  opacity: 0;
  filter: blur(30px);
  border-radius: 100%;
  width: 80%;
  height: 80%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.featured_card_content {
  z-index: 10;
  border-radius: var(--border-radius--regular);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #0d0700e6;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial_content {
  z-index: 10;
  border-radius: var(--border-radius--regular);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #000d01e6;
  flex-flow: column;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.horizontal_linear_gradient-left {
  z-index: 11;
  background-image: linear-gradient(90deg, var(--_color-schemes---background-color--primary), #000d0100);
  flex: 1;
  width: 20%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.horizontal_linear_gradient-right {
  z-index: 11;
  background-image: linear-gradient(270deg, var(--_color-schemes---background-color--primary), #000d0100);
  flex: 1;
  width: 20%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.horizontal_linear_gradient-wrapper {
  position: absolute;
  inset: 0%;
}

.text-span, .text-span-2 {
  color: var(--_colors---brand-colors--red);
}

.text-span-3 {
  font-size: var(--_typography---font-size--body-text-small);
}

.text-span-4 {
  color: var(--_color-schemes---border-color--secondary);
  font-size: var(--_typography---font-size--h5);
  -webkit-text-stroke-width: 0px;
}

.text-span-5 {
  color: var(--_colors---brand-colors--red);
}

.tb-border {
  border: 2px solid #64646433;
  border-left: 0 solid #000;
  border-right: 0 solid #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.vertbadge {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.gaps {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gaps.margin-top {
  margin-top: 4rem;
}

.text-span-6 {
  color: var(--_colors---brand-colors--red);
}

.text-span-7 {
  color: var(--_colors---brand-colors--yellow);
}

.text-span-8 {
  color: var(--_colors---brand-colors--green);
}

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

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-3 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  display: grid;
}

.image {
  width: auto;
  max-width: none;
  height: 80%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-4 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.ii {
  text-align: center;
}

.ii.bold {
  font-weight: var(--_typography---font-weight--semibold);
}

.div-block-5 {
  height: auto;
}

.paragraph-2 {
  letter-spacing: 0;
  text-transform: capitalize;
  word-break: normal;
}

.list-item, .list-item-2, .list-item-3, .list-item-4 {
  text-transform: capitalize;
}

.text-span-9, .text-span-10, .text-span-11 {
  color: var(--_colors---brand-colors--green);
}

.line {
  background-color: var(--_colors---neutral-colors--neutral-600);
  height: 2px;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.stats {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-items: center;
  margin-top: 3rem;
  display: grid;
}

.text-span-12 {
  font-weight: var(--_typography---font-weight--semibold);
}

@media screen and (max-width: 991px) {
  body {
    --section--max-width-xlarge: 64rem;
    --border-radius--regular: .5rem;
    --section--padding-section-large: 6rem;
    --section--container-large: 80rem;
    --border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>: var(--_colors---brand-colors--red);
    --border-radius--small: .25rem;
    --section--container-medium: 64rem;
    --base-color-neutral--neutral-950\<deleted\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>: #000d01;
    --section--container-small: 48rem;
    --section--padding-section-small: 3rem;
    --section--padding-section-medium: 4rem;
    --section--max-width-xxlarge: 80rem;
    --section--max-width-large: 48rem;
    --section--max-width-medium: 32rem;
    --section--max-width-small: 20rem;
    --section--max-width-xsmall: 16rem;
    --section--max-width-xxsmall: 12rem;
    --_typography---font-family--primary: "Hubot Sans", Impact, sans-serif;
    --_typography---font-size--h1: 4rem;
    --_typography---line-height--h1: 1.1em;
    --_typography---font-weight--medium: 500;
    --_typography---font-size--h2: 3rem;
    --_typography---line-height--h2: 1.2em;
    --_typography---font-size--h3: 2rem;
    --_typography---line-height--h3: 1.2em;
    --_typography---font-size--h4: 1.5rem;
    --_typography---line-height--h4: 1.4em;
    --_typography---font-size--h5: 1.25rem;
    --_typography---font-size--h6: 1rem;
    --_typography---line-height--h6: 1.5em;
    --_typography---font-size--body-text-base: 1rem;
    --_typography---line-height--body-text: 1.5em;
    --_typography---font-weight--regular: 400;
    --_typography---font-family--body-text\<deleted\|variable-535a93d3-b1f2-1a52-26ee-ecea20e66ed6\>: "DM Sans";
    --_typography---font-weight--semibold: 600;
    --_typography---font-weight--bold: 700;
    --_typography---font-family--font-family: Inconsolata, monospace;
    --_typography---line-height--h5: 1.5em;
    --_typography---font-size--body-text-small: .875rem;
    --_typography---font-size--body-text-large: 1.25rem;
    --_color-schemes---font--heading-primary: white;
    --_color-schemes---font--body-text: var(--_colors---neutral-colors--neutral-300);
    --_color-schemes---link-color--primary-link: var(--_colors---base-colors--white);
    --_color-schemes---border-color--primary: #f4cb38;
    --_color-schemes---font--accent: var(--_colors---brand-colors--red);
    --_color-schemes---border-color--secondary: var(--_colors---neutral-colors--neutral-800);
    --_color-schemes---button-primary--border: var(--_colors---brand-colors--yellow);
    --_color-schemes---button-primary--background: #f4cb38;
    --_color-schemes---button-primary--text: var(--_colors---base-colors--black);
    --_color-schemes---button-primary--border-hover: var(--_colors---base-colors--white);
    --_color-schemes---button-primary--background-hover: var(--_colors---base-colors--white);
    --_color-schemes---background-color--primary: var(--_colors---neutral-colors--neutral-950);
    --_color-schemes---button-primary--text-hover: var(--_colors---base-colors--black);
    --_color-schemes---button-secondary--background: #11111180;
    --_color-schemes---button-secondary--border: var(--_colors---neutral-colors--neutral-700);
    --_color-schemes---button-secondary--text: var(--_colors---base-colors--white);
    --_color-schemes---button-secondary--background-hover: #111111b3;
    --_color-schemes---button-secondary--text-hover: var(--_colors---base-colors--white);
    --_color-schemes---button-secondary--border-hover: var(--_colors---neutral-colors--neutral-600);
    --_color-schemes---background-color--secondary: var(--_colors---neutral-colors--neutral-900);
    --_color-schemes---system--success-text: var(--_colors---brand-colors--red);
    --_color-schemes---system--success-background: #53db7833;
    --_color-schemes---system--error-text: #ff5050;
    --_color-schemes---system--error-background: #ff505033;
    --_color-schemes---system--focus-state: var(--_colors---brand-colors--red);
    --_color-schemes---link-color--primary-link-hover: var(--_colors---brand-colors--red);
    --_color-schemes---link-color--secondary-link: var(--_colors---neutral-colors--neutral-300);
    --_color-schemes---link-color--secondary-link-hover: var(--_colors---base-colors--white);
    --_colors---neutral-colors--neutral-950: #000d01;
    --_colors---base-colors--white: white;
    --_colors---neutral-colors--neutral-500: #666;
    --_colors---neutral-colors--neutral-300: #aaa;
    --_colors---brand-colors--red: #ff415b;
    --_colors---brand-colors--yellow: #f4cb38;
    --_colors---brand-colors--green: #27c579;
    --_colors---neutral-colors--neutral-600: #464646;
    --_colors---base-colors--black: #111418;
    --_colors---neutral-colors--neutral-100: #eee;
    --_colors---neutral-colors--neutral-200: #ccc;
    --_colors---neutral-colors--neutral-700: #2b2b2b;
    --_colors---neutral-colors--neutral-800: #242424;
    --_colors---neutral-colors--neutral-900: #111;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

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

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

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .navbar_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .hero_content {
    height: auto;
  }

  .features_component.margin-top {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .features_list {
    grid-column-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .logo_gradient {
    width: 70%;
    height: 30%;
  }

  .logo_gradient.second_layer {
    width: 50%;
    height: 10%;
  }

  .logo-divider {
    height: 4rem;
  }

  .div-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-2 {
    grid-template-columns: 1fr .75fr;
  }

  .stats {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  body {
    --section--max-width-xlarge: 64rem;
    --border-radius--regular: .5rem;
    --section--padding-section-large: 4rem;
    --section--container-large: 80rem;
    --border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>: var(--_colors---brand-colors--red);
    --border-radius--small: .25rem;
    --section--container-medium: 64rem;
    --base-color-neutral--neutral-950\<deleted\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>: #000d01;
    --section--container-small: 48rem;
    --section--padding-section-small: 2rem;
    --section--padding-section-medium: 3rem;
    --section--max-width-xxlarge: 80rem;
    --section--max-width-large: 48rem;
    --section--max-width-medium: 32rem;
    --section--max-width-small: 20rem;
    --section--max-width-xsmall: 16rem;
    --section--max-width-xxsmall: 12rem;
    --_typography---font-family--primary: "Hubot Sans", Impact, sans-serif;
    --_typography---font-size--h1: 2.5rem;
    --_typography---line-height--h1: 1.1em;
    --_typography---font-weight--medium: 500;
    --_typography---font-size--h2: 2rem;
    --_typography---line-height--h2: 1.2em;
    --_typography---font-size--h3: 1.5rem;
    --_typography---line-height--h3: 1.2em;
    --_typography---font-size--h4: 1rem;
    --_typography---line-height--h4: 1.4em;
    --_typography---font-size--h5: .875rem;
    --_typography---font-size--h6: .75rem;
    --_typography---line-height--h6: 1.5em;
    --_typography---font-size--body-text-base: 1rem;
    --_typography---line-height--body-text: 1.5em;
    --_typography---font-weight--regular: 400;
    --_typography---font-family--body-text\<deleted\|variable-535a93d3-b1f2-1a52-26ee-ecea20e66ed6\>: "DM Sans";
    --_typography---font-weight--semibold: 600;
    --_typography---font-weight--bold: 700;
    --_typography---font-family--font-family: Inconsolata, monospace;
    --_typography---line-height--h5: 1.5em;
    --_typography---font-size--body-text-small: .875rem;
    --_typography---font-size--body-text-large: 1.25rem;
    --_color-schemes---font--heading-primary: white;
    --_color-schemes---font--body-text: var(--_colors---neutral-colors--neutral-300);
    --_color-schemes---link-color--primary-link: var(--_colors---base-colors--white);
    --_color-schemes---border-color--primary: #f4cb38;
    --_color-schemes---font--accent: var(--_colors---brand-colors--red);
    --_color-schemes---border-color--secondary: var(--_colors---neutral-colors--neutral-800);
    --_color-schemes---button-primary--border: var(--_colors---brand-colors--yellow);
    --_color-schemes---button-primary--background: #f4cb38;
    --_color-schemes---button-primary--text: var(--_colors---base-colors--black);
    --_color-schemes---button-primary--border-hover: var(--_colors---base-colors--white);
    --_color-schemes---button-primary--background-hover: var(--_colors---base-colors--white);
    --_color-schemes---background-color--primary: var(--_colors---neutral-colors--neutral-950);
    --_color-schemes---button-primary--text-hover: var(--_colors---base-colors--black);
    --_color-schemes---button-secondary--background: #11111180;
    --_color-schemes---button-secondary--border: var(--_colors---neutral-colors--neutral-700);
    --_color-schemes---button-secondary--text: var(--_colors---base-colors--white);
    --_color-schemes---button-secondary--background-hover: #111111b3;
    --_color-schemes---button-secondary--text-hover: var(--_colors---base-colors--white);
    --_color-schemes---button-secondary--border-hover: var(--_colors---neutral-colors--neutral-600);
    --_color-schemes---background-color--secondary: var(--_colors---neutral-colors--neutral-900);
    --_color-schemes---system--success-text: var(--_colors---brand-colors--red);
    --_color-schemes---system--success-background: #53db7833;
    --_color-schemes---system--error-text: #ff5050;
    --_color-schemes---system--error-background: #ff505033;
    --_color-schemes---system--focus-state: var(--_colors---brand-colors--red);
    --_color-schemes---link-color--primary-link-hover: var(--_colors---brand-colors--red);
    --_color-schemes---link-color--secondary-link: var(--_colors---neutral-colors--neutral-300);
    --_color-schemes---link-color--secondary-link-hover: var(--_colors---base-colors--white);
    --_colors---neutral-colors--neutral-950: #000d01;
    --_colors---base-colors--white: white;
    --_colors---neutral-colors--neutral-500: #666;
    --_colors---neutral-colors--neutral-300: #aaa;
    --_colors---brand-colors--red: #ff415b;
    --_colors---brand-colors--yellow: #f4cb38;
    --_colors---brand-colors--green: #27c579;
    --_colors---neutral-colors--neutral-600: #464646;
    --_colors---base-colors--black: #111418;
    --_colors---neutral-colors--neutral-100: #eee;
    --_colors---neutral-colors--neutral-200: #ccc;
    --_colors---neutral-colors--neutral-700: #2b2b2b;
    --_colors---neutral-colors--neutral-800: #242424;
    --_colors---neutral-colors--neutral-900: #111;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

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

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

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .navbar {
    min-height: 4rem;
  }

  .hero_content {
    max-height: none;
  }

  .heading-style-h1-sub {
    font-size: 2.5rem;
  }

  .hero_content-center {
    padding-bottom: 0;
  }

  .logo_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo_wrapper {
    padding: .75rem 1rem;
  }

  .company_logo {
    max-height: 3rem;
  }

  .features_component.margin-top {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .features_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .feature_image-wrapper {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .testimonial_client {
    flex-flow: row;
    align-items: flex-start;
    width: 100%;
  }

  .logo_gradient {
    width: 60%;
    height: 20%;
  }

  .logo_gradient.second_layer {
    width: 70%;
  }

  .logo-divider {
    width: 100%;
    height: 3rem;
  }

  .testimonial_content {
    flex: 1;
  }

  .div-block-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .div-block-3 {
    grid-template-rows: auto auto;
  }

  .image {
    width: auto;
    max-width: 200px;
    height: auto;
  }

  .div-block-4 {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  body {
    --section--max-width-xlarge: 64rem;
    --border-radius--regular: .5rem;
    --section--padding-section-large: 4rem;
    --section--container-large: 80rem;
    --border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>: var(--_colors---brand-colors--red);
    --border-radius--small: .25rem;
    --section--container-medium: 64rem;
    --base-color-neutral--neutral-950\<deleted\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>: #000d01;
    --section--container-small: 48rem;
    --section--padding-section-small: 2rem;
    --section--padding-section-medium: 3rem;
    --section--max-width-xxlarge: 80rem;
    --section--max-width-large: 48rem;
    --section--max-width-medium: 32rem;
    --section--max-width-small: 20rem;
    --section--max-width-xsmall: 16rem;
    --section--max-width-xxsmall: 12rem;
    --_typography---font-family--primary: "Hubot Sans", Impact, sans-serif;
    --_typography---font-size--h1: 2.5rem;
    --_typography---line-height--h1: 1.1em;
    --_typography---font-weight--medium: 500;
    --_typography---font-size--h2: 2rem;
    --_typography---line-height--h2: 1.2em;
    --_typography---font-size--h3: 1.5rem;
    --_typography---line-height--h3: 1.2em;
    --_typography---font-size--h4: 1rem;
    --_typography---line-height--h4: 1.4em;
    --_typography---font-size--h5: .875rem;
    --_typography---font-size--h6: .75rem;
    --_typography---line-height--h6: 1.5em;
    --_typography---font-size--body-text-base: 1rem;
    --_typography---line-height--body-text: 1.5em;
    --_typography---font-weight--regular: 400;
    --_typography---font-family--body-text\<deleted\|variable-535a93d3-b1f2-1a52-26ee-ecea20e66ed6\>: "DM Sans";
    --_typography---font-weight--semibold: 600;
    --_typography---font-weight--bold: 700;
    --_typography---font-family--font-family: Inconsolata, monospace;
    --_typography---line-height--h5: 1.5em;
    --_typography---font-size--body-text-small: .875rem;
    --_typography---font-size--body-text-large: 1.25rem;
    --_color-schemes---font--heading-primary: white;
    --_color-schemes---font--body-text: var(--_colors---neutral-colors--neutral-300);
    --_color-schemes---link-color--primary-link: var(--_colors---base-colors--white);
    --_color-schemes---border-color--primary: #f4cb38;
    --_color-schemes---font--accent: var(--_colors---brand-colors--red);
    --_color-schemes---border-color--secondary: var(--_colors---neutral-colors--neutral-800);
    --_color-schemes---button-primary--border: var(--_colors---brand-colors--yellow);
    --_color-schemes---button-primary--background: #f4cb38;
    --_color-schemes---button-primary--text: var(--_colors---base-colors--black);
    --_color-schemes---button-primary--border-hover: var(--_colors---base-colors--white);
    --_color-schemes---button-primary--background-hover: var(--_colors---base-colors--white);
    --_color-schemes---background-color--primary: var(--_colors---neutral-colors--neutral-950);
    --_color-schemes---button-primary--text-hover: var(--_colors---base-colors--black);
    --_color-schemes---button-secondary--background: #11111180;
    --_color-schemes---button-secondary--border: var(--_colors---neutral-colors--neutral-700);
    --_color-schemes---button-secondary--text: var(--_colors---base-colors--white);
    --_color-schemes---button-secondary--background-hover: #111111b3;
    --_color-schemes---button-secondary--text-hover: var(--_colors---base-colors--white);
    --_color-schemes---button-secondary--border-hover: var(--_colors---neutral-colors--neutral-600);
    --_color-schemes---background-color--secondary: var(--_colors---neutral-colors--neutral-900);
    --_color-schemes---system--success-text: var(--_colors---brand-colors--red);
    --_color-schemes---system--success-background: #53db7833;
    --_color-schemes---system--error-text: #ff5050;
    --_color-schemes---system--error-background: #ff505033;
    --_color-schemes---system--focus-state: var(--_colors---brand-colors--red);
    --_color-schemes---link-color--primary-link-hover: var(--_colors---brand-colors--red);
    --_color-schemes---link-color--secondary-link: var(--_colors---neutral-colors--neutral-300);
    --_color-schemes---link-color--secondary-link-hover: var(--_colors---base-colors--white);
    --_colors---neutral-colors--neutral-950: #000d01;
    --_colors---base-colors--white: white;
    --_colors---neutral-colors--neutral-500: #666;
    --_colors---neutral-colors--neutral-300: #aaa;
    --_colors---brand-colors--red: #ff415b;
    --_colors---brand-colors--yellow: #f4cb38;
    --_colors---brand-colors--green: #27c579;
    --_colors---neutral-colors--neutral-600: #464646;
    --_colors---base-colors--black: #111418;
    --_colors---neutral-colors--neutral-100: #eee;
    --_colors---neutral-colors--neutral-200: #ccc;
    --_colors---neutral-colors--neutral-700: #2b2b2b;
    --_colors---neutral-colors--neutral-800: #242424;
    --_colors---neutral-colors--neutral-900: #111;
  }

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

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

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

  .hero_content {
    max-height: none;
  }

  .hero_content-center {
    padding-bottom: 40vw;
  }

  .logo_list {
    justify-content: center;
  }

  .logo_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .features_component.margin-top {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .features_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .feature_image-wrapper {
    width: 100%;
  }

  .logo_gradient {
    width: 80%;
    height: 10%;
  }

  .logo_gradient.second_layer {
    width: 40%;
    height: 8%;
  }

  .logo-divider {
    height: 2rem;
  }

  .logo-divider-wrapper {
    height: 10rem;
  }

  .div-block {
    grid-template-columns: 1fr;
  }

  .div-block-4 {
    display: none;
  }

  .stats {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

#w-node-_7be7880b-cc5f-36fc-1fa3-bcb53cf9f10b-a9f4697f, #w-node-caba3c11-3e6f-704d-892f-1973386c3333-a9f4697f, #w-node-e85e7195-88f6-45b2-9e74-18f365aae310-a9f4697f, #w-node-_92c4bc2d-f6e9-fb8f-802c-d90f05807278-a9f4697f, #w-node-b9a885d7-2335-328d-05a5-7c6ee35d5743-a9f4697f, #w-node-b9d5c828-016a-c77b-219e-c6848804f5e5-a9f4697f, #w-node-_13b11a78-b43d-1906-1f25-0ac8b4428a0b-a9f4697f, #w-node-_1d91f8e7-d7db-65c4-c5d2-53d572c37184-a9f4697f, #w-node-ba80ac0a-2e68-7936-7ca6-e1a6b262d0da-a9f4697f, #w-node-ba80ac0a-2e68-7936-7ca6-e1a6b262d0dc-a9f4697f, #w-node-ba80ac0a-2e68-7936-7ca6-e1a6b262d0de-a9f4697f, #w-node-ba80ac0a-2e68-7936-7ca6-e1a6b262d0e0-a9f4697f, #w-node-ba80ac0a-2e68-7936-7ca6-e1a6b262d0e2-a9f4697f, #w-node-ba80ac0a-2e68-7936-7ca6-e1a6b262d0e4-a9f4697f, #w-node-ba80ac0a-2e68-7936-7ca6-e1a6b262d0e6-a9f4697f, #w-node-ba80ac0a-2e68-7936-7ca6-e1a6b262d0e8-a9f4697f {
  justify-self: center;
}


@font-face {
  font-family: 'Hubot Sans';
  src: url('../fonts/Hubot-Sans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hubot Sans';
  src: url('../fonts/Hubot-Sans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}