:root {
  --background: #f7f7ff;
  --dark: #47598e;
  --accent: #79bfda;
  --white: white;
  --rojo: #da7777;
  --amarillo: #f2db91;
  --naranja: #f2ad85;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--background);
  color: var(--dark);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  letter-spacing: -.8px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: General Sans, sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 110%;
}

h2 {
  margin-top: 32px;
  margin-bottom: 24px;
  font-family: General Sans, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 110%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: General Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: General Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--dark);
  text-decoration: underline;
}

blockquote {
  border-left: 5px solid var(--accent);
  color: var(--accent);
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 24px 52px 24px 24px;
  font-family: General Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}

.nav-menu {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: visible;
}

.waves-right-nav-1 {
  grid-column-gap: 16px;
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown-link {
  text-align: center;
  transition: background-color .2s;
}

.dropdown-link:hover {
  background-color: rgba(40, 41, 67, .12);
}

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

.dropdown-toggle-nav {
  grid-column-gap: 6px;
  color: rgba(40, 41, 67, .95);
  justify-content: center;
  align-items: center;
  padding: 12px 10px 12px 14px;
  display: flex;
}

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

.container-navbar {
  height: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
}

.icon-dropdown {
  width: 24px;
  height: 24px;
}

.brand-navbar {
  height: 200%;
  max-width: none;
  text-align: left;
  margin-top: -19px;
}

.waves-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid rgba(19, 19, 19, .1);
  border-radius: 4px;
}

.brand-link-navbar {
  height: 30px;
}

