:root {
  --_fonts---outfit: Outfit, sans-serif;
  --color--gray-blue: #404357;
  --_fonts---rethink-sans: "Rethink Sans", sans-serif;
  --color--midnight-blue: #000f41;
  --_font-size---h1: 40px;
  --_font-size---h2: 30px;
  --_font-size---h3: 26px;
  --_font-size---h4: 22px;
  --_font-size---h5: 18px;
  --_font-size---h6: 17px;
  --color--royal-blue: #2563eb;
  --color--orange: #d33b1c;
  --color--frost-gray: #dfdfdf;
  --color--white: white;
  --color--dark-black: #111827;
  --color--fade-white: #f3f3f3;
  --_fonts---inter-tight: "Inter Tight", sans-serif;
  --_font-size---body-font: 15px;
  --color--transparent: #fff0;
}

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

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@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 {
  font-family: var(--_fonts---outfit);
  color: var(--color--gray-blue);
  letter-spacing: -.16px;
  font-size: 15px;
  line-height: 1.62;
}

h1 {
  font-family: var(--_fonts---rethink-sans);
  color: var(--color--midnight-blue);
  font-size: var(--_font-size---h1);
  letter-spacing: -2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.16;
}

h2 {
  font-family: var(--_fonts---rethink-sans);
  color: var(--color--midnight-blue);
  font-size: var(--_font-size---h2);
  letter-spacing: -.64px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.25;
}

h3 {
  font-family: var(--_fonts---rethink-sans);
  color: var(--color--midnight-blue);
  font-size: var(--_font-size---h3);
  letter-spacing: -.48px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.23;
}

h4 {
  font-family: var(--_fonts---rethink-sans);
  color: var(--color--midnight-blue);
  font-size: var(--_font-size---h4);
  letter-spacing: -.48px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.28;
}

h5 {
  font-family: var(--_fonts---rethink-sans);
  color: var(--color--midnight-blue);
  font-size: var(--_font-size---h5);
  letter-spacing: -.32px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.5;
}

h6 {
  font-family: var(--_fonts---rethink-sans);
  color: var(--color--midnight-blue);
  font-size: var(--_font-size---h6);
  letter-spacing: -.16px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.5;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--color--gray-blue);
  text-decoration: none;
}

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

em {
  color: var(--color--royal-blue);
  font-style: normal;
  text-decoration: underline;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 22px;
}

.rt-text-style-h1 {
  color: var(--color--midnight-blue);
  font-family: Rethink Sans, sans-serif;
  font-size: var(--_font-size---h1);
  letter-spacing: -.8px;
  font-weight: 500;
  line-height: 1.16;
}

.rt-text-style-h1.rt-text-color-white {
  color: #fff;
}

.rt-text-style-h2 {
  color: var(--color--midnight-blue);
  font-family: Rethink Sans, sans-serif;
  font-size: var(--_font-size---h2);
  letter-spacing: -.64px;
  font-weight: 500;
  line-height: 1.25;
}

.rt-text-style-h2.rt-text-color-white {
  color: #fff;
}

.rt-text-style-h3 {
  color: var(--color--midnight-blue);
  letter-spacing: -.48px;
  font-family: Rethink Sans, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.23;
}

.rt-text-style-h3.is-color {
  color: #0c0c0c;
}

.rt-text-style-h5 {
  color: var(--color--midnight-blue);
  font-family: Rethink Sans, sans-serif;
  font-size: var(--_font-size---h5);
  letter-spacing: -.32px;
  font-weight: 500;
  line-height: 1.5;
}

.rt-text-style-h5.rt-text-color-white {
  color: #fff;
}

.rt-text-style-h6 {
  color: var(--color--midnight-blue);
  font-family: Rethink Sans, sans-serif;
  font-size: var(--_font-size---h6);
  font-weight: 600;
  line-height: 1.5;
}

.rt-text-style-h6.rt-text-color-white {
  color: #fff;
}

