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

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

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

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Black.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Lovelo line;
  src: url('../fonts/Lovelo-Line-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lovelo line;
  src: url('../fonts/Lovelo-Line-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Qanelassoftdemo;
  src: url('../fonts/QanelasSoftDEMO-UltraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Qanelassoftdemo;
  src: url('../fonts/QanelasSoftDEMO-ExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lovelo;
  src: url('../fonts/Lovelo-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #e9eef2;
  --text: #002736;
  --link: #4f718a;
  --intro-blue: #ccdae4;
  --dark-slate-grey-ii: #3e3e3e;
  --title: #69707b;
  --bar-progress: #3791b3;
  --hero-bg: #d4e0e9;
  --lines: #8dacbf;
  --linkedin: #2a79aa;
  --pinterest: #e60023;
  --checkmark-bg: #03d583;
  --play-bg: #f57a5d;
  --bar-bg: #bbcad6;
  --dark-slate-grey: #3c3e41;
  --tab-hover: #c0d0db;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  background-color: var(--bg);
  color: var(--text);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

h1 {
  letter-spacing: -.4px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}

h2 {
  letter-spacing: -.4px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
}

h3 {
  letter-spacing: -.4px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}

h4 {
  color: var(--text);
  letter-spacing: -.4px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
}

h5 {
  letter-spacing: -.4px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

h6 {
  letter-spacing: -.4px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--link);
  cursor: pointer;
  text-decoration: none;
}

blockquote {
  text-align: center;
  background-image: url('../images/Quotemarks_1Quotemarks.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 44px;
  border-left: 1px #000;
  width: 60%;
  margin: 40px auto;
  padding: 50px 20px 10px;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 34px;
}

figcaption {
  text-align: right;
  margin-top: 5px;
  font-size: 12px;
  line-height: 18px;
}

.subtitle {
  color: #515151;
  font-size: 16px;
  line-height: 22px;
  display: none;
}

.footer-logo {
  transition: transform .2s, opacity .2s;
}

.footer-logo:hover {
  opacity: .85;
  transform: scale(1.03);
}

.dropdown-link {
  color: var(--text);
  background-color: #e8eef3;
  padding-left: 20px;
  font-size: 14px;
  transition: background-color .2s, padding .2s;
}

.dropdown-link:hover {
  background-color: #d7e0e7;
  padding-left: 23px;
}

.dropdown-link.w--current {
  color: var(--link);
}

.button-align-center {
  align-items: center;
  display: flex;
}

.margins {
  margin-bottom: 15px;
  margin-right: 15px;
  display: inline-block;
}

.nav-menu {
  justify-content: space-between;
  width: 100%;
  height: 60px;
  display: flex;
}

.blue {
  background-color: var(--text);
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.footer-expand {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.flex {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.flex.hp-flex {
  top: -5px;
  left: 57px;
}

.flex.hp-flex.a {
  margin-top: 10px;
  top: auto;
  left: auto;
}

.button-boxed {
  border: 1px none var(--text);
  color: #fff;
  text-align: center;
  background-color: #748b67;
  border-radius: 5px;
  min-width: 120px;
  min-height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 25px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s, border .2s;
}

.button-boxed:hover {
  opacity: .85;
  color: #fff;
  background-color: #0000;
}

.inline-block {
  margin-right: 3px;
  font-size: 14px;
  display: inline-block;
}

.footer-text {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}

.go-up-button {
  z-index: 1999;
  color: #fff;
  background-color: #6cce6f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 602px;
}

.go-up-button.w--current {
  z-index: 100;
  background-color: #5b914d;
  background-image: none;
  padding-left: 10px;
  padding-right: 10px;
}

.top-margin {
  position: relative;
}

.top-margin._10-pixels {
  margin-top: 10px;
}

.top-margin._15-pixels {
  margin-top: 15px;
}

.top-margin._4-pixels {
  margin-top: 40px;
}

.top-margin._20-pixels {
  margin-top: 20px;
}

.top-margin._30-pixels {
  margin-top: 30px;
}

.top-margin._8-pixels {
  margin-top: 8px;
}

.top-margin._5-pixels {
  margin-top: 5px;
}

.top-margin._3-pixels {
  margin-top: 3px;
}

.top-margin._25-pixels {
  margin-top: 25px;
}

.footer-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.menu-link {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.menu-link.w--current {
  color: #748b67;
}

.navlink {
  color: var(--text);
  height: 60px;
  margin-right: 15px;
  padding-top: 16px;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  overflow: hidden;
}

.navlink:hover {
  text-decoration: none;
}

.navlink.w--current {
  color: var(--link);
}

.button-outline-blue {
  border: 1px solid var(--text);
  color: var(--text);
  text-align: center;
  background-color: #0000;
  border-radius: 25px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 22px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-outline-blue:hover {
  color: #fff;
  background-color: #000;
}

.footer-left {
  margin-right: 20px;
  padding-right: 20px;
}

.notice-text {
  color: #fff;
  font-size: 13px;
  line-height: 21px;
}

.menu {
  width: 25%;
}

.title-small {
  color: #7f7f7f;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

.emerald {
  background-color: var(--bar-progress);
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.navbar {
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.gray {
  background-color: var(--lines);
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.hero-text-box {
  background-color: #f1f5f8;
  width: 50%;
  height: 100%;
  padding: 140px 5% 100px;
}

.hero-text-box.full {
  text-align: center;
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 40px;
}

.hero-text-box.post-page {
  text-align: center;
  background-color: #0000;
  width: 100%;
  height: auto;
  padding: 100px 0% 40px;
}

.top-line {
  border-top: 1px solid #a4aebe;
  margin-top: 5px;
  padding-top: 7px;
}

.content-wrapper {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1085px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.content-wrapper.narrow {
  max-width: none;
  padding-bottom: 60px;
  padding-left: 5px;
  padding-right: 5px;
}

.content-wrapper.navbar {
  max-width: 1300px;
  display: flex;
}

.dropdown {
  color: var(--text);
  height: 60px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
}

.footer {
  background-color: #41653be6;
  padding-top: 70px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.mini-title {
  color: var(--title);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.footer-title {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.color-box {
  margin-right: 20px;
}

.button-boxed-outline {
  border: 1px solid var(--text);
  color: var(--text);
  text-align: center;
  background-color: #0000;
  border-radius: 2.5px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-boxed-outline:hover {
  background-color: var(--text);
  color: #fff;
}

.button-outline {
  color: #feffff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #f4f5f7;
  border-radius: 25px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-outline:hover {
  color: var(--text);
  background-color: #fff;
}

.subtile-inner {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.subtile-inner.large {
  width: 80%;
}

.mini-arrow {
  margin-top: 23px;
  font-size: 13px;
}

.brand {
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-right: 20px;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .85;
  transform: scale(1.03);
}

.brand.w--current {
  padding-top: 15px;
  transition: transform .2s, opacity .2s;
}

.underline-hover {
  background-color: #748b67;
  height: 1px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.content-section {
  margin-bottom: 20px;
  padding-top: 70px;
  position: relative;
  overflow: hidden;
}

.content-section.double {
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 0;
}

.content-section.double-visible {
  background-color: #fff;
  padding-bottom: 90px;
  overflow: visible;
}

.content-section.inner-pages {
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  overflow: visible;
}

.footer-link {
  color: #fff;
  text-decoration: underline;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: .85;
}

.notice {
  margin-top: 70px;
  padding-top: 15px;
}

.bg-colored {
  background-color: var(--text);
  padding: 8px;
}

.paragraph.medium {
  font-size: 16px;
  line-height: 26px;
}

.h1-hero {
  color: #41653be6;
  letter-spacing: -1px;
  margin-top: 10px;
  padding-right: 20px;
  font-family: Qanelassoftdemo, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
}

.h1-hero.inner-pages {
  font-size: 40px;
  line-height: 52px;
}

.button {
  border: 2px solid var(--text);
  background-color: var(--dark-slate-grey-ii);
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  border-radius: 25px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: background-color .2s;
}

.button:hover {
  color: var(--text);
  background-color: #0000;
}

.footer-column {
  align-items: flex-start;
  width: 31%;
  display: flex;
}

.hero-section {
  background-color: #e9e8d4;
  background-image: none;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.hero-section.blog {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 40px;
}

.hero-section.about-us {
  height: 900px;
}

.hero-section.faqs {
  height: 500px;
}

.hero-section.faqs.ebook {
  padding-top: 100px;
}

.dropdown-toggle {
  color: var(--text);
  height: 60px;
  padding-top: 16px;
  padding-left: 15px;
  padding-right: 36px;
}

.title {
  color: #727272;
  font-size: 14px;
  line-height: 20px;
}

.title.light-blue {
  color: #000;
}

.title.light-blue.new {
  color: #fff;
  font-size: 16px;
}

.social-icon-footer {
  background-color: var(--bg);
  border-radius: 3px;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  transition: opacity .2s;
}

.social-icon-footer:hover {
  opacity: .85;
}

.social-icon-footer.pinterest {
  background-image: url('../images/pinterest_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-footer.email {
  background-image: url('../images/Email_1Email.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-footer.linkedin {
  background-image: url('../images/linkedin_1.svg');
  background-position: 50% 49%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-footer.facebook {
  background-image: url('../images/logo-de-facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-footer.twittter {
  background-image: url('../images/gorjeo_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-footer.instagram {
  background-image: url('../images/instagram_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.link-block {
  color: #69707b;
  font-size: 15px;
  text-decoration: none;
}

.link-block.white {
  color: #fff;
}

.link-block-arrow {
  position: relative;
}

.footer-newsletter {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.submit-button {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #698f4f;
  background-clip: border-box;
  border-radius: 5px;
  width: 100%;
  height: 48.5px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: #4f6d3b;
}

.success-message {
  background-color: #0000;
  font-size: 14px;
  line-height: 25px;
}

.success-message.white {
  color: #fff;
}

.error-message {
  font-size: 14px;
  line-height: 25px;
}

.button-android {
  background-color: var(--bg);
  color: var(--text);
  background-image: url('../images/logotipo-de-android.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 19px;
  border-radius: 2.5px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px 44px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: opacity .2s;
}

.button-android:hover {
  opacity: .85;
}

.button-apple {
  background-color: var(--bg);
  color: var(--text);
  background-image: url('../images/manzana.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 19px;
  border-radius: 2.5px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px 44px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: opacity .2s;
}

.button-apple:hover {
  opacity: .85;
}

.get-app {
  border: 1px none var(--text);
  color: #fff;
  background-color: #4e853f;
  background-image: linear-gradient(135deg, #36612b, #82b873);
  border-radius: 25px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-size: 14px;
  line-height: 14px;
  transition: border .2s, background-color .2s;
}

.get-app:hover {
  color: #fff;
  background-color: #3d6832;
  border-color: #333;
  padding-left: 25px;
  font-weight: 400;
}

.phone-link {
  color: var(--text);
  align-items: center;
  height: 60px;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 500;
  transition: opacity .2s;
  display: flex;
}

.phone-link:hover {
  opacity: .85;
}

.left-margin {
  margin-right: 8px;
}

.hero-right-column {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.hero-right-column.about-us {
  margin-bottom: 20px;
  padding-top: 0;
}

._76-percent-box {
  width: 100%;
}

.hero-left-column {
  width: 50%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.hero-left-column.home {
  margin-top: 173px;
  margin-bottom: 0;
}

.hero-left-column.about-us {
  margin-bottom: 30px;
}

.hero-flex {
  flex-wrap: wrap;
  align-items: stretch;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.hero-flex.vertical {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}

.button-android-dark {
  border: 3px solid var(--text);
  background-color: var(--text);
  color: #fff;
  background-image: url('../images/Google_Play_Arrow_logo.svg_1Google_Play_Arrow_logo.svg.png');
  background-position: 15px 51%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 2.5px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px 44px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: border-radius .2s;
}

.button-android-dark:hover {
  border-radius: 25px;
}

.button-apple-dark {
  border: 3px solid var(--text);
  background-color: var(--text);
  color: #fff;
  background-image: url('../images/logotipo-de-mac-os.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 19px;
  border-radius: 2.5px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px 44px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: border-radius .2s;
}

.button-apple-dark:hover {
  border-radius: 25px;
}

.on-load-8.intro {
  text-align: center;
  width: 20%;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.on-load-8.contact-intro-2 {
  border-right: 1px solid var(--lines);
  text-align: center;
  width: 30%;
  padding-left: 2.5%;
  padding-right: 20px;
}

.on-load-10.intro, .on-load-7.intro {
  text-align: center;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.on-load-7.contact-us {
  border-right: 1px solid var(--lines);
  text-align: center;
  width: 40%;
  padding-right: 20px;
}

.intro-title {
  font-family: Qanelassoftdemo, sans-serif;
  font-size: 25px;
  line-height: 33px;
}

.text-small {
  font-size: 13.5px;
  line-height: 21px;
}

.intro-title-2 {
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
}

.intro-title-3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 21px;
}

.star {
  margin-right: 6px;
}

.star.last {
  margin-right: 0;
}

.intro-title-4 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
}

.on-load-11.intro {
  text-align: center;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.intro-title-5 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 15px;
}

.intro-text-big {
  font-family: Qanelassoftdemo, sans-serif;
  font-size: 18px;
}

.intro-flex {
  z-index: 999;
  background-image: linear-gradient(135deg, #fffef5, #fff9ce);
  border-radius: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 170px;
  margin-bottom: 0;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: -5px;
  box-shadow: 3px 3px 13px -6px #b8b8b8;
}

.heading-box {
  text-align: center;
  width: 54%;
  max-width: 640px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.heading-box.large {
  width: 80%;
}

.h2-big {
  color: #3d3d3d;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.h2-big.white {
  color: #000;
}

.subheading {
  font-size: 14px;
}

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

.max-410-pixels {
  width: 100%;
  max-width: 410px;
  position: relative;
}

.max-410-pixels.setp-2 {
  max-width: 350px;
}

.max-410-pixels.a {
  left: -230px;
}

.half-column-regular {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.half-column-regular.center {
  text-align: center;
}

.half-column-flex {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 5% 2% 5% 3%;
  display: flex;
  position: relative;
}

.half-column-flex.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.half-column-flex.padding {
  padding-left: 5%;
}

.on-load-6 {
  margin-top: 0;
  position: absolute;
  top: 87px;
}

.on-load-6.about-us {
  top: 460px;
}

.on-load-9.intro {
  text-align: center;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.on-load-9.contact-intro-3 {
  text-align: center;
  width: 30%;
  padding-left: 2.5%;
  padding-right: 20px;
}

.navbar-bg {
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.newsletter-box {
  background-color: #fff;
  border-radius: 10px;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.newsletter-container {
  background-image: linear-gradient(#101920e6, #101920e6);
  height: 100vh;
  display: none;
}

.newsletter {
  z-index: 100000;
  background-image: linear-gradient(#000000b3, #000000b3);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: fixed;
  inset: 0;
}

.close-contact-form {
  background-color: #698f4f;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.close-contact-form:hover {
  color: #fff;
}

.form-block-newsletter {
  width: 100%;
  height: 100%;
  margin-top: 15px;
  margin-bottom: 0;
}

.newsletter-column {
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.newsletter-column.modal-right {
  background-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
}

.newsletter-column.modal-left {
  background-color: #698f4f47;
  background-image: url('../images/1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 309px;
}

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

.content-section-blue {
  background-color: #ffffffe6;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  overflow: visible;
}

.content-section-blue.reduced {
  background-color: #41653be6;
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-section-blue.about-us {
  background-color: #748b67;
}

.white {
  color: #fff;
}

.accordion-wrapper {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 10px;
}

.accordion-item-trigger {
  cursor: pointer;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.full-width {
  flex: 1;
}

.flex-no-wrap {
  flex-wrap: nowrap;
  display: flex;
}

.open-close-box {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 28px;
  display: flex;
  position: relative;
}

.faq-arrow {
  max-width: none;
}

.accordion-item-content {
  margin-top: 10px;
  padding-left: 50px;
  padding-right: 25px;
  overflow: hidden;
}

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

.bottom-margin._40-pixels {
  margin-bottom: 40px;
}

.content-section-light {
  background-color: #e9e9d4;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.mini-feature {
  background-color: #d1ceb6;
  border-radius: 7.5px;
  padding: 11px 13px 8px;
  display: inline-block;
  box-shadow: 2px 2px 5px -4px #cacaca;
}

.mini-text-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
}

.mini-text {
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 15px;
}

.right-margin {
  margin-right: 10px;
}

.right-margin.intro {
  margin-right: 20px;
  padding-top: 15px;
}

.right-margin.iphone {
  text-align: center;
  width: 42px;
  margin-right: 20px;
  padding-top: 4px;
}

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

.left-padding {
  padding-left: 25px;
}

.left-padding._100-pixels {
  padding-left: 100px;
}

.left-padding._140-pixels {
  padding-left: 140px;
}

.left-padding._10-pixels {
  padding-left: 10px;
}

.medium-text {
  color: var(--title);
  font-size: 14px;
  line-height: 20px;
}

.image {
  position: absolute;
}

.relative {
  display: inline-block;
  position: relative;
}

.relative.hidden {
  overflow: hidden;
}

.inner-wrapper {
  width: 95%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.semi-bold {
  color: #333;
  font-weight: 600;
  display: inline-block;
}

.feature {
  text-align: center;
  width: 33.333%;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.feature.no-margin {
  margin-bottom: 0;
}

.feature.no-margin.e {
  background-color: #f2fffe;
  border-radius: 10px;
  width: 31.1%;
  margin-bottom: 40px;
  margin-left: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 1px 1px 1px #cecece;
}

.feature.no-margin.d {
  background-color: #ffe8b7;
  border-radius: 10px;
  width: 31.1%;
  margin-bottom: 40px;
  margin-left: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 1px 1px 1px #cecece;
}

.feature.last {
  background-color: #f0f0f0;
  border-radius: 10px;
  width: 31.1%;
  margin-bottom: 40px;
  margin-left: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 1px 1px 1px #cecece;
}

.feature.a {
  background-color: #ffffec;
  border-radius: 10px;
  width: 31.1%;
  margin-left: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 1px 1px 1px #cecece;
}

.feature.b {
  background-color: #e1ffcf;
  border-radius: 10px;
  width: 31.1%;
  margin-left: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 1px 1px 1px #cecece;
}

.feature.c {
  background-color: #f3ffce;
  border: 10px #000;
  border-radius: 10px;
  width: 31.1%;
  margin-left: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 1px 1px 1px #cecece;
}

.plan-description {
  border-right: 1px solid var(--lines);
  width: 37%;
  padding: 15px 15px 3px 20px;
  font-size: 15px;
}

.plan-detail {
  border-right: 1px solid var(--lines);
  width: 21%;
  padding: 15px 10px 8px 15px;
  font-size: 15px;
  line-height: 22px;
  display: flex;
}

.plan-detail.last {
  border-right-style: none;
}

.plan-detail.no-included {
  cursor: not-allowed;
}

.checkmark {
  background-color: #45a071;
  background-image: url('../images/marca-de-verificacion.svg');
  background-position: 50% 54%;
  background-repeat: no-repeat;
  background-size: 9px;
  border-radius: 50%;
  width: 17px;
  height: 17px;
}

.checkmark-box {
  margin-right: 9px;
  padding-top: 5px;
}

.checkmark-box.not-included {
  padding-top: 2px;
}

.row {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--lines);
  flex-wrap: wrap;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.row:hover {
  background-color: #c6d5e0;
}

.row.last {
  border-bottom-style: solid;
}

.plans-buttons {
  border: 1px none var(--lines);
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.plan-description-last {
  border: 1px #000;
  width: 37%;
  padding: 15px 15px 3px 20px;
  font-size: 15px;
}

.plan-button-box {
  border-right-width: 1px;
  border-right-color: var(--lines);
  width: 21%;
  padding: 15px 10px 3px 15px;
  font-size: 15px;
  line-height: 25px;
  display: flex;
}

.button-boxed-gray {
  background-color: var(--lines);
  color: #fff;
  text-align: center;
  border-radius: 2.5px;
  min-width: 80px;
  min-height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 25px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  transition: background-color .2s;
}

.button-boxed-gray:hover {
  opacity: .85;
  background-color: #98b5c7;
}

.title-row {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.plan-title {
  width: 37%;
  padding: 15px 15px 3px 20px;
}

.plan-title-detail {
  width: 21%;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 10px;
  font-size: 15px;
  line-height: 25px;
}

.accordion {
  cursor: pointer;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 5px;
  padding-left: 22px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.accordion:hover {
  text-decoration: none;
}

.question {
  font-size: 18px;
  font-weight: 500;
}

.open-close {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin-left: 10px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.accordion-content {
  margin-top: 10px;
  padding-top: 0;
  padding-left: 22px;
  padding-right: 25px;
  overflow: hidden;
}

.faq-item {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 20px;
}

.testimonial {
  background-color: #0000;
  border-radius: 10px;
  width: 50%;
  padding: 25px 2.5%;
}

.testimonial-text {
  color: var(--text);
  font-size: 16px;
  line-height: 26px;
}

.mask-testimonials {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.testimonials {
  background-color: #0000;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.slide-right-arrow {
  background-color: #87b17b;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-right: 22px;
  padding-top: 3px;
  font-size: 33px;
  transition: opacity .2s;
  display: flex;
}

.slide-right-arrow:hover {
  opacity: .85;
}

.testimonial-name {
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

.display-none {
  display: none;
}

.slide-left-arrow {
  background-color: #87b17b;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-left: 22px;
  padding-top: 3px;
  font-size: 33px;
  transition: opacity .2s;
  display: flex;
}

.slide-left-arrow:hover {
  opacity: .85;
}

.testimonial-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 6px solid #e9eef291;
  border-radius: 50%;
  width: 53px;
  height: 53px;
}

.testimonial-pic._1 {
  background-image: url('../images/Pic-1_1Pic-1.jpg');
  border-width: 3px;
}

.testimonial-pic._2 {
  background-image: url('../images/Pic-2_1Pic-2.jpg');
  border-width: 3px;
}

.testimonial-pic._3 {
  background-image: url('../images/Pic-3_1Pic-3.jpg');
  border-width: 3px;
}

.testimonial-pic._4 {
  background-image: url('../images/Pic-4_1Pic-4.jpg');
  border-width: 3px;
}

.expand {
  flex: 1;
}

.testimonial-bg {
  background-image: url('../images/Fig-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 85px;
  justify-content: center;
  width: 90px;
  height: 75px;
  margin-right: 20px;
  padding-top: 7px;
  display: flex;
}

.testimonial-bg._2 {
  background-image: url('../images/Fig-2.png');
  background-size: 80px;
}

.testimonial-bg._3 {
  background-image: url('../images/Fig-3.png');
  background-size: 80px;
}

.testimonial-bg._4 {
  background-image: url('../images/Fig-4.png');
  background-size: 71px;
}

.trial-signup {
  text-align: center;
  justify-content: center;
  width: 68%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.arrow-box {
  width: 70px;
  margin-right: 22px;
}

.arrow-box.right {
  margin-left: 22px;
  margin-right: 0;
}

.trial-email-input {
  border: 1px solid var(--lines);
  background-color: #0000;
  border-radius: 27.5px 0 0 27.5px;
  width: 65%;
  max-width: 240px;
  height: 55px;
  margin-bottom: 0;
  padding-left: 30px;
}

.trial-email-input::placeholder {
  color: var(--title);
}

.form {
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.trial-submit-button {
  background-color: var(--lines);
  border-radius: 0 27.5px 27.5px 0;
  flex: 1;
  min-width: 140px;
  height: 55px;
  padding-left: 5%;
  padding-right: 5%;
  transition: opacity .2s;
}

.trial-submit-button:hover {
  opacity: .85;
}

.footer-input {
  background-color: #fff;
  border-right-width: 1px;
  border-right-color: #e9eef2;
  border-radius: 10px 0 0 10px;
  width: 60%;
  height: 48.5px;
  padding-left: 17px;
}

.footer-input::placeholder {
  color: #69707b;
  font-size: 14px;
}

.submit-button-footer {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #698f4f;
  background-clip: border-box;
  border-radius: 0 10px 10px 0;
  width: 40%;
  height: 48.5px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .2s;
}

.submit-button-footer:hover {
  background-color: #69914e;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

._80-percent-column {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.insta-pic {
  width: 25%;
  position: relative;
  overflow: hidden;
}

.absolute-bg {
  background-color: var(--hero-bg);
  display: none;
  position: absolute;
  inset: 0%;
}

.absolute-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.absolute-image.insta-2 {
  background-image: url('../images/Insta-2.jpg');
}

.absolute-image.insta-1 {
  background-image: url('../images/Insta-1.jpg');
}

.absolute-image.insta-3 {
  background-image: url('../images/Insta-3.jpg');
}

.absolute-image.insta-5 {
  background-image: url('../images/Insta-4.jpg');
}

.hover-overlay {
  background-color: #fffc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.insta-handle {
  font-size: 18px;
}

.link {
  transition: opacity .2s;
}

.link:hover {
  opacity: .85;
}

.scale-on-hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.overlay {
  z-index: 1;
  background-image: url('../images/Overlay.png');
  background-position: 50% 20%;
  background-repeat: repeat-x;
  background-size: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay.blog-page {
  background-position: 50% 100%;
  background-size: auto 57%;
  border-radius: 5px;
}

.category-lik {
  color: #000;
  letter-spacing: .5px;
  text-transform: capitalize;
  border-radius: 20px;
  padding: 10px 9px;
  font-size: 15px;
  font-weight: 400;
  line-height: 8px;
  transition: opacity .2s;
  display: inline-block;
}

.category-lik:hover {
  opacity: .9;
}

.blog-title-white {
  opacity: .85;
  color: #fff;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  transition: opacity .2s;
  display: inline-block;
}

.h6-medium {
  font-size: 20px;
}

.empty-state {
  background-color: #0000;
}

.blog-title-medium {
  color: #333;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: opacity .2s;
  display: flex;
}

.blog-title-medium:hover {
  opacity: .85;
}

.post-flex-box {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-left: 15px;
  display: flex;
}

.time-to-read {
  color: #000;
  font-size: 16px;
  font-style: normal;
  line-height: 21px;
}

.intro-section {
  background-color: #faf1aea6;
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.about-us-intro {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.max-480-pixels {
  width: 100%;
  max-width: 480px;
}

.max-517-pixles {
  width: 100%;
  max-width: 517px;
  padding-left: 5%;
  padding-right: 8%;
}

.full-column-left {
  background-color: #fff;
  justify-content: flex-end;
  width: 50%;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.content-section-simple {
  background-color: var(--hero-bg);
  position: relative;
  overflow: hidden;
}

.full-column-image {
  background-color: #fff;
  background-image: url('../images/macaroni-eco-friendly-scooter-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-end;
  width: 50%;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.full-column-image._2 {
  background-image: url('../images/Essay-Writer.png');
}

.bar-containter {
  align-items: flex-end;
  display: flex;
}

.bar {
  background-color: #f5f2d77d;
  border-radius: 7px;
  width: 73%;
  height: 14px;
  margin-bottom: 3px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}

.bar-progress {
  background-color: #218eb8;
  border-radius: 7px;
  width: 100%;
  height: 14px;
  position: absolute;
  overflow: hidden;
}

.bar-progress._90 {
  background-color: #748b67;
  width: 90%;
}

.bar-progress._75 {
  background-color: #748b67;
  width: 75%;
}

.social-icon-regular {
  background-color: #067aeb;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  transition: background-color .2s;
}

.social-icon-regular:hover {
  background-color: #0970d4;
}

.social-icon-regular.facebook {
  background-color: #067aeb;
  background-image: url('../images/logo-de-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
}

.social-icon-regular.facebook:hover {
  background-color: #0972d8;
}

.social-icon-regular.instagram-no-margin {
  background-color: #fb774e;
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-color: #ff7e4f;
}

.social-icon-regular.instagram-no-margin:hover {
  background-color: #fc6739;
}

.social-icon-regular.twittter {
  background-color: #1da1f2;
  background-image: url('../images/gorjeo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-color: #1da1f2;
}

.social-icon-regular.twittter:hover {
  background-color: #1895e2;
}

.social-icon-regular.linkedin {
  background-color: var(--linkedin);
  background-image: url('../images/linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-color: #1da1f2;
}

.social-icon-regular.linkedin:hover {
  background-color: #1895e2;
}

.social-icon-regular.pinterest {
  background-color: var(--pinterest);
  background-image: url('../images/pinterest.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-color: #1da1f2;
}

.social-icon-regular.pinterest:hover {
  background-color: #1895e2;
}

.social-icon-regular.email {
  background-color: var(--text);
  background-image: url('../images/email-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-color: #1da1f2;
}

.social-icon-regular.email:hover {
  background-color: #1895e2;
}

.hover-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.move-up-2 {
  display: inline-block;
}

.hover-bg {
  text-align: center;
  background-color: #f1f5f8;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover-bg.tablet-view {
  background-color: var(--hero-bg);
  display: flex;
}

.image-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.image-bg.team {
  background-image: url('../images/Team-1.jpg');
}

.image-bg.team-2 {
  background-image: url('../images/Team-2.jpg');
}

.image-bg.team-4 {
  background-image: url('../images/Team-4.jpg');
}

.image-bg.team-5 {
  background-image: url('../images/Team-5.jpg');
}

.image-bg.team-6 {
  background-image: url('../images/Team-6.jpg');
}

.image-bg.team-3 {
  background-image: url('../images/Team-3.jpg');
}

.image-bg._1 {
  background-color: #fff;
  background-image: url('../images/Take-my-online-class.png');
  background-size: contain;
}

.image-bg._2 {
  background-image: none;
}

.image-bg.video {
  background-image: url('../images/linkedin-sales-navigator-NpyF7rjqmq4-unsplash.jpg');
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.move-up, .move-up-3 {
  display: inline-block;
}

.team-member {
  width: 30%;
  margin-right: 4%;
}

.team-member._2 {
  padding-top: 50px;
}

.team-member._3, .team-member.last {
  margin-right: 0%;
  padding-top: 100px;
}

.h6-small {
  font-size: 18px;
  line-height: 26px;
}

.h6-small.white {
  margin-top: 0;
  margin-bottom: 5px;
}

.waves {
  background-image: url('../images/Waves.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 192px;
  width: 192px;
  height: 177px;
  position: absolute;
  top: 222px;
  left: -89px;
}

.column-text-right {
  background-color: #fffdec;
  justify-content: flex-start;
  width: 50%;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 3%;
  display: flex;
}

.text-block {
  color: #fff;
  background-color: #30433b;
  border-radius: 11px;
  height: 21px;
  padding: 5px;
  font-size: 10px;
  line-height: 10px;
}

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

.date {
  background-color: var(--intro-blue);
  border-radius: 7px;
  padding: 10px 12px 9px;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  display: inline-block;
}

.timeline-date-left {
  text-align: right;
  width: 48%;
  padding-top: 25px;
}

.timeline-text-right {
  width: 48%;
}

.timeline-text-box {
  max-width: 290px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.timeline-item {
  justify-content: center;
  align-items: stretch;
  margin-left: 5px;
  display: flex;
}

.center-line {
  background-color: var(--lines);
  width: 1px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.dot {
  border: 2px solid var(--lines);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 32px;
  left: -8px;
}

.center-dot {
  background-color: var(--lines);
  border-radius: 50%;
  width: 9px;
  height: 9px;
}

.center-line-box {
  text-align: right;
  width: 75px;
}

.timeline-date-right {
  text-align: left;
  width: 48%;
  padding-top: 25px;
}

.timeline-text-left {
  text-align: right;
  justify-content: flex-end;
  width: 48%;
  display: flex;
}

.feature-item {
  flex-wrap: wrap;
  max-width: 250px;
  margin-bottom: 60px;
  display: flex;
}

.feature-item.no-margin {
  margin-bottom: 0;
}

.iphone-column-left {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  width: 30%;
  display: flex;
}

.flex-justify-center {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.iphone-column-right {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  padding-left: 20px;
  display: flex;
}

.client-logo {
  text-align: center;
  width: 25%;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.client-logo.no-margin, .client-logo.last {
  margin-bottom: 0;
}

.clients {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  position: relative;
}

.tabs-menu {
  background-color: var(--intro-blue);
  text-align: center;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab {
  border-right-width: 1px;
  border-right-color: var(--lines);
  color: var(--title);
  background-color: #0000;
  width: 30%;
  max-width: 295px;
  padding: 25px 0 15px;
  transition: color .2s;
}

.tab:hover {
  color: var(--text);
}

.tab.w--current {
  color: var(--text);
  background-color: #0000;
}

.tab-tex-box {
  border-right: 1px solid var(--lines);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.tab-tex-box.last {
  border-right-style: none;
}

.checkmark-green {
  background-color: var(--checkmark-bg);
  background-image: url('../images/marca-de-verificacion.svg');
  background-position: 50% 54%;
  background-repeat: no-repeat;
  background-size: 9px;
  border-radius: 50%;
  width: 17px;
  height: 17px;
}

.dark-blue {
  color: var(--text);
}

.tab-pane {
  padding-top: 70px;
  padding-bottom: 70px;
}

.play-button {
  background-color: var(--play-bg);
  background-image: url('../images/jugar.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 50%;
  width: 68px;
  height: 68px;
}

.button-outline-white {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 2.5px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-outline-white:hover {
  color: var(--text);
  background-color: #fff;
}

.left-side-column {
  width: 28%;
}

.sticky-bar {
  position: sticky;
  top: 60px;
}

.h5-small {
  font-size: 21px;
  font-weight: 500;
  line-height: 27px;
}

.h5-small-block {
  margin-right: 10px;
  font-size: 21px;
  font-weight: 500;
  line-height: 27px;
  display: inline-block;
}

.licensing-item {
  margin-bottom: 3%;
}

.assitant-pic {
  border: 4px solid var(--bar-bg);
  background-image: url('../images/Contact-2.png');
  background-position: 0 -5px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-top: 10px;
}

.assitant-text {
  font-size: 15px;
  line-height: 23px;
}

.assistant-right {
  text-align: left;
  flex: 1;
  padding-left: 4%;
}

.contact-item {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.contact-intro {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.algin-right {
  text-align: left;
  padding-right: 20px;
}

.contact-link {
  color: var(--text);
  font-size: 15px;
}

.contact-form-right {
  flex: 1;
  width: 70%;
}

.input {
  background-color: #0000;
  border: 1px solid #95ba8b;
  border-radius: 5px;
  width: 48%;
  height: 50px;
  margin-bottom: 30px;
  padding-left: 3%;
}

.input::placeholder {
  color: var(--title);
  font-size: 14px;
}

.input.full {
  width: 100%;
  margin-bottom: 10px;
}

.form-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.contact-form-left {
  align-items: center;
  width: 35%;
  padding-right: 40px;
  display: flex;
}

.select-field {
  color: var(--title);
  background-color: #0000;
  border: 1px solid #95ba8b;
  border-radius: 2.5px;
  height: 50px;
  margin-bottom: 30px;
  padding-left: 3%;
}

.textarea {
  background-color: #0000;
  border: 1px solid #95ba8b;
  border-radius: 5px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 50px;
  padding-left: 3%;
}

.textarea::placeholder {
  color: var(--title);
}

.submit-button-form {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  border-radius: 5px;
  width: 48%;
  min-width: 200px;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 500;
  transition: border .2s, background-color .2s;
}

.submit-button-form:hover {
  border: 1px solid var(--text);
  color: var(--text);
  background-color: #0000;
}

.submit-button-form.full {
  width: 100%;
  min-width: auto;
}

.text-medium {
  font-size: 15px;
  line-height: 23px;
}

.social-icon {
  background-color: var(--text);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  transition: opacity .2s;
}

.social-icon:hover {
  opacity: .85;
}

.social-icon.facebook {
  color: #000;
  background-image: url('../images/logo-de-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon.instagram {
  background-image: url('../images/instagram_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon.twitter {
  color: #000;
  background-image: url('../images/gorjeo_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.social-icon.linkedin {
  background-image: url('../images/linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon.pinterest {
  background-image: url('../images/pinterest.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon.email {
  background-image: url('../images/email-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon.instagram {
  color: #000;
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.map {
  height: 360px;
  margin-top: 80px;
  display: none;
}

.sign-up-input {
  background-color: #0000;
  border: 1px solid #3e3e3e1a;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  transition: border-color .2s;
}

.sign-up-input:hover {
  border-bottom-color: #1a8ef7;
}

.faq-block {
  margin-top: 40px;
}

.bottom-margin-image {
  width: 100%;
  margin-bottom: 20px;
}

.blog-block {
  border-bottom: 1px solid var(--lines);
  margin-top: 20px;
  padding-bottom: 15px;
}

.blog-left-column {
  flex: 1;
  width: 70%;
  margin-right: 2%;
}

.featured-preview {
  width: 100%;
  margin-right: 1.5%;
}

.blog-right-column {
  width: 30%;
}

.blog-title {
  color: #4b4d52;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  transition: opacity .2s;
  display: flex;
}

.blog-title:hover {
  opacity: .85;
}

.post-text-box {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-left: 15px;
  display: flex;
}

.relative-full-height {
  height: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.flex-post-preview {
  flex-wrap: wrap;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

.category {
  transition: opacity .2s;
}

.category:hover {
  opacity: .85;
}

.tag {
  color: var(--title);
  border: 1px solid #206144;
  border-radius: 50px;
  margin-bottom: 5px;
  margin-right: 7px;
  padding: 7px 15px 5px;
  font-size: 12px;
  line-height: 12px;
  transition: color .2s, background-color .2s;
  display: inline-block;
}

.tag:hover {
  color: #fff;
  background-color: #7bb37d;
}

.side-post {
  flex-wrap: wrap;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.side-post.last {
  margin-bottom: 0;
}

.hero-blog-right {
  flex: 1;
  width: 42%;
}

.collection-list {
  height: 100%;
}

.preview-blog-left {
  width: 56%;
  margin-right: 2%;
  position: relative;
}

.collection-list-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.main-blog-title {
  opacity: .85;
  color: #fff;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  transition: opacity .2s;
  display: inline-block;
}

.pagination {
  justify-content: flex-end;
}

.inner-post-grid {
  flex-flow: wrap;
  width: 30.3%;
  height: 100%;
  margin-bottom: 40px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  display: flex;
  position: relative;
}

.relative-full {
  width: 100%;
  display: inline-block;
  position: relative;
}

.post-grid-padding {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.post-heading-box {
  text-align: center;
  width: 75%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.collection-item {
  width: 30.3%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.post {
  padding-top: 60px;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._404 {
  font-size: 150px;
  line-height: 160px;
}

.tabs-right {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.tabs-left {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 5% 2% 5% 3%;
  display: flex;
  position: relative;
}

.tabs-left.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.mobile-column {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.social-icon-mini {
  background-color: #067aeb;
  border-radius: 3px;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  transition: background-color .2s;
}

.social-icon-mini:hover {
  background-color: #0970d4;
}

.social-icon-mini.facebook {
  background-color: #067aeb;
  background-image: url('../images/logo-de-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.social-icon-mini.twittter {
  background-color: #1da1f2;
  background-image: url('../images/gorjeo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-color: #1da1f2;
}

.social-icon-mini.twittter:hover {
  background-color: #1895e2;
}

.social-icon-mini.linkedin {
  background-color: #01669e;
  background-image: url('../images/linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.social-icon-mini.pinterest {
  background-color: #e60023;
  background-image: url('../images/pinterest.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.social-icon-mini.email {
  background-color: #333;
  background-image: url('../images/email-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.social-icon-mini.instagram-no-margin {
  background-color: #fb774e;
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-color: #ff7e4f;
}

.social-icon-mini.instagram-no-margin:hover {
  background-color: #fc6739;
}

.mobile-view {
  margin-top: 10px;
  display: none;
}

.video {
  width: 100%;
  margin-bottom: 20px;
}

.about-intro {
  width: 33.333%;
  padding-right: 15px;
  display: flex;
}

.h3-big {
  color: #333;
  margin-top: 10px;
  font-size: 30px;
  line-height: 1.4;
}

.h3-big.white {
  color: #fff;
}

.testimonal-flex {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

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

.relative-post {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.image-1 {
  object-fit: contain;
  height: 100%;
  position: absolute;
  inset: 0% auto;
}

.sticky-content-block {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 410px;
  min-height: 100vh;
  display: flex;
}

.sticky-right {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  bottom: auto;
}

.sticky-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 5% 2% 5% 3%;
  display: flex;
  position: static;
}

.button-outline-2 {
  color: #feffff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #f4f5f7;
  border-radius: 25px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-outline-2:hover {
  color: var(--title);
  background-color: #fff;
}

.sticky-container {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
  position: static;
}

.image-3 {
  object-fit: contain;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto;
}

.image-2 {
  object-fit: contain;
  height: 100%;
  position: absolute;
  inset: 0% auto;
}

.image-3-hide, .image-1-hide, .image-2-hide {
  object-fit: contain;
  height: 100%;
  display: none;
  position: relative;
  inset: 0% auto;
}

.button-android-white {
  border: 2.5px solid var(--text);
  color: var(--text);
  background-color: #fff;
  background-image: url('../images/Google_Play_Arrow_logo.svg_1Google_Play_Arrow_logo.svg.png');
  background-position: 15px 51%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 3px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px 44px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: border-radius .2s;
}

.button-android-white:hover {
  border-radius: 25px;
}

.button-apple-white {
  border: 2.5px solid var(--text);
  color: var(--text);
  background-color: #fff;
  background-image: url('../images/manzana.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 19px;
  border-radius: 3px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px 44px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: border-radius .2s;
}

.button-apple-white:hover {
  border-radius: 25px;
}

.person {
  background-color: #fff;
  background-image: url('../images/Pearson.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #ffffff63;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.person._2 {
  background-image: url('../images/DL2.png');
  border-color: #ffc79a;
  width: 50px;
  height: 50px;
  margin-left: -20px;
}

.person._3 {
  background-image: url('../images/Blackboard-Learn.png');
  border-color: #fff;
  width: 45px;
  height: 45px;
  margin-left: -20px;
}

.person._3._4._5 {
  background-image: url('../images/Instructure.png');
  border-color: #fff;
  width: 50px;
  height: 50px;
}

.person._3._4._5._6 {
  background-image: url('../images/DL2.png');
}

.person._3._9 {
  width: 50px;
  height: 50px;
}

.step-scroll {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.trigger {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.trigger._2 {
  height: 59%;
  top: 41%;
}

.trigger._1 {
  height: 85%;
  top: 15%;
}

.trigger._3 {
  height: 29%;
  top: 71%;
}

.scroll-line-wrap {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  position: absolute;
  inset: auto auto 0% -50%;
}

.scroll-base {
  transform-origin: 0%;
  background-color: #eeeff4;
  width: 100%;
  height: 6px;
}

.dot-block {
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.dot-2 {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  align-self: center;
  width: 12px;
  height: 12px;
  position: relative;
}

.step-block {
  flex-wrap: nowrap;
  flex: none;
  place-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  display: flex;
  position: relative;
}

.step-block.a {
  flex-wrap: nowrap;
  flex: none;
  align-items: center;
  display: flex;
}

.step-block.b, .step-block.c {
  flex: none;
}

.scroll-wrap {
  background-color: #fff;
  align-self: flex-start;
  width: 100%;
  height: 400vh;
  display: flex;
  position: relative;
}

.step {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  padding: 12%;
  display: flex;
  position: relative;
}

.label {
  color: #006cd0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.scroll-animate {
  z-index: 999;
  transform-origin: 0%;
  background-color: #006cd0;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
}

.scroll-animate.s-2 {
  background-color: silver;
}

.scroll-animate.s-3 {
  background-color: #bbb;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.img-block.anima-1 {
  width: 100%;
  position: static;
  left: 134px;
}

.img-block.anima-1.a {
  position: static;
}

.img-block.anima-1 {
  width: 40%;
}

.img-block.anima-2 {
  margin-right: 20px;
}

.clone-section {
  margin-bottom: 0;
}

.heading {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.scroll-container {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.content-2 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 64px;
}

.h2.how {
  color: #000;
  margin-bottom: 32px;
}

.feature_grid {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  height: 52vw;
}

.feature_wrap {
  padding-top: 66px;
  padding-bottom: 106px;
}

.feature_wrap._2 {
  padding-bottom: 140px;
}

._480 {
  max-width: 480px;
}

.container {
  width: 100%;
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
}

.feature_image {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.feature_image._1, .feature_image._2, .feature_image._3 {
  display: block;
  left: 0%;
}

.feature_text {
  color: #000;
}

.feature_image-wrap {
  width: 100%;
  max-width: 567px;
  position: relative;
}

.section {
  color: #333;
  background-color: #fffae99e;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10 {
  font-size: 14px;
}

.text-span {
  font-family: Space Mono, sans-serif;
}

.text-block-3 {
  color: #333;
}

.paragraph-12 {
  color: #666;
}

.text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8 {
  color: #333;
}

.text-block-9 {
  color: #000;
}

.link-2, .link-3, .link-4 {
  color: var(--title);
}

.step-scroll-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.scroll-line-wrap-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  position: absolute;
  inset: auto auto 0% -50%;
}

.scroll-base-2 {
  transform-origin: 0%;
  background-color: #eeeff4;
  width: 100%;
  height: 6px;
}

.step-block-2 {
  background-color: #0000;
  flex-wrap: nowrap;
  flex: 0 auto;
  place-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.step-block-2.a {
  background-color: #ffefaa9e;
  flex: none;
}

.step-block-2.b {
  background-color: #ffde96c9;
  flex: none;
}

.step-block-2.c {
  background-color: #ffde96;
  flex: none;
}

.scroll-wrap-2 {
  align-self: flex-start;
  width: 100%;
  height: 400vh;
  display: flex;
  position: relative;
}

.step-2 {
  z-index: 2;
  background-color: #0000;
  border-radius: 16px;
  align-items: center;
  margin-left: 40px;
  padding: 12% 5%;
  display: flex;
  position: relative;
}

.label-2 {
  color: #4f8f43;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.clone-section-2 {
  background-color: #fff8d9;
  margin-bottom: auto;
}

.heading-2 {
  color: var(--dark-slate-grey-ii);
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.scroll-container-2 {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.step-content-block-2 {
  text-align: left;
  align-self: center;
  position: relative;
}

.paragraph-14 {
  color: #181818;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.paragraph-15, .paragraph-16 {
  color: var(--dark-slate-grey);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.section-2 {
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

.rich-text-block {
  color: var(--dark-slate-grey-ii);
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

._4-col {
  width: 300px;
  margin-right: 20px;
  display: inline-block;
}

._4-col._4-col-last {
  margin-right: 0;
  display: inline-block;
}

.feature5-item-wrap {
  border-radius: 10px;
  padding: 10px 30px 10px 10px;
}

.tagline {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.tagline.b {
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 172px;
  font-weight: 700;
}

.feature5-row-wrap {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w80-50 {
  padding-top: 0;
  padding-bottom: 50px;
  display: block;
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-60 {
  opacity: .6;
  color: #494949;
  font-size: 16px;
  line-height: 27px;
}

.text-20 {
  opacity: 1;
  color: #737373;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.heading-3 {
  color: #565656;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.image-6 {
  margin-bottom: 10px;
}

.section-3 {
  background-color: #0000;
}

.service-icon {
  background-color: #fffad8;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 16px 10px;
  display: flex;
  box-shadow: 1px 1px 2px #aaa;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.benefits-row {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 1px solid #889ea833;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.number-item {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 24px 36px;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
  position: relative;
}

.number-item:hover {
  z-index: 1;
  box-shadow: 0 12px 36px -8px #292b4e12;
}

.subtitle-2 {
  color: #626d86;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.number-info {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.verticle-line {
  background-color: #889ea833;
  height: 100%;
  position: relative;
}

.heading-4, .heading-5, .heading-6, .heading-7 {
  color: #4b7b68;
}

.image-11 {
  z-index: 999;
  position: relative;
  top: 0;
}

.heading-8 {
  color: var(--dark-slate-grey-ii);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-span-2 {
  color: #414141;
  font-family: Qanelassoftdemo, sans-serif;
  font-weight: 700;
}

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.integration-link-wrapper {
  align-items: center;
  display: flex;
}

.integration-icon {
  z-index: 5;
  width: 48px;
  height: 48px;
  position: relative;
}

.integration-link {
  border: 1px solid #262626;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 8px;
  transition: border-color .3s;
  display: flex;
}

.integration-link:hover {
  border-color: #5d38a7;
}

.integration-details {
  color: #999;
  max-width: 140px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 28px;
}

.integration-title {
  color: #fff;
  letter-spacing: -.03em;
  margin-right: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.large-heading {
  color: #fff;
  letter-spacing: -.03em;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.integration-title-wrapper {
  justify-content: space-between;
  display: flex;
}

.bloom-effect {
  filter: blur(40px);
  width: 120px;
  height: 150px;
  position: absolute;
  inset: -20px auto auto -20px;
}

.title-paragraph {
  color: #999;
  font-size: 22px;
  line-height: 32px;
}

.integration-section {
  background-color: #000;
  padding: 100px 3%;
  overflow: hidden;
}

.integration {
  background-color: #121212;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 230px;
  padding: 30px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.integrations-container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.integration-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.integration-2 {
  background-color: #0000;
  border-radius: 20px;
  flex-direction: column;
  padding: 32px 35px;
  transition: box-shadow .3s;
}

.integration-2:hover {
  box-shadow: 10px 41px 60px #a0a5b117;
}

.integration-2.e {
  background-color: #0000;
}

.integration-2.c {
  background-color: #0000;
  background-image: linear-gradient(270deg, #85c0753b, #fff0);
}

.integration-2.f {
  background-color: #0000;
  background-image: linear-gradient(225deg, #fff, #fff0);
}

.integration-2.a {
  background-image: linear-gradient(45deg, #ffffff8f, #0000);
}

.integrations-button {
  background-color: #e9ae52;
  background-image: linear-gradient(135deg, #b98737, #eccfa2);
  border: 4px #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 180px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: all .5s;
  display: flex;
}

.integrations-button:hover {
  color: #fff;
  background-color: #e9ae52a8;
  background-image: linear-gradient(to right, #be8c3d, #eec991);
  border: 4px #e9ae52;
  border-radius: 50px;
}

.integration-icon-2 {
  max-width: none;
}

.title-paragraph-2 {
  color: #4f4f4f;
  max-width: 470px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.integration-section-2 {
  background-color: #0000;
  background-image: linear-gradient(to right, #fff2d7c2, #fff);
  padding: 100px 3%;
  overflow: hidden;
}

.integration-heading {
  color: var(--dark-slate-grey-ii);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.integration-title-2 {
  color: #464646;
  letter-spacing: -.03em;
  margin-bottom: 14px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.integration-title-2.e, .integration-title-2.f {
  color: #464646;
}

.integration-grid-2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.integration-details-2 {
  color: #3f3f3f;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 25px;
}

.integration-details-2.e, .integration-details-2.c, .integration-details-2.f {
  color: #3f3f3f;
}

.icon-border {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 28px;
  padding: 15px;
  display: flex;
}

.icon-border.green {
  background-color: #85c07599;
  border-radius: 10%;
  box-shadow: 28px 28px 40px -18px #3a3a3a;
}

.icon-border.grey {
  background-color: #f57b5dc2;
  border-radius: 10%;
  box-shadow: 14px 14px 40px -18px #3a3a3a;
}

.icon-border.pink {
  background-color: #4c96b17a;
  border-radius: 10%;
  box-shadow: 28px 28px 40px -18px #3a3a3a;
}

.icon-border.purple {
  background-color: #ffeeb3;
  border-radius: 10%;
  box-shadow: 28px 28px 40px -18px #3a3a3a;
}

.icon-border.orange {
  background-color: #faf1dac7;
  border-radius: 10%;
  box-shadow: 28px 28px 40px -18px #3a3a3a;
}

.icon-border.blue {
  background-color: #fff;
  border-radius: 10%;
  box-shadow: 28px 28px 40px -18px #000000c9;
}

.integrations-container-2 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.dots.left {
  position: absolute;
  inset: auto auto -30px -30px;
}

.dots.right {
  position: absolute;
  inset: -20px -53px auto auto;
}

.dots-wrapper {
  position: relative;
}

.title-wrap-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.arrow {
  margin-left: 20px;
}

.hero-person {
  z-index: 5;
  max-height: none;
  position: relative;
}

.nav-menu-2 {
  color: #000;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

.display-heading {
  z-index: 5;
  color: #161c27;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 88px;
  position: relative;
}

.header-block {
  grid-template-rows: auto;
}

.navigation-menu {
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all .35s;
}

.nav-link:hover {
  color: #000;
}

.card-02 {
  z-index: 5;
  position: absolute;
  inset: -120px 0% auto auto;
  box-shadow: 17px 17px 52px #6663;
}

.brand-2 {
  margin-right: 60px;
}

.hero-block-right {
  background-color: #41653b87;
  justify-content: flex-start;
  align-items: flex-end;
  width: 40%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.play-icon {
  width: 40px;
  margin-right: 10px;
}

.header-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.header-paragraph {
  color: #6f6f6f;
  letter-spacing: -.02em;
  font-size: 20px;
  line-height: 32px;
}

.hero-title-wrap {
  position: relative;
}

.container-navigation {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-wrapper {
  flex-wrap: wrap;
  margin-bottom: 40px;
  display: flex;
}

.hero-image-wrapper {
  justify-content: center;
  align-items: flex-end;
  min-width: auto;
  max-width: none;
  min-height: auto;
  max-height: none;
  display: flex;
  position: relative;
  left: -35px;
}

.button-wrapper {
  z-index: 5;
  align-items: center;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.header-section {
  align-items: center;
  min-height: auto;
  padding: 160px 3% 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-01 {
  z-index: 9;
  border-radius: 5px;
  position: absolute;
  inset: 36% auto auto -22%;
  box-shadow: 17px 17px 52px #6663;
}

.hero-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-header {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 16px 48px;
  font-size: 18px;
  transition: all .3s;
}

.button-header:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

.header-accent-wrapper {
  align-items: center;
  display: flex;
}

.brand-logo {
  width: 60px;
}

.header-accent-text {
  color: #6f6f6f;
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.video-play-link {
  color: #000;
  align-items: center;
  margin-left: 20px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 32px;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.video-play-link:hover {
  opacity: .6;
}

.navigation-2 {
  background-color: #0000;
  align-items: center;
  height: 100px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.accent-header {
  position: absolute;
  inset: 0 -50px auto auto;
}

.input-field {
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
}

.person-2 {
  object-fit: cover;
  object-position: 50% 100%;
  width: auto;
  max-width: none;
  position: relative;
  top: -119px;
  left: 23px;
}

.header-section-2 {
  z-index: auto;
  background-color: #fff;
  background-image: linear-gradient(45deg, #ffefaa9e, #fff);
  flex-direction: column;
  align-items: center;
  max-height: 1200px;
  padding: 100px 3% 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-paragraph-2 {
  color: #383838;
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.header-grid {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: center;
}

.number-text {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.pattern-accent {
  position: absolute;
  inset: -30px -30px auto auto;
}

.icon-block {
  background-color: #41653b33;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-right: 14px;
  display: flex;
}

.header-icon {
  background-color: #e3be60;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
  display: flex;
}

.form-block-2 {
  max-width: 90%;
  margin-top: 40px;
}

.title-medium {
  color: #ececec;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.title-medium.a {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.title-medium.v.b {
  color: #202020;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.button-sign-up {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 100px;
  margin-left: 18px;
  padding: 12px 24px;
  transition: all .35s;
}

.button-sign-up:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

.avatar-group {
  max-width: 190px;
  margin-top: 10px;
}

.number-large {
  color: #3f3f3f;
  letter-spacing: -.05em;
  margin-right: 14px;
  font-family: Qanelassoftdemo, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.nav-link-2 {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all .35s;
}

.nav-link-2:hover {
  color: #fd7e41;
}

.card-block-top {
  background-color: #0000;
  background-image: linear-gradient(135deg, #85c075, #4e9ab6);
  border-radius: 14px;
  flex-direction: row;
  align-items: center;
  max-width: 250px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 56% auto auto -12%;
  box-shadow: 28px 28px 60px #0000004f;
}

.card-block-top.abc {
  color: #292929;
  background-color: #fff5f5;
  background-image: none;
  border-radius: 8px;
  padding: 5px 10px;
  top: 10%;
  left: -4%;
}

.feature-wrapper {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.hero-heading {
  color: #4d4d4d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
}

.number-wrapper {
  align-items: center;
  display: flex;
}

.container-navigation-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.submit-button-2 {
  background-color: #e9ae52;
  background-image: linear-gradient(to right, #c29248, #e7bd7c);
  border-radius: 33px;
  min-height: 56px;
  padding-left: 32px;
  padding-right: 32px;
}

.submit-button-2:hover {
  background-color: #ca9239;
}

.navigation-menu-2 {
  align-items: center;
  display: flex;
}

.card-block {
  background-color: #85c075;
  background-image: linear-gradient(45deg, #6da85c 56%, #affd8d);
  border-radius: 14px;
  max-width: 250px;
  padding: 24px;
  position: absolute;
  inset: auto 41% -3% auto;
  box-shadow: 28px 28px 60px #00000052;
}

.header-wrapper-2 {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.container-2 {
  z-index: 3;
  width: 88%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  position: static;
}

.header-block-2 {
  z-index: auto;
  box-shadow: none;
  background-color: #0000;
  background-image: linear-gradient(315deg, #ebd6975e, #f6da78);
  border-radius: 200px 50px 10px;
  align-items: flex-end;
  width: 85%;
  max-width: none;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -22px;
  left: auto;
}

.green-title {
  color: #e5ece8;
  letter-spacing: -.03em;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.line-break {
  background-color: #000;
  width: 1px;
  height: 46px;
  margin-left: 30px;
  margin-right: 30px;
}

.form-2 {
  background-color: #fff;
  border-radius: 100px;
  align-items: center;
  padding: 6px 6px 6px 20px;
  display: flex;
}

.image-13 {
  border-radius: 5px;
  max-width: none;
}

.div-block-3 {
  flex-direction: row;
  display: flex;
}

.image-14 {
  max-width: none;
}

.text-span-3 {
  font-weight: 700;
}

.image-15 {
  display: none;
}

.text-span-4, .text-span-5 {
  color: #000;
}

.text-span-6 {
  color: #303030;
}

.text-span-7 {
  color: #fff;
}

.text-span-8 {
  color: #464646;
}

.bold-text {
  color: #5c5c5c;
}

.bold-text-2 {
  color: #757575;
}

.div-block-4 {
  width: 97%;
}

.text-span-9, .text-span-10 {
  font-family: Inter, sans-serif;
}

.text-span-11 {
  font-size: 10px;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 100%;
  display: flex;
}

.slide-nav {
  display: none;
}

.logo-slide-02 {
  min-height: 150px;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 100%;
  display: none;
}

.logo-wrapper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.logo-grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr .75fr .75fr;
  height: 100%;
  min-height: 150px;
}

.client-row {
  z-index: 5;
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  min-height: 132px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.slider {
  background-color: #0000;
  width: 100%;
  max-height: 100px;
}

.mask {
  min-height: 150px;
}

.logo-wrap {
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 0;
  display: flex;
}

.service-h4 {
  color: #525252;
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.container-3 {
  max-width: 88%;
}

.image-16, .image-17 {
  display: none;
}

.text-span-12 {
  text-decoration: underline;
}

.div-block-5 {
  flex-direction: column;
  display: flex;
}

.image-18 {
  max-width: 45%;
}

.image-19 {
  max-width: 50%;
}

.image-20 {
  max-width: 80%;
}

.image-21 {
  max-width: 60%;
}

.image-22, .image-23 {
  max-width: none;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-9 {
  color: #0a0a0a;
  text-align: center;
  margin-bottom: 10px;
  font-size: 30px;
}

.f-button-icon-r {
  grid-column-gap: 12px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #85c075;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  max-width: 25%;
  min-height: 48px;
  padding: 12px 16px 12px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.f-button-icon-r:hover {
  background-color: #609850;
}

.f-button-icon-r:focus {
  outline-offset: 0px;
  outline: 2px solid #b6b9ce;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-small.f-text-color-gray-500 {
  color: #2b2b2b;
  text-align: center;
  width: 85%;
  font-size: 18px;
}

.section-4 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  display: flex;
}

.f-alert-icon {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.f-alert-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-alert-regular {
  color: #160042;
  background-color: #0000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 16px 24px 16px 16px;
  display: flex;
}

.f-alert-success {
  color: #0ebc6e;
  background-color: #ebfff6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  min-width: auto;
  height: 100px;
  min-height: auto;
  margin-bottom: 20px;
  margin-right: 16px;
  display: flex;
}

.f-button-arrow {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.text-block-14 {
  font-size: 18px;
}

.b-account-form-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 135px;
  padding-bottom: 135px;
  display: flex;
}

.b-account-testimonial {
  flex: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.b-account-banner {
  border-top: .5px solid #c4cad4;
  justify-content: flex-start;
  width: 30%;
  margin-top: 32px;
  padding-top: 32px;
  display: flex;
}

.b-account-testimonial-arrow {
  color: #fff;
  background-color: #0000;
  border: .5px solid #c4cad4;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: border-width .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.b-account-testimonial-arrow:hover {
  border-width: 1px;
}

.b-account-testimonial-arrow.right-arrow {
  z-index: 9;
  bottom: 64px;
  right: 64px;
}

.b-account-testimonial-arrow.left-arrow {
  z-index: 9;
  bottom: 64px;
  right: 120px;
}

.b-button-testimonial {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #0f6447;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  transition: all .3s;
  display: flex;
}

.b-button-testimonial:hover {
  color: #000;
}

.b-button-testimonial.abc {
  color: #e7fff7;
  padding-left: 0;
  font-size: 16px;
}

.hide {
  display: none;
}

.b-account-mask {
  z-index: 1;
  background-color: #0000;
  max-width: 100%;
  overflow: hidden;
}

.link-block-2 {
  z-index: 6;
  width: 50px;
  height: 50px;
  margin-top: 40px;
  margin-left: 54px;
  position: absolute;
}

.b-account-testimonial-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.b-testimonial-quote {
  letter-spacing: -.02em;
  width: 50%;
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
}

.b-account-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(to top, #187259, #fff0), url('../images/Happy-online-students.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.b-account-image-wrapper.a {
  background-image: linear-gradient(to top, #196231, #fff0), url('../images/A-focused-adult-student-sipping-a-cup-of-coffee-deeply-engrossed-in-an-online-lecture.webp');
  background-position: 0 0, 50% 0;
}

.b-account-image-wrapper.f {
  background-image: linear-gradient(to top, #196231, #fff0), url('../images/An-adult-online-learner-reclining-in-a-cozy-corner-of-their-home-laptop-on-their-lap.webp');
}

.b-account-image-wrapper.b {
  background-image: linear-gradient(to top, #196231, #fff0), url('../images/A-mature-online-student-seated-comfortably-at-a-well-lit-desk.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.b-account-image-wrapper.d {
  background-image: linear-gradient(to top, #196231, #fff0), url('../images/An-adult-online-learner-smiling-genuinely-while-participating-in-a-virtual-class.webp');
}

.b-account-testimonial-card {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 64px;
  display: flex;
  position: relative;
}

.b-icon-xsmall-2 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.b-section-account {
  background-color: #0000;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.b-testimonial-text {
  text-shadow: 0 2px 4px #00000040;
  width: 30%;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.b-testimonial-text.review, .b-testimonial-text.testimonial-2 {
  color: #fff;
}

.b-account-slider {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.b-account-slide {
  margin-right: 0;
}

.icon-small-3 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .subtitle {
    color: #4a4a4a;
    line-height: 27px;
  }

  .flex.hp-flex {
    top: -8px;
  }

  .button-boxed:hover {
    background-color: #748b67bf;
  }

  .go-up-button {
    background-color: #6cce6f;
    background-image: none;
    padding-left: 10px;
    padding-right: 10px;
    right: 608px;
  }

  .go-up-button.w--current {
    background-color: #70b55e;
    background-image: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .title-small {
    color: var(--title);
  }

  .content-wrapper.narrow {
    background-color: #0000;
    border: 1px #000;
    border-radius: 10px;
    max-width: none;
    padding: 20px 10px 40px;
    top: -31px;
  }

  .content {
    background-color: #fff;
  }

  .brand.w--current {
    padding-top: 0;
  }

  .content-section.double {
    color: var(--dark-slate-grey-ii);
    background-color: #fff;
    margin-bottom: 10px;
    padding-top: 140px;
    padding-bottom: 0;
  }

  .h1-hero {
    color: #41653be6;
    padding-right: 20px;
    font-family: Qanelassoftdemo, sans-serif;
    font-size: 45px;
    font-weight: 700;
  }

  .button {
    background-color: var(--dark-slate-grey-ii);
  }

  .hero-section {
    background-image: none;
    height: 700px;
  }

  .hero-section.blog {
    background-color: #fff;
    background-image: none;
  }

  .hero-section.faqs {
    height: 500px;
  }

  .title {
    font-size: 15px;
  }

  .get-app {
    background-color: #4e853f;
    border-style: none;
  }

  .get-app:hover {
    color: #fff;
  }

  ._76-percent-box {
    width: 95%;
  }

  .hero-left-column.home {
    width: 50%;
    margin-top: 166px;
  }

  .hero-flex {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .on-load-8.contact-intro-2, .on-load-7.contact-us {
    border-right-color: var(--dark-slate-grey-ii);
  }

  .intro-title-2, .intro-title-3 {
    font-family: Qanelassoftdemo, sans-serif;
  }

  .intro-title-4 {
    color: #000;
    font-family: Qanelassoftdemo, sans-serif;
  }

  .intro-text-big {
    font-family: Qanelassoftdemo, sans-serif;
    font-weight: 700;
  }

  .intro-flex {
    color: var(--dark-slate-grey-ii);
    background-color: #000;
    background-image: linear-gradient(45deg, #fff, #fef7d4);
    border: 1px #7d7d7d;
    border-radius: 0;
    align-items: center;
    height: 170px;
    min-height: 100px;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
    top: -76px;
    box-shadow: 3px 3px 13px -6px #b8b8b8;
  }

  .max-410-pixels.a {
    left: -141px;
  }

  .on-load-6 {
    min-width: 500px;
    min-height: 600px;
    margin-top: 0;
    top: 30px;
  }

  .on-load-6.about-us {
    min-height: 500px;
    top: 464px;
  }

  .mini-feature {
    background-color: #e6e6e6;
  }

  .right-margin.iphone {
    width: 50px;
  }

  .relative.hidden {
    overflow: hidden;
  }

  .inner-wrapper {
    max-width: 80%;
  }

  .feature.no-margin.e {
    background-color: #f2fffe;
    width: 31.1%;
    margin-bottom: 40px;
    margin-left: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: 1px 1px 1px #cecece;
  }

  .feature.no-margin.d {
    background-color: #ffe8b7;
    width: 31.1%;
    margin-bottom: 40px;
    margin-left: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: 1px 1px 1px #cecece;
  }

  .feature.last {
    background-color: #f0f0f0;
    width: 31.1%;
    margin-bottom: 40px;
    margin-left: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: 1px 1px 1px #cecece;
  }

  .feature.a {
    background-color: #ffffec;
    width: 31.1%;
    margin-left: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: 1px 1px 3px #cecece;
  }

  .feature.b {
    background-color: #e1ffcf;
    width: 31.1%;
    margin-left: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: 1px 1px 1px #cecece;
  }

  .feature.c {
    background-color: #f3ffce;
    border-radius: 10px;
    width: 31.1%;
    max-width: 31.0998%;
    margin-left: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: 1px 1px 1px #cecece;
  }

  .footer-input {
    background-color: #fff;
    border-radius: 10px 0 0 10px;
  }

  .submit-button-footer {
    color: #fff;
    background-color: #698f4f;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .submit-button-footer:hover {
    background-color: #618549;
  }

  .intro-section {
    background-color: #faf1ae;
  }

  .full-column-image._2 {
    background-image: url('../images/Essay-Writer.png');
  }

  .bar-progress._90 {
    width: 90%;
  }

  .hover-bg.tablet-view {
    background-color: var(--hero-bg);
  }

  .image-bg.team {
    background-image: url('../images/Team-1.jpg');
  }

  .image-bg.team-2 {
    background-image: url('../images/Team-2.jpg');
  }

  .image-bg.team-4 {
    background-image: url('../images/Team-4.jpg');
  }

  .image-bg.team-5 {
    background-image: url('../images/Team-5.jpg');
  }

  .image-bg.team-6 {
    background-image: url('../images/Team-6.jpg');
  }

  .image-bg.team-3 {
    background-image: url('../images/Team-3.jpg');
  }

  .team-member {
    margin-right: 4.5%;
  }

  .team-member._2 {
    padding-top: 50px;
  }

  .team-member._3, .team-member.last {
    margin-right: 0%;
    padding-top: 100px;
  }

  .h6-small {
    font-size: 18px;
    line-height: 26px;
  }

  .waves {
    background-image: url('../images/Waves.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 192px 177px;
    width: 192px;
    height: 177px;
    position: absolute;
    inset: 18% auto auto -11%;
  }

  .column-text-right {
    justify-content: flex-start;
    padding-left: 40px;
  }

  .text-block {
    background-color: #2f4d41;
  }

  .assistant-right {
    margin-top: 10px;
  }

  .contact-link {
    color: var(--dark-slate-grey-ii);
  }

  .submit-button-form {
    background-color: var(--dark-slate-grey-ii);
  }

  .person {
    border-color: #effaff;
  }

  .person._2 {
    border-color: #ffdacf;
  }

  .person._3 {
    border-color: #c8ffe9;
  }

  .person._3._9 {
    border-color: #fff;
  }

  .image-4 {
    margin-top: 45px;
    position: static;
    top: 151.653px;
    left: 527.227px;
  }

  .step-scroll {
    background-color: #fdfbdc;
  }

  .scroll-line-wrap {
    flex: 0 auto;
  }

  .dot-2.s--3 {
    background-color: #d3d3d3;
  }

  .dot-2.s--1 {
    color: #fff;
    background-color: #000;
  }

  .step-block {
    background-color: #1e7d6c;
    flex: 0 auto;
  }

  .step-block.a {
    background-color: #fff;
    flex: none;
    height: 100vh;
  }

  .step-block.b {
    background-color: #fafae869;
    flex: none;
    height: 100vh;
  }

  .step-block.c {
    background-color: #fbfcea;
    flex: none;
    height: 100vh;
  }

  .step {
    box-shadow: none;
    background-color: #1e7d6cbf;
    padding: 10% 5%;
  }

  .label {
    color: #1e7d6c;
    font-family: Qanelassoftdemo, sans-serif;
  }

  .scroll-animate.s-2 {
    background-color: #000;
  }

  .scroll-animate.s-3 {
    background-color: #fff;
  }

  .img-block.anima-3 {
    width: 30%;
  }

  .img-block.anima-1 {
    flex: 0 auto;
    width: 30%;
  }

  .img-block.anima-1.a {
    left: 232px;
  }

  .img-block.anima-2 {
    width: 30%;
  }

  .clone-section {
    background-color: #fff;
    margin-bottom: 0;
  }

  .heading {
    color: #fff;
    margin-top: 5px;
    font-family: Qanelassoftdemo, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .scroll-container {
    height: 100vh;
  }

  .paragraph-2 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
  }

  .paragraph-3, .paragraph-4 {
    color: #fff;
    font-size: 16px;
  }

  .feature_image._2 {
    left: 0%;
  }

  .section {
    background-color: #fff;
  }

  .headline-6-col {
    width: 450px;
  }

  .text-14.text-14-60 {
    font-size: 14px;
  }

  .heading-3 {
    font-family: Inter, sans-serif;
    font-size: 25px;
    font-weight: 400;
  }

  .section-3 {
    background-color: #f3f3f3;
  }

  .service-icon {
    background-color: #fffad8;
  }

  .grid-wrapper {
    background-color: #0000;
  }

  .benefits-row {
    border-style: none;
  }

  .number-item {
    grid-row-gap: 0px;
    border-radius: 5px;
    grid-auto-flow: row;
    min-height: 100px;
    padding: 36px 48px;
  }

  .heading-4, .heading-5, .heading-6, .heading-7 {
    color: #4b7b68;
  }

  .image-11 {
    top: 0;
  }

  .person-2 {
    left: 24px;
  }

  .header-grid {
    grid-column-gap: 0px;
    grid-template-columns: .75fr 1fr;
    grid-auto-flow: row;
  }

  .card-block-top {
    background-color: #59a8c5;
  }

  .submit-button-2 {
    background-color: #e9ae52;
  }

  .card-block {
    right: 42%;
  }

  .header-block-2 {
    box-shadow: none;
    background-image: linear-gradient(315deg, #ebd6975e, #ffe587);
    border-top-left-radius: 200px;
    border-top-right-radius: 20px;
    width: 85%;
    left: auto;
  }

  .link-block-2 {
    margin-left: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .flex.hp-flex.a {
    margin-top: 10px;
  }

  .go-up-button {
    background-color: #6cce6f;
    background-image: none;
    right: 684px;
  }

  .go-up-button.w--current {
    background-color: #70b55e;
    background-image: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper.narrow {
    box-shadow: none;
    background-color: #0000;
    max-width: none;
    padding-left: 100px;
    padding-right: 100px;
    top: auto;
  }

  .footer {
    background-color: #688f5d;
    border: 1px solid #000;
  }

  .content-section.double {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h1-hero {
    color: #41653be6;
  }

  .hero-section.about-us {
    height: 900px;
  }

  .title.light-blue {
    color: #fff;
    font-family: Qanelassoftdemo, sans-serif;
    font-weight: 200;
  }

  .get-app {
    background-color: #4e853f;
    background-image: linear-gradient(135deg, #3c6930, #779c6d);
    padding-left: 25px;
  }

  .get-app:hover {
    background-color: #3d6832;
    background-image: none;
  }

  .hero-left-column.home {
    margin-top: 172px;
  }

  .intro-title {
    font-family: Qanelassoftdemo, sans-serif;
    font-size: 25px;
  }

  .intro-flex {
    background-image: linear-gradient(45deg, #fff, #fffbd0);
    height: 170px;
    top: -72px;
  }

  .h2-big {
    color: #4d4d4d;
    font-size: 25px;
    font-weight: 400;
  }

  .max-410-pixels {
    flex: none;
  }

  .max-410-pixels.a {
    left: -171px;
  }

  .on-load-6 {
    top: 30px;
  }

  .content-section-blue.reduced {
    background-color: #688f5d;
  }

  .right-margin.iphone {
    width: 50px;
  }

  .semi-bold {
    text-align: left;
    display: block;
  }

  .feature {
    background-color: #0000;
    border-radius: 10px;
    width: 31.1%;
    margin-left: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: 1px 1px 1px #cecece;
  }

  .feature.no-margin.e {
    background-color: #f2fffe;
    margin-bottom: 40px;
    box-shadow: 1px 1px 2px #cecece;
  }

  .feature.no-margin.d {
    background-color: #ffe8b7;
  }

  .feature.last {
    background-color: #f0f0f0;
    margin-bottom: 40px;
  }

  .feature.a {
    background-color: #0000;
  }

  .feature.b {
    background-color: #e1ffcf;
  }

  .feature.c {
    background-color: #f3ffce;
  }

  .intro-section {
    background-color: #faf1ae;
  }

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

  .flex-center.hp-flex {
    margin-left: 10px;
  }

  .input {
    border-radius: 10px;
  }

  .h3-big {
    color: #000;
  }

  .h3-big.white {
    color: #fff;
  }

  .person {
    background-image: url('../images/Blackboard-Learn.png');
  }

  .person._2 {
    box-shadow: none;
    background-color: #fffdfd;
    background-image: url('../images/Pearson.png');
    background-size: contain;
    border-color: #fff;
    margin-left: -10px;
  }

  .person._3 {
    box-shadow: none;
    background-image: url('../images/DL2.png');
    border-color: #ff9f5a;
    margin-left: -10px;
  }

  .person._3._4 {
    background-color: #fff;
    background-image: url('../images/Pearson.png');
    border-color: #fff;
    margin-left: -8px;
    box-shadow: 1px 1px 3px #6e6e6e;
  }

  .person._3._4._5 {
    box-shadow: none;
    border-color: #fff;
  }

  .person._3._4._5._6 {
    background-image: url('../images/Pearson.png');
  }

  .step-block.a, .step-block.b {
    flex: none;
  }

  .img-block.anima-1.a {
    left: 250px;
  }

  .h2.how {
    color: #000;
    font-size: 30px;
    line-height: 1.4;
  }

  .feature_grid {
    height: 640px;
  }

  .feature_text {
    line-height: 27px;
  }

  .section {
    background-color: #ffefaa29;
  }

  .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10 {
    text-align: left;
  }

  .paragraph-11 {
    font-style: normal;
  }

  .text-span {
    font-family: Space Grotesk, sans-serif;
  }

  .step-block-2.a {
    background-color: #ffefaa9e;
    flex: none;
  }

  .step-block-2.b {
    opacity: 1;
    background-color: #ffde96c9;
    flex: none;
  }

  .step-block-2.c {
    background-color: #fdd888;
  }

  .text-14.text-14-60 {
    font-size: 15px;
  }

  .image-5, .image-6, .image-7, .image-8, .image-9, .image-10 {
    display: block;
  }

  .service-icon {
    background-color: #fffad8;
    width: 60px;
    height: 60px;
    padding: 10px;
  }

  .number-item {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-columns: minmax(200px, 1fr);
    grid-auto-flow: row;
    min-height: 100px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .subtitle-2 {
    padding-bottom: 0;
  }

  .image-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .integrations-button {
    background-color: #e9ae52;
    border: 4px solid #fff;
    border-radius: 50px;
  }

  .integrations-button:hover {
    color: #fff;
    background-color: #e9ae52a8;
    border-color: #e9ae52;
  }

  .title-paragraph-2 {
    font-weight: 400;
  }

  .person-2 {
    top: -105px;
    left: 36px;
  }

  .pattern-accent {
    top: -11px;
    right: -48px;
  }

  .title-medium {
    font-size: 13px;
  }

  .title-medium.a {
    color: #fff;
  }

  .card-block-top {
    background-color: #4c96b1;
    background-image: linear-gradient(135deg, #85c075, #5591a6);
    top: 58%;
    left: -10%;
  }

  .card-block-top.abc {
    background-color: #fff;
    border-radius: 8px;
    top: 14%;
    left: -11%;
  }

  .submit-button-2 {
    background-color: #e9ae52;
    background-image: linear-gradient(135deg, #c28f40, #e2b979);
  }

  .submit-button-2:hover {
    background-color: #0000;
    background-image: linear-gradient(135deg, #af823b, #e2bd82);
  }

  .card-block {
    background-color: #0000;
    background-image: linear-gradient(45deg, #509270 50%, #c79e64 84%, #ffc038);
    bottom: -2%;
    right: 39%;
    box-shadow: 28px 28px 60px #0000004f;
  }

  .container-2 {
    width: 85%;
  }

  .header-block-2 {
    background-image: linear-gradient(315deg, #ebd6975e, #ffe587);
    top: -42px;
    left: auto;
  }

  .bold-text-3 {
    text-decoration: underline;
  }

  .text-span-11 {
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 200;
    text-decoration: none;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .container-3 {
    flex: 0 auto;
    align-self: center;
    max-width: 75%;
  }

  .image-16 {
    display: none;
    overflow: hidden;
  }

  .image-17 {
    display: none;
  }

  .b-account-form-wrapper {
    background-color: #fffbec;
  }

  .b-button-testimonial.abc {
    font-size: 16px;
  }

  .link-block-2 {
    margin-left: 63px;
  }

  .b-account-testimonial-wrapper {
    max-width: 100%;
  }

  .b-testimonial-text {
    color: #fff;
  }
}

@media screen and (min-width: 1920px) {
  .b-button-testimonial, .text-block-83 {
    font-size: 18px;
  }

  .link-block-2 {
    margin-left: 54px;
  }

  .b-testimonial-text {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }

  h2 {
    font-size: 28px;
    line-height: 34px;
  }

  h3 {
    font-size: 26px;
    line-height: 32px;
  }

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

  h5 {
    font-size: 22px;
    line-height: 28px;
  }

  h6 {
    font-size: 20px;
    line-height: 26px;
  }

  .subtitle {
    font-size: 15px;
    line-height: 27px;
  }

  .dropdown-link {
    padding-left: 30px;
  }

  .button-align-center {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
  }

  .nav-menu {
    background-color: var(--intro-blue);
    text-align: left;
    width: 100%;
    height: 100vh;
    padding-bottom: 100px;
    overflow: auto;
  }

  .flex.hp-flex {
    top: -6px;
    left: 30px;
  }

  .go-up-button {
    display: none;
    right: 345px;
  }

  .top-margin._15-pixels {
    margin-top: 10px;
  }

  .navlink {
    text-align: left;
    width: 100%;
    height: 50px;
    margin-right: 0;
    padding-top: 12px;
    padding-left: 20px;
    transition: background-color .2s;
  }

  .navlink:hover {
    background-color: #c1d1dd;
  }

  .menu {
    width: 33.33%;
  }

  .menu-button {
    height: 60px;
    margin-left: auto;
  }

  .menu-button.w--open {
    background-color: var(--intro-blue);
    color: var(--text);
  }

  .hero-text-box {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .hero-text-box.full, .hero-text-box.post-page {
    padding-top: 100px;
  }

  .dropdown {
    width: 100%;
    height: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer {
    padding-top: 50px;
  }

  .underline-hover.mobile-hide {
    display: none;
  }

  .content-section {
    padding-top: 50px;
  }

  .content-section.double {
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .content-section.double-visible, .content-section.inner-pages {
    padding-bottom: 50px;
  }

  .notice {
    padding-bottom: 20px;
  }

  .h1-hero {
    font-size: 40px;
    line-height: 45px;
  }

  .h1-hero.inner-pages {
    font-size: 38px;
    line-height: 50px;
  }

  .hero-section {
    height: 600px;
  }

  .hero-section.blog {
    background-color: #fff;
    height: 500px;
  }

  .hero-section.faqs.ebook {
    padding-top: 100px;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    height: 50px;
    padding-top: 12px;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .social-icon-footer {
    margin-bottom: 5px;
  }

  .phone-link {
    margin-bottom: 10px;
  }

  .hero-right-column {
    width: 45%;
    padding-left: 0;
  }

  .hero-left-column {
    margin-bottom: 60px;
  }

  .hero-left-column.home {
    width: 50%;
    margin-top: 102px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-left-column.about-us {
    width: 70%;
    max-width: 500px;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .hero-flex {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .on-load-8.contact-intro-2 {
    padding-right: 15px;
  }

  .intro-title {
    font-size: 20px;
  }

  .star {
    margin-right: 5px;
  }

  .intro-flex {
    z-index: 999;
    background-image: linear-gradient(135deg, #fffffef7, #fff7d1);
    height: 600px;
    margin-top: 10px;
    top: -12px;
  }

  .heading-box {
    width: 70%;
  }

  .h2-big {
    font-size: 34px;
  }

  .on-load-6 {
    min-width: 400px;
    min-height: 500px;
    margin-top: 0;
    top: 76px;
  }

  .on-load-9.contact-intro-3 {
    padding-right: 15px;
  }

  .newsletter-box {
    width: 85%;
  }

  .newsletter-column.modal-right {
    padding-top: 30px;
  }

  .content-section-blue, .content-section-light {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .inner-wrapper {
    max-width: 90%;
  }

  .slide-right-arrow, .slide-left-arrow {
    background-color: #688f5d;
  }

  .testimonial-pic {
    margin-bottom: 10px;
  }

  .footer-input {
    border-bottom: 1px #000;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 0;
  }

  .submit-button-footer {
    border-radius: 5px;
    width: 100%;
    margin-top: 5px;
  }

  .full-column-left {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hover-bg.tablet-view {
    display: none;
  }

  .column-text-right, .tab-pane {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact-intro {
    margin-top: 10px;
  }

  .input, .select-field {
    margin-bottom: 20px;
  }

  .social-icon {
    margin-bottom: 5px;
  }

  .map {
    height: 260px;
    margin-top: 60px;
  }

  .preview-blog-left {
    width: 51%;
  }

  .social-icon-mini {
    margin-bottom: 5px;
  }

  .mobile-view {
    display: block;
  }

  .h3-big {
    font-size: 29px;
  }

  .dropdown-list, .dropdown-list.w--open {
    background-color: var(--hero-bg);
  }

  .image-4 {
    margin-left: auto;
  }

  .dot-block {
    width: 24px;
  }

  .clone-section {
    margin-bottom: 20vh;
  }

  .h2 {
    font-size: 40px;
    line-height: 1.2;
  }

  .feature_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .feature_wrap._2 {
    padding-bottom: 200px;
  }

  .container {
    width: 90%;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .step-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .clone-section-2 {
    margin-bottom: auto;
  }

  .headline-6-col {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  ._4-col {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  ._4-col._4-col-last {
    margin-bottom: 0;
    margin-right: auto;
  }

  .feature5-item-wrap {
    text-align: center;
    padding-right: 0;
  }

  .feature5-row-wrap {
    flex-direction: column;
  }

  .wrap {
    width: 645px;
  }

  .text-14.text-14-60, .text-20 {
    text-align: left;
  }

  .service-icon {
    margin-bottom: 10px;
  }

  .benefits-row {
    grid-row-gap: 0px;
    border-style: none;
    grid-template-rows: auto 1px auto;
    grid-template-columns: 1fr 1px 1fr;
  }

  .number-item {
    grid-row-gap: 10px;
    height: 120px;
  }

  .verticle-line {
    width: 100%;
  }

  .form-block {
    margin-right: 20px;
  }

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

  .integration-heading {
    margin-bottom: 20px;
  }

  .integration-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .title-wrap-2 {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-button-2 {
    color: #fff;
    background-color: #000;
    border-radius: 100px;
    margin-left: 14px;
    padding: 14px;
  }

  .menu-button-2:hover {
    color: #fff;
    border-radius: 100px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #000;
  }

  .hero-person {
    max-height: 600px;
  }

  .nav-menu-2 {
    background-color: #fff;
    height: auto;
    position: absolute;
    top: 80px;
  }

  .header-block {
    grid-template-columns: 1fr;
    margin-bottom: 140px;
  }

  .navigation-menu {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-link {
    color: #000;
    width: 100%;
  }

  .card-02 {
    display: none;
  }

  .brand-2 {
    margin-right: 10px;
    padding: 0;
  }

  .hero-block-right {
    width: 100%;
    max-height: 420px;
    position: relative;
  }

  .container-navigation {
    position: relative;
  }

  .hero-image-wrapper {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }

  .header-section {
    flex-direction: column;
    min-height: auto;
    padding-bottom: 0;
  }

  .card-01 {
    display: none;
  }

  .navigation-2 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .person-2 {
    max-width: 80%;
    top: auto;
    left: auto;
  }

  .header-section-2 {
    max-height: 1700px;
    padding-top: 164px;
  }

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

  .pattern-accent {
    right: 8px;
  }

  .form-block-2 {
    max-width: 80%;
  }

  .navigation-button-wrap {
    align-items: center;
    display: flex;
  }

  .nav-link-2 {
    color: #000;
    width: 100%;
  }

  .card-block-top {
    top: 77%;
    left: -13%;
  }

  .container-navigation-2 {
    position: relative;
  }

  .navigation-menu-2 {
    align-items: center;
    display: flex;
  }

  .card-block {
    bottom: 60%;
    right: -12%;
  }

  .header-block-2 {
    width: 90%;
    height: 600px;
  }

  .menu-button-3 {
    color: #fff;
    background-color: #000;
    border-radius: 100px;
    margin-left: 14px;
    padding: 14px;
  }

  .menu-button-3:hover {
    color: #fff;
    background-color: #fd7e41;
    border-radius: 100px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #fd7e41;
  }

  .div-block-4 {
    width: 80%;
  }

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

  .logo-wrap.logo-last {
    display: none;
  }

  .heading-9 {
    margin-bottom: 20px;
  }

  .f-button-icon-r {
    background-color: #85c075;
    border-radius: 5px;
    align-items: center;
    max-width: 45%;
    font-size: 16px;
  }

  .f-button-icon-r:hover {
    background-color: #5a9849;
    font-size: 16px;
  }

  .f-paragraph-small.f-text-color-gray-500 {
    color: #000;
    text-align: center;
    width: 90%;
    font-size: 18px;
    font-weight: 400;
  }

  .f-alert-icon {
    width: 70px;
  }

  .f-alert-regular {
    box-shadow: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .f-alert-success {
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
    margin-bottom: 20px;
  }

  .b-account-form-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .link-block-2 {
    margin-top: 16px;
    margin-left: 16px;
  }

  .b-account-testimonial-wrapper {
    max-width: none;
    height: 75vh;
    display: none;
  }

  .b-section-account {
    flex-direction: column;
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 26px;
  }

  blockquote {
    width: 70%;
  }

  .nav-menu {
    padding-bottom: 220px;
  }

  .footer-expand {
    flex-direction: row;
    justify-content: flex-start;
  }

  .flex.hp-flex {
    top: 23px;
  }

  .button-boxed {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .go-up-button {
    display: none;
    right: 266px;
  }

  .go-up-button.w--current {
    background-color: #5b914d;
  }

  .button-outline-blue {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .menu {
    width: 50%;
    margin-bottom: 30px;
  }

  .title-small {
    font-size: 14px;
    line-height: 14px;
  }

  .menu-button.w--open {
    background-color: var(--hero-bg);
  }

  .hero-text-box {
    width: 70%;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .hero-text-box.full, .hero-text-box.post-page {
    padding-bottom: 40px;
  }

  .content-wrapper {
    z-index: 5;
    max-width: 187%;
    position: static;
  }

  .mini-title {
    font-size: 15px;
    line-height: 15px;
  }

  .button-boxed-outline, .button-outline {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .subtile-inner {
    width: 80%;
  }

  .content-section {
    padding-top: 70px;
  }

  .content-section.double, .content-section.double-visible, .content-section.inner-pages {
    padding-top: 50px;
  }

  .notice {
    margin-top: 0;
  }

  .h1-hero {
    font-size: 38px;
    line-height: 50px;
  }

  .h1-hero.inner-pages {
    font-size: 36px;
    line-height: 48px;
  }

  .button {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .footer-column {
    width: 39%;
  }

  .hero-section.blog {
    background-color: #fff;
    height: 450px;
  }

  .hero-section.faqs.ebook {
    padding-top: 100px;
  }

  .title {
    font-size: 16px;
  }

  .social-icon-footer.facebook, .social-icon-footer.twittter {
    background-size: 12px;
  }

  .footer-newsletter {
    max-width: 250px;
  }

  .footer-newsletter.get-started-form {
    flex-direction: row;
    max-width: none;
  }

  .button-android {
    font-size: 13px;
    line-height: 13px;
  }

  .hero-right-column {
    display: none;
  }

  .hero-right-column.about-us {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .hero-left-column {
    margin-bottom: 40px;
  }

  .hero-left-column.home {
    width: 100%;
    margin-top: 60px;
  }

  .hero-flex {
    flex-direction: column;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .on-load-8 {
    flex-direction: column;
  }

  .on-load-8.intro {
    width: 25%;
    padding-left: 7px;
    padding-right: 7px;
  }

  .on-load-8.contact-intro-2 {
    padding-left: 0%;
  }

  .on-load-10 {
    flex-direction: column;
  }

  .on-load-10.intro {
    padding-left: 7px;
    padding-right: 7px;
  }

  .on-load-7 {
    flex-direction: column;
  }

  .on-load-7.intro {
    width: 25%;
  }

  .on-load-7.contact-us {
    padding-right: 0;
  }

  .intro-title {
    font-size: 31px;
  }

  .on-load-11 {
    flex-direction: column;
  }

  .on-load-11.intro {
    display: none;
  }

  .intro-flex {
    height: 700px;
    margin-top: 0;
    padding-bottom: 10px;
    top: -94px;
  }

  .heading-box {
    width: 80%;
  }

  .h2-big {
    font-size: 32px;
  }

  .max-410-pixels.a {
    left: auto;
  }

  .on-load-9 {
    flex-direction: column;
  }

  .on-load-9.intro {
    width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .on-load-9.contact-intro-3 {
    padding-right: 10px;
  }

  .newsletter-container, .newsletter-pop {
    overflow: auto;
  }

  .close-contact-form {
    right: -1px;
  }

  .newsletter-column.modal-right {
    width: 100%;
    padding: 40px;
    overflow: auto;
  }

  .content-section-blue.reduced {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mini-feature {
    position: relative;
  }

  .mini-feature.a {
    top: -13px;
  }

  .right-margin.intro {
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 0;
  }

  .right-margin.iphone {
    margin-bottom: 15px;
  }

  .left-padding._100-pixels {
    padding-left: 60px;
  }

  .left-padding._140-pixels {
    padding-left: 100px;
  }

  .inner-wrapper {
    max-width: 100%;
  }

  .feature {
    margin-bottom: 30px;
  }

  .feature.c {
    padding-bottom: 10px;
  }

  .button-boxed-gray {
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial {
    width: 100%;
  }

  .trial-signup {
    width: 80%;
  }

  .footer-input {
    text-align: center;
  }

  .submit-button-footer {
    margin-top: 10px;
  }

  .hover-icon {
    width: 25px;
  }

  .full-column-left {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .social-icon-regular {
    width: 35px;
    height: 35px;
  }

  .social-icon-regular.facebook, .social-icon-regular.instagram-no-margin, .social-icon-regular.twittter, .social-icon-regular.linkedin, .social-icon-regular.pinterest, .social-icon-regular.email {
    background-size: 12px;
  }

  .team-member._2 {
    padding-top: 30px;
  }

  .team-member._3, .team-member.last {
    padding-top: 80px;
  }

  .h6-small.white {
    margin-bottom: 5px;
  }

  .column-text-right {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .feature-item {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .iphone-column-left {
    flex: 0 auto;
    align-items: center;
    width: 29%;
  }

  .flex-justify-center {
    flex: 1;
    margin-left: 20px;
    margin-right: 20px;
  }

  .iphone-column-right {
    flex: 0 auto;
    align-items: center;
  }

  .client-logo {
    width: 33.3333%;
    margin-bottom: 30px;
  }

  .client-logo.no-margin {
    margin-bottom: 30px;
  }

  .tab-pane {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .button-outline-white {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

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

  .contact-intro {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .contact-link {
    display: inline;
  }

  .social-icon.facebook, .social-icon.twitter, .social-icon.linkedin, .social-icon.pinterest, .social-icon.email, .social-icon.instagram {
    background-size: 12px;
  }

  .map {
    height: 220px;
    margin-top: 40px;
  }

  .blog-left-column {
    margin-right: 4%;
  }

  .blog-right-column {
    width: 43%;
  }

  .post-text-box {
    margin-left: 10px;
  }

  .relative-full-height {
    width: 100%;
  }

  .flex-post-preview {
    margin-bottom: 30px;
  }

  .post-heading-box {
    width: 90%;
  }

  .social-icon-mini.facebook, .social-icon-mini.twittter, .social-icon-mini.instagram-no-margin {
    background-size: 12px;
  }

  .about-intro {
    text-align: center;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h3-big {
    font-size: 28px;
  }

  .relative-post {
    width: 100%;
  }

  .sticky-content-block {
    min-height: 100%;
    margin-bottom: 40px;
  }

  .sticky-content-block.last {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .sticky-right {
    display: none;
  }

  .sticky-left {
    width: 100%;
  }

  .button-outline-2 {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .image-3-hide {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-1-hide {
    height: auto;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-2-hide {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .scroll-line-wrap {
    z-index: 1;
    margin-bottom: -3px;
    bottom: 50%;
  }

  .scroll-base {
    display: none;
    position: relative;
  }

  .dot-block {
    order: 2;
    align-self: center;
    min-height: 10vh;
  }

  .dot-2 {
    z-index: 99;
    position: static;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-height: 110vh;
  }

  .step-block.a {
    flex: none;
    margin-top: 0;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .scroll-animate.s-2, .scroll-animate.s-3 {
    display: none;
  }

  .img-block {
    z-index: 3;
    order: 3;
    min-height: 40vh;
    max-height: 40vh;
    padding-top: 20px;
    position: relative;
  }

  .img-block.anima-1.a {
    width: 50%;
    left: auto;
  }

  .img-block.anima-1 {
    max-width: 90%;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 40vh;
    padding-bottom: 20px;
  }

  .content-wrap.anima-1 {
    display: none;
  }

  .feature_grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
    display: flex;
  }

  .feature_grid.flip {
    flex-direction: column-reverse;
  }

  .feature_wrap {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .feature_wrap._2 {
    padding-bottom: 80px;
  }

  ._480 {
    max-width: none;
    margin-bottom: 40px;
  }

  .container {
    width: 90%;
  }

  .feature_image._1 {
    position: relative;
  }

  .feature_image-wrap {
    max-width: none;
    height: auto;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .scroll-line-wrap-2 {
    z-index: 1;
    margin-bottom: -3px;
    bottom: 50%;
  }

  .scroll-base-2 {
    position: relative;
  }

  .step-block-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-height: 110vh;
  }

  .step-2 {
    justify-content: center;
    padding: 8%;
  }

  .clone-section-2 {
    margin-bottom: auto;
  }

  .step-content-block-2 {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .benefits-row {
    grid-template-rows: auto 1px auto 1px auto 1px auto;
    grid-template-columns: 1fr;
  }

  .number-item {
    grid-row-gap: 60px;
  }

  .integration-grid {
    grid-template-columns: 3fr;
  }

  .interaction-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .integration-grid-2 {
    grid-template-columns: 3fr;
    max-width: 380px;
  }

  .interaction-wrapper-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .display-heading {
    font-size: 60px;
    line-height: 70px;
  }

  .navigation-menu {
    width: 100%;
  }

  .person-2 {
    top: auto;
    left: auto;
  }

  .header-section-2 {
    max-height: 1800px;
  }

  .button-sign-up {
    display: none;
  }

  .card-block-top {
    top: 2%;
    left: -2%;
  }

  .hero-heading {
    font-size: 45px;
  }

  .navigation-menu-2 {
    width: 100%;
  }

  .card-block {
    bottom: -19%;
    right: 3%;
  }

  .header-block-2 {
    width: 100%;
    height: 500px;
  }

  .div-block-4 {
    width: 100%;
  }

  .client-row {
    display: block;
  }

  .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23, .paragraph-24, .paragraph-25 {
    font-size: 16px;
  }

  .f-paragraph-small.f-text-color-gray-500 {
    width: 90%;
  }

  .b-account-form-wrapper {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .b-account-testimonial-arrow.right-arrow, .b-account-testimonial-arrow.left-arrow {
    display: none;
  }

  .b-account-mask {
    width: 100%;
  }

  .b-account-testimonial-wrapper {
    height: 65vh;
  }

  .b-account-testimonial-card {
    padding-left: 5%;
    padding-right: 5%;
  }

  .b-account-slider {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    width: 90%;
  }

  .subtitle {
    color: #232323;
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
  }

  .subtitle.hp {
    color: #282828f0;
    text-align: left;
    padding-right: 10px;
    font-weight: 400;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
    height: 450px;
    top: auto;
  }

  .footer-expand {
    justify-content: flex-start;
    margin-top: 30px;
  }

  .flex {
    background-color: #0000;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0;
    display: flex;
  }

  .flex.hp-flex {
    flex-flow: wrap;
    place-content: stretch flex-start;
    margin-left: 21px;
    top: 7px;
    left: auto;
  }

  .flex.hp-flex.a {
    background-color: #0000;
    margin-left: 0;
  }

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

  .button-boxed:hover {
    color: #000;
    background-color: #d8d8d8;
  }

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

  .go-up-button {
    background-color: #4d8742d6;
    background-image: none;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    top: 738.667px;
    left: 173px;
    right: 186px;
  }

  .go-up-button.w--current {
    z-index: 1001;
    background-color: #5b914d;
    inset: auto auto 0 10px;
  }

  .top-margin._10-pixels {
    color: var(--bg);
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .top-margin._15-pixels {
    position: static;
  }

  .top-margin._20-pixels {
    margin-top: 20px;
    padding-right: 0;
  }

  .navlink {
    font-size: 16px;
  }

  .navlink:hover {
    background-color: #fffce5;
  }

  .button-outline-blue {
    border-color: var(--dark-slate-grey-ii);
    font-size: 16px;
  }

  .button-outline-blue:hover {
    background-color: #1d1d1d;
    border-style: none;
    border-color: #000;
  }

  .footer-left {
    max-width: 100%;
  }

  .title-small {
    font-size: 13px;
    line-height: 13px;
  }

  .menu-button {
    z-index: 5;
  }

  .menu-button.w--open {
    background-color: #fff;
    border-radius: 10px;
  }

  .hero-text-box {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .hero-text-box.full {
    padding-top: 30px;
  }

  .hero-text-box.post-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-text-box.post-page.mobi {
    height: 100%;
  }

  .content-wrapper {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    left: auto;
  }

  .content-wrapper.narrow {
    padding-left: 5px;
    padding-right: 5px;
  }

  .content-wrapper.navbar {
    padding-left: 0;
  }

  .content {
    background-color: #fff;
  }

  .footer {
    background-color: #688f5d;
    padding-left: 10px;
    padding-right: 10px;
  }

  .subtile-inner {
    width: 100%;
  }

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

  .brand.w--current {
    padding: 10px 10px 10px 0;
  }

  .content-section {
    padding-top: 50px;
  }

  .content-section.double {
    padding-top: 0;
  }

  .content-section.double-visible {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-section.inner-pages {
    padding: 40px 10px;
  }

  .h1-hero {
    color: #4d7446;
    text-align: center;
    margin-bottom: 0;
    padding-right: 0;
    font-size: 35px;
    line-height: 40px;
  }

  .h1-hero.inner-pages {
    text-align: center;
    font-size: 34px;
    line-height: 46px;
  }

  .h1-hero.hp {
    color: #4e5b4b;
    text-align: left;
    padding-right: 0;
    font-family: Qanelassoftdemo, sans-serif;
    font-size: 40px;
    font-weight: 700;
  }

  .button {
    font-size: 16px;
  }

  .button.w--current {
    font-size: 15px;
  }

  .footer-column {
    width: 100%;
    margin-right: 0%;
    padding-bottom: 0;
  }

  .hero-section {
    background-color: #fefefe00;
    background-image: linear-gradient(45deg, #fffddd, #ffffe5db);
    height: 780px;
    padding-top: 47px;
  }

  .hero-section.blog {
    height: 450px;
    padding-bottom: 10px;
  }

  .hero-section.about-us {
    background-color: #0000;
    background-image: linear-gradient(45deg, #fffddd38, #ffffe563);
    height: 500px;
  }

  .hero-section.hpmepage {
    background-color: #ffffffc2;
    background-image: linear-gradient(45deg, #fffde0 34%, #ffffff21);
    padding-top: 80px;
  }

  .hero-section.faqs {
    height: 500px;
  }

  .hero-section.faqs.ebook {
    padding-top: 100px;
  }

  .title {
    color: #3a3a3a;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
  }

  .title.light-blue {
    color: #000;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 200;
  }

  .title.light-blue.new {
    color: #fff;
    text-align: left;
  }

  .title.hp {
    text-align: left;
  }

  .footer-newsletter.get-started-form {
    background-color: #fff0;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .hero-right-column {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._76-percent-box {
    width: 100%;
  }

  .hero-left-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .hero-left-column.home {
    width: auto;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-left-column.about-us {
    width: 100%;
    margin-top: 40px;
  }

  .hero-flex {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-flex.vertical {
    margin-bottom: 0;
  }

  .on-load-8 {
    text-align: center;
    width: 50%;
    margin-bottom: 30px;
  }

  .on-load-8.intro {
    width: 50%;
  }

  .on-load-8.contact-intro-2 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .on-load-10 {
    width: 50%;
    margin-bottom: 30px;
  }

  .on-load-10.intro {
    width: 50%;
  }

  .on-load-7 {
    text-align: center;
  }

  .on-load-7.intro {
    width: 50%;
    margin-bottom: 20px;
  }

  .on-load-7.contact-us {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .intro-title {
    font-size: 25px;
    font-weight: 200;
  }

  .text-small.white {
    color: #fff;
    font-size: 16px;
    line-height: 27px;
  }

  .intro-title-2 {
    font-family: Qanelassoftdemo, sans-serif;
    font-weight: 700;
  }

  .intro-title-3 {
    font-family: Qanelassoftdemo, sans-serif;
    font-size: 16px;
  }

  .intro-title-4 {
    font-family: Qanelassoftdemo, sans-serif;
  }

  .on-load-11 {
    width: 50%;
    margin-bottom: 30px;
  }

  .on-load-11.intro {
    width: 50%;
    margin-bottom: 0;
    display: block;
  }

  .intro-text-big {
    font-size: 16px;
  }

  .intro-flex {
    border-radius: 10px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 10px;
    top: auto;
    box-shadow: 6px 6px 15px -4px #8888819e;
  }

  .heading-box {
    width: 90%;
    padding-top: 20px;
    font-size: 18px;
  }

  .h2-big {
    color: #202020;
    text-align: left;
    font-size: 16px;
  }

  .h2-big.white {
    color: #000;
    text-align: center;
  }

  .h2-big.faq {
    text-align: center;
  }

  .subheading, .subheading.white {
    text-align: left;
  }

  .subheading.faq {
    text-align: center;
    font-size: 16px;
  }

  .max-410-pixels.mobile-border {
    margin-bottom: 20px;
  }

  .max-410-pixels.setp-2 {
    max-width: 450px;
  }

  .max-410-pixels.a {
    max-width: 450px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .half-column-regular {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .half-column-regular.mobile-border {
    margin-bottom: 20px;
  }

  .half-column-flex {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .half-column-flex.no-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .half-column-flex.padding {
    padding-left: 2%;
    padding-right: 2%;
  }

  .on-load {
    background-color: #0000;
  }

  .on-load.homepage {
    background-image: url('../images/About-Takemyonlineclassusa.png');
    background-position: 80%;
    background-size: cover;
  }

  .on-load.about-us, .on-load.faqs {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .on-load-5 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .on-load-5.about-us-btn {
    justify-content: center;
  }

  .on-load-6.about-us {
    position: static;
    top: 0;
  }

  .on-load-9 {
    text-align: center;
    width: 50%;
    margin-bottom: 30px;
  }

  .on-load-9.intro {
    width: 50%;
  }

  .on-load-9.contact-intro-3 {
    width: 100%;
    margin-bottom: 0;
  }

  .newsletter {
    display: none;
  }

  .newsletter-column {
    width: 100%;
  }

  .newsletter-column.modal-right {
    padding-bottom: 40px;
  }

  .content-section-blue {
    background-color: #fffffffa;
  }

  .content-section-blue.reduced {
    color: var(--dark-slate-grey-ii);
    background-color: #41653be6;
    padding-left: 10px;
    padding-right: 10px;
  }

  .white {
    font-size: 16px;
  }

  .mini-feature {
    top: -25px;
  }

  .mini-feature.a {
    top: -31px;
  }

  .left-padding._10-pixels {
    padding-left: 0;
  }

  .inner-wrapper {
    flex-direction: column;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

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

  .feature {
    width: 100%;
    max-width: 250px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature.no-margin {
    margin-bottom: 30px;
  }

  .feature.no-margin.e {
    width: 100%;
    margin-left: auto;
  }

  .feature.no-margin.d {
    background-color: #ffe8b7ba;
    width: 100%;
    margin-left: auto;
  }

  .feature.last {
    background-color: #fffdd5;
    width: 100%;
    margin-left: auto;
  }

  .feature.a {
    width: 100%;
    margin-left: auto;
  }

  .feature.b {
    background-color: #e1ffcf7a;
    width: 100%;
    margin-left: auto;
  }

  .feature.c {
    background-color: #f4f4f4bd;
    width: 100%;
    margin-left: auto;
  }

  .plan-description {
    border-right-style: none;
    width: 100%;
    padding-bottom: 0;
  }

  .plan-detail {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .row {
    margin-top: 20px;
  }

  .row.last {
    border-bottom-style: none;
  }

  .plan-description-last, .plan-button-box {
    width: 100%;
  }

  .title-row {
    flex-wrap: wrap-reverse;
  }

  .plan-title {
    border: 1px solid var(--lines);
    width: 100%;
    padding-top: 5px;
  }

  .plan-title-detail {
    width: 100%;
    padding-left: 20px;
  }

  .testimonial {
    width: 90%;
    margin-left: 5%;
    padding-left: 6.5%;
    padding-right: 6.5%;
  }

  .testimonials {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-right-arrow {
    background-color: #588350fa;
    width: 50px;
    margin-right: 13px;
  }

  .testimonial-name {
    font-size: 15px;
  }

  .slide-left-arrow {
    background-color: #588350fa;
    width: 50px;
    margin-left: 13px;
  }

  .testimonial-bg {
    margin-bottom: 10px;
  }

  .trial-signup {
    width: 100%;
  }

  .arrow-box {
    justify-content: center;
    align-items: center;
    margin-right: 15px;
  }

  .arrow-box.right {
    margin-left: 15px;
  }

  .trial-email-input {
    border-radius: 2.5px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .form {
    flex-wrap: wrap;
  }

  .trial-submit-button {
    border-radius: 2.5px;
  }

  .footer-input {
    border-bottom-color: #0000;
    border-right-style: none;
    border-right-color: #0000;
    border-radius: 20px;
    height: 55px;
    padding-left: 12px;
  }

  .submit-button-footer {
    background-color: #4f8844;
    border-radius: 20px;
    height: 55px;
    margin-top: 12px;
  }

  .submit-button-footer:hover {
    background-color: #4f8944;
  }

  .hover-icon {
    width: 30px;
  }

  .insta-pic {
    width: 50%;
  }

  .scale-on-hover, .overlay.blog-page {
    border-radius: 5px;
  }

  .category-lik {
    border-radius: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 10px;
  }

  .blog-title-medium {
    font-size: 16px;
  }

  .post-flex-box {
    margin-top: 10px;
    margin-left: 0;
  }

  .time-to-read {
    color: #555;
    font-size: 16px;
  }

  .intro-section {
    background-color: #faf1ae73;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .full-column-left {
    width: 100%;
  }

  .content-section-simple {
    background-color: #fffef7;
  }

  .full-column-image {
    width: 100%;
  }

  .full-column-image._2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .full-column-image._1 {
    display: none;
  }

  .image-bg._1 {
    background-color: #fff;
    background-image: url('../images/About-Takemyonlineclassusa.png');
    background-position: 60% 60%;
    background-size: contain;
  }

  .team-member {
    width: 100%;
    max-width: 284px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-member._2 {
    padding-top: 0;
  }

  .team-member._3 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .team-member.last {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .column-text-right {
    width: 100%;
    margin-top: 60px;
  }

  .text-block {
    padding-top: 5px;
    font-size: 16px;
  }

  .flex-center {
    flex-direction: column;
    align-self: flex-start;
    margin-top: 10px;
    padding-left: 0;
  }

  .flex-center.hp-flex {
    margin-top: 15px;
    padding-left: 10px;
    display: none;
  }

  .center-line-box {
    width: 60px;
  }

  .feature-item {
    max-width: 300px;
    margin-bottom: 30px;
  }

  .iphone-column-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .flex-justify-center {
    margin-bottom: 40px;
  }

  .iphone-column-right {
    width: 100%;
    padding-left: 0;
  }

  .client-logo {
    width: 80%;
    max-width: 250px;
  }

  .tabs-menu {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }

  .tab {
    width: 100%;
    padding-bottom: 0;
  }

  .tab-tex-box {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
  }

  .left-side-column {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .assitant-text, .contact-link {
    font-size: 16px;
  }

  .contact-form-right {
    width: 100%;
  }

  .input {
    border-radius: 10px;
    padding-left: 4%;
  }

  .contact-form-left {
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }

  .select-field, .textarea {
    padding-left: 4%;
  }

  .submit-button-form {
    background-color: #000;
    border-radius: 5px;
    width: 100%;
  }

  .map {
    height: 200px;
  }

  .blog-left-column {
    margin-right: 0%;
  }

  .featured-preview {
    width: 100%;
    margin-right: 0%;
  }

  .blog-right-column {
    width: 100%;
    margin-top: 20px;
  }

  .post-text-box {
    margin-left: 0;
    padding-left: 0;
  }

  .flex-post-preview {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .tag {
    color: #54565a;
    font-size: 16px;
  }

  .side-post {
    flex-direction: column;
    max-width: 350px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-blog-right {
    width: 100%;
  }

  .preview-blog-left {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
    margin-right: 0%;
  }

  .collection-list-wrapper {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .inner-post-grid {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .post-heading-box {
    width: 100%;
  }

  .collection-item {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .tabs-right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .tabs-left {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .tabs-left.no-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mobile-column {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .main-blog-image {
    height: 300px;
  }

  .about-intro {
    width: 100%;
    max-width: 250px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .about-intro.last {
    margin-bottom: 0;
  }

  .h3-big {
    text-align: left;
    font-size: 27px;
  }

  .testimonal-flex {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .relative-post {
    height: 150px;
  }

  .sticky-right, .sticky-left {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .button-outline-2 {
    font-size: 16px;
  }

  .image-2-hide {
    display: block;
  }

  .person {
    background-size: cover;
    border-color: #2a628c21;
    width: 45px;
    height: 45px;
    margin-right: auto;
  }

  .person._2 {
    width: 45px;
    height: 45px;
    margin-left: 0;
    margin-right: auto;
  }

  .person._3 {
    margin-left: 0;
    margin-right: -10px;
  }

  .person._3._4._5 {
    width: 45px;
    height: 45px;
    margin-right: 0;
  }

  .person._3._9 {
    width: 45px;
    height: 45px;
    margin-right: auto;
  }

  .step-scroll {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .step-block.a, .step-block.b {
    flex: none;
    margin-top: 0;
    margin-bottom: 100px;
    padding-right: 0;
  }

  .step-block.c {
    flex: none;
    margin-bottom: 100px;
  }

  .scroll-animate.s-3 {
    display: none;
  }

  .img-block {
    width: 90%;
  }

  .img-block.anima-3 {
    width: 80%;
    position: static;
  }

  .img-block.anima-1 {
    z-index: 99;
    top: -11px;
  }

  .img-block.anima-1.a {
    width: 80%;
    position: static;
    top: auto;
  }

  .img-block.anima-2 {
    width: 100%;
    max-width: 90%;
    margin-right: 0;
    padding-top: 0;
    position: static;
    top: 27px;
  }

  .clone-section {
    margin-bottom: 0;
  }

  .scroll-container {
    height: 120vh;
    margin-top: 0;
  }

  .step-content-block {
    overflow: visible;
  }

  .text-block-2 {
    padding-left: 0;
  }

  .content-2 {
    font-size: 20px;
  }

  .content-wrap.anima-2 {
    width: 80%;
  }

  .h2 {
    font-size: 32px;
  }

  .h2.how {
    color: #595959;
  }

  .feature_wrap._2 {
    padding-top: 64px;
  }

  ._480 {
    font-size: 16px;
  }

  .feature_image._2 {
    left: 0%;
  }

  .feature_image._3 {
    top: 9%;
  }

  .feature_text {
    font-size: 16px;
  }

  .feature_image-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    background-color: #ffe4aa47;
  }

  .paragraph-11 {
    color: var(--title);
  }

  .text-block-6 {
    font-size: 16px;
  }

  .paragraph-13 {
    color: #333;
  }

  .div-block {
    border-radius: 10px;
  }

  .step-block-2.a {
    background-color: #ffefaa9e;
    flex: none;
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .step-block-2.b {
    background-color: #ffde96c9;
    flex: none;
  }

  .step-block-2.c {
    background-color: #f1cf85;
    flex: none;
  }

  .step-2 {
    margin-left: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .label-2 {
    font-family: Qanelassoftdemo, sans-serif;
    font-weight: 700;
  }

  .clone-section-2 {
    background-color: #fff8d97a;
    margin-bottom: auto;
  }

  .heading-2 {
    color: #242424;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
  }

  .paragraph-14 {
    color: #080808;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
  }

  .section-2 {
    background-color: #fff;
  }

  .rich-text-block {
    font-size: 18px;
  }

  .tagline {
    text-align: left;
  }

  .tagline.b {
    color: #000;
    background-color: #fcf3cc;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10%;
  }

  .wrap.w80-50 {
    margin-top: -44px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-14.text-14-60 {
    color: #000;
    text-align: left;
  }

  .text-20 {
    color: #48494a;
    text-align: left;
  }

  .heading-3 {
    text-align: left;
  }

  .section-3 {
    background-color: #0000;
    background-image: linear-gradient(45deg, #ffe4aa, #fff);
    padding: 0 20px 60px;
  }

  .service-icon {
    background-color: #fbf1a4;
    margin-bottom: 10px;
    padding: 20px 15px;
    box-shadow: 2px 2px 6px -3px #747474;
  }

  .service-icon.logos {
    box-shadow: none;
    margin-left: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-wrapper {
    background-color: #0000;
  }

  .benefits-row {
    border-style: none;
  }

  .heading-4, .heading-5, .heading-6, .heading-7 {
    color: #4b7b68;
  }

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

  .text-block-10, .text-block-11, .text-block-12, .text-block-13 {
    color: var(--dark-slate-grey-ii);
  }

  .text-span-2 {
    color: #3d3d3d;
    font-weight: 700;
  }

  .integration-details {
    font-size: 12px;
  }

  .integration-2 {
    background-image: linear-gradient(45deg, #ffffffba, #0000);
  }

  .integration-2.e {
    background-image: linear-gradient(315deg, #ffffff70 1%, #0000);
  }

  .integration-2.c {
    background-image: linear-gradient(270deg, #85c0753b, #fff0);
  }

  .integration-2.f {
    background-image: linear-gradient(315deg, #f4d79acc, #fff0);
  }

  .integration-2.b {
    background-image: linear-gradient(270deg, #f57a5d4a, #0000);
  }

  .integration-2.a {
    background-image: linear-gradient(45deg, #fff, #0000);
  }

  .title-paragraph-2 {
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
  }

  .integration-section-2 {
    background-image: none;
    padding-top: 60px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .integration-heading {
    color: #4b4b4b;
    text-align: left;
    margin-bottom: 10px;
    font-size: 25px;
  }

  .integration-details-2, .integration-details-2.e {
    font-size: 16px;
  }

  .integration-details-2.f {
    color: #161616;
    font-size: 16px;
  }

  .icon-border.green {
    background-color: #d1ffe15c;
  }

  .icon-border.grey {
    background-color: #f57a5d4f;
  }

  .icon-border.pink {
    background-color: #4c96b157;
  }

  .icon-border.purple {
    background-color: #fff7bb63;
    box-shadow: 28px 28px 40px -18px #3a3a3a99;
  }

  .icon-border.orange {
    background-color: #faf0d5;
  }

  .icon-border.blue {
    background-color: #fff;
  }

  .dots {
    display: none;
  }

  .title-wrap-2 {
    text-align: left;
    align-items: flex-start;
  }

  .arrow {
    display: none;
  }

  .button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-accent-wrapper {
    flex-wrap: wrap;
  }

  .video-play-link {
    margin-top: 20px;
    margin-left: 0;
  }

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

  .person-2 {
    top: -14px;
    left: auto;
  }

  .header-section-2 {
    background-image: linear-gradient(135deg, #ffe4aa, #fff);
    height: 1300px;
    max-height: none;
    padding: 100px 5% 220px;
  }

  .header-paragraph-2 {
    font-size: 18px;
    line-height: 27px;
  }

  .number-text {
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 500;
  }

  .pattern-accent {
    display: none;
    top: -148px;
    right: 38px;
  }

  .header-icon {
    background-color: #ebba40;
    width: 29px;
    height: 28px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .form-block-2 {
    max-width: 100%;
    margin-top: 20px;
  }

  .title-medium {
    color: #1f1f1f;
    font-size: 12px;
  }

  .number-large {
    color: #4b4b4b;
    margin-bottom: 5px;
    margin-right: 0;
    font-family: Qanelassoftdemo, sans-serif;
    font-size: 30px;
  }

  .card-block-top {
    display: none;
  }

  .feature-wrapper {
    text-align: left;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
  }

  .hero-heading {
    color: #353535;
    font-size: 35px;
    line-height: 38px;
  }

  .number-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .submit-button-2 {
    background-color: #050504;
    background-image: linear-gradient(45deg, #4d8168 42%, #b4cf1e);
    font-size: 16px;
    font-weight: 500;
  }

  .card-block {
    display: none;
    inset: 273px auto auto;
  }

  .header-wrapper-2 {
    flex-wrap: wrap;
  }

  .container-2 {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 95%;
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 20px;
    padding-left: 0%;
  }

  .header-block-2 {
    justify-content: center;
    height: auto;
    margin-right: auto;
    display: block;
    top: 16px;
    right: auto;
  }

  .line-break {
    display: none;
  }

  .form-2 {
    background-color: #fff;
  }

  .image-14 {
    position: relative;
    top: 46px;
  }

  .image-15 {
    z-index: 2;
    max-width: 105%;
    margin-top: 20px;
    display: block;
    position: static;
    top: auto;
    left: auto;
    right: auto;
  }

  .div-block-4 {
    width: 100%;
  }

  .bold-text-3 {
    color: #1b1b1b;
    font-family: Inter, sans-serif;
    font-weight: 700;
  }

  .logo-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .client-row {
    min-height: 200px;
    display: flex;
  }

  .slider {
    max-height: 150px;
  }

  .logo-wrap {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .service-h4 {
    color: #4c4c4c;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 25px;
  }

  .container-3 {
    max-width: 100%;
    min-height: 400px;
  }

  .text-span-12 {
    font-size: 16px;
    text-decoration: underline;
  }

  .paragraph-17, .paragraph-18, .paragraph-19 {
    font-size: 16px;
  }

  .div-block-6 {
    margin-top: 0;
  }

  .rich-text-block-2, .div-block-7, .paragraph-26, .paragraph-27, .paragraph-28, .paragraph-29, .paragraph-30, .paragraph-31, .paragraph-32, .collection-item-2, .paragraph-33, .paragraph-34 {
    font-size: 16px;
  }

  .image-18, .image-19, .image-20 {
    max-width: 100%;
  }

  .heading-9 {
    margin-bottom: 20px;
  }

  .f-button-icon-r {
    max-width: 80%;
    font-size: 18px;
  }

  .f-button-icon-r:hover {
    font-size: 18px;
  }

  .f-paragraph-small.f-text-color-gray-500 {
    width: 100%;
  }

  .b-button-testimonial {
    color: #083626;
    border-radius: 5px;
    font-size: 16px;
  }

  .link-block-2 {
    margin-top: 16px;
    margin-left: 10px;
  }
}

#w-node-bbd54a54-6a25-81f6-bac9-3cf141ee804f-f89cb9e2 {
  align-self: center;
}

#w-node-bbd54a54-6a25-81f6-bac9-3cf141ee8054-f89cb9e2, #w-node-_268f6016-b382-d689-b55f-289adee07281-f89cb9e2 {
  justify-self: center;
}

#w-node-_268f6016-b382-d689-b55f-289adee07284-f89cb9e2 {
  place-self: center end;
}

@media screen and (min-width: 1440px) {
  #w-node-bbd54a54-6a25-81f6-bac9-3cf141ee804f-f89cb9e2, #w-node-_268f6016-b382-d689-b55f-289adee07284-f89cb9e2 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_268f6016-b382-d689-b55f-289adee07281-f89cb9e2 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_268f6016-b382-d689-b55f-289adee07284-f89cb9e2 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_769c317f-1d7e-e454-14f8-4f7acf1590ec-f89cb9e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aquino demo';
  src: url('../fonts/Aquino-Demo.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lovelo line';
  src: url('../fonts/Lovelo-Line-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lovelo line';
  src: url('../fonts/Lovelo-Line-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Qanelassoftdemo';
  src: url('../fonts/QanelasSoftDEMO-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Qanelassoftdemo';
  src: url('../fonts/QanelasSoftDEMO-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lovelo';
  src: url('../fonts/Lovelo-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}