:root {
  --_colors---background--bg-primary: white;
  --_typography---font-family--secondary-font: "Stack Sans Headline", sans-serif;
  --_colors---text-color--text-secondary: #606367;
  --_typography---text--text-size: 1rem;
  --_typography---text--text-line-height: 150%;
  --_typography---text--text-weight: 300;
  --_typography---text--text-letter-spacing: .01rem;
  --_typography---font-family--primary-font: "Playfair Display", sans-serif;
  --_colors---text-color--text-primary: #0a2540;
  --_typography---h1-heading--h1-size: 4.375rem;
  --_typography---h1-heading--h1-line-height: 114.3%;
  --_typography---h1-heading--h1-weight: 400;
  --_typography---h1-heading--h1-letter-spacing: -.175rem;
  --_typography---h2-heading--h2-size: 2.8125rem;
  --_typography---h2-heading--h2-line-height: 122.2%;
  --_typography---h2-heading--h2-weight: 400;
  --_typography---h2-heading--h2-letter-spacing: -.1125rem;
  --_typography---h3-heading--h3-size: 2.1875rem;
  --_typography---h3-heading--h3-line-height: 128.58%;
  --_typography---h3-heading--h3-weight: 400;
  --_typography---h3-heading--h3-letter-spacing: -.0875rem;
  --_typography---h4-heading--h4-size: 1.5625rem;
  --_typography---h4-heading--h4-line-height: 132%;
  --_typography---h4-heading--h4-weight: 400;
  --_typography---h4-heading--h4-letter-spacing: -.03125rem;
  --_typography---h5-heading--h5-size: 1.375rem;
  --_typography---h5-heading--h5-line-height: 150%;
  --_typography---h5-heading--h5-weight: 400;
  --_typography---h5-heading--h5-letter-spacing: -.055rem;
  --_typography---h6-heading--h6-size: 1.125rem;
  --_typography---h6-heading--h6-line-height: 183.33%;
  --_typography---h6-heading--h6-weight: 400;
  --_typography---h6-heading--h6-letter-spacing: -.0225rem;
  --_colors---text-color--text-brand: var(--_colors---main--brand);
  --_typography---button-text--button-text-size: .9375rem;
  --_typography---button-text--button-text-line-height: 213.33%;
  --_typography---button-text--button-text-weight: 400;
  --_typography---button-text--button-text-letter-spacing: -.009375rem;
  --_colors---text-color--text-light: white;
  --_sizes---gaps--gap-xs: .9375rem;
  --_sizes---container--container-size: 82.5rem;
  --_sizes---gaps--gap-sm: 1.875rem;
  --_sizes---radius--radius-xl: 100%;
  --_sizes---container--container-sm: 68.25rem;
  --_colors---background--bg-brand: var(--_colors---main--brand);
  --_sizes---radius--radius-md: 1.875rem;
  --_colors---text-color--text-secondary-accent: #374859;
  --_sizes---radius--radius-large: 3.125rem;
  --_colors---background--bg-dark: #0a2540;
  --_sizes---gaps--gap-xl: 8.125rem;
  --_sizes---radius--radius-sm: 1.25rem;
  --_colors---border-color--border-secondary: #dbdbf0;
  --_colors---background--bg-secondary: #f7f7fb;
  --_sizes---gaps--gap-md: 3.125rem;
  --_sizes---radius--radius-xs: .625rem;
  --_sizes---container--container-lg: 108.125rem;
  --_colors---text-color--text-light-accent: #a1aac2;
  --_sizes---container--container-md: 72.5rem;
  --_colors---border-color--border-brand: var(--_colors---main--brand);
  --_colors---main--brand: black;
  --_colors---border-color--border-primary: #0a2540;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--_colors---background--bg-primary);
  font-family: var(--_typography---font-family--secondary-font);
  color: var(--_colors---text-color--text-secondary);
  font-size: var(--_typography---text--text-size);
  line-height: var(--_typography---text--text-line-height);
  font-weight: var(--_typography---text--text-weight);
  letter-spacing: var(--_typography---text--text-letter-spacing);
  --_typography---font-family--secondary-font: "Stack Sans Headline", sans-serif;
  --_typography---text--text-size: 1rem;
  --_typography---text--text-line-height: 150%;
  --_typography---text--text-weight: 300;
  --_typography---text--text-letter-spacing: .01rem;
  --_typography---font-family--primary-font: "Playfair Display", sans-serif;
  --_typography---h1-heading--h1-size: 4.375rem;
  --_typography---h1-heading--h1-line-height: 114.3%;
  --_typography---h1-heading--h1-weight: 400;
  --_typography---h1-heading--h1-letter-spacing: -.175rem;
  --_typography---h2-heading--h2-size: 2.8125rem;
  --_typography---h2-heading--h2-line-height: 122.2%;
  --_typography---h2-heading--h2-weight: 400;
  --_typography---h2-heading--h2-letter-spacing: -.1125rem;
  --_typography---h3-heading--h3-size: 2.1875rem;
  --_typography---h3-heading--h3-line-height: 128.58%;
  --_typography---h3-heading--h3-weight: 400;
  --_typography---h3-heading--h3-letter-spacing: -.0875rem;
  --_typography---h4-heading--h4-size: 1.5625rem;
  --_typography---h4-heading--h4-line-height: 132%;
  --_typography---h4-heading--h4-weight: 400;
  --_typography---h4-heading--h4-letter-spacing: -.03125rem;
  --_typography---h5-heading--h5-size: 1.375rem;
  --_typography---h5-heading--h5-line-height: 150%;
  --_typography---h5-heading--h5-weight: 400;
  --_typography---h5-heading--h5-letter-spacing: -.055rem;
  --_typography---h6-heading--h6-size: 1.125rem;
  --_typography---h6-heading--h6-line-height: 183.33%;
  --_typography---h6-heading--h6-weight: 400;
  --_typography---h6-heading--h6-letter-spacing: -.0225rem;
  --_typography---button-text--button-text-size: .9375rem;
  --_typography---button-text--button-text-line-height: 213.33%;
  --_typography---button-text--button-text-weight: 400;
  --_typography---button-text--button-text-letter-spacing: -.009375rem;
  --_colors---background--bg-primary: white;
  --_colors---text-color--text-secondary: #606367;
  --_colors---text-color--text-primary: #0a2540;
  --_colors---text-color--text-brand: var(--_colors---main--brand);
  --_colors---text-color--text-light: white;
  --_colors---background--bg-brand: var(--_colors---main--brand);
  --_colors---text-color--text-secondary-accent: #374859;
  --_colors---background--bg-dark: #0a2540;
  --_colors---border-color--border-secondary: #dbdbf0;
  --_colors---background--bg-secondary: #f7f7fb;
  --_colors---text-color--text-light-accent: #a1aac2;
  --_colors---border-color--border-brand: var(--_colors---main--brand);
  --_colors---main--brand: black;
  --_colors---border-color--border-primary: #0a2540;
  --_sizes---gaps--gap-xs: .9375rem;
  --_sizes---container--container-size: 82.5rem;
  --_sizes---gaps--gap-sm: 1.875rem;
  --_sizes---radius--radius-xl: 100%;
  --_sizes---container--container-sm: 68.25rem;
  --_sizes---radius--radius-md: 1.875rem;
  --_sizes---radius--radius-large: 3.125rem;
  --_sizes---gaps--gap-xl: 8.125rem;
  --_sizes---radius--radius-sm: 1.25rem;
  --_sizes---gaps--gap-md: 3.125rem;
  --_sizes---radius--radius-xs: .625rem;
  --_sizes---container--container-lg: 108.125rem;
  --_sizes---container--container-md: 72.5rem;
}

h1 {
  font-family: var(--_typography---font-family--primary-font);
  color: var(--_colors---text-color--text-primary);
  font-size: var(--_typography---h1-heading--h1-size);
  line-height: var(--_typography---h1-heading--h1-line-height);
  font-weight: var(--_typography---h1-heading--h1-weight);
  letter-spacing: var(--_typography---h1-heading--h1-letter-spacing);
  margin-top: 1.25rem;
  margin-bottom: .625rem;
}

h2 {
  font-family: var(--_typography---font-family--primary-font);
  color: var(--_colors---text-color--text-primary);
  font-size: var(--_typography---h2-heading--h2-size);
  line-height: var(--_typography---h2-heading--h2-line-height);
  font-weight: var(--_typography---h2-heading--h2-weight);
  letter-spacing: var(--_typography---h2-heading--h2-letter-spacing);
  margin-top: 1.25rem;
  margin-bottom: .625rem;
}

h3 {
  font-family: var(--_typography---font-family--primary-font);
  color: var(--_colors---text-color--text-primary);
  font-size: var(--_typography---h3-heading--h3-size);
  line-height: var(--_typography---h3-heading--h3-line-height);
  font-weight: var(--_typography---h3-heading--h3-weight);
  letter-spacing: var(--_typography---h3-heading--h3-letter-spacing);
  margin-top: 1.25rem;
  margin-bottom: .625rem;
}

h4 {
  font-family: var(--_typography---font-family--primary-font);
  color: var(--_colors---text-color--text-primary);
  font-size: var(--_typography---h4-heading--h4-size);
  line-height: var(--_typography---h4-heading--h4-line-height);
  font-weight: var(--_typography---h4-heading--h4-weight);
  letter-spacing: var(--_typography---h4-heading--h4-letter-spacing);
  margin-top: 10px;
  margin-bottom: 10px;
}

h5 {
  font-family: var(--_typography---font-family--primary-font);
  color: var(--_colors---text-color--text-primary);
  font-size: var(--_typography---h5-heading--h5-size);
  line-height: var(--_typography---h5-heading--h5-line-height);
  font-weight: var(--_typography---h5-heading--h5-weight);
  letter-spacing: var(--_typography---h5-heading--h5-letter-spacing);
  margin-top: .625rem;
  margin-bottom: .625rem;
}

h6 {
  font-family: var(--_typography---font-family--primary-font);
  color: var(--_colors---text-color--text-primary);
  font-size: var(--_typography---h6-heading--h6-size);
  line-height: var(--_typography---h6-heading--h6-line-height);
  font-weight: var(--_typography---h6-heading--h6-weight);
  letter-spacing: var(--_typography---h6-heading--h6-letter-spacing);
  margin-top: .625rem;
  margin-bottom: .625rem;
}

p {
  font-family: var(--_typography---font-family--secondary-font);
  color: var(--_colors---text-color--text-secondary);
  font-size: var(--_typography---text--text-size);
  line-height: var(--_typography---text--text-line-height);
  font-weight: var(--_typography---text--text-weight);
  letter-spacing: var(--_typography---text--text-letter-spacing);
  margin-bottom: .625rem;
}

a {
  color: var(--_colors---text-color--text-brand);
  text-decoration: none;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
}

.rt-navbar-left {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--_colors---text-color--text-primary);
  font-size: var(--_typography---button-text--button-text-size);
  line-height: var(--_typography---button-text--button-text-line-height);
  font-weight: var(--_typography---button-text--button-text-weight);
  letter-spacing: var(--_typography---button-text--button-text-letter-spacing);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-navbar-talk-icon {
  margin-bottom: .0625rem;
}

.rt-gap-off {
  margin: 0;
}

.rt-gap-off.rt-cta-v2-title {
  color: var(--_colors---text-color--text-light);
  margin-bottom: 1.3rem;
}

.rt-gap-off.rt-assessment-title {
  max-width: 31.25rem;
  margin-bottom: 1.3rem;
}

.rt-gap-off.rt-comparison-title {
  margin-bottom: 1.3rem;
}

.rt-gap-off.rt-about-hero-title {
  flex: 1;
  max-width: 37.9rem;
}

.rt-gap-off.rt-capture-title {
  max-width: 32.1rem;
  margin-top: 1.7rem;
  margin-bottom: 1.7rem;
}

.rt-gap-off.rt-about-platform-title {
  margin-bottom: 1.3rem;
}

.rt-gap-off.rt-showcase-form {
  width: 100%;
}

