@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --_colors---background-color--bg-secondary: #fafafa;
  --_typography---font--body-font: Inter, sans-serif;
  --_colors---text-color--text-secondary-color: #52525b;
  --_typography---text--text-size: 1rem;
  --_typography---text--text-line-height: 155%;
  --_typography---text--text-weight: 400;
  --_typography---text--text-letter-spacing: .05rem;
  --_typography---font--heading-font: Inter, sans-serif;
  --_colors---text-color--text-primary-color: #18181b;
  --_typography---h1-heading--h1-size: 3.75rem;
  --_typography---h1-heading--h1-line-height: 105%;
  --_typography---h1-heading--h1-weight: 400;
  --_typography---h1-heading--h1-letter-spacing: -.08125rem;
  --_typography---h2-heading--h2-size: 2.5rem;
  --_typography---h2-heading--h2-line-height: 115%;
  --_typography---h2-heading--h2-weight: 400;
  --_typography---h2-heading--h2-letter-spacing: -.01rem;
  --_typography---h3-heading--h3-size: 1.875rem;
  --_typography---h3-heading--h3-line-height: 115%;
  --_typography---h3-heading--h3-weight: 400;
  --_typography---h3-heading--h3-letter-spacing: 0rem;
  --_typography---h4-heading--h4-size: 1.625rem;
  --_typography---h4-heading--h4-line-height: 115%;
  --_typography---h4-heading--h4-weight: 400;
  --_typography---h4-heading--h4-letter-spacing: .01875rem;
  --_typography---h5-heading--h5-size: 1.5rem;
  --_typography---h5-heading--h5-line-height: 105%;
  --_typography---h5-heading--h5-weight: 400;
  --_typography---h5-heading--h5-letter-spacing: .01875rem;
  --_typography---h6-heading--h6-size: 1.375rem;
  --_typography---h6-heading--h6-line-height: 110%;
  --_typography---h6-heading--h6-weight: 400;
  --_typography---h6-heading--h6-letter-spacing: .01875rem;
  --_sizes---gap--xxs-gap: .9375rem;
  --_sizes---gap--xs-gap: 1.875rem;
  --_sizes---gap--xl-gap: 7.5rem;
  --_colors---background-color--bg-primary: #18181b;
  --_sizes---container--container-sm-width: 80.625rem;
  --_sizes---gap--xxl-gap: 10rem;
  --_sizes---container--container-width: 90rem;
  --_sizes---gap--md-gap: 2.5rem;
  --_colors---border-color--border-primary-inverse-accent: #ffffff15;
  --_colors---text-color--text-primary-accent-color: #71717a;
  --_colors---text-color--text-inverse-color: #e4e4e7;
  --_colors---text-color--text-neutral: white;
  --_typography---text-sm--sm-text-size: .75rem;
  --_typography---text-sm--sm-text-line-height: 100%;
  --_typography---text-sm--sm-text-weight: 600;
  --_typography---text-sm--sm-text-letter-spacing: .125rem;
  --_colors---border-color--border-secondary-inverse: #18181b10;
  --_colors---border-color--border-primary: #e4e4e7;
  --_colors---border-color--border-secondary: #e4e4e7;
  --_colors---background-color--bg-secondary-accent: #f4f4f5;
  --_typography---font--button-font: Inter, sans-serif;
  --_typography---button--button-text-size: .8125rem;
  --_typography---button--button-text-line-height: 100%;
  --_typography---button--button-text-weight: 600;
  --_typography---button--button-text-letter-spacing: .125rem;
  --_sizes---radius--xs-radius: 1.25rem;
  --_colors---background-color--bg-primary-accent: #27272a;
  --_colors---background-color--bg-primary-inverse: #f0f0f0;
  --_colors---border-color--border-primary-inverse: #18181b20;
}

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

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

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

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

@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-color--bg-secondary);
  font-family: var(--_typography---font--body-font);
  color: var(--_colors---text-color--text-secondary-color);
  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--body-font: Inter, sans-serif;
  --_typography---text--text-size: 1rem;
  --_typography---text--text-line-height: 155%;
  --_typography---text--text-weight: 400;
  --_typography---text--text-letter-spacing: .05rem;
  --_typography---font--heading-font: Inter, sans-serif;
  --_typography---h1-heading--h1-size: 3.75rem;
  --_typography---h1-heading--h1-line-height: 105%;
  --_typography---h1-heading--h1-weight: 400;
  --_typography---h1-heading--h1-letter-spacing: -.08125rem;
  --_typography---h2-heading--h2-size: 2.5rem;
  --_typography---h2-heading--h2-line-height: 115%;
  --_typography---h2-heading--h2-weight: 400;
  --_typography---h2-heading--h2-letter-spacing: -.01rem;
  --_typography---h3-heading--h3-size: 1.875rem;
  --_typography---h3-heading--h3-line-height: 115%;
  --_typography---h3-heading--h3-weight: 400;
  --_typography---h3-heading--h3-letter-spacing: 0rem;
  --_typography---h4-heading--h4-size: 1.625rem;
  --_typography---h4-heading--h4-line-height: 115%;
  --_typography---h4-heading--h4-weight: 400;
  --_typography---h4-heading--h4-letter-spacing: .01875rem;
  --_typography---h5-heading--h5-size: 1.5rem;
  --_typography---h5-heading--h5-line-height: 105%;
  --_typography---h5-heading--h5-weight: 400;
  --_typography---h5-heading--h5-letter-spacing: .01875rem;
  --_typography---h6-heading--h6-size: 1.375rem;
  --_typography---h6-heading--h6-line-height: 110%;
  --_typography---h6-heading--h6-weight: 400;
  --_typography---h6-heading--h6-letter-spacing: .01875rem;
  --_typography---text-sm--sm-text-size: .75rem;
  --_typography---text-sm--sm-text-line-height: 100%;
  --_typography---text-sm--sm-text-weight: 600;
  --_typography---text-sm--sm-text-letter-spacing: .125rem;
  --_typography---font--button-font: Inter, sans-serif;
  --_typography---button--button-text-size: .8125rem;
  --_typography---button--button-text-line-height: 100%;
  --_typography---button--button-text-weight: 600;
  --_typography---button--button-text-letter-spacing: .125rem;
  --_colors---background-color--bg-secondary: #fafafa;
  --_colors---text-color--text-secondary-color: #52525b;
  --_colors---text-color--text-primary-color: #18181b;
  --_colors---background-color--bg-primary: #18181b;
  --_colors---border-color--border-primary-inverse-accent: #ffffff15;
  --_colors---text-color--text-primary-accent-color: #a1a1aa;
  --_colors---text-color--text-inverse-color: #e4e4e7;
  --_colors---text-color--text-neutral: white;
  --_colors---border-color--border-secondary-inverse: #18181b10;
  --_colors---border-color--border-primary: #e4e4e7;
  --_colors---border-color--border-secondary: #e4e4e7;
  --_colors---background-color--bg-secondary-accent: #f4f4f5;
  --_colors---background-color--bg-primary-accent: #27272a;
  --_colors---background-color--bg-primary-inverse: #f0f0f0;
  --_colors---border-color--border-primary-inverse: #18181b20;
}

h1 {
  font-family: var(--_typography---font--heading-font);
  color: var(--_colors---text-color--text-primary-color);
  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--heading-font);
  color: var(--_colors---text-color--text-primary-color);
  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--heading-font);
  color: var(--_colors---text-color--text-primary-color);
  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--heading-font);
  color: var(--_colors---text-color--text-primary-color);
  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--heading-font);
  color: var(--_colors---text-color--text-primary-color);
  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: 10px;
  margin-bottom: 10px;
}

h6 {
  font-family: var(--_typography---font--heading-font);
  color: var(--_colors---text-color--text-primary-color);
  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: 10px;
  margin-bottom: 10px;
}

p {
  font-family: var(--_typography---font--body-font);
  color: var(--_colors---text-color--text-secondary-color);
  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-primary-color);
  text-decoration: none;
}

ul, ol {
  font-family: var(--_typography---font--body-font);
  color: var(--_colors---text-color--text-secondary-color);
  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-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

strong {
  color: var(--_colors---text-color--text-primary-color);
  font-weight: 700;
}

blockquote {
  font-family: var(--_typography---font--body-font);
  color: var(--_colors---text-color--text-secondary-color);
  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);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
}

