:root {
  --medium-sea-green: #57c36b;
  --main: #02090d;
  --midnight-blue: #0e2035;
  --grey\<deleted\|variable-1736672c\>: var(--main);
  --1: rgba(2, 9, 13, .9);
}

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

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

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

body {
  color: #fff;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  color: rgba(255, 255, 255, .5);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: #fff;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

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

blockquote {
  text-transform: none;
  border: 1px solid #02c173;
  border-width: 1px 3px;
  border-radius: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 20px;
  font-family: IBM Plex Sans Hebrew;
  font-size: 20px;
  font-style: normal;
  line-height: 1.7;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-family: IBM Plex Sans Hebrew;
  font-size: 15px;
}

.white-colors-show-case {
  width: 54px;
  height: 54px;
  background-color: #fff;
  border-radius: 300px;
  box-shadow: 0 0 9px rgba(0, 0, 0, .28);
}

.white-colors-show-case.black {
  box-shadow: none;
  background-color: #7d7d7d;
}

.yellow-color-show-case {
  width: 54px;
  height: 54px;
  background-color: #02c173;
  border-radius: 300px;
}

.color-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.black-background {
  background-color: #151515;
}

.color-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

._4-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.black-background-padding {
  padding: 40px;
}

.container {
  width: 98%;
  max-width: 98%;
  min-width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em 0;
}

.container.navbar-container {
  height: 100%;
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  background-color: rgba(24, 24, 24, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  align-items: center;
  padding: 0 2em;
  display: flex;
}

.container.no-paddings {
  padding-top: 0;
  padding-bottom: 0;
}

.container.joingaia {
  width: 98%;
  max-width: none;
  padding-bottom: 100px;
}

.container.joingaia.benefeiits {
  padding-top: 5.7em;
}

._100width {
  width: 100%;
}

.fade-in-on-scroll {
  display: flex;
  position: relative;
}

.border-box {
  border: 1px solid #cdcdcd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.button {
  border: 1px solid var(--medium-sea-green);
  background-color: var(--medium-sea-green);
  color: #000;
  border-radius: 13px;
  padding: 15px 30px;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 600;
  transition: background-position .25s, background-color .45s;
}

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

.button.video {
  background-color: var(--medium-sea-green);
  color: var(--main);
  background-image: url('../images/Arrow-Right.svg');
  background-position: 91%;
  background-repeat: no-repeat;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 25px;
  padding-right: 41px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
}

.button.video:hover {
  background-color: #328041;
}

.button.video.inactive {
  color: #414850;
  background-color: #202931;
  border: 2px solid #323b46;
}

.button.video.email {
  padding-right: 39px;
}

.button.navbar-button {
  color: #000;
  border-radius: 6px;
  padding: 7px 24px;
  font-size: 15px;
  font-weight: 600;
}

.button.white {
  color: #000;
  background-color: #fff;
}

.button.white:hover {
  background-color: #b6b6b6;
}

.button.full {
  color: #fcfcfc;
  white-space: nowrap;
  overflow-wrap: normal;
  background-color: rgba(87, 195, 107, .23);
  border: 1px solid rgba(87, 195, 107, .51);
  flex-direction: row;
  margin-right: 14px;
  padding: 2.5% 5%;
  font-family: Montserrat, sans-serif;
  font-size: .9em;
  font-weight: 400;
  display: block;
}

.button.inactive {
  color: #5d666e;
  background-color: #333c46;
  border: 1px solid #333c46;
  font-weight: 500;
}

.button.contact:hover {
  background-color: #41774b;
}

.style-guide-box-holder {
  background-color: #000;
  padding: 20px;
}

.style-guide-box-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.colors-buttons {
  grid-column-gap: 90px;
  align-items: center;
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 194px;
  padding-top: 162px;
  display: flex;
}

.section.hero-section {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  overflow: hidden;
}

.section.hero-section.main-header {
  background-image: linear-gradient(to bottom, var(--midnight-blue), #06111b 26%, var(--main) 48%);
}

.section.hero-section.main-header.hero {
  background-image: linear-gradient(to bottom, var(--midnight-blue), #06111b 26%, #02070d 48%);
}

.section.grey-section, .section.grey-section-copy {
  background-color: rgba(0, 0, 0, 0);
}

.button-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #151515;
  border: 2px solid #ebebeb;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

._8-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._6-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cols-text {
  font-family: IBM Plex Sans Hebrew;
  font-size: 15px;
  font-weight: 400;
}

.paragraph-xl {
  font-size: 20px;
  line-height: 1.5;
}

.navbar {
  height: 70px;
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  background-color: rgba(221, 221, 221, 0);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-holder {
  width: 100%;
  height: 100%;
}

.navbar-container, .nav-menu-link-holder {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-link-container {
  height: 100%;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brand-image {
  width: 100%;
}

.nav-menu {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-links {
  height: 100%;
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  height: 100%;
  color: #57c36b;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  background-color: rgba(82, 255, 2, 0);
  border-bottom: 3px solid rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: border-color .6s;
  display: flex;
  bottom: -1px;
}

.nav-link.w--current {
  color: #fff;
  border-bottom-color: #fff;
}

.nav-link.demo-day {
  color: var(--medium-sea-green);
}

.nav-link.demo-day:hover {
  opacity: 1;
  filter: brightness(133%);
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 56px;
  padding-right: 120px;
  display: flex;
}

.footer-brand {
  max-width: 300px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  opacity: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.footer-link {
  color: #7d7d7d;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  transition: color .475s;
}

.footer-link:hover {
  color: #fff;
}

.footer-divider {
  width: 100%;
  color: var(--medium-sea-green);
  -webkit-text-stroke-color: transparent;
  border: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-top: 40px;
  display: flex;
}

.footer-copyright-center {
  text-transform: uppercase;
  font-size: 15px;
}

.footer-brand-image {
  width: 140px;
}

.white-link {
  color: #fff;
  text-decoration: underline;
  transition: color .375s;
}

.white-link:hover {
  color: #a1a1a1;
}

.hero-section-holder {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 33px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.hero-section-container {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -41px;
  display: flex;
}

.hero-section-header-holder {
  max-width: 860px;
  grid-column-gap: 9px;
  perspective: 1500px;
  text-align: center;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-section-paragraph-holder {
  max-width: 430px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section-button-holder {
  grid-column-gap: 18px;
  grid-row-gap: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 13px;
  display: flex;
}

.hero-section-mac-holder {
  z-index: 10;
  width: 95%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.hero-blur-bg-holder {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.hero-blur-bg {
  width: 140%;
  min-width: 115%;
}

.title {
  color: rgba(255, 255, 255, .5);
  -webkit-text-stroke-color: rgba(255, 255, 255, .5);
  margin-top: 32px;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3;
}

.iphone-image {
  z-index: 1;
  width: 100%;
  object-fit: cover;
  position: relative;
}

.white-text {
  color: #fff;
}

.arrow-holder {
  width: 28px;
  height: 28px;
  border: 1px solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.arrow {
  width: 16px;
}

.featured-logos-section {
  z-index: 5;
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
}

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

.featured-logo-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  display: flex;
}

.featured-logo-grid {
  width: 80%;
  grid-column-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.featured-logo-wrapper {
  width: 110px;
}

.featured-logo {
  width: 100%;
}

.title-holder {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-container {
  max-width: 762px;
}

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

.paragraph-holder {
  max-width: 650px;
}

.early-access-card {
  width: 100%;
  min-width: 370px;
  perspective: 1500px;
  position: relative;
}

.early-access-tag-holder {
  grid-column-gap: 10px;
  align-items: center;
  font-family: IBM Plex Sans Hebrew;
  font-size: 18px;
  display: flex;
}

.early-access-title-holder {
  max-width: 349px;
}

.power-feature-card-container {
  background-color: #0d0d0d;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.power-feature-heading {
  font-size: 20px;
}

.testimonails-wrapper {
  padding-top: 55px;
  padding-bottom: 228px;
  overflow: hidden;
}

.testimonail-slider-holder {
  padding-top: 60px;
  padding-bottom: 60px;
}

.testimonial-mask {
  width: 500px;
  height: auto;
  overflow: visible;
}

.testimonial-mask.testing {
  width: 100%;
  overflow: hidden;
}

.testimonial-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.testimonial-slider.testing {
  overflow: visible;
}

.testimonial-slide {
  width: 100%;
  height: 100%;
  margin-left: 15px;
  margin-right: 15px;
  left: -15px;
}

.testimonial-slide.testing {
  width: 80%;
}

.testimonail-card-holder {
  height: 100%;
}

.testimonial-content-holder {
  z-index: 1;
  height: 100%;
  grid-row-gap: 50px;
  background-color: #000;
  border: 1px solid #323338;
  border-radius: 14px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: relative;
}

.testimonial-text {
  color: #8b8b8b;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

.testimonial-user-wrapper {
  grid-column-gap: 14px;
  align-items: center;
  display: flex;
}

.user-image-holder {
  width: 180px;
  height: 180px;
  min-height: 50px;
  min-width: 180px;
  background-color: rgba(99, 91, 255, .4);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.user-image {
  width: 110%;
  height: auto;
  max-width: 110%;
  min-width: 120%;
  object-fit: contain;
  margin-left: -17px;
  padding: 3px;
}

.user-content-holder {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.user-name {
  font-size: 17px;
}

.user-job-position {
  color: rgba(255, 255, 255, .4);
  text-transform: uppercase;
  font-size: 14px;
}

.hide {
  display: none;
}

.left-arrow-slider {
  margin-left: -26px;
  padding-bottom: 25px;
  padding-left: 0;
  position: absolute;
  top: auto;
  bottom: -5%;
  left: 45%;
  right: auto;
  overflow: visible;
}

.right-arrow-slider {
  padding-bottom: 25px;
  top: auto;
  bottom: -5%;
  left: auto;
  right: 44%;
  overflow: visible;
}

.right-arrow-slider.another {
  padding-bottom: 0;
}

.pricing-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pricing-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pricing-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-table-holder {
  background-color: var(--grey\<deleted\|variable-1736672c\>);
  background-image: radial-gradient(circle farthest-corner at 100% 100%, #0d5739, var(--grey\<deleted\|variable-1736672c\>) 73%);
  border-radius: 12px;
  overflow: hidden;
}

.pricing-table-holder._02 {
  background-color: #0d0d0d;
  background-image: none;
}

.pricing-table {
  padding: 50px;
}

.pricing-header-holder {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-tag {
  text-transform: uppercase;
  background-color: #1f1f1f;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100px;
  padding: 9px 16px;
  font-size: 18px;
}

.pricing-header {
  margin-top: 8px;
  font-size: 1.3em;
  font-weight: 500;
}

.pricing-list-holder {
  border-top: 1px solid #414142;
  border-bottom: 1px solid #414142;
  margin-top: 19px;
  margin-bottom: 19px;
  padding-top: 26px;
  padding-bottom: 26px;
}

.list-holder {
  justify-content: space-between;
  display: flex;
}

.checked-list-holder {
  grid-column-gap: 18px;
  align-items: center;
  display: flex;
}

.check-icon-holder {
  width: 18px;
}

.check-icon-holder.bigger {
  width: 24px;
}

.check-icon {
  width: 100%;
}

.check-list-text {
  font-size: 20px;
  font-weight: 400;
}

.pricing-footer-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing-price-holder {
  grid-column-gap: 8px;
  align-items: flex-end;
  display: flex;
}

.pricing {
  font-size: 24px;
}

.pricing-description {
  color: rgba(255, 255, 255, .4);
  font-size: 18px;
}

.cta-wrapper {
  padding-top: 52px;
  padding-bottom: 52px;
}

.cta-holder {
  flex-direction: column;
  align-items: center;
  padding-top: 37px;
  padding-bottom: 37px;
  display: flex;
}

.cta-container {
  width: 970px;
  background-color: #1b1c1d;
  background-image: radial-gradient(circle farthest-corner at 50% 290%, #02c173 17%, var(--grey\<deleted\|variable-1736672c\>) 83%);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-form-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 61px;
  padding-bottom: 61px;
  display: flex;
  position: relative;
}

.cta-form-holder.no-paddings {
  padding-top: 13px;
  padding-bottom: 13px;
}

.cta-heading-holder {
  z-index: 2;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: center;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.cta-heading {
  font-size: 42px;
  font-weight: 500;
}

.cta-paragraph-holder {
  max-width: 440px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-field {
  width: 100%;
  height: 51px;
  background-color: var(--grey\<deleted\|variable-1736672c\>);
  color: #fff;
  border: 1px solid #2e2e2e;
  border-radius: 8px;
  margin-bottom: 0;
  transition: border-color .45s, box-shadow .425s;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .24), 0 0 14px rgba(0, 0, 0, .24), 0 21px 36px rgba(2, 193, 115, .12);
}

.text-field:hover {
  border-color: #777;
  box-shadow: 0 0 4px rgba(0, 0, 0, .24), 0 17px 20px rgba(0, 0, 0, .24), 0 21px 36px rgba(2, 193, 115, .12);
}

.text-field:focus {
  border-color: #02c173;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .24), 0 0 14px rgba(0, 0, 0, .24), 0 21px 90px rgba(45, 219, 148, .12);
}

.text-field::-ms-input-placeholder {
  color: #7d7d7d;
  font-size: 15px;
}

.text-field::placeholder {
  color: #7d7d7d;
  font-size: 15px;
}

.form {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.form-block {
  width: 370px;
  margin-bottom: 0;
}

.submit-button {
  width: 30px;
  height: 30px;
  background-color: var(--medium-sea-green);
  background-image: url('../images/Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  padding: 14px 2px 2px;
  transition: background-color .375s;
  position: absolute;
  right: 10px;
}

.submit-button:hover {
  background-color: #0a794b;
}

.form-holder {
  width: 100%;
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-cricle-holder {
  width: 350px;
  position: absolute;
  top: auto;
  bottom: -32%;
  left: -15%;
  right: auto;
}

.cta-cricle-holder._02 {
  top: -18%;
  bottom: auto;
  left: auto;
  right: -14%;
  transform: rotate(180deg);
}

.cta-circle {
  width: 100%;
}

.thank-you-message {
  width: 100%;
  color: #7d7d7d;
  background-color: #333;
  border: 1px solid #02c173;
  border-radius: 8px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .24), 0 0 14px rgba(0, 0, 0, .24), 0 21px 36px rgba(2, 193, 115, .19);
}

.thank-you-message::-ms-input-placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew;
  font-size: 15px;
}

.thank-you-message::placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew;
  font-size: 15px;
}

.error-message {
  width: 100%;
  color: #7d7d7d;
  text-align: center;
  background-color: #333;
  border: 1px solid #aa5252;
  border-radius: 8px;
  margin-bottom: 0;
  font-size: 16px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .24), 0 0 14px rgba(0, 0, 0, .24), 0 21px 36px rgba(255, 0, 4, .12);
}

.error-message::-ms-input-placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew;
  font-size: 15px;
}

.error-message::placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew;
  font-size: 15px;
}

.animate-text-01 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.animate-text-02 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.fixed-navbar {
  z-index: 19;
  width: 100%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.blog-newsholder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.blog-news {
  min-width: 280px;
  border-right: 1px solid rgba(255, 255, 255, .03);
  flex-direction: column;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.right {
  grid-row-gap: 30px;
  border-bottom: 0 solid #323232;
  flex-direction: column;
  margin-bottom: 10px;
  padding-top: 126px;
  padding-bottom: 10px;
  display: flex;
}

.right.one.demo {
  padding-top: 139px;
  padding-bottom: 0;
}

.help-heading-holder {
  padding-bottom: 0;
}

.help-heading-holder.two {
  display: none;
}

.help-back-link-holder {
  grid-column-gap: 8px;
  color: #7d7d7d;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  transition: color .4s;
  display: flex;
}

.help-back-link-holder:hover {
  color: #fff;
}

.help-icon-holder {
  width: 8px;
}

.help-icon-holder.career {
  width: 14px;
  align-self: center;
}

.help-icon-holder.demo {
  width: 18%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.help-icon {
  width: 100%;
}

.help-link-holder {
  grid-row-gap: 36px;
  flex-direction: row;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.help-link-container {
  z-index: 3;
  grid-column-gap: 16px;
  opacity: .5;
  color: #fff;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  left: 2px;
}

.help-link-container.w--current {
  opacity: 1;
  border-right: 3px solid #fff;
}

.help-link-icon-holder {
  width: 26px;
}

.help-link-icon {
  width: 100%;
}

.help-center-pragraph-holder {
  max-width: 570px;
}

.figma-file-holder {
  margin-top: 40px;
  margin-bottom: 40px;
}

.figma-file-container {
  grid-column-gap: 32px;
  opacity: 1;
  background-color: #333;
  border: 1px solid #515151;
  border-radius: 8px;
  align-items: flex-start;
  padding: 26px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25), 1px 1px 14px rgba(0, 0, 0, .25), 0 21px 36px rgba(99, 91, 255, .13);
}

.figma-file-container.center {
  height: 100%;
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.figma-file-icon-holder {
  width: 41px;
  height: 41px;
  min-width: 41px;
}

.figla-file-icon {
  width: 100%;
}

.figma-file-content-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.figma-header {
  font-size: 24px;
  font-weight: 500;
}

.full-width-image-holder {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.full-width-image {
  width: 100%;
  border-radius: 20px;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
}

.sticky.one {
  padding-top: 49px;
}

.link {
  text-decoration: underline;
  transition: color .375s;
}

.link:hover {
  color: #afafaf;
}

.change-log-block-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: var(--main);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

._404 {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brand {
  width: 130px;
}

.hero-cards-holder {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding-bottom: 60px;
  position: relative;
}

.hero-cards-grid {
  width: 100%;
  height: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 2.5fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  display: grid;
}

.hero-cards-grid.gridtwo {
  grid-template-columns: 2.5fr;
}

.hero-card {
  width: 100%;
  height: auto;
  min-width: 100%;
  background-color: var(--main);
  background-image: linear-gradient(rgba(255, 255, 255, .27) 38%, rgba(255, 255, 255, 0));
  border-radius: 13px;
  justify-content: space-between;
  align-items: stretch;
  transition: transform .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.hero-card.three {
  width: auto;
  max-width: 200px;
  min-height: 200px;
  min-width: 200px;
  position: relative;
  top: 22px;
}

.hero-card.three-copy {
  width: auto;
  max-width: 200px;
  min-height: 200px;
  min-width: 200px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 20px;
}

.hero-card-image {
  width: 100%;
  object-fit: cover;
  background-color: #111;
  border-radius: 24px;
  margin: 1px;
  padding-left: 24px;
}

.hero-card-wrapper {
  grid-row-gap: 30px;
  perspective: 1500px;
  object-fit: fill;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.animated-text-holder.animated01 {
  padding-top: 37px;
  padding-bottom: 0;
}

.animated-text-container {
  max-width: 70%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  padding-bottom: 7px;
  line-height: 1.6;
  display: flex;
  position: static;
  overflow: hidden;
}

.animated-text {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: -10px;
  padding-bottom: 0;
  font-size: 2.2em;
  font-weight: 700;
  display: flex;
}

.animated-text.animate-text-01 {
  font-size: 30px;
}

.animated-text.animated02 {
  font-size: 1.3em;
  font-weight: 300;
}

.animated-text.animated02.phone {
  color: rgba(255, 255, 255, .5);
  margin-bottom: 0;
  padding-top: 3px;
  font-weight: 400;
}

.animated-text.animated02.phone.bla {
  padding-top: 0;
}

.animated-text.phonebreakline.career {
  font-weight: 500;
}

.gradient-text {
  height: 200%;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 6%, #000 47%);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 96%);
}

.animated-text-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
}

.mobile-app-holder {
  background-image: linear-gradient(to right, rgba(255, 255, 255, .21), rgba(255, 255, 255, 0));
  border-radius: 24px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.mobile-app-container {
  width: 100%;
  height: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  background-color: var(--grey\<deleted\|variable-1736672c\>);
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin: 1px;
  padding: 60px 90px;
  display: grid;
}

.mobile-app-phone-holder {
  padding-left: 75px;
  padding-right: 75px;
  position: relative;
}

.mobile-app {
  z-index: 1;
  height: 540px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: inline;
  position: relative;
  overflow: hidden;
}

.iphone-app-holder {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.iphone-app {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 50px 50px 0 0;
  padding-top: 12px;
  padding-left: 16px;
  padding-right: 16px;
}

.tag {
  color: #02c173;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.mobile-app-description {
  margin-top: 21px;
}

.iphone-gradient {
  z-index: 1;
  height: 40%;
  background-image: linear-gradient(to top, var(--grey\<deleted\|variable-1736672c\>) 16%, rgba(17, 17, 17, 0) 92%);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.feature-container {
  width: 100%;
  height: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 12px;
  background-color: var(--grey\<deleted\|variable-1736672c\>);
  border-radius: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin: 1px;
  display: flex;
  overflow: hidden;
}

.feature-image {
  width: 100%;
}

.feature-app-content {
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.features-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  margin-top: 120px;
  display: flex;
}

.download-section-holder {
  padding-bottom: 120px;
}

.download-grid {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.download-content {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20%;
}

.download-images-holder {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.download-images-container {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.download-app-image {
  width: 100%;
}

.badge {
  width: 200px;
  object-fit: cover;
  border-radius: 9px;
  transition: opacity .3s;
}

.badge:hover {
  opacity: .56;
}

.download-app-container {
  grid-column-gap: 7px;
  background-color: var(--grey\<deleted\|variable-1736672c\>);
  border-radius: 14px;
  margin: 1px;
  padding: 5px;
  display: flex;
  overflow: hidden;
}

.download-app-bg {
  background-image: linear-gradient(to right, rgba(255, 255, 255, .21), rgba(255, 255, 255, 0));
  border-radius: 14px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.small-download-image {
  width: 200px;
  position: absolute;
  top: 13%;
  bottom: auto;
  left: -13%;
  right: auto;
}

.small-download-image._02 {
  top: 21%;
  bottom: auto;
  left: auto;
  right: -9%;
}

.testimonail-user {
  z-index: 3;
  width: 100%;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.qoute {
  width: 150px;
}

.blured-circles-holder {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.blured-circle {
  width: 60%;
  opacity: .51;
  position: relative;
  top: -41%;
  left: -25%;
}

.blured-circle._02 {
  opacity: .34;
  position: absolute;
  top: -53%;
  bottom: auto;
  left: auto;
  right: -33%;
}

.blured-circle._01 {
  position: absolute;
  top: -46%;
  bottom: auto;
  left: -34%;
  right: auto;
}

.light {
  width: 300px;
  height: 300px;
  opacity: 0;
  filter: blur(70px);
  background-color: #fff;
  border-radius: 200px;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94), opacity .7s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  top: 61%;
}

.light-holder {
  border-radius: 24px;
  justify-content: center;
  align-items: flex-end;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.body {
  background-color: #02080d;
}

.image {
  display: inline;
}

.hero-card-wrapper-2 {
  width: 100%;
  min-width: 100%;
  grid-row-gap: 30px;
  perspective: 1500px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 24px;
  flex-direction: column;
  display: flex;
}

.hero-card-image-2 {
  width: auto;
  height: auto;
  min-height: 71%;
  min-width: 100%;
  object-fit: fill;
  background-color: rgba(2, 9, 13, .91);
  border-radius: 13px;
  margin: 1px;
  padding: 2% 2% 1%;
}

.hero-card-image-2.herocardtwo {
  min-height: 100%;
  margin: 0;
  padding-bottom: 0%;
}

.hero-card-image-2.three {
  max-width: 0%;
  min-height: 200px;
  min-width: 200px;
  padding: 1%;
}

.hero-card-image-2.apply {
  background-color: rgba(2, 9, 13, .9);
}

.image-2 {
  max-width: none;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: static;
  top: 3px;
}

.heading {
  flex-direction: row;
  margin-top: 0;
  font-size: 2em;
  display: flex;
}

.div-block {
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: 98px;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-3 {
  align-self: center;
  padding-right: 1em;
}

.heading-2 {
  margin-top: 139px;
  padding-bottom: 48px;
  font-size: 9em;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.paragraph {
  flex-direction: row;
  align-items: center;
  font-size: 24px;
  display: flex;
  position: relative;
}

.paragraph-2 {
  font-size: 20px;
}

.button-link {
  grid-column-gap: 11px;
  color: #fff;
  background-image: linear-gradient(to right, #e54a92, #6c52e8);
  border-radius: 6px;
  align-items: center;
  padding: 20px 30px;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero__text-wrapper {
  max-width: 600px;
}

.content-wrapper-cirle {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-slider {
  max-height: 100%;
  max-width: 100%;
  min-height: 80vh;
  background-color: rgba(0, 0, 0, 0);
}

.team-name-holder {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block {
  font-size: .5rem;
}

.text-block.vertical-animation-second-element {
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slider-arrow {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  top: auto;
  bottom: 2.5%;
  left: 55%;
  right: auto;
}

.progress-bar__mask {
  width: 37.5px;
  height: 75px;
  border: 2px solid #404040;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.progress-bar__mask.cc-left-mask {
  transform-origin: 100%;
  border-right-color: red;
  border-top-left-radius: 37.5px;
  border-bottom-left-radius: 37.5px;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 37.5px;
  transform: rotate(0);
}

.progress-bar__mask.cc-right-mask {
  transform-origin: 0%;
  border-left-color: red;
  border-top-right-radius: 37.5px;
  border-bottom-right-radius: 37.5px;
  top: 0%;
  bottom: 0%;
  left: 37.5px;
  right: 0%;
  transform: rotate(0);
}

.progress-bar__mask.cc-right-mask.cc-blue-border {
  width: 37.5px;
  height: 75px;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-right-color: #fff;
  display: none;
  transform: rotate(0);
}

.main-container-circle {
  max-width: 75px;
  margin-left: auto;
  margin-right: auto;
}

.animate-to-top {
  position: relative;
}

.team-one-name {
  opacity: 1;
  color: #fff;
  margin-top: .625rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 100%;
}

.position-absolute {
  width: 70px;
  height: 70px;
  border-radius: 40px;
  position: absolute;
}

.product-design-count {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#443d5a, #0f0726);
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 22px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 5rem;
}

.style-text {
  margin-bottom: -42px;
}

.slider__left-pane {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 70px;
  display: block;
  position: static;
}

.heading-two-block {
  max-width: 739px;
}

.heading-two-block.max-width-slider {
  max-width: 433px;
}

.slider-arrow-right {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  top: auto;
  bottom: 2.5%;
  left: auto;
  right: 5%;
}

.no-underline {
  cursor: pointer;
  text-decoration: none;
}

.slide__wrapper {
  min-height: 100%;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.slide__wrapper.testing {
  min-height: auto;
  flex-direction: row;
  justify-content: center;
  position: relative;
}

.mask-animated-link {
  position: relative;
  overflow: hidden;
}

.team-one-designation {
  opacity: 1;
  color: #fff;
}

.progress-bar {
  width: 75px;
  height: 75px;
  display: none;
  position: relative;
}

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

.text-align-center.team-member-name {
  position: absolute;
  top: auto;
  bottom: 15%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slider-thumb-wrap-1 {
  width: 80px;
  height: 80px;
  max-height: none;
  max-width: 100%;
  border: 2px solid var(--medium-sea-green);
  border-radius: 100%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.slider-navigation {
  z-index: 4;
  width: 100%;
  height: 100px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  flex-direction: row;
  order: 1;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-top: 10%;
  padding-bottom: 0%;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider__right-pane {
  width: 50%;
  position: relative;
}

.slider__right-pane.image-1 {
  width: 100%;
  min-height: auto;
  background-image: url('../images/team-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
}

.slider__right-pane.image-1.background-image-two {
  background-image: url('../images/slider-image-2.webp');
}

.slider__right-pane.image-1.background-image-three {
  background-image: url('../images/slider-image-1.webp');
}

.slider__right-pane.image-1.testing {
  height: 100%;
  background-image: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.slider__right-pane.image-1.testing-copy {
  height: 100%;
  background-image: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
  display: flex;
  overflow: visible;
}

.brand-btn-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-btn-block.team {
  justify-content: flex-start;
}

.colored-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(107deg, #f74986, #5e54f3);
  -webkit-background-clip: text;
  background-clip: text;
}

.slide-nav-bar {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  opacity: 0;
  color: #000;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  padding-top: 26px;
  font-size: 50px;
  display: flex;
  top: auto;
  bottom: 6.7%;
  left: 49.8%;
  right: 0%;
  overflow: visible;
}

.slider__image-cover {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-3 {
  font-size: 2em;
}

.hero-slider-2 {
  min-height: 80vh;
  background-color: rgba(0, 0, 0, 0);
}

.text-block-2.vertical-animation-second-element {
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slider__left-pane-2 {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 70px;
  display: flex;
}

.slider__left-pane-2.testing {
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10%;
  padding: 0% 3%;
}

.container-width-thirteen-hundred {
  max-width: 1300px;
}

.team.home-one-team-section {
  max-width: 100%;
  background-color: var(--grey\<deleted\|variable-1736672c\>);
  padding: 120px 15px 170px;
}

.heading-4 {
  font-size: 2em;
  display: inline;
}

.service-subtitle {
  color: #fff;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 4.375rem;
}

.service-subtitle.line-two {
  color: rgba(255, 255, 255, .3);
}

.service-item {
  width: 60%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.service-item.service-home-one {
  align-items: center;
}

.home-one-marquee {
  width: 200%;
  align-items: center;
  display: flex;
}

.marquee-scroll-section {
  opacity: .6;
  padding-top: 0;
  padding-bottom: 100px;
  overflow: hidden;
}

.marquee-scroll-section.home-one {
  padding-bottom: 10px;
}

.service-list {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: -20px;
  margin-right: -20px;
  padding-right: 0;
  display: flex;
}

.service-list.home-one-marquee-wrapper {
  width: 100%;
  justify-content: space-between;
  padding-right: 40px;
}

.service-list.service-list-two {
  max-height: none;
  min-width: 120%;
  max-height: none;
  margin-top: -3%;
}

.marquee-icon {
  max-width: 78px;
}

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

.slider {
  min-height: auto;
}

.mask {
  height: auto;
}

.slide-2, .slide-3 {
  min-height: auto;
}

.testimonial-slider-2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-text-2 {
  color: #8b8b8b;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

.paragraph-5 {
  margin: 25% auto auto;
  font-size: 1em;
}

.hero-card-2 {
  max-width: 40%;
  object-fit: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 26px;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: 0%;
}

.hero-card-image-3 {
  width: auto;
  opacity: 1;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#000, #fff);
  border-radius: 24px;
  margin: 1px;
  padding-bottom: 0;
  position: static;
  top: 50px;
}

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

.paragraph-6 {
  font-size: 1em;
}

.parateams {
  width: 92%;
  margin-bottom: 9px;
  font-size: 1.3em;
}

.paragraph-7 {
  color: var(--medium-sea-green);
  border: 1px #02c173;
  font-size: 1em;
  font-weight: 600;
}

.bold-text {
  color: var(--medium-sea-green);
}

.bold-text-2 {
  padding-bottom: .2em;
  font-size: 1.3em;
  display: block;
}

.bold-text-3 {
  padding-bottom: .2em;
  font-size: 1.5em;
  display: block;
}

.container-3 {
  width: 100%;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 20px;
  display: flex;
}

.slider-2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav-2 {
  display: none;
}

.mask-2 {
  width: 800px;
  object-fit: none;
  margin-left: auto;
  margin-right: auto;
}

.slider-3 {
  width: 80%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
}

.slide-nav-3 {
  display: none;
}

.div-block-4 {
  height: 100%;
  flex-direction: column;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-bottom: 3%;
  display: grid;
}

.mainslider {
  width: 88%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
  margin-top: 45px;
  padding-top: 138px;
}

.div-block-4-copy {
  height: 100%;
  flex-direction: column;
  display: flex;
}

.container-3-copy {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 25px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 3%;
  padding-bottom: 22px;
  display: flex;
}

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

.slider-navigation-copy {
  z-index: 4;
  width: 92.1%;
  height: 100px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  flex-flow: row;
  order: 1;
  justify-content: center;
  align-items: center;
  margin: 53px 30px 85px;
  padding-top: 0%;
  padding-bottom: 0%;
  padding-right: 0;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-5-copy {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-right: -26px;
  padding-bottom: 0%;
  padding-left: 0;
  display: grid;
}

.teamstitle {
  padding-bottom: 1.8%;
  font-size: 2em;
}

.bold-text-4.teamstitle {
  color: var(--medium-sea-green);
  font-size: 1em;
}

.div-block-7 {
  background-color: #57c36b;
}

.container-4 {
  background-color: var(--medium-sea-green);
  border-radius: 20px;
}

.paragraph-8 {
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: .95em;
  display: flex;
  position: relative;
  top: 83px;
}

.bold-text-5 {
  margin-bottom: 15px;
}

.bold-text-6 {
  overflow-wrap: break-word;
}

.climatica {
  padding-top: 0;
  padding-bottom: 86px;
}

.div-block-8 {
  width: 20px;
  height: 20px;
  border: 1px solid var(--medium-sea-green);
}

.arrow-holder-2 {
  width: 28px;
  height: 28px;
  border: 1px solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-arrow-slider-2 {
  top: auto;
  bottom: -16%;
  left: 44%;
  right: auto;
}

.title-2 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

.testimonial-slider-3 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-5 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.right-arrow-slider-2 {
  top: auto;
  bottom: -16%;
  left: auto;
  right: 44%;
}

.right-arrow-slider-2.t {
  right: 33%;
}

.bold-text-7 {
  margin-bottom: 15px;
}

.hero-card-image-4 {
  width: auto;
  height: auto;
  min-height: 71%;
  min-width: 100%;
  object-fit: fill;
  background-color: #111;
  border-radius: 24px;
  margin: 1px;
  padding: 2% 2% 1%;
}

.hero-card-image-4.three {
  max-width: 0%;
  min-height: 200px;
  min-width: 200px;
  padding: 1%;
}

.bold-text-8.teamstitle {
  color: #57c36b;
  font-size: 1em;
}

.bold-text-9 {
  overflow-wrap: break-word;
}

.left-arrow-slider-3 {
  margin-left: -26px;
  padding-left: 0;
  top: auto;
  bottom: -14%;
  left: 45%;
  right: auto;
  overflow: visible;
}

.paragraph-9 {
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 83px;
}

.teamstitle-2 {
  padding-bottom: .5%;
  font-size: 2em;
}

.slider-thumb-wrap-2 {
  width: 100px;
  height: 100px;
  max-height: none;
  max-width: 100%;
  border: 2px solid #57c36b;
  border-radius: 100%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 0 6px 0 0;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-card-3 {
  width: 100%;
  height: auto;
  min-width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, .27), rgba(255, 255, 255, 0));
  border-radius: 25px;
  justify-content: space-between;
  align-items: stretch;
  transition: transform .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.hero-card-3.three-copy {
  width: auto;
  max-width: 200px;
  min-height: 200px;
  min-width: 200px;
  width: auto;
  max-width: 230px;
  min-height: 230px;
  min-width: 230px;
  border-radius: 13px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 23px;
  right: 8px;
}

.bold-text-10 {
  margin-bottom: 15px;
}

.hero-card-image-5 {
  width: auto;
  height: auto;
  min-height: 71%;
  min-width: 100%;
  object-fit: fill;
  background-color: #111;
  border-radius: 24px;
  margin: 1px;
  padding: 2% 2% 1%;
}

.hero-card-image-5.three {
  max-width: 0%;
  min-height: 200px;
  min-width: 200px;
  padding: 1%;
}

.bold-text-11.teamstitle {
  color: #57c36b;
  font-size: 1em;
}

.bold-text-12 {
  overflow-wrap: break-word;
}

.left-arrow-slider-4 {
  margin-left: -26px;
  padding-left: 0;
  top: auto;
  bottom: -14%;
  left: 45%;
  right: auto;
  overflow: visible;
}

.paragraph-10 {
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 83px;
}

.bold-text-13 {
  overflow-wrap: break-word;
}

.hero-card-image-6 {
  width: auto;
  height: auto;
  min-height: 71%;
  min-width: 100%;
  object-fit: fill;
  background-color: #111;
  border-radius: 24px;
  margin: 1px;
  padding: 2% 2% 1%;
}

.hero-card-image-6.three {
  max-width: 0%;
  min-height: 200px;
  min-width: 200px;
  padding: 1%;
}

.bold-text-14.teamstitle {
  color: #57c36b;
  font-size: 1em;
}

.left-arrow-slider-5 {
  margin-left: -26px;
  padding-left: 0;
  top: auto;
  bottom: -14%;
  left: 45%;
  right: auto;
  overflow: visible;
}

.paragraph-11 {
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 83px;
}

.bold-text-15 {
  margin-bottom: 15px;
}

.position-absolute-2 {
  width: 70px;
  height: 70px;
  border-radius: 40px;
  position: absolute;
}

.position-absolute-2:hover {
  filter: grayscale();
}

.mainslider-copy {
  width: 80%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
}

.bold-text-16 {
  padding-bottom: .2em;
  font-size: 1.5em;
  display: block;
}

.left-arrow-slider-6 {
  margin-left: -26px;
  padding-left: 0;
  position: absolute;
  top: auto;
  bottom: -5%;
  left: 45%;
  right: auto;
  overflow: visible;
}

.slider-thumb-wrap-3 {
  width: 80px;
  height: 80px;
  max-height: none;
  max-width: 100%;
  border: 2px solid #57c36b;
  border-radius: 100%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-card-image-7 {
  width: auto;
  height: auto;
  min-height: 71%;
  min-width: 100%;
  object-fit: fill;
  background-color: #111;
  border-radius: 24px;
  margin: 1px;
  padding: 2% 2% 1%;
}

.hero-card-image-7.three {
  max-width: 0%;
  min-height: 230px;
  min-width: 230px;
  border-radius: 13px;
  padding: 1%;
}

.bold-text-17 {
  overflow-wrap: break-word;
}

.mentors {
  width: 88%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
  margin-bottom: 57px;
  padding-top: 100px;
  padding-bottom: 34px;
}

.bold-text-18.teamstitle {
  color: #57c36b;
  font-size: 1em;
}

.paragraph-12 {
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: .95em;
  display: flex;
  position: relative;
  top: 83px;
}

.image-5 {
  opacity: 0;
}

.image-6 {
  min-width: 100%;
  opacity: 0;
  margin-left: 37px;
}

.image-6.onee {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  opacity: 1;
  margin-left: -326px;
}

.image-7 {
  max-width: 100%;
  margin-left: -43px;
}

.image-8, .image-9 {
  max-width: 80%;
}

.image-10 {
  max-width: 100%;
  margin-left: -97px;
  margin-right: 0;
}

.image-11 {
  max-width: 100%;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: -2px;
  padding-bottom: 0%;
  font-size: 2.7em;
  font-weight: 700;
  display: flex;
}

.heading-7.teams {
  padding-bottom: 2%;
  font-size: 2.7em;
}

.heading-7.cohort {
  margin-bottom: 0;
  padding-bottom: 0%;
}

.progress-bar-main-wrapper {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  border: 1px rgba(0, 0, 0, 0);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 26px;
  padding-bottom: 120px;
  display: flex;
}

.progress-bar-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.number-digit {
  color: #fff;
  text-align: justify;
  letter-spacing: -.08px;
  font-size: 2.8125rem;
  line-height: 125%;
  position: relative;
  bottom: -1px;
}

.outline-main-cirlce {
  width: 170px;
  height: 170px;
  min-height: 170px;
  min-width: 170px;
  border: 4px solid rgba(163, 69, 175, .6);
  border-radius: 100%;
}

.home-two-counter-box {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-two-counter-box.bottom {
  flex-direction: column;
  margin-bottom: 13px;
}

.heading-five {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.heading-five.text-color-white.margin-bottom-twenty {
  letter-spacing: 2px;
  margin-bottom: 10px;
  padding-top: 9px;
  font-size: 1.3rem;
  font-weight: 600;
}

.counter-text-block {
  color: var(--medium-sea-green);
  text-align: center;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  font-size: 2.8125rem;
  font-weight: 600;
  line-height: 125%;
}

.sixteen-hundred-container {
  max-width: 1618px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.outline-clip.bottom {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.outline-clip.top {
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.circle-progress-bar-section {
  max-width: 80%;
  padding-left: 15px;
  padding-right: 15px;
}

.counter-number {
  height: 60px;
  display: flex;
  overflow: hidden;
}

.counter-number.bottom {
  height: 55px;
  font-size: 0;
  overflow: hidden;
}

.all-numbers.all-numbers-two.all-numbers-bottom {
  margin-top: .1px;
}

.counter-main-wrapper {
  width: 200px;
  height: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.counter.bottom {
  width: 200px;
  height: 200px;
  border: 1.5px solid var(--medium-sea-green);
  border-radius: 100px;
}

.outline-circle-wrapper {
  width: 17px;
  height: 170px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

.sticky-circle-block {
  width: 200px;
  height: 200px;
  color: #fff;
  border: 0 #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 1.375rem;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 80px;
}

.bold-text5 {
  color: var(--medium-sea-green);
  -webkit-text-stroke-color: var(--medium-sea-green);
  font-size: 6em;
  font-weight: 700;
}

.text-block-3 {
  letter-spacing: 2px;
  flex-flow: column wrap;
  padding-top: 2px;
  font-size: .9em;
  display: flex;
}

.div-block-10 {
  width: 88%;
  max-width: 88%;
}

.container-6 {
  width: 95%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em 0;
}

.container-6.navbar-container {
  height: 100%;
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  background-color: rgba(24, 24, 24, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  align-items: center;
  padding: 0 2em;
  display: flex;
}

.help-container-2 {
  min-width: 280px;
  border-right: 1px solid #091e2c;
  padding-top: 80px;
  position: relative;
}

.help-back-link-holder-2 {
  grid-column-gap: 8px;
  color: #7d7d7d;
  align-items: center;
  padding-left: 45px;
  font-size: 15px;
  font-weight: 500;
  transition: color .4s;
  display: flex;
}

.help-back-link-holder-2:hover {
  color: #fff;
}

.help-holder-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.collection-list {
  flex-direction: column;
  display: flex;
}

.collection-item {
  width: 90%;
  flex-direction: column;
  display: flex;
}

.container-7 {
  width: 95%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em 0;
}

.help-link-holder-2 {
  grid-row-gap: 36px;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.body-2 {
  background-color: #000;
}

.heading-8 {
  flex-direction: column;
  display: flex;
}

.collection-list-wrapper {
  width: 100%;
}

.collection-item-2 {
  width: 96%;
  padding-top: 83px;
}

.blog-image {
  border-radius: 20px;
}

.heading-9 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: -2px;
  padding-bottom: 0%;
  font-size: 2.7em;
  font-weight: 700;
  display: flex;
}

.phonediv {
  display: none;
}

.container-8 {
  width: 93%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em 0;
}

.download-images-container-2 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 30%;
  display: flex;
  position: relative;
}

.image-12 {
  max-width: none;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: static;
  top: 3px;
}

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

.download-grid-2 {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-13 {
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: 98px;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.newspara {
  align-self: flex-start;
  margin-left: 74px;
  font-size: 1.6em;
  font-weight: 500;
}

.newspara.one {
  color: #fff;
  margin-bottom: 4px;
  margin-left: 75px;
  font-size: 2em;
  font-weight: 600;
}

.section-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 104px;
  padding-top: 167px;
  display: flex;
}

.hero-card-4 {
  width: 100%;
  height: auto;
  min-width: 100%;
  background-color: rgba(2, 9, 13, .83);
  background-image: linear-gradient(rgba(255, 255, 255, .27) 21%, rgba(255, 255, 255, 0));
  border-radius: 25px;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: stretch;
  transition: transform .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.hero-card-4.blog {
  width: 75%;
  max-width: none;
  min-width: 75%;
  border-radius: 13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
}

.hero-card-image-8 {
  width: auto;
  height: auto;
  min-height: 71%;
  min-width: 100%;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: rgba(2, 9, 13, .83);
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 24px;
  margin: 1px;
  padding: 2% 2% 50%;
}

.hero-card-image-8.blog {
  min-width: auto;
  border-radius: 13px;
  padding-bottom: 2%;
}

.testimonial-slide-2 {
  width: 100%;
  height: 100%;
  margin-left: 15px;
  margin-right: 15px;
  left: -15px;
}

.arrow-holder-3 {
  width: 28px;
  height: 28px;
  border: 1px solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-arrow-slider-7 {
  top: auto;
  bottom: -16%;
  left: 44%;
  right: auto;
}

.section-3.grey-section {
  background-color: rgba(0, 0, 0, 0);
}

.title-3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

.testimonial-slider-4 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-9 {
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  display: flex;
}

.right-arrow-slider-3 {
  top: auto;
  bottom: -16%;
  left: 286px;
  right: 44%;
}

.testimonial-content-holder-2 {
  z-index: 1;
  height: 100%;
  grid-row-gap: 50px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #323338;
  border-radius: 14px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: relative;
}

.text-block-4 {
  font-size: 1.6em;
  font-weight: 700;
}

.text-block-5 {
  font-size: 1.3em;
  font-weight: 500;
}

.collection-item-3 {
  width: 100%;
  color: rgba(255, 255, 255, .6);
  padding-top: 19%;
  padding-bottom: 40%;
  font-weight: 300;
}

.container-10 {
  width: 95%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em 0;
}

.container-10.no-paddings {
  padding-top: 0;
  padding-bottom: 0;
}

.blog-newsholder-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.blog-news-2 {
  min-width: 280px;
  border-right: 1px solid rgba(255, 255, 255, .04);
  flex-direction: column;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.help-back-link-holder-3 {
  grid-column-gap: 8px;
  color: #7d7d7d;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: 20px;
  padding-right: 63px;
  font-size: 15px;
  font-weight: 500;
  transition: color .4s;
  display: flex;
}

.help-back-link-holder-3:hover {
  color: #fff;
}

.text-block-6 {
  padding-bottom: 5px;
  font-size: 1.1em;
}

.blog-heading-2 {
  max-width: 80%;
  color: #fff;
  margin-top: 11px;
  font-size: 2em;
}

.blog-image-2 {
  max-width: 55%;
  border-radius: 20px;
  margin-top: 10px;
}

.blog-body-2 {
  max-width: 80%;
  padding-top: 10px;
  font-size: 1.2em;
}

.body-3 {
  background-color: var(--main);
}

.div-block-14 {
  width: 70%;
}

.link-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 186px;
  padding-bottom: 38px;
  display: flex;
}

.help-back-link-holder-4 {
  grid-column-gap: 8px;
  color: #7d7d7d;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  transition: color .4s;
  display: flex;
}

.help-back-link-holder-4:hover {
  color: #fff;
}

.blog-newsholder-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 319px;
  display: flex;
}

.container-11 {
  width: 98%;
  max-width: none;
  min-width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em 0;
}

.container-11.no-paddings {
  padding-top: 0;
  padding-bottom: 0;
}

.collection-item-4 {
  width: 96%;
  padding-top: 153px;
}

.collection-list-wrapper-3 {
  width: 100%;
}

.section-4 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 194px;
  padding-top: 162px;
  display: flex;
}

.image-13 {
  max-width: 55%;
  aspect-ratio: auto;
  border-radius: 20px;
}

.rich-text-block {
  max-width: 80%;
  padding-top: 14px;
  padding-bottom: 106px;
  font-size: 1.2em;
}

.heading-11 {
  max-width: 80%;
  font-size: 2em;
}

.image-14 {
  max-width: 100%;
  margin-left: -97px;
  margin-right: 0;
}

.image-15 {
  max-width: 100%;
  min-width: 100%;
  margin-left: -69px;
  padding-right: 0;
}

.container-12 {
  width: 98%;
  max-width: none;
  min-width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em 0;
}

.image-16 {
  opacity: 0;
  margin-left: 37px;
}

.image-16.onee {
  width: 60%;
  max-width: 60%;
  min-width: 60%;
  opacity: 1;
  margin-left: -273px;
}

.service-item-2 {
  width: 60%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.featured-logos-section-2 {
  z-index: 5;
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
}

.image-17 {
  max-width: 100%;
  margin-left: -43px;
}

.image-18, .image-19 {
  max-width: 80%;
}

.paragraph-14 {
  width: 88%;
  max-width: 88%;
  min-width: 88%;
}

.paragraph-14.career {
  width: 95%;
  max-width: 95%;
  min-width: 95%;
  padding-top: 8px;
  font-size: 1em;
}

.career-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 1.8em;
}

.div-block-16 {
  padding-bottom: 40px;
}

.div-block-16.career {
  border: 1px #fff;
  border-bottom-width: .5px;
  padding-bottom: 414px;
}

.text-block-8.career {
  justify-content: flex-end;
  margin-left: 0;
  padding-left: 0;
  font-weight: 400;
  display: flex;
}

.body-5, .body-7 {
  background-color: var(--main);
}

.subheading {
  color: rgba(255, 255, 255, .76);
  margin-top: 0;
  margin-bottom: 4px;
  padding-top: 19px;
  font-size: 1.2em;
}

.list-item {
  color: rgba(255, 255, 255, .5);
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
}

.list {
  width: 95%;
  max-width: 95%;
  min-width: 95%;
}

.jopdiscr {
  padding-top: 10px;
}

.heading-13 {
  color: rgba(255, 255, 255, .5);
  padding-left: 7px;
  padding-right: 65px;
  font-size: 1em;
  font-weight: 400;
}

.heading-13.lap {
  color: rgba(255, 255, 255, .49);
  padding-left: 5px;
  font-size: 1em;
}

.heading-13.lap.v {
  flex-direction: row;
  justify-content: flex-start;
  align-self: auto;
  padding-right: 0;
  display: flex;
}

.div-block-19 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-19.v {
  justify-content: flex-start;
}

.career-icon {
  width: 100%;
  opacity: .5;
}

.career-icon.demo {
  opacity: .75;
}

.career-icon.demo.sdaia {
  width: 90%;
  max-width: 90%;
  min-width: 90%;
}

.paragraph-15 {
  color: rgba(255, 255, 255, .25);
  justify-content: center;
  margin-top: 137px;
  display: flex;
}

.html-embed {
  justify-content: center;
  align-items: center;
  margin-top: -45px;
  margin-left: -259px;
  padding-bottom: 178px;
  display: flex;
}

.body-8 {
  background-color: var(--main);
}

.heading-14 {
  font-size: 1.6em;
}

.paragraph-17 {
  width: 80%;
  margin-top: -35px;
  font-size: 1.2em;
}

.paragraph-17.demo {
  margin-top: -5px;
}

.two {
  padding-bottom: 67px;
}

.div-block-20 {
  justify-content: space-around;
  display: flex;
}

.div-block-21 {
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 79px;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 0.4%;
  grid-row-gap: 0.4%;
  margin-top: -23px;
  margin-left: -19px;
  display: flex;
}

.rich-text-block-2 {
  padding-top: 0;
}

.image-20 {
  max-width: 55%;
  border-radius: 20px;
}

.rich-text-block-3 {
  max-width: 80%;
  padding-top: 11px;
  font-size: 1.2em;
}

.heading-15 {
  max-width: 80%;
  font-size: 2em;
}

.heading-16 {
  max-width: 80%;
}

.paragraph-18, .paragraph-19 {
  font-size: 1.1em;
}

.block-quote {
  border-style: solid;
  border-width: 1px;
  border-radius: 16px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.body-9 {
  background-color: var(--main);
}

.section-5 {
  text-align: center;
  display: block;
}

.button-copy {
  border: 1px solid var(--medium-sea-green);
  background-color: var(--main);
  color: #000;
  border-radius: 13px;
  padding: 15px 30px;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 600;
  transition: background-position .25s, background-color .45s;
}

.button-copy:hover {
  background-color: #2c6136;
}

.button-copy.video {
  background-color: var(--medium-sea-green);
  color: var(--main);
  background-image: url('../images/Arrow-Right.svg');
  background-position: 91%;
  background-repeat: no-repeat;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 25px;
  padding-right: 41px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
}

.button-copy.video:hover {
  background-color: #328041;
}

.button-copy.video.inactive {
  color: #414850;
  background-color: #202931;
  border: 2px solid #323b46;
}

.button-copy.video.email {
  padding-right: 39px;
}

.button-copy.navbar-button {
  color: #000;
  border-radius: 6px;
  padding: 7px 24px;
  font-size: 15px;
  font-weight: 600;
}

.button-copy.white {
  color: #000;
  background-color: #fff;
}

.button-copy.white:hover {
  background-color: #b6b6b6;
}

.button-copy.full {
  color: #fcfcfc;
  white-space: nowrap;
  overflow-wrap: normal;
  background-color: rgba(87, 195, 107, .23);
  border: 1px solid rgba(87, 195, 107, .51);
  flex-direction: row;
  margin-right: 14px;
  padding: 2.5% 5%;
  font-family: Montserrat, sans-serif;
  font-size: .9em;
  font-weight: 400;
  display: block;
}

.button-copy.inactive {
  color: #5d666e;
  background-color: #333c46;
  border: 1px solid #333c46;
  font-weight: 500;
}

.button-copy.contact:hover {
  background-color: #41774b;
}

.bold-text-20 {
  color: #fff;
}

.image-21 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 40px;
}

.bold-text-21 {
  padding-bottom: 0;
}

.button-2 {
  color: #000;
  background-color: #57c36b;
  border: 1px solid #57c36b;
  border-radius: 13px;
  padding: 15px 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-position .25s, background-color .45s;
}

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

.button-2.inactive {
  color: #5d666e;
  background-color: #333c46;
  border: 1px solid #333c46;
  font-weight: 500;
}

.container-13 {
  width: 98%;
  max-width: 98%;
  min-width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em 0;
}

.animate-text-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.animate-text-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-18 {
  padding-bottom: 0;
  font-size: 9em;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.title-4 {
  color: rgba(255, 255, 255, .5);
  -webkit-text-stroke-color: rgba(255, 255, 255, .5);
  margin-top: -5px;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3;
}

.hero-section-holder-2 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 132px;
  padding-bottom: 165px;
  display: flex;
  position: relative;
}

.button-2-copy {
  color: #000;
  background-color: #57c36b;
  border: 1px solid #57c36b;
  border-radius: 13px;
  padding: 15px 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-position .25s, background-color .45s;
}

.button-2-copy:hover {
  background-color: #2c6136;
}

.button-2-copy.inactive {
  color: #5d666e;
  background-color: #333c46;
  border: 1px solid #333c46;
  font-weight: 500;
}

.button-2-copy-copy {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #57c36b;
  border-radius: 13px;
  padding: 15px 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-position .25s, background-color .45s;
}

.button-2-copy-copy:hover {
  background-color: #2c6136;
}

.button-2-copy-copy.inactive {
  color: #5d666e;
  background-color: #333c46;
  border: 1px solid #333c46;
  font-weight: 500;
}

@media screen and (min-width: 1440px) {
  .container {
    width: 93%;
    max-width: 93%;
    min-width: 93%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 95px;
    display: flex;
  }

  .container.navbar-container {
    width: 100%;
  }

  .container.no-paddings {
    padding-bottom: 15.9em;
  }

  .container.joingaia {
    width: 93%;
    min-width: 93%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 40px;
  }

  .button.video {
    color: var(--main);
    padding-right: 47px;
    font-family: Montserrat, sans-serif;
    font-size: 1.3em;
    font-weight: 600;
  }

  .button.inactive {
    border-width: 2px;
  }

  .section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    display: flex;
  }

  .section.hero-section {
    width: 100%;
    padding-top: 0;
  }

  .section.hero-section.main-header {
    background-image: linear-gradient(to bottom, var(--midnight-blue), #06111b 26%, #02090d 52%);
  }

  .section.hero-section.main-header.hero {
    background-image: linear-gradient(to bottom, var(--midnight-blue), #06111b 26%, #02090d 48%);
  }

  .brand-image {
    margin-left: -6px;
  }

  .nav-link.demo-day {
    color: var(--medium-sea-green);
  }

  .nav-link.demo-day:hover {
    filter: brightness(133%);
    color: var(--medium-sea-green);
  }

  .hero-section-holder {
    align-self: center;
    padding-top: 193px;
    padding-bottom: 150px;
  }

  .hero-section-button-holder {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    align-self: center;
    padding-top: 20px;
  }

  .hero-section-mac-holder {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-blur-bg-holder {
    display: none;
  }

  .title {
    margin-top: -23px;
    padding-top: 10px;
    font-size: 1.5em;
    font-weight: 400;
  }

  .featured-logos-section {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-top: 120px;
    padding-bottom: 2em;
  }

  .featured-logo-wrapper {
    width: 130px;
  }

  .title-container.herotitle {
    max-width: none;
  }

  .testimonails-wrapper {
    padding-bottom: 162px;
  }

  .testimonial-mask.testing {
    width: 100%;
  }

  .user-image-holder {
    width: 150px;
    height: 150px;
    min-width: 150px;
  }

  .user-image {
    width: 110%;
    height: auto;
    max-width: 120%;
    min-width: 120%;
  }

  .left-arrow-slider {
    left: 47%;
  }

  .right-arrow-slider.another {
    padding-bottom: 20px;
  }

  .right {
    margin-bottom: 0;
    padding-top: 141px;
    padding-bottom: 149px;
  }

  .right.one.demo {
    margin-right: -117px;
    padding-top: 151px;
    padding-bottom: 0;
  }

  .help-heading-holder {
    aspect-ratio: auto;
    overflow: visible;
  }

  .help-heading-holder.two {
    opacity: 1;
    display: none;
  }

  .help-icon-holder {
    width: 8px;
    flex: 0 auto;
    align-self: center;
    padding-left: 0;
  }

  .help-icon-holder.career {
    width: 15px;
  }

  .help-icon-holder.demo {
    width: 14%;
  }

  .help-icon {
    opacity: .51;
    color: rgba(255, 255, 255, .5);
    display: block;
  }

  .hero-cards-holder {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .hero-cards-grid {
    grid-column-gap: 35px;
    grid-row-gap: 30px;
    grid-template-rows: 1fr;
    grid-template-columns: 2.5fr 2.5fr;
  }

  .hero-cards-grid.gridtwo {
    grid-template-columns: 2.5fr;
  }

  .hero-card {
    height: auto;
    min-width: 100%;
    object-fit: contain;
    border-radius: 25px;
    justify-content: center;
  }

  .hero-card.three {
    position: absolute;
    top: 52px;
  }

  .hero-card.three-copy {
    justify-content: space-between;
    align-items: center;
    margin-top: -19px;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: 46px;
    left: 0;
    right: 0;
  }

  .hero-card.applynow {
    border-radius: 25px;
  }

  .animated-text-holder {
    padding-bottom: 0;
  }

  .animated-text-holder.animated01 {
    align-self: flex-start;
    padding-bottom: 0;
  }

  .animated-text-container {
    flex-direction: row;
    display: flex;
    position: relative;
  }

  .animated-text {
    order: -1;
    font-size: 2.2em;
    position: static;
  }

  .animated-text.animated02 {
    object-fit: fill;
    font-size: 1.3em;
    font-weight: 300;
    position: relative;
  }

  .animated-text.animated02.phone.bla {
    padding-top: 0;
  }

  .animated-text.phonebreakline {
    padding-bottom: .5%;
  }

  .animated-text.phonebreakline.career {
    font-size: 2.3em;
  }

  .animated-text-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .body {
    background-color: var(--main);
    background-image: none;
    font-family: Montserrat, sans-serif;
  }

  .hero-card-wrapper-2 {
    align-self: center;
  }

  .hero-card-image-2 {
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    object-fit: fill;
    border-radius: 25px;
    padding: 1%;
  }

  .hero-card-image-2.herocardtwo {
    padding: 2%;
  }

  .hero-card-image-2.three {
    padding-top: 1%;
  }

  .hero-card-image-2.apply {
    background-color: var(--1);
  }

  .image-3 {
    order: -1;
  }

  .container-2 {
    display: inline;
  }

  .heading-2 {
    align-self: center;
    font-size: 11em;
  }

  .paragraph-3, .paragraph-4 {
    font-size: 20px;
  }

  .hero-slider {
    width: auto;
    max-height: 80%;
    max-width: 100%;
  }

  .position-absolute:hover {
    filter: none;
  }

  .slider__left-pane {
    display: block;
    position: static;
  }

  .slide__wrapper.testing {
    width: auto;
    min-width: auto;
  }

  .slider-thumb-wrap-1 {
    margin-top: -173px;
    position: relative;
    top: -34px;
    overflow: visible;
  }

  .slider-navigation {
    order: 1;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 10%;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .slider__right-pane.image-1.testing {
    width: auto;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 54px;
  }

  .slider__right-pane.image-1.testing-copy {
    width: auto;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider__left-pane-2.testing {
    margin-top: 10%;
    padding-top: 0%;
  }

  .service-subtitle {
    padding-left: 0;
    padding-right: 20px;
    font-size: 4.6rem;
    line-height: 5.2rem;
  }

  .service-item {
    min-width: 20%;
    padding-left: 0;
    padding-right: 35px;
  }

  .marquee-scroll-section {
    min-width: 100%;
    padding-bottom: 22px;
  }

  .marquee-scroll-section.home-one {
    padding-top: 0;
  }

  .service-list {
    position: relative;
    left: -24px;
  }

  .service-list.service-list-two {
    min-width: 100%;
    min-width: 100%;
  }

  .marquee-icon {
    max-width: 95px;
  }

  .image-4 {
    object-fit: cover;
    position: static;
  }

  .slide-nav {
    display: none;
  }

  .div-block-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .paragraph-5 {
    font-size: 1.5em;
  }

  .hero-card-2 {
    max-width: 40%;
    margin-top: 0;
    padding-top: 5%;
    padding-bottom: 0;
    position: static;
    top: 10%;
  }

  .parateams {
    width: 92%;
    margin-top: 4px;
    font-size: 1.3em;
  }

  .bold-text-2 {
    padding-bottom: 0;
    font-size: 1.5em;
  }

  .bold-text-3 {
    font-size: 1.5em;
  }

  .slider-3 {
    width: 80%;
  }

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

  .mainslider {
    width: 88%;
    padding-top: 92px;
  }

  .div-block-4-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .slider-navigation-copy {
    width: 100%;
    flex-direction: row;
    order: 1;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0%;
    display: flex;
    position: relative;
    top: 300px;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .teamstitle {
    padding-bottom: 2.5%;
    font-size: 2.3em;
  }

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

  .container-5 {
    max-width: 1340px;
  }

  .hero-card-image-4 {
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    object-fit: fill;
    padding: 1%;
  }

  .hero-card-image-4.three {
    padding-top: 1%;
  }

  .left-arrow-slider-3 {
    left: 47%;
  }

  .teamstitle-2 {
    padding-bottom: 0%;
  }

  .slider-thumb-wrap-2 {
    margin-top: -173px;
    position: relative;
    top: -34px;
    overflow: visible;
  }

  .hero-card-3 {
    height: auto;
    min-width: 100%;
    object-fit: contain;
  }

  .hero-card-3.three-copy {
    justify-content: space-between;
    align-items: center;
    margin-top: -19px;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: 46px;
    left: 0;
    right: 0;
  }

  .hero-card-image-5 {
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    object-fit: fill;
    padding: 1%;
  }

  .hero-card-image-5.three {
    padding-top: 1%;
  }

  .left-arrow-slider-4 {
    left: 47%;
  }

  .hero-card-image-6 {
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    object-fit: fill;
    padding: 1%;
  }

  .hero-card-image-6.three {
    padding-top: 1%;
  }

  .left-arrow-slider-5 {
    left: 47%;
  }

  .mainslider-copy {
    width: 80%;
  }

  .bold-text-16 {
    font-size: 1.5em;
  }

  .left-arrow-slider-6 {
    padding-bottom: 20px;
    left: 47%;
  }

  .slider-thumb-wrap-3 {
    margin-top: -173px;
    position: relative;
    top: -34px;
    overflow: visible;
  }

  .hero-card-image-7 {
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    object-fit: fill;
    padding: 1%;
  }

  .hero-card-image-7.three {
    padding-top: 1%;
  }

  .mentors {
    width: 88%;
    padding-top: 158px;
  }

  .image-6.onee {
    width: 60%;
    max-width: 60%;
    min-width: 60%;
    margin-left: -183px;
  }

  .image-10 {
    max-width: 110%;
  }

  .image-11 {
    max-width: 100%;
    margin-left: -198px;
  }

  .heading-7 {
    margin-bottom: 5px;
    padding-bottom: 0;
    font-size: 2.8em;
  }

  .heading-7.teams {
    font-size: 2.8em;
  }

  .heading-7.teams.gaiateam {
    justify-content: center;
    align-items: center;
  }

  .heading-7.cohort {
    padding-bottom: .3%;
  }

  .progress-bar-main-wrapper {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
    border: 1px solid rgba(0, 0, 0, 0);
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 58px;
    margin-bottom: 76px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .progress-bar-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border: 1px #000;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .home-two-counter-box.bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
  }

  .heading-five.text-color-white.margin-bottom-twenty {
    margin-bottom: 0;
  }

  .sixteen-hundred-container {
    max-width: none;
    border: 0 rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .circle-progress-bar-section {
    max-width: 90%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: 0 rgba(0, 0, 0, 0);
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    overflow: hidden;
  }

  .counter-number.bottom {
    object-fit: fill;
    padding-left: 0;
    overflow: hidden;
  }

  .div-block-9 {
    max-width: 80%;
  }

  .text-block-3 {
    padding-top: 5px;
  }

  .div-block-10 {
    min-width: 85%;
    padding-top: 148px;
  }

  .container-6, .container-7 {
    max-width: 1340px;
    padding-top: 20px;
  }

  .body-2 {
    background-color: var(--main);
  }

  .collection-item-2 {
    margin-top: 58px;
  }

  .blog-image {
    margin-top: 9px;
    margin-bottom: 4px;
    padding-bottom: 0;
  }

  .blog-heading {
    max-width: 80%;
    font-size: 2.1em;
  }

  .blog-body {
    max-width: 80%;
    padding-top: 4px;
    font-size: 1.3em;
  }

  .heading-10 {
    align-self: flex-end;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 2.8em;
  }

  .phonediv {
    display: none;
  }

  .container-8 {
    max-width: none;
    padding-top: 80px;
  }

  .download-images-container-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .image-12 {
    align-self: flex-start;
  }

  .div-block-12 {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .newspara {
    margin-left: 40px;
    padding-right: 20px;
    font-size: 1.6em;
    font-weight: 400;
  }

  .newspara.one {
    color: #fff;
    margin-left: 40px;
    font-weight: 700;
  }

  .section-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    display: flex;
  }

  .hero-card-4 {
    height: auto;
    min-width: 100%;
    object-fit: contain;
    background-color: rgba(2, 9, 13, .83);
    background-image: linear-gradient(rgba(255, 255, 255, .27) 25%, rgba(255, 255, 255, 0));
  }

  .hero-card-4.blog {
    height: 75%;
    max-width: 75%;
    border-radius: 25px;
    align-self: flex-start;
    margin-top: 20px;
    margin-left: 40px;
  }

  .paragraph-13 {
    margin-top: -8px;
    font-size: 1.6em;
  }

  .hero-card-image-8 {
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    object-fit: fill;
    background-color: rgba(2, 9, 13, .83);
    padding: 1%;
  }

  .hero-card-image-8.blog {
    min-height: auto;
    border-radius: 25px;
  }

  .section-3.grey-section {
    background-color: rgba(0, 0, 0, 0);
  }

  .container-9 {
    max-width: 93%;
  }

  .right-arrow-slider-3 {
    left: 278px;
  }

  .testimonial-content-holder-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .text-block-4 {
    font-size: 1.6em;
    font-weight: 700;
  }

  .text-block-5 {
    font-size: 1.3em;
  }

  .bold-text-19 {
    font-weight: 500;
  }

  .collection-item-3 {
    padding-top: 16%;
    padding-bottom: 40%;
  }

  .container-10 {
    max-width: none;
    padding-top: 20px;
  }

  .container-10.no-paddings {
    background-color: rgba(0, 0, 0, 0);
  }

  .blog-news-2 {
    border-right-color: rgba(44, 44, 44, .32);
    padding-bottom: 0;
    position: -webkit-sticky;
    position: sticky;
  }

  .help-back-link-holder-3 {
    padding-top: 40px;
    padding-right: 60px;
  }

  .text-block-6, .text-block-7 {
    color: rgba(255, 255, 255, .5);
    font-size: 1.3em;
  }

  .blog-heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 2.1em;
  }

  .blog-image-2 {
    margin-top: 18px;
    margin-bottom: 7px;
    padding-top: 0;
  }

  .blog-body-2 {
    font-size: 1.3em;
    font-weight: 500;
  }

  .body-3 {
    background-color: var(--main);
  }

  .div-block-14 {
    width: 80%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-15 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 19px;
    display: flex;
  }

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

  .container-11 {
    width: 93%;
    max-width: none;
    min-width: 93%;
    padding-top: 95px;
  }

  .collection-item-4 {
    margin-top: 55px;
    padding-top: 79px;
  }

  .section-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    display: flex;
  }

  .image-13 {
    border-radius: 20px;
    margin-top: 6px;
    margin-bottom: 10px;
  }

  .collection-list-3 {
    margin-bottom: 262px;
  }

  .body-4 {
    background-color: var(--main);
  }

  .rich-text-block {
    font-size: 1.3em;
  }

  .heading-11 {
    font-size: 2.1em;
  }

  .image-15 {
    min-width: 100%;
    margin-left: -106px;
  }

  .container-12 {
    width: 93%;
    max-width: none;
    min-width: 93%;
    padding-top: 38px;
  }

  .image-16.onee {
    max-width: 80%;
    margin-left: -289px;
  }

  .service-item-2 {
    min-width: 20%;
    padding-left: 0;
    padding-right: 35px;
  }

  .featured-logos-section-2 {
    padding-top: 120px;
    padding-bottom: 2em;
  }

  .paragraph-14.career {
    width: 95%;
    max-width: 95%;
    min-width: 95%;
    padding-top: 5px;
    font-size: 1.1em;
  }

  .career-title {
    font-size: 2em;
  }

  .text-block-8.career {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .body-5, .body-6, .body-7 {
    background-color: var(--main);
  }

  .subheading {
    color: rgba(255, 255, 255, .75);
    font-size: 1.3em;
  }

  .div-block-17 {
    padding-top: 5px;
  }

  .list-item {
    color: rgba(255, 255, 255, .5);
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 1.1em;
  }

  .list {
    width: 95%;
    max-width: 95%;
    min-width: 95%;
    font-size: 1.1em;
  }

  .div-block-18 {
    padding-top: 30px;
  }

  .jopdiscr {
    padding-top: 10px;
  }

  .heading-12 {
    font-size: 1em;
  }

  .heading-13 {
    color: rgba(255, 255, 255, .48);
    padding-left: 10px;
    padding-right: 0;
    font-size: 1.1em;
  }

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

  .career-icon {
    opacity: .5;
  }

  .career-icon.demo.sdaia {
    max-width: 90%;
  }

  .paragraph-15 {
    margin-top: 198px;
    font-size: 1.2em;
  }

  .html-embed {
    margin-top: -47px;
    margin-left: 0;
    padding-bottom: 6px;
    position: relative;
    left: -258px;
  }

  .heading-14 {
    margin-bottom: 0;
    font-size: 1.8em;
  }

  .paragraph-17 {
    width: 80%;
    margin-top: -25px;
    font-size: 1.4em;
  }

  .paragraph-17.demo {
    margin-top: 5px;
    font-size: 1.3em;
  }

  .two {
    padding-bottom: 74px;
  }

  .div-block-20 {
    padding-right: 60px;
  }

  .div-block-22 {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    margin-top: -21px;
    margin-left: -17px;
    display: flex;
  }

  .rich-text-block-2 {
    font-size: 1.3em;
  }

  .image-20 {
    max-width: 50%;
    margin-bottom: 8px;
    padding-top: 7px;
  }

  .rich-text-block-3 {
    font-size: 1.3em;
  }

  .heading-15 {
    max-width: 60%;
    font-size: 2.1em;
  }

  .heading-16 {
    max-width: 77%;
    font-size: 2.1em;
  }

  .heading-17 {
    max-width: 80%;
    font-size: 2.1em;
  }

  .paragraph-18, .paragraph-19 {
    font-size: 1.2em;
  }

  .button-copy.video {
    color: var(--main);
    padding-right: 47px;
    font-family: Montserrat, sans-serif;
    font-size: 1.3em;
    font-weight: 600;
  }

  .button-copy.inactive, .button-2.inactive {
    border-width: 2px;
  }

  .container-13 {
    width: 93%;
    max-width: 93%;
    min-width: 93%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 95px;
    display: flex;
  }

  .heading-18 {
    align-self: center;
    font-size: 11em;
  }

  .title-4 {
    margin-top: -23px;
    padding-top: 10px;
    font-size: 1.5em;
    font-weight: 400;
  }

  .hero-section-holder-2 {
    align-self: center;
    padding-top: 193px;
    padding-bottom: 150px;
  }

  .button-2-copy.inactive, .button-2-copy-copy.inactive {
    border-width: 2px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 93%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .button {
    padding: 20px 35px;
    font-size: 1.5em;
  }

  .button.video {
    color: var(--main);
    justify-content: center;
    align-self: center;
    align-items: center;
    padding: 20px 82px 20px 44px;
    font-size: 1.6em;
    font-weight: 600;
  }

  .button.full {
    margin-right: 24px;
    font-size: 1.3em;
  }

  .button.inactive {
    border-width: 3px;
  }

  .button.contact:hover {
    background-color: #467e51;
  }

  .section {
    padding-top: 100px;
  }

  .section.hero-section.main-header {
    background-image: none;
  }

  .section.hero-section.main-header.hero {
    background-image: linear-gradient(to bottom, var(--midnight-blue), #0a1827 22%, var(--main) 61%, var(--main));
  }

  .navbar {
    height: 90px;
  }

  .brand-image {
    width: 110%;
    max-width: 110%;
    min-width: 110%;
    margin-left: -42px;
  }

  .nav-link {
    font-size: 1.3em;
    left: -3px;
  }

  .hero-section-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 219px;
    padding-bottom: 219px;
  }

  .hero-section-header-holder {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .hero-section-button-holder {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: flex-end;
    padding-top: 32px;
  }

  .title {
    width: 120%;
    margin-top: -25px;
    font-size: 1.9em;
    font-weight: 400;
  }

  .arrow-holder {
    width: 40px;
    height: 40px;
  }

  .arrow {
    width: 25px;
  }

  .arrow.teo {
    width: 20px;
  }

  .title-container.herotitle {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .user-image-holder {
    width: 180px;
    height: 180px;
    min-width: 180px;
  }

  .user-image {
    width: 120%;
    height: auto;
    max-width: none;
    min-width: auto;
  }

  .left-arrow-slider, .right-arrow-slider {
    padding-bottom: 120px;
    bottom: -10%;
  }

  .right-arrow-slider.another {
    padding-bottom: 135px;
  }

  .pricing-header {
    margin-top: 12px;
    font-size: 1.8em;
  }

  .animate-text-01 {
    align-self: center;
  }

  .animate-text-02 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .right {
    margin-left: 10px;
    padding-top: 170px;
    padding-bottom: 0;
  }

  .help-icon-holder.career {
    width: 18px;
  }

  .help-icon-holder.demo {
    width: 14%;
  }

  .hero-cards-holder {
    padding-top: 1.3em;
  }

  .hero-card {
    background-color: #02040d;
  }

  .hero-card.three-copy {
    max-width: 250px;
    min-width: 250px;
    margin-top: -196px;
  }

  .hero-card.applynow {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .animated-text-container {
    margin-bottom: -6px;
    padding-bottom: 0;
  }

  .animated-text.animated02.phone {
    font-size: 1.8em;
  }

  .animated-text.animated02.phone.bla {
    padding-top: 0;
  }

  .animated-text.phonebreakline {
    margin-bottom: 0;
    padding-bottom: 0%;
    font-size: 3.2em;
  }

  .body {
    background-color: #02090d;
  }

  .hero-card-image-2.three {
    min-width: 250px;
  }

  .hero-card-image-2.apply {
    background-color: var(--1);
  }

  .heading-2 {
    align-self: center;
    font-size: 14em;
  }

  .team-one-name {
    margin-bottom: 2rem;
  }

  .slider-thumb-wrap-1 {
    flex: 0 auto;
  }

  .slider-navigation {
    align-items: center;
    padding-top: 0%;
    padding-bottom: 10%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .slider__right-pane.image-1.testing, .slider__right-pane.image-1.testing-copy {
    width: auto;
    min-height: 450px;
    min-width: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .slide-nav-bar {
    bottom: 5.5%;
  }

  .slider__left-pane-2.testing {
    margin-top: 12%;
  }

  .service-subtitle {
    font-size: 6.7rem;
    line-height: 7.3rem;
  }

  .service-item {
    width: 65%;
    align-items: flex-start;
    padding-right: 40px;
  }

  .marquee-icon {
    max-width: none;
  }

  .paragraph-5 {
    font-size: 2em;
  }

  .hero-card-2 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .maintext {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .parateams {
    width: 100%;
    font-size: 1.8em;
  }

  .div-block-4 {
    width: auto;
    height: auto;
    min-height: auto;
  }

  .div-block-5 {
    padding-bottom: 6%;
  }

  .mainslider {
    width: 87%;
  }

  .div-block-4-copy {
    width: auto;
    height: auto;
    min-height: auto;
  }

  .container-3-copy {
    align-self: auto;
    margin-left: 0;
  }

  .slider-navigation-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    align-items: center;
    padding-top: 0%;
    padding-bottom: 0%;
    top: 204px;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-5-copy {
    grid-column-gap: 18px;
    grid-template-columns: 1fr .5fr;
    padding-bottom: 6%;
  }

  .teamstitle {
    font-size: 3em;
  }

  .paragraph-8 {
    padding-top: 13px;
    font-size: 1.3em;
  }

  .left-arrow-slider-3 {
    bottom: -10%;
  }

  .teamstitle-2 {
    padding-bottom: .5%;
    font-size: 2.8em;
  }

  .slider-thumb-wrap-2 {
    flex: 0 auto;
  }

  .hero-card-3.three-copy {
    min-width: 300px;
    margin-top: -146px;
  }

  .left-arrow-slider-4, .left-arrow-slider-5 {
    bottom: -10%;
  }

  .left-arrow-slider-6 {
    padding-bottom: 135px;
    bottom: -10%;
  }

  .slider-thumb-wrap-3 {
    flex: 0 auto;
  }

  .hero-card-image-7.three {
    min-width: 300px;
  }

  .mentors {
    width: 87%;
  }

  .image-6.onee {
    width: 65%;
    max-width: 65%;
    min-width: 65%;
    margin-left: -209px;
  }

  .heading-7.teams {
    margin-bottom: 0;
    padding-bottom: 3%;
    font-size: 3.2em;
  }

  .heading-7.teams._1 {
    padding-bottom: 4%;
  }

  .heading-7.cohort {
    font-size: 3.2em;
  }

  .progress-bar-main-wrapper {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }

  .counter-number {
    height: 60px;
    align-items: stretch;
  }

  .counter {
    justify-content: space-between;
  }

  .counter.bottom {
    justify-content: center;
  }

  .sticky-circle-block {
    justify-content: center;
    align-items: center;
    left: 65px;
  }

  .container-6, .container-7 {
    max-width: 90%;
  }

  .heading-10 {
    font-size: 3.2em;
  }

  .container-8 {
    max-width: 90%;
  }

  .newspara {
    font-size: 1.8em;
  }

  .newspara.one.t {
    font-size: 2.3em;
  }

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

  .paragraph-13 {
    font-size: 1.8em;
  }

  .arrow-holder-3 {
    width: 35px;
    height: 35px;
  }

  .collection-item-3 {
    padding-top: 13%;
  }

  .container-10 {
    max-width: 90%;
  }

  .help-back-link-holder-3 {
    margin-left: 0;
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 80px;
  }

  .div-block-14 {
    max-width: 80%;
    min-width: 80px;
  }

  .div-block-15 {
    padding-top: 103px;
    padding-bottom: 146px;
  }

  .link-block-2 {
    width: 80%;
    max-width: 80%;
    min-width: 80%;
  }

  .container-11 {
    max-width: 90%;
  }

  .section-4 {
    padding-top: 100px;
  }

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

  .rich-text-block {
    font-size: 1.6em;
  }

  .image-15 {
    margin-left: -152px;
  }

  .container-12 {
    max-width: 90%;
  }

  .service-item-2 {
    align-items: flex-start;
    padding-right: 40px;
  }

  .featured-logos-section-2 {
    padding-top: 85px;
  }

  .paragraph-14.career {
    margin-bottom: 5px;
    font-size: 1.4em;
  }

  .career-title {
    font-size: 2.6em;
  }

  .text-block-8 {
    font-size: 1.4em;
  }

  .text-block-8.career {
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
  }

  .subheading {
    color: rgba(255, 255, 255, .75);
    margin-top: 40px;
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 1.8em;
  }

  .div-block-17 {
    padding-top: 0;
  }

  .div-block-17.main {
    padding-top: 0;
    padding-bottom: 0;
  }

  .list-item {
    font-size: 1.4em;
  }

  .jopdiscr {
    padding-top: 10px;
  }

  .heading-13 {
    font-size: 1.3em;
  }

  .heading-13.lap {
    font-size: 1.4em;
  }

  .heading-13.phone {
    padding-left: 5px;
  }

  .div-block-19 {
    margin-top: 36px;
  }

  .paragraph-15 {
    margin-top: 345px;
    font-size: 1.4em;
  }

  .html-embed {
    margin-top: -42px;
    margin-left: 0;
    padding-top: 0;
    left: -393px;
  }

  .paragraph-16 {
    font-size: 1.8em;
  }

  .heading-14 {
    font-size: 2em;
  }

  .paragraph-17.demo {
    width: 70%;
    font-size: 1.4em;
  }

  .two {
    padding-bottom: 47px;
  }

  .div-block-20 {
    padding-right: 80px;
  }

  .div-block-22 {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    margin-left: -20px;
  }

  .image-20 {
    max-width: 44%;
    margin-bottom: 10px;
  }

  .rich-text-block-3 {
    font-size: 1.6em;
  }

  .heading-15 {
    max-width: 60%;
    font-size: 2.8em;
  }

  .paragraph-19 {
    font-size: 1.6em;
  }

  .button-copy {
    padding: 20px 35px;
    font-size: 1.5em;
  }

  .button-copy.video {
    color: var(--main);
    justify-content: center;
    align-self: center;
    align-items: center;
    padding: 20px 82px 20px 44px;
    font-size: 1.6em;
    font-weight: 600;
  }

  .button-copy.full {
    margin-right: 24px;
    font-size: 1.3em;
  }

  .button-copy.inactive {
    border-width: 3px;
  }

  .button-copy.contact:hover {
    background-color: #467e51;
  }

  .image-21 {
    margin-top: 0;
    padding-top: 22px;
  }

  .button-2 {
    padding: 20px 35px;
    font-size: 1.5em;
  }

  .button-2.inactive {
    border-width: 3px;
  }

  .container-13 {
    max-width: 93%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .animate-text-6 {
    align-self: center;
  }

  .animate-text-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .heading-18 {
    align-self: center;
    font-size: 14em;
  }

  .title-4 {
    width: 120%;
    margin-top: -25px;
    font-size: 1.9em;
    font-weight: 400;
  }

  .hero-section-holder-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 264px;
    padding-bottom: 219px;
  }

  .button-2-copy {
    color: #fff;
    background-color: rgba(14, 20, 15, 0);
    padding: 20px 35px;
    font-size: 1.5em;
  }

  .button-2-copy.inactive {
    border-width: 3px;
  }

  .button-2-copy-copy {
    color: #fff;
    background-color: rgba(14, 20, 15, 0);
    padding: 20px 35px;
    font-size: 1.5em;
  }

  .button-2-copy-copy.inactive {
    border-width: 3px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

  ._8-col-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .nav-menu-link-holder {
    height: auto;
    grid-row-gap: 20px;
    background-color: #0d0d0d;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu-link-container, .nav-menu {
    height: auto;
  }

  .nav-links {
    height: auto;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .hero-section-header-holder {
    max-width: 430px;
  }

  .featured-logo-holder {
    padding-top: 24px;
  }

  .featured-logo-grid {
    width: 100%;
    grid-column-gap: 30px;
  }

  .featured-logo-wrapper {
    width: 150px;
  }

  .testimonial-mask, .testimonial-slide.testing {
    width: 100%;
  }

  .left-arrow-slider {
    left: 46%;
  }

  .right-arrow-slider {
    right: 35%;
  }

  .pricing-content {
    grid-row-gap: 60px;
    flex-direction: column;
    display: flex;
  }

  .cta-container {
    width: 100%;
  }

  .cta-cricle-holder._02 {
    right: -26%;
  }

  .cta-cricle-holder._01 {
    left: -28%;
  }

  .blog-newsholder {
    flex-direction: column;
    display: flex;
  }

  .blog-news {
    border-right-style: none;
  }

  .right {
    padding-top: 25px;
  }

  .help-heading-holder.two {
    display: none;
  }

  .help-link-holder {
    grid-column-gap: 30px;
    flex-direction: row;
  }

  .help-link-container.w--current {
    border-right-style: none;
  }

  .menu-button {
    border-radius: 12px;
    padding: 13px;
  }

  .menu-button.w--open {
    background-color: #02c173;
  }

  .hero-cards-grid {
    width: 100%;
    grid-template-columns: 2fr 2fr;
  }

  .mobile-app-container {
    grid-row-gap: 60px;
    flex-direction: column;
    padding: 37px;
    display: flex;
  }

  .feature-app-content {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .download-grid {
    grid-column-gap: 50px;
  }

  .download-app-container {
    grid-row-gap: 7px;
    flex-direction: column;
  }

  .small-download-image._02 {
    right: -4%;
  }

  .blured-circle._02 {
    top: -18%;
    right: -32%;
  }

  .blured-circle._01 {
    top: -19%;
    left: -32%;
  }

  .hero-card-image-2.herocardtwo {
    display: none;
  }

  .hero-slider {
    min-height: 120vh;
    flex-direction: column;
  }

  .slider__left-pane {
    width: 100%;
  }

  .slide__wrapper {
    flex-direction: column;
  }

  .slider-navigation {
    top: 102px;
  }

  .hero-slider-2 {
    min-height: 120vh;
    flex-direction: column;
  }

  .slider__left-pane-2 {
    width: 100%;
  }

  .team.home-one-team-section {
    flex-direction: row;
    display: none;
  }

  .heading-4 {
    position: relative;
    top: -71px;
  }

  .service-subtitle {
    font-size: 1.8rem;
    line-height: 3rem;
  }

  .marquee-scroll-section {
    padding-bottom: 60px;
  }

  .marquee-icon {
    width: 50px;
  }

  .paragraph-5 {
    margin-bottom: 100px;
  }

  .hero-card-image-3 {
    display: none;
  }

  .mainslider {
    width: 90%;
  }

  .slider-navigation-copy {
    top: 102px;
  }

  .left-arrow-slider-2 {
    left: 35%;
  }

  .right-arrow-slider-2 {
    right: 35%;
  }

  .left-arrow-slider-3, .left-arrow-slider-4, .left-arrow-slider-5 {
    left: 46%;
  }

  .mainslider-copy {
    width: 90%;
  }

  .left-arrow-slider-6 {
    left: 46%;
  }

  .mentors {
    width: 90%;
  }

  .progress-bar-main-wrapper {
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .help-container-2 {
    border-right-style: none;
  }

  .help-holder-2 {
    flex-direction: column;
    display: flex;
  }

  .help-link-holder-2 {
    grid-column-gap: 30px;
    flex-direction: row;
  }

  .download-grid-2 {
    grid-column-gap: 50px;
  }

  .left-arrow-slider-7 {
    left: 35%;
  }

  .right-arrow-slider-3 {
    right: 35%;
  }

  .blog-newsholder-2 {
    flex-direction: column;
    display: flex;
  }

  .blog-news-2 {
    border-right-style: none;
  }

  .blog-newsholder-3 {
    flex-direction: column;
    display: flex;
  }

  .text-block-8.career {
    margin-left: 490px;
  }

  .body-5 {
    background-color: var(--main);
  }

  .html-embed {
    margin-left: -118px;
  }

  .button-2.inactive, .button-2-copy.inactive, .button-2-copy-copy.inactive {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .border-box {
    padding: 2px;
  }

  ._6-col-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-wrapper {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
  }

  .footer-content {
    text-align: left;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    text-align: left;
    align-items: flex-start;
  }

  .footer-link {
    text-align: left;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-divider {
    margin-top: 60px;
  }

  .hero-section-holder {
    padding-top: 180px;
  }

  .hero-section-mac-holder {
    padding-top: 0;
    top: 60px;
  }

  .featured-logos-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .testimonails-wrapper, .testimonail-slider-holder {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonial-mask.testing, .testimonial-slider.testing {
    width: 100%;
  }

  .testimonial-content-holder {
    width: 100%;
    max-width: none;
  }

  .left-arrow-slider {
    left: 43%;
  }

  .cta-cricle-holder._02 {
    width: 270px;
  }

  .cta-cricle-holder._01 {
    width: 260px;
  }

  .help-link-holder {
    flex-direction: column;
  }

  .brand {
    padding-left: 0;
  }

  .hero-cards-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .hero-card.three, .hero-card.three-copy {
    display: none;
  }

  .animated-text-wrapper {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .features-grid {
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .small-download-image {
    width: 130px;
  }

  .hero-card-image-2.herocardtwo {
    display: none;
  }

  .team-one-name {
    margin-bottom: 2rem;
  }

  .product-design-count {
    font-size: 6.9rem;
  }

  .slider-navigation {
    top: 5px;
  }

  .slider__right-pane.image-1.testing-copy {
    overflow: visible;
  }

  .slider__left-pane-2.testing {
    flex-direction: row;
  }

  .paragraph-5 {
    margin-bottom: 25%;
  }

  .hero-card-2 {
    display: none;
  }

  .div-block-5 {
    grid-template-columns: 1fr;
    align-content: space-between;
    justify-content: stretch;
    justify-items: stretch;
    padding-bottom: 92px;
  }

  .container-3-copy {
    flex-wrap: wrap;
  }

  .slider-navigation-copy {
    top: 5px;
  }

  .div-block-5-copy {
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-content: space-between;
    justify-content: stretch;
    justify-items: stretch;
    padding-bottom: 92px;
    display: flex;
  }

  .left-arrow-slider-3 {
    left: 43%;
  }

  .hero-card-3.three-copy {
    display: none;
  }

  .left-arrow-slider-4, .left-arrow-slider-5, .left-arrow-slider-6 {
    left: 43%;
  }

  .counter-text-block {
    line-height: 5rem;
  }

  .help-link-holder-2 {
    flex-direction: column;
  }

  .testimonial-content-holder-2 {
    width: 100%;
    max-width: none;
  }

  .help-back-link-holder-3 {
    display: none;
  }

  .featured-logos-section-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .text-block-8.career {
    margin-left: 295px;
  }

  .body-5 {
    background-color: var(--main);
  }

  .hero-section-holder-2 {
    padding-top: 180px;
  }
}

@media screen and (max-width: 479px) {
  ._4-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .black-background-padding {
    padding: 7px;
  }

  .container {
    padding-top: 8.8em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.navbar-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.joingaia {
    width: 100%;
    min-width: 105%;
    margin-left: -11px;
  }

  .container.phone {
    padding-top: 0;
  }

  .button.video {
    color: #02090c;
    white-space: normal;
    overflow-wrap: normal;
    flex-wrap: nowrap;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
  }

  .button.white {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button.full {
    width: 88%;
    justify-content: center;
    align-items: center;
    margin-right: 36px;
    display: flex;
  }

  .button.inactive {
    font-size: 13px;
  }

  .style-guide-box-holder {
    padding: 4px;
  }

  .style-guide-box-container {
    grid-row-gap: 7px;
  }

  .colors-buttons {
    flex-direction: column;
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .section {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: -84px;
    margin-bottom: 0;
    padding-top: 29%;
    padding-bottom: 0%;
    display: flex;
  }

  .section.hero-section {
    padding-top: 0%;
  }

  ._8-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._6-col-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-divider {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 20px;
  }

  .hero-section-holder {
    align-items: center;
    margin-top: 150px;
    padding-top: 92px;
  }

  .hero-section-container {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-section-header-holder {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .hero-section-button-holder {
    width: 100%;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .hero-section-mac-holder {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: -49px;
  }

  .hero-blur-bg {
    width: 160%;
    min-width: 350%;
    opacity: .4;
  }

  .title {
    align-self: center;
    margin-top: -4px;
    font-size: 1em;
  }

  .arrow-holder {
    flex-wrap: nowrap;
  }

  .featured-logo-grid {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .featured-logo-wrapper {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .featured-logo.last {
    width: 50%;
  }

  .title-holder {
    grid-row-gap: 8px;
  }

  .title-container.herotitle {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .early-access-card {
    min-width: 0;
  }

  .power-feature-card-container {
    border-radius: 20px;
  }

  .testimonails-wrapper {
    padding-bottom: 166px;
  }

  .testimonail-slider-holder {
    width: 88%;
  }

  .testimonial-mask.testing, .testimonial-slider.testing {
    width: 100%;
  }

  .testimonial-slide {
    overflow: visible;
  }

  .testimonial-slide.testing {
    width: 100%;
  }

  .testimonial-content-holder {
    grid-row-gap: 40px;
    flex-wrap: nowrap;
    padding: 120px 16px 16px;
  }

  .testimonial-text {
    font-size: 18px;
  }

  .user-image-holder {
    width: 120px;
    height: 120px;
    min-height: 120px;
    min-width: 120px;
  }

  .user-image {
    width: auto;
    height: auto;
    max-width: 120%;
    min-height: auto;
    min-width: auto;
    margin-left: -6px;
  }

  .user-content-holder.mat {
    margin-left: -19px;
  }

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

  .user-job-position {
    font-size: 15px;
  }

  .left-arrow-slider {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    display: flex;
    bottom: 31%;
    left: 2%;
  }

  .right-arrow-slider {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    top: auto;
    bottom: 31%;
    right: 3%;
  }

  .right-arrow-slider.another {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    top: auto;
    bottom: 31%;
  }

  .pricing-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pricing-table {
    padding: 14px;
  }

  .pricing-header {
    font-size: 1em;
  }

  .pricing-list-holder {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .list-holder {
    flex-direction: column;
  }

  .pricing-footer-holder {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-button-holder {
    width: 100%;
  }

  .cta-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cta-holder {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .cta-heading {
    font-size: 25px;
    font-weight: 400;
  }

  .cta-paragraph-holder {
    padding-left: 11px;
    padding-right: 11px;
  }

  .form-block {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .cta-cricle-holder._02, .cta-cricle-holder._01 {
    width: 180px;
  }

  .animate-text-01 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .animate-text-01.hero {
    margin-top: -107px;
  }

  .animate-text-02 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .right {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: column wrap;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    margin-left: 12px;
    padding-bottom: 0;
    display: flex;
    position: static;
    overflow: visible;
  }

  .right.one {
    padding-bottom: 646px;
  }

  .right.one.demo.more {
    padding-top: 0;
  }

  .help-heading-holder {
    flex-flow: row;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-end;
    padding-right: 10px;
    display: flex;
  }

  .help-icon-holder.demo {
    width: 31%;
  }

  .figma-file-container {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .full-width-image {
    border-radius: 7px;
  }

  .sticky.one {
    display: none;
  }

  .second-list {
    border-top: 1px solid #1d1d1d;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero-cards-holder {
    min-width: 100%;
    overflow: visible;
  }

  .hero-cards-grid {
    min-width: 100%;
    flex-direction: column;
    display: flex;
  }

  .hero-card {
    width: 100%;
    height: auto;
  }

  .hero-card.three {
    display: block;
  }

  .hero-card.three-copy {
    max-width: 100px;
    min-height: 100px;
    min-width: 100px;
    order: -1;
    display: block;
    top: 6px;
  }

  .hero-card-wrapper {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .animated-text-holder.animated01 {
    margin-bottom: -11px;
    padding-bottom: 0;
  }

  .animated-text-holder.animated01.two {
    padding-bottom: 73px;
  }

  .animated-text-container {
    max-width: 80%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .animated-text {
    font-size: 1.2em;
  }

  .animated-text.animated02 {
    font-size: 16px;
  }

  .animated-text.animated02.phone {
    font-size: 1.2em;
  }

  .animated-text.phonebreakline {
    font-size: 1.3em;
  }

  .animated-text.phonebreakline.career {
    font-size: 2em;
  }

  .mobile-app-phone-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-app {
    height: 350px;
  }

  .iphone-app {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding-top: 10px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .features-wrapper {
    margin-top: 30px;
  }

  .download-grid {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    display: flex;
  }

  .download-app-image {
    width: 80%;
  }

  .download-app, .badge, .download-app-container, .download-app-bg {
    width: 100%;
  }

  .small-download-image {
    border: 1px solid #868686;
    border-radius: 26px;
    box-shadow: 0 0 20px #000;
  }

  .small-download-image._02 {
    right: 4%;
  }

  .small-download-image._01 {
    left: 0%;
  }

  .small-download-image._03 {
    left: -2%;
  }

  .testimonail-user {
    grid-row-gap: 12px;
    flex-direction: column-reverse;
    position: static;
  }

  .qoute {
    width: 80px;
    position: absolute;
    top: 6%;
    bottom: auto;
    left: 6%;
    right: auto;
  }

  .blured-circles-holder {
    display: none;
  }

  .blured-circle._01 {
    width: 100%;
  }

  .light-holder {
    display: block;
    top: 19%;
    overflow: hidden;
  }

  .hero-card-wrapper-2 {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-card-image-2 {
    min-width: 107.5%;
    margin: 0 0 0 -8px;
    padding-top: 0%;
  }

  .hero-card-image-2.herocardtwo {
    padding-top: 5%;
    padding-left: 3%;
  }

  .hero-card-image-2.three {
    min-height: 100px;
    min-width: 100px;
    margin-left: 0;
    display: block;
    overflow: hidden;
  }

  .hero-card-image-2.three.phone {
    min-height: 100px;
    min-width: 100px;
  }

  .hero-card-image-2.apply {
    margin-left: -16px;
    padding-right: 1.5%;
  }

  .heading-2 {
    align-self: center;
    font-size: 3em;
  }

  .content-wrapper-cirle {
    border: 1px solid #000;
  }

  .main-container-circle {
    max-width: none;
  }

  .product-design-count {
    font-size: 4.2rem;
    line-height: 3.4rem;
  }

  .slide__wrapper.testing {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .progress-bar {
    width: auto;
    height: auto;
  }

  .slider-thumb-wrap-1 {
    max-height: 200px;
    flex-wrap: nowrap;
  }

  .slider-navigation {
    width: auto;
    height: auto;
    min-width: auto;
    grid-column-gap: 5px;
    padding-top: 5%;
    padding-bottom: 0;
    top: 46px;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .slider__right-pane.image-1.testing {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .slider__right-pane.image-1.testing-copy {
    flex-flow: column;
    order: 0;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    padding-top: 0%;
  }

  .slider__left-pane-2.testing {
    flex-direction: row;
    justify-content: flex-end;
  }

  .service-item {
    width: 80%;
    min-width: 20%;
    padding-left: 0;
  }

  .service-list.service-list-two {
    margin-top: -15px;
    padding-top: 0;
  }

  .testimonial-text-2 {
    font-size: 18px;
  }

  .paragraph-5 {
    margin-bottom: 50%;
    padding-bottom: 0;
  }

  .hero-card-2 {
    height: auto;
    display: block;
    overflow: visible;
  }

  .hero-card-image-3 {
    overflow: visible;
  }

  .maintext {
    max-width: 100%;
    flex-flow: column;
    order: 1;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .parateams {
    padding-top: 4px;
    padding-right: 0;
    font-size: 1.2em;
  }

  .bold-text-2, .bold-text-3 {
    font-size: 1.2em;
  }

  .container-3 {
    flex-wrap: wrap;
    padding-top: 10px;
  }

  .slider-3 {
    width: 80%;
  }

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

  .div-block-5 {
    height: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 2.25fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    justify-content: stretch;
    align-items: center;
    justify-items: stretch;
    padding-bottom: 20%;
    display: grid;
  }

  .right-arrow {
    display: flex;
  }

  .mainslider {
    width: 90%;
    padding-top: 0;
  }

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

  .div-block-4-copy {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .container-3-copy {
    width: 80%;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    align-content: space-around;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0%;
    position: relative;
    left: 52px;
  }

  .slider-navigation-copy {
    width: auto;
    height: auto;
    max-width: none;
    min-width: auto;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: wrap;
    order: 1;
    align-content: flex-end;
    align-items: stretch;
    margin-top: 0;
    padding-top: 0%;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: 38px;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-6-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-5-copy {
    height: auto;
    min-height: auto;
    min-width: auto;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 2.25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    justify-items: stretch;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 31%;
    display: flex;
  }

  .heading-5, .heading-6 {
    font-size: 1.3em;
  }

  .teamstitle {
    color: var(--medium-sea-green);
    padding-bottom: 1%;
    font-size: 1.6em;
  }

  .bold-text-4 {
    padding-bottom: 5px;
    font-size: 1.5em;
    display: block;
  }

  .paragraph-8 {
    margin-bottom: 22px;
  }

  .left-arrow-slider-2 {
    justify-content: center;
    align-items: center;
    display: flex;
    left: 25%;
  }

  .container-5 {
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
  }

  .right-arrow-slider-2 {
    justify-content: center;
    align-items: center;
    display: flex;
    right: 25%;
  }

  .hero-card-image-4.three {
    min-height: 100px;
    min-width: 100px;
    display: block;
    overflow: hidden;
  }

  .bold-text-8 {
    padding-bottom: 5px;
    font-size: 1.5em;
    display: block;
  }

  .left-arrow-slider-3 {
    justify-content: center;
    align-items: center;
    display: flex;
    bottom: 50%;
    left: 12%;
  }

  .paragraph-9 {
    margin-bottom: 22px;
  }

  .teamstitle-2 {
    color: #57c36b;
    padding-bottom: 0%;
    font-size: 1.3em;
  }

  .slider-thumb-wrap-2 {
    max-height: 200px;
    flex-wrap: nowrap;
  }

  .hero-card-3 {
    height: auto;
  }

  .hero-card-3.three-copy {
    max-width: 200px;
    min-height: 200px;
    min-width: 200px;
    max-width: 200px;
    min-height: 200px;
    min-width: 200px;
    order: -1;
    display: block;
    top: 6px;
  }

  .hero-card-image-5.three {
    min-height: 100px;
    min-width: 100px;
    display: block;
    overflow: hidden;
  }

  .bold-text-11 {
    padding-bottom: 5px;
    font-size: 1.5em;
    display: block;
  }

  .left-arrow-slider-4 {
    justify-content: center;
    align-items: center;
    display: flex;
    bottom: 50%;
    left: 12%;
  }

  .paragraph-10 {
    margin-bottom: 22px;
  }

  .hero-card-image-6.three {
    min-height: 100px;
    min-width: 200px;
    display: block;
    overflow: hidden;
  }

  .bold-text-14 {
    padding-bottom: 5px;
    font-size: 1.5em;
    display: block;
  }

  .left-arrow-slider-5 {
    justify-content: center;
    align-items: center;
    display: flex;
    bottom: 50%;
    left: 12%;
  }

  .paragraph-11 {
    margin-bottom: 22px;
  }

  .mainslider-copy {
    width: 90%;
  }

  .bold-text-16 {
    font-size: 1.2em;
  }

  .left-arrow-slider-6 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-bottom: 0;
    display: flex;
    bottom: 31%;
    left: -3%;
  }

  .slider-thumb-wrap-3 {
    max-height: 200px;
    flex-wrap: nowrap;
  }

  .hero-card-image-7.three {
    min-height: 200px;
    min-width: 200px;
    display: block;
    overflow: hidden;
  }

  .mentors {
    width: 90%;
    margin-bottom: -17px;
    padding-top: 0;
  }

  .bold-text-18 {
    padding-bottom: 5px;
    font-size: 1.5em;
    display: block;
  }

  .paragraph-12 {
    margin-bottom: 22px;
  }

  .image-6 {
    max-width: 80px;
    object-fit: fill;
    margin-left: 0;
    margin-right: 0;
  }

  .image-6.onee {
    width: 80%;
    max-width: 80%;
    min-width: 80%;
    margin-left: -12px;
  }

  .image-7 {
    max-width: 120px;
    margin-left: -19px;
  }

  .image-8, .image-9 {
    max-width: 120px;
  }

  .image-10 {
    max-width: 120px;
    margin-left: 0;
  }

  .image-11 {
    max-width: 120px;
    margin-right: 53px;
  }

  .heading-7 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 4px;
    font-size: 1.6em;
  }

  .heading-7.teams {
    align-self: flex-start;
    padding-bottom: 9%;
    font-size: 1.6em;
  }

  .heading-7.teams.gaiateam {
    margin-left: 11px;
    padding-bottom: 0%;
  }

  .progress-bar-main-wrapper {
    border: 1px solid rgba(0, 0, 0, 0);
    flex-direction: column;
    padding-bottom: 195px;
    display: flex;
  }

  .home-two-counter-box {
    height: 100%;
    margin-bottom: 10px;
  }

  .heading-five.text-color-white.margin-bottom-twenty {
    font-size: 1rem;
  }

  .counter-text-block {
    padding-top: 0;
  }

  .counter-number {
    height: 40px;
  }

  .counter {
    width: 100%;
    height: 100%;
    flex-direction: column;
  }

  .container-6 {
    padding-top: 8.8em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-6.navbar-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-7 {
    padding-top: 8.8em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .heading-10 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 4px;
    font-size: 1.6em;
  }

  .phonediv {
    flex-direction: row;
    display: flex;
  }

  .container-8 {
    padding-top: 8.8em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .download-images-container-2 {
    margin-top: 10%;
  }

  .image-12 {
    margin-right: 14px;
  }

  .download-grid-2 {
    grid-column-gap: 50px;
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .newspara, .newspara.one {
    margin-left: 0;
  }

  .section-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 121px;
    margin-bottom: 0;
    padding-top: 25%;
    padding-bottom: 0%;
    display: flex;
  }

  .hero-card-4 {
    height: auto;
  }

  .blogleft {
    display: none;
  }

  .left-arrow-slider-7 {
    justify-content: center;
    align-items: center;
    display: flex;
    left: 25%;
  }

  .section-3.grey-section {
    background-color: rgba(0, 0, 0, 0);
  }

  .container-9 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
  }

  .right-arrow-slider-3 {
    justify-content: center;
    align-items: center;
    display: flex;
    left: 100px;
    right: 25%;
  }

  .testimonial-content-holder-2 {
    grid-row-gap: 40px;
    background-color: rgba(0, 0, 0, 0);
    padding: 40px 16px;
  }

  .text-block-4 {
    font-size: 1.2em;
  }

  .text-block-5 {
    margin-left: -3px;
    font-size: .9em;
  }

  .collection-item-3 {
    width: auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 24%;
    display: flex;
  }

  .collection-list-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-10 {
    padding-top: 8.8em;
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .container-10.no-paddings.career {
    padding-top: 8.2em;
    padding-bottom: 0;
  }

  .container-10.no-paddings.career.form {
    padding-bottom: 49.5em;
  }

  .blog-newsholder-2 {
    min-width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .blog-newsholder-2.blog {
    display: block;
  }

  .blog-news-2 {
    min-width: 100%;
    display: none;
  }

  .collection-list-wrapper-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .help-back-link-holder-3 {
    justify-content: flex-end;
    padding-top: 16px;
    padding-right: 0;
    display: flex;
  }

  .text-block-6, .text-block-7 {
    color: rgba(255, 255, 255, .53);
    padding-bottom: 15px;
  }

  .blog-heading-2 {
    max-width: 100%;
    margin-top: 20px;
  }

  .blog-image-2 {
    max-width: 90%;
  }

  .blog-body-2 {
    max-width: 100%;
  }

  .div-block-14 {
    width: 90%;
  }

  .container-11 {
    padding-top: 8.8em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .collection-item-4 {
    padding-top: 0;
  }

  .section-4 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 29%;
    padding-bottom: 0%;
    display: flex;
  }

  .image-13 {
    max-width: 90%;
  }

  .rich-text-block, .heading-11 {
    max-width: 100%;
  }

  .image-14 {
    max-width: 120px;
    margin-left: 0;
  }

  .image-15 {
    max-width: 120px;
    margin-right: 0;
    padding-right: 0;
  }

  .container-12 {
    padding-top: 8.8em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .image-16 {
    max-width: 80px;
    object-fit: fill;
    margin-left: 0;
    margin-right: 0;
  }

  .image-16.onee {
    width: 80%;
    max-width: 80%;
    min-width: 80%;
    margin-left: -4px;
  }

  .service-item-2 {
    width: 80%;
    min-width: 20%;
    padding-left: 0;
  }

  .image-17 {
    max-width: 120px;
    margin-left: -19px;
  }

  .image-18, .image-19 {
    max-width: 120px;
  }

  .paragraph-14.career {
    width: 95%;
    min-width: 96%;
  }

  .career-title.one {
    margin-top: -3px;
    padding-top: 0;
  }

  .career-title.phone {
    padding-top: 18px;
  }

  .div-block-16.career {
    flex-flow: column wrap;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .text-block-8.career {
    margin-left: 0;
  }

  .body-5 {
    background-color: var(--main);
  }

  .heading-13 {
    padding-right: 20px;
  }

  .heading-13.phone {
    padding-left: 5px;
    padding-right: 15px;
  }

  .career-icon {
    width: 96%;
  }

  .career-icon.demo {
    width: 100%;
    opacity: .75;
    background-color: rgba(0, 0, 0, 0);
  }

  .html-embed {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    flex-flow: row;
    align-content: center;
    justify-content: center;
    margin-top: 3008px;
    margin-bottom: 1266px;
    margin-left: -24px;
    padding: 0 0 0 7px;
    display: flex;
    position: absolute;
  }

  .heading-14 {
    font-size: 1.5em;
  }

  .paragraph-17 {
    width: 90%;
    margin-top: -27px;
    margin-bottom: auto;
    font-size: 1em;
  }

  .paragraph-17.demo {
    margin-top: -3px;
    padding-bottom: 8px;
    font-size: 1.2em;
    font-weight: 400;
  }

  .two {
    padding-bottom: 103px;
  }

  .demo-sub {
    flex-direction: column;
    display: flex;
  }

  .div-block-22 {
    grid-column-gap: 0.5%;
    grid-row-gap: 0.5%;
    margin-top: -7px;
    margin-left: -13px;
    display: flex;
  }

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

  .rich-text-block-3, .heading-15 {
    max-width: 100%;
  }

  .collection-list-4 {
    max-width: 96%;
    display: block;
  }

  .button-copy.video {
    color: #02090c;
    white-space: normal;
    overflow-wrap: normal;
    flex-wrap: nowrap;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
  }

  .button-copy.white {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-copy.full {
    width: 88%;
    justify-content: center;
    align-items: center;
    margin-right: 36px;
    display: flex;
  }

  .button-copy.inactive {
    font-size: 13px;
  }

  .image-21 {
    margin-top: -131px;
    padding-top: 77px;
  }

  .button-2.inactive {
    font-size: 13px;
  }

  .container-13 {
    padding-top: 8.8em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .animate-text-6 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .animate-text-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .heading-18 {
    align-self: center;
    font-size: 5em;
  }

  .title-4 {
    align-self: center;
    margin-top: -4px;
    font-size: 1em;
  }

  .hero-section-holder-2 {
    align-items: center;
    padding-top: 266px;
  }

  .image-22 {
    margin-bottom: 27px;
    padding-bottom: 0;
  }

  .button-2-copy.inactive, .button-2-copy-copy.inactive {
    font-size: 13px;
  }
}

#w-node-_9271b4e4-3021-3901-dfef-bc250ac9d84b-54f32118, #w-node-_9271b4e4-3021-3901-dfef-bc250ac9d850-54f32118, #w-node-_9271b4e4-3021-3901-dfef-bc250ac9d856-54f32118, #w-node-_9271b4e4-3021-3901-dfef-bc250ac9d85b-54f32118, #w-node-_9271b4e4-3021-3901-dfef-bc250ac9d86f-54f32118, #w-node-e92bf484-a605-4132-f141-4518468af7e2-468af7d9, #w-node-a71e074a-e6b8-12ef-5c71-5700f6a1644f-54f3217b, #w-node-_34231c1d-1170-d56f-888b-6f430ef91345-54f3217e, #w-node-e08a7368-2e28-0de0-0790-b60dd343b8fd-54f32181, #w-node-ab552399-437c-54ed-7e39-082da09f2a97-54f32196, #w-node-f417f1a6-133d-c73b-03fa-8d9bbe8ab617-54f32197, #w-node-_2017d81a-396e-68a2-e8bf-c03234ad1a16-54f32198, #w-node-_68895415-b078-29a0-81fd-4c26b33c3ca4-54f32199, #w-node-_09efd501-3666-2e81-6ef7-d06fbc6c5c9c-54f3219c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_0eb3021e-c3d8-d8f5-687f-4681f1dd854e-54f32118, #w-node-_0eb3021e-c3d8-d8f5-687f-4681f1dd8567-54f32118, #w-node-_9b3b43cf-3e29-927a-09c4-3eace574c34a-54f32118, #w-node-b6fc445c-5208-d83b-3861-e10bc121d810-54f32118, #w-node-_5994a936-4744-349f-0e41-3b4794b33d25-54f32118, #w-node-_59889993-1159-2455-448f-c59052ecfed8-54f32118, #w-node-a744c293-7731-8b0b-9cbc-343e0330e8e9-54f32118, #w-node-_2b1174f5-17f0-34f8-9f2a-706d9511fd3e-54f32118, #w-node-c3ed4a68-e277-f699-a32e-a8d3bcf3155b-54f32118 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_9271b4e4-3021-3901-dfef-bc250ac9d84b-54f32118, #w-node-_9271b4e4-3021-3901-dfef-bc250ac9d850-54f32118, #w-node-_9271b4e4-3021-3901-dfef-bc250ac9d856-54f32118, #w-node-_9271b4e4-3021-3901-dfef-bc250ac9d85b-54f32118, #w-node-_9271b4e4-3021-3901-dfef-bc250ac9d86f-54f32118 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9271b4e4-3021-3901-dfef-bc250ac9d84c-54f32118, #w-node-_9271b4e4-3021-3901-dfef-bc250ac9d851-54f32118, #w-node-_9271b4e4-3021-3901-dfef-bc250ac9d857-54f32118, #w-node-_9271b4e4-3021-3901-dfef-bc250ac9d85c-54f32118, #w-node-_9271b4e4-3021-3901-dfef-bc250ac9d870-54f32118 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