.wrap-nav-buttons {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown-navbar {
  font-size: 16px;
  font-weight: 400;
}

.navbar {
  height: 120px;
  background-color: #fff;
  border-bottom: 1px solid rgba(40, 41, 67, .2);
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.hero-home-a {
  padding-top: 80px;
  padding-bottom: 0;
  overflow: hidden;
}

.section.padding-top-80 {
  padding-top: 80px;
}

.section.accent {
  color: var(--white);
  background-color: #79bfda;
  padding-top: 60px;
}

.section.accent.two-ui-section {
  padding-bottom: 24px;
  position: relative;
}

.section.accent.testimonials-slider-section {
  padding-top: 140px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section.accent.moving-testimonials {
  padding-bottom: 8px;
  overflow: hidden;
}

.section.accent.moving-ui-section {
  overflow: hidden;
}

.section.accent.feature-explenation {
  margin-top: -100px;
  padding-top: 220px;
}

.section.accent.hero-account {
  padding-top: 80px;
}

.section.accent.hero-contact-a {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.section.scroll-feature {
  background-color: var(--background);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.section.scroll-feature.white-background-feature {
  background-color: var(--white);
}

.section.community {
  color: var(--white);
  padding-top: 140px;
  padding-bottom: 24px;
  position: relative;
}

.section.hero-home-b {
  padding-top: 100px;
  padding-bottom: 40px;
}

.section.paddings-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.cta-box-section {
  padding-top: 64px;
}

.section.hero-home-c {
  background-color: var(--accent);
  color: var(--white);
  padding-bottom: 0;
  position: relative;
}

.section.padding-bottom-80 {
  padding-bottom: 90px;
}

.section.mega-testimonial-light {
  color: var(--accent);
}

.section.moving-small-features {
  overflow: hidden;
}

.section.mega-testimonial-accent {
  background-color: var(--accent);
  color: var(--background);
}

.section.stats-creative {
  background-color: var(--accent);
  color: var(--white);
  padding-top: 0;
}

.section.hero-features {
  padding-top: 60px;
  padding-bottom: 10px;
}

.section.hero-feature {
  padding-top: 80px;
  padding-bottom: 0;
}

.section.blog-grid-page {
  padding-top: 80px;
}

.section.hero-blog-page, .section.blog-content {
  padding-bottom: 0;
}

.section.hero-company {
  padding-bottom: 64px;
}

.section.gallery-company {
  padding-top: 100px;
  padding-bottom: 24px;
}

.section.hero-contact-b {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.hero-pricing {
  color: var(--white);
  padding-top: 100px;
  padding-bottom: 16px;
  position: relative;
}

.section.features-content {
  padding-top: 80px;
}

.section.hero-sales {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section.included-section {
  background-color: var(--white);
  padding-top: 100px;
}

.main-container {
  max-width: 1390px;
  padding-left: 24px;
  padding-right: 24px;
}

.grid-hero-home-a {
  grid-template-rows: auto;
  grid-template-columns: .6fr .4fr;
}

.left-hero-home-a {
  max-width: 680px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 260px;
  display: flex;
}

.mega-h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proximanova, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 110%;
}

.subtitle {
  font-family: Proximanova, sans-serif;
  font-size: 24px;
  line-height: 125%;
}

.subtitle.mg-top-16 {
  margin-top: 16px;
}

.limit-580 {
  width: 100%;
  max-width: 580px;
}

.cta-flex-hero-home-a {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.cta {
  height: 52px;
  background-color: var(--dark);
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  border-radius: 50px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  font-family: Proximanova, sans-serif;
  line-height: 18px;
  transition: background-color .2s;
  display: flex;
  overflow: visible;
}

.cta:hover {
  background-color: var(--rojo);
}

.cta.outline {
  border: 1px solid var(--accent);
  color: var(--dark);
  background-color: rgba(66, 75, 209, 0);
}

.cta.outline:hover {
  background-color: rgba(66, 75, 209, .1);
}

.cta.outline.pricing-outline {
  margin-top: 24px;
  margin-bottom: 24px;
}

.cta.navbar-cta {
  height: 44px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  transition: background-color .2s;
}

.cta.white {
  background-color: var(--white);
  color: var(--accent);
}

.cta.white-outline {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: rgba(66, 75, 209, 0);
}

.cta.newlsetter-blog-hero {
  min-width: 180px;
  position: absolute;
  right: 3px;
}

.cta.log-in-with {
  grid-column-gap: 12px;
  border: 1px solid var(--accent);
  color: var(--dark);
  text-align: center;
  background-color: rgba(66, 75, 209, 0);
  text-decoration: none;
}

.cta.pricing-cta {
  margin-top: 24px;
  margin-bottom: 24px;
}

.wrap-image-hero-home-a {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-hero-home-a {
  height: 100%;
  max-width: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.grid-image-mockup-feature-a {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .52fr .48fr;
}

.left-image-mockup-a {
  min-height: 700px;
  position: relative;
}

.image-image-mockup-section {
  width: 90%;
  height: 90%;
  object-fit: cover;
  border-radius: 30px;
}

.mockup-image-mockup-section {
  height: 75%;
  max-height: 570px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.right-image-mockup-a {
  width: 100%;
  max-width: 520px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 120px;
  display: flex;
}

.paragraph-big {
  margin-top: 45px;
  font-size: 20px;
  line-height: 140%;
}

.paragraph-big.mg-top-16 {
  margin-top: 16px;
  padding-bottom: 0;
  font-family: Proximanova, sans-serif;
  font-weight: 300;
}

.cta-wrap-image-mockup-a {
  margin-top: 18px;
}

.wrap-instal-app {
  grid-column-gap: 12px;
  flex-direction: row;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.link-block-install-app {
  height: 48px;
}

.icon-instal-app {
  height: 100%;
}

.limit-1032 {
  width: 100%;
  max-width: 1032px;
}

.mega-h2 {
  text-align: left;
  letter-spacing: -.08px;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 700;
}

.grid-master-two-ui {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  margin-top: 72px;
}

.grid-inside-two-ui {
  z-index: 1;
  grid-column-gap: 32px;
  grid-template-rows: auto;
  position: relative;
}

.image-two-ui {
  width: 100%;
  border: 1px solid var(--accent);
  border-radius: 24px;
}

.right-two-ui {
  width: 100%;
  max-width: 500px;
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 64px;
  padding-bottom: 160px;
  display: flex;
}

.cta-flex-two-ui {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.color-fill-two-ui {
  height: 140px;
  background-color: var(--background);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.master-scroll-features {
  flex-direction: column;
  display: flex;
  position: relative;
}

.grid-wide-feature {
  width: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .57fr .43fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-wide-feature.reversed-grid {
  grid-template-columns: 2.07fr;
  grid-auto-flow: row;
}

.content-wrap-wide-feature {
  max-width: 775px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.limit-500 {
  width: 100%;
  max-width: 500px;
}

.grid-widea-feature-icons {
  width: 100%;
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 56px;
}

.wrap-widea-feature-icon {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-wide-feature {
  width: 40px;
  height: 40px;
}

.paragraph-regular-500-weight {
  font-weight: 500;
}

.image-wide-feature {
  width: 80%;
  aspect-ratio: auto;
  object-fit: fill;
}

.limit-775 {
  width: 100%;
  max-width: 775px;
}

.master-testimonials-slider {
  margin-top: 80px;
  position: relative;
}

.slider-testimonials {
  width: 40%;
  height: auto;
  background-color: rgba(221, 221, 221, 0);
  position: static;
}

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

.mask-testimonials {
  height: auto;
  position: static;
  overflow: visible;
}

.slide-testimonials {
  height: auto;
  margin-right: 32px;
}

.tile-testimonials {
  grid-row-gap: 56px;
  background-color: var(--white);
  color: var(--dark);
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 56px;
  display: flex;
}

.tile-testimonials.moving-testimonial {
  max-width: 545px;
  flex: none;
}

.icon-testimonials {
  height: 70px;
}

.text-testimonials-tile {
  font-size: 40px;
  line-height: 141%;
}

.text-name-testimonial-tile {
  margin-top: 16px;
  font-weight: 500;
}

.arrow-testimonials-slider {
  width: 64px;
  height: 64px;
  background-color: rgba(255, 255, 255, .3);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  transition: background-color .2s;
  display: flex;
  top: -148px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.arrow-testimonials-slider:hover {
  background-color: rgba(255, 255, 255, .5);
}

.arrow-testimonials-slider.left-arrow {
  padding-left: 0;
  padding-right: 2px;
  right: 72px;
}

.wrap-sub-testimonials-slider {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.text-sub-testimonials-slider {
  font-size: 24px;
  line-height: 120%;
}

.divider-sub-testimonials-slider {
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, .2);
}

.grid-master-features-halves {
  grid-column-gap: 32px;
  grid-template-rows: auto;
}

.content-wrap-feautures-halves {
  width: 100%;
  max-width: 460px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proximanova, sans-serif;
  font-weight: 600;
}

.grid-inside-features-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.tile-feature-small {
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 32px;
  display: flex;
}

.tile-feature-small.highlighted-feature {
  background-color: var(--dark);
  color: var(--white);
}

.circle-small-feature-icon {
  width: 48px;
  height: 48px;
  background-color: #ecedfa;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-small-feature {
  width: 24px;
  height: 24px;
}

.top-small-feature {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.limit-890 {
  width: 100%;
  max-width: 890px;
}

.image-community {
  width: 100%;
  border-radius: 4px;
  margin-top: 64px;
}

.color-fill-community {
  z-index: -1;
  height: 50%;
  background-color: var(--accent);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bottom-commnuity {
  color: var(--dark);
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
  display: flex;
}

.left-bottom-community {
  max-width: 775px;
}

.divider-community {
  width: 100%;
  height: 1px;
  background-color: rgba(40, 41, 67, .2);
  margin-top: 80px;
}

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

.waves-circle-blog-1 {
  width: 4px;
  height: 4px;
  background-color: #131313;
  border-radius: 50%;
}

.image-blog-thirds {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.legal-footer {
  font-size: 16px;
  line-height: 130%;
}

.image-wrap-blog-thirds {
  border-radius: 12px;
  padding-top: 62%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tile-blog-a {
  grid-row-gap: 32px;
  color: var(--dark);
  flex-direction: column;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.tile-blog-a:hover {
  transform: scale(.98);
}

.heading-links-footer {
  font-size: 18px;
  font-style: normal;
  line-height: 130%;
  text-decoration: underline;
}

.wrap-blog-details {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.waves-bottom-blog-1 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-blog-thirds {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 48px;
  display: grid;
}

.text-blog-details-small {
  font-size: 16px;
}

.cta-flex-blog-thirds {
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.footer {
  background-color: var(--white);
  border-top: 1px solid rgba(40, 41, 67, .1);
  padding-top: 88px;
  padding-bottom: 32px;
}

.wrap-links-footer {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.brand-link-footer {
  height: 40px;
}

.top-left-footer {
  max-width: 350px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-column-links-footer-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-top-right-footer-2 {
  grid-column-gap: 100px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.brand-image-footer {
  height: 250%;
}

.link-footer {
  color: var(--dark);
  text-decoration: underline;
}

.top-footer {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.divider-footer {
  width: 100%;
  height: 1px;
  background-color: rgba(40, 41, 67, .2);
  margin-top: 80px;
  margin-bottom: 32px;
}

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

.bottom-right-footer {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.icon-social-footer {
  width: 24px;
  height: 24px;
}

.title-wrap-hero-home-b {
  width: 100%;
  max-width: 690px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-flex-hero-home-b {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.section-big-globe {
  padding-top: 40px;
  padding-bottom: 80px;
  position: relative;
}

.master-globe-image {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-globe-color-fill {
  z-index: -1;
  height: 50%;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-globe-curve-fill {
  width: 100%;
}

.color-fill-globe {
  background-color: var(--accent);
  flex: 1;
}

.grid-image-mockup-feature-b {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .52fr .48fr;
}

.left-image-mockup-b {
  min-height: 700px;
  position: relative;
}

.right-image-mockup-b {
  width: 100%;
  max-width: 520px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.grid-stats-image-mockup-b {
  width: 100%;
  max-width: 470px;
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 24px;
}

.single-stat-left {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-stat {
  font-size: 52px;
  line-height: 120%;
}

.cta-flex-image-mockup-b {
  margin-top: 16px;
}

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

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

.limit-1150 {
  width: 100%;
  max-width: 1150px;
}

.tab-pane, .tabs-mask {
  width: 100%;
}

.tabs-mask.padding-mask {
  padding-top: 0;
  padding-bottom: 32px;
}

.tabs-features {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #0b2471;
  background-color: #f7f8fe;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 6px;
  display: flex;
}

.tabs-menu.grey-menu {
  background-color: #ededed;
}

.paragraph-mega {
  font-size: 20px;
  line-height: 132%;
}

.tab-link {
  width: 180px;
  min-height: 40px;
  text-align: center;
  background-color: #f7f8fe;
  border-radius: 80px;
  padding: 4px 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.tab-link.w--current {
  color: #ebebeb;
  background-color: #255cff;
  font-weight: 500;
}

.tab-link.grey-link {
  background-color: #ededed;
}

.tab-link.grey-link.w--current {
  background-color: var(--accent);
}

.content-halves-features {
  max-width: 598px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.master-moving-testimonials {
  width: 100vw;
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 80px;
  display: flex;
}

.single-moving-testimonials {
  grid-column-gap: 32px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.grid-stats-wide {
  width: 100%;
  max-width: 1120px;
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.grid-stats-wide.accent-stats {
  color: var(--accent);
}

.grid-stats-wide.stats-creative {
  margin-top: 64px;
}

.single-center-stat {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.divider-after-moving-testimonials {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .2);
  margin-top: 100px;
}

.background-video-wrap-home-b {
  margin-top: 64px;
  position: relative;
}

.background-video-home-b {
  z-index: 1;
  height: 80vh;
  max-height: 800px;
  border-radius: 16px;
  overflow: hidden;
}

.play-link-video-home-b {
  z-index: 10;
  width: 140px;
  height: 140px;
  transition: transform .2s;
  position: absolute;
  top: -70px;
  bottom: auto;
  left: auto;
  right: 120px;
}

.play-link-video-home-b:hover {
  transform: scale(1.05);
}

.play-image-video-home-b {
  width: 100%;
  height: 100%;
}

.grid-sticky-features {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .58fr .42fr;
}

.master-stickty-content-features {
  position: relative;
}

.sticky-wrap-features {
  max-width: 780px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
}

.cta-flex-sticky-features {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.right-sticky-features {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.flex-heading-text-sides {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.left-heading-text-flex {
  width: 100%;
  max-width: 720px;
}

.right-heading-text-flex {
  max-width: 330px;
}

.master-moving-ui {
  width: 100vw;
  height: 486px;
  grid-column-gap: 32px;
  justify-content: flex-start;
  margin-top: 80px;
  display: flex;
}

.single-moving-ui {
  grid-column-gap: 32px;
  flex: none;
  align-items: center;
  display: flex;
}

.image-moving-ui {
  height: 100%;
  border-radius: 40px;
}

.image-integrations-a {
  width: 100%;
  max-width: 550px;
}

.content-integrations-a {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cta-flex-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-flex-left.mg-top-16 {
  margin-top: 16px;
}

.cta-flex-left.mg-top-40 {
  margin-top: 40px;
}

.master-cta-box {
  width: 100%;
  color: var(--white);
  background-image: url('../images/Clouds-BG_1Clouds BG.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  padding: 160px 140px;
  position: relative;
}

.content-cta-box {
  max-width: 620px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-rocket-cta-box {
  height: 100%;
  position: absolute;
  top: 100px;
  bottom: auto;
  left: auto;
  right: 80px;
}

.list-wraper-blog-b {
  width: 100%;
  max-width: 810px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.tile-blog-b {
  grid-column-gap: 32px;
  background-color: var(--white);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 64px 24px 24px;
  text-decoration: none;
  display: flex;
}

.waves-image-blog-2 {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  flex: none;
}

.content-wrap-blog-b {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-read-more {
  color: var(--accent);
  font-size: 16px;
  font-weight: 500;
}

.list-blog-b {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.title-wrap-hero-c {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.limit-650 {
  max-width: 650px;
}

.cta-flex-hero-home-c {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.image-wrap-hero-home-c {
  z-index: 1;
  width: 100%;
  max-width: 650px;
  min-height: 720px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-hero-home-c {
  object-fit: cover;
  border-radius: 4px;
}

.color-fill-hero-home-c {
  z-index: 0;
  height: 450px;
  background-color: var(--background);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-isometric-mockups {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .52fr .48fr;
}

.image-isometric-mockups {
  width: 100%;
  max-width: 580px;
}

.right-isometric-mockup {
  width: 100%;
  max-width: 520px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-small-features-fourths {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-small-features-fourths.home-c-small-features {
  margin-top: 100px;
}

.grid-integrations-b {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .59fr .41fr;
}

.content-integrations-b {
  max-width: 650px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-integrations-b {
  width: 100%;
  max-width: 490px;
}

.master-mega-testimonial {
  width: 100%;
  max-width: 1187px;
  grid-row-gap: 72px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-mega-testimonial {
  font-family: General Sans, sans-serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 120%;
}

.bottom-mega-testimonial {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.left-bottom-mega-testimonial {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lightbox-testimonial {
  text-decoration: none;
}

.icon-mega-testiomnial {
  height: 64px;
}

.wrap-mega-testimonial-name {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-name-mega-testimonial {
  font-size: 24px;
  line-height: 110%;
}

.text-position-mega-testimonial {
  opacity: .8;
  font-weight: 500;
}

.list-wraper-features-grid {
  margin-top: 56px;
}

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

.tile-feauture-thirds {
  grid-row-gap: 32px;
  background-color: var(--white);
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  padding: 48px;
  text-decoration: none;
  display: flex;
}

.icon-feature-thirds {
  width: 100%;
  max-height: 160px;
  object-fit: contain;
}

.content-wrap-feature-thirds {
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 16px;
  display: flex;
}

.cta-flex-features-home-c {
  flex-direction: column;
  align-items: center;
  margin-top: 56px;
  display: flex;
}

.master-moving-small-features {
  width: 100vw;
  grid-column-gap: 32px;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.single-moving-small-features {
  grid-column-gap: 32px;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.tile-moving-small-feature {
  width: 100%;
  max-width: 480px;
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  padding: 40px 32px;
  display: flex;
}

.grid-app-cta {
  grid-column-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: .41fr .59fr;
}

.image-phone-cta {
  width: 90%;
  max-width: 350px;
}

.content-wrap-phone-cta {
  width: 100%;
  max-width: 630px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cta-flex-phone-cta {
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.grid-get-started-thirds {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.tile-get-started {
  grid-row-gap: 32px;
  color: var(--white);
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-get-started {
  width: 100%;
  border-radius: 12px;
}

.text-wrap-get-started {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.limit-880 {
  width: 100%;
  max-width: 880px;
}

.grid-team-thirds {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.tile-team {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.image-team {
  border-radius: 16px;
}

.name-wrap-team {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.master-stats-creative {
  position: relative;
}

.divider-stats-creative {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .2);
}

.inside-stats-creative {
  width: 70%;
}

.image-stats-creative {
  width: 24%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.title-wrap-hero-features {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.cta-flex-features-hero {
  margin-top: 16px;
}

.grid-features-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.tile-features-halves {
  grid-column-gap: 40px;
  background-color: var(--white);
  border-radius: 16px;
  align-items: flex-start;
  padding: 52px;
  text-decoration: none;
  display: flex;
}

.icon-features-halves {
  width: 120px;
  flex: none;
}

.right-features-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-features-halves {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 110%;
}

.list-checks {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.single-check {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.faq-paragraph {
  margin-bottom: 0;
  padding-top: 16px;
}

.plus-line {
  width: 18px;
  height: 2px;
  background-color: var(--dark);
  border-radius: 1px;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

.expandable-bottom {
  width: 90%;
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.expandable-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-h3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 20px;
}

.plus-expand-master {
  width: 54px;
  height: 54px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.expandable-master {
  width: 100%;
  max-width: 720px;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.expandable-single {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 12px;
  padding: 24px 24px 24px 32px;
}

.list-big-features {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.list-wrapper-big-features {
  width: 100%;
  max-width: 1122px;
  margin-left: auto;
  margin-right: auto;
}

.master-big-feature {
  grid-row-gap: 40px;
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  padding: 80px 120px;
  display: flex;
}

.icon-big-feature {
  width: 100%;
  max-width: 400px;
}

.content-wrap-big-feature {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-big-feature-extra-icons {
  width: 100%;
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 16px;
  margin-bottom: 16px;
}

.wrap-big-feature-extra-icon {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta-flex-blog-single {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.text-heading-3 {
  font-family: General Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}

.master-feature-hero {
  grid-row-gap: 40px;
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-feature-hero {
  width: 100%;
  max-width: 400px;
}

.wrap-feature-title {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-feature-hero-extra-icons {
  width: 100%;
  max-width: 1000px;
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
}

.wrap-extra-icon-feature-hero {
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 64px;
  display: flex;
}

.icon-pricing-check {
  width: 24px;
  height: 24px;
}

.master-checks-feature-page {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sticky-feature {
  width: 100%;
  max-width: 460px;
  grid-row-gap: 24px;
  color: #0b2471;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  padding: 40px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.columns-feature {
  display: flex;
}

.right-feature-columns {
  flex-direction: column;
  align-items: flex-end;
  padding-left: 64px;
  display: flex;
}

.text-sticky-heading {
  flex: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 135%;
}

.text-sticky-heading.small-letters {
  text-transform: lowercase;
  flex: none;
  font-size: 20px;
}

.single-pricing-check {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-get-started {
  grid-column-gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-heading-cta-sides {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.master-more-features-grid {
  margin-top: 64px;
}

.title-wrap-blog-hero {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-block-newsletter-blog-hero {
  width: 100%;
  max-width: 440px;
  margin-top: 24px;
  margin-bottom: 0;
}

.form-newsletter-blog-hero {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-field {
  height: 52px;
  color: var(--dark);
  border: 1px solid #e3e3e3;
  border-radius: 56px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  font-size: 16px;
}

.text-field:focus {
  border-color: var(--accent);
}

.text-field::-ms-input-placeholder {
  color: rgba(40, 41, 67, .6);
}

.text-field::placeholder {
  color: rgba(40, 41, 67, .6);
}

.text-field.newsletter-blog-hero {
  width: 100%;
  height: 56px;
  margin-bottom: 0;
}

.text-field.text-area {
  height: 120px;
  border-radius: 12px;
  padding-top: 16px;
}

.text-field.checkout-field {
  height: 48px;
  margin-bottom: 16px;
}

.text-field.mg-bottom-16 {
  margin-bottom: 16px;
}

.blog-grid-wrap-blog-page {
  margin-top: 32px;
}

.wrap-minute-read {
  grid-column-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.space-after-cta-box {
  height: 100px;
}

.hero-wrap-blog-hero {
  width: 100%;
  max-width: 1240px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-hero-blog {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
  border-radius: 12px;
  margin-top: 80px;
}

.columns-blog-page {
  display: flex;
}

.sticky-blog {
  width: 100%;
  max-width: 460px;
  grid-row-gap: 16px;
  color: #0b2471;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.right-blog {
  flex-direction: column;
  align-items: flex-end;
  padding-left: 64px;
  display: flex;
}

.paragraph-small {
  font-size: 16px;
}

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

.form-newsletter-sicky {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.divider-blog-page {
  width: 100%;
  height: 1px;
  background-color: rgba(40, 41, 67, .3);
  margin-top: 120px;
}

.wrap-other-articles {
  margin-top: 40px;
}

.title-wrap-hero-company {
  max-width: 880px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrap-gallery {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.grid-gallery {
  width: 130vw;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .7fr;
  margin-bottom: 24px;
}

.grid-gallery.bottom-grid {
  margin-bottom: 0;
}

.image-wrap-gallery {
  max-height: 400px;
  border-radius: 8px;
  padding-top: 64%;
  position: relative;
  overflow: hidden;
}

.image-gallery {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.waves-small-image-wrap-gallery-2 {
  max-height: 400px;
  border-radius: 4px;
  padding-top: 64%;
  position: relative;
}

.video-company-gallery {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.master-quote-ceo {
  max-width: 1130px;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.master-ceo-wrap {
  grid-column-gap: 24px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-ceo {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
}

.wrap-ceo-name {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-office-b {
  width: 100%;
  border-radius: 12px;
}

.circle-link-office {
  width: 44px;
  height: 44px;
  background-color: var(--accent);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
}

.circle-link-office:hover {
  background-color: var(--dark);
}

.office-links-wrap-about-b {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.office-details-wrap-about-b {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bottom-wrap-office-b {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-tile-contact-a {
  width: 100%;
  max-width: 510px;
  color: #0b2471;
  background-color: #fff;
  border-radius: 24px;
  padding: 40px;
}

.grid-offices {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 48px;
  display: grid;
}

.icon-circle-link {
  width: 22px;
  height: 22px;
}

.link-social {
  width: 56px;
  height: 56px;
  background-color: rgba(250, 235, 227, 0);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
}

.link-social:hover {
  background-color: rgba(250, 235, 227, .2);
}

.success-message {
  background-color: var(--background);
  border: 1px solid rgba(11, 36, 113, .1);
  border-radius: 16px;
}

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

.form-contact-a {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.divider-contact {
  width: 100%;
  height: 1px;
  max-width: 400px;
  background-color: rgba(255, 255, 255, .2);
}

.link-contact {
  grid-column-gap: 16px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.input-wrap {
  flex: 1;
}

.right-side-contact-link {
  grid-row-gap: 2px;
  flex-direction: column;
  margin-left: 0;
  display: flex;
}

.text-contact-detail {
  margin: 0;
}

.circle-link-contact {
  width: 64px;
  height: 64px;
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-contact-section {
  width: 24px;
  height: 24px;
}

.socials-grid {
  grid-column-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto 1fr;
  display: flex;
}

.left-wrap-contact-section {
  max-width: 550px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.field-label {
  color: var(--dark);
  margin-bottom: 12px;
  font-weight: 400;
}

.text-contact-heading-option {
  font-size: 26px;
  font-weight: 500;
  line-height: 140%;
}

.icon-social {
  width: 32px;
  height: 32px;
}

.grid-contact-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-block-contact-a {
  margin-bottom: 0;
}

.wrap-contact-links {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-contact-thirds {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.tile-contact {
  grid-row-gap: 24px;
  background-color: var(--white);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.icon-contact-tile {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
}

.wrap-text-contact-tile {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.title-wrap-contact-b {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-message-form {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .45fr .55fr;
}

.left-send-message {
  width: 100%;
  max-width: 500px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-tile-contact-b {
  width: 100%;
  max-width: 560px;
  color: #0b2471;
  background-color: #fff;
  border-radius: 24px;
  padding: 40px;
}

.form-block-contact-b {
  margin-bottom: 0;
}

.tile-office {
  width: 100%;
  grid-row-gap: 24px;
  color: #0b2471;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.tile-get-started-dark {
  grid-row-gap: 32px;
  color: var(--dark);
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.divider-contact-c {
  width: 100%;
  height: 1px;
  background-color: rgba(40, 41, 67, .3);
  margin-top: 80px;
  margin-bottom: 80px;
}

.bottom-commnuity-video-version {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
  display: flex;
}

.master-nav-account {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-link-account {
  height: 30px;
}

.brand-account {
  height: 100%;
  max-width: none;
}

.master-grid-sign-up {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.left-sign-up {
  padding: 120px 40px;
}

.inside-left-sign-up {
  width: 100%;
  max-width: 510px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-heading-2-styles {
  text-transform: none;
  font-family: General Sans, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 110%;
}

.tile-account-form {
  width: 100%;
  grid-row-gap: 24px;
  background-color: var(--white);
  color: var(--dark);
  border-radius: 16px;
  flex-direction: column;
  margin-top: 24px;
  padding: 32px;
  display: flex;
}

.divider-account-form {
  width: 100%;
  height: 1px;
  background-color: rgba(40, 41, 67, .3);
  margin-top: 8px;
  margin-bottom: 8px;
}

.form-account {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

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

.cta-flex-account-buttons {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.text-account-bottom {
  color: var(--dark);
  text-align: center;
  font-size: 16px;
}

.image-sign-up {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.limit-account-form {
  width: 100%;
  max-width: 505px;
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto;
}

.color-fill-pricing {
  height: 50%;
  background-color: var(--accent);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.wrap-pricing-relative {
  z-index: 1;
  position: relative;
}

.master-checkboxes-pricing-tile {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-pricing {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  display: grid;
}

.divider-pricing {
  width: 100%;
  height: 1px;
  background-color: rgba(40, 41, 67, .3);
  margin-top: 24px;
  margin-bottom: 24px;
}

.text-price-tile {
  font-size: 22px;
  line-height: 22px;
}

.top-pricing-tile {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.master-pricing-check {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrap-price-tile {
  grid-column-gap: 6px;
  align-items: flex-end;
  display: flex;
}

.tile-pricing {
  background-color: var(--white);
  color: var(--dark);
  border-radius: 16px;
  padding: 40px;
}

.show-from-tablet-comparison {
  display: none;
}

.grid-comparison {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  padding-bottom: 24px;
}

.cell {
  min-height: 64px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell.title {
  min-height: 88px;
  border-top: 1px solid #e7e9f1;
  margin-top: 24px;
}

.cell.left {
  justify-content: flex-start;
  padding-left: 96px;
  font-size: 18px;
}

.cell.left.title {
  min-height: 88px;
  grid-column-gap: 16px;
  border-top: 1px solid #e7e9f1;
  margin-top: 24px;
  padding-left: 32px;
  font-size: 24px;
  line-height: 24px;
}

.column-pricing {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.master-comparison {
  background-color: #fff;
  border: 1px solid #e7e9f1;
  border-radius: 24px;
  margin-top: 52px;
}

.price-cell {
  margin-top: 4px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 22px;
}

.cell-top {
  min-height: 220px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.grid-product-hero {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.left-product-hero {
  max-width: 520px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.right-product-hero {
  width: 100%;
  max-width: 400px;
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.add-to-cart {
  width: 100%;
}

.default-add-to-cart {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.master-legal {
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.image-globe-home-b {
  max-width: 25%;
  text-align: center;
  margin-left: 271px;
  padding-left: 0;
  position: relative;
}

.grid-integerations-version-one {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.wrap-team-heading {
  width: 100%;
  max-width: 880px;
}

.checkout-form {
  background-color: var(--background);
  padding: 64px 0;
}

.apple-pay {
  height: 52px;
  border-radius: 8px;
}

.block-header {
  background-color: var(--white);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.block-content {
  background-color: var(--white);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.utility-page-wrap {
  width: 100vw;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.utility-page-content {
  width: 100%;
  max-width: 400px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.icon-lock {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.title-wrap-template-hero {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.right-column-template-details {
  grid-row-gap: 32px;
  flex-direction: column;
  padding: 0 0 0 24px;
  display: flex;
}

.icon-template {
  width: 40px;
}

.tile-template-navigation {
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.color-master {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.wrap-button {
  grid-row-gap: 12px;
  background-color: rgba(227, 227, 227, .44);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.template-h2 {
  margin-top: 0;
}

.columns-template-details {
  display: flex;
}

.grid-template-deatils {
  grid-template-rows: auto;
}

.divider-typography {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, .1);
}

.tile-white-2 {
  color: #0b2471;
  background-color: #fff;
  border-radius: 24px;
  padding: 40px;
}

.tile-white-2.values-tile {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.icons-grid-template {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.tile-template-details {
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.grid-colors {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.wrap-template-detail {
  grid-row-gap: 12px;
  background-color: #f3f3f3;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.left-column-template-details {
  padding: 0;
}

.link-template-navigation {
  color: rgba(19, 19, 19, .7);
  font-size: 24px;
  font-weight: 400;
  line-height: 135%;
  text-decoration: none;
}

.link-template-navigation.w--current {
  color: #131313;
  font-weight: 500;
}

.color {
  background-color: #faebe3;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  padding-top: 100%;
}

.color.color-four {
  background-color: var(--dark);
}

.color.color-two {
  background-color: var(--background);
}

.color.color-one {
  background-color: var(--white);
}

.color.color-three {
  background-color: var(--accent);
}

.heading {
  font-family: General Sans, sans-serif;
}

.grid-tiles {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.grid-template-images {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.tile-changelog {
  width: 100%;
  max-width: 562px;
  background-color: var(--white);
  border-radius: 12px;
  padding: 40px 32px;
}

.wrap-image-sales {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-hero-sales {
  width: 100%;
  height: auto;
  max-width: 340px;
}

.left-sales-hero {
  max-width: 610px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-hero-sales {
  grid-template-rows: auto;
  grid-template-columns: .6fr .4fr;
}

.container-sales-mockups {
  max-width: 1400px;
  padding-left: 24px;
  padding-right: 24px;
}

.section-sales-mockups {
  height: 95vh;
  max-height: 900px;
  min-height: 600px;
  background-color: var(--accent);
  overflow: hidden;
}

.sales-mock-link-block {
  width: 100%;
  margin-bottom: 24px;
  transition: transform .5s;
}

.sales-mock-link-block:hover {
  transform: scale(1.03);
}

.sales-mock-image {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 12px;
  margin-bottom: 0;
}

.grid-thirds-mokckups {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-included {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.included-padding-wrap {
  width: 100%;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  display: flex;
}

.included-card {
  height: 100%;
  min-height: 340px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.included-card.figma-card {
  min-height: 0;
  grid-column-gap: 56px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  padding: 32px;
}

.wrap-figma-content {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-included {
  width: 100%;
}

.span-link {
  color: #000;
  font-weight: 700;
}

.icon-figma {
  width: 120px;
  height: 120px;
}

.master-sales-pages {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.single-sales-pages {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.grid-thirds-sales-page {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.sales-card {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: #0a0a0a;
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  box-shadow: 1px 1px 20px rgba(65, 65, 65, .05);
}

.sales-card:hover {
  transform: translate(0, -4px);
}

.image-sales-page {
  width: 100%;
  border: 1px solid rgba(28, 53, 51, .16);
  border-radius: 4px;
}

.grid-fourths-sales-fourths {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-thirds-all-features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.more-power-card {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background);
  text-align: left;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 24px;
  display: flex;
}

.flex-all-features-cta {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 52px;
  display: flex;
}

.cart-button {
  height: 44px;
  color: var(--dark);
  background-color: rgba(66, 75, 209, .11);
  border-radius: 50px;
  justify-content: center;
}

.cart-container {
  min-width: 380px;
  background-color: var(--white);
  border-radius: 12px;
}

.nav-link {
  font-family: Proximanova, sans-serif;
}

.video {
  margin-top: 40px;
}

.button {
  float: none;
  text-align: center;
  position: static;
}

.container {
  margin-top: 50px;
}

.button-2 {
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  margin-top: 20px;
}

.h2 {
  text-align: center;
  font-size: 80px;
}

.link {
  text-decoration: underline;
}

.text-block {
  margin-top: 25px;
  margin-bottom: -40px;
  padding-bottom: 0;
}

.image, .image-2, .image-3 {
  max-width: 60%;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    width: 98%;
    max-height: 85vh;
    background-color: var(--white);
    border: 1px solid rgba(19, 19, 19, .1);
    border-radius: 16px;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    overflow: scroll;
  }

  .dropdown-link {
    color: var(--dark);
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 22px;
  }

  .dropdown-toggle-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 12px;
    font-size: 22px;
    line-height: 140%;
  }

  .menu-button {
    width: 44px;
    height: 44px;
    background-color: rgba(66, 75, 209, .04);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: rgba(66, 75, 209, .16);
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .waves-dropdown-list.w--open {
    background-color: var(--background);
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .brand-link-navbar {
    padding-left: 0;
  }

  .wrap-nav-buttons {
    grid-column-gap: 8px;
  }

  .dropdown-navbar {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.scroll-feature {
    padding-top: 100px;
    padding-bottom: 100px;
    position: static;
  }

  .section.stats-creative {
    padding-bottom: 0;
  }

  .section.gallery-company, .section.features-content {
    padding-top: 40px;
  }

  .grid-hero-home-a {
    grid-template-columns: 1fr;
  }

  .left-hero-home-a {
    text-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .mega-h1 {
    font-size: 90px;
  }

  .wrap-image-hero-home-a {
    max-width: 210px;
    min-height: 300px;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-hero-home-a {
    width: 100%;
    height: auto;
    display: block;
    position: static;
  }

  .grid-image-mockup-feature-a {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .left-image-mockup-a {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .right-image-mockup-a {
    text-align: center;
    align-items: center;
    padding-top: 0;
  }

  .mega-h2 {
    margin-top: 40px;
    font-size: 56px;
  }

  .grid-master-two-ui {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    margin-top: 56px;
  }

  .right-two-ui {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-wide-feature {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-wide-feature.reversed-grid {
    grid-template-columns: 1fr;
  }

  .content-wrap-wide-feature {
    text-align: center;
    align-items: center;
  }

  .wrap-widea-feature-icon {
    align-items: center;
  }

  .image-wide-feature {
    max-width: 350px;
  }

  .slider-testimonials {
    width: 70%;
  }

  .tile-testimonials {
    padding: 40px;
  }

  .icon-testimonials {
    height: 60px;
  }

  .text-testimonials-tile {
    font-size: 32px;
  }

  .arrow-testimonials-slider {
    top: auto;
    bottom: -105px;
    left: auto;
    right: 0%;
  }

  .grid-master-features-halves {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .content-wrap-feautures-halves {
    max-width: 580px;
    text-align: center;
    align-items: center;
  }

  .no-margins.center-tablet {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .bottom-commnuity {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .grid-blog-thirds {
    width: 100%;
    max-width: 480px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .top-left-footer {
    text-align: center;
    align-items: center;
  }

  .top-footer {
    grid-row-gap: 64px;
    flex-direction: column;
    align-items: center;
  }

  .bottom-footer {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
  }

  .master-globe-image {
    max-width: 530px;
  }

  .grid-image-mockup-feature-b {
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .left-image-mockup-b {
    width: 100%;
    max-width: 600px;
  }

  .right-image-mockup-b {
    text-align: center;
    align-items: center;
    padding-bottom: 0;
  }

  .single-stat-left {
    align-items: center;
  }

  .cta-flex-image-mockup-b {
    margin-top: 40px;
  }

  .grid-stats-wide {
    max-width: 640px;
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-stats-wide.stats-creative {
    max-width: none;
  }

  .background-video-home-b {
    height: 60vh;
    max-height: 440px;
  }

  .play-link-video-home-b {
    width: 100px;
    height: 100px;
    top: -50px;
    right: 50px;
  }

  .grid-sticky-features {
    grid-column-gap: 32px;
    grid-template-columns: .5fr .5fr;
  }

  .flex-heading-text-sides {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .right-heading-text-flex {
    width: 100%;
    max-width: 600px;
  }

  .master-moving-ui {
    height: 40vw;
  }

  .image-integrations-a {
    max-width: 430px;
  }

  .content-integrations-a {
    width: 100%;
    max-width: 560px;
    text-align: center;
    align-items: center;
  }

  .master-cta-box {
    padding: 90px 64px;
  }

  .content-cta-box {
    max-width: 50%;
  }

  .image-rocket-cta-box {
    width: 40%;
    height: auto;
    max-width: 230px;
  }

  .image-wrap-hero-home-c {
    height: 80vw;
    min-height: 0;
  }

  .image-hero-home-c {
    width: 100%;
    height: 100%;
  }

  .color-fill-hero-home-c {
    height: 18%;
  }

  .grid-isometric-mockups {
    grid-template-columns: 1fr;
  }

  .image-isometric-mockups {
    max-width: 400px;
  }

  .right-isometric-mockup {
    text-align: center;
    align-items: center;
  }

  .grid-small-features-fourths, .grid-small-features-fourths.home-c-small-features {
    grid-template-columns: 1fr 1fr;
  }

  .grid-integrations-b {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .content-integrations-b {
    text-align: center;
    align-items: center;
  }

  .image-integrations-b {
    max-width: 380px;
  }

  .text-mega-testimonial {
    font-size: 54px;
  }

  .grid-features-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .grid-get-started-thirds {
    width: 100%;
    max-width: 460px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .master-stats-creative {
    grid-row-gap: 64px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .inside-stats-creative {
    width: 100%;
  }

  .image-stats-creative {
    width: 60%;
    max-width: 320px;
    margin-bottom: -65px;
    position: static;
  }

  .title-wrap-hero-features {
    padding-bottom: 20px;
  }

  .grid-features-halves {
    grid-template-columns: 1fr;
  }

  .expandable-master {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .expandable-single {
    padding-right: 4px;
  }

  .master-big-feature {
    padding: 64px;
  }

  .icon-big-feature {
    max-width: 350px;
  }

  .grid-feature-hero-extra-icons {
    grid-column-gap: 24px;
  }

  .wrap-extra-icon-feature-hero {
    padding: 24px;
  }

  .sticky-feature {
    max-width: none;
  }

  .columns-feature {
    width: 100%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .left-feature-columns {
    padding-left: 40px;
    padding-right: 40px;
  }

  .right-feature-columns {
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .columns-blog-page {
    width: 100%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .sticky-blog {
    max-width: none;
  }

  .right-blog {
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .left-blog {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-offices {
    width: 100%;
    max-width: 480px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .input-wrap, .right-side-contact-link {
    text-align: left;
  }

  .left-wrap-contact-section {
    width: 100%;
    text-align: center;
    align-items: center;
    padding-right: 24px;
  }

  .grid-contact-halves {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-contact-thirds {
    width: 100%;
    max-width: 400px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .form-tile-contact-b, .tile-office {
    padding: 32px;
  }

  .brand-link-account {
    padding-left: 0;
  }

  .master-grid-sign-up {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .left-sign-up {
    padding-top: 0;
  }

  .inside-left-sign-up {
    text-align: center;
    align-items: center;
  }

  .image-sign-up {
    height: auto;
    max-height: 380px;
    object-position: 50% 43%;
  }

  .grid-pricing {
    width: 100%;
    max-width: 540px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .show-from-tablet-comparison {
    display: block;
  }

  .grid-comparison {
    flex-direction: column;
    display: flex;
  }

  .cell {
    min-height: 0;
    grid-column-gap: 12px;
    grid-row-gap: 16px;
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 20px;
  }

  .cell.empty, .cell.title, .column-pricing.first-column {
    display: none;
  }

  .cell-top {
    border-top: 1px solid #e7e9f1;
    margin-top: 40px;
    position: static;
  }

  .cell-top.first-cell-top {
    border-top-style: none;
  }

  .grid-product-hero {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .left-product-hero {
    text-align: center;
    align-items: center;
  }

  .grid-integerations-version-one {
    grid-template-columns: 1fr;
  }

  .list-wrapper-features-halves {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .right-column-template-details {
    padding: 0;
  }

  .columns-template-details {
    flex-direction: column;
  }

  .left-column-template-details {
    display: none;
  }

  .tile-changelog {
    padding-right: 4px;
  }

  .wrap-image-sales {
    max-width: 210px;
    min-height: 300px;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .image-hero-sales {
    width: 100%;
    height: auto;
    display: block;
    position: static;
  }

  .left-sales-hero {
    text-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .grid-hero-sales {
    grid-template-columns: 1fr;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

  .grid-thirds-mokckups {
    grid-template-columns: 1fr;
  }

  .grid-thirds-mokckups.sales-mokcups {
    grid-template-columns: 1fr 1fr;
  }

  .included-card {
    min-height: 260px;
  }

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

  .grid-thirds-sales-page {
    width: 100%;
    max-width: 400px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .sales-card {
    padding: 16px;
  }

  .grid-fourths-sales-fourths {
    grid-template-columns: 1fr 1fr;
  }

  .grid-thirds-all-features {
    grid-template-columns: 1fr;
  }

  .inside-nav-button {
    width: 100%;
    height: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 40px;
  }

  .container-navbar {
    padding-left: 12px;
    padding-right: 12px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.hero-home-a {
    padding-top: 60px;
  }

  .section.accent.testimonials-slider-section {
    padding-top: 100px;
  }

  .section.community {
    padding-top: 80px;
  }

  .section.blog-content {
    padding-top: 48px;
  }

  .section.hero-sales {
    padding-top: 60px;
  }

  .mega-h1 {
    font-size: 62px;
  }

  .subtitle {
    font-size: 22px;
  }

  .left-image-mockup-a {
    max-width: 500px;
  }

  .paragraph-big {
    font-size: 19px;
  }

  .mega-h2 {
    margin-top: 40px;
    font-size: 44px;
  }

  .grid-master-two-ui {
    margin-top: 32px;
  }

  .slider-testimonials {
    width: 84%;
  }

  .tile-testimonials {
    grid-row-gap: 40px;
  }

  .tile-testimonials.moving-testimonial {
    max-width: 390px;
  }

  .arrow-testimonials-slider {
    top: auto;
    bottom: -100px;
    left: 75px;
    right: auto;
  }

  .arrow-testimonials-slider.left-arrow {
    margin-left: 0;
    margin-right: 0;
    left: 0;
  }

  .wrap-sub-testimonials-slider {
    margin-top: 140px;
  }

  .text-sub-testimonials-slider {
    font-size: 20px;
  }

  .image-community {
    margin-top: 40px;
  }

  .bottom-commnuity {
    margin-top: 32px;
  }

  .wrap-links-footer {
    align-items: center;
  }

  .waves-column-links-footer-2 {
    text-align: center;
    align-items: center;
  }

  .waves-top-right-footer-2 {
    grid-row-gap: 80px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .tabs-menu {
    width: 100%;
    max-width: 360px;
    border-radius: 24px;
    flex-direction: column;
  }

  .tab-link {
    width: 100%;
  }

  .content-halves-features {
    padding-left: 0;
  }

  .background-video-wrap-home-b {
    margin-top: 40px;
  }

  .background-video-home-b {
    height: auto;
    max-height: none;
    padding-top: 64%;
  }

  .play-link-video-home-b {
    width: 100px;
    height: 100px;
    top: -50px;
    right: 50px;
  }

  .grid-sticky-features {
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .master-stickty-content-features {
    display: flex;
  }

  .sticky-wrap-features {
    text-align: center;
    align-items: center;
  }

  .master-moving-ui, .single-moving-ui {
    grid-column-gap: 2vw;
  }

  .image-moving-ui {
    border-radius: 8px;
  }

  .master-cta-box {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 32px;
  }

  .image-rocket-cta-box {
    width: 36%;
    right: 32px;
  }

  .list-wraper-blog-b {
    max-width: 410px;
  }

  .tile-blog-b {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    padding-right: 24px;
  }

  .waves-image-blog-2 {
    width: 100%;
    height: 320px;
  }

  .content-wrap-blog-b {
    align-items: center;
  }

  .image-wrap-hero-home-c {
    height: 100vw;
  }

  .grid-small-features-fourths.home-c-small-features {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-mega-testimonial {
    font-size: 46px;
  }

  .grid-features-thirds {
    width: 100%;
    max-width: 400px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-app-cta {
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .image-phone-cta {
    max-width: 200px;
  }

  .content-wrap-phone-cta {
    text-align: center;
    align-items: center;
  }

  .grid-team-thirds {
    width: 100%;
    max-width: 400px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .title-wrap-hero-features {
    padding-bottom: 20px;
  }

  .tile-features-halves {
    grid-row-gap: 48px;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
  }

  .icon-features-halves {
    width: 180px;
  }

  .master-big-feature {
    padding: 40px 32px;
  }

  .grid-feature-hero-extra-icons {
    max-width: 290px;
    grid-template-columns: 1fr;
  }

  .flex-heading-cta-sides {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .image-hero-blog {
    margin-top: 48px;
  }

  .grid-gallery.top-grid {
    grid-column-gap: 16px;
    margin-bottom: 16px;
  }

  .grid-gallery.bottom-grid {
    grid-column-gap: 16px;
  }

  .form-tile-contact-a {
    padding: 32px;
  }

  .grid-offices {
    grid-template-columns: 1fr;
  }

  .left-wrap-contact-section {
    width: 100%;
    max-width: none;
    text-align: center;
    align-items: center;
    margin-bottom: 32px;
  }

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

  .grid-message-form {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .left-send-message {
    text-align: center;
    align-items: center;
  }

  .text-heading-2-styles {
    font-size: 44px;
  }

  .image-sign-up {
    max-height: 300px;
  }

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

  .wrap-team-heading {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .utility-page-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .right-column-template-details {
    padding: 0;
  }

  .columns-template-details {
    flex-direction: column;
  }

  .icons-grid-template {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tile-template-details {
    padding: 24px;
  }

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

  .left-column-template-details {
    display: none;
  }

  .tile-changelog {
    padding: 32px 24px;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

  .grid-included {
    grid-template-columns: 1fr;
  }

  .included-card.figma-card {
    text-align: center;
    flex-direction: column;
  }

  .wrap-figma-content {
    text-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 34px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.accent.feature-explenation {
    padding-top: 160px;
  }

  .section.community, .section.hero-feature {
    padding-top: 64px;
  }

  .section.hero-contact-b {
    padding-top: 80px;
  }

  .section.hero-pricing {
    padding-top: 64px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mega-h1 {
    font-size: 40px;
  }

  .subtitle {
    font-size: 20px;
  }

  .cta-flex-hero-home-a {
    width: 100%;
    max-width: 230px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
  }

  .cta.navbar-cta {
    margin: 20px 45px;
    padding-top: 10px;
    display: block;
  }

  .cta.newlsetter-blog-hero {
    width: 96%;
    top: auto;
    bottom: 4%;
    left: 2%;
    right: 0%;
  }

  .wrap-image-hero-home-a {
    margin-bottom: -100px;
  }

  .left-image-mockup-a {
    height: 110vw;
    min-height: 0;
  }

  .mockup-image-mockup-section {
    height: 82%;
  }

  .right-image-mockup-a {
    grid-row-gap: 16px;
  }

  .wrap-instal-app {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .mega-h2 {
    margin-top: 40px;
    font-size: 33px;
  }

  .grid-inside-two-ui {
    grid-template-columns: 1fr;
  }

  .right-two-ui {
    grid-row-gap: 32px;
  }

  .cta-flex-two-ui {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .grid-widea-feature-icons {
    max-width: 210px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .slider-testimonials {
    width: 100%;
  }

  .tile-testimonials {
    grid-row-gap: 24px;
  }

  .icon-testimonials {
    height: 48px;
  }

  .text-testimonials-tile {
    font-size: 24px;
  }

  .wrap-sub-testimonials-slider {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .divider-sub-testimonials-slider {
    width: 100px;
    height: 1px;
  }

  .grid-inside-features-halves {
    grid-template-columns: 1fr;
  }

  .image-community {
    height: 72vw;
    object-fit: cover;
  }

  .color-fill-community {
    height: 34%;
  }

  .cta-flex-hero-home-b {
    width: 100%;
    max-width: 240px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
  }

  .section-big-globe {
    padding-bottom: 50px;
  }

  .left-image-mockup-b {
    height: 110vw;
    min-height: 0;
  }

  .grid-stats-image-mockup-b {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .text-stat {
    font-size: 48px;
  }

  .tabs-menu {
    width: 100%;
    margin-bottom: 24px;
  }

  .tab-link {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 5vw;
    display: flex;
  }

  .grid-stats-wide.accent-stats, .grid-stats-wide.stats-creative {
    grid-template-columns: 1fr;
  }

  .background-video-home-b {
    padding-top: 120%;
  }

  .play-link-video-home-b {
    width: 80px;
    height: 80px;
    margin: auto;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .master-moving-ui {
    height: 60vw;
    margin-top: 40px;
  }

  .master-cta-box {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .content-cta-box {
    width: 100%;
    max-width: none;
    text-align: center;
    align-items: center;
  }

  .image-rocket-cta-box {
    width: 100%;
    max-width: 180px;
    margin: 48px auto -48px;
    position: static;
  }

  .list-wraper-blog-b {
    margin-top: 24px;
  }

  .tile-blog-b {
    padding: 16px;
  }

  .waves-image-blog-2 {
    height: 62vw;
  }

  .content-wrap-blog-b {
    align-items: center;
  }

  .cta-flex-hero-home-c {
    width: 100%;
    max-width: 220px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
  }

  .grid-small-features-fourths, .grid-small-features-fourths.home-c-small-features {
    grid-template-columns: 1fr;
  }

  .bottom-mega-testimonial {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .tile-feauture-thirds {
    padding: 33px;
  }

  .title-wrap-hero-features {
    padding-bottom: 20px;
  }

  .tile-features-halves {
    grid-row-gap: 32px;
    text-align: center;
    align-items: center;
    padding: 32px 24px;
  }

  .right-features-halves {
    align-items: center;
  }

  .expandable-single {
    padding: 24px;
  }

  .master-big-feature {
    grid-row-gap: 32px;
    padding: 32px 24px;
  }

  .grid-big-feature-extra-icons {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .image-feature-hero {
    width: 90%;
  }

  .sticky-feature {
    padding: 32px 24px 24px;
  }

  .left-feature-columns, .right-feature-columns {
    padding: 0;
  }

  .text-sticky-heading {
    font-size: 24px;
  }

  .form-newsletter-blog-hero {
    flex-direction: column;
  }

  .text-field.newsletter-blog-hero {
    height: 120px;
    text-align: center;
    border-radius: 32px;
    padding-bottom: 60px;
    padding-right: 24px;
  }

  .right-blog, .left-blog {
    padding: 0;
  }

  .grid-gallery.top-grid {
    width: 180vw;
    grid-column-gap: 8px;
    margin-bottom: 8px;
  }

  .grid-gallery.bottom-grid {
    width: 180vw;
    grid-column-gap: 8px;
  }

  .form-tile-contact-a {
    padding: 18px;
  }

  .text-contact-detail {
    font-size: 16px;
  }

  .socials-grid {
    grid-row-gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .left-wrap-contact-section {
    padding-right: 0;
  }

  .grid-contact-halves {
    grid-row-gap: 40px;
  }

  .wrap-contact-links {
    width: 100%;
  }

  .bottom-commnuity-video-version {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 32px;
  }

  .left-sign-up {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-heading-2-styles {
    font-size: 32px;
  }

  .tile-account-form {
    padding: 24px;
  }

  .image-sign-up {
    max-height: 220px;
  }

  .limit-account-form, .grid-pricing {
    margin-top: 32px;
  }

  .tile-pricing {
    padding: 32px;
  }

  .wrap-button {
    padding: 16px;
  }

  .grid-template-deatils {
    grid-template-columns: 1fr;
  }

  .icons-grid-template {
    grid-template-columns: 1fr 1fr;
  }

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

  .wrap-template-detail {
    padding: 16px;
  }

  .grid-tiles {
    grid-template-columns: 1fr;
  }

  .container-sales-mockups {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sales-mockups-column.second-column {
    display: none;
  }

  .sales-mockups-column.third-column {
    display: block;
  }

  .sales-mockups-column.first-column {
    display: none;
  }

  .grid-thirds-mokckups.sales-mokcups {
    grid-template-columns: 1fr;
  }

  .included-card, .sales-card, .more-power-card {
    padding: 24px;
  }

  .icon-hamburger {
    text-align: left;
  }

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

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

#w-node-_2c12faf4-6b92-c8b3-81b1-0d3e33b175e3-2532802c, #w-node-_57463364-ecdc-0c55-69cb-5b07dd08db63-2532802c, #w-node-_7a522410-f6a8-222a-ccb4-e55c3796699d-2532802c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-ba998357-5f7b-d0a1-e830-81024fa0bcab-25328031, #w-node-_786475f6-60bb-34dc-d506-a0a07dcf1c24-25328031 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3d7bc19-71ab-0748-f363-b857a556f28c-2532803e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b39566b1-6961-de2d-00a3-45a21f77571b-2532803e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_47b4ddf9-1c32-4071-abf4-9e3699a2a0d7-2532803e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7365a16c-37e6-bb9d-0012-32b6598f356c-2532803e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_5deb388f-a70c-3c7e-1683-857d95f3a238-2532803e, #w-node-a8f4e940-13b1-d9f2-132c-6a264d3b8323-2532803e, #w-node-dc8f6118-4462-bf9b-db44-8aec328f2920-2532803e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34bd3c6c-93e4-cc81-6485-8d8ea3e53c99-2532803e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_407ce7ad-16ca-bc6f-93e0-c1f0dd621fb2-2532803e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-ee182a46-513c-93aa-8bf8-69eff3814324-2532803e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_3b45395a-0dd5-3452-3245-ffd33de339b2-2532803e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_3b45395a-0dd5-3452-3245-ffd33de3399f-2532803e, #w-node-aea426b3-33a2-3759-e899-23a028fdb580-2532803e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-aea426b3-33a2-3759-e899-23a028fdb593-2532803e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-ad05dc91-89c4-3950-6fce-beefc770d521-2532803e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_10be2c51-3e02-8403-313f-706cf06aeca7-2532803e, #w-node-_16389d5d-f161-6b72-fb94-1893d58ff479-6cb0b6a5, #w-node-_49379024-bca3-00e6-51ff-90b06c4d2dae-6cb0b6a5, #w-node-d2123ca9-9f57-4633-54c3-7822473e8559-6cb0b6a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f06550e5-1479-253e-b092-6b4b49ed88c1-6cb0b6a5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d98bea63-12ea-f171-b596-7408f9c9295a-acb351f1 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e03a9261-e3f1-d6b1-c8bf-3e1f44c350a9-44c350a6, #w-node-e03a9261-e3f1-d6b1-c8bf-3e1f44c350aa-44c350a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_16389d5d-f161-6b72-fb94-1893d58ff479-879a6ffa, #w-node-_49379024-bca3-00e6-51ff-90b06c4d2dae-879a6ffa, #w-node-d2123ca9-9f57-4633-54c3-7822473e8559-879a6ffa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f06550e5-1479-253e-b092-6b4b49ed88c1-879a6ffa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_16389d5d-f161-6b72-fb94-1893d58ff479-596fc40c, #w-node-_49379024-bca3-00e6-51ff-90b06c4d2dae-596fc40c, #w-node-d2123ca9-9f57-4633-54c3-7822473e8559-596fc40c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f06550e5-1479-253e-b092-6b4b49ed88c1-596fc40c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_16389d5d-f161-6b72-fb94-1893d58ff479-0102acbe, #w-node-_49379024-bca3-00e6-51ff-90b06c4d2dae-0102acbe, #w-node-d2123ca9-9f57-4633-54c3-7822473e8559-0102acbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f06550e5-1479-253e-b092-6b4b49ed88c1-0102acbe {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_16389d5d-f161-6b72-fb94-1893d58ff479-f0735857, #w-node-_49379024-bca3-00e6-51ff-90b06c4d2dae-f0735857, #w-node-d2123ca9-9f57-4633-54c3-7822473e8559-f0735857 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f06550e5-1479-253e-b092-6b4b49ed88c1-f0735857 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_16389d5d-f161-6b72-fb94-1893d58ff479-92d250fb, #w-node-_49379024-bca3-00e6-51ff-90b06c4d2dae-92d250fb, #w-node-d2123ca9-9f57-4633-54c3-7822473e8559-92d250fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f06550e5-1479-253e-b092-6b4b49ed88c1-92d250fb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e3d7bc19-71ab-0748-f363-b857a556f28c-1bb592d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b39566b1-6961-de2d-00a3-45a21f77571b-1bb592d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_47b4ddf9-1c32-4071-abf4-9e3699a2a0d7-1bb592d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7365a16c-37e6-bb9d-0012-32b6598f356c-1bb592d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_5deb388f-a70c-3c7e-1683-857d95f3a238-1bb592d1, #w-node-a8f4e940-13b1-d9f2-132c-6a264d3b8323-1bb592d1, #w-node-dc8f6118-4462-bf9b-db44-8aec328f2920-1bb592d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34bd3c6c-93e4-cc81-6485-8d8ea3e53c99-1bb592d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_407ce7ad-16ca-bc6f-93e0-c1f0dd621fb2-1bb592d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-ee182a46-513c-93aa-8bf8-69eff3814324-1bb592d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_3b45395a-0dd5-3452-3245-ffd33de339b2-1bb592d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_3b45395a-0dd5-3452-3245-ffd33de3399f-1bb592d1, #w-node-aea426b3-33a2-3759-e899-23a028fdb580-1bb592d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-aea426b3-33a2-3759-e899-23a028fdb593-1bb592d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-ad05dc91-89c4-3950-6fce-beefc770d521-1bb592d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ad05dc91-89c4-3950-6fce-beefc770d54c-1bb592d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-b39566b1-6961-de2d-00a3-45a21f77571b-2532803e {
    order: -9999;
  }

  #w-node-_5deb388f-a70c-3c7e-1683-857d95f3a238-2532803e {
    order: 9999;
  }

  #w-node-ee182a46-513c-93aa-8bf8-69eff3814324-2532803e, #w-node-_3b45395a-0dd5-3452-3245-ffd33de339b2-2532803e, #w-node-aea426b3-33a2-3759-e899-23a028fdb593-2532803e {
    order: -9999;
    justify-self: center;
  }

  #w-node-ad05dc91-89c4-3950-6fce-beefc770d521-2532803e {
    justify-self: center;
  }

  #w-node-b39566b1-6961-de2d-00a3-45a21f77571b-1bb592d1 {
    order: -9999;
  }

  #w-node-_5deb388f-a70c-3c7e-1683-857d95f3a238-1bb592d1 {
    order: 9999;
  }

  #w-node-ee182a46-513c-93aa-8bf8-69eff3814324-1bb592d1, #w-node-_3b45395a-0dd5-3452-3245-ffd33de339b2-1bb592d1, #w-node-aea426b3-33a2-3759-e899-23a028fdb593-1bb592d1 {
    order: -9999;
    justify-self: center;
  }

  #w-node-ad05dc91-89c4-3950-6fce-beefc770d521-1bb592d1 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Semibold.woff2') format('woff2'), url('../fonts/ProximaNova-Semibold.eot') format('embedded-opentype'), url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Light.woff2') format('woff2'), url('../fonts/ProximaNova-Light.eot') format('embedded-opentype'), url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}