.rt-social-icon-wrap {
  grid-column-gap: var(--_sizes---gap--xxs-gap);
  grid-row-gap: var(--_sizes---gap--xxs-gap);
  justify-content: center;
  align-items: center;
  max-width: 109px;
}

.rt-footer-left {
  grid-column-gap: var(--_sizes---gap--xs-gap);
  grid-row-gap: var(--_sizes---gap--xs-gap);
  flex: 1;
  max-width: 37.1rem;
  margin-top: -.5rem;
}

.rt-footer {
  padding-top: var(--_sizes---gap--xl-gap);
  background-color: var(--_colors---background-color--bg-primary);
  background-image: url('../images/footer-background-icon.svg'), linear-gradient(#000000cc, #000000cc), url('../images/footer-background-green-image_1footer-background-green-image.avif');
  background-position: 50% 30px, 0 0, 50% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto, auto, cover;
}

.rt-footer-main {
  max-width: var(--_sizes---container--container-sm-width);
  padding-bottom: var(--_sizes---gap--xxl-gap);
  grid-column-gap: var(--_sizes---gap--xs-gap);
  grid-row-gap: var(--_sizes---gap--xs-gap);
  justify-content: space-between;
  align-items: flex-start;
}

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

.rt-footer-v1-bottom {
  padding-top: 2.2rem;
  padding-bottom: var(--_sizes---gap--md-gap);
  grid-column-gap: var(--_sizes---gap--xs-gap);
  grid-row-gap: var(--_sizes---gap--xs-gap);
  border-top: 1px solid var(--_colors---border-color--border-primary-inverse-accent);
  justify-content: space-between;
  align-items: center;
}

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

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

.rt-gap-off.rt-text-center {
  text-align: center;
}

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

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

.rt-link-hover {
  color: var(--_colors---text-color--text-primary-accent-color);
  transition: color .3s;
}

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

.rt-h1-heading {
  font-family: var(--_typography---font--heading-font);
  color: var(--_colors---text-color--text-primary-color);
  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);
}

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

.rt-h1-heading.rt-gap-bottom-xs {
  margin-bottom: var(--_sizes---gap--xs-gap);
}

.rt-h1-heading.rt-h1-body-font {
  font-family: var(--_typography---font--body-font);
  font-weight: 500;
}

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

.rt-color-text-inverse.rt-gap-bottom-md {
  margin-bottom: var(--_sizes---gap--md-gap);
}

.rt-footer-social-box {
  grid-column-gap: var(--_sizes---gap--xs-gap);
  grid-row-gap: var(--_sizes---gap--xs-gap);
  justify-content: flex-start;
  align-items: center;
}

.rt-h6-heading {
  font-family: var(--_typography---font--heading-font);
  color: var(--_colors---text-color--text-primary-color);
  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-text-inverse {
  color: var(--_colors---text-color--text-inverse-color);
}

.rt-h6-heading.rt-color-text-inverse.rt-footer-link-hover {
  transition: color .3s;
}

.rt-h6-heading.rt-color-text-inverse.rt-footer-link-hover:hover {
  color: var(--_colors---text-color--text-primary-accent-color);
}

.rt-footer-links {
  grid-column-gap: var(--_sizes---gap--xs-gap);
  grid-row-gap: var(--_sizes---gap--xs-gap);
  max-width: 11.625rem;
}

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

.rt-short-heading.rt-color-text-inverse {
  color: var(--_colors---text-color--text-inverse-color);
}

.rt-short-heading.rt-small-heading-v2 {
  letter-spacing: .03125rem;
  font-size: .6rem;
}

.rt-footer-links-wrap {
  grid-column-gap: var(--_sizes---gap--xxs-gap);
  grid-row-gap: var(--_sizes---gap--xxs-gap);
}

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

.rt-contact-left {
  flex: 1;
  align-self: center;
  max-width: 31.875rem;
}

.rt-contact-main {
  grid-column-gap: var(--_sizes---gap--md-gap);
  grid-row-gap: var(--_sizes---gap--md-gap);
  justify-content: space-between;
  align-items: stretch;
}

.rt-contact-form-wrap {
  padding-top: var(--_sizes---gap--md-gap);
}

.rt-form-block {
  margin-bottom: 0;
}

.rt-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: transparent transparent rgba(0, 0, 0, 0.12);
  background-color: transparent;
  height: auto;
  font-family: var(--_typography---font--body-font);
  color: var(--_colors---text-color--text-secondary-color);
  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: 0;
  padding: 1.25rem .625rem 1.25rem 0;
}

.rt-input::placeholder {
  color: #a1a1aa;
  font-size: var(--_typography---text--text-size);
}

.rt-input.rt-textarea {
  min-height: 7.625rem;
  margin-bottom: var(--_sizes---gap--xs-gap);
}