.rt-gap-off.rt-license-text {
  color: var(--_colors---text-color--text-light);
  max-width: 46.2rem;
}

.rt-gap-off.rt-gap-xs {
  margin-bottom: var(--_sizes---gaps--gap-xs);
}

.rt-marquee-main {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.rt-marquee-overlay {
  background-image: linear-gradient(90deg, var(--_colors---background--bg-primary), #fff0 23%, #fff0 50%, #fff0 83%, var(--_colors---background--bg-primary));
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.rt-marquee-train {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  flex: none;
  padding-right: 6.25rem;
  display: flex;
}

.rt-marquee-item {
  flex: none;
}

.rt-container {
  max-width: var(--_sizes---container--container-size);
  padding-right: var(--_sizes---gaps--gap-xs);
  padding-left: var(--_sizes---gaps--gap-xs);
}

.rt-marquee-wrap {
  grid-column-gap: var(--_sizes---gaps--gap-sm);
  grid-row-gap: var(--_sizes---gaps--gap-sm);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.rt-color-text-primary {
  color: var(--_colors---text-color--text-primary);
}

.rt-button-overlay {
  z-index: 1;
  border-radius: var(--_sizes---radius--radius-xl);
  background-color: var(--_colors---text-color--text-primary);
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%)scale(0);
}

.rt-button-text-wrapper {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-hero-dashboard {
  max-width: var(--_sizes---container--container-sm);
  justify-content: center;
  align-items: center;
  width: 100%;
}

.rt-sub-text-small {
  background-color: var(--_colors---background--bg-brand);
  font-family: var(--_typography---font-family--secondary-font);
  color: var(--_colors---text-color--text-light);
  font-size: .8rem;
  line-height: 170%;
  font-weight: var(--_typography---button-text--button-text-weight);
  letter-spacing: var(--_typography---button-text--button-text-letter-spacing);
  border-radius: 30px;
  padding-left: .8rem;
  padding-right: .8rem;
}

.rt-sub-text-wrapper {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  border-radius: var(--_sizes---radius--radius-md);
  background-color: var(--_colors---background--bg-primary);
  color: var(--_colors---text-color--text-secondary-accent);
  font-size: var(--_typography---button-text--button-text-size);
  justify-content: flex-start;
  align-items: center;
  padding: .4rem 1.2rem .4rem .5rem;
}

.rt-button {
  border-radius: var(--_sizes---radius--radius-large);
  background-color: var(--_colors---background--bg-brand);
  color: var(--_colors---text-color--text-light);
  font-size: var(--_typography---button-text--button-text-size);
  line-height: var(--_typography---button-text--button-text-line-height);
  font-weight: var(--_typography---button-text--button-text-weight);
  letter-spacing: var(--_typography---button-text--button-text-letter-spacing);
  justify-content: center;
  align-items: center;
  padding: .625rem 1.7rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.rt-button:where(.w-variant-760e5039-f5bd-1a87-6b1e-72d1961b1c5c) {
  border: 1px solid var(--_colors---background--bg-dark);
  background-color: #0000;
}

.rt-button:where(.w-variant-7af23dab-173c-69b3-eaf8-6a97df530be7) {
  padding-top: .4rem;
  padding-bottom: .4rem;
  font-size: .8125rem;
}

.rt-button:where(.w-variant-bb35de41-8f8f-76e7-31e6-3a17a1fd7515) {
  border: 1px solid var(--_colors---background--bg-dark);
  background-color: #0000;
  padding-top: .4rem;
  padding-bottom: .4rem;
  font-size: .8125rem;
}

.rt-button:where(.w-variant-5cc265ce-d300-fc16-1624-b83df1700fde) {
  background-color: var(--_colors---background--bg-primary);
  color: var(--_colors---text-color--text-primary);
}

.rt-button:where(.w-variant-c1d352fb-febb-2d9a-7314-f27328bde85a) {
  border: 1px solid var(--_colors---background--bg-dark);
  background-color: #0000;
}

.rt-button.w--current:where(.w-variant-760e5039-f5bd-1a87-6b1e-72d1961b1c5c), .rt-button.w--current:where(.w-variant-bb35de41-8f8f-76e7-31e6-3a17a1fd7515), .rt-button.w--current:where(.w-variant-c1d352fb-febb-2d9a-7314-f27328bde85a) {
  color: var(--_colors---text-color--text-primary);
}

.rt-hero {
  padding-top: 9.375rem;
  padding-bottom: var(--_sizes---gaps--gap-xl);
  background-image: url('../images/hero-background-line.webp'), radial-gradient(circle at 50% -14%, #5046e43b, #fff0 31%);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  overflow: hidden;
}

.rt-hero-main {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  perspective: 2000px;
  justify-content: flex-start;
  align-items: center;
}

.rt-hero-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}

.rt-hero-top {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 54.6875rem;
}

.rt-hero-description {
  max-width: 27.8235rem;
  margin-bottom: 2.1875rem;
}

.rt-buttons-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: center;
}

.rt-button-text-1:where(.w-variant-760e5039-f5bd-1a87-6b1e-72d1961b1c5c), .rt-button-text-1:where(.w-variant-bb35de41-8f8f-76e7-31e6-3a17a1fd7515), .rt-button-text-1:where(.w-variant-c1d352fb-febb-2d9a-7314-f27328bde85a) {
  color: var(--_colors---text-color--text-primary);
}

.rt-dashboard-image {
  border-radius: var(--_sizes---radius--radius-sm);
  box-shadow: 0 .25875rem 6.47rem #d5d5d9;
}

.rt-color-brand {
  color: var(--_colors---background--bg-brand);
}

.rt-nav {
  border-bottom: 1px solid var(--_colors---border-color--border-secondary);
  background-color: var(--_colors---background--bg-primary);
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 .25rem 1.875rem #5046e40f;
}

.rt-nav-container {
  padding-right: var(--_sizes---gaps--gap-xs);
  padding-left: var(--_sizes---gaps--gap-xs);
  max-width: 100%;
}

.rt-navbar-hero-main {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 16.75rem 1fr 16.75rem;
  align-items: center;
}

.rt-nav-brand {
  padding: 0;
}

.rt-navigation {
  grid-column-gap: 1.9rem;
  grid-row-gap: 1.9rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-navigation-links {
  color: var(--_colors---text-color--text-primary);
  font-size: var(--_typography---button-text--button-text-size);
  line-height: var(--_typography---button-text--button-text-line-height);
  font-weight: var(--_typography---button-text--button-text-weight);
  letter-spacing: var(--_typography---button-text--button-text-letter-spacing);
  padding: 1.5rem .625rem;
}

.rt-navigation-links.w--current {
  color: var(--_colors---text-color--text-brand);
}

.rt-navbar-buttons {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  justify-content: flex-end;
  align-items: center;
}

.rt-responsive-button {
  display: none;
}

.rt-counter {
  padding-top: 4.375rem;
}

.rt-counter-main {
  border-top: 1px solid var(--_colors---border-color--border-secondary);
  border-bottom: 1px solid var(--_colors---border-color--border-secondary);
  background-color: var(--_colors---background--bg-secondary);
}

.rt-counter-wrapper {
  grid-column-gap: var(--_sizes---gaps--gap-xs);
  grid-row-gap: var(--_sizes---gaps--gap-xs);
  justify-content: space-between;
  align-items: stretch;
}

.rt-counter-div {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  padding-top: 1.875rem;
  padding-bottom: 2.5rem;
}

.rt-counter-top {
  justify-content: flex-start;
  align-items: center;
  height: 5rem;
  overflow: hidden;
}

.rt-counter-line {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
}

.rt-counter-line.rt-right-line {
  justify-content: flex-start;
  align-items: flex-start;
}

.rt-counter-train {
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
}

.rt-h1-heading {
  font-family: var(--_typography---font-family--primary-font);
  color: var(--_colors---text-color--text-primary);
  font-size: var(--_typography---h1-heading--h1-size);
  line-height: var(--_typography---h1-heading--h1-line-height);
  font-weight: var(--_typography---h1-heading--h1-weight);
  letter-spacing: var(--_typography---h1-heading--h1-letter-spacing);
}

.rt-h1-heading.rt-color-light.rt-ticker-text-opacity {
  opacity: .4;
}

.rt-h2-heading {
  font-family: var(--_typography---font-family--primary-font);
  color: var(--_colors---text-color--text-primary);
  font-size: var(--_typography---h2-heading--h2-size);
  line-height: var(--_typography---h2-heading--h2-line-height);
  font-weight: var(--_typography---h2-heading--h2-weight);
  letter-spacing: var(--_typography---h2-heading--h2-letter-spacing);
}

.rt-h2-heading.rt-plus-align {
  align-self: center;
  margin-top: .75rem;
}

.rt-h2-heading.rt-yearly-price {
  opacity: 0;
  position: absolute;
}

.rt-counter-border-middle {
  background-color: var(--_colors---border-color--border-secondary);
  width: .0625rem;
}

.rt-about {
  padding-top: var(--_sizes---gaps--gap-xl);
  padding-bottom: var(--_sizes---gaps--gap-xl);
}

.rt-about-main {
  grid-column-gap: var(--_sizes---gaps--gap-md);
  grid-row-gap: var(--_sizes---gaps--gap-md);
  justify-content: flex-start;
  align-items: center;
}

.rt-about-top {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 60.625rem;
}

.rt-tag-v1 {
  padding: .25rem var(--_sizes---gaps--gap-xs);
  border-radius: var(--_sizes---radius--radius-large);
  background-color: var(--_colors---background--bg-brand);
  color: var(--_colors---text-color--text-light);
  font-size: var(--_typography---button-text--button-text-size);
  font-weight: var(--_typography---button-text--button-text-weight);
  border: 1px solid #5046e412;
}

.rt-innter-title {
  margin-top: 1.7rem;
  margin-bottom: 0;
}

.rt-innter-title.rt-contact-bottom-title {
  max-width: 31.1875rem;
}

.rt-innter-title.rt-get-help-title {
  margin-bottom: 2rem;
}

.rt-innter-title.rt-performance-title {
  text-align: center;
  max-width: 33.125rem;
  margin-top: 0;
}

.rt-about-cards {
  grid-column-gap: var(--_sizes---gaps--gap-sm);
  grid-row-gap: var(--_sizes---gaps--gap-sm);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.rt-about-card {
  border: 1px solid var(--_colors---border-color--border-secondary);
  border-radius: var(--_sizes---radius--radius-xs);
  background-color: var(--_colors---background--bg-brand);
  background-image: url('../images/about-card-bg-lines.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem;
}

.rt-about-card.rt-card-v2 {
  background-color: var(--_colors---text-color--text-light);
  background-image: none;
  box-shadow: 0 .25rem 8.33333rem #57558033;
}

.rt-about-card.rt-card-v3 {
  background-color: var(--_colors---background--bg-primary);
  background-image: none;
}

.rt-logo-wrap {
  margin-bottom: 3.375rem;
}

.rt-logo-dark {
  opacity: 1;
}

.rt-about-card-title-wrap {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  margin-bottom: 5.625rem;
}

.rt-h4-heading {
  font-family: var(--_typography---font-family--primary-font);
  color: var(--_colors---text-color--text-primary);
  font-size: var(--_typography---h4-heading--h4-size);
  line-height: var(--_typography---h4-heading--h4-line-height);
  font-weight: var(--_typography---h4-heading--h4-weight);
  letter-spacing: var(--_typography---h4-heading--h4-letter-spacing);
}

.rt-h4-heading.rt-color-light {
  color: var(--_colors---text-color--text-light);
}

.rt-about-card-description {
  color: var(--_colors---text-color--text-light);
  border-top: 1px solid #fff3;
  margin-bottom: 0;
  padding-top: .9rem;
}

.rt-about-card-description.rt-description-dark {
  border-top-color: var(--_colors---border-color--border-secondary);
  color: var(--_colors---text-color--text-secondary);
}

.rt-about-authors {
  max-width: 6.0625rem;
}

.rt-logo-wrap-v2 {
  margin-bottom: 3.375rem;
  position: relative;
}

.rt-card-v3-top {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 11.25rem;
  margin-bottom: 3.625rem;
}

.rt-shrink-off {
  flex: none;
}

.rt-shrink-off.rt-icon-align {
  margin-top: .5rem;
}

.rt-about-v2 {
  padding-top: var(--_sizes---gaps--gap-xl);
  padding-bottom: var(--_sizes---gaps--gap-xl);
  background-color: var(--_colors---background--bg-secondary);
}

.rt-about-v2-main {
  grid-column-gap: 5.625rem;
  grid-row-gap: 5.625rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-about-v2-top {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 47.125rem;
}

.rt-about-v2-bottom {
  grid-column-gap: var(--_sizes---gaps--gap-xl);
  grid-row-gap: var(--_sizes---gaps--gap-xl);
  align-items: stretch;
  width: 100%;
}

.rt-about-v2-content-1 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: center;
}

.rt-about-v2-content-1-left {
  flex: 1;
  max-width: 28.75rem;
}

.rt-about-v2-sub-title {
  margin-top: 1.875rem;
  margin-bottom: 1.3rem;
}

.rt-about-v2-description {
  margin-bottom: 1.7rem;
}

.rt-about-v2-content-1-right {
  border-radius: var(--_sizes---radius--radius-xs);
  flex: 1;
  max-width: 36.5rem;
  overflow: hidden;
  box-shadow: 0 -.0625rem 3.75rem #544fa229;
}

.rt-about-v2-content-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: center;
}

.rt-about-v2-content-2-right {
  flex: 1;
  max-width: 36.5rem;
  overflow: hidden;
}

.rt-about-v2-sub-title-v2 {
  max-width: 28.125rem;
  margin-top: 1.875rem;
  margin-bottom: 1.3rem;
}

.rt-about-v2-description-v2 {
  max-width: 35rem;
  margin-bottom: 2rem;
}

.rt-about-v2-checks {
  width: 100%;
}

.rt-about-v2-check-points {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.rt-about-v2-check-points.rt-check-gaps {
  margin-bottom: 1.5625rem;
}

.rt-about-v2-check-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  max-width: 30.625rem;
}

.rt-about-v2-content-2-left {
  border-radius: var(--_sizes---radius--radius-xs);
  flex: 1;
  max-width: 36rem;
  overflow: hidden;
  box-shadow: 0 -.0625rem 3.75rem #544fa229;
}

.rt-service {
  padding-top: var(--_sizes---gaps--gap-xl);
  padding-bottom: var(--_sizes---gaps--gap-xl);
  overflow: hidden;
}

.rt-service-main {
  grid-column-gap: var(--_sizes---gaps--gap-md);
  grid-row-gap: var(--_sizes---gaps--gap-md);
  align-items: stretch;
}

.rt-service-top-main {
  grid-column-gap: var(--_sizes---gaps--gap-sm);
  grid-row-gap: var(--_sizes---gaps--gap-sm);
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.rt-service-top-left {
  flex: 1;
  max-width: 30.625rem;
}

.rt-service-slider {
  align-items: stretch;
}

.rt-service-slider-wrap {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 25vw 25vw 25vw 25vw 25vw;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-servcie-cards {
  padding-right: var(--_sizes---gaps--gap-sm);
  border-radius: var(--_sizes---radius--radius-xs);
  background-color: var(--_colors---background--bg-primary);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.rt-service-card-top {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  border-top-left-radius: var(--_sizes---radius--radius-xs);
  border-top-right-radius: var(--_sizes---radius--radius-xs);
  background-color: var(--_colors---background--bg-primary);
  border-top: .1875rem solid #5046e400;
  padding: 1.25rem;
  box-shadow: 0 -.0625rem 3.75rem #544fa229;
}

.rt-card-text-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  max-width: 20.25rem;
}

.rt-radius-bottom {
  border-bottom-left-radius: var(--_sizes---radius--radius-xs);
  border-bottom-right-radius: var(--_sizes---radius--radius-xs);
  flex: 1;
  overflow: hidden;
}

.rt-team {
  padding-top: var(--_sizes---gaps--gap-xl);
  padding-bottom: var(--_sizes---gaps--gap-xl);
}

.rt-team-card-icon {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 1.25rem;
  position: absolute;
  inset: 0%;
}

.rt-team-card-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.rt-team-card-overlay {
  z-index: 1;
  background-image: linear-gradient(180deg, #0000 48%, var(--_colors---background--bg-dark));
  border-radius: 15px;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.rt-team-card-v1-text {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.rt-team-top {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 38.125rem;
}

.rt-team-main {
  grid-column-gap: var(--_sizes---gaps--gap-md);
  grid-row-gap: var(--_sizes---gaps--gap-md);
  justify-content: flex-start;
  align-items: center;
}

.rt-team-card-new {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-team-image-wrapper {
  border-radius: var(--_sizes---radius--radius-xs);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.rt-h5-heading {
  font-family: var(--_typography---font-family--primary-font);
  color: var(--_colors---text-color--text-primary);
  font-size: var(--_typography---h5-heading--h5-size);
  line-height: var(--_typography---h5-heading--h5-line-height);
  font-weight: var(--_typography---h5-heading--h5-weight);
  letter-spacing: var(--_typography---h5-heading--h5-letter-spacing);
}

.rt-h5-heading.rt-color-brand {
  color: var(--_colors---text-color--text-brand);
}

.rt-h5-heading.rt-card-title {
  max-width: 8.9rem;
}

.rt-h5-heading.rt-footer-link-v2:hover {
  color: var(--_colors---text-color--text-brand);
}

.rt-faq {
  padding-top: var(--_sizes---gaps--gap-xl);
  padding-bottom: var(--_sizes---gaps--gap-xl);
}

.rt-faq-main {
  grid-column-gap: var(--_sizes---gaps--gap-md);
  grid-row-gap: var(--_sizes---gaps--gap-md);
  justify-content: flex-start;
  align-items: center;
}

.rt-faq-top {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.rt-container-sm {
  max-width: var(--_sizes---container--container-sm);
  padding-right: var(--_sizes---gaps--gap-xs);
  padding-left: var(--_sizes---gaps--gap-xs);
}

.rt-faq-bottom {
  grid-column-gap: var(--_sizes---gaps--gap-xs);
  grid-row-gap: var(--_sizes---gaps--gap-xs);
  align-items: stretch;
  width: 100%;
}

.rt-faq-answer {
  background-color: #ddd0;
  position: static;
  overflow: hidden;
}

.rt-answer-wrapper {
  max-width: 60.3rem;
  padding-bottom: 2.1875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.rt-faq-bar {
  border-radius: var(--_sizes---radius--radius-large);
  background-color: var(--_colors---background--bg-dark);
  width: .9375rem;
  height: .125rem;
}

.rt-faq-bar.rt-bar-two {
  position: absolute;
  transform: rotate(90deg);
}

.rt-faq-icon-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-faq-card {
  border-radius: var(--_sizes---radius--radius-xs);
  background-color: var(--_colors---background--bg-primary);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  box-shadow: 0 -.0625rem 3.75rem #544fa229;
}

.rt-faq-toggle {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.25rem 1.875rem 1.375rem;
  display: flex;
}

.rt-h6-heading {
  font-family: var(--_typography---font-family--primary-font);
  color: var(--_colors---text-color--text-primary);
  font-size: var(--_typography---h6-heading--h6-size);
  line-height: var(--_typography---h6-heading--h6-line-height);
  font-weight: var(--_typography---h6-heading--h6-weight);
  letter-spacing: var(--_typography---h6-heading--h6-letter-spacing);
}

.rt-h6-heading.rt-color-light {
  color: var(--_colors---text-color--text-light);
}

.rt-footer-email-wrapper {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-footer-location {
  max-width: 11.0625rem;
}

.rt-email-item {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-email-item.rt-position-relative {
  position: relative;
  overflow: hidden;
}

.rt-footer-col {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  display: flex;
}

.rt-under-line {
  background-color: var(--_colors---background--bg-brand);
  height: .0625rem;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-footer {
  padding-top: var(--_sizes---gaps--gap-xl);
}

.rt-social-media {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-footer-bottom-main {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5625rem;
  display: flex;
}

.rt-footer-main {
  margin-top: -.625rem;
  margin-bottom: var(--_sizes---gaps--gap-xl);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr .8fr .6fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-footer-text {
  color: var(--_colors---text-color--text-secondary-accent);
  text-transform: uppercase;
  margin-bottom: .3rem;
  font-size: .75rem;
}

.rt-footer-link {
  color: var(--_colors---text-color--text-secondary);
  transition: color .3s;
}

.rt-footer-link:hover {
  color: var(--_colors---text-color--text-brand);
}

.rt-footer-links {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-cta-client-left {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-cta-mobile-image {
  z-index: 2;
  margin-right: -2.25rem;
  position: relative;
}

.rt-cta-col {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-cta-right {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 37.375rem;
  display: flex;
}

.rt-cta-wrapper {
  border-radius: var(--_sizes---radius--radius-sm);
  background-color: #151a21;
  background-image: url('../images/cta-background-lines.svg'), linear-gradient(82deg, #151a21, var(--_colors---text-color--text-brand));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
}

.rt-cta-left {
  flex: 1;
  max-width: 33.6875rem;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.rt-cta-documentation {
  border-radius: var(--_sizes---radius--radius-xs);
  background-color: var(--_colors---background--bg-primary);
  justify-content: space-between;
  align-items: center;
  margin-bottom: .375rem;
  padding: 1rem 1.875rem 1.05rem;
  display: flex;
}

.rt-client-image {
  max-width: 6.875rem;
}

.rt-cta-mobile-image-v2 {
  margin-left: -5.0625rem;
}

.rt-cta-client {
  border-radius: var(--_sizes---radius--radius-xs);
  background-color: var(--_colors---background--bg-brand);
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.875rem;
  display: flex;
}

.rt-testimonial-right {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-container-lg {
  max-width: var(--_sizes---container--container-lg);
  padding-right: var(--_sizes---gaps--gap-xs);
  padding-left: var(--_sizes---gaps--gap-xs);
}

.rt-cta-main-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: flex-end;
}

.rt-h3-heading {
  font-family: var(--_typography---font-family--primary-font);
  color: var(--_colors---text-color--text-primary);
  font-size: var(--_typography---h3-heading--h3-size);
  line-height: var(--_typography---h2-heading--h2-line-height);
  font-weight: var(--_typography---h3-heading--h3-weight);
  letter-spacing: var(--_typography---h3-heading--h3-letter-spacing);
}

.rt-h3-heading.rt-gap-off.rt-color-light {
  color: var(--_colors---text-color--text-light);
}

.rt-h3-heading.rt-gap-off.rt-color-light.rt-gap-title {
  margin-bottom: 1.3rem;
}

.rt-color-light {
  color: var(--_colors---text-color--text-light);
}

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

.rt-color-light-accent.rt-cta-paragraph {
  margin-bottom: 1.7rem;
}

.rt-color-light-accent.rt-cta-v2-paragraph {
  color: var(--_colors---text-color--text-light);
  margin-bottom: 1.7rem;
}

.rt-how-it-work-login {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-how-it-work-right {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  max-width: 32.5rem;
  position: relative;
}

.rt-how-it-work-line {
  background-color: #e9e9e9;
  width: .0625rem;
  height: 91%;
  position: absolute;
  inset: 0% auto 0% 1.6rem;
}

.rt-how-it-work-item {
  z-index: 1;
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  position: relative;
}

.rt-how-it-work-number {
  background-color: var(--_colors---background--bg-secondary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  min-width: 3.125rem;
  height: 3.125rem;
  min-height: 3.125rem;
  display: flex;
}

.rt-how-it-work-text {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  flex-flow: column;
  display: flex;
}

.rt-black-line {
  background-color: #14161f;
  width: .0625rem;
  height: 99%;
}

.rt-how-it-work-main {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  perspective: 3000px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.rt-how-it-work-wrap {
  grid-column-gap: var(--_sizes---gaps--gap-md);
  grid-row-gap: var(--_sizes---gaps--gap-md);
  justify-content: flex-start;
  align-items: center;
}

.rt-how-it-work-left-wrap {
  border-radius: var(--_sizes---radius--radius-xs);
  background-image: url('../images/how-it-works-form-background.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  max-width: 39.375rem;
  padding-top: 6.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  overflow: hidden;
}

.rt-inside-form {
  width: 100%;
  max-width: 25.6875rem;
  position: relative;
}

.rt-form-block {
  border-top-left-radius: var(--_sizes---radius--radius-xs);
  border-top-right-radius: var(--_sizes---radius--radius-xs);
  background-color: var(--_colors---background--bg-primary);
  margin-bottom: 0;
  padding: 1.5625rem 3.75rem 2.1875rem;
}

.rt-form-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #0000;
  flex-flow: column;
  display: flex;
}

.rt-form-top {
  margin-bottom: 1.875rem;
}

.rt-tag-v2 {
  color: var(--_colors---text-color--text-brand);
  font-size: .75rem;
  font-weight: var(--_typography---button-text--button-text-weight);
}

.rt-input {
  border-radius: var(--_sizes---radius--radius-large);
  color: var(--_colors---text-color--text-secondary);
  letter-spacing: .05rem;
  background-color: #f6f5f2;
  border: 1px #000;
  width: 100%;
  min-height: 2.9375rem;
  margin-bottom: 0;
  padding: 0 1.875rem;
  font-size: .6875rem;
  line-height: 208%;
}

.rt-input::placeholder {
  color: var(--_colors---text-color--text-secondary);
  font-size: .6875rem;
}

.rt-input.rt-gap {
  margin-bottom: 1.25rem;
}

.rt-label {
  z-index: 1;
  background-color: var(--_colors---background--bg-primary);
  color: var(--_colors---text-color--text-primary);
  margin-bottom: -.625rem;
  margin-left: 1.25rem;
  padding: .125rem .625rem .1875rem;
  font-size: .7rem;
  font-weight: 400;
  line-height: 140%;
  position: relative;
}

.rt-form-button-wrapper {
  border-radius: var(--_sizes---radius--radius-large);
  justify-content: center;
  align-items: stretch;
  margin-bottom: .625rem;
  position: relative;
  overflow: hidden;
}

.rt-form-button-wrapper.rt-gap-off {
  margin-bottom: 0;
}

.rt-form-button-wrapper.rt-gap-off.rt-password-button {
  width: 100%;
}

.rt-submit-button {
  z-index: 5;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.rt-form-button-2 {
  align-items: stretch;
}

.rt-form-footer-text {
  text-align: center;
  font-size: .75rem;
}

.rt-underline {
  text-decoration: underline;
}

.rt-success {
  color: #156b1e;
  text-align: center;
  background-color: #d4ffdf;
  padding: .625rem;
  font-size: .7rem;
}

.rt-error {
  color: #b14445;
  text-align: center;
  padding: .625rem;
  font-size: .7rem;
}

.rt-mobile-slider, .rt-display-off {
  display: none;
}

.rt-hero-top-v2 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 47rem;
}

.rt-hero-description-v2 {
  max-width: 41.5625rem;
  margin-bottom: 0;
}

.rt-hero-description-v2.rt-description-gap {
  margin-bottom: 2.1875rem;
}

.rt-contact-form {
  border-radius: var(--_sizes---radius--radius-xs);
  background-color: var(--_colors---background--bg-primary);
  width: 100%;
  max-width: 46.75rem;
  padding: 2.8rem 3.125rem 3.125rem;
  box-shadow: 0 -.0625rem 3.75rem #544fa21f;
}

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

.rt-contact-form-main {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-label-v2 {
  color: var(--_colors---text-color--text-primary);
  font-size: var(--_typography---button-text--button-text-size);
  line-height: var(--_typography---button-text--button-text-line-height);
  font-weight: var(--_typography---button-text--button-text-weight);
  letter-spacing: var(--_typography---button-text--button-text-letter-spacing);
}

.rt-input-v2 {
  border-radius: var(--_sizes---radius--radius-large);
  color: var(--_colors---text-color--text-secondary);
  letter-spacing: .05rem;
  background-color: #f6f5f2;
  border: 1px #000;
  width: 100%;
  min-height: 2.9375rem;
  margin-bottom: 0;
  padding: 0 1.2rem;
  font-size: .875rem;
  line-height: 208%;
}

.rt-input-v2::placeholder {
  color: var(--_colors---text-color--text-secondary);
  font-size: .875rem;
}

.rt-input-v2.rt-message-field {
  border-radius: var(--_sizes---radius--radius-xs);
  min-height: 7.1875rem;
  padding-top: .8rem;
}

.rt-input-v2.rt-gap-xs {
  margin-bottom: var(--_sizes---gaps--gap-xs);
}

.rt-cta-v2-main {
  padding: 4.375rem var(--_sizes---gaps--gap-xs);
  border-radius: var(--_sizes---radius--radius-xs);
  background-color: var(--_colors---background--bg-dark);
  background-image: url('../images/cta-background-lines.svg'), linear-gradient(74deg, #151a21, var(--_colors---background--bg-brand));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  justify-content: flex-start;
  align-items: center;
}

.rt-cta-v2-content {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 39.375rem;
}

.rt-contact-information {
  padding-bottom: var(--_sizes---gaps--gap-xl);
}

.rt-contact-information-main {
  grid-column-gap: var(--_sizes---gaps--gap-md);
  grid-row-gap: var(--_sizes---gaps--gap-md);
  justify-content: flex-start;
  align-items: center;
}

.rt-contact-bottom {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.rt-contact-cards {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  border-radius: var(--_sizes---radius--radius-xs);
  background-color: var(--_colors---background--bg-primary);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1.875rem;
  box-shadow: 0 -.0625rem 3.75rem #544fa21f;
}

.rt-container-md {
  max-width: var(--_sizes---container--container-md);
  padding-right: var(--_sizes---gaps--gap-xs);
  padding-left: var(--_sizes---gaps--gap-xs);
}

.rt-contact-cards-items {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  align-items: center;
}

.rt-social-icons-wrapper {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  justify-content: center;
  align-items: center;
}

.rt-hero-v2 {
  padding-top: 9.375rem;
  padding-bottom: var(--_sizes---gaps--gap-xl);
  background-image: url('../images/hero-background-line.webp'), radial-gradient(circle farthest-corner at 50% -14%, #5046e43b, #fff0 31%), linear-gradient(180deg, #f7f7fb00, var(--_colors---background--bg-secondary));
  background-position: 50% 0, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 100%, auto, auto;
}

.rt-hero-v2.rt-remove-bg {
  background-image: url('../images/hero-background-line.webp'), radial-gradient(circle at 50% -14%, #5046e43b, #fff0 31%);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
}

.rt-assessment {
  padding-top: var(--_sizes---gaps--gap-xl);
}

.rt-assessment-main {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: stretch;
}

.rt-assessment-left {
  padding: 6.25rem var(--_sizes---gaps--gap-xs) 5rem;
  border-radius: var(--_sizes---radius--radius-xs);
  background-image: url('../images/features-dashboard-background.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 39.375rem;
  overflow: hidden;
}

.rt-assessment-dashboard-image {
  max-width: 26.75rem;
}

.rt-assessment-right {
  flex: 1;
  align-self: center;
  max-width: 32.5rem;
}

.rt-assessment-description {
  max-width: 28.5625rem;
  margin-bottom: 2rem;
}

.rt-assessment-content {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border-bottom: 1px solid var(--_colors---border-color--border-secondary);
  max-width: 30.9375rem;
  margin-bottom: 1.8rem;
  padding-bottom: 1.4rem;
}

.rt-assessment-content.rt-gap-off {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.rt-assessment-content-top {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.rt-check-icon-align {
  flex: none;
  margin-top: 9px;
}

.rt-features-v2 {
  padding-top: var(--_sizes---gaps--gap-xl);
  padding-bottom: var(--_sizes---gaps--gap-xl);
}

.rt-features-v2-main {
  grid-column-gap: var(--_sizes---gaps--gap-md);
  grid-row-gap: var(--_sizes---gaps--gap-md);
  justify-content: flex-start;
  align-items: center;
}

.rt-features-v2-top {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 44.9rem;
}

.rt-features-v2-bottom {
  grid-column-gap: var(--_sizes---gaps--gap-sm);
  grid-row-gap: var(--_sizes---gaps--gap-sm);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 33vw;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.rt-features-v2-card {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  border-radius: var(--_sizes---radius--radius-xs);
  background-color: var(--_colors---background--bg-primary);
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 2.8125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  box-shadow: 0 -.0625rem 3.75rem #544fa21f;
}

.rt-features-v2-card-top {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  padding-left: 1.125rem;
}

.rt-features-v2-card-content {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  max-width: 18.75rem;
}

.rt-features-v2-card-bottom {
  border-top-left-radius: var(--_sizes---radius--radius-xs);
  border-top-right-radius: var(--_sizes---radius--radius-xs);
  width: 100%;
  overflow: hidden;
}

.rt-features-v2-card-bottom-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  align-items: stretch;
  width: 100%;
  max-width: 21.25rem;
  overflow: hidden;
}

.rt-service-bottom-image {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  overflow: hidden;
}

.rt-service-bottom-image.rt-change {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex-flow: column;
  width: 100%;
  margin-bottom: .9375rem;
  display: flex;
}

.rt-marquee-wrapper {
  display: flex;
}

.rt-logo-train {
  flex: none;
  display: flex;
}

.rt-logo-main-wrapper {
  flex: none;
  padding-right: .625rem;
}

.rt-logo-item-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: var(--_colors---background--bg-secondary);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: .5rem 2.1875rem .5rem .875rem;
  display: flex;
}

.rt-button-text {
  color: var(--_colors---text-color--text-primary);
  font-size: var(--_typography---button-text--button-text-size);
  line-height: 160%;
}

.rt-features-v2-card-2 {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  border-radius: var(--_sizes---radius--radius-xs);
  background-color: var(--_colors---background--bg-primary);
  flex: 1;
  align-items: stretch;
  padding: 2.8125rem 1.875rem;
  box-shadow: 0 -.0625rem 3.75rem #544fa21f;
}

.rt-features-v3 {
  padding-top: var(--_sizes---gaps--gap-xl);
  padding-bottom: var(--_sizes---gaps--gap-xl);
  background-color: var(--_colors---background--bg-secondary);
}

.rt-ceatures-v3-main {
  grid-column-gap: var(--_sizes---gaps--gap-md);
  grid-row-gap: var(--_sizes---gaps--gap-md);
  justify-content: flex-start;
  align-items: center;
}

.rt-features-v3-top {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 38rem;
}

.rt-features-v3-bottom {
  grid-column-gap: var(--_sizes---gaps--gap-sm);
  grid-row-gap: var(--_sizes---gaps--gap-sm);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.rt-features-card-v3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top-left-radius: var(--_sizes---radius--radius-xs);
  border-top-right-radius: var(--_sizes---radius--radius-xs);
  border-bottom-left-radius: var(--_sizes---radius--radius-xs);
  border-bottom-right-radius: var(--_sizes---radius--radius-xs);
  background-color: var(--_colors---background--bg-primary);
  text-align: center;
  border-bottom: .125rem solid #5046e400;
  justify-content: flex-start;
  align-items: center;
  width: calc(25% - 1.875rem);
  padding: 3rem 1.7rem 2.4rem;
  transition-property: border-color, box-shadow;
  transition-duration: .35s, .3s;
  transition-timing-function: ease, ease;
  box-shadow: 0 .625rem 1.875rem #5046e400;
}

.rt-features-card-v3:hover {
  border-bottom-color: var(--_colors---border-color--border-brand);
  box-shadow: 0 .625rem 1.875rem #5046e44d;
}

.rt-features-card-v3-content {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 14.375rem;
}

.rt-ticker-strip {
  background-color: var(--_colors---background--bg-brand);
  overflow: hidden;
}

.rt-ticker-main {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 1.875rem;
  padding-bottom: 2.5rem;
}

.rt-ticker-train {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 3.75rem;
}

.rt-ticker-icon {
  margin-bottom: .625rem;
}

.rt-grow-v2, .rt-testimonial-v2 {
  padding-top: var(--_sizes---gaps--gap-xl);
  padding-bottom: var(--_sizes---gaps--gap-xl);
}

.rt-testimonials-v2-wrapper {
  grid-column-gap: var(--_sizes---gaps--gap-md);
  grid-row-gap: var(--_sizes---gaps--gap-md);
  justify-content: flex-start;
  align-items: center;
}

.rt-testimonials-top {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 29.8rem;
}

.rt-testimonials-v2-marquee {
  align-items: stretch;
  width: 100%;
  overflow: hidden;
}

.rt-testimonials-train {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, 27.5rem) minmax(min-content, 27.5rem) minmax(min-content, 27.5rem) minmax(min-content, 27.5rem) minmax(min-content, 27.5rem) minmax(min-content, 27.5rem);
}

.rt-testimonial-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.rt-testimonial-author {
  width: 2.5rem;
  height: 2.5rem;
}

.rt-testimonial-main-bottom {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-testimonial-main {
  grid-column-gap: 5.625rem;
  grid-row-gap: 5.625rem;
  background-color: var(--_colors---background--bg-primary);
  border-radius: .625rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 1.25rem;
  display: flex;
}

.rt-testimonial-top {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-linear-bg {
  background-image: linear-gradient(180deg, var(--_colors---background--bg-secondary) 31%, var(--_colors---background--bg-primary));
}

.rt-testimonial-small-text {
  font-size: .8125rem;
}

.rt-testimonial-gap {
  padding-right: 1.85rem;
}

.rt-hero-top-v3 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 45rem;
}

.rt-hero-bottom-v3 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.rt-pricing-toggle-main {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--_colors---text-color--text-primary);
  font-size: var(--_typography---button-text--button-text-size);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
}

.rt-pricing-toggle-button-wrapper {
  background-color: #fff;
  border: 1px solid #0000002e;
  border-radius: 3.125rem;
  justify-content: flex-start;
  align-items: center;
  width: 3.625rem;
  height: 1.875rem;
  padding-left: .375rem;
  padding-right: .375rem;
  display: flex;
}

.rt-pricing-ball {
  background-color: var(--_colors---background--bg-brand);
  border-radius: 50%;
  width: 1.1875rem;
  height: 1.1875rem;
}

.rt-pricing-cards-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.rt-pricing-card {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  border-radius: var(--_sizes---radius--radius-xs);
  background-color: var(--_colors---background--bg-primary);
  align-items: stretch;
  padding: 2.5rem;
  box-shadow: 0 -.0625rem 3.75rem #544fa21f;
}

.rt-pricing-card.rt-popular-card {
  border: 2px solid var(--_colors---border-color--border-brand);
  position: relative;
}

.rt-pricing-item-top {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  font-size: var(--_typography---button-text--button-text-size);
}

.rt-pricing-max-width {
  max-width: 18.1rem;
  margin-bottom: 0;
}

.rt-price-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: .625rem;
  font-size: .875rem;
  display: flex;
}

.rt-price-item-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: .5rem;
}

.rt-pricing-check {
  width: .75rem;
}

.rt-price-main-item {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-price-main-item.rt-inactive {
  opacity: .6;
}

.rt-price-main {
  grid-column-gap: .4375rem;
  grid-row-gap: .4375rem;
}

.rt-price-main.rt-about-platform-list {
  margin-bottom: 2.1rem;
}

.rt-pricing-small-text {
  font-size: .875rem;
}

.rt-pricing-wrapper {
  justify-content: center;
  align-items: center;
  position: relative;
}

.rt-small-box {
  background-color: var(--_colors---background--bg-brand);
  color: var(--_colors---text-color--text-light);
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  padding: .2rem .8rem;
  font-size: .75rem;
  line-height: 140%;
  display: flex;
  position: absolute;
  inset: .5rem .5rem auto auto;
  box-shadow: 0 10px 20px #4340fc4d;
}

.rt-get-help {
  padding-top: var(--_sizes---gaps--gap-xl);
  padding-bottom: var(--_sizes---gaps--gap-xl);
}

.rt-get-help-main {
  grid-column-gap: var(--_sizes---gaps--gap-md);
  grid-row-gap: var(--_sizes---gaps--gap-md);
  justify-content: flex-start;
  align-items: center;
}

.rt-get-help-cards-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.rt-help-card {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  border-radius: var(--_sizes---radius--radius-xs);
  background-color: var(--_colors---background--bg-primary);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1.875rem 1rem 1.25rem;
  box-shadow: 0 -.0625rem 3.75rem #544fa21f;
}

.rt-pricing-comparison {
  grid-column-gap: var(--_sizes---gaps--gap-md);
  grid-row-gap: var(--_sizes---gaps--gap-md);
  justify-content: flex-start;
  align-items: center;
}

.rt-pricing-comparison-title {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 39.0625rem;
}

.rt-pricing-comparison-table {
  font-size: var(--_typography---button-text--button-text-size);
  line-height: var(--_typography---text--text-line-height);
  width: 100%;
}

.rt-pricing-row-left {
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 30px;
  display: flex;
}

.text-block {
  margin-bottom: 5px;
}

.rt-price-table-row {
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-price-table-row.rt-tab-border-none {
  grid-template-columns: .4fr 1fr;
}

.rt-price-table-row.rt-pricing-table-row-border-bottom {
  color: var(--_colors---text-color--text-primary);
  border-bottom: 1px solid #e3e3e3;
  grid-template-columns: .4fr 1fr;
}

.rt-price-table-row.rt-pricing-table-row-border-bottom.rt-border-top {
  border-top: 1px solid #fff3;
  grid-template-columns: .4fr 1fr;
}

.rt-pricing-right-plan {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-price-number {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.5rem;
}

.rt-price-subheading {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: .625rem;
  font-size: .8rem;
}

.rt-green-tick-wrapper {
  border-left: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  display: flex;
}

.rt-pricing-responsive-button {
  display: none;
}

.rt-about-hero-top {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  align-self: flex-start;
  width: 100%;
  max-width: 76.25rem;
}

.rt-about-hero-content {
  grid-column-gap: var(--_sizes---gaps--gap-sm);
  grid-row-gap: var(--_sizes---gaps--gap-sm);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.rt-about-hero-description {
  flex: 1;
  max-width: 28.0625rem;
}

.rt-about-hero-gap {
  margin-bottom: 2.1875rem;
}

.rt-about-capture {
  padding-top: var(--_sizes---gaps--gap-xl);
  padding-bottom: var(--_sizes---gaps--gap-xl);
}

.rt-about-capture-main {
  grid-column-gap: var(--_sizes---gaps--gap-sm);
  grid-row-gap: var(--_sizes---gaps--gap-sm);
  justify-content: space-between;
  align-items: center;
  max-width: 77.5rem;
}

.rt-about-capture-left {
  border-radius: var(--_sizes---radius--radius-xs);
  background-image: url('../images/features-dashboard-background.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  max-width: 37.6875rem;
  padding: 5.625rem 1.25rem 1.875rem;
}

.rt-about-capture-left-image {
  width: 100%;
  max-width: 31rem;
}

.rt-about-capture-right-content {
  flex: 1;
  max-width: 32.625rem;
}

.rt-background-secondary {
  background-color: var(--_colors---background--bg-secondary);
}

.rt-about-features {
  padding-top: var(--_sizes---gaps--gap-xl);
  padding-bottom: var(--_sizes---gaps--gap-xl);
  background-image: url('../images/cta-background-lines.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.rt-about-feature-main {
  grid-column-gap: var(--_sizes---gaps--gap-md);
  grid-row-gap: var(--_sizes---gaps--gap-md);
  justify-content: flex-start;
  align-items: center;
}

.rt-about-feature-bottom {
  grid-column-gap: var(--_sizes---gaps--gap-sm);
  grid-row-gap: var(--_sizes---gaps--gap-sm);
  grid-template-rows: auto;
  width: 100%;
}

.rt-about-features-card {
  border-radius: var(--_sizes---radius--radius-xs);
  background-color: var(--_colors---background--bg-primary);
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.rt-about-feature-card-box {
  padding: 1.875rem 3.125rem 2rem;
}

.rt-about-feature-card-description {
  max-width: 28.5rem;
  margin-top: .9375rem;
  margin-bottom: 1.2rem;
}

.rt-button-v2 {
  color: var(--_colors---text-color--text-primary);
  position: relative;
  overflow: hidden;
}

.rt-button-v2-line {
  background-color: var(--_colors---background--bg-dark);
  height: .0625rem;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-about-performance {
  padding-bottom: var(--_sizes---gaps--gap-xl);
}

.rt-about-performance-main {
  grid-column-gap: var(--_sizes---gaps--gap-md);
  grid-row-gap: var(--_sizes---gaps--gap-md);
  justify-content: flex-start;
  align-items: center;
}

.rt-counter-wrapper-v2 {
  grid-column-gap: var(--_sizes---gaps--gap-xs);
  grid-row-gap: var(--_sizes---gaps--gap-xs);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.rt-counter-v2-text {
  max-width: 13.4375rem;
  margin-top: .625rem;
}

.rt-about-platform {
  padding-top: var(--_sizes---gaps--gap-xl);
}

.rt-about-platmform-main {
  grid-column-gap: var(--_sizes---gaps--gap-sm);
  grid-row-gap: var(--_sizes---gaps--gap-sm);
  justify-content: space-between;
  align-items: center;
}

.rt-about-platform-left {
  border-radius: var(--_sizes---radius--radius-xs);
  background-image: url('../images/features-dashboard-background.webp');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 39.375rem;
  padding: 5.625rem 1.25rem 4.0625rem;
  overflow: hidden;
}

.rt-about-platform-image {
  width: 100%;
  max-width: 28.125rem;
}

.rt-about-platform-right {
  flex: 1;
  max-width: 32.5rem;
}

.rt-integrations {
  padding-top: var(--_sizes---gaps--gap-xl);
  padding-bottom: 3.75rem;
}

.rt-integrations-container {
  padding-right: var(--_sizes---gaps--gap-xs);
  padding-left: var(--_sizes---gaps--gap-xs);
  max-width: 62.8125rem;
}

.rt-integration-v1-image {
  aspect-ratio: 1;
  border-top-left-radius: var(--_sizes---radius--radius-sm);
  border-top-right-radius: var(--_sizes---radius--radius-sm);
  border-bottom-left-radius: var(--_sizes---radius--radius-sm);
  border-bottom-right-radius: var(--_sizes---radius--radius-sm);
  background-color: var(--_colors---background--bg-primary);
  justify-content: center;
  align-items: center;
  width: calc(14.5% - 1.875rem);
  box-shadow: 0 .375rem 1.875rem #c8c8c84d;
}

.rt-integration-v1-wrapper {
  grid-column-gap: var(--_sizes---gaps--gap-md);
  grid-row-gap: var(--_sizes---gaps--gap-md);
  justify-content: flex-start;
  align-items: center;
}

.rt-integration-v1-image-wrapper {
  grid-column-gap: var(--_sizes---gaps--gap-sm);
  grid-row-gap: var(--_sizes---gaps--gap-sm);
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.rt-integrations-top {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 30rem;
}

.rt-laptop {
  background-image: linear-gradient(180deg, var(--_colors---background--bg-secondary) 50%, var(--_colors---background--bg-primary) 50%, var(--_colors---background--bg-secondary) 62%, var(--_colors---background--bg-primary));
}

.rt-utility-hero {
  background-color: var(--_colors---background--bg-dark);
  padding-top: 12.2rem;
  padding-bottom: 8rem;
}

.rt-utility-hero-main {
  grid-column-gap: var(--_sizes---gaps--gap-sm);
  grid-row-gap: var(--_sizes---gaps--gap-sm);
  text-align: center;
  justify-content: center;
  align-items: center;
}

.rt-information-inner-main {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.rt-utility-inner {
  padding-top: var(--_sizes---gaps--gap-xl);
}

.rt-utility-wrapper {
  padding-right: var(--_sizes---gaps--gap-xs);
  padding-left: var(--_sizes---gaps--gap-xs);
  background-color: var(--_colors---background--bg-secondary);
  background-image: radial-gradient(circle at 50% 0, #5046e43b, #5046e400 31%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.rt-utility-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-utility-content.rt-password-form {
  width: 100%;
  max-width: 43.25rem;
  margin-bottom: 0;
}

.rt-form {
  border-radius: var(--_sizes---radius--radius-xs);
  background-color: var(--_colors---background--bg-primary);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 5.625rem 3.75rem 4.0625rem;
  display: flex;
}

.rt-typography-text {
  flex: 0 50%;
}

.rt-color-showcase {
  border-radius: 5px;
  width: 100%;
  height: 180px;
  margin-bottom: 10px;
  box-shadow: 0 2px 40px #0000001a;
}

.rt-color-showcase.rt-color-four {
  background-color: var(--_colors---background--bg-primary);
}

.rt-color-showcase.rt-color-three {
  background-color: var(--_colors---text-color--text-secondary);
}

.rt-color-showcase.rt-color-five {
  background-color: var(--_colors---background--bg-secondary);
}

.rt-color-showcase.rt-color-1 {
  background-color: var(--_colors---main--brand);
}

.rt-color-showcase.rt-color-two {
  background-color: var(--_colors---text-color--text-primary);
}

.rt-style-guide-colors {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.rt-style-icon {
  width: 2rem;
}

.rt-style-guide-blocks {
  grid-column-gap: var(--_sizes---gaps--gap-sm);
  grid-row-gap: var(--_sizes---gaps--gap-sm);
  width: 100%;
}

.rt-color-code {
  color: #121212;
  background-color: #e5e5e5;
  border-radius: 4px;
  padding: 3px 5px;
  font-size: 12px;
  line-height: 15px;
}

.rt-style-guide-logo-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  margin-bottom: 1.875rem;
}

.rt-style-guide-logo-wrapper.bottom-margin-off {
  align-items: stretch;
  margin-bottom: 0;
}

.rt-color-information {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  justify-content: space-between;
  align-items: center;
}

.rt-typography-wrapper {
  width: 100%;
}

.rt-gap-bottom-off {
  margin-bottom: 0;
}

.rt-information-inner {
  padding-top: var(--_sizes---gaps--gap-xl);
}

.rt-logo-showcase-box {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-typography-informations {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex: 0 50%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-style-guide-main {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
}

.rt-style-guide-blocks-top {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-service-bottom-line {
  transform-origin: 0%;
  background-color: #15151580;
  width: 100%;
  height: .0625rem;
}

.rt-service-bottom-line.rt-color-border-light {
  background-color: #1515151a;
}

.rt-icons-logo-boxes {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 10px 40px #00000014;
}

.rt-typography-row {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  border-bottom: 1px solid #1515151a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.rt-typography-row.rt-row-top {
  border-bottom-style: none;
  padding-top: 0;
  padding-bottom: .625rem;
}

.rt-color-blocks {
  border: 1px solid #0003;
  border-radius: 10px;
  padding: 1.25rem 1.25rem .625rem;
}

.rt-license-inner {
  padding-top: var(--_sizes---gaps--gap-xl);
}

.rt-color-text-primary-2 {
  color: #151515;
}

.rt-color-text-primary-2.rt-weight-600 {
  font-weight: 600;
}

.rt-showcase-images {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 1.875rem;
  display: grid;
}

.rt-license-box {
  border-bottom: 1px solid #0003;
  margin-bottom: 1.875rem;
  padding-bottom: 2.5rem;
}

.rt-license-box.rt-license-top {
  border-bottom-style: none;
  margin-top: -.9375rem;
  padding-bottom: 0;
}

.rt-radius-xs {
  border-radius: 1.25rem;
}

.rt-license-images-wrapper {
  width: 100%;
}

.rt-image-links-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2.5rem;
}

.rt-gap-sm {
  margin-bottom: var(--_sizes---gaps--gap-sm);
}

.rt-404 {
  color: var(--_colors---text-color--text-primary);
  font-size: clamp(90px, 15.7vw, 300px);
  font-weight: 400;
  line-height: 100%;
}

.rt-button-text-two {
  color: var(--_colors---text-color--text-light);
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.rt-button-text-two:where(.w-variant-760e5039-f5bd-1a87-6b1e-72d1961b1c5c), .rt-button-text-two:where(.w-variant-bb35de41-8f8f-76e7-31e6-3a17a1fd7515), .rt-button-text-two:where(.w-variant-5cc265ce-d300-fc16-1624-b83df1700fde), .rt-button-text-two:where(.w-variant-c1d352fb-febb-2d9a-7314-f27328bde85a) {
  color: var(--_colors---text-color--text-light);
}

@media screen and (min-width: 1280px) {
  .rt-navbar-left {
    display: flex;
  }

  .rt-navbar-hero-main {
    grid-template-columns: 17rem 1fr 17rem;
  }

  .rt-about-card {
    padding: 3.125rem 3.125rem 2.5rem;
  }

  .rt-cta-right {
    flex-basis: 54%;
    padding-right: 2.8125rem;
  }

  .rt-cta-left {
    flex: 0 47%;
  }

  .rt-how-it-work-main {
    grid-column-gap: 8.75rem;
    grid-row-gap: 8.75rem;
  }

  .rt-features-v2-bottom {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rt-service-bottom-image.rt-change {
    margin-bottom: 1.5625rem;
  }

  .rt-logo-item-wrapper {
    padding-top: .625rem;
    padding-bottom: .625rem;
  }

  .rt-testimonial-main {
    padding: 2.5rem;
  }

  .rt-price-table-row {
    grid-template-columns: .5fr 1fr;
  }

  .rt-price-table-row.rt-tab-border-none, .rt-price-table-row.rt-pricing-table-row-border-bottom, .rt-price-table-row.rt-pricing-table-row-border-bottom.rt-border-top {
    grid-template-columns: .3fr 1fr;
  }

  .rt-price-number {
    padding-left: 2.5rem;
  }

  .rt-green-tick-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-left: 2.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .rt-service-card-top {
    padding: 2rem 2.5rem;
  }
}

@media screen and (min-width: 1920px) {
  .rt-nav-container {
    max-width: 93%;
  }

  .rt-cta-mobile-image {
    margin-right: -4.6rem;
  }

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

@media screen and (max-width: 991px) {
  body {
    --_typography---font-family--secondary-font: "Stack Sans Headline", sans-serif;
    --_typography---text--text-size: .9375rem;
    --_typography---text--text-line-height: 150%;
    --_typography---text--text-weight: 300;
    --_typography---text--text-letter-spacing: .01rem;
    --_typography---font-family--primary-font: "Playfair Display", sans-serif;
    --_typography---h1-heading--h1-size: 2.5rem;
    --_typography---h1-heading--h1-line-height: 114.3%;
    --_typography---h1-heading--h1-weight: 400;
    --_typography---h1-heading--h1-letter-spacing: -.08125rem;
    --_typography---h2-heading--h2-size: 1.875rem;
    --_typography---h2-heading--h2-line-height: 122.2%;
    --_typography---h2-heading--h2-weight: 400;
    --_typography---h2-heading--h2-letter-spacing: -.0625rem;
    --_typography---h3-heading--h3-size: 1.4rem;
    --_typography---h3-heading--h3-line-height: 128.58%;
    --_typography---h3-heading--h3-weight: 400;
    --_typography---h3-heading--h3-letter-spacing: -.0625rem;
    --_typography---h4-heading--h4-size: 1.25rem;
    --_typography---h4-heading--h4-line-height: 132%;
    --_typography---h4-heading--h4-weight: 400;
    --_typography---h4-heading--h4-letter-spacing: -.03125rem;
    --_typography---h5-heading--h5-size: 1.125rem;
    --_typography---h5-heading--h5-line-height: 150%;
    --_typography---h5-heading--h5-weight: 400;
    --_typography---h5-heading--h5-letter-spacing: -.0225rem;
    --_typography---h6-heading--h6-size: 1rem;
    --_typography---h6-heading--h6-line-height: 183.33%;
    --_typography---h6-heading--h6-weight: 400;
    --_typography---h6-heading--h6-letter-spacing: -.0225rem;
    --_typography---button-text--button-text-size: .8rem;
    --_typography---button-text--button-text-line-height: 213.33%;
    --_typography---button-text--button-text-weight: 400;
    --_typography---button-text--button-text-letter-spacing: -.00875rem;
    --_sizes---gaps--gap-xs: .9375rem;
    --_sizes---container--container-size: 82.5rem;
    --_sizes---gaps--gap-sm: 1.875rem;
    --_sizes---radius--radius-xl: 100%;
    --_sizes---container--container-sm: 68.25rem;
    --_sizes---radius--radius-md: 1.875rem;
    --_sizes---radius--radius-large: 3.125rem;
    --_sizes---gaps--gap-xl: 3.75rem;
    --_sizes---radius--radius-sm: 1.25rem;
    --_sizes---gaps--gap-md: 1.8rem;
    --_sizes---radius--radius-xs: .625rem;
    --_sizes---container--container-lg: 108.125rem;
    --_sizes---container--container-md: 72.5rem;
    --_colors---background--bg-primary: white;
    --_colors---text-color--text-secondary: #606367;
    --_colors---text-color--text-primary: #0a2540;
    --_colors---text-color--text-brand: var(--_colors---main--brand);
    --_colors---text-color--text-light: white;
    --_colors---background--bg-brand: var(--_colors---main--brand);
    --_colors---text-color--text-secondary-accent: #374859;
    --_colors---background--bg-dark: #0a2540;
    --_colors---border-color--border-secondary: #dbdbf0;
    --_colors---background--bg-secondary: #f7f7fb;
    --_colors---text-color--text-light-accent: #a1aac2;
    --_colors---border-color--border-brand: var(--_colors---main--brand);
    --_colors---main--brand: black;
    --_colors---border-color--border-primary: #0a2540;
  }

  .rt-gap-off.rt-assessment-title {
    margin-bottom: .8rem;
  }

  .rt-gap-off.rt-capture-title {
    margin-top: 1.1rem;
    margin-bottom: .8rem;
  }

  .rt-marquee-train {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-right: 3rem;
  }

  .rt-client-logo {
    height: 1.7rem;
  }

  .rt-hero {
    overflow: visible;
  }

  .rt-hero-main {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
  }

  .rt-hero-title {
    margin-top: 1.2rem;
    margin-bottom: .8rem;
  }

  .rt-hero-description {
    margin-bottom: 1.4rem;
  }

  .rt-buttons-wrapper {
    flex-flow: wrap;
  }

  .rt-nav {
    padding-top: var(--_sizes---gaps--gap-xs);
    padding-bottom: var(--_sizes---gaps--gap-xs);
  }

  .rt-navbar-hero-main {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .rt-navigation {
    padding-right: var(--_sizes---gaps--gap-xs);
    padding-bottom: 2rem;
    padding-left: var(--_sizes---gaps--gap-xs);
    border-top: 1px solid var(--_colors---border-color--border-secondary);
    background-color: var(--_colors---background--bg-primary);
    flex-flow: column;
    align-items: stretch;
    box-shadow: 0 -.1rem 1.875rem #5046e40f;
  }

  .rt-navigation-links {
    justify-content: flex-start;
    align-items: center;
    padding: .7rem 0 .4rem;
    display: flex;
  }

  .rt-navbar-buttons {
    display: none;
  }

  .rt-responsive-button {
    flex-flow: column;
    padding-top: 1.1rem;
    display: flex;
  }

  .rt-menu-toggle {
    padding: .375rem 0;
  }

  .rt-menu-toggle.w--open {
    background-color: #0000;
  }

  .rt-humburger-icon {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-items: flex-start;
  }

  .rt-menu-bar {
    background-color: #15241b;
    width: 1.5625rem;
    height: .125rem;
  }

  .rt-counter-top {
    height: 2.9rem;
  }

  .rt-about-main {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
  }

  .rt-innter-title {
    margin-top: 1.1rem;
  }

  .rt-about-cards {
    grid-template-columns: 1fr 1fr;
  }

  .rt-logo-wrap {
    margin-bottom: 2.3rem;
  }

  .rt-about-card-title-wrap {
    margin-bottom: 1.5rem;
  }

  .rt-logo-wrap-v2, .rt-card-v3-top {
    margin-bottom: 2.3rem;
  }

  .rt-about-v2-main {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .rt-service-main {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
  }

  .rt-service-slider {
    padding-right: var(--_sizes---gaps--gap-xs);
    padding-left: var(--_sizes---gaps--gap-xs);
  }

  .rt-service-slider-wrap {
    grid-template-columns: 52vw 52vw 52vw 52vw 52vw;
  }

  .rt-team-card-icon {
    top: 51%;
  }

  .rt-team-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .rt-team-main {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
  }

  .rt-team-card-new {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rt-faq-main {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
  }

  .rt-answer-wrapper {
    padding-bottom: 1.7rem;
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .rt-faq-toggle {
    padding: 1.1rem .9375rem;
  }

  .rt-footer-location {
    max-width: 10rem;
  }

  .rt-cta-mobile-image {
    margin-right: -2.3rem;
  }

  .rt-cta-right {
    flex: 1;
  }

  .rt-cta-wrapper {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    align-items: stretch;
  }

  .rt-cta-left {
    flex: 1;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .rt-cta-documentation {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: wrap;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .rt-cta-mobile-image-v2 {
    margin-left: -8.3rem;
  }

  .rt-cta-client {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .rt-how-it-work-line {
    height: 80%;
    top: 5%;
  }

  .rt-how-it-work-item, .rt-how-it-work-main {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .rt-how-it-work-wrap {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
  }

  .rt-how-it-work-left-wrap {
    padding-top: 3.6rem;
  }

  .rt-form-block {
    padding-bottom: 2rem;
    padding-left: 2.3rem;
    padding-right: 2.3rem;
  }

  .rt-hero-description-v2.rt-description-gap {
    margin-bottom: 1.4rem;
  }

  .rt-label-v2 {
    font-size: var(--_typography---text--text-size);
  }

  .rt-contact-bottom {
    grid-template-columns: 1fr 1fr;
  }

  .rt-assessment-left {
    padding-top: 2.8rem;
    padding-bottom: 1.2rem;
  }

  .rt-assessment-description {
    margin-bottom: 1.1rem;
  }

  .rt-assessment-content {
    margin-bottom: 1.2rem;
  }

  .rt-features-v2-main {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
  }

  .rt-features-v2-bottom {
    grid-column-gap: var(--_sizes---gaps--gap-xs);
    grid-row-gap: var(--_sizes---gaps--gap-xs);
  }

  .rt-features-v2-card {
    padding-top: 1rem;
  }

  .rt-features-v2-card-top {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    padding-left: 0;
  }

  .rt-features-v2-card-bottom-2 {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .rt-features-v2-card-2 {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    padding: 1rem;
  }

  .rt-ceatures-v3-main {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
  }

  .rt-features-card-v3 {
    align-self: stretch;
    width: calc(50% - 1.875rem);
  }

  .rt-ticker-main {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .rt-ticker-train {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-right: 2.5rem;
  }

  .rt-ticker-icon {
    margin-bottom: .3rem;
  }

  .rt-testimonials-train {
    grid-template-columns: minmax(min-content, 50vw) minmax(min-content, 50vw) minmax(min-content, 50vw) minmax(min-content, 50vw) minmax(min-content, 50vw) minmax(min-content, 50vw);
  }

  .rt-testimonial-main {
    padding: .9375rem;
  }

  .rt-hero-bottom-v3 {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
  }

  .rt-pricing-cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .rt-pricing-card {
    padding: 1.5rem 1.5rem 1.8rem;
  }

  .rt-pricing-check {
    margin-top: 6px;
  }

  .rt-price-main-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-get-help-main {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
  }

  .rt-get-help-cards-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rt-pricing-row-left {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: none;
  }

  .rt-pricing-row-left.rt-v1 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .text-block {
    margin-bottom: 0;
  }

  .rt-price-table-row {
    border-left: 1px #e6e6e633;
    border-right: 1px #e6e6e633;
    flex-flow: column;
    grid-template-columns: .5fr;
    display: flex;
  }

  .rt-price-table-row.rt-tab-border-none {
    border-left-style: none;
  }

  .rt-price-number {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .rt-green-tick-wrapper-text {
    margin-left: 15px;
  }

  .rt-green-tick-wrapper {
    border-left: 1px solid #e6e6e633;
    border-right-style: none;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .rt-about-hero-top {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .rt-about-feature-card-box {
    padding-top: 1.5rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .rt-integration-v1-image {
    width: calc(16.5% - 1.875rem);
  }

  .rt-integration-v1-wrapper {
    grid-row-gap: 30px;
  }

  .rt-utility-wrapper {
    height: 100vh;
  }

  .rt-style-guide-colors {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---font-family--secondary-font: "Stack Sans Headline", sans-serif;
    --_typography---text--text-size: .9375rem;
    --_typography---text--text-line-height: 150%;
    --_typography---text--text-weight: 300;
    --_typography---text--text-letter-spacing: .01rem;
    --_typography---font-family--primary-font: "Playfair Display", sans-serif;
    --_typography---h1-heading--h1-size: 2.1875rem;
    --_typography---h1-heading--h1-line-height: 114.3%;
    --_typography---h1-heading--h1-weight: 400;
    --_typography---h1-heading--h1-letter-spacing: -.08125rem;
    --_typography---h2-heading--h2-size: 1.875rem;
    --_typography---h2-heading--h2-line-height: 122.2%;
    --_typography---h2-heading--h2-weight: 400;
    --_typography---h2-heading--h2-letter-spacing: -.0625rem;
    --_typography---h3-heading--h3-size: 1.4rem;
    --_typography---h3-heading--h3-line-height: 128.58%;
    --_typography---h3-heading--h3-weight: 400;
    --_typography---h3-heading--h3-letter-spacing: -.0625rem;
    --_typography---h4-heading--h4-size: 1.25rem;
    --_typography---h4-heading--h4-line-height: 132%;
    --_typography---h4-heading--h4-weight: 400;
    --_typography---h4-heading--h4-letter-spacing: -.03125rem;
    --_typography---h5-heading--h5-size: 1.125rem;
    --_typography---h5-heading--h5-line-height: 150%;
    --_typography---h5-heading--h5-weight: 400;
    --_typography---h5-heading--h5-letter-spacing: -.0225rem;
    --_typography---h6-heading--h6-size: 1rem;
    --_typography---h6-heading--h6-line-height: 183.33%;
    --_typography---h6-heading--h6-weight: 400;
    --_typography---h6-heading--h6-letter-spacing: -.0225rem;
    --_typography---button-text--button-text-size: .8rem;
    --_typography---button-text--button-text-line-height: 213.33%;
    --_typography---button-text--button-text-weight: 400;
    --_typography---button-text--button-text-letter-spacing: -.00875rem;
    --_sizes---gaps--gap-xs: .9375rem;
    --_sizes---container--container-size: 82.5rem;
    --_sizes---gaps--gap-sm: 1.875rem;
    --_sizes---radius--radius-xl: 100%;
    --_sizes---container--container-sm: 68.25rem;
    --_sizes---radius--radius-md: 1.875rem;
    --_sizes---radius--radius-large: 3.125rem;
    --_sizes---gaps--gap-xl: 3.75rem;
    --_sizes---radius--radius-sm: 1.25rem;
    --_sizes---gaps--gap-md: 1.8rem;
    --_sizes---radius--radius-xs: .625rem;
    --_sizes---container--container-lg: 108.125rem;
    --_sizes---container--container-md: 72.5rem;
    --_colors---background--bg-primary: white;
    --_colors---text-color--text-secondary: #606367;
    --_colors---text-color--text-primary: #0a2540;
    --_colors---text-color--text-brand: var(--_colors---main--brand);
    --_colors---text-color--text-light: white;
    --_colors---background--bg-brand: var(--_colors---main--brand);
    --_colors---text-color--text-secondary-accent: #374859;
    --_colors---background--bg-dark: #0a2540;
    --_colors---border-color--border-secondary: #dbdbf0;
    --_colors---background--bg-secondary: #f7f7fb;
    --_colors---text-color--text-light-accent: #a1aac2;
    --_colors---border-color--border-brand: var(--_colors---main--brand);
    --_colors---main--brand: black;
    --_colors---border-color--border-primary: #0a2540;
  }

  .rt-gap-off.rt-assessment-title, .rt-gap-off.rt-capture-title {
    max-width: none;
  }

  .rt-marquee-train {
    grid-column-gap: 2.7rem;
    grid-row-gap: 2.7rem;
  }

  .rt-button:where(.w-variant-c1d352fb-febb-2d9a-7314-f27328bde85a), .rt-button:where(.w-variant-30b3d9cc-3f9f-92eb-6f62-2b5a248815e7) {
    padding-left: .9rem;
    padding-right: .9rem;
    font-size: .67rem;
  }

  .rt-hero {
    padding-top: 7.7rem;
  }

  .rt-counter {
    padding-top: var(--_sizes---gaps--gap-xl);
  }

  .rt-counter-div {
    padding-top: 1.3rem;
    padding-bottom: 1.8rem;
  }

  .rt-counter-top {
    height: 2.5rem;
  }

  .rt-counter-border-middle {
    flex: none;
  }

  .rt-innter-title {
    margin-top: 1.3rem;
  }

  .rt-about-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rt-logo-wrap {
    max-width: 8.125rem;
  }

  .rt-about-v2-content-1 {
    grid-column-gap: 2.7rem;
    grid-row-gap: 2.7rem;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .rt-about-v2-content-1-left {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .rt-about-v2-sub-title {
    margin-top: 1.1rem;
    margin-bottom: .9rem;
  }

  .rt-about-v2-description {
    margin-bottom: 1.3rem;
  }

  .rt-about-v2-content-1-right {
    width: 100%;
    max-width: none;
  }

  .rt-about-v2-content-2 {
    flex-flow: column;
  }

  .rt-about-v2-content-2-right {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .rt-about-v2-sub-title-v2 {
    max-width: none;
    margin-top: 1.1rem;
    margin-bottom: .9rem;
  }

  .rt-about-v2-description-v2 {
    max-width: none;
    margin-bottom: 1.5rem;
  }

  .rt-about-v2-checks {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-about-v2-check-points {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .rt-about-v2-check-points.rt-check-gaps {
    margin-bottom: 0;
  }

  .rt-about-v2-check-text {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .rt-about-v2-content-2-left {
    max-width: none;
  }

  .rt-service-top-main {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .rt-service-top-left {
    justify-content: center;
    align-items: center;
  }

  .rt-service-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-service-slider-wrap {
    grid-template-columns: 57vw 57vw 57vw 57vw 57vw;
  }

  .rt-servcie-cards {
    padding-right: var(--_sizes---gaps--gap-xs);
    padding-left: var(--_sizes---gaps--gap-xs);
  }

  .rt-team-card-icon {
    display: none;
    top: 35%;
  }

  .rt-footer-col {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .rt-footer-bottom-main {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .rt-footer-main {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr .8fr .5fr;
  }

  .rt-cta-right {
    justify-content: center;
    align-items: flex-end;
  }

  .rt-cta-wrapper {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-cta-left {
    max-width: none;
    padding-bottom: 0;
  }

  .rt-cta-documentation {
    padding-top: .6rem;
    padding-bottom: .7rem;
  }

  .rt-cta-client {
    padding-top: .7rem;
    padding-bottom: .7rem;
  }

  .rt-cta-main-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .rt-color-light-accent.rt-cta-paragraph, .rt-color-light-accent.rt-cta-v2-paragraph {
    color: var(--_colors---text-color--text-light);
  }

  .rt-how-it-work-main {
    grid-row-gap: 2.7rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-how-it-work-left-wrap {
    padding-top: 1.25rem;
  }

  .rt-inside-form {
    max-width: none;
  }

  .rt-contact-form {
    padding: 1.875rem;
  }

  .rt-cta-v2-main {
    padding-top: 2.7rem;
    padding-bottom: 2.7rem;
  }

  .rt-contact-cards {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    padding: 1.5rem;
  }

  .rt-hero-v2 {
    padding-top: 7.7rem;
  }

  .rt-assessment-main {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-assessment-left {
    align-items: stretch;
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }

  .rt-assessment-dashboard-image, .rt-assessment-right, .rt-assessment-description, .rt-assessment-content {
    max-width: none;
  }

  .rt-features-v2-bottom {
    grid-column-gap: var(--_sizes---gaps--gap-sm);
    grid-row-gap: var(--_sizes---gaps--gap-sm);
    grid-template-columns: 1fr 1fr;
  }

  .rt-features-v2-card-content, .rt-features-v2-card-bottom-2, .rt-service-bottom-image.rt-change {
    max-width: none;
  }

  .rt-features-v2-card-2 {
    padding-bottom: 1.4rem;
  }

  .rt-features-v3-bottom {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .rt-features-card-v3 {
    width: calc(50% - 1rem);
    padding: 2rem 1rem;
  }

  .rt-ticker-main {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .rt-testimonials-train {
    grid-template-columns: minmax(min-content, 75vw) minmax(min-content, 75vw) minmax(min-content, 75vw) minmax(min-content, 75vw) minmax(min-content, 75vw) minmax(min-content, 75vw);
  }

  .rt-pricing-cards-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }

  .rt-pricing-row-left {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .text-block {
    margin-bottom: 0;
  }

  .rt-price-table-row {
    grid-template-columns: 1fr;
  }

  .rt-pricing-right-plan {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .rt-price-number {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rt-price-subheading {
    margin-bottom: 0;
  }

  .rt-green-tick-wrapper-text {
    margin-left: 10px;
    margin-right: 10px;
  }

  .rt-about-hero-top {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-about-hero-content {
    grid-column-gap: .9rem;
    grid-row-gap: .9rem;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .rt-about-hero-description {
    justify-content: center;
    align-items: center;
  }

  .rt-about-hero-gap {
    margin-bottom: .9rem;
  }

  .rt-about-capture-main {
    grid-column-gap: 2.3rem;
    grid-row-gap: 2.3rem;
    flex-flow: column;
    align-items: stretch;
  }

  .rt-about-capture-left {
    max-width: none;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .rt-about-capture-right-content {
    max-width: none;
  }

  .rt-about-feature-bottom {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .rt-about-platmform-main {
    grid-column-gap: var(--_sizes---gaps--gap-sm);
    grid-row-gap: var(--_sizes---gaps--gap-sm);
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-integration-v1-image {
    width: calc(33.33% - 1.875rem);
  }

  .rt-integration-v1-wrapper {
    grid-row-gap: 33px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-style-guide-colors {
    grid-template-columns: 1fr;
  }

  .rt-service-bottom-line {
    display: none;
  }

  .rt-showcase-images {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_typography---font-family--secondary-font: "Stack Sans Headline", sans-serif;
    --_typography---text--text-size: .9375rem;
    --_typography---text--text-line-height: 150%;
    --_typography---text--text-weight: 300;
    --_typography---text--text-letter-spacing: .01rem;
    --_typography---font-family--primary-font: "Playfair Display", sans-serif;
    --_typography---h1-heading--h1-size: 2.1875rem;
    --_typography---h1-heading--h1-line-height: 114.3%;
    --_typography---h1-heading--h1-weight: 400;
    --_typography---h1-heading--h1-letter-spacing: -.08125rem;
    --_typography---h2-heading--h2-size: 1.875rem;
    --_typography---h2-heading--h2-line-height: 122.2%;
    --_typography---h2-heading--h2-weight: 400;
    --_typography---h2-heading--h2-letter-spacing: -.0625rem;
    --_typography---h3-heading--h3-size: 1.4rem;
    --_typography---h3-heading--h3-line-height: 128.58%;
    --_typography---h3-heading--h3-weight: 400;
    --_typography---h3-heading--h3-letter-spacing: -.0625rem;
    --_typography---h4-heading--h4-size: 1.25rem;
    --_typography---h4-heading--h4-line-height: 132%;
    --_typography---h4-heading--h4-weight: 400;
    --_typography---h4-heading--h4-letter-spacing: -.03125rem;
    --_typography---h5-heading--h5-size: 1.125rem;
    --_typography---h5-heading--h5-line-height: 150%;
    --_typography---h5-heading--h5-weight: 400;
    --_typography---h5-heading--h5-letter-spacing: -.0225rem;
    --_typography---h6-heading--h6-size: 1rem;
    --_typography---h6-heading--h6-line-height: 183.33%;
    --_typography---h6-heading--h6-weight: 400;
    --_typography---h6-heading--h6-letter-spacing: -.0225rem;
    --_typography---button-text--button-text-size: .8rem;
    --_typography---button-text--button-text-line-height: 213.33%;
    --_typography---button-text--button-text-weight: 400;
    --_typography---button-text--button-text-letter-spacing: -.00875rem;
    --_sizes---gaps--gap-xs: .9375rem;
    --_sizes---container--container-size: 82.5rem;
    --_sizes---gaps--gap-sm: 1.875rem;
    --_sizes---radius--radius-xl: 100%;
    --_sizes---container--container-sm: 68.25rem;
    --_sizes---radius--radius-md: 1.875rem;
    --_sizes---radius--radius-large: 3.125rem;
    --_sizes---gaps--gap-xl: 3.75rem;
    --_sizes---radius--radius-sm: 1.25rem;
    --_sizes---gaps--gap-md: 1.8rem;
    --_sizes---radius--radius-xs: .625rem;
    --_sizes---container--container-lg: 108.125rem;
    --_sizes---container--container-md: 72.5rem;
    --_colors---background--bg-primary: white;
    --_colors---text-color--text-secondary: #606367;
    --_colors---text-color--text-primary: #0a2540;
    --_colors---text-color--text-brand: var(--_colors---main--brand);
    --_colors---text-color--text-light: white;
    --_colors---background--bg-brand: var(--_colors---main--brand);
    --_colors---text-color--text-secondary-accent: #374859;
    --_colors---background--bg-dark: #0a2540;
    --_colors---border-color--border-secondary: #dbdbf0;
    --_colors---background--bg-secondary: #f7f7fb;
    --_colors---text-color--text-light-accent: #a1aac2;
    --_colors---border-color--border-brand: var(--_colors---main--brand);
    --_colors---main--brand: black;
    --_colors---border-color--border-primary: #0a2540;
  }

  .rt-gap-off.rt-button-mobile {
    margin-bottom: 1.3rem;
  }

  .rt-container.rt-testimonial-container {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-sub-text-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .rt-button {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .rt-counter-wrapper {
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1px 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-counter-border-middle.rt-mobile-off, .rt-about-cards {
    display: none;
  }

  .rt-about-card.rt-card-v2 {
    box-shadow: none;
  }

  .rt-service-slider-wrap {
    grid-template-columns: 100vw 100vw 100vw 100vw 100vw;
  }

  .rt-team-card-icon {
    display: none;
  }

  .rt-team-card-wrapper {
    grid-column-gap: 1rem;
  }

  .rt-team-card-new {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .rt-faq-icon-wrap {
    margin-top: 12px;
  }

  .rt-faq-toggle {
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-email-item.rt-position-relative {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .rt-mobile-display-off {
    display: none;
  }

  .rt-footer-col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 0;
  }

  .rt-footer-bottom-main {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    text-align: center;
  }

  .rt-footer-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .rt-cta-col {
    grid-row-gap: .3rem;
    flex-flow: wrap;
  }

  .rt-cta-documentation {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
  }

  .rt-how-it-work-line {
    display: none;
  }

  .rt-how-it-work-item {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
  }

  .rt-how-it-work-number {
    width: 1.5625rem;
    min-width: 2.1875rem;
    height: 1.5625rem;
    min-height: 2.1875rem;
  }

  .rt-how-it-work-main {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  }

  .rt-form-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rt-mobile-slider {
    background-color: #0000;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
  }

  .rt-mobile-slider-nav {
    opacity: .5;
    height: auto;
    padding-top: 0;
    font-size: .6rem;
    display: none;
    position: absolute;
    inset: 100% 0% auto;
  }

  .rt-contact-form {
    padding: .9375rem .9375rem 1.3rem;
  }

  .rt-contact-form-main, .rt-contact-bottom {
    grid-template-columns: 1fr;
  }

  .rt-assessment-content-top {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-features-v2-bottom {
    grid-template-columns: 1fr;
  }

  .rt-features-v2-card-bottom-2 {
    width: 83vw;
  }

  .rt-marquee-wrapper {
    width: 100%;
  }

  .rt-features-v2-card-2 {
    width: 92vw;
  }

  .rt-features-v3-bottom {
    display: none;
  }

  .rt-features-card-v3 {
    width: 100%;
  }

  .rt-features-card-v3:hover {
    box-shadow: none;
  }

  .rt-mobile-slider-nav-v2 {
    opacity: .5;
    height: auto;
    padding-top: 11px;
    font-size: .6rem;
    display: none;
    position: absolute;
    inset: 100% 0% auto;
  }

  .rt-testimonials-top {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .rt-testimonials-train {
    grid-template-columns: 100vw 100vw 100vw 100vw 100vw 100vw;
  }

  .rt-testimonial-gap {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .rt-get-help-cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .rt-price-subheading {
    flex-flow: wrap;
    padding-bottom: 0;
  }

  .rt-pricing-list-description {
    display: none;
  }

  .rt-green-tick-wrapper {
    text-align: center;
    padding-left: .3125rem;
    padding-right: .3125rem;
  }

  .rt-mobile-off {
    display: none;
  }

  .rt-pricing-responsive-button {
    display: block;
  }

  .rt-counter-wrapper-v2 {
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1px 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-integration-v1-image {
    width: calc(33.33% - 1.4rem);
  }

  .rt-integration-v1-image-wrapper {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    justify-content: center;
    align-items: flex-start;
  }

  .rt-integration-icons {
    width: 1.875rem;
    height: auto;
  }

  .rt-typography-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-showcase-images {
    grid-template-columns: 1fr;
  }
}

#w-node-_39d174c4-6433-c37b-0e69-ed0768662556-05ad82d4, #w-node-d6aba4fb-f4d7-4cff-75a4-ef0019cf5e62-05ad82d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f0eb4f29-f9d2-3167-55d3-13c51d58d522-05ad82d6, #w-node-cb743cf3-e5d5-cad3-8bce-2a0181905747-05ad82d6, #w-node-f500c50f-4c91-807a-e5f9-83786e663390-05ad82d6, #w-node-_6c4f1832-4b52-42cf-8062-5eb9f0d47bf3-05ad82d6, #w-node-_37d54afe-7b5e-dfa7-e4a7-4e60d7882eb5-05ad82d6, #w-node-_8bcacc18-5450-96f2-b881-b09741d1bb24-05ad82d6 {
  align-self: stretch;
}

@media screen and (max-width: 767px) {
  #w-node-_7c9e93c2-8339-774d-f787-622e6d367b1e-6d367b1b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1a92777c-80be-818e-dedb-5c7352b2f7f0-05ad82d6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7c9e93c2-8339-774d-f787-622e6d367b1e-6d367b1b, #w-node-_39d174c4-6433-c37b-0e69-ed0768662556-05ad82d4, #w-node-d6aba4fb-f4d7-4cff-75a4-ef0019cf5e62-05ad82d4, #w-node-_1a92777c-80be-818e-dedb-5c7352b2f7f0-05ad82d6 {
    grid-column: span 1 / span 1;
  }
}