.rt-top-tag {
  color: var(--color--orange);
  letter-spacing: .16px;
  text-transform: uppercase;
  font-family: Rethink Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.rt-top-tag:where(.w-variant-a8a32341-44a7-26e5-1c5e-ff2d48fedc4f) {
  color: #ff492c;
}

.rt-button-font {
  color: #fff;
}

.rt-button-font.rt-change {
  z-index: 1;
  position: relative;
}

.rt-button-font.rt-change.rt-1.is-color {
  color: #0c0c0c;
}

.rt-button-font.rt-change.rt-1.is-color-two {
  color: #fff;
}

.rt-button-font.rt-change.rt-2 {
  position: absolute;
  transform: translate(0, 100%);
}

.rt-button-font.rt-color-dark {
  color: #111827;
}

.rt-button-font.rt-change-color {
  color: #000f41;
  font-weight: 500;
}

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

.rt-text-center.rt-text-size {
  font-size: 17px;
}

.rt-text-center.rt-small-paragraph {
  max-width: 232px;
}

.rt-text-center.is-width {
  max-width: 350px;
}

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

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

.rt-text-color-white {
  color: #fff;
}

.rt-text-color-white.rt-change-line-height {
  line-height: 1;
}

.rt-text-color-white.rt-trial-para {
  max-width: 330px;
}

.rt-text-color-white.rt-trial-para.rt-change-width {
  max-width: 420px;
}

.rt-tag {
  letter-spacing: 0;
}

.rt-tag.rt-change {
  color: var(--color--gray-blue);
  letter-spacing: .16px;
  font-size: 18px;
}

.rt-tag.rt-change {
  letter-spacing: .16px;
  font-size: 18px;
}

.rt-tag.rt-change.rt-color-dark {
  font-weight: 500;
}

.rt-tag.rt-text-grey {
  color: #dfdfdf;
}

.rt-tag.rt-change {
  color: #404357;
  letter-spacing: .16px;
  font-size: 18px;
}

.rt-tag.rt-change.rt-color-dark {
  color: #000f41;
  font-weight: 500;
}

.rt-color-dark {
  color: #111827;
}

.rt-h1-bottom-gap {
  margin-bottom: 10px;
}

.rt-h2-bottom-gap {
  margin-bottom: 20px;
}

.rt-h2-bottom-gap.is-width {
  max-width: 280px;
}

.rt-gap-tiny {
  margin-bottom: 50px;
}

.rt-para-bottom-padding {
  margin-bottom: 22px;
}

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

.rt-position-relative {
  position: relative;
}

.rt-position-relative.rt-hero-v3-side-image-holder {
  flex: 0 80%;
  margin-right: -30px;
}

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

.rt-desktop-image-full {
  width: 100%;
  height: 100%;
}

.rt-navbar-v1-menu-holder {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-navmenu-link {
  padding: 4px 20px;
}

.rt-navmenu-link:hover, .rt-navmenu-link.w--current, .rt-navmenu-link.w--current:where(.w-variant-cca2c8a4-5310-2d83-3243-81d64f802030) {
  color: var(--color--royal-blue);
}

.rt-navmenu-link.rt-first {
  padding-top: 12px;
}

.rt-navmenu-link.rt-last {
  padding-bottom: 12px;
}

.rt-navbar-wrapper {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr .54fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.rt-nav-topbar-text {
  color: var(--color--white);
}

.rt-nav-social-con {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.rt-navbar-menu-dropdown {
  background-color: #fff;
  min-width: 180px;
}

.rt-navbar-menu-dropdown.w--open {
  border-bottom: 1.5px solid #2563eb;
  border-radius: 5px;
  box-shadow: 0 2px 40px #00000026;
}

.rt-nav-topbar-cta-v1 {
  padding-bottom: 3px;
}

.rt-nav-topbar-cta-v1.rt-position-relative {
  margin-top: 3px;
  text-decoration: none;
}

.rt-nav-topbar-v1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/stravo-nav-topbar-background.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
}

.rt-navbar-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  display: flex;
}

.rt-navbar {
  background-color: #ddd0;
}

.rt-nav-link {
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: background-color .2s;
  display: flex;
}

.rt-nav-link:hover {
  background-color: #cfcfcf;
}

.rt-nav-menu-arrow-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-nav-menu-arrow-holder.rt-position-relative {
  margin-top: 2px;
}

.rt-menu-font-v1 {
  letter-spacing: .16px;
  font-family: Inter Tight, sans-serif;
  font-weight: 500;
  line-height: 1.73333;
}

.rt-nav-topbar-cta-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-button {
  background-color: #2563eb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 23px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.rt-button.rt-overflow-hidden {
  border: 1px solid var(--color--white);
  overflow: hidden;
}

.rt-button.rt-overflow-hidden:where(.w-variant-0a69bba6-d432-1e9f-6a5e-0948f1234a7d) {
  background-color: var(--color--dark-black);
}

.rt-button.rt-overflow-hidden:where(.w-variant-ac12f06a-fd87-d556-8d3c-697a04f9c939) {
  border: 1px solid var(--color--dark-black);
  background-color: var(--color--dark-black);
}

.rt-button.rt-overflow-hidden:where(.w-variant-7e91deeb-0fd9-4328-5315-a4fb42eacd81) {
  width: 100%;
}

.rt-button.rt-overflow-hidden:where(.w-variant-f5c90100-9e60-67b9-e06c-d2db9e9ab90d) {
  background-color: var(--color--dark-black);
  width: 100%;
}

.rt-button.rt-overflow-hidden:where(.w-variant-9e5835cc-b442-d728-0fd7-1f3ffdbc2214) {
  background-color: var(--color--dark-black);
  border-style: solid;
  width: 100%;
}

.rt-button.rt-overflow-hidden.rt-pricing, .rt-button.rt-overflow-hidden.pricing {
  background-color: var(--color--dark-black);
  border-style: solid;
  width: 100%;
}

.rt-button.rt-overflow-hidden.button-full {
  width: 100%;
}

.rt-button.rt-overflow-hidden.blue-button-full {
  background-color: var(--color--dark-black);
  width: 100%;
}

.rt-button.rt-overflow-hidden.button-full-15 {
  width: 100%;
}

.rt-button.rt-overflow-hidden.blue-background-6, .rt-button.rt-overflow-hidden.blue-background-11, .rt-button.rt-overflow-hidden.blue-background-16 {
  border: 1px solid var(--color--dark-black);
  background-color: var(--color--dark-black);
}

.rt-button.rt-overflow-hidden {
  border: 1px solid #fff;
  overflow: hidden;
}

.rt-button.rt-overflow-hidden.rt-submit-button {
  background-color: #111827;
  width: 100%;
}

.rt-button.rt-overflow-hidden.rt-submit-button.rt-change {
  display: block;
}

.rt-button.rt-overflow-hidden.blue-button-full-11 {
  background-color: #111827;
  width: 100%;
}

.rt-button.rt-overflow-hidden.rt-pricing {
  background-color: #111827;
  border-style: solid;
  width: 100%;
}

.rt-button.rt-overflow-hidden.is-background-two {
  background-color: #fff;
  border-color: #0003;
}

.rt-button.rt-overflow-hidden.is-background {
  background-color: #0c0c0c;
}

.rt-button.is-background {
  background-color: var(--color--dark-black);
}

.rt-top-nav {
  z-index: 9999999;
  position: absolute;
  inset: 0% 0% auto;
}

.rt-top-nav:where(.w-variant-cca2c8a4-5310-2d83-3243-81d64f802030) {
  background-color: var(--color--white);
}

.rt-top-nav:where(.w-variant-886ff873-0bfb-7e7e-e40c-869a44b3d96c) {
  background-color: var(--color--white);
  box-shadow: 0 4px 20px #d5dbfa80;
}

.rt-navbar-dropdown-toggle {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 27px 0;
  display: flex;
}

.rt-nav-menu-arrow-2 {
  position: absolute;
}

.rt-hero-paragraph {
  max-width: 512px;
  margin-left: auto;
  margin-right: auto;
}

.rt-hero-paragraph.rt-para-bottom-padding {
  margin-bottom: 22px;
}

.rt-auto-fit {
  object-fit: cover;
}

.rt-auto-fit.rt-border-radius-15 {
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.rt-auto-fit.rt-border-radius-15.rt-drop-shadow {
  box-shadow: 0 10px 20px #eaeaea;
}

.rt-auto-fit.rt-desktop-image-full {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.rt-auto-fit.rt-desktop-image-full.rt-dropshadow {
  box-shadow: 0 21px 20px #9383831f;
}

.rt-auto-fit.rt-desktop-image-full.rt-position-change {
  z-index: 4;
  position: relative;
}

.rt-auto-fit.rt-desktop-image-full.rt-3 {
  z-index: 2;
  transform-origin: 0 100%;
  border-radius: 15px;
  position: relative;
  transform: rotate(-6deg);
  box-shadow: 0 20px 20px #d4c8b14d;
}

.rt-auto-fit.rt-desktop-image-full.rt-green-shadow {
  z-index: 1;
  transform-origin: 0 0;
  border-radius: 15px;
  position: relative;
  transform: rotate(6deg);
  box-shadow: 0 25px 30px #10b9814d;
}

.rt-auto-fit.rt-desktop-image-full.rt-2 {
  border-radius: 15px;
  box-shadow: 0 20px 60px #0000000f;
}

.rt-auto-fit.rt-desktop-image-full.rt-hero-dashboard {
  object-position: 50% 0%;
  border-radius: 30px;
  height: 70%;
  transform: scale(.8);
  box-shadow: 0 2px 35px #96a9e826;
}

.rt-auto-fit.rt-desktop-image-full.rt-hero-dashboard.rt-hero-main-image-3 {
  height: 100%;
  transform: none;
}

.rt-auto-fit.rt-desktop-image-full.rt-image-shadow {
  box-shadow: 0 35px 71px #0000001a;
}

.rt-auto-fit.rt-desktop-image-full.rt-v2-image, .rt-auto-fit.rt-desktop-image-full.rt-v3-image {
  position: absolute;
  inset: 0%;
}

.rt-auto-fit.rt-desktop-image-full.rt-about-main {
  border: 1px solid #dde6e6;
  border-radius: 20px;
  box-shadow: 0 15px 60px #9191914d;
}

.rt-auto-fit.rt-desktop-image-full.rt-border-radius-15 {
  border-radius: 15px;
}

.rt-auto-fit.rt-desktop-image-full.rt-smart {
  border-radius: 20px;
  box-shadow: 0 10px 35px #96a9e814;
}

.rt-auto-fit.rt-desktop-image-full.rt-business-big {
  border-radius: 20px;
}

.rt-auto-fit.rt-desktop-image-full.rt-plan-imege {
  position: absolute;
  inset: 0%;
}

.rt-auto-fit.rt-tab-image-full.rt-image-main {
  z-index: 99;
  position: relative;
}

.rt-auto-fit.rt-border-radius-20 {
  border-radius: 20px;
}

.rt-auto-fit.rt-border-radius-20.rt-image-shadow {
  box-shadow: 0 20px 70px #9993;
}

.rt-auto-fit.rt-v2 {
  border-top-left-radius: 10px;
  width: 100%;
  height: 100%;
}

.rt-hero-line-tooltip {
  background-color: #f56754;
  border-radius: 30px;
  width: 25px;
  height: 4px;
}

.rt-hero-line-tooltip.rt-1 {
  width: 12px;
  margin-top: auto;
  transform: rotate(30deg);
}

.rt-hero-line-tooltip.rt-3 {
  width: 12px;
  transform: rotate(-25deg);
}

.rt-hero-heading-v1 {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.rt-hero-heading-v1.rt-h1-bottom-gap {
  margin-bottom: 10px;
}

.rt-hero-heading-v1.rt-h1-bottom-gap.rt-position-relative {
  overflow: hidden;
}

.rt-hero-v1 {
  padding-bottom: 130px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.rt-orange-line {
  display: none;
  position: absolute;
  inset: 27% 2% 0% auto;
}

.rt-yellow-line {
  display: none;
  position: absolute;
  inset: 50% auto 0% 1%;
}

.rt-hero-line-tooltip-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  perspective-origin: 100% 100%;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 25px;
  height: 35px;
  display: flex;
  position: absolute;
  inset: -22% auto auto 1%;
  transform: rotate(45deg);
}

.rt-sub-text {
  color: #111827;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
}

.rt-sub-text.rt-change {
  letter-spacing: -.36px;
  font-size: 16px;
  font-weight: 500;
}

.rt-sub-text.rt-change.is-case {
  text-transform: uppercase;
}

.rt-sub-text.is-color {
  color: #0c0c0c;
}

.rt-hero-logo-marquee {
  margin-top: 40px;
  display: flex;
}

.rt-hero-logo-marquee.rt-overflow-hidden {
  overflow: hidden;
}

.rt-hero-logo-marquee-main {
  flex-flow: column;
  width: 100%;
  max-width: 1042px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.rt-hero-dashboard-v1 {
  justify-content: center;
  align-items: center;
  max-width: 1078px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rt-hero-logo-item {
  border-right: 1px solid #d1d1d1;
  flex: none;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.rt-hero-logo-item.rt-change-gap {
  padding-left: 20px;
  padding-right: 20px;
}

.rt-container {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-container.rt-prespective-view {
  z-index: 1;
  perspective: 3000px;
  position: relative;
}

.rt-container.rt-prespective {
  perspective: 3000px;
}

.rt-container.rt-change {
  z-index: 5;
  position: relative;
}

.rt-container.rt-hero-banner-v3 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 40px;
  display: flex;
  overflow: hidden;
}

.rt-container.rt-change-size {
  max-width: 1278px;
}

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

.rt-hero-button-wrapper-v1 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-hero-button-wrapper-v1.rt-gap-tiny {
  margin-bottom: 50px;
}

.rt-sub-text-small {
  background-color: #111827;
  border-radius: 30px;
  padding: 3px 10px 2px;
}

.rt-sub-text-small.rt-v2 {
  background-color: var(--color--orange);
  background-color: #d33b1c;
}

.rt-sub-text-bottom-gap {
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}

.rt-button-linear {
  background-image: linear-gradient(90deg, #4b4b4b78, #fcf3f382 57%, #4b4b4b40);
  width: 50%;
  height: 900%;
  position: absolute;
}

.rt-button-linear.rt-color-change {
  pointer-events: none;
  background-image: linear-gradient(90deg, #f4f4f4, #ee6b60 46% 58%, #ee6b60 70%, #f4f4f4);
  height: 800%;
}

.rt-sub-text-wrapper {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f4f4f4;
  border: 1px solid #4d5ff8;
  border-radius: 31px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 4px;
  padding-right: 10px;
  position: relative;
}

.rt-sub-text-wrapper.rt-v2 {
  background-color: #fff;
}

.rt-sub-text-wrapper.rt-dot-image-v3 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.rt-sub-text-wrapper.rt-dot-image-v3.is-border {
  border-width: 0;
}

.rt-sub-text-main {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 1px;
  overflow: hidden;
}

.rt-sub-text-main.rt-position-relative {
  border-radius: 31px;
  padding: 1px;
  display: inline-flex;
  position: relative;
}

.rt-hero-inner-v1 {
  background-image: url('../images/stravo-home-one-image-background.webp'), linear-gradient(#f4f4f4, #f5f5ff);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 50px;
  max-width: 1800px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 75px;
}

.rt-hero-inner-v1.rt-position-relative {
  position: relative;
}

.rt-hero-inner-v1.rt-position-relative.rt-overflow-hidden {
  overflow: hidden;
}

.rt-hero-inner-v1.is-style {
  margin-top: 0;
}

.rt-business-tag-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-business-growth-balence-left {
  flex-flow: column;
  flex: 0 40%;
  justify-content: space-between;
  display: flex;
}

.rt-business-growth {
  padding-bottom: 130px;
}

.rt-business-rotate-image {
  margin-left: -80px;
  transform: translate(-15px);
}

.rt-business-growth-balence {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.rt-business-round-wrapper {
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 45%;
  margin-top: -16px;
  display: flex;
  position: absolute;
}

.rt-business-ball {
  background-color: #4d76f4;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.rt-business-ball.rt-yellow {
  background-color: #ffd079;
}

.rt-business-ball.rt-orange {
  background-color: #ff9696;
}

.rt-business-growth-heading {
  max-width: 459px;
  margin-left: auto;
  margin-right: auto;
}

.rt-business-growth-heading.rt-h2-bottom-gap {
  margin-bottom: 20px;
}

.rt-business-image {
  box-shadow: 0 20px 35px #232d461a;
}

.rt-business-growth-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-business-growth-line {
  background-color: #e4e4e4;
  border-radius: 6px;
  flex: 1;
  width: 100%;
  height: 6px;
}

.rt-business-growth-line.rt-1 {
  flex: 0 60%;
}

.rt-business-round {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-business-round.rt-position-relative {
  margin-top: -30px;
  position: relative;
}

.rt-business-growth-item-heading {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-busines-growth-paragraph {
  max-width: 429px;
  margin-left: auto;
  margin-right: auto;
}

.rt-busines-growth-paragraph.rt-gap-tiny {
  margin-bottom: 50px;
}

.rt-image-round {
  width: 100%;
  height: 100%;
}

.rt-business-image-small {
  margin-top: 50px;
  transform: rotate(40deg);
}

.rt-business-growth-line-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.rt-business-main-image {
  flex: 1;
}

.rt-business-tag-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: -5px;
  display: flex;
}

.rt-busines-growth-item-image {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 25px;
  display: flex;
}

.rt-right-leaf {
  position: absolute;
  inset: 0% 0% auto 67%;
}

.rt-best-rating-right {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.rt-best-rating {
  margin-bottom: 130px;
}

.rt-best-rating-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-best-experience {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-best-experience.rt-position-relative {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 1;
  max-width: 200px;
  position: relative;
}

.rt-left-leaf {
  position: absolute;
  inset: 0% auto auto 0%;
}

.rt-best-rating-inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 154px;
  display: flex;
}

.rt-best-line {
  background-color: #dbdbdb;
  width: 1px;
  height: 100%;
}

.rt-best-rating-main {
  justify-content: center;
  max-width: 1007px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rt-big-counter-text {
  color: #2563eb;
  font-family: Rethink Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.rt-best-rating-wrapper {
  background-image: linear-gradient(#f4f4f4 37%, #f5f5ff 84%);
  border-radius: 50px;
  padding: 90px 15px;
}

.rt-information-para {
  max-width: 537px;
}

.rt-information-heading {
  max-width: 481px;
}

.rt-information-image {
  height: 60%;
}

.rt-information-image.rt-position-relative {
  position: relative;
}

.rt-information {
  border-top: 1px solid #215bee1a;
  border-bottom: 1px solid #215bee1a;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 10px 35px #96a9e81a;
}

.rt-information-right {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.rt-information-image-v2 {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.rt-information-left {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 100px 15px;
  display: flex;
}

.rt-information-dashboard {
  border: 1px solid #215bee33;
  border-radius: 15px;
  box-shadow: 0 20px 60px #00000014;
}

.rt-information-text {
  background-color: #f3f3f3;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 40%;
  padding-top: 40px;
  padding-left: 15px;
}

.rt-information-text.rt-landscape-text-center {
  padding-right: 15px;
}

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

.rt-process-menu {
  z-index: 99;
  max-width: 172px;
  margin-right: 100px;
  position: absolute;
  top: 48%;
}

.rt-process-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-process-top {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-process-dashboard {
  width: 100%;
  max-width: 598px;
  margin-top: 100px;
  position: absolute;
}

.rt-background-gradiant {
  z-index: -1;
  filter: blur(90px);
  background-image: linear-gradient(90deg, #3b82f6, #c8fdff);
  width: 50px;
  height: 200px;
  position: absolute;
  inset: 0% 0% auto 52%;
}

.rt-background-gradiant.rt-3 {
  top: 21%;
  left: 52%;
  transform: rotate(-19deg);
}

.rt-background-gradiant.rt-3.rt-v2 {
  transform: rotate(1deg);
}

.rt-background-gradiant.rt-3.rt-change-v2 {
  z-index: 1;
}

.rt-background-gradiant.rt-4 {
  height: 600px;
  top: 28%;
  left: 44%;
  transform: rotate(37deg);
}

.rt-background-gradiant.rt-4.rt-change-v2 {
  z-index: 1;
}

.rt-background-gradiant.rt-5 {
  z-index: 1;
  top: 53%;
  left: 4%;
}

.rt-background-gradiant.rt-5.rt-change {
  left: 25%;
}

.rt-background-gradiant.rt-5.rt-v2 {
  display: none;
}

.rt-background-gradiant.rt-2 {
  width: 50px;
  top: 8%;
  left: 39%;
  transform: rotate(-19deg);
}

.rt-background-gradiant.rt-2.rt-off {
  display: none;
}

.rt-background-gradiant.rt-2.rt-change-v2 {
  z-index: 1;
}

.rt-background-gradiant.rt-1 {
  width: 200px;
  height: 50px;
  top: 3%;
  left: 51%;
  transform: rotate(-19deg);
}

.rt-background-gradiant.rt-1.rt-change-v2 {
  z-index: 1;
  background-color: #3b82f6;
}

.rt-process-heading {
  max-width: 421px;
}

.rt-process-heading.rt-h2-bottom-gap {
  margin-bottom: 20px;
}

.rt-process-star {
  display: none;
  position: absolute;
  inset: 2% 10% auto auto;
}

.rt-process-left {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-process-left.rt-position-relative {
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.rt-process-header {
  width: 325px;
  position: absolute;
  bottom: 140px;
  right: 40px;
}

.rt-process-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.rt-process {
  padding-bottom: 130px;
}

.rt-tag-wrapper {
  color: #f56754;
  border: 1px solid #cfcfcf;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 7px 16px 5px;
  display: inline-block;
}

.rt-tag-wrapper:where(.w-variant-24088868-b8ba-8113-9307-425d4a301efc) {
  background-color: var(--color--white);
}

.rt-process-item {
  cursor: pointer;
  background-color: #e4e9ee;
  border-radius: 15px;
  padding: 10px;
}

.rt-process-right {
  flex-flow: column;
  flex: 0 45%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-process-para {
  max-width: 500px;
}

.rt-process-para.rt-gap-tiny {
  margin-bottom: 50px;
}

.rt-workflow-card-image-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 20px;
  display: flex;
  position: relative;
  transform: translate(0);
}

.rt-workflow-card-image-wrapper.rt-3 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.rt-workflow-card-image-wrapper.rt-2 {
  justify-content: center;
  align-items: flex-end;
  padding-left: 0;
}

.rt-workflow-heading {
  max-width: 472px;
  margin-left: auto;
  margin-right: auto;
}

.rt-workflow-heading.rt-gap-tiny {
  margin-bottom: 50px;
}

.rt-workflow-heading.rt-gap-tiny.rt-overflow-hidden {
  overflow: hidden;
}

.rt-tag-top {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-workflow {
  padding-bottom: 130px;
}

.rt-workflow-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  display: flex;
}

.rt-workflow-side {
  border-radius: 15px;
  width: 60%;
  position: absolute;
  bottom: 20px;
  left: 0;
  box-shadow: 0 25px 30px #576ef280;
}

.rt-workflow-card {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  border: 1px solid #215bee1a;
  border-radius: 15px;
  flex-flow: column;
  flex: 1;
  padding: 45px 30px;
  display: flex;
  box-shadow: 0 20px 35px #96a9e81a;
}

.rt-workflow-card.rt-1 {
  background-color: var(--color--white);
  transform-origin: 0 0;
  transform: translate(0, 39px)rotate(-7deg);
}

.rt-workflow-card.rt-3 {
  background-color: var(--color--white);
  transform-origin: 100% 0;
  transform: translate(0, 39px)rotate(7deg);
}

.rt-workflow-card.rt-1 {
  transform-origin: 0 0;
  transform: translate(0, 39px)rotate(-7deg);
}

.rt-workflow-card.rt-3 {
  transform-origin: 100% 0;
  transform: translate(0, 39px)rotate(7deg);
}

.rt-workflow-card.rt-black {
  z-index: 3;
  background-color: #111827;
  justify-content: space-between;
  position: relative;
}

.rt-workflow-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 331px;
  display: flex;
}

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

.rt-color-light.rt-hover:hover {
  color: #9cbbff;
}

.rt-footer-cell-left {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 300px;
  display: flex;
}

.rt-footer-newsletter {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #2563eb;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 15px;
  display: flex;
}

.rt-footer-newsletter.rt-position-relative {
  position: relative;
}

.rt-footer-social-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-footer-bottom {
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.rt-adress-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.rt-adress-box.rt-footer-v1-two {
  justify-content: flex-start;
  align-items: center;
}

.rt-footer-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-around;
}

.rt-footer-line-v1 {
  background-color: #ffffff26;
  width: 100%;
  height: 1px;
  margin-top: 138px;
}

.rt-logo-icon {
  height: auto;
}

.rt-footer-inner {
  padding-top: 100px;
}

.rt-email-icon {
  margin-top: 6px;
}

.rt-email-icon.rt-change {
  margin-top: 0;
}

.rt-footer-links {
  color: var(--color--white);
  letter-spacing: .4px;
  text-transform: capitalize;
  line-height: 1;
  transition: color .3s;
}

.rt-footer-links:hover {
  color: #9cbbff;
}

.rt-triangle {
  position: absolute;
  inset: auto 15% 25% auto;
}

.rt-social-link-item {
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.rt-social-link-item:hover {
  background-color: #2563eb;
}

.rt-footer-text {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  font-weight: 400;
}

.rt-footer-text.rt-address-text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 15px;
}

.rt-footer-text.rt-text-color-body {
  margin-top: -5px;
}

.rt-footer-text.rt-footer-v1-two {
  justify-content: center;
  align-items: flex-start;
  margin-top: -5px;
}

.rt-footer {
  background-color: #111827;
  padding-top: 120px;
  position: sticky;
  bottom: 0;
}

.rt-footer:where(.w-variant-b5153be1-ecd3-866a-b317-299c2477284e), .rt-footer.rt-overflow-hidden {
  position: static;
}

.rt-footer-logo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  text-decoration: none;
}

.rt-footer-content-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  max-width: 195px;
  margin-top: -7px;
}

.rt-footer-content-wrap.change-width {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  max-width: 108px;
}

.rt-footer-content-wrap.gap-change {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.rt-hero-v2 {
  background-image: linear-gradient(#d9e5ff, #f4f4f400 91%);
  padding-top: 220px;
  padding-bottom: 20px;
}

.rt-hero-v2.is-background {
  background-image: none;
  padding-bottom: 0;
}

.rt-hero-v2.is-background.is-padding {
  padding-top: 100px;
}

.rt-hero-merquee-item {
  flex: none;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.rt-hero-v2-title-line-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto -30px -5px 0%;
}

.rt-hero-description-v1 {
  max-width: 531px;
}

.rt-hero-v2-main {
  justify-content: flex-start;
  align-items: center;
  max-width: 778px;
  margin-left: auto;
  margin-right: auto;
}

.rt-mobile-screen-wrapper {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.rt-benefit-option-v1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.rt-hero-heading-v2-image-wrap {
  background-color: #fff;
  border-radius: 39px;
  padding: 4px 6px;
}

.rt-hero-v2-heading-v1 {
  margin-bottom: 20px;
}

.rt-mobile-frame {
  width: 22%;
  position: relative;
}

.rt-hero-marquee-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.rt-hero-v2-heading-mobile {
  display: none;
}

.rt-merquee-main {
  display: flex;
  position: relative;
}

.rt-merquee-main.is-style {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}

.rt-hero-move {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.rt-benefit-bar-v1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 31px;
}

.rt-hero-heading-v2-image-v2 {
  margin-left: -17px;
}

.rt-hero-v2-heading-bottom-v1 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
}

.rt-hero-v2-title-highlight.rt-position-relative {
  position: relative;
}

.rt-tool-item-v1 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #fff;
  border-radius: 15px;
  align-items: stretch;
  padding: 32px 30px 40px;
  box-shadow: 0 10px 35px #96a9e826;
}

.rt-tool-item-v1.rt-2 {
  border-top: 3px solid #2563eb00;
}

.rt-tool-image-holder-v2 {
  flex: 1;
  margin-bottom: -70px;
  margin-left: -90px;
  transform: rotate(38deg);
}

.rt-tool-heading-v1.rt-gap-tiny {
  margin-bottom: 50px;
}

.rt-tool-v1 {
  padding-top: 120px;
  padding-bottom: 130px;
}

.rt-tool-item-holder-v1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  perspective: 3000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-tool-item-top-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 15px;
}

.rt-tool-image-holder-v1 {
  flex: 1;
}

.rt-tool-title-holder {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.rt-tool-title-holder.rt-text-center {
  text-align: center;
}

.rt-tool-image-holder {
  border-top: 1px solid #dddee5;
  border-left: 1px solid #dddee5;
  border-right: 1px solid #dddee5;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 20px;
  padding-left: 15px;
  overflow: hidden;
}

.rt-tool-image-holder.rt-overflow-hidden {
  flex: 1;
}

.rt-progress-indicator-line-holder {
  background-color: #5e66721a;
  border-radius: 4px;
  width: 100%;
  height: 8px;
}

.rt-progress-indicator-line-holder.rt-position-relative {
  position: relative;
}

.rt-progress-indicator-line-holder.rt-position-relative.rt-change {
  background-color: #fff;
  border-radius: 10px;
  height: 10px;
}

.rt-progress-indicator-line {
  background-color: #6366f1;
  border-radius: 4px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 5px 11px #6366f199;
}

.rt-progress-indicator-line.rt-2 {
  background-color: #f56754;
  width: 68%;
  box-shadow: 0 5px 11px #f56754;
}

.rt-progress-indicator-line.rt-2.change {
  box-shadow: none;
  background-color: #10b981;
  width: 87%;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 2px;
}

.rt-progress-indicator-line.rt-1 {
  width: 75%;
}

.rt-progress-indicator-line.rt-1.change {
  box-shadow: none;
  background-color: #f56754;
  width: 98%;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 2px;
}

.rt-progress-indicator-line.rt-3 {
  background-color: #10b981;
  width: 70%;
  box-shadow: 0 5px 11px #10b981;
}

.rt-progress-indicator-line.rt-3.change {
  box-shadow: none;
  background-color: #ffd079;
  width: 95%;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 2px;
}

.rt-growth-progress-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: stretch;
}

.rt-growth-progress-holder {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  align-items: stretch;
}

.rt-growth-progress-holder.rt-change {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.rt-growth-progress-item-title {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
}

.rt-verified-image {
  z-index: 3;
  width: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.rt-automation-media-image-wrap {
  padding-top: 65px;
  padding-right: 55px;
}

.rt-automation-text-content {
  max-width: 500px;
}

.rt-automation-review-divider {
  background-color: #e5e5e5;
  width: 1px;
}

.rt-automation-review-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-automation-review-item.rt-1 {
  padding-right: 20px;
}

.rt-automation-v1 {
  padding-bottom: 130px;
}

.rt-automation-media-gradiant {
  z-index: 1;
  background-image: linear-gradient(306deg, #0606ff1a, #d0ddff00 56%);
  border-radius: 15px;
  width: 100%;
  height: 85%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.rt-automation-media-gradiant.rt-change {
  background-image: linear-gradient(306deg, #0606ff1f, #d0ddff00 68%);
}

.rt-mice-line {
  width: 45%;
  display: none;
  position: absolute;
  inset: 3% auto auto 0%;
}

.rt-automation-media-image-v1 {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.rt-automation-media-v1 {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.rt-automation-media-v1.rt-position-relative {
  position: relative;
}

.rt-automation-review {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 35px;
}

.rt-process-v1 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.rt-process-list-v2-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.rt-process-item-image-v2 {
  margin-top: -200px;
  margin-right: -54px;
}

.rt-process-item-image-holder {
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 54px;
}

.rt-process-item-image-holder.rt-v2 {
  flex: 0 60%;
  max-width: 555px;
  padding-right: 0;
}

.rt-process-item-image-holder.rt-v1 {
  flex: 1;
  max-width: 510px;
}

.rt-project-solution-icon-wrap {
  background-color: #f56754;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
}

.rt-process-item-description.rt-para-bottom-padding {
  margin-bottom: 22px;
}

.rt-process-item-text-holder {
  flex: 1;
  max-width: 531px;
}

.rt-process-item-text-holder.rt-v2 {
  flex: 1;
  max-width: 540px;
}

.rt-half-circle {
  position: absolute;
  inset: auto 40% 24px auto;
}

.rt-our-user-image {
  position: absolute;
  inset: 0% auto auto 0%;
}

.rt-blur-image {
  position: absolute;
  inset: -20% auto auto 13%;
}

.rt-process-image-v4 {
  border-radius: 15px;
  margin-top: -90px;
  margin-right: -80px;
  box-shadow: 0 20px 60px #00000014;
}

.rt-process-heading-v1 {
  max-width: 457px;
  margin-left: auto;
  margin-right: auto;
}

.rt-process-heading-v1.rt-text-center {
  text-align: center;
}

.rt-process-heading-v1.rt-text-center.rt-gap-tiny {
  margin-bottom: 50px;
}

.rt-process-item-image-v1 {
  border-radius: 15px;
  box-shadow: 0 10px 15px #96a9e826;
}

.rt-process-item-holder {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  align-items: stretch;
}

.rt-process-list-v2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 465px;
  padding-bottom: 32px;
}

.rt-process-item-v1 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-image: linear-gradient(#eaebff, #ebf2ff);
  border-top: 4px solid #2563eb;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  padding: 50px 30px;
  display: flex;
}

.rt-process-item-v1.rt-automation-media-image-v1 {
  position: sticky;
  top: 120px;
}

.rt-process-item-v1.rt-automation-media-image-v1.rt-overflow-hidden {
  overflow: hidden;
}

.rt-process-item-v1.rt-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: linear-gradient(#f4f4f4, #f5f5ff);
  align-items: flex-start;
  padding-top: 100px;
  position: relative;
}

.rt-project-solution {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #cfcfcf;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  padding-top: 20px;
}

.rt-process-list-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-left: 0;
  padding-left: 20px;
  display: flex;
}

.rt-process-image-v3 {
  align-self: flex-end;
  box-shadow: 0 10px 35px #96a9e826;
}

.rt-process-image-v3.rt-position-relative {
  z-index: 1;
}

.rt-process-item-title-v1 {
  max-width: 382px;
}

.rt-process-item-title-v1.rt-v2 {
  max-width: 353px;
}

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

.rt-process-image-main-holder.rt-position-relative {
  position: relative;
}

.rt-team-item-text-wrap {
  color: #404357;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.rt-team-member-social-link {
  transition: transform .2s;
}

.rt-team-member-social-link:hover {
  transform: scale(1.2);
}

.rt-team-member-social-link-wrap {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-image: linear-gradient(0deg, #000c, #0000 46%);
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 20px;
  position: absolute;
  inset: 0%;
}

.rt-team-item-v1 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
}

.rt-team-item-image-v1 {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.rt-trial-banner-main-v1 {
  background-image: url('../images/stravo-home-two-start-your-free-background.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.rt-trial-banner-main-v1.rt-overflow-hidden {
  overflow: hidden;
}

.rt-trial-banner-main-v1.rt-overflow-hidden.is-background {
  background-image: linear-gradient(#0006, #0006), url('../images/skeleton-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.rt-trial-banner-inner-v1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1107px;
  margin-left: auto;
  margin-right: auto;
}

.rt-trial-banner-container {
  max-width: 1630px;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-trial-banner-mobile-screen-v2 {
  margin-left: -60px;
}

.rt-trial-benefit-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.rt-trial-banner-text-content {
  flex: 1;
  max-width: 402px;
  padding-top: 70px;
  padding-bottom: 75px;
}

.rt-trial-benefit-option {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.rt-trial-banner-mobile-screen-holder {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 574px;
}

.rt-free-trial-cta-holder {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  margin-top: 20px;
  margin-bottom: 32px;
}

.rt-faq-tab-menu-v1 {
  border: 1px solid #dfdfdf;
  border-radius: 15px;
  flex-flow: column;
  flex: 1;
  max-width: 300px;
  margin-right: 50px;
  display: flex;
}

.rt-faq-tab-menu-v1.rt-overflow-hidden {
  overflow: hidden;
}

.rt-faq-answer-wrap {
  max-width: 589px;
}

.rt-faq-answer-wrap.rt-overflow-hidden {
  overflow: hidden;
}

.rt-faq-content-v1 {
  border: 1px solid #dfdfdf;
  border-radius: 15px;
  flex: 1;
}

.rt-faq-answer {
  padding-top: 25px;
}

.rt-footer-v2 {
  background-color: #111827;
  padding-top: 20px;
}

.rt-faq-menu-text-v1 {
  color: var(--color--midnight-blue);
  background-color: #fff0;
  border-bottom: 1px solid #dfdfdf;
  padding: 16px 30px;
  transition: all .3s;
}

.rt-faq-menu-text-v1:where(.w-variant-f7353678-1e59-58ed-6f1a-2fae4a2c9f85) {
  background-color: var(--color--white);
}

.rt-faq-menu-text-v1.w--current {
  color: #fff;
  background-color: #2563eb;
}

.rt-faq-menu-text-v1.rt-bottom-border-none {
  border-bottom-style: none;
}

.rt-faq-tab-title {
  font-family: Rethink Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.rt-faq-v1 {
  background-color: #fff;
  padding-top: 129px;
  padding-bottom: 130px;
}

.rt-faq-v1.rt-position-relative:where(.w-variant-f7353678-1e59-58ed-6f1a-2fae4a2c9f85) {
  background-color: #fff0;
}

.rt-faq-v1.rt-position-relative {
  z-index: 1;
}

.rt-faq-heading.rt-text-center {
  text-align: center;
}

.rt-faq-heading.rt-text-center.rt-gap-tiny {
  margin-bottom: 50px;
}

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

.rt-faq-question-holder-v1 {
  cursor: pointer;
  border-bottom: 1px solid #dfdfdf;
  padding: 20px 55px 20px 45px;
}

.rt-faq-question-holder-v1:where(.w-variant-f7353678-1e59-58ed-6f1a-2fae4a2c9f85) {
  background-color: var(--color--white);
}

.rt-faq-question-holder-v1.rt-border-bottom-none {
  border-bottom-style: none;
}

.rt-faq-question-top {
  justify-content: space-between;
  align-items: center;
}

.rt-faq-tab-v1 {
  align-items: flex-start;
  display: flex;
}

.rt-faq-toggle-icon-line {
  background-color: #111827;
  width: 13px;
  height: 2px;
}

.rt-faq-toggle-icon-line.rt-2 {
  position: absolute;
}

.rt-hero-v3-description.rt-para-bottom-padding {
  margin-bottom: 22px;
}

.rt-hero-text-main {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 500px;
  padding-top: 50px;
  padding-bottom: 100px;
}

.rt-hero-v3 {
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  padding-top: 10%;
  display: flex;
  position: sticky;
  top: 0;
}

.rt-hero-v3.rt-overflow-hidden {
  height: auto;
}

.rt-hero-tooltiop-image {
  z-index: 99;
  position: absolute;
  inset: 15% auto auto -20%;
}

.rt-hero-cta-holder-v3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.rt-button-overlay {
  background-color: var(--color--dark-black);
  border-radius: 50%;
  position: absolute;
  inset: 0%;
  transform: scale(2);
}

.rt-button-overlay:where(.w-variant-0a69bba6-d432-1e9f-6a5e-0948f1234a7d), .rt-button-overlay:where(.w-variant-ac12f06a-fd87-d556-8d3c-697a04f9c939), .rt-button-overlay:where(.w-variant-f5c90100-9e60-67b9-e06c-d2db9e9ab90d), .rt-button-overlay:where(.w-variant-9e5835cc-b442-d728-0fd7-1f3ffdbc2214), .rt-button-overlay.black-button-5, .rt-button-overlay.pricing-9, .rt-button-overlay.blue-button-full-28, .rt-button-overlay.blue-background-10, .rt-button-overlay.blue-background-15, .rt-button-overlay.blue-background-20 {
  background-color: var(--color--royal-blue);
}

.rt-hero-v3-rating-divider {
  background-color: #dfdfdf;
  height: 1px;
}

.rt-hero-v3-title.rt-h1-bottom-gap {
  margin-bottom: 10px;
}

.rt-hero-main-v1 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-image: url('../images/stravo-home-three-hero-background.svg');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: space-between;
  align-items: stretch;
}

.rt-hero-main-v1.rt-position-relative.rt-overflow-hidden {
  z-index: 2;
}

.rt-counter-v1 {
  height: 38px;
  overflow: hidden;
}

.rt-hero-v3-rating {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-self: flex-start;
  align-items: stretch;
  margin-top: 40px;
  margin-left: -30px;
}

.rt-hero-v3-side-image {
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: -30px;
  padding-right: 30px;
}

.rt-demo-paragraph {
  max-width: 534px;
  margin-left: auto;
  margin-right: auto;
}

.rt-demo-paragraph.rt-para-bottom-padding {
  max-width: 450px;
}

.rt-demo-side-image-v2 {
  position: absolute;
  inset: 15% -6% auto auto;
}

.rt-demo-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-demo-heading {
  max-width: 567px;
  margin-left: auto;
  margin-right: auto;
}

.rt-demo-big-wrapper {
  background-image: url('../images/stravo-home-three-book-a-live-demo-.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 15px 80px;
}

.rt-demo-big-wrapper.rt-position-relative.rt-overflow-hidden:where(.w-variant-a1c68ffb-b322-8eb7-9aa1-070d503a8386) {
  max-width: 1290px;
}

.rt-demo-side-image {
  position: absolute;
  inset: 0% auto auto -3%;
  transform: scale(.8)rotate(-17deg);
}

.rt-live-demo {
  padding-bottom: 130px;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-live-demo:where(.w-variant-c578a733-3f16-0465-d7c7-ddf8d6469c82) {
  padding-bottom: 0;
}

.rt-plan-version-v1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
}

.rt-plan-version-v1.rt-position-relative {
  cursor: pointer;
}

.rt-plan-saver {
  background-color: #046847;
  border-radius: 4px;
  padding: 1.5px 7px;
  position: absolute;
  inset: 50% -65% auto auto;
  transform: translate(0, -50%);
}

.rt-plan-saver.is-background {
  background-color: #e8e8e8;
  right: -80%;
}

.rt-plan-saver-text {
  color: #fff;
  letter-spacing: .02px;
  font-family: Rethink Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.rt-plan-saver-text.is-color {
  color: #000;
}

.rt-pricing-v1-toggle {
  background-color: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
}

.rt-pricing-v1-toggle.rt-change {
  width: 19px;
  height: 19px;
}

.rt-pricing-v1-toggle.rt-change.is-background {
  background-color: #000;
}

.rt-pricing-v1-toggle-holder {
  cursor: pointer;
  background-color: #2563eb;
  border-radius: 50px;
  justify-content: flex-end;
  align-items: center;
  width: 52px;
  height: 33px;
  padding-right: 4px;
  display: flex;
}

.rt-pricing-v1-toggle-holder.rt-change {
  width: 46px;
  height: 25px;
}

.rt-pricing-v1-toggle-holder.rt-change.is-background {
  background-color: #fff;
  border: 1px solid #000;
}

.rt-pricing-feature-item {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
}

.rt-feature-tooltip-text {
  color: #fff;
  letter-spacing: normal;
  font-size: 11px;
  font-weight: 500;
}

.rt-plan-version-holder-v1 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.rt-heading-color {
  color: #000f41;
}

.rt-pricing-feature-holder {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

.rt-pricing-feature-holder.rt-v2 {
  margin-left: 20px;
  margin-right: 20px;
}

.rt-mobile-showcase-image {
  flex: 0 45%;
  justify-content: flex-end;
  align-items: center;
  max-width: 599px;
  position: relative;
}

.rt-mobile-showcase-inner-text {
  flex: 1;
  max-width: 445px;
}

.rt-mobile-showcase-inner-v1 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
}

.rt-mobile-showcase-main-v1 {
  background-image: url('../images/stravo-cta-background.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  padding: 60px 50px;
}

.rt-trusted-coustomer-review {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 12px;
}

.rt-trusted-coustomer {
  border-top: 1px solid #ffffff3d;
  margin-top: 30px;
  padding-top: 30px;
}

.rt-mobile-showcase-image-v2 {
  position: absolute;
  bottom: 8%;
}

.rt-mobile-showcase-v1 {
  padding-bottom: 130px;
}

.rt-mobile-showcase-v1.rt-position-relative {
  z-index: 2;
}

.rt-border-radius-15 {
  border-radius: 15px;
}

.rt-border-radius-10 {
  border-radius: 10px;
}

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

.rt-tools-icon-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.rt-height-auto {
  height: auto;
}

.rt-tools-dot-wrapper {
  position: absolute;
  inset: 0%;
}

.rt-tools-icon-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 110px;
  position: relative;
}

.rt-tools-icon {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
}

.rt-tools-icon.two {
  margin-top: 129px;
}

.rt-tools-icon.one {
  margin-bottom: 129px;
}

.rt-container-large {
  max-width: 1630px;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-container-large.add-image {
  background-image: url('../images/stravo-seamless-integrations-circle.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.rt-tools-dot {
  position: absolute;
}

.rt-tools-dot.one {
  inset: 0% auto auto 30%;
}

.rt-tools-dot.two {
  top: auto;
  bottom: 12%;
  right: 28%;
}

.rt-tools-dot.three {
  inset: auto 55% 14% auto;
}

.rt-tools-dot.five {
  inset: 21% 40% auto auto;
}

.rt-tools-dot.four {
  inset: auto auto 60% 30%;
}

.rt-tools {
  background-color: var(--color--dark-black);
  padding-top: 130px;
}

.rt-tools-heading {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 512px;
  margin-left: auto;
  margin-right: auto;
}

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

.rt-mobile-slider {
  background-color: #0000;
  border-radius: 15px;
  width: 44%;
  height: 80%;
  position: absolute;
  inset: 3% 0% 0% 10%;
  overflow: hidden;
}

.rt-green-image {
  z-index: 1;
  transform-origin: 24%;
  width: 70%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 15% 0% 0%;
  transform: scale(1.12);
}

.rt-navbar-main-link {
  padding-top: 27px;
  padding-bottom: 27px;
}

.rt-navbar-main-link.w--current {
  color: var(--color--royal-blue);
}

.rt-hero-blue-popup {
  border-radius: 20px;
  max-width: 137px;
  box-shadow: 0 15px 60px #556ff399;
}

.rt-hero-blue-popup.is-shadow {
  box-shadow: none;
}

.rt-tag-wrapper-v4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-container-medium {
  max-width: 1430px;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-container-medium.rt-position-change {
  z-index: 99;
  position: relative;
}

.rt-hero-heading-v4 {
  max-width: 709px;
  margin-left: auto;
  margin-right: auto;
}

.rt-right-popup-arrow-v2 {
  display: none;
}

.rt-hero-paragraph-v4 {
  max-width: 512px;
  margin-left: auto;
  margin-right: auto;
}

.rt-hero-paragraph-v4.rt-gap-tiny {
  margin-bottom: 50px;
}

.rt-hero-paragraph-v4.rt-gap-tiny.rt-overflow-hidden {
  overflow: hidden;
}

.rt-hero-popup {
  max-width: 241px;
}

.rt-hero-popup.rt-change-2 {
  max-width: 295px;
  padding-left: 20px;
}

.rt-hero-popup.rt-change {
  max-width: 319px;
  margin-right: 25px;
}

.rt-hero-image-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.rt-hero-banner-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 0 40%;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.rt-hero-banner-left.rt-right {
  justify-content: flex-start;
  align-items: flex-start;
}

.rt-right-popup-arrow {
  display: none;
}

.rt-hero-image-main {
  flex: 0 60%;
}

.rt-hero-v4 {
  padding-top: 220px;
  padding-bottom: 130px;
  position: relative;
}

.rt-hero-v4.rt-overflow-hidden.is-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.rt-dot-line-v2, .rt-dot-line {
  display: none;
}

.rt-border-radius-20 {
  border-radius: 20px;
}

.rt-growth-para {
  max-width: 541px;
  margin-left: auto;
  margin-right: auto;
}

.rt-growth-para.rt-gap-tiny {
  margin-bottom: 50px;
}

.rt-growth-main {
  position: sticky;
  top: 140px;
}

.rt-growth {
  padding-bottom: 130px;
}

.rt-growth-inner-line {
  background-color: #2563eb;
  height: 2px;
}

.rt-growth-tick-item {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 258px;
  display: flex;
  position: relative;
}

.rt-growth-line {
  background-color: #2563eb66;
  width: 80%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 36px 0% auto;
}

.rt-growth-tick-inner {
  -webkit-clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  background-color: #2563eb26;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: relative;
}

.rt-blue-tick {
  position: absolute;
}

.rt-growth-tick-main {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.rt-growth-tick-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.rt-growth-heading {
  max-width: 493px;
  margin-left: auto;
  margin-right: auto;
}

.rt-growth-heading.rt-h2-bottom-gap {
  margin-bottom: 20px;
}

.rt-gredient-wrapper {
  opacity: .9;
}

.rt-hero-left {
  flex: 1;
}

.rt-hero-heading-v3 {
  max-width: 468px;
}

.rt-hero-heading-v3.rt-h1-bottom-gap.rt-change {
  overflow: hidden;
}

.rt-hero-heading-v3.rt-h1-bottom-gap.rt-change.is-width {
  max-width: 450px;
}

.rt-hero-paragrph {
  max-width: 430px;
}

.rt-hero-paragrph.rt-para-bottom-padding {
  margin-bottom: 22px;
}

.rt-hero-paragrph.rt-para-bottom-padding.rt-v6 {
  max-width: 440px;
  overflow: hidden;
}

.rt-hero-paragrph.rt-para-bottom-padding.rt-v6.is-width {
  max-width: 350px;
}

.rt-hero-left-main {
  max-width: 100%;
  margin-left: auto;
}

.rt-hero-button-wrapper-v2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.rt-hero-button-wrapper-v2.rt-gap-tiny.rt-bottom {
  margin-bottom: 100px;
}

.rt-gredient-page {
  z-index: 999;
  background-image: linear-gradient(#f4f4f4, #f5f5ff);
  display: block;
  position: relative;
}

.rt-automation-main-v2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
}

.rt-smart-solution {
  justify-content: space-between;
  display: flex;
}

.rt-smart-solution-right {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.rt-smart-solution-left {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.rt-smart-solution-inner {
  max-width: 461px;
  margin-left: 40px;
}

.rt-smart-image {
  margin-bottom: 30px;
}

.rt-project-solution-icon-wrap-v2 {
  background-color: #af1703;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
}

.rt-project-solution-icon-wrap-v2.rt-change {
  background-color: #10b981;
}

.rt-process-item-description-v2 {
  margin-top: 27px;
  margin-bottom: 25px;
}

.rt-project-solution-v2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #cfcfcf;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  padding-top: 20px;
}

.rt-business {
  padding-bottom: 130px;
  display: flex;
}

.rt-hero-v6-heading {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.rt-hero-v6-heading.rt-h1-bottom-gap.rt-overflow-hidden.is-width {
  max-width: 650px;
}

.rt-hero-main-image {
  border-radius: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.rt-hero-paragraph-v6 {
  max-width: 506px;
  margin-left: auto;
  margin-right: auto;
}

.rt-hero-paragraph-v6.rt-gap-tiny {
  margin-bottom: 50px;
}

.rt-hero-paragraph-v6.rt-gap-tiny.rt-overflow-hidden {
  overflow: hidden;
}

.rt-hero-paragraph-v6.rt-gap-tiny.rt-overflow-hidden.is-width {
  max-width: 350px;
}

.rt-hero-v6 {
  padding-top: 220px;
  padding-bottom: 130px;
}

.rt-hero-v6.is-padding {
  padding-top: 130px;
}

.rt-hero-v6-top {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.rt-hero-v6-top.rt-v3 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 30px;
}

.rt-hero-v6-top.is-margin {
  margin-bottom: 0;
}

.rt-hero-progress {
  background-color: #2563eb;
  border-radius: 20px;
  width: 100%;
  max-width: 547px;
  padding: 45px 50px 50px;
  position: absolute;
  inset: auto 0% 30px auto;
}

.rt-hero-progress.is-height {
  min-height: 300px;
}

.rt-hero-progress.is-height.is-background {
  background-color: #0c0c0c;
}

.rt-testimonial-heading {
  max-width: 475px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-testimonial-heading.rt-gap-tiny {
  z-index: 2;
  margin-bottom: 50px;
  position: relative;
}

.rt-testimonial-heading.rt-gap-tiny.rt-overflow-hidden {
  overflow: hidden;
}

.rt-testimonial-wrapper-v2 {
  z-index: 2;
  display: flex;
  position: relative;
}

.rt-testimonial-top-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  padding-right: 30px;
  display: flex;
}

.rt-testimonial-item-v1 {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 2px 30px #e1e1e199;
}

.rt-testimonial-item-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

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

.rt-testimonial-v2 {
  padding-top: 120px;
  padding-bottom: 130px;
  position: relative;
}

.rt-testimonial-item-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-testimonial-tem-bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 350px;
  display: flex;
}

.rt-hero-v8-marquee {
  max-width: 466px;
  position: relative;
}

.rt-hero-v8-marquee.is-width {
  max-width: 550px;
}

.rt-hero-v7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 130px;
  padding-left: 15px;
  display: flex;
}

.rt-hero-v7.rt-overflow-hidden.rt-v7 {
  padding-top: 220px;
  padding-bottom: 120px;
}

.rt-hero-v7.rt-overflow-hidden.rt-v7.is-padding {
  padding-top: 120px;
}

.rt-logo-overlay {
  pointer-events: none;
  background-image: linear-gradient(90deg, #f5f5fc, #f4f4f500 31% 52%, #f4f4f500 73%, #f4f4fd);
  position: absolute;
  inset: 0%;
}

.rt-hero-right-v2 {
  flex: 0 60%;
  margin-right: -50px;
  box-shadow: 0 2px 20px #eaeaea;
}

.rt-span-arrow {
  background-image: url('../images/stravo-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px 55px;
}

.rt-business-video-bottom {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.rt-business-video-left {
  background-color: #fff3;
  width: 1px;
}

.rt-business-video-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.rt-business-video-text-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-background-video {
  z-index: 99;
  border-radius: 20px;
  height: 600px;
}

.rt-business-video-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 218px;
  display: flex;
}

.rt-business-video-right.rt-change {
  max-width: 202px;
}

.rt-business-video {
  background-color: #111827;
  padding-top: 130px;
  padding-bottom: 130px;
}

.rt-business-video-main {
  margin-bottom: 100px;
}

.rt-popular-logo {
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.rt-feature-white-icon {
  position: absolute;
}

.rt-popular-feature-heading {
  max-width: 612px;
  margin-left: auto;
  margin-right: auto;
}

.rt-popular-feature-heading.rt-gap-tiny {
  margin-bottom: 50px;
}

.rt-popular-feature-heading.rt-gap-tiny.rt-overflow-hidden {
  overflow: hidden;
}

.rt-popular-feature-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  transition: box-shadow .5s;
  display: flex;
}

.rt-popular-feature-item:hover {
  box-shadow: 0 20px 40px #00000014;
}

.rt-popular-feature-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-feature-blue-icon {
  z-index: 99;
  position: relative;
}

.rt-popular-feature {
  background-color: var(--color--fade-white);
  padding-top: 130px;
  padding-bottom: 130px;
}

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

.rt-learn-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.rt-button-arrow-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  display: flex;
}

.rt-blue-arrow {
  z-index: 1;
  position: absolute;
}

.rt-footer-cta-wrapper {
  max-width: 550px;
}

.rt-blog-author {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.rt-blog-author.rt-padding-off {
  padding-top: 0;
}

.rt-blog-main-item {
  border-radius: 20px;
  padding-bottom: 2px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 80px #00000014;
}

.rt-blog-border {
  z-index: 1;
  background-color: #2563eb;
  height: 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-blog-item-text-v2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 30px;
  display: flex;
}

.rt-blog-item-text-v2.rt-change {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 20px;
}

.rt-blog-item-button {
  border-top: 1px solid #000f411a;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.rt-blog-item-button.rt-change {
  padding-top: 13px;
}

.rt-blog-item-image-v2 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.rt-blog-item-v2 {
  z-index: 99;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  position: relative;
}

.rt-blog-main-details.rt-gap-remove {
  padding-bottom: 0;
}

.rt-blog-main-details.rt-v2 {
  padding-bottom: 30px;
}

.rt-blog-line {
  background-color: #e6e6e6;
  width: 1px;
  height: 100%;
}

.rt-article, .rt-post-main {
  padding-bottom: 130px;
}

.rt-post-details {
  background-color: #fff;
  padding: 81px 15px 115px;
}

.rt-blog-main-image {
  margin-bottom: 20px;
}

.rt-post-main-wrapper {
  border-radius: 20px;
}

.rt-article-heading {
  max-width: 318px;
}

.rt-blog-main-part-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-blog-main-part-left-heading {
  max-width: 566px;
}

.rt-hero-v11 {
  margin-bottom: 40px;
  padding-top: 220px;
}

.rt-blog-main-part-left {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.rt-blog-top {
  max-width: 1071px;
  margin-left: auto;
  margin-right: auto;
}

.rt-article-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-blog-main-part {
  justify-content: space-between;
  display: flex;
}

.rt-top-padding {
  width: 100%;
  margin-top: 20px;
}

.rt-comparison-paragraph {
  max-width: 625px;
  margin-left: auto;
  margin-right: auto;
}

.rt-comparison-paragraph.rt-gap-tiny {
  margin-bottom: 50px;
}

.rt-comparison-paragraph.rt-gap-tiny.rt-overflow-hidden {
  overflow: hidden;
}

.rt-comparison-paragraph.rt-gap-tiny.rt-overflow-hidden.is-width {
  max-width: 450px;
}

.rt-hero-heading-v10 {
  margin-bottom: 30px;
}

.rt-price-number {
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.rt-price-number.rt-v2 {
  border-top: 6px solid var(--color--orange);
  border-top: 6px solid #d33b1c;
}

.rt-price-number.rt-v2.is-border {
  border-top-color: #000;
}

.rt-price-number.is-background {
  background-color: #e8e8e8;
}

.rt-pricing-row-left {
  border-top: 1px #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #0003;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 30px;
  display: flex;
}

.rt-pricing-row-left.rt-change {
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
}

.rt-pricing-row-left.rt-v1 {
  border-top-style: solid;
}

.rt-comparison-heading.rt-h2-bottom-gap {
  margin-bottom: 20px;
}

.rt-comparison-heading.rt-h2-bottom-gap.rt-overflow-hidden {
  overflow: hidden;
}

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

.rt-pricing-right-plan.rt-change {
  border-left: 1px solid #e6e6e6;
  border-top-left-radius: 20px;
}

.rt-pricing-right-plan.pricing-right-check-box {
  justify-content: space-around;
}

.rt-comparison {
  padding-bottom: 130px;
}

.rt-comparison.is-padding {
  padding-top: 130px;
}

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

.rt-price-table-row {
  background-color: #fff;
  border-bottom: 1px solid #0003;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-price-table-row.rt-change {
  background-color: #fff0;
  border-bottom-style: none;
}

.rt-price-table-row.is-background {
  background-color: #e8e8e8;
}

.rt-green-tick-wrapper {
  border-right: 1px solid #e6e6e6;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.rt-price-subheading {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.rt-hero-v13 {
  background-image: url('../images/stravo-background.svg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: 843px 418px;
  padding-top: 220px;
  padding-bottom: 130px;
}

.rt-hero-v13.is-background {
  background-image: none;
}

.rt-hero-main.rt-gredient-page.rt-page-glow {
  background-image: radial-gradient(circle at 80% 35%, #06ddff1a, #fff0 38%), radial-gradient(circle at 35% 40%, #0606ff14, #fff0 31%), linear-gradient(#f4f4f4, #f5f5ff);
}

.rt-plan-item-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.rt-plan-item-wrapper.rt-yearly {
  display: none;
}

.rt-plan-item-heading {
  margin-bottom: 10px;
}

.rt-plan-item-heading.rt-v2 {
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.rt-plan-item-image {
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
}

.rt-plan-item-image.rt-overflow-hidden {
  overflow: hidden;
}

.rt-plan-item-image.rt-overflow-hidden.rt-v2 {
  margin-left: 20px;
  margin-right: 20px;
}

.rt-plan-item-text {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding: 24px 30px;
  display: flex;
  position: relative;
}

.rt-plan-item-text.is-background {
  background-color: #d9d9d9;
}

.rt-plan-item-text-top {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-sub-smal-text {
  margin-top: 5px;
}

.rt-sub-smal-text.rt-color-light {
  color: #fff;
}

.rt-sub-smal-text.rt-color-light.is-color {
  color: #000;
}

.rt-form-input {
  color: var(--color--midnight-blue);
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  height: 56px;
  margin-bottom: 0;
  padding-left: 20px;
}

.rt-form-input:focus-visible, .rt-form-input[data-wf-focus-visible] {
  border-color: #e6e6e6;
}

.rt-form-input::placeholder {
  color: var(--color--gray-blue);
}

.rt-form-input.rtchange {
  height: 53px;
}

.rt-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-input-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.rt-submit-button {
  margin-top: 25px;
  position: relative;
}

.rt-submit-button.rt-change {
  margin-top: 18px;
}

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

.rt-contact-right-part {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-contact-right-part.rt-change {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
}

.rt-contact-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-daily-routine {
  margin-bottom: 10px;
}

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

.rt-social-arrow {
  margin-top: 2px;
}

.rt-hero-v16 {
  padding-top: 220px;
  padding-bottom: 120px;
}

.rt-hero-main-v2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.rt-hero-left-part {
  flex: 1;
}

.rt-hero-heading-v13 {
  max-width: 460px;
}

.rt-hero-paragraph-v8 {
  max-width: 437px;
}

.rt-hero-right-part {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.rt-expart-team {
  z-index: 99;
  background-color: var(--color--white);
  padding-bottom: 130px;
  position: relative;
}

.rt-expart-team-heading {
  max-width: 488px;
  margin-left: auto;
  margin-right: auto;
}

.rt-expart-team-heading.rt-gap-tiny {
  margin-bottom: 50px;
}

.rt-expart-team-heading.rt-gap-tiny.rt-overflow-hidden {
  overflow: hidden;
}

.rt-expart-team-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-page-wrapper {
  z-index: 99;
  background-color: #fff;
  position: relative;
}

.rt-biography-heading {
  padding-bottom: 20px;
}

.rt-gap-10 {
  margin-bottom: 10px;
}

.rt-shop-description-text-two {
  cursor: pointer;
  padding: 10px 10px 20px;
}

.rt-social-wrapper-v2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.rt-about-v3-cards-date {
  flex: 0 50px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.rt-team-details-hero {
  padding-top: 220px;
  padding-bottom: 110px;
}

.rt-about-v3-main {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
}

.rt-width-full {
  opacity: 1;
  width: 100%;
}

.rt-width-full.rt-1 {
  margin-top: -10px;
}

.rt-width-full.rt-position-absolute.two {
  z-index: 999;
  opacity: 0;
  background-color: #fff;
  inset: 0%;
}

.rt-width-full.rt-position-absolute.two.rt-2 {
  background-color: var(--color--white);
  opacity: 1;
  position: static;
}

.rt-information-details {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.rt-about-v3-border-wrap {
  background-color: #1a2533;
  width: 2px;
  overflow: hidden;
}

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

.rt-no-gap.rt-color-cool-grey {
  color: var(--color--frost-gray);
}

.rt-about-v3-green-border {
  background-color: var(--color--royal-blue);
  width: 2px;
  height: 50%;
}

.rt-details-hero-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
}

.rt-details-hero-left {
  border-radius: 20px;
  flex: 1;
  max-width: 560px;
}

.rt-client-item {
  border-right: 1px solid #ccc;
  padding-top: 30px;
  padding-bottom: 30px;
}

.rt-client-item.rt-2 {
  padding-left: 30px;
}

.rt-client-item.rt-2.rt-margin-off {
  border-right-style: none;
}

.rt-about-v3-cards {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 2px solid #1a2533;
  align-items: stretch;
  width: 100%;
}

.rt-about-v3-cards.rt-about-v3-card-6 {
  border-bottom-style: none;
}

.rt-client {
  border-bottom: 1px solid #ccc;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.3fr 1.2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-color-white {
  color: #fff;
}

.rt-paragraph {
  padding-bottom: 40px;
}

.rt-about-v3-right {
  flex: 1;
  max-width: 573px;
}

.rt-about-image-wrap {
  width: 100%;
}

.rt-team-details-description {
  padding-bottom: 130px;
}

.rt-about-v3-left {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex: 1;
  max-width: 520px;
  position: sticky;
  top: 180px;
}

.rt-text-basis {
  color: var(--color--midnight-blue);
  flex: 0 120px;
}

.rt-gap-20 {
  margin-bottom: 20px;
}

.rt-button-text-size {
  color: var(--color--midnight-blue);
  font-size: 15px;
  font-weight: 500;
}

.rt-shop-description-text {
  cursor: pointer;
  padding: 10px 10px 20px;
}

.rt-description-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-team-details-text {
  flex: 1;
  max-width: 615px;
}

.rt-about-v3 {
  background-color: var(--color--dark-black);
  padding-top: 120px;
  padding-bottom: 130px;
}

.rt-about-v3-cards-content {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex: 1;
  max-width: 410px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 20px;
}

.rt-description-heading {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-bottom: 1px solid #dbdbdb;
  justify-content: center;
  margin-bottom: 60px;
  display: flex;
}

.rt-additional-information {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.rt-description-content-left {
  flex: 1;
  max-width: 660px;
}

.rt-description-content-left.rt-position-relative-2.rt-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-description-content-right {
  border-radius: 20px;
  flex: 1;
  max-width: 520px;
}

.rt-utility-password {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.rt-utility-password._404 {
  background-image: linear-gradient(#215bee33, #fff 30%);
}

.rt-utility {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.rt-404-image {
  max-width: 461px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.rt-home-button {
  margin-top: 30px;
}

.rt-password-form {
  background-color: var(--color--white);
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  padding: 30px;
  display: flex;
}

.rt-link-overlay {
  height: 85%;
  position: absolute;
  inset: 0%;
}

.rt-color-cool-grey {
  color: #b4b8c5;
}

.rt-descriptive-text {
  z-index: -1;
  opacity: 0;
  position: absolute;
}

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

.rt-border-wrapper {
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
}

.rt-dotted-line {
  border-right: 1px dashed #d0d0d080;
  width: 1px;
  height: 100%;
}

.rt-dotted-line.rt-opacity-off {
  opacity: 0;
}

.rt-line-overlay {
  background-image: linear-gradient(#0000 71%, #f5f5ff);
  position: absolute;
  inset: 0%;
}

.rt-balence-wrapper {
  justify-content: space-between;
  display: flex;
}

.rt-gredient-testimonial {
  background-image: none;
  border-radius: 20px;
  padding: 1px;
}

.rt-gredient-testimonial:hover {
  background-image: linear-gradient(83deg, #0000, #fff), linear-gradient(#ee6b60, #4d5ff8);
}

.rt-pricing-toggle {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-sticky-item {
  background-color: #f5f5fe;
  position: sticky;
  top: 100px;
}

.rt-sticky-item.rt-bottom {
  margin-top: 150px;
  padding-top: 20px;
}

.rt-business-solution {
  background-color: #f5f5fe;
}

.rt-top-tag-2 {
  color: #d33b1c;
  letter-spacing: .16px;
  text-transform: uppercase;
  font-family: Rethink Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.rt-top-tag-2.dark-2 {
  color: #ff492c;
}

.rt-top-tag-2.rt-text-color-white {
  color: #fff;
}

.rt-top-tag-2.is-color {
  color: var(--color--dark-black);
}

.rt-top-tag-2.is-color.is-case {
  text-transform: none;
}

.rt-tag-wrapper-2 {
  color: #f56754;
  border: 1px solid #cfcfcf;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 7px 16px 5px;
  display: inline-block;
}

.rt-text-style-h6-2 {
  color: #000f41;
  font-family: Rethink Sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
}

.rt-text-style-h6-2.rt-counter-max-width {
  text-align: center;
  max-width: 120px;
}

.rt-text-style-h6-2.rt-hover {
  transition: color .2s;
}

.rt-text-style-h6-2.rt-hover:hover {
  color: #2563eb;
}

.rt-text-style-h6-2.rt-monthly.rt-change {
  font-size: 14px;
}

.rt-text-style-h6-2.rt-monthly.is-color {
  color: #000;
}

.rt-text-style-h6-2.rt-yearly.rt-change {
  font-size: 14px;
}

.rt-text-style-h2-2 {
  color: #000f41;
  letter-spacing: -.64px;
  font-family: Rethink Sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.25;
}

.rt-tag-wrapper-3 {
  color: #f56754;
  border: 1px solid #cfcfcf;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 7px 16px 5px;
  display: inline-block;
}

.rt-tag-wrapper-3.white {
  background-color: #fff;
}

.rt-text-style-h5-2 {
  color: #000f41;
  letter-spacing: -.32px;
  font-family: Rethink Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.rt-text-style-h5-2.rt-text-center {
  text-align: center;
}

.rt-text-style-h5-2.rt-margin-top {
  margin-top: -5px;
}

.rt-text-style-h2-3 {
  color: #000f41;
  letter-spacing: -.64px;
  font-family: Rethink Sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.25;
}

.rt-text-style-h2-3.rt-text-color-white {
  color: var(--color--white);
}

.rt-text-style-h2-3.rt-text-orange {
  color: #d33b1c;
}

.rt-faq-menu-text-v1-2 {
  color: #000f41;
  background-color: #fff0;
  border-bottom: 1px solid #dfdfdf;
  padding: 16px 30px;
  transition: all .3s;
}

.rt-faq-menu-text-v1-2.w--current {
  color: #fff;
  background-color: #2563eb;
}

.rt-faq-menu-text-v1-2.rt-bottom-border-none {
  border-bottom-style: none;
}

.rt-faq-question-holder-v1-2 {
  cursor: pointer;
  border-bottom: 1px solid #dfdfdf;
  padding: 20px 55px 20px 45px;
}

.rt-faq-question-holder-v1-2.rt-border-bottom-none {
  border-bottom-style: none;
}

.rt-button-overlay-2 {
  background-color: #111827;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
  transform: scale(2);
}

.rt-button-overlay-2.black-button-9 {
  background-color: #2563eb;
}

.rt-tools-2 {
  background-color: #111827;
  padding-top: 130px;
}

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

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

.rt-gap-off-4.rt-text-center.is-color {
  color: #000;
}

.rt-gap-off-4.rt-text-center.is-letter-spacing {
  letter-spacing: 0;
}

.rt-gap-off-4.rt-text-center.is-letter-spacing.is-color {
  color: #0c0c0c;
}

.rt-gap-off-4.rt-text-center.is-color-body {
  color: #363637;
}

.rt-gap-off-4.rt-text-center.is-letter {
  letter-spacing: 0;
}

.rt-gap-off-4.rt-text-center.is-letter.is-color {
  color: #0c0c0c;
}

.rt-gap-off-4.rt-process-inner-para {
  max-width: 450px;
  margin-left: 78px;
  padding-top: 80px;
  padding-bottom: 30px;
}

.rt-gap-off-4.rt-color-light-3 {
  color: var(--color--white);
}

.rt-gap-off-4.is-width {
  max-width: 600px;
}

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

.rt-gap-off-4.is-width.is-align.is-letter-spacing {
  letter-spacing: 0;
}

.rt-gap-off-4.is-letter {
  letter-spacing: 0;
  font-size: 40px;
}

.rt-gap-off-4.is-letter.is-color {
  color: #0c0c0c;
}

.rt-text-style-h3-2 {
  color: #000f41;
  letter-spacing: -.48px;
  font-family: Rethink Sans, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.23;
}

.rt-top-image-v2-2 {
  z-index: 2;
  background-color: #2563eb;
  border-radius: 15px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -15px 0% 0%;
}

.rt-top-image-v2-2.rt-v3 {
  z-index: 1;
  background-color: #cff1fb;
  max-width: 75%;
  top: -30px;
}

.rt-color-light-2 {
  color: #fff;
}

.rt-text-style-h4-2 {
  color: #000f41;
  letter-spacing: -.48px;
  font-family: Rethink Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.28;
}

.rt-text-style-h4-2.rt-rating-max-width {
  max-width: 100px;
  padding-bottom: 10px;
}

.rt-business-growth-item-2 {
  background-color: #fff;
  padding: 40px 15px;
}

.rt-business-growth-item-2.rt-border-radius-15 {
  border-radius: 15px;
}

.rt-business-growth-item-2.rt-border-radius-15.rt-drop-shadow {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 35px #96a9e826;
}

.rt-business-growth-item-2.rt-border-radius-15.rt-drop-shadow.rt-3 {
  width: 100%;
}

.rt-text-style-h1-2 {
  color: #000f41;
  letter-spacing: -.8px;
  font-family: Rethink Sans, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.16;
}

.rt-footer-links-2 {
  color: #fff;
  letter-spacing: .4px;
  text-transform: capitalize;
  line-height: 1;
  text-decoration: none;
  transition: color .3s;
}

.rt-footer-links-2:hover {
  color: #9cbbff;
}

.rt-color-light-3 {
  color: #fff;
  text-decoration: none;
}

.rt-color-light-3.rt-hover:hover {
  color: #9cbbff;
}

.rt-navbar-main-link-3 {
  padding-top: 27px;
  padding-bottom: 27px;
  text-decoration: none;
}

.rt-navbar-main-link-3.w--current {
  color: #2563eb;
}

.rt-nav-topbar-text-3 {
  color: #fff;
}

.rt-navmenu-link-3 {
  color: #2563eb;
  padding: 4px 20px;
  text-decoration: none;
}

.rt-navmenu-link-3:hover, .rt-navmenu-link-3.w--current {
  color: #2563eb;
}

.rt-navmenu-link-3.rt-last {
  padding-bottom: 12px;
}

.rt-navmenu-link-3.rt-last.white-variant-60 {
  color: #2563eb;
}

.rt-navmenu-link-3.white-variant-59 {
  color: #2563eb;
  text-decoration: none;
}

.rt-navmenu-link-3.rt-first {
  padding-top: 12px;
}

.rt-navmenu-link-3.rt-first.white-variant-58 {
  color: #2563eb;
}

.rt-top-nav-3 {
  z-index: 9999999;
  position: absolute;
  inset: 0% 0% auto;
}

.rt-top-nav-3.white-variant {
  background-color: #fff;
}

.rt-footer-2 {
  background-color: #111827;
  padding-top: 120px;
  position: sticky;
  bottom: 0;
}

.rt-footer-2.rt-overflow-hidden {
  text-decoration: none;
  position: static;
  overflow: hidden;
}

.rt-footer-links-3 {
  color: #fff;
  letter-spacing: .4px;
  text-transform: capitalize;
  line-height: 1;
  text-decoration: none;
  transition: color .3s;
}

.rt-footer-links-3:hover {
  color: #9cbbff;
}

.rt-color-light-4 {
  color: #fff;
}

.rt-color-light-4.rt-hover {
  text-decoration: none;
}

.rt-color-light-4.rt-hover:hover {
  color: #9cbbff;
}

.rt-social-link-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.rt-social-link-2:hover {
  color: #2563eb;
}

.rt-error-2 {
  color: #000f41;
  text-align: center;
}

.rt-change-span-orange-2 {
  color: #d33b1c;
}

.rt-fom-lable-2 {
  color: #000f41;
  font-weight: 400;
}

.rt-success-2 {
  color: #000f41;
  background-color: #dfdfdf;
}

.rt-form-input-2 {
  color: #000f41;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  height: 56px;
  margin-bottom: 0;
  padding-left: 20px;
}

.rt-form-input-2:focus-visible, .rt-form-input-2[data-wf-focus-visible] {
  border-color: #e6e6e6;
}

.rt-form-input-2::placeholder {
  color: #404357;
}

.rt-form-input-2.rt-text-area {
  height: 144px;
  padding-top: 20px;
}

.rt-text-medium-2 {
  color: #000f41;
  font-weight: 500;
}

.rt-text-medium-2.rt-text-color-white {
  color: #fff;
}

.rt-feature-tooltip-v2-2 {
  background-color: #d33b1c;
  border-radius: 15px;
  margin-left: -10px;
  padding: 2px 6px 1px;
}

.rt-plan-top-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #2563eb;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.rt-plan-top-2.is-background {
  background-color: #515151;
  height: 50px;
}

.rt-plan-item-2 {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 20px;
}

.rt-plan-item-2.rt-v2 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.rt-plan-item-2.rt-v2.rt-overflow-hidden {
  overflow: hidden;
  box-shadow: 0 2px 70px #215bee33;
}

.rt-plan-item-2.rt-v2.is-background.is-radius {
  overflow: hidden;
}

.rt-plan-item-2.is-background {
  background-color: #e8e8e8;
}

.div-block-5 {
  background-color: var(--color--fade-white);
}

.rt-circle {
  background-color: var(--color--white);
  border-radius: 100%;
  width: 15px;
  height: 15px;
}

.rt-color-dark-3 {
  color: #111827;
}

.rt-text-style-h1-3 {
  color: #000f41;
  letter-spacing: -.8px;
  font-family: Rethink Sans, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.16;
}

.rt-bullet {
  background-color: #0c0c0c;
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.dark-text {
  color: #000f41;
}

@media screen and (min-width: 1280px) {
  body {
    --_font-size---h1: 60px;
    --_font-size---h2: 40px;
    --_font-size---h3: 30px;
    --_font-size---h4: 25px;
    --_font-size---h5: 20px;
    --_font-size---h6: 18px;
    --_font-size---body-font: 16px;
  }

  blockquote {
    font-size: 16px;
  }

  .rt-text-center.rt-small-paragraph {
    max-width: 232px;
  }

  .rt-tag {
    font-size: 15px;
  }

  .rt-h2-bottom-gap.is-width {
    max-width: 350px;
  }

  .rt-position-relative.rt-hero-v3-side-image-holder {
    flex: 0 auto;
    margin-right: 0;
  }

  .rt-hero-heading-v1 {
    max-width: 795px;
  }

  .rt-hero-line-tooltip-holder {
    top: -15%;
  }

  .rt-container.rt-hero-banner-v3 {
    height: 65vh;
    padding-top: 0;
  }

  .rt-sub-text-wrapper.rt-dot-image-v3 {
    width: auto;
    min-width: auto;
  }

  .rt-business-growth-balence-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
  }

  .rt-business-rotate-image {
    margin-left: -89px;
    margin-right: 0;
    transform: none;
  }

  .rt-business-growth-balence {
    flex-flow: row;
  }

  .rt-business-growth-heading {
    max-width: 549px;
  }

  .rt-business-growth-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 300px 300px 1fr;
  }

  .rt-business-graph {
    flex: 1;
    max-width: 380px;
    max-height: 300px;
    transform: translate(0, 20px);
  }

  .rt-business-image-small {
    margin-top: 67px;
  }

  .rt-business-growth-line-wrapper {
    display: flex;
  }

  .rt-right-leaf {
    left: 70%;
  }

  .rt-left-leaf {
    left: -9%;
  }

  .rt-big-counter-text {
    font-size: 90px;
  }

  .rt-information {
    height: 100vh;
  }

  .rt-information-left {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rt-information-dashboard {
    max-width: 60%;
  }

  .rt-information-text {
    padding-top: 50px;
    padding-left: 40px;
  }

  .rt-information-main {
    height: 300vh;
  }

  .rt-process-heading {
    max-width: 550px;
  }

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

  .rt-workflow-card-image-wrapper.rt-2 {
    margin-top: 20px;
  }

  .rt-workflow-heading {
    max-width: 572px;
  }

  .rt-workflow-top {
    padding-left: 20px;
  }

  .rt-hero-v2-title-line-wrap {
    left: -3%;
  }

  .rt-hero-v2-main {
    max-width: 800px;
  }

  .rt-tool-item-v1 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .rt-tool-title-holder {
    max-width: 463px;
  }

  .rt-tool-image-holder {
    padding-left: 30px;
  }

  .rt-progress-indicator-line-holder {
    border-radius: 4px;
    width: 100%;
    height: 8px;
  }

  .rt-growth-progress-item-title {
    justify-content: space-between;
    align-items: center;
  }

  .rt-automation-text-content {
    max-width: 530px;
  }

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

  .rt-process-item-image-holder.rt-v2 {
    flex: 1;
    justify-content: flex-end;
    align-items: flex-start;
  }

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

  .rt-process-heading-v1 {
    max-width: 588px;
  }

  .rt-process-item-v1 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .rt-process-item-title-v1.rt-change {
    max-width: 482px;
  }

  .rt-process-image-main-holder {
    flex-flow: column;
  }

  .rt-trial-banner-text-content {
    padding-bottom: 90px;
  }

  .rt-faq-tab-menu-v1 {
    max-width: 370px;
    margin-right: 70px;
  }

  .rt-faq-menu-text-v1.w--current {
    border-bottom-color: #fff0;
  }

  .rt-faq-tab-title {
    font-size: 20px;
  }

  .rt-hero-v3.rt-overflow-hidden {
    height: 100vh;
  }

  .rt-hero-tooltiop-image {
    left: -8%;
  }

  .rt-counter-v1 {
    height: 45px;
  }

  .rt-hero-v3-side-image {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .rt-demo-paragraph.rt-para-bottom-padding {
    max-width: 534px;
  }

  .rt-demo-side-image-v2 {
    right: 0%;
  }

  .rt-demo-heading {
    max-width: 600px;
  }

  .rt-demo-side-image {
    left: 0%;
    transform: rotate(-17deg);
  }

  .rt-pricing-feature-holder {
    margin-top: 13px;
  }

  .rt-pricing-feature-holder.rt-v2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .rt-mobile-showcase-image {
    flex-basis: 47%;
  }

  .rt-home-three-main {
    height: 300vh;
  }

  .rt-hero-blue-popup {
    z-index: 5;
    margin-top: 100px;
    position: relative;
  }

  .rt-dot-image-v3 {
    width: 230px;
    min-width: 230px;
  }

  .rt-hero-heading-v4 {
    max-width: 809px;
  }

  .rt-dot-image {
    width: 156px;
    min-width: 156px;
  }

  .rt-right-popup-arrow-v2 {
    height: 186px;
    display: block;
    position: absolute;
    top: 220px;
    left: 120px;
    overflow: hidden;
  }

  .rt-hero-popup {
    z-index: 5;
    position: relative;
  }

  .rt-hero-popup.rt-change {
    margin-top: 30px;
  }

  .rt-popup-image-v2 {
    width: 175px;
    min-width: 175px;
  }

  .rt-hero-image-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .rt-hero-banner-left {
    position: relative;
  }

  .rt-right-popup-arrow {
    justify-content: flex-start;
    align-items: center;
    width: 175px;
    display: flex;
    position: absolute;
    inset: 10px auto auto -40px;
    overflow: hidden;
  }

  .rt-dot-image-v4 {
    height: 186px;
    min-height: 186px;
  }

  .rt-dot-line-v2 {
    justify-content: flex-end;
    align-items: center;
    width: 230px;
    display: flex;
    position: absolute;
    inset: auto -40px 10px auto;
    overflow: hidden;
  }

  .rt-dot-line {
    transform-origin: 100%;
    justify-content: flex-end;
    align-items: center;
    width: 172px;
    display: flex;
    position: absolute;
    inset: 10px -40px auto auto;
    overflow: hidden;
  }

  .rt-growth {
    height: 300vh;
  }

  .rt-growth-heading {
    max-width: 630px;
  }

  .rt-smart-solution-heading {
    max-width: 561px;
  }

  .rt-smart-solution-inner {
    max-width: none;
    margin-left: 100px;
  }

  .rt-smart-solution-para {
    max-width: 530px;
  }

  .rt-hero-v6-heading {
    max-width: 920px;
  }

  .rt-hero-v8-marquee {
    max-width: 566px;
  }

  .rt-span-arrow {
    background-image: url('../images/stravo-circle.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 55px 55px;
  }

  .rt-feature-white-icon {
    position: absolute;
  }

  .rt-popular-feature-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .rt-popular-feature-main {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rt-feature-blue-icon {
    z-index: 1;
    position: relative;
  }

  .rt-footer-cta-wrapper {
    max-width: 650px;
  }

  .rt-article-heading {
    max-width: 418px;
  }

  .rt-article-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-auto-columns: 1fr;
  }

  .rt-plan-item-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .rt-plan-item-heading.rt-v2, .rt-plan-item-image.rt-overflow-hidden.rt-v2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .rt-hero-main-v2 {
    grid-column-gap: 113px;
    grid-row-gap: 113px;
  }

  .rt-hero-heading-v13 {
    max-width: 571px;
  }

  .rt-balence-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .rt-faq-menu-text-v1-2.w--current {
    border-bottom-color: #fff0;
  }

  .rt-gap-off-4.is-width {
    max-width: 800px;
  }

  .rt-business-growth-item-2 {
    max-width: 300px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .rt-business-growth-item-2.rt-border-radius-15.rt-drop-shadow.rt-3 {
    max-width: none;
    display: block;
  }

  .rt-plan-item-2 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .rt-information-text {
    padding-left: 80px;
  }

  .rt-process-wrapper {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .rt-background-gradiant.rt-5 {
    top: 55%;
    left: 15%;
  }

  .rt-process-star {
    right: 5%;
  }

  .rt-footer-newsletter {
    padding-left: 80px;
  }

  .rt-hero-v2-title-line-wrap {
    right: -17px;
  }

  .rt-demo-side-image-v2 {
    top: 23%;
    right: 6%;
  }

  .rt-demo-side-image {
    left: 5%;
  }

  .rt-mobile-showcase-main-v1 {
    padding-left: 107px;
    padding-right: 55px;
  }

  .rt-right-popup-arrow-v2 {
    top: 300px;
    left: 136px;
  }

  .rt-hero-banner-left {
    padding-top: 90px;
  }

  .rt-right-popup-arrow {
    top: 60px;
  }

  .rt-dot-line-v2 {
    bottom: 20px;
  }

  .rt-dot-line {
    top: 35px;
  }

  .rt-hero-left-main {
    max-width: 60%;
  }

  .rt-hero-progress {
    right: -30px;
  }

  .rt-popular-feature-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .rt-details-hero-wrap {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .rt-business-growth-item-2.rt-border-radius-15.rt-drop-shadow.rt-3 {
    padding-right: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .rt-position-relative.rt-hero-v3-side-image-holder {
    height: 100%;
    margin-right: -50px;
  }

  .rt-auto-fit.rt-desktop-image-full.rt-hero-dashboard {
    border-radius: 40px;
  }

  .rt-auto-fit.rt-tab-image-full.rt-image-main {
    width: 100%;
    height: 100%;
  }

  .rt-orange-line {
    display: inline-block;
    top: 35%;
    right: 11.5%;
  }

  .rt-yellow-line {
    display: inline-block;
    top: 42%;
    left: 6%;
  }

  .rt-hero-line-tooltip-holder {
    top: -15%;
    left: 2%;
  }

  .rt-container.rt-hero-banner-v3 {
    height: 63vh;
  }

  .rt-business-growth-balence {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .rt-business-round.rt-position-relative {
    transform: translate(0, 8px);
  }

  .rt-business-graph {
    max-width: 360px;
    padding-top: 25px;
  }

  .rt-information-dashboard {
    flex: 1;
    max-width: 70%;
  }

  .rt-process-wrapper {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }

  .rt-background-gradiant.rt-3.rt-new {
    left: 54%;
  }

  .rt-background-gradiant.rt-4.rt-new {
    left: 53%;
  }

  .rt-background-gradiant.rt-5 {
    top: 55%;
    left: 14%;
  }

  .rt-process-header {
    right: 10px;
  }

  .rt-process-right {
    flex-basis: 44%;
  }

  .rt-footer-main {
    justify-content: space-between;
  }

  .rt-triangle {
    bottom: 45%;
  }

  .rt-hero-v2-title-line {
    width: 110%;
    height: 100%;
  }

  .rt-hero-v2-title-line-wrap {
    right: -41px;
  }

  .rt-verified-image {
    width: 60%;
  }

  .rt-hero-main-v1.rt-position-relative.rt-overflow-hidden {
    height: 100%;
  }

  .rt-hero-v3-rating {
    margin-top: 10%;
    margin-bottom: auto;
  }

  .rt-hero-v3-side-image {
    flex: 1;
    height: 100%;
  }

  .rt-demo-side-image-v2 {
    right: 4%;
  }

  .rt-mobile-showcase-image {
    flex-basis: 55%;
  }

  .rt-mobile-showcase-image-v2 {
    left: 101px;
  }

  .rt-tools-icon-text {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-tools-icon.two {
    margin-top: 126px;
  }

  .rt-tools-icon.one {
    margin-bottom: 126px;
  }

  .rt-hero-image-main {
    flex-basis: 75%;
  }

  .rt-dot-line-v2 {
    bottom: 87px;
  }

  .rt-growth-main {
    top: 20vh;
  }

  .rt-hero-left {
    flex: 0 48%;
  }

  .rt-hero-heading-v3.rt-h1-bottom-gap.rt-change {
    max-width: 522px;
  }

  .rt-hero-paragrph.rt-para-bottom-padding.rt-v6 {
    max-width: 467px;
  }

  .rt-hero-left-main.rt-v6 {
    max-width: 70%;
  }

  .rt-smart-solution-inner {
    margin-left: 120px;
  }

  .rt-hero-v6-heading.rt-h1-bottom-gap.rt-overflow-hidden.is-width {
    max-width: 850px;
  }

  .rt-hero-progress {
    right: -130px;
  }

  .rt-hero-v7.rt-overflow-hidden.rt-v7 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .rt-business-video-right {
    max-width: 238px;
  }

  .rt-contact-right-part {
    flex: 0 49%;
  }

  .rt-client {
    grid-template-columns: .9fr 1.4fr 1.1fr;
  }

  .rt-line-overlay {
    background-image: linear-gradient(#0000 39%, #f5f5ff);
  }
}

@media screen and (max-width: 991px) {
  body {
    --_font-size---h1: 40px;
    --_font-size---h2: 30px;
    --_font-size---h3: 26px;
    --_font-size---h4: 22px;
    --_font-size---h5: 18px;
    --_font-size---h6: 17px;
    --_font-size---body-font: 15px;
  }

  .rt-h2-bottom-gap {
    margin-bottom: 15px;
  }

  .rt-gap-tiny {
    margin-bottom: 30px;
  }

  .rt-navbar-v1-menu-holder {
    background-color: #fff;
    border-top: 1px solid #00000040;
    flex-flow: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-navmenu-link {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .rt-navbar-wrapper {
    padding-right: 0;
  }

  .rt-navbar-logo-v1 {
    padding-left: 0;
  }

  .rt-navbar-menu-dropdown.rt-overflow-hidden.rt-v5 {
    margin-bottom: 20px;
  }

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

  .rt-navbar-dropdown-v1.rt-end {
    margin-bottom: 10px;
  }

  .rt-navbar-dropdown-toggle {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .rt-navbar-dropdown-toggle.rt-top {
    padding-top: 10px;
  }

  .rt-navbar-dropdown-toggle.rt-bottom {
    padding-bottom: 5px;
  }

  .rt-auto-fit.rt-desktop-image-full.rt-3, .rt-auto-fit.rt-desktop-image-full.rt-green-shadow {
    transform: none;
  }

  .rt-auto-fit.rt-desktop-image-full.rt-smart, .rt-auto-fit.rt-desktop-image-full.rt-business-big {
    box-shadow: none;
  }

  .rt-hero-v1 {
    padding-bottom: 60px;
  }

  .rt-hero-line-tooltip-holder {
    display: none;
  }

  .rt-hero-logo-marquee {
    margin-top: 20px;
  }

  .rt-hero-dashboard-v1 {
    margin-bottom: 39px;
  }

  .rt-container.rt-hero-banner-v3 {
    height: auto;
    padding-top: 0;
  }

  .rt-sub-text-bottom-gap {
    padding-bottom: 10px;
  }

  .rt-hero-inner-v1 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .rt-business-tag-item {
    justify-content: center;
    align-items: center;
  }

  .rt-business-growth {
    padding-bottom: 70px;
  }

  .rt-business-rotate-image {
    display: none;
  }

  .rt-business-growth-wrapper {
    flex-flow: wrap;
    grid-template-columns: repeat(auto-fit, minmax(260px, 2fr));
  }

  .rt-business-tag-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .rt-best-rating-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-best-rating {
    margin-bottom: 70px;
  }

  .rt-best-rating-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-best-rating-right-image {
    flex: 1;
  }

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

  .rt-best-rating-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 30px;
  }

  .rt-tab-image-full {
    width: 100%;
    height: 100%;
  }

  .rt-best-rating-wrapper {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .rt-information-image.rt-position-relative {
    height: auto;
  }

  .rt-information {
    height: auto;
    position: static;
  }

  .rt-information-image-v2 {
    display: none;
  }

  .rt-information-left {
    flex: 0 45%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rt-information-text {
    height: auto;
    padding-top: 25px;
    padding-bottom: 27px;
    padding-left: 25px;
  }

  .rt-information-main {
    height: auto;
  }

  .rt-process-top {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .rt-process {
    padding-bottom: 70px;
  }

  .rt-tag-wrapper {
    margin-bottom: 12px;
  }

  .rt-process-item {
    padding: 15px 20px;
  }

  .rt-workflow-card-image-wrapper.rt-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .rt-workflow {
    padding-bottom: 70px;
  }

  .rt-workflow-main {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-workflow-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 25px 15px 30px;
  }

  .rt-workflow-card.rt-1, .rt-workflow-card.rt-3, .rt-workflow-card.rt-1, .rt-workflow-card.rt-3 {
    transform: none;
  }

  .rt-workflow-card.rt-black {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-footer-cell-left {
    max-width: 250px;
  }

  .rt-footer-newsletter {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .rt-footer-bottom {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .rt-footer-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1.6fr 1.3fr .7fr .7fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-footer-line-v1 {
    background-color: #ffffff26;
    margin-top: 60px;
  }

  .rt-footer-inner {
    padding-top: 50px;
  }

  .rt-triangle {
    display: none;
  }

  .rt-footer {
    padding-top: 70px;
    position: static;
  }

  .rt-hero-v2 {
    padding-top: 140px;
    padding-bottom: 10px;
  }

  .rt-hero-v2.is-background.is-padding {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-hero-heading-v2-image-wrap {
    display: none;
  }

  .rt-hero-v2-heading-v1 {
    text-align: center;
  }

  .rt-hero-v2-heading-bottom-v1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .rt-tool-item-v1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px 20px 25px;
  }

  .rt-tool-v1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .rt-tool-item-holder-v1 {
    flex-flow: wrap;
    grid-template-columns: repeat(auto-fit, minmax(270px, 2fr));
  }

  .rt-growth-progress-holder, .rt-automation-media-image-wrap.rt-position-relative {
    width: 100%;
  }

  .rt-automation-text-content {
    max-width: none;
  }

  .rt-automation-review-item.rt-1 {
    padding-right: 0;
  }

  .rt-automation-v1 {
    padding-bottom: 70px;
  }

  .rt-automation-review {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .rt-process-v1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .rt-process-list-v2-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .rt-process-item-image-v2 {
    margin-top: -100px;
    margin-right: 0;
  }

  .rt-process-item-image-holder.rt-v2 {
    flex: 1;
  }

  .rt-process-item-image-holder.rt-v1 {
    justify-content: space-between;
    align-items: center;
    max-width: none;
    padding-right: 0;
  }

  .rt-project-solution-icon-wrap {
    width: 30px;
    height: 30px;
  }

  .rt-process-item-description {
    margin-top: 18px;
    margin-bottom: 16px;
  }

  .rt-process-item-text-holder {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .rt-half-circle {
    right: 0%;
  }

  .rt-our-user-image {
    display: none;
  }

  .rt-process-image-v4.rt-overflow-hidden {
    z-index: 1;
    margin-top: -40px;
    position: relative;
  }

  .rt-process-item-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .rt-process-list-v2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 20px;
  }

  .rt-process-item-v1 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .rt-process-item-v1.rt-automation-media-image-v1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    align-items: stretch;
    padding: 30px 15px;
  }

  .rt-process-item-v1.rt-automation-media-image-v1.rt-overflow-hidden {
    position: static;
  }

  .rt-process-item-v1.rt-2 {
    align-items: stretch;
  }

  .rt-project-solution {
    margin-top: 15px;
    padding-top: 15px;
  }

  .rt-process-list-holder {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 0;
    padding-left: 18px;
  }

  .rt-trial-banner-inner-v1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
  }

  .rt-trial-benefit-holder {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .rt-trial-banner-text-content {
    padding-top: 50px;
    padding-bottom: 65px;
  }

  .rt-trial-benefit-option {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .rt-trial-banner-mobile-screen-holder {
    order: 1;
    justify-content: center;
    align-items: flex-end;
    max-width: none;
  }

  .rt-free-trial-cta-holder {
    flex-flow: wrap;
    margin-bottom: 20px;
  }

  .rt-faq-tab-menu-v1.rt-overflow-hidden {
    flex: 0 auto;
    max-width: none;
    margin-right: 15px;
  }

  .rt-faq-answer {
    padding-top: 10px;
  }

  .rt-faq-menu-text-v1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-faq-v1.rt-position-relative {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .rt-faq-question-holder-v1 {
    padding: 17px 20px;
  }

  .rt-faq-question-top {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .rt-faq-tab-v1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
  }

  .rt-menu-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .rt-menu-button.w--open {
    background-color: #c8c8c800;
  }

  .rt-hero-text-main {
    flex: 0 45%;
    padding-top: 0;
  }

  .rt-hero-v3 {
    height: auto;
    padding-top: 140px;
  }

  .rt-hero-tooltiop-image {
    display: none;
  }

  .rt-hero-main-v1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .rt-hero-v3-rating {
    flex-flow: row;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .rt-hero-v3-side-image {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    flex: 0 45%;
    justify-content: space-between;
    align-items: flex-end;
    margin-right: 10px;
  }

  .rt-demo-side-image-v2 {
    display: none;
  }

  .rt-demo-big-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .rt-demo-side-image {
    display: none;
  }

  .rt-live-demo {
    padding-bottom: 70px;
  }

  .rt-live-demo:where(.w-variant-c578a733-3f16-0465-d7c7-ddf8d6469c82) {
    padding-bottom: 0;
  }

  .rt-mobile-showcase-inner-text {
    max-width: none;
  }

  .rt-mobile-showcase-inner-v1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .rt-mobile-showcase-main-v1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-mobile-showcase-image-v2 {
    margin-top: 10px;
    position: static;
  }

  .rt-mobile-showcase-v1 {
    padding-bottom: 60px;
  }

  .rt-tools-icon-wrapper {
    padding-bottom: 67px;
  }

  .rt-tools {
    padding-top: 70px;
  }

  .rt-navbar-main-link {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .rt-hero-v4 {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .rt-growth {
    padding-bottom: 60px;
  }

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

  .rt-hero-heading-v3 {
    max-width: 100%;
  }

  .rt-hero-paragrph {
    max-width: none;
  }

  .rt-hero-left-main {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .rt-hero-button-wrapper-v2.rt-gap-tiny.rt-bottom {
    margin-bottom: 10px;
  }

  .rt-automation-main-v2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-smart-solution {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: center;
  }

  .rt-smart-solution-right {
    padding-right: 0;
  }

  .rt-smart-solution-left {
    border-radius: 20px;
    flex: 0 50%;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .rt-smart-solution-inner {
    margin-left: 0;
  }

  .rt-smart-image {
    margin-bottom: 10px;
  }

  .rt-project-solution-icon-wrap-v2 {
    width: 30px;
    height: 30px;
  }

  .rt-process-item-description-v2 {
    margin-top: 18px;
    margin-bottom: 16px;
  }

  .rt-project-solution-v2 {
    margin-top: 15px;
    padding-top: 15px;
  }

  .rt-business.rt-overflow-hidden {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 70px;
  }

  .rt-hero-v6 {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .rt-hero-v6.is-padding {
    padding-top: 70px;
  }

  .rt-testimonial-v2 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .rt-testimonial-tem-bottom {
    max-width: 300px;
  }

  .rt-hero-v7 {
    flex-flow: column;
    padding-bottom: 70px;
    padding-right: 15px;
  }

  .rt-hero-v7.rt-overflow-hidden.rt-v7 {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .rt-hero-v7.rt-overflow-hidden.rt-v7.is-padding {
    padding-top: 60px;
  }

  .rt-hero-right-v2 {
    margin-right: 0;
  }

  .rt-span-arrow {
    background-position: 50% 0;
  }

  .rt-business-video-bottom {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .rt-background-video {
    height: 350px;
  }

  .rt-business-video {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .rt-business-video-main {
    margin-bottom: 40px;
  }

  .rt-popular-feature-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-popular-feature {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .rt-menu-button-main {
    justify-content: center;
    align-items: center;
    padding: 18px 15px;
  }

  .rt-menu-button-main.w--open {
    background-color: #c8c8c800;
  }

  .rt-menu-line {
    background-color: var(--color--dark-black);
    width: 21.28px;
    height: 2px;
    margin-bottom: 6px;
    padding: 0;
  }

  .rt-menu-line.rt-bottom-line {
    width: 11px;
    margin-bottom: 0;
  }

  .rt-blog-main-details.rt-v2 {
    padding-bottom: 20px;
  }

  .rt-article, .rt-post-main {
    padding-bottom: 70px;
  }

  .rt-post-details {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .rt-blog-main-part-right {
    flex: 0 30%;
  }

  .rt-hero-v11 {
    padding-top: 160px;
  }

  .rt-blog-main-part-left {
    flex: 1;
  }

  .rt-blog-main-part {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-hero-heading-v10.rt-overflow-hidden {
    margin-bottom: 20px;
  }

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

  .rt-pricing-row-left.rt-change {
    flex: 0 60%;
    display: none;
  }

  .rt-pricing-row-left.rt-v1 {
    text-align: center;
    border-top-style: none;
    border-right-color: #e6e6e6;
    justify-content: center;
    align-items: center;
  }

  .rt-pricing-right-plan.rt-change {
    width: 100%;
  }

  .rt-pricing-right-plan.pricing-right-check-box {
    border-top: 1px solid #e6e6e6;
  }

  .rt-comparison {
    padding-bottom: 70px;
  }

  .rt-price-table-row {
    flex-flow: column;
    grid-template-columns: .5fr;
    display: flex;
  }

  .rt-price-table-row.rt-change {
    display: flex;
  }

  .rt-green-tick-wrapper {
    border-left: 1px solid #e6e6e6;
  }

  .rt-hero-v13 {
    padding-top: 140px;
    padding-bottom: 65px;
  }

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

  .rt-plan-item-heading.rt-v2 {
    margin-top: 20px;
  }

  .rt-form-input {
    padding-left: 10px;
  }

  .rt-contact-right-part.rt-change {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .rt-hero-v16 {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .rt-hero-main-v2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-hero-left-part {
    flex: 0 40%;
  }

  .rt-hero-paragraph-v8 {
    max-width: none;
  }

  .rt-hero-right-part {
    flex: 0 60%;
  }

  .rt-expart-team {
    padding-bottom: 60px;
  }

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

  .rt-about-v3-cards-date {
    padding-bottom: 10px;
  }

  .rt-about-v3-cards-date.rt-top-date {
    padding-top: 0;
  }

  .rt-team-details-hero {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .rt-tab-image-full-width {
    width: 100%;
    height: 100%;
  }

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

  .rt-about-v3-border-wrap {
    display: none;
  }

  .rt-details-hero-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    align-items: stretch;
  }

  .rt-details-hero-left {
    width: 100%;
  }

  .rt-client-item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    flex: 1;
    padding-right: 10px;
    display: flex;
  }

  .rt-client-item.rt-2 {
    padding-left: 10px;
  }

  .rt-about-v3-cards {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-client {
    width: 100%;
    display: flex;
  }

  .rt-paragraph {
    padding-bottom: 15px;
  }

  .rt-team-details-description {
    padding-bottom: 40px;
  }

  .rt-about-v3-left {
    position: sticky;
    top: 100px;
  }

  .rt-text-basis {
    flex-basis: 90px;
  }

  .rt-gap-20 {
    margin-bottom: 15px;
  }

  .rt-description-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

  .rt-team-details-text {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .rt-about-v3 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .rt-about-v3-cards-content {
    padding-top: 0;
  }

  .rt-about-v3-cards-content.rt-card-content-6 {
    padding-bottom: 0;
  }

  .rt-description-heading {
    margin-bottom: 40px;
  }

  .rt-description-content-left.rt-position-relative-2 {
    max-width: none;
  }

  .rt-description-content-right.rt-overflow-hidden {
    height: 100%;
  }

  .rt-404-image {
    margin-bottom: 10px;
  }

  .rt-home-button {
    margin-top: 20px;
  }

  .rt-balence-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row-reverse;
  }

  .rt-sticky-item.rt-bottom {
    margin-top: 60px;
    padding-top: 0;
  }

  .rt-tag-wrapper-2, .rt-tag-wrapper-3 {
    margin-bottom: 12px;
  }

  .rt-faq-menu-text-v1-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-faq-question-holder-v1-2 {
    padding: 17px 20px;
  }

  .rt-tools-2 {
    padding-top: 70px;
  }

  .rt-gap-off-4.rt-process-inner-para {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .rt-gap-off-4.is-width.is-align.is-letter-spacing {
    letter-spacing: 0;
  }

  .rt-menu-line-3 {
    background-color: #111827;
    width: 21.28px;
    height: 2px;
    margin-bottom: 6px;
    padding: 0;
  }

  .rt-menu-line-3.rt-bottom-line {
    width: 11px;
    margin-bottom: 0;
  }

  .rt-navbar-main-link-3 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .rt-navmenu-link-3 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .rt-footer-2 {
    padding-top: 70px;
    position: static;
  }

  .rt-form-input-2 {
    padding-left: 10px;
  }

  .rt-plan-item-2.rt-v2 {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_font-size---h1: 35px;
    --_font-size---h2: 25px;
    --_font-size---h3: 22px;
    --_font-size---h4: 20px;
    --_font-size---h5: 17px;
    --_font-size---h6: 16px;
    --_font-size---body-font: 14px;
  }

  blockquote {
    font-size: 14px;
  }

  .rt-text-center.rt-small-paragraph, .rt-text-color-white.rt-trial-para.rt-change-width {
    max-width: none;
  }

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

  .rt-h2-bottom-gap {
    margin-bottom: 10px;
  }

  .rt-gap-tiny {
    margin-bottom: 20px;
  }

  .rt-para-bottom-padding {
    margin-bottom: 12px;
  }

  .rt-position-relative.rt-hero-v3-side-image-holder {
    flex: 0 auto;
    margin-right: 0;
  }

  .rt-navbar-v1-menu-holder {
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 5px 40px #00000026;
  }

  .rt-navbar-logo-v1 {
    padding-left: 0;
  }

  .rt-nav-topbar-v1 {
    padding-bottom: 10px;
    display: none;
  }

  .rt-nav-menu-arrow-holder.rt-position-relative {
    width: 8px;
    height: 8px;
  }

  .rt-navbar-dropdown-toggle {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .rt-auto-fit.rt-desktop-image-full.rt-hero-dashboard {
    border-radius: 15px;
  }

  .rt-auto-fit.rt-desktop-image-full.rt-smart {
    border-radius: 20px;
  }

  .rt-auto-fit.rt-desktop-image-full.rt-business-big {
    margin-left: 0;
  }

  .rt-auto-fit.rt-tab-image-full.rt-mobile-screen {
    width: 50%;
  }

  .rt-auto-fit.rt-lanscape-image-full {
    width: 100%;
    height: 100%;
  }

  .rt-auto-fit.rt-lanscape-image-full.is-height {
    min-height: 350px;
  }

  .rt-hero-logo-marquee {
    margin-top: 25px;
  }

  .rt-hero-logo-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-container.rt-hero-banner-v3 {
    height: auto;
  }

  .rt-hero-inner-v1 {
    padding-top: 40px;
  }

  .rt-hero-inner-v1.rt-position-relative {
    margin-top: 80px;
  }

  .rt-business-growth-heading.rt-h2-bottom-gap, .rt-busines-growth-paragraph.rt-gap-tiny {
    max-width: none;
  }

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

  .rt-best-rating-right {
    justify-content: center;
  }

  .rt-best-rating-left {
    justify-content: center;
    align-items: center;
  }

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

  .rt-best-rating-inner {
    flex: 1;
    max-width: 210px;
  }

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

  .rt-best-rating-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .rt-information-para.rt-para-bottom-padding, .rt-information-heading.rt-h2-bottom-gap {
    max-width: none;
  }

  .rt-information {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #f3f3f3;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    grid-auto-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
  }

  .rt-information-left {
    justify-content: center;
    align-items: flex-start;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .rt-information-dashboard {
    width: 100%;
  }

  .rt-information-text {
    padding-bottom: 36px;
    padding-left: 0;
  }

  .rt-information-text.rt-landscape-text-center.rt-overflow-hidden {
    background-color: #f3f3f300;
    padding-bottom: 60px;
    padding-right: 0;
  }

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

  .rt-process-wrapper {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .rt-process-dashboard {
    width: 100%;
    max-width: 100%;
    margin-top: 60px;
  }

  .rt-process-heading.rt-h2-bottom-gap.rt-landscape-text-center {
    max-width: none;
  }

  .rt-process-left.rt-position-relative {
    width: 100%;
  }

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

  .rt-process-main {
    align-self: stretch;
  }

  .rt-process-right {
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
  }

  .rt-process-para.rt-gap-tiny {
    max-width: none;
  }

  .rt-testimonial-star-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rt-review-number {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rt-workflow-card-image-wrapper.rt-2 {
    margin-top: 40px;
  }

  .rt-workflow-heading.rt-gap-tiny {
    max-width: none;
  }

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

  .rt-workflow-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 15px;
  }

  .rt-workflow-text, .rt-footer-cell-left {
    max-width: none;
  }

  .rt-footer-bottom {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
  }

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

  .rt-footer-line-v1 {
    margin-top: 52px;
  }

  .rt-footer-logo {
    padding-bottom: 0;
  }

  .rt-footer-content-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    max-width: none;
    margin-top: 0;
  }

  .rt-footer-content-wrap.change-width, .rt-footer-content-wrap.gap-change {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-hero-v2 {
    padding-top: 100px;
  }

  .rt-hero-v2.rt-overflow-hidden {
    padding-bottom: 22%;
  }

  .rt-hero-v2-heading-v1 {
    margin-bottom: 0;
    display: none;
  }

  .rt-hero-v2-heading-v1.is-display {
    margin-bottom: 20px;
    display: block;
  }

  .rt-hero-marquee-wrapper {
    transform-origin: 50% 0;
    margin-top: 40px;
    transform: scale(1.5);
  }

  .rt-hero-marquee-wrapper.is-scale {
    transform: none;
  }

  .rt-hero-v2-heading-mobile {
    display: block;
  }

  .rt-hero-v2-heading-mobile.rt-h1-bottom-gap {
    display: none;
  }

  .rt-merquee-main.is-style {
    flex-flow: wrap;
  }

  .rt-benefit-bar-v1 {
    grid-column-gap: 30px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .rt-tool-item-v1 {
    border-top: 3px solid #2563eb;
  }

  .rt-growth-progress-holder.rt-change {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .rt-automation-text-content.rt-change {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .rt-automation-media-gradiant.rt-change {
    background-image: linear-gradient(293deg, #0606ff1f, #d0ddff00 96%);
  }

  .rt-automation-review {
    justify-content: center;
    align-items: stretch;
  }

  .rt-process-item-image-v2 {
    margin-top: 0;
    margin-left: -35px;
  }

  .rt-process-item-image-holder.rt-v2 {
    max-width: none;
  }

  .rt-process-item-image-holder.rt-v1 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .rt-process-item-text-holder {
    max-width: none;
  }

  .rt-process-item-text-holder.rt-v2 {
    max-width: 100%;
  }

  .rt-half-circle {
    display: none;
    right: 25%;
  }

  .rt-blur-image {
    top: 0%;
    left: 0%;
  }

  .rt-process-image-v4.rt-overflow-hidden {
    margin-top: 0;
    margin-right: 0;
  }

  .rt-process-list-v2 {
    max-width: none;
  }

  .rt-process-item-v1.rt-automation-media-image-v1 {
    flex-flow: column;
  }

  .rt-process-item-v1.rt-2 {
    flex-flow: column-reverse;
    padding: 25px 20px;
  }

  .rt-process-item-title-v1 {
    max-width: 100%;
  }

  .rt-process-item-title-v1.rt-v2 {
    max-width: none;
  }

  .rt-process-image-main-holder.rt-position-relative {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .rt-trial-banner-inner-v1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .rt-trial-banner-text-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    padding-top: 35px;
    padding-bottom: 0;
    display: flex;
  }

  .rt-free-trial-cta-holder {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .rt-faq-tab-menu-v1.rt-overflow-hidden {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .rt-faq-content-v1 {
    width: 100%;
  }

  .rt-footer-v2 {
    position: static;
  }

  .rt-faq-tab-title {
    font-size: 17px;
  }

  .rt-faq-tab-v1 {
    flex-flow: column;
  }

  .rt-faq-all-question-v1 {
    width: 100%;
  }

  .rt-hero-v3-description.rt-para-bottom-padding {
    margin-bottom: 15px;
  }

  .rt-hero-text-main {
    max-width: none;
    padding-bottom: 0;
  }

  .rt-hero-v3 {
    height: auto;
    padding-top: 120px;
  }

  .rt-hero-tooltiop-image {
    display: none;
  }

  .rt-hero-main-v1.rt-position-relative {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .rt-hero-main-v1.rt-position-relative.rt-overflow-hidden {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-counter-v1 {
    height: 35px;
  }

  .rt-hero-v3-rating {
    display: none;
  }

  .rt-hero-v3-side-image {
    margin-left: 0;
    padding-right: 0;
  }

  .rt-demo-paragraph.rt-para-bottom-padding {
    margin-bottom: 15px;
  }

  .rt-plan-version-holder-v1 {
    margin-bottom: 30px;
  }

  .rt-mobile-showcase-image {
    width: 100%;
    max-width: none;
  }

  .rt-mobile-showcase-inner-text {
    max-width: none;
  }

  .rt-mobile-showcase-inner-v1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-mobile-showcase-main-v1 {
    padding-bottom: 70px;
  }

  .rt-trusted-coustomer {
    margin-top: 10px;
    padding-top: 10px;
  }

  .rt-mobile-showcase-image-v2 {
    display: none;
  }

  .rt-height-auto {
    width: 112px;
    height: 112px;
  }

  .rt-tools-dot-wrapper {
    display: none;
  }

  .rt-tools-icon-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 50px;
  }

  .rt-tools-icon.two {
    margin-top: 0;
  }

  .rt-tools-icon.one {
    margin-bottom: 0;
  }

  .rt-home-three-main {
    height: auto;
  }

  .rt-hero-popup.rt-change-2 {
    max-width: none;
    padding-left: 0;
  }

  .rt-hero-popup.rt-change.rt-v3 {
    max-width: none;
    margin-right: 0;
  }

  .rt-hero-banner-left {
    display: none;
  }

  .rt-hero-banner-left.is-display-two {
    display: flex;
  }

  .rt-hero-image-main {
    flex-basis: 100%;
  }

  .rt-hero-v4 {
    padding-top: 100px;
  }

  .rt-growth-main {
    position: static;
  }

  .rt-growth {
    height: auto;
  }

  .rt-growth-tick-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 100%;
  }

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

  .rt-growth-tick-inner {
    background-color: #2563eb;
  }

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

  .rt-growth-tick-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-automation-main-v2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    grid-auto-columns: 1fr;
    align-items: stretch;
  }

  .rt-smart-solution {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-smart-solution-right {
    padding-bottom: 0;
  }

  .rt-smart-solution-left {
    background-color: #fff0;
  }

  .rt-smart-solution-inner {
    flex-flow: column;
    max-width: none;
    margin-left: 0;
    display: flex;
  }

  .rt-smart-image {
    margin-bottom: 10px;
  }

  .rt-project-solution-v2 {
    width: 100%;
  }

  .rt-business.rt-overflow-hidden {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-hero-main-image.is-style {
    min-height: 350px;
    margin-bottom: 30px;
  }

  .rt-hero-v6 {
    padding-top: 100px;
  }

  .rt-hero-progress {
    max-width: none;
    margin-top: -30px;
    padding: 20px 20px 30px;
    position: relative;
    bottom: 0;
  }

  .rt-hero-progress.is-height.is-background {
    margin-top: 0;
  }

  .rt-hero-v8-marquee {
    width: 100%;
    max-width: none;
  }

  .rt-hero-v7.rt-overflow-hidden.rt-v7 {
    padding-top: 100px;
  }

  .rt-span-arrow {
    background-size: 30px 50px;
  }

  .rt-business-video-bottom {
    height: 100%;
  }

  .rt-business-video-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .rt-business-video-text-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .rt-business-video-right {
    max-width: none;
  }

  .rt-popular-logo {
    width: 45px;
    height: 45px;
  }

  .rt-popular-feature-item {
    width: 100%;
  }

  .rt-popular-feature-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-responsive-text {
    padding-bottom: 10px;
    display: block;
  }

  .rt-blog-author.rt-padding-off {
    flex: 1;
  }

  .rt-blog-main-item {
    width: 100%;
  }

  .rt-blog-main-part-right {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex: 0 auto;
  }

  .rt-hero-v11 {
    padding-top: 120px;
  }

  .rt-blog-main-part-left {
    flex: 0 55%;
  }

  .rt-article-wrapper {
    flex-flow: wrap;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  }

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

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

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

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

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

  .rt-hero-v13 {
    padding-top: 100px;
  }

  .rt-form-main {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .rt-contact-right-part {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-hero-main-v2 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .rt-hero-right-part {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .rt-expart-team-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .rt-gap-10 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .rt-about-v3-cards-date {
    flex: 0 auto;
    padding-top: 0;
  }

  .rt-team-details-hero {
    padding-top: 100px;
  }

  .rt-about-v3-main {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

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

  .rt-details-hero-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-details-hero-left {
    max-width: none;
  }

  .rt-client-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rt-client-item.rt-2 {
    padding-right: 10px;
  }

  .rt-about-v3-cards.rt-about-v3-card-6 {
    border-bottom-style: solid;
  }

  .rt-client {
    grid-template-columns: .8fr .8fr .8fr;
    width: 100%;
  }

  .rt-about-v3-right {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    max-width: none;
    display: grid;
  }

  .rt-team-details-description {
    padding-bottom: 60px;
  }

  .rt-about-v3-left {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    min-width: 290px;
    max-width: none;
    position: static;
  }

  .rt-text-basis {
    flex-basis: 90px;
  }

  .rt-description-content {
    flex-flow: wrap;
  }

  .rt-team-details-text, .rt-about-v3-cards-content {
    max-width: none;
  }

  .rt-about-v3-cards-content.rt-card-content-6 {
    padding-bottom: 25px;
  }

  .rt-description-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .rt-description-content-left {
    max-width: none;
  }

  .rt-description-content-right {
    min-width: 290px;
    max-width: none;
  }

  .rt-footer-massage {
    width: 60px;
    height: 60px;
  }

  .rt-sticky-item, .rt-sticky-item.rt-bottom {
    position: static;
  }

  .rt-gap-off-4.rt-process-inner-para, .rt-text-style-h4-2.rt-rating-max-width {
    max-width: none;
  }

  .rt-radius {
    border-radius: 15px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_font-size---h1: 35px;
    --_font-size---h2: 25px;
    --_font-size---h3: 22px;
    --_font-size---h4: 20px;
    --_font-size---h5: 17px;
    --_font-size---h6: 16px;
    --_font-size---body-font: 14px;
  }

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

  .rt-auto-fit.rt-border-radius-15.rt-drop-shadow.rt-desktop-image-full.is-height {
    min-height: 200px;
  }

  .rt-hero-line-tooltip-holder {
    display: none;
  }

  .rt-hero-dashboard-v1 {
    margin-bottom: 20px;
  }

  .rt-hero-logo-item {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .rt-hero-button-wrapper-v1.rt-gap-tiny {
    flex-flow: wrap;
  }

  .rt-sub-text-bottom-gap {
    justify-content: center;
    align-items: center;
  }

  .rt-sub-text-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .rt-right-leaf {
    inset: 0% 0% 0% auto;
  }

  .rt-best-rating-right {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .rt-best-rating-left {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .rt-best-experience.rt-position-relative {
    max-width: 340px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .rt-best-rating-right-image {
    justify-content: center;
    align-items: flex-start;
  }

  .rt-best-rating-inner.rt-landscape-text-center {
    justify-content: center;
    align-items: center;
  }

  .rt-workflow-text {
    max-width: none;
  }

  .rt-footer-cell-left {
    width: 100%;
  }

  .rt-footer-newsletter.rt-position-relative {
    flex-flow: column;
  }

  .rt-footer-newsletter.rt-position-relative.rt-mobile-text-center {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .rt-footer-bottom {
    padding-bottom: 20px;
  }

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

  .rt-footer-text.rt-address-text-wrap {
    margin-top: 15px;
  }

  .rt-hero-v2-title-line-wrap {
    display: none;
  }

  .rt-benefit-option-v1 {
    justify-content: center;
    align-items: center;
  }

  .rt-benefit-bar-v1 {
    justify-content: center;
    align-items: flex-start;
  }

  .rt-benefit-bar-v1.rt-overflow-hidden {
    grid-column-gap: 30px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-tool-item-v1.rt-2 {
    border-top-color: var(--color--royal-blue);
    border-top-color: #2563eb;
  }

  .rt-growth-progress-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-verified-image {
    width: 80%;
  }

  .rt-automation-media-image-wrap.rt-position-relative {
    padding-top: 0;
    padding-right: 0;
  }

  .rt-automation-text-content.rt-change {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .rt-automation-media-gradiant {
    display: none;
  }

  .rt-process-item-image-v2 {
    margin-left: 0;
  }

  .rt-process-item-image-holder.rt-v1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .rt-project-solution-icon-wrap {
    margin-top: 5px;
  }

  .rt-process-item-description {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .rt-process-list-v2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .rt-process-item-v1.rt-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-project-solution {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-process-image-main-holder.rt-position-relative {
    grid-template-columns: 1fr;
  }

  .rt-trial-benefit-holder {
    flex-flow: column;
  }

  .rt-free-trial-cta-holder {
    flex-flow: row;
  }

  .rt-hero-cta-holder-v3 {
    flex-flow: wrap;
  }

  .rt-hero-main-v1.rt-position-relative.rt-overflow-hidden {
    grid-template-columns: 1fr;
  }

  .rt-plan-version-v1.rt-position-relative {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
  }

  .rt-plan-saver {
    position: static;
    transform: none;
  }

  .rt-mobile-showcase-inner-text {
    width: 100%;
  }

  .rt-mobile-showcase-inner-v1 {
    grid-template-columns: 1fr;
  }

  .rt-tools-icon-wrapper {
    grid-column-gap: 45px;
  }

  .rt-hero-popup.rt-v1.is-width, .rt-hero-popup.is-width {
    max-width: none;
  }

  .rt-hero-image-wrapper.is-flex {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .rt-hero-banner-left.is-display-two {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rt-hero-image-main.is-width {
    width: 100%;
  }

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

  .rt-project-solution-icon-wrap-v2 {
    margin-top: 5px;
  }

  .rt-process-item-description-v2 {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .rt-project-solution-v2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-business.rt-overflow-hidden {
    grid-template-columns: 1fr;
  }

  .rt-testimonial-tem-bottom {
    max-width: 250px;
  }

  .rt-business-video-left {
    display: none;
  }

  .rt-business-video-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .rt-business-video-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-popular-logo {
    width: 35px;
    height: 35px;
  }

  .rt-popular-feature-main {
    grid-template-columns: 1fr;
  }

  .rt-blog-main-item {
    width: 100%;
  }

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

  .rt-hero-v11 {
    padding-top: 100px;
  }

  .rt-blog-main-part {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

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

  .rt-hero-heading-v10.rt-overflow-hidden {
    margin-bottom: 15px;
  }

  .rt-pricing-row-left.is-border {
    border-left-width: 0;
    border-right-width: 0;
  }

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

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

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

  .rt-contact-right-part {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .rt-expart-team-wrapper, .rt-about-v3-main {
    grid-template-columns: 1fr;
  }

  .rt-client-item {
    border-bottom: 1px solid #ccc;
    border-right-style: none;
    padding: 20px 0;
  }

  .rt-client-item.rt-2 {
    padding-left: 0;
  }

  .rt-client-item.rt-2.rt-margin-off {
    padding-top: 0;
    padding-left: 0;
  }

  .rt-client {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-bottom-style: none;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .rt-home-button {
    margin-top: 15px;
  }

  .rt-password-form {
    padding: 20px;
  }

  .rt-text-style-h4-2.rt-rating-max-width {
    padding-bottom: 0;
  }

  .rt-business-growth-item-2.rt-border-radius-15.rt-drop-shadow {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rt-business-growth-item-2.rt-border-radius-15.rt-drop-shadow.rt-3 {
    padding-bottom: 20px;
  }
}

#w-node-_04cb3549-7ea9-926d-165f-7a0caa3de1a4-c0026d9b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-ef2b1b0b-49ba-68d1-98cd-dbe679dbb217-c0026d1e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_152029e9-1307-cb19-befb-bc3376f0cbab-76f0cb9d, #w-node-_152029e9-1307-cb19-befb-bc3376f0cbb3-76f0cb9d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_36508ef6-2129-2ab9-51a6-9d333b38b95f-c0026d20, #w-node-_36508ef6-2129-2ab9-51a6-9d333b38b963-c0026d20 {
    place-self: center;
  }

  #w-node-_36508ef6-2129-2ab9-51a6-9d333b38b967-c0026d20, #w-node-_0aae292a-64a7-843c-3730-b7117edb6be3-c0026d6c, #w-node-_0aae292a-64a7-843c-3730-b7117edb6bf0-c0026d6c, #w-node-ceb52a4d-8d68-cb38-b784-382e91a8ccbf-c0026d9a, #w-node-ceb52a4d-8d68-cb38-b784-382e91a8cccc-c0026d9a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_04cb3549-7ea9-926d-165f-7a0caa3de1a4-c0026d9b {
    grid-column: span 1 / span 1;
  }

  #w-node-f2626af6-9e56-3e82-0dfb-e74bc3e9fda5-00d3be6d {
    place-self: center;
  }
}