.rt-button {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 20rem;
  padding: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-button:where(.w-variant-eb183450-5fa6-bf78-9a96-018b88eb60b9), .rt-button:where(.w-variant-534bc660-5ddb-92a9-0285-bc15b62a4bee) {
  max-width: none;
}

.rt-button.rt-button-submit {
  max-width: 17.5rem;
}

.rt-button-border {
  border: 1px solid var(--_colors---border-color--border-primary);
  position: absolute;
  inset: 0%;
}

.rt-button-border:where(.w-variant-534bc660-5ddb-92a9-0285-bc15b62a4bee) {
  border-color: var(--_colors---border-color--border-secondary);
}

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

.rt-button-overlay {
  background-color: #18181b;
  width: 0%;
  position: absolute;
  inset: 0 auto;
  transform: skew(-45deg);
}

.rt-button-overlay:where(.w-variant-534bc660-5ddb-92a9-0285-bc15b62a4bee) {
  background-color: #f4f4f5;
}

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

.rt-color-text-primary.rt-weight-600 {
  font-weight: var(--_typography---text-sm--sm-text-weight);
}

.rt-form-button-wrap {
  width: 100%;
  padding-top: var(--_sizes---gap--md-gap);
  justify-content: center;
  align-items: flex-start;
}

.rt-form-button {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 17.5rem;
  position: relative;
}

.rt-form-button.rt-items-center {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.rt-button-text.rt-1:where(.w-variant-534bc660-5ddb-92a9-0285-bc15b62a4bee) {
  color: var(--_colors---text-color--text-inverse-color);
}

.rt-button-text.rt-2 {
  opacity: 0;
  color: #ffffff;
  position: absolute;
}

.rt-button-text.rt-2:where(.w-variant-534bc660-5ddb-92a9-0285-bc15b62a4bee) {
  color: #18181b;
}

.rt-button-text.rt-color-text-neutral {
  color: var(--_colors---text-color--text-neutral);
  font-size: .7rem;
}

.rt-success {
  color: #22c55e;
  background-color: #052e16;
  padding: 1.25rem;
}

.rt-error {
  color: #a1a1aa;
  margin-top: 1.25rem;
  padding: 1.25rem;
}

.rt-contact-right {
  border-radius: var(--_sizes---radius--xs-radius);
  background-color: var(--_colors---background-color--bg-primary);
  flex: 1;
  max-width: 604px;
  position: relative;
  overflow: hidden;
}

.rt-contact-right-image-overlay {
  z-index: 1;
  padding-right: var(--_sizes---gap--xxs-gap);
  padding-bottom: 5rem;
  padding-left: var(--_sizes---gap--xxs-gap);
  background-image: linear-gradient(#0000 45%, #000000a8);
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.rt-contact-image-para {
  max-width: 26.7rem;
  color: var(--_colors---text-color--text-neutral);
  text-align: center;
  margin-bottom: 0;
}

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

.rt-pricing-plan {
  grid-column-gap: var(--_sizes---gap--xs-gap);
  grid-row-gap: var(--_sizes---gap--xs-gap);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  width: 100%;
  display: grid;
}

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

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

.rt-pricing-title {
  text-align: center;
  max-width: 41.8rem;
  margin-bottom: 0;
}

.rt-pricing-card {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  border-radius: var(--_sizes---radius--xs-radius);
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  align-items: stretch;
  padding: 2.5rem 1.75rem;
}

.rt-pricing-card.rt-pricing-card-dark {
  background-color: var(--_colors---background-color--bg-primary);
  color: var(--_colors---text-color--text-inverse-color);
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  position: relative;
  box-shadow: 0 2px 3.75rem #18181b15;
}

.rt-pricing-card-top {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
}

.rt-pricing-card-middle {
  grid-column-gap: var(--_sizes---gap--xs-gap);
  grid-row-gap: var(--_sizes---gap--xs-gap);
  align-items: stretch;
}

.rt-pricing-card-price {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-h3-heading {
  font-family: var(--_typography---font--heading-font);
  color: var(--_colors---text-color--text-primary-color);
  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);
}

.rt-h3-heading.rt-body-font-style {
  font-family: var(--_typography---font--body-font);
  font-weight: var(--_typography---text-sm--sm-text-weight);
}

.rt-h3-heading.rt-body-font-style.rt-color-text-inverse {
  color: var(--_colors---text-color--text-inverse-color);
}

.rt-h3-heading.rt-h3-body-font {
  font-family: var(--_typography---font--body-font);
  font-weight: var(--_typography---text--text-weight);
}

.rt-pricing-card-points {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
}

.rt-card-point {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.rt-card-tick {
  background-color: #18181b;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.0625rem;
  height: 1.0625rem;
  margin-top: .25rem;
}

.rt-card-tick.rt-card-tick-light {
  background-color: #e4e4e7;
}

.rt-opacity-80 {
  opacity: .8;
}

.rt-popular-tag {
  background-color: #18181b;
  color: #fafafa;
  border-top-left-radius: .9375rem;
  border-bottom-left-radius: .9375rem;
  padding: .4rem 1.25rem;
  position: absolute;
  inset: 1.25rem 0% auto auto;
}

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

.rt-team-main {
  grid-column-gap: var(--_sizes---gap--xs-gap);
  grid-row-gap: var(--_sizes---gap--xs-gap);
  grid-template-columns: 1fr;
}

.rt-team-grid-top {
  grid-column-gap: var(--_sizes---gap--xs-gap);
  grid-row-gap: var(--_sizes---gap--xs-gap);
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr 1fr;
}

.rt-team-title {
  max-width: 33rem;
  margin-bottom: 0;
}

.rt-team-card {
  border-radius: var(--_sizes---radius--xs-radius);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.rt-team-image {
  filter: grayscale();
}

.rt-team-overlay {
  padding-right: var(--_sizes---gap--xxs-gap);
  padding-bottom: 1.25rem;
  padding-left: var(--_sizes---gap--xxs-gap);
  opacity: 0;
  background-image: linear-gradient(#0000001a 41%, #000000a8);
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.rt-team-social-box {
  grid-column-gap: var(--_sizes---gap--xxs-gap);
  grid-row-gap: var(--_sizes---gap--xxs-gap);
  justify-content: flex-start;
  align-items: center;
}

.rt-team-grid-bottom {
  grid-column-gap: var(--_sizes---gap--xs-gap);
  grid-row-gap: var(--_sizes---gap--xs-gap);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.4fr;
}

.rt-team-description {
  grid-column-gap: 2.125rem;
  grid-row-gap: 2.125rem;
  max-width: 30rem;
  padding-bottom: .3125rem;
}

.rt-team-button-wrap {
  align-self: stretch;
  max-width: 26.25rem;
}

.rt-testimonials {
  padding-top: var(--_sizes---gap--xl-gap);
  padding-bottom: var(--_sizes---gap--xl-gap);
  background-color: var(--_colors---background-color--bg-primary);
  background-image: url('../images/Background-dots.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.rt-testimonials-container {
  max-width: 54.375rem;
  padding-right: var(--_sizes---gap--xxs-gap);
  padding-left: var(--_sizes---gap--xxs-gap);
}

.rt-testimonials-main {
  justify-content: flex-start;
  align-items: center;
}

.rt-testimonials-top {
  max-width: 39rem;
  margin-bottom: var(--_sizes---gap--md-gap);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

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

.rt-testimonials-bottom {
  width: 100%;
  max-width: 40.625rem;
  padding-top: var(--_sizes---gap--xs-gap);
  justify-content: flex-start;
  align-items: center;
}

.rt-testimonials-slider {
  background-color: #0000;
  width: 100%;
  max-width: 38.6rem;
  height: auto;
  margin-top: .9375rem;
}

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

.rt-slides-paragraph {
  color: var(--_colors---text-color--text-inverse-color);
  margin-bottom: 1.3rem;
}

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

.rt-clients-information {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-h5-heading {
  font-family: var(--_typography---font--heading-font);
  color: var(--_colors---text-color--text-primary-color);
  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-text-inverse {
  color: var(--_colors---text-color--text-inverse-color);
}

.rt-slide-nav {
  opacity: .55;
  padding-top: 1.7rem;
  font-size: .6rem;
  position: static;
}

.rt-testimonials-authors {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 15.625rem;
}

.rt-author-box {
  justify-content: center;
  align-items: center;
  position: relative;
}

.rt-author-box.rt-1 {
  align-self: flex-end;
}

.rt-author-box.rt-2 {
  align-self: flex-start;
}

.rt-author-box.rt-3 {
  align-self: center;
}

.rt-author-box.rt-4 {
  align-self: flex-start;
  margin-top: 1.25rem;
}

.rt-author-box.rt-5 {
  align-self: flex-end;
  margin-top: 1.25rem;
}

.rt-author-image {
  border-radius: 100%;
}

.rt-author-border {
  pointer-events: none;
  width: 105%;
  height: 105%;
  position: absolute;
}

.rt-author-image-box {
  max-width: 8.375rem;
}

.rt-author-image-box.rt-box-2 {
  max-width: 7.125rem;
}

.rt-author-image-box.rt-box-3 {
  max-width: 8.75rem;
}

.rt-author-image-box.rt-box-4 {
  max-width: 8.125rem;
}

.rt-author-image-box.rt-box-5 {
  max-width: 7rem;
}

.rt-lottie {
  width: 100%;
  height: 100%;
}

.rt-marketing {
  background-color: var(--_colors---background-color--bg-primary);
  background-image: linear-gradient(114deg, #0009 28%, #0000 45%), url('../images/cta-image-bg.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 80vh;
}

.rt-marketing-main {
  height: 80vh;
  padding-top: var(--_sizes---gap--xxl-gap);
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 5.625rem;
}

.rt-marketing-inside {
  width: 100%;
}

.rt-marketing-wrapper {
  grid-column-gap: var(--_sizes---gap--xs-gap);
  grid-row-gap: var(--_sizes---gap--xs-gap);
  max-width: 32rem;
}

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

.rt-marketing-insights {
  -webkit-backdrop-filter: blur(3.75rem);
  backdrop-filter: blur(3.75rem);
  background-color: #ffffffb3;
  border-radius: .8125rem;
  width: 100%;
  padding: 1.875rem;
}

.rt-clients {
  background-color: var(--_colors---background-color--bg-primary-accent);
  padding-top: 2.8rem;
  padding-bottom: 3.125rem;
}

.rt-marquee-wrapper {
  width: 100%;
  margin-bottom: var(--_sizes---gap--xs-gap);
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.rt-marquee-train {
  grid-column-gap: 5.625rem;
  grid-row-gap: 5.625rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-right: 5.625rem;
}

.rt-marquee-text {
  color: var(--_colors---text-color--text-primary-accent-color);
  text-align: center;
}

.rt-marquee-overlay {
  background-image: linear-gradient(90deg, var(--_colors---background-color--bg-primary-accent), #17171700 28%, #17171700 78%, var(--_colors---background-color--bg-primary-accent));
  position: absolute;
  inset: 0%;
}

.rt-marketing-insights-options {
  grid-column-gap: var(--_sizes---gap--xs-gap);
  grid-row-gap: var(--_sizes---gap--xs-gap);
  justify-content: space-between;
  align-items: stretch;
  margin-top: 1.1rem;
}

.rt-marketing-insights-left {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  flex: 1;
  align-items: stretch;
  max-width: 17.2rem;
}

.rt-marketing-insights-items {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  -webkit-backdrop-filter: blur(3.75rem);
  backdrop-filter: blur(3.75rem);
  background-color: #ffffffb3;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: .375rem .5625rem;
}

.rt-icon-wrapper {
  background-color: var(--_colors---background-color--bg-primary-accent);
  border-radius: .4375rem;
  justify-content: center;
  align-items: center;
  width: 2.755rem;
  height: 2.0125rem;
}

.rt-marketing-insights-right {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex: 1;
  align-items: stretch;
  max-width: 8.75rem;
}

.rt-marketing-insights-card {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  -webkit-backdrop-filter: blur(3.75rem);
  backdrop-filter: blur(3.75rem);
  background-color: #ffffffb3;
  border-radius: .8125rem;
  flex: 1;
  padding: .625rem .5rem .625rem 1rem;
}

.rt-counter-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  height: 1.6rem;
  overflow: hidden;
}

.rt-counter-wrapper.rt-h1-counter {
  height: 3.75rem;
}

.rt-h4-heading {
  font-family: var(--_typography---font--heading-font);
  color: var(--_colors---text-color--text-primary-color);
  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-counter-text {
  font-family: var(--_typography---font--body-font);
  font-size: 1.4rem;
  font-weight: var(--_typography---button--button-text-weight);
}

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

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

.rt-card-inside-text {
  color: var(--_colors---text-color--text-primary-color);
  letter-spacing: .04rem;
  font-size: .625rem;
  font-weight: 500;
  line-height: 105%;
}

.rt-card-inside-text.rt-spacing-off {
  letter-spacing: 0;
}

.rt-marketing-counter-2 {
  grid-column-gap: .1875rem;
  grid-row-gap: .1875rem;
}

.rt-about-main {
  grid-column-gap: var(--_sizes---gap--md-gap);
  grid-row-gap: var(--_sizes---gap--md-gap);
  justify-content: space-between;
  align-items: stretch;
}

.rt-about-left {
  border-radius: var(--_sizes---radius--xs-radius);
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 45rem;
  position: relative;
  overflow: hidden;
}

.rt-about-right {
  grid-column-gap: 9.375rem;
  grid-row-gap: 9.375rem;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  max-width: 35rem;
}

.rt-about-cards-wrapper {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: stretch;
  width: 62.5%;
  position: absolute;
  inset: auto auto 3.1875rem 3.1875%;
}

.rt-about-cards-top {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  -webkit-backdrop-filter: blur(3.125rem);
  backdrop-filter: blur(3.125rem);
  text-align: center;
  background-color: #d4d4d880;
  border-radius: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.25rem;
}

.rt-about-cards-team-images {
  grid-column-gap: .4375rem;
  grid-row-gap: .4375rem;
  justify-content: center;
  align-items: center;
}

.rt-image-radius-full {
  border-radius: 100%;
}

.rt-member-1 {
  max-width: 2.3125rem;
}

.rt-member-2 {
  max-width: 4.1875rem;
}

.rt-member-3 {
  max-width: 3.0625rem;
}

.rt-member-4 {
  max-width: 5.125rem;
}

.rt-member-5 {
  max-width: 2.3125rem;
}

.rt-about-cards-bottom {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  border-radius: var(--_sizes---radius--xs-radius);
  background-color: var(--_colors---background-color--bg-primary);
  justify-content: flex-start;
  align-items: center;
  max-width: 24.625rem;
  padding: 1rem 1.875rem;
}

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

.rt-about-right-bottom {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  max-width: 31.25rem;
}

.rt-about-right-options {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  width: 100%;
}

.rt-about-right-list {
  grid-column-gap: var(--_sizes---gap--xs-gap);
  grid-row-gap: var(--_sizes---gap--xs-gap);
  border-bottom: 1px solid #18181b15;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 1.3rem;
  padding-left: .4375rem;
}

.rt-about-icon {
  background-color: var(--_colors---background-color--bg-primary-inverse);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.625rem;
  height: 2.625rem;
}

.rt-service {
  padding-top: var(--_sizes---gap--xl-gap);
  background-color: var(--_colors---background-color--bg-primary-inverse);
}

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

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

.rt-service-bottom {
  width: 100%;
}

.rt-service-bottom-container {
  max-width: 76.875rem;
}

.rt-service-bottom-main {
  margin-bottom: var(--_sizes---gap--xs-gap);
  grid-column-gap: 3.5rem;
  grid-row-gap: 0rem;
  grid-template-columns: minmax(auto, 31.8125rem) .0625rem minmax(auto, 31.8125rem);
}

.rt-service-card {
  grid-column-gap: var(--_sizes---gap--xs-gap);
  grid-row-gap: var(--_sizes---gap--xs-gap);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.rt-service-card-text-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  max-width: 24.375rem;
}

.rt-vertical-border {
  background-color: var(--_colors---border-color--border-primary-inverse);
  transform-origin: 50% 0;
  width: 100%;
}

.rt-service-bottom-line {
  background-color: var(--_colors---border-color--border-primary-inverse);
  transform-origin: 0%;
  width: 100%;
  height: .0625rem;
}

.rt-service-bottom-line.rt-color-border-light {
  background-color: var(--_colors---border-color--border-secondary-inverse);
}

.rt-case-studies {
  padding-top: var(--_sizes---gap--xl-gap);
  padding-bottom: var(--_sizes---gap--xl-gap);
  background-color: var(--_colors---background-color--bg-primary-inverse);
}

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

.rt-case-studies-wrapper {
  grid-column-gap: var(--_sizes---gap--xs-gap);
  grid-row-gap: var(--_sizes---gap--xs-gap);
  width: 100%;
}

.rt-case-studies-cards {
  border-radius: var(--_sizes---radius--xs-radius);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.rt-case-studies-content {
  border-radius: var(--_sizes---radius--xs-radius);
  background-color: var(--_colors---background-color--bg-secondary);
  padding: 2rem 2.1875rem 1.6rem;
  position: absolute;
  inset: auto 1rem 1rem;
}

.rt-overflow-hidden {
  overflow: hidden;
}

.rt-case-studies-details {
  padding-top: var(--_sizes---gap--xs-gap);
  padding-bottom: .1875rem;
}

.rt-details-list {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: stretch;
  max-width: 19.5rem;
}

.rt-details-list-items {
  grid-column-gap: var(--_sizes---gap--xxs-gap);
  grid-row-gap: var(--_sizes---gap--xxs-gap);
  justify-content: space-between;
  align-items: center;
}

.rt-list-title {
  flex: 1;
  max-width: 7.2rem;
}

.rt-list-text {
  flex: 1;
  max-width: 7rem;
}

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

.rt-business-main {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .0625rem 1fr;
  margin-bottom: 5rem;
}

.rt-business-left-box {
  padding: var(--_sizes---gap--md-gap);
  justify-content: flex-start;
  align-items: center;
}

.rt-business-title-box {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 35.625rem;
}

.rt-business-right-box {
  padding: var(--_sizes---gap--md-gap);
  justify-content: center;
  align-items: center;
}

.rt-business-right-content {
  grid-column-gap: var(--_sizes---gap--xs-gap);
  grid-row-gap: var(--_sizes---gap--xs-gap);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 29.75rem;
}

.rt-business-button-wrapper {
  width: 100%;
  max-width: 22.8rem;
}

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

.rt-navbar {
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  box-shadow: none;
}

.rt-nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.rt-navbar-main {
  align-items: center;
  justify-content: space-between;
  padding: 0.875rem 0;
}

.rt-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 2rem;
  float: none;
}

.rt-nav-links {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #18181b;
  text-decoration: none;
  padding: 0.5rem 0;
  transition: color 0.2s;
}

.rt-nav-links:hover {
  color: #52525b;
}

.rt-navbar-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.25rem;
  background-color: #18181b;
  color: #fafafa;
  border-radius: 6px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background-color 0.2s;
}

.rt-navbar-cta:hover {
  background-color: #27272a;
}

.rt-navbar-cta span {
  color: #fafafa;
}

.rt-navbar-cta.rt-on {
  display: none;
}

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

.rt-about-v2-top-left {
  flex: 1;
  max-width: 44rem;
}

.rt-about-v2-top-right {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .0625rem 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 31.875rem;
}

.rt-about-counter {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.rt-vertical-border-v2 {
  background-color: var(--_colors---border-color--border-primary-inverse);
  transform-origin: 50% 0;
  width: .0625rem;
}

.rt-about-v2-bottom {
  background-color: var(--_colors---background-color--bg-primary);
}

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

.rt-about-v2-bottom-left {
  flex: 1;
  max-width: 44rem;
  margin-top: -9.8rem;
  position: relative;
}

.rt-about-v2-right {
  flex: 1;
  max-width: 35.625rem;
}

.rt-about-v2-bottom-right {
  max-width: 35.625rem;
  padding-top: var(--_sizes---gap--xl-gap);
  padding-bottom: var(--_sizes---gap--xl-gap);
  flex: 1;
  align-items: stretch;
}

.rt-button-wrapper {
  max-width: 20rem;
}

.rt-about-v2-image {
  border-radius: var(--_sizes---radius--xs-radius) 12.5rem;
  max-width: 37.5rem;
  height: 46.4375rem;
  overflow: hidden;
}

.rt-about-v2-popup {
  border-radius: var(--_sizes---radius--xs-radius);
  -webkit-backdrop-filter: blur(3.75rem);
  backdrop-filter: blur(3.75rem);
  background-color: #d4d4d899;
  max-width: 17.375rem;
  padding: 2rem 1rem 1.0625rem 1.0625rem;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

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

.rt-utility-page {
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-right: var(--_sizes---gap--xxs-gap);
  padding-left: var(--_sizes---gap--xxs-gap);
  background-color: #8b928633;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

.rt-utility-hero-main {
  text-align: center;
  justify-content: center;
  align-items: center;
}

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

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

.no-margin {
  margin: 0;
}

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

.rt-typography-informations {
  grid-column-gap: var(--_sizes---gap--xs-gap);
  grid-row-gap: var(--_sizes---gap--xs-gap);
  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-blocks {
  grid-column-gap: var(--_sizes---gap--md-gap);
  grid-row-gap: var(--_sizes---gap--md-gap);
  width: 100%;
}

.rt-style-guide-colors {
  grid-column-gap: var(--_sizes---gap--xs-gap);
  grid-row-gap: var(--_sizes---gap--xs-gap);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.rt-style-guide-logo-wrapper {
  width: 100%;
  margin-bottom: var(--_sizes---gap--xs-gap);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

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

.rt-style-guide-blocks-top {
  grid-column-gap: var(--_sizes---gap--xxs-gap);
  grid-row-gap: var(--_sizes---gap--xxs-gap);
  justify-content: flex-start;
  align-items: center;
}

.rt-color-information {
  grid-column-gap: var(--_sizes---gap--xxs-gap);
  grid-row-gap: var(--_sizes---gap--xxs-gap);
  justify-content: space-between;
  align-items: center;
}

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

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

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

.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-logo-showcase-box.rt-logo-box {
  padding: var(--_sizes---gap--xs-gap);
  border-radius: var(--_sizes---radius--xs-radius);
  background-color: var(--_colors---background-color--bg-primary);
}

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

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

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

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

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

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

.rt-color-showcase.rt-color-six {
  background-color: var(--_colors---text-color--text-inverse-color);
}

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

.rt-typography-row {
  grid-column-gap: var(--_sizes---gap--xs-gap);
  grid-row-gap: var(--_sizes---gap--xs-gap);
  border-bottom: 1px solid var(--_colors---border-color--border-secondary-inverse);
  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-style-guide-main {
  grid-column-gap: var(--_sizes---gap--md-gap);
  grid-row-gap: var(--_sizes---gap--md-gap);
}

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

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

.rt-cases-bottom {
  grid-column-gap: var(--_sizes---gap--xs-gap);
  grid-row-gap: var(--_sizes---gap--xs-gap);
  justify-content: center;
  align-items: center;
}

.rt-line {
  background-color: var(--_colors---border-color--border-secondary-inverse);
  width: .0625rem;
  height: 1.875rem;
}

.rt-button-v2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  justify-content: center;
  align-items: center;
  padding-top: .8rem;
  padding-bottom: .8rem;
  display: flex;
}

.rt-showcase-images {
  width: 100%;
  margin-bottom: var(--_sizes---gap--xs-gap);
  grid-column-gap: var(--_sizes---gap--xs-gap);
  grid-row-gap: var(--_sizes---gap--xs-gap);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-license-box {
  margin-bottom: var(--_sizes---gap--xs-gap);
  padding-bottom: var(--_sizes---gap--md-gap);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

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

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

.rt-image-links-wrapper a {
  transition: color .3s;
}

.rt-image-links-wrapper a:hover {
  color: var(--_colors---border-color--border-primary-inverse);
}

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

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

.rt-404 {
  font-family: var(--_typography---font--heading-font);
  color: #948357;
  line-height: var(--_typography---text-sm--sm-text-line-height);
  font-weight: var(--_typography---h1-heading--h1-weight);
  font-size: clamp(90px, 15.7vw, 300px);
}

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

.rt-404-description {
  max-width: 30.625rem;
  margin-bottom: var(--_sizes---gap--xs-gap);
}

.rt-radius-xs {
  border-radius: var(--_sizes---radius--xs-radius);
}

.rt-hero-image {
  object-position: center 30%;
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.rt-hero-v11-content {
  max-width: 44rem;
  margin-bottom: 2.5rem;
}

.rt-hero {
  background-color: var(--_colors---background-color--bg-primary);
  height: 100vh;
  min-height: 700px;
  position: relative;
  overflow: hidden;
}

.rt-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(24, 24, 27, 0.88) 0%, rgba(24, 24, 27, 0.55) 50%, rgba(24, 24, 27, 0.3) 100%);
  pointer-events: none;
}

.rt-hero-v11-main {
  z-index: 2;
  position: relative;
}

.rt-hero-main {
  flex-flow: column;
  justify-content: center;
  height: 100vh;
  min-height: 700px;
  padding-bottom: 3.125rem;
  display: flex;
}

.rt-hero-button-wrapper {
  max-width: 30rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}

.rt-hero-description {
  font-size: 1.125rem;
  line-height: 170%;
  opacity: 0.9;
  margin-bottom: 2rem;
  max-width: 38rem;
  font-family: var(--_typography---font--body-font);
}

.rt-hero-secondary-btn {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9375rem;
  font-family: var(--_typography---font--body-font);
  text-decoration: none;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.rt-hero-secondary-btn:hover {
  color: #fff;
}

.rt-hero-stats {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-top: 3.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.rt-hero-stat-item {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.rt-hero-stat-number {
  font-family: var(--_typography---font--heading-font);
  font-size: 2.5rem;
  line-height: 1;
  color: #fff;
  font-weight: 400;
}

.rt-hero-stat-label {
  font-family: var(--_typography---font--body-font);
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.rt-hero-stat-divider {
  width: 1px;
  height: 3rem;
  background: rgba(255, 255, 255, 0.2);
}

.rt-big-text-v1 {
  color: var(--_colors---text-color--text-neutral);
  line-height: 100%;
  font-weight: var(--_typography---text-sm--sm-text-weight);
  text-transform: none;
  letter-spacing: -1.5%;
  font-size: clamp(32px, 8vw, 130px);
  white-space: nowrap;
}

.rt-hero-text-wrap {
  padding-right: 3vw;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

@media screen and (min-width: 1280px) {
  .rt-pricing-card {
    padding: 3rem 2.5rem;
  }

  .rt-pricing-card.rt-pricing-card-dark {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rt-service-card {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .rt-case-studies-content {
    left: var(--_sizes---gap--xs-gap);
    right: var(--_sizes---gap--xs-gap);
    bottom: var(--_sizes---gap--xs-gap);
  }

  .rt-navbar-main {
    gap: 0;
  }

  .rt-navbar-cta {
    padding: 0.5rem 1rem;
  }

  .rt-nav-links {
    font-size: var(--_typography---text-sm--sm-text-size);
  }

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

  .rt-about-v2-popup {
    justify-content: center;
    align-items: center;
    padding-left: 1.4rem;
    display: flex;
    top: -8%;
  }

  .rt-hero-image {
    object-position: 50% 50%;
  }
}

@media screen and (min-width: 1440px) {
  .rt-popular-tag {
    padding: .6rem 2.8125rem;
  }

  .rt-service-bottom-main {
    grid-column-gap: 4rem;
  }
}

@media screen and (max-width: 991px) {
  body {
    --_typography---font--body-font: Inter, sans-serif;
    --_typography---text--text-size: .9375rem;
    --_typography---text--text-line-height: 155%;
    --_typography---text--text-weight: 400;
    --_typography---text--text-letter-spacing: .05rem;
    --_typography---font--heading-font: Inter, sans-serif;
    --_typography---h1-heading--h1-size: 2.5rem;
    --_typography---h1-heading--h1-line-height: 105%;
    --_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: 115%;
    --_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: 115%;
    --_typography---h3-heading--h3-weight: 400;
    --_typography---h3-heading--h3-letter-spacing: 0rem;
    --_typography---h4-heading--h4-size: 1.25rem;
    --_typography---h4-heading--h4-line-height: 120%;
    --_typography---h4-heading--h4-weight: 400;
    --_typography---h4-heading--h4-letter-spacing: .01875rem;
    --_typography---h5-heading--h5-size: 1.125rem;
    --_typography---h5-heading--h5-line-height: 115%;
    --_typography---h5-heading--h5-weight: 400;
    --_typography---h5-heading--h5-letter-spacing: .01875rem;
    --_typography---h6-heading--h6-size: 1rem;
    --_typography---h6-heading--h6-line-height: 115%;
    --_typography---h6-heading--h6-weight: 400;
    --_typography---h6-heading--h6-letter-spacing: .01875rem;
    --_typography---text-sm--sm-text-size: .75rem;
    --_typography---text-sm--sm-text-line-height: 100%;
    --_typography---text-sm--sm-text-weight: 600;
    --_typography---text-sm--sm-text-letter-spacing: .125rem;
    --_typography---font--button-font: Inter, sans-serif;
    --_typography---button--button-text-size: .7rem;
    --_typography---button--button-text-line-height: 100%;
    --_typography---button--button-text-weight: 600;
    --_typography---button--button-text-letter-spacing: .125rem;
    --_colors---background-color--bg-secondary: #fafafa;
    --_colors---text-color--text-secondary-color: #52525b;
    --_colors---text-color--text-primary-color: #18181b;
    --_colors---background-color--bg-primary: #18181b;
    --_colors---border-color--border-primary-inverse-accent: #ffffff15;
    --_colors---text-color--text-primary-accent-color: #a1a1aa;
    --_colors---text-color--text-inverse-color: #e4e4e7;
    --_colors---text-color--text-neutral: white;
    --_colors---border-color--border-secondary-inverse: #18181b10;
    --_colors---border-color--border-primary: #e4e4e7;
    --_colors---border-color--border-secondary: #e4e4e7;
    --_colors---background-color--bg-secondary-accent: #f4f4f5;
    --_colors---background-color--bg-primary-accent: #27272a;
    --_colors---background-color--bg-primary-inverse: #f0f0f0;
    --_colors---border-color--border-primary-inverse: #18181b20;
    --_sizes---gap--xxs-gap: .9375rem;
    --_sizes---gap--xs-gap: 1.2rem;
    --_sizes---gap--xl-gap: 3.75rem;
    --_sizes---container--container-sm-width: 80.625rem;
    --_sizes---gap--xxl-gap: 3.75rem;
    --_sizes---container--container-width: 90rem;
    --_sizes---gap--md-gap: 2rem;
    --_sizes---radius--xs-radius: 1.25rem;
  }

  .rt-footer-left {
    margin-top: -.3rem;
  }

  .rt-footer-v1-bottom {
    padding-top: var(--_sizes---gap--md-gap);
  }

  .rt-contact-left {
    width: 100%;
  }

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

  .rt-pricing-plan {
    flex-flow: wrap;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    align-items: stretch;
  }

  .rt-pricing-card {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .rt-pricing-card.rt-pricing-card-dark {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .rt-popular-tag {
    top: 1rem;
  }

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

  .rt-team-title {
    max-width: none;
  }

  .rt-team-image {
    filter: grayscale(0%);
  }

  .rt-team-overlay {
    opacity: 1;
  }

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

  .rt-team-description {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    padding-bottom: 0;
  }

  .rt-team-button-wrap {
    align-self: center;
  }

  .rt-team-title-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

  .rt-counter-wrapper.rt-h1-counter {
    height: 2.625rem;
  }

  .rt-about-right {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
  }

  .rt-about-cards-wrapper {
    width: 94%;
  }

  .rt-about-icon {
    flex: none;
  }

  .rt-service-bottom-main {
    grid-column-gap: 1.2rem;
  }

  .rt-case-studies-cards {
    align-items: stretch;
  }

  .rt-case-studies-content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: static;
    inset: 0%;
  }

  .rt-case-studies-details {
    padding-top: .5rem;
  }

  .rt-details-list-items {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    justify-content: flex-start;
    align-items: center;
  }

  .rt-business-main {
    margin-bottom: 2rem;
  }

  .rt-navbar-main {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .rt-navbar-cta.rt-on {
    max-width: none;
    margin-top: 1.25rem;
    padding: 1rem 1.5rem;
    display: flex;
    background-color: #18181b;
    color: #fafafa;
    border-radius: 6px;
    text-decoration: none;
  }

  .rt-nav {
    padding: 1rem var(--_sizes---gap--xxs-gap) 2.4rem;
    background-color: var(--_colors---background-color--bg-primary-inverse);
  }

  .rt-nav-links {
    font-family: var(--_typography---font--heading-font);
    font-size: var(--_typography---h6-heading--h6-size);
    font-weight: var(--_typography---h6-heading--h6-weight);
    letter-spacing: var(--_typography---h6-heading--h6-letter-spacing);
    text-transform: none;
    padding-top: .8rem;
    padding-bottom: .8rem;
    display: flex;
  }

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

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

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

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

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

  .rt-about-counter {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rt-about-v2-bottom-left {
    margin-top: -6.3rem;
  }

  .rt-about-v2-image {
    border-top-right-radius: 7rem;
    border-bottom-left-radius: 7rem;
    height: 39.3rem;
  }

  .rt-utility-page {
    height: 80vh;
  }

  .rt-utility-page.rt-password-height {
    height: 100vh;
  }

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

  .rt-password-icon {
    width: 4.375rem;
  }

  .rt-hero-image {
    object-position: 41% 50%;
  }

  .rt-hero-v11-content {
    max-width: 26.0625rem;
    margin-bottom: 3.125rem;
  }

  .rt-hero, .rt-hero-main {
    height: 100vh;
    min-height: 600px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---font--body-font: Inter, sans-serif;
    --_typography---text--text-size: .875rem;
    --_typography---text--text-line-height: 155%;
    --_typography---text--text-weight: 400;
    --_typography---text--text-letter-spacing: .05rem;
    --_typography---font--heading-font: Inter, sans-serif;
    --_typography---h1-heading--h1-size: 2.1875rem;
    --_typography---h1-heading--h1-line-height: 110%;
    --_typography---h1-heading--h1-weight: 400;
    --_typography---h1-heading--h1-letter-spacing: -.0625rem;
    --_typography---h2-heading--h2-size: 1.875rem;
    --_typography---h2-heading--h2-line-height: 115%;
    --_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: 115%;
    --_typography---h3-heading--h3-weight: 400;
    --_typography---h3-heading--h3-letter-spacing: 0rem;
    --_typography---h4-heading--h4-size: 1.25rem;
    --_typography---h4-heading--h4-line-height: 120%;
    --_typography---h4-heading--h4-weight: 400;
    --_typography---h4-heading--h4-letter-spacing: .01875rem;
    --_typography---h5-heading--h5-size: 1.125rem;
    --_typography---h5-heading--h5-line-height: 115%;
    --_typography---h5-heading--h5-weight: 400;
    --_typography---h5-heading--h5-letter-spacing: .01875rem;
    --_typography---h6-heading--h6-size: 1rem;
    --_typography---h6-heading--h6-line-height: 115%;
    --_typography---h6-heading--h6-weight: 400;
    --_typography---h6-heading--h6-letter-spacing: .01875rem;
    --_typography---text-sm--sm-text-size: .75rem;
    --_typography---text-sm--sm-text-line-height: 100%;
    --_typography---text-sm--sm-text-weight: 600;
    --_typography---text-sm--sm-text-letter-spacing: .125rem;
    --_typography---font--button-font: Inter, sans-serif;
    --_typography---button--button-text-size: .7rem;
    --_typography---button--button-text-line-height: 100%;
    --_typography---button--button-text-weight: 600;
    --_typography---button--button-text-letter-spacing: .125rem;
    --_colors---background-color--bg-secondary: #fafafa;
    --_colors---text-color--text-secondary-color: #52525b;
    --_colors---text-color--text-primary-color: #18181b;
    --_colors---background-color--bg-primary: #18181b;
    --_colors---border-color--border-primary-inverse-accent: #ffffff15;
    --_colors---text-color--text-primary-accent-color: #a1a1aa;
    --_colors---text-color--text-inverse-color: #e4e4e7;
    --_colors---text-color--text-neutral: white;
    --_colors---border-color--border-secondary-inverse: #18181b10;
    --_colors---border-color--border-primary: #e4e4e7;
    --_colors---border-color--border-secondary: #e4e4e7;
    --_colors---background-color--bg-secondary-accent: #f4f4f5;
    --_colors---background-color--bg-primary-accent: #27272a;
    --_colors---background-color--bg-primary-inverse: #f0f0f0;
    --_colors---border-color--border-primary-inverse: #18181b20;
    --_sizes---gap--xxs-gap: .9375rem;
    --_sizes---gap--xs-gap: 1.2rem;
    --_sizes---gap--xl-gap: 3.75rem;
    --_sizes---container--container-sm-width: 80.625rem;
    --_sizes---gap--xxl-gap: 3.75rem;
    --_sizes---container--container-width: 90rem;
    --_sizes---gap--md-gap: 2rem;
    --_sizes---radius--xs-radius: 1.25rem;
  }

  h1, h2 {
    margin-top: 1rem;
  }

  .rt-footer-left {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .rt-footer {
    overflow: hidden;
  }

  .rt-footer-main {
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-footer-v1-bottom {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-flow: column;
  }

  .rt-contact-left {
    max-width: none;
  }

  .rt-contact-main {
    grid-column-gap: var(--_sizes---gap--md-gap);
    grid-row-gap: var(--_sizes---gap--md-gap);
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-color-text-primary.rt-text-sm-center {
    text-align: center;
  }

  .rt-contact-right {
    max-width: none;
  }

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

  .rt-pricing-card {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
  }

  .rt-pricing-card-top {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .rt-pricing-card-middle {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
  }

  .rt-team-social-box {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

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

  .rt-team-description {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .rt-testimonials-authors {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    min-height: 9.9rem;
  }

  .rt-counter-wrapper.rt-h1-counter {
    height: 2.40625rem;
  }

  .rt-about-main {
    flex-flow: column;
  }

  .rt-about-left, .rt-about-right {
    max-width: none;
  }

  .rt-about-cards-wrapper {
    width: 76%;
  }

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

  .rt-about-right-options {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-about-right-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rt-service-bottom-main {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }

  .rt-service-card {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rt-vertical-border {
    display: none;
  }

  .rt-vertical-border.rt-border-active {
    height: .0625rem;
    display: block;
  }

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

  .rt-case-studies-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }

  .rt-case-studies-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rt-business {
    padding-bottom: 0;
  }

  .rt-business-main {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .rt-business-left-box, .rt-business-right-box {
    padding: 0;
  }

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

  .rt-about-v2-top-main {
    justify-content: center;
    align-items: center;
  }

  .rt-about-v2-top-left {
    display: none;
  }

  .rt-about-v2-top-right {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr .0625rem 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    max-width: none;
    display: flex;
  }

  .rt-about-counter {
    justify-content: center;
    align-items: center;
    padding-top: 2.8rem;
  }

  .rt-vertical-border-v2 {
    display: block;
  }

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

  .rt-about-v2-bottom-main {
    grid-column-gap: var(--_sizes---gap--md-gap);
    grid-row-gap: var(--_sizes---gap--md-gap);
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .rt-about-v2-bottom-left {
    max-width: none;
    margin-top: 0;
  }

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

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

  .rt-about-v2-image {
    max-width: none;
    height: 100%;
  }

  .rt-form {
    padding: 4rem 2em 3rem;
  }

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

  .rt-cases-bottom {
    text-align: center;
    flex-flow: column;
  }

  .rt-line {
    display: none;
  }

  .rt-button-v2 {
    padding-top: 0;
  }

  .rt-hero-v11-content {
    max-width: 100%;
  }

  .rt-hero {
    height: 100vh;
    min-height: 550px;
  }

  .rt-hero-main {
    z-index: 3;
    background-color: transparent;
    height: 100vh;
    min-height: 550px;
    padding-bottom: 1rem;
    position: relative;
  }

  .rt-hero-text-wrap {
    z-index: 5;
  }

  .rt-hero-stats {
    gap: 1.5rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    flex-wrap: wrap;
  }

  .rt-hero-stat-number {
    font-size: 1.75rem;
  }

  .rt-hero-stat-label {
    font-size: 0.75rem;
  }

  .rt-hero-description {
    font-size: 1rem;
  }

  .rt-hero-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_typography---font--body-font: Inter, sans-serif;
    --_typography---text--text-size: .875rem;
    --_typography---text--text-line-height: 155%;
    --_typography---text--text-weight: 400;
    --_typography---text--text-letter-spacing: .05rem;
    --_typography---font--heading-font: Inter, sans-serif;
    --_typography---h1-heading--h1-size: 2.1875rem;
    --_typography---h1-heading--h1-line-height: 110%;
    --_typography---h1-heading--h1-weight: 400;
    --_typography---h1-heading--h1-letter-spacing: -.0625rem;
    --_typography---h2-heading--h2-size: 1.875rem;
    --_typography---h2-heading--h2-line-height: 115%;
    --_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: 115%;
    --_typography---h3-heading--h3-weight: 400;
    --_typography---h3-heading--h3-letter-spacing: 0rem;
    --_typography---h4-heading--h4-size: 1.25rem;
    --_typography---h4-heading--h4-line-height: 120%;
    --_typography---h4-heading--h4-weight: 400;
    --_typography---h4-heading--h4-letter-spacing: .01875rem;
    --_typography---h5-heading--h5-size: 1.125rem;
    --_typography---h5-heading--h5-line-height: 115%;
    --_typography---h5-heading--h5-weight: 400;
    --_typography---h5-heading--h5-letter-spacing: .01875rem;
    --_typography---h6-heading--h6-size: 1rem;
    --_typography---h6-heading--h6-line-height: 115%;
    --_typography---h6-heading--h6-weight: 400;
    --_typography---h6-heading--h6-letter-spacing: .01875rem;
    --_typography---text-sm--sm-text-size: .75rem;
    --_typography---text-sm--sm-text-line-height: 100%;
    --_typography---text-sm--sm-text-weight: 600;
    --_typography---text-sm--sm-text-letter-spacing: .125rem;
    --_typography---font--button-font: Inter, sans-serif;
    --_typography---button--button-text-size: .7rem;
    --_typography---button--button-text-line-height: 100%;
    --_typography---button--button-text-weight: 600;
    --_typography---button--button-text-letter-spacing: .125rem;
    --_colors---background-color--bg-secondary: #fafafa;
    --_colors---text-color--text-secondary-color: #52525b;
    --_colors---text-color--text-primary-color: #18181b;
    --_colors---background-color--bg-primary: #18181b;
    --_colors---border-color--border-primary-inverse-accent: #ffffff15;
    --_colors---text-color--text-primary-accent-color: #a1a1aa;
    --_colors---text-color--text-inverse-color: #e4e4e7;
    --_colors---text-color--text-neutral: white;
    --_colors---border-color--border-secondary-inverse: #18181b10;
    --_colors---border-color--border-primary: #e4e4e7;
    --_colors---border-color--border-secondary: #e4e4e7;
    --_colors---background-color--bg-secondary-accent: #f4f4f5;
    --_colors---background-color--bg-primary-accent: #27272a;
    --_colors---background-color--bg-primary-inverse: #f0f0f0;
    --_colors---border-color--border-primary-inverse: #18181b20;
    --_sizes---gap--xxs-gap: .9375rem;
    --_sizes---gap--xs-gap: 1.2rem;
    --_sizes---gap--xl-gap: 3.75rem;
    --_sizes---container--container-sm-width: 80.625rem;
    --_sizes---gap--xxl-gap: 3.75rem;
    --_sizes---container--container-width: 90rem;
    --_sizes---gap--md-gap: 2rem;
    --_sizes---radius--xs-radius: 1.25rem;
  }

  .rt-footer-left {
    grid-column-gap: 1.3125rem;
    grid-row-gap: 1.3125rem;
  }

  .rt-footer-main {
    grid-row-gap: 2.9rem;
  }

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

  .rt-button.rt-button-submit, .rt-form-button {
    max-width: none;
  }

  .rt-contact-right-image-overlay {
    padding-bottom: 2.4rem;
  }

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

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

  .rt-team-grid-top, .rt-team-grid-bottom {
    grid-template-columns: 1fr;
  }

  .rt-team-button-wrap {
    width: 100%;
    max-width: none;
  }

  .rt-slide-nav.rt-responsive-nav {
    padding-top: .9rem;
  }

  .rt-testimonials-authors {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-height: 7.5rem;
  }

  .rt-marketing-main {
    padding-bottom: 2.1rem;
  }

  .rt-marketing-insights {
    padding: 1.3rem 1rem;
  }

  .rt-marketing-insights-options {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-marketing-insights-right {
    max-width: none;
  }

  .rt-about-cards-wrapper {
    display: none;
  }

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

  .rt-service {
    padding-bottom: 1.875rem;
  }

  .rt-service-bottom-main {
    grid-template-columns: 1fr;
    display: none;
  }

  .rt-service-card {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    padding-bottom: 0;
  }

  .rt-service-card.rt-last-item {
    padding-bottom: var(--_sizes---gap--xl-gap);
    border-bottom-style: none;
  }

  .rt-service-card-text-content {
    justify-content: center;
    align-items: center;
  }

  .rt-vertical-border.rt-border-active, .rt-case-studies-wrapper {
    display: none;
  }

  .rt-navbar-main {
    padding-top: .7rem;
    padding-bottom: .7rem;
  }

  .rt-about-v2-top-right {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
  }

  .rt-about-counter {
    padding-top: 1.2rem;
  }

  .rt-icon {
    width: 2.5rem;
    height: auto;
  }

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

  .rt-password-icon {
    width: 2.5rem;
    height: auto;
  }

  .rt-hero-image {
    object-position: 59% 50%;
  }

  .rt-hero-v11-content {
    max-width: 100%;
  }

  .rt-hero-main {
    justify-content: flex-end;
    height: 100vh;
    min-height: 500px;
  }

  .rt-hero {
    height: 100vh;
    min-height: 500px;
  }

  .rt-hero-text-wrap {
    display: none;
  }

  .rt-hero-stats {
    gap: 1.25rem;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
  }

  .rt-hero-stat-number {
    font-size: 1.5rem;
  }

  .rt-hero-stat-divider {
    height: 2rem;
  }

  .rt-hero-description {
    font-size: 0.9375rem;
  }

  .rt-hero-secondary-btn {
    font-size: 0.8125rem;
  }

  .rt-mobile-slider {
    background-color: #0000;
    width: 100%;
    height: 12.8rem;
    display: block;
  }

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

#w-node-ed9fe0a9-af1d-59eb-7b9e-2e3559857ed7-947dbf0e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4099678e-2adf-3ab7-69cf-7b549b4e0f6e-947dbf0e {
  align-self: center;
}

#w-node-cda702e3-4734-fd65-ff74-d7980b3bfb75-947dbf0e {
  place-self: center;
}

#w-node-da61ac26-9eff-13ed-276c-63de4f4f3067-947dbf0e, #w-node-_140888cb-29d0-891c-52a3-20fb5f3825b0-947dbf0e, #w-node-_36d1e046-24f5-716e-f7b5-06ef64f6f37f-947dbf0e {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_4099678e-2adf-3ab7-69cf-7b549b4e0f6e-947dbf0e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-cda702e3-4734-fd65-ff74-d7980b3bfb75-947dbf0e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-da61ac26-9eff-13ed-276c-63de4f4f3067-947dbf0e, #w-node-_36d1e046-24f5-716e-f7b5-06ef64f6f37f-947dbf0e {
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4c649ed5-4de4-6cc6-1011-9256924b5d15-947dbf0e {
    align-self: center;
  }

  #w-node-ed9fe0a9-af1d-59eb-7b9e-2e3559857ed7-947dbf0e {
    order: 1;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_04e56861-2cd8-3c2b-af2f-2c3a0eddfde6-947dbf0e, #w-node-_660c604c-6efa-06a5-0168-acd2041aa96c-947dbf0e {
    order: 9999;
  }

  #w-node-_9d91e5d0-f246-e596-f7f5-140509328031-947dbf0e {
    align-self: stretch;
  }

  #w-node-_21054c26-dd61-5880-da09-7f43767a413e-767a413b, #w-node-_32edfa4e-1a07-8bc8-e7f2-507811e5c761-11e5c75e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4099678e-2adf-3ab7-69cf-7b549b4e0f6e-947dbf0e, #w-node-cda702e3-4734-fd65-ff74-d7980b3bfb75-947dbf0e {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* ===== S&A Team Section ===== */
.sa-team-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.sa-team-header {
  text-align: center;
  max-width: 38rem;
  margin: 0 auto 2.5rem;
}

.sa-team-header .rt-short-heading {
  margin-bottom: 0.75rem;
}

.sa-team-title {
  margin-bottom: 0;
  max-width: 38rem;
  font-size: 1.875rem;
}

.sa-team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-bottom: 2.5rem;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

.sa-team-card {
  text-decoration: none;
  color: inherit;
  border-radius: 0.75rem;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.sa-team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.sa-team-card-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  aspect-ratio: 4 / 5;
}

.sa-team-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.4s ease, transform 0.4s ease;
}

.sa-team-card:hover .sa-team-card-img {
  filter: grayscale(0%);
  transform: scale(1.03);
}

.sa-team-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 55%, rgba(0, 0, 0, 0.65));
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1rem;
}

.sa-team-card:hover .sa-team-card-overlay {
  opacity: 1;
}

.sa-team-social {
  display: flex;
  gap: 0.5rem;
}

.sa-team-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  transition: background 0.2s ease;
}

.sa-team-social-link:hover {
  background: rgba(255, 255, 255, 0.3);
}

.sa-team-card-info {
  padding: 0.875rem 0.25rem 0.25rem;
  text-align: center;
}

.sa-team-card-name {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: var(--_colors---text-color--text-primary, #18181b);
}

.sa-team-card-role {
  font-size: 0.8125rem;
  color: #71717a;
  margin-top: 0.125rem;
}

.sa-team-bottom {
  text-align: center;
  max-width: 30rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.sa-team-desc {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #52525b;
  margin: 0;
}

/* Tablet */
@media screen and (max-width: 991px) {
  .sa-team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    max-width: 32rem;
  }

  .sa-team-header {
    margin-bottom: 2rem;
  }

  .sa-team-card-img {
    filter: grayscale(0%);
  }

  .sa-team-card-overlay {
    opacity: 1;
  }

  .sa-team-card-img-wrap {
    aspect-ratio: 4 / 5;
  }
}

/* Mobile landscape */
@media screen and (max-width: 767px) {
  .sa-team-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sa-team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    max-width: none;
    margin-bottom: 2rem;
  }

  .sa-team-header {
    margin-bottom: 1.5rem;
  }

  .sa-team-title {
    font-size: 1.375rem;
  }

  .sa-team-card-name {
    font-size: 0.875rem;
  }

  .sa-team-card-role {
    font-size: 0.75rem;
  }

  .sa-team-card-info {
    padding: 0.625rem 0.125rem 0.25rem;
  }

  .sa-team-desc {
    font-size: 0.875rem;
  }
}

/* Mobile portrait */
@media screen and (max-width: 479px) {
  .sa-team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }

  .sa-team-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sa-team-card-img-wrap {
    aspect-ratio: 3 / 4;
  }

  .sa-team-card-info {
    padding: 0.5rem 0.125rem 0.25rem;
  }

  .sa-team-card-name {
    font-size: 0.8125rem;
  }

  .sa-team-card-role {
    font-size: 0.6875rem;
  }
}