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

@font-face {
  font-family: LT Superior;
  src: url('../fonts/LTSuperior-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: LT Superior;
  src: url('../fonts/LTSuperior-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: LT Superior;
  src: url('../fonts/LTSuperior-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: LT Superior Serif;
  src: url('../fonts/LTSuperiorSerif-Bold.otf') format("opentype"), url('../fonts/LTSuperiorSerif-ExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: LT Superior Mono;
  src: url('../fonts/ltsuperiormono-semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: LT Superior Mono;
  src: url('../fonts/ltsuperiormono-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: LT Superior Mono;
  src: url('../fonts/ltsuperiormono-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: LT Superior Mono;
  src: url('../fonts/ltsuperiormono-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --light: white;
  --font--body: "LT Superior", sans-serif;
  --dark: #251e34;
  --text--text-body: 16px;
  --letter-spacing--1: -.01em;
  --heading--h1: 72px;
  --letter-spacing--4: -.04em;
  --heading--h2: 56px;
  --heading--h3: 48px;
  --heading--h4: 32px;
  --letter-spacing--3: -.03em;
  --heading--h5: 24px;
  --letter-spacing--2: -.02em;
  --heading--h6: 20px;
  --border-dark: #251e3429;
  --radius--regular: 32px;
  --text--text-small: 14px;
  --bg: #f4f3f9;
  --border-light: #ffffff29;
  --blue: #b9caf8;
  --radius--small: 16px;
  --lila: #cec6ed;
  --text--text-big: 20px;
  --font--serif: "LT Superior Serif", sans-serif;
  --font--mono: "LT Superior Mono", sans-serif;
  --text--label: 12px;
  --letter-spacing--2-0: .02em;
  --semi-transparent-light: #fff9;
  --semi-transparent-dark: #251e3499;
  --radius--round: 100vw;
  --radius--xxsmall: 8px;
  --green: #aedcb9;
  --radius--medium: 24px;
  --radius--big: 40px;
  --white\<deleted\|variable-75369ad5-5fd4-9139-b6e3-c0b27c5f1325\>: white;
  --heading--h0: 120px;
  --radius--xsmall: 12px;
  --letter-spacing--8: -.08em;
  --letter-spacing--5: -.05em;
  --letter-spacing--0: 0px;
  --letter-spacing--0-7px: .7px;
  --letter-spacing--4-0: .04em;
  --letter-spacing--8-0: .08em;
}

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

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

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

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

body {
  background-color: var(--light);
  font-family: var(--font--body);
  color: var(--dark);
  font-size: var(--text--text-body);
  letter-spacing: var(--letter-spacing--1);
  font-weight: 500;
  line-height: 150%;
}

h1 {
  font-size: var(--heading--h1);
  letter-spacing: var(--letter-spacing--4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 94.4%;
}

h2 {
  font-size: var(--heading--h2);
  letter-spacing: var(--letter-spacing--4);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 92%;
}

h3 {
  font-size: var(--heading--h3);
  letter-spacing: var(--letter-spacing--4);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 100%;
}

h4 {
  font-size: var(--heading--h4);
  letter-spacing: var(--letter-spacing--3);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 100%;
}

h5 {
  font-size: var(--heading--h5);
  letter-spacing: var(--letter-spacing--2);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 116%;
}

h6 {
  font-size: var(--heading--h6);
  letter-spacing: var(--letter-spacing--2);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 120%;
}

p {
  margin-bottom: 10px;
}

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

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

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 20px;
  line-height: 140%;
}

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

blockquote {
  border-left: 1px solid var(--border-dark);
  font-size: var(--heading--h4);
  letter-spacing: var(--letter-spacing--3);
  margin-bottom: 10px;
  padding: 10px 20px 10px 24px;
  line-height: 100%;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  display: block;
}

.template-hero-title-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cta-main {
  border-radius: var(--radius--regular);
  background-color: var(--dark);
  color: var(--light);
  font-size: var(--text--text-body);
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
  overflow: hidden;
}

.cta-main.small {
  font-size: var(--text--text-small);
  padding: 8px 16px;
  line-height: 142%;
}

.cta-main.light {
  background-color: var(--light);
  color: var(--dark);
}

.cta-main.bg-color {
  background-color: var(--bg);
  color: var(--dark);
}

.cta-main.border-light {
  background-color: var(--border-light);
}

.cta-main.blured {
  background-color: var(--border-dark);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.main-container {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.main-container.article-container {
  max-width: 755px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.main-container.case-container {
  max-width: 864px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.main-container.right-padding-8 {
  padding-right: 8px;
}

.main-container.about-a {
  max-width: 1150px;
  margin-right: 0;
}

.section {
  background-color: var(--light);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.body-article {
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.hero-home-a {
  color: var(--light);
  justify-content: flex-start;
  align-items: flex-end;
  padding: 8px;
}

.section.cta-section {
  padding: 8px;
}

.section.video-section {
  justify-content: center;
  align-items: center;
  padding: 40px 8px;
  display: flex;
}

.section.home-b-hero {
  padding-top: 84px;
  padding-bottom: 84px;
  overflow: hidden;
}

.section.feature-slider-home-b {
  z-index: 1;
  background-color: var(--blue);
  padding-top: 96px;
  padding-bottom: 96px;
  overflow: hidden;
}

.section.hero-home-c {
  border-radius: var(--radius--small);
  background-color: var(--lila);
  margin: 8px;
  padding-top: 128px;
  overflow: hidden;
}

.section.hero-pricing {
  padding-top: 128px;
  padding-bottom: 0;
}

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

.section.testimonials-home-b {
  padding-top: 0;
  padding-bottom: 96px;
}

.section.hero-service-b {
  border-radius: var(--radius--small);
  background-image: linear-gradient(90deg, var(--blue), #b9caf829);
  margin: 8px;
  padding-top: 120px;
  padding-bottom: 64px;
}

.section.hero-service-c {
  padding: 8px;
}

.section.hero-cases {
  border-radius: var(--radius--small);
  background-image: linear-gradient(90deg, var(--lila), #cec6ed29);
  margin: 8px;
  padding-top: 120px;
  padding-bottom: 64px;
}

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

.section.process-home-a {
  background-color: var(--bg);
  padding-top: 96px;
  padding-bottom: 96px;
}

.section.about-video-section {
  padding: 8px;
}

.section.features-home-b {
  background-color: var(--bg);
  padding-top: 96px;
  padding-bottom: 96px;
}

.section.testimonial-section {
  padding-top: 160px;
  padding-bottom: 160px;
  overflow: hidden;
}

.section.home-b-cases-section {
  padding-top: 0;
}

.section.hero-about-a {
  padding: 8px;
}

.section.colorful-features-section {
  border-radius: var(--radius--small);
  background-color: var(--bg);
  margin-left: 8px;
  margin-right: 8px;
  padding-top: 96px;
  padding-bottom: 96px;
  overflow: hidden;
}

.section.about-c-marquee-section {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.features-service {
  background-color: var(--bg);
  padding-top: 96px;
  padding-bottom: 96px;
  overflow: hidden;
}

.text-h3 {
  font-size: var(--heading--h3);
  letter-spacing: var(--letter-spacing--4);
  font-weight: 500;
  line-height: 100%;
}

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

.text-h4 {
  font-size: var(--heading--h4);
  letter-spacing: var(--letter-spacing--3);
  font-weight: 500;
  line-height: 100%;
}

.text-big {
  font-size: var(--text--text-big);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 140%;
}

.text-big.serif {
  font-family: var(--font--serif);
  font-weight: 400;
}

.text-h2 {
  font-size: var(--heading--h2);
  letter-spacing: var(--letter-spacing--4);
  font-weight: 500;
  line-height: 92%;
}

.text-h1 {
  z-index: 1;
  font-size: var(--heading--h1);
  letter-spacing: var(--letter-spacing--4);
  font-weight: 500;
  line-height: 94.4%;
}

.text-h6 {
  font-size: var(--heading--h6);
  letter-spacing: var(--letter-spacing--2);
  font-weight: 500;
  line-height: 120%;
}

.text-body {
  font-size: var(--text--text-body);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 150%;
}

.text-body.semibold {
  font-weight: 500;
}

.text-body.serif {
  font-family: var(--font--serif);
  font-weight: 400;
}

.label {
  font-family: var(--font--mono);
  font-size: var(--text--label);
  letter-spacing: var(--letter-spacing--2-0);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 16px;
}

.text-h5 {
  font-size: var(--heading--h5);
  letter-spacing: var(--letter-spacing--2);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 500;
  line-height: 116%;
}

.footer {
  padding-top: 80px;
  padding-bottom: 32px;
  overflow: hidden;
}

.submit-button {
  background-color: #0000;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

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

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

.master-marquees {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

.marquee-text-wrap {
  grid-column-gap: 85px;
  grid-row-gap: 85px;
  align-items: center;
  display: flex;
}

.single-text-marquee {
  grid-column-gap: 85px;
  grid-row-gap: 85px;
  flex: none;
  align-items: center;
  display: flex;
}

.marquee-logo {
  height: 30px;
}

.image-wrap-carousel {
  border: 1px solid var(--light);
  border-radius: 400px 400px 16px 16px;
  width: 100%;
  height: 360px;
  position: relative;
  overflow: hidden;
}

.delete1 {
  border-bottom: 1px solid var(--dark);
  cursor: pointer;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cta-arrow {
  justify-content: flex-start;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.submit-button-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 16px 0% auto;
}

.post-body {
  max-width: 866px;
}

.post-body img {
  border-radius: var(--radius--small);
  margin-bottom: 16px;
}

.post-body figcaption {
  font-size: var(--text--text-small);
  text-align: center;
  margin-top: 0;
  line-height: 150%;
}

.post-body p {
  font-size: var(--text--text-big);
  font-weight: 500;
  line-height: 150%;
}

.post-body figure {
  margin-bottom: 32px;
}

.post-body h5 {
  font-family: var(--font--serif);
}

.post-body h6 {
  font-family: var(--font--serif);
  font-weight: 400;
}

.post-body li {
  font-size: var(--text--text-big);
  font-style: normal;
}

.post-body blockquote {
  font-family: var(--font--body);
  font-size: var(--heading--h4);
  letter-spacing: var(--letter-spacing--3);
  font-weight: 400;
}

.image-wrap-blog {
  border-radius: var(--radius--small);
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
}

.image-wrap-blog.pinned {
  height: 480px;
}

.article-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--dark);
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.article-tile.pinned {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.article-info-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.article-heading-wrap {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.article-body-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.fact-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid var(--light);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 48px;
  padding-bottom: 48px;
  display: grid;
}

.service-tile {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.text-field {
  border: 1px solid var(--border-dark);
  border-radius: var(--radius--regular);
  background-color: var(--light);
  color: var(--dark);
  font-size: var(--text--text-body);
  width: 100%;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-weight: 500;
}

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

.text-field::placeholder {
  color: #17181c80;
}

.text-field.text-area {
  height: 169px;
}

.text-field.password {
  width: 416px;
}

.text-field.service-b {
  width: 304px;
}

.text-field.service-b::placeholder {
  color: #17181c80;
}

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

.utility-page-wrap._404-page {
  background-image: linear-gradient(90deg, var(--lila), #cec6ed29);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
}

.utility-page-wrap.password-page-wrap {
  min-height: 100vh;
  padding-top: 112px;
}

.utility-page-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.utility-page-content._404-utility {
  height: 100%;
}

.utility-page-form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.utility-page-form.password-form {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.dropdown {
  letter-spacing: var(--letter-spacing--2);
  line-height: 140%;
}

.blog-thirds {
  grid-column-gap: 25px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.related-block.hide-cms {
  display: none;
}

.policy-halves {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
}

.home-b-tab {
  background-color: var(--light);
  border-radius: 40px;
  align-items: flex-end;
  padding: 40px;
  display: flex;
}

.home-b-tab.w--current {
  background-color: var(--light);
  color: var(--light);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
}

._404-master {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.policy-body p {
  font-size: var(--text--text-big);
  font-weight: 500;
  line-height: 150%;
}

.policy-body li {
  font-size: var(--text--text-big);
  line-height: 150%;
}

.policy-sticky {
  position: sticky;
  top: 120px;
}

.headline-related {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
}

.list-item {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  border-bottom: 1px solid var(--dark);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

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

.newsletter-field-wrap {
  width: 100%;
  display: flex;
  position: relative;
}

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

.button-arrow.small {
  width: 7px;
  height: 9px;
  margin-top: -3px;
}

.password-headline {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.article-big-thumbnail {
  border-radius: var(--radius--small);
  object-fit: cover;
  width: 100%;
  height: 640px;
}

.navbar-master {
  z-index: 999;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  position: fixed;
  top: 8px;
}

.navbar-master.normal-navbar {
  padding-left: 0;
  padding-right: 0;
  top: 8px;
}

.navbar-master.sticky-navbar {
  background-color: var(--semi-transparent-light);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  padding-left: 0;
  padding-right: 0;
  display: flex;
  top: 0;
}

.opacity-50 {
  opacity: .5;
}

.footer-link {
  font-family: var(--font--serif);
  color: var(--dark);
  font-size: var(--text--text-big);
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

._404-heading {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.pw-bottom-master {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pp-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.project-card:hover {
  text-decoration: underline;
}

.brand-navbar {
  height: 100%;
}

.brand-navbar.dark {
  display: none;
}

.pw-l-eft {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 36px;
  display: flex;
}

.pw-image {
  border-radius: var(--radius--small);
  width: 100%;
  max-width: 557px;
  height: 100%;
  max-height: 848px;
  overflow: hidden;
}

.faq-paragraph {
  font-size: var(--text--text-big);
  margin-bottom: 0;
  padding-top: 24px;
}

.faq-animated-box {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.expandable-top {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.expandable-single {
  border-bottom: 1px dashed var(--semi-transparent-dark);
  cursor: pointer;
  padding-top: 24px;
  padding-bottom: 24px;
}

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

.faq-halves {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: start stretch;
  width: 100%;
}

.faq-horizontal {
  background-color: var(--dark);
  width: 12px;
  height: 1.5px;
}

.faq-vertical {
  background-color: var(--dark);
  width: 1.5px;
  height: 12px;
  position: absolute;
}

.cta-master {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.headline-home-b {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 52px;
  display: flex;
  position: relative;
}

.home-b-heading {
  max-width: 600px;
}

.office-item {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  border-bottom: 1px solid #151515;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.text-small {
  font-size: var(--text--text-small);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 142%;
}

.text-small.semibold {
  font-weight: 500;
}

.text-small.serif {
  font-family: var(--font--serif);
  font-weight: 400;
}

.error-message {
  color: #fffdfa;
  background-color: #ff5353;
}

.success-message {
  background-color: var(--bg);
  color: #151515;
  text-align: center;
}

.menu-column {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  flex: none;
  display: flex;
}

.cta-top-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.article-hero-halves {
  z-index: 1;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
}

.article-category-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.article-top-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.article-down-button {
  border: 1px solid var(--border-dark);
  border-radius: var(--radius--round);
  color: var(--lila);
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  overflow: hidden;
}

.icon-down-arrow {
  justify-content: center;
  align-items: center;
  width: 28px;
  display: flex;
}

.cart-button {
  color: var(--dark);
  background-color: #0000;
  padding: 0;
}

.navbar {
  background-color: #0000;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.navbar.no-styling {
  background-color: #0000;
  border-radius: 0;
}

.cart-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px dashed var(--semi-transparent-dark);
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.cart-container {
  border-radius: var(--radius--xxsmall);
  background-color: var(--light);
  color: var(--dark);
}

.cart-price-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.cart-info-master {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.nav-left {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cart-quantity-transparent {
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  width: 30px;
  height: auto;
  padding: 0;
}

.cart-wrapper {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #2426284d;
}

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

.cart-list {
  padding-left: 32px;
  padding-right: 32px;
}

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

.nav-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.cart-quantity {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.dropdown-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
}

.dropdown-list.w--open {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  margin-top: 50px;
  padding-top: 50px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.dropdown-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  font-size: var(--text--text-small);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

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

.cart-info-wrap {
  margin-left: 0;
}

.close-button {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.cart-header {
  border-bottom-style: none;
  padding-top: 16px;
  padding-left: 32px;
  padding-right: 32px;
}

.nav-link {
  color: var(--dark);
  font-size: var(--text--text-small);
  padding: 0;
  font-weight: 500;
  text-decoration: none;
}

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

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

.cart-footer {
  border-top-style: none;
  padding: 32px;
}

.nav-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.remove-button {
  text-decoration: underline;
}

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

.nav-container {
  border-bottom: 1px dashed var(--dark);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.nav-container.normal-nav-container {
  z-index: 2;
}

.nav-container.normal-nav-container.white-border {
  border-bottom-color: var(--semi-transparent-light);
}

.mega-menu-wrap {
  border: 1px solid var(--border-dark);
  border-radius: var(--radius--xxsmall);
  background-color: var(--light);
  transform-origin: 50% 0;
  width: 100%;
  max-width: 1085px;
  padding: 32px;
}

.mega-menu-halves {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1085px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mega-menu-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.megs-menu-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--dark);
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.menu-page-wrap {
  border-radius: var(--radius--xxsmall);
  background-color: var(--blue);
  justify-content: space-between;
  align-items: flex-end;
  width: 304px;
  height: 180px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.menu-page-image {
  width: 100%;
}

.menu-page-bottom-tile {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.menu-link {
  border-radius: var(--radius--xxsmall);
  color: var(--dark);
  font-size: var(--text--text-body);
  padding: 4px 16px 4px 8px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  transition: background-color .2s;
}

.menu-link:hover {
  background-color: var(--bg);
}

.menu-links-column {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.headline-blog {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.faq-block {
  border-top: 1px dashed var(--semi-transparent-dark);
}

.pw-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section-divider {
  border-bottom: 1px dashed var(--semi-transparent-dark);
  width: 100%;
  height: 0;
  margin-right: auto;
}

.section-divider.home-b-numbers {
  margin-bottom: 32px;
}

.section-divider.article-divider {
  border-bottom-style: solid;
  border-bottom-color: var(--border-dark);
  margin-bottom: 64px;
}

.section-divider.article-divider-2 {
  margin-top: 160px;
}

.section-divider.blog-divider {
  margin-bottom: 32px;
}

.section-divider.plan-divider {
  border-bottom-style: solid;
  border-bottom-color: var(--border-dark);
}

.section-divider.plan-divider-2 {
  border-bottom-style: solid;
  border-bottom-color: var(--border-dark);
  margin-bottom: 16px;
}

.section-divider.home-a-features {
  margin-bottom: 64px;
}

.section-divider.careers, .section-divider.career-descrption {
  margin-bottom: 32px;
}

.feature-icon-wrap {
  border-radius: var(--radius--round);
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  overflow: hidden;
}

.feature-icon-wrap.blue {
  background-image: linear-gradient(90deg, var(--blue), #b9caf829);
}

.feature-icon-wrap.lila {
  background-image: linear-gradient(90deg, var(--lila), #cec6ed29);
}

.feature-icon-wrap.green {
  background-image: linear-gradient(90deg, var(--green), #aedcb929);
}

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

.feature-bottom-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.check-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.contact-a-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.contact-a-left {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  padding-top: 32px;
  display: flex;
}

.contact-a-right {
  border-radius: var(--radius--small);
  max-width: 557px;
  height: 848px;
  overflow: hidden;
}

.headline-contact-a {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-a-address-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  place-items: start;
}

.contact-a-address-tile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-left: 1px solid var(--border-dark);
  flex-flow: column;
  padding-left: 16px;
  display: flex;
}

.contact-input-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.input-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.contact-b-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.contact-b-left {
  border-radius: var(--radius--small);
  width: 100%;
  max-width: 613px;
  height: 1000px;
  overflow: hidden;
}

.contact-b-right {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  padding-top: 128px;
  display: flex;
}

.headline-contact-b {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-info-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr;
}

.contact-info-grid.contact-c {
  width: 100%;
  max-width: 864px;
}

.contact-info-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px dashed var(--semi-transparent-dark);
  border-radius: var(--radius--small);
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.contact-icon-wrap {
  border-radius: var(--radius--round);
  background-color: var(--light);
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  overflow: hidden;
}

.contact-icon-wrap.lila {
  background-image: linear-gradient(90deg, var(--lila), #cec6ed29);
}

.contact-icon-wrap.green {
  background-image: linear-gradient(90deg, var(--green), #aedcb929);
}

.contact-icon-wrap.blue {
  background-image: linear-gradient(90deg, var(--blue), #b9caf829);
}

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

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

.master-contact-c {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.headline-contact-c {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 640px;
  display: flex;
}

.rating {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--radius--medium);
  background-color: var(--border-light);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  justify-content: flex-start;
  align-items: center;
  padding: 4px 12px 4px 4px;
  display: flex;
}

.rating.lila {
  background-image: linear-gradient(90deg, var(--lila), #cec6ed29);
}

.rating.gradient-white {
  background-image: linear-gradient(90deg, #f4f3f9, #fff0);
}

.rating-icon-wrap {
  border-radius: var(--radius--round);
  background-color: var(--light);
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  overflow: hidden;
}

.rating-icon-wrap.semi-light {
  background-color: var(--semi-transparent-light);
}

.icon-rating {
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
}

.icon-rating.blue {
  color: var(--blue);
}

.icon-rating.lila {
  color: #cec6ed;
}

.team-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.member-card {
  border-radius: var(--radius--small);
  background-color: var(--lila);
  flex-flow: row;
  width: 100%;
  height: 421px;
  position: relative;
  overflow: hidden;
}

.member-info-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--radius--small);
  background-color: var(--light);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 12px 16px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.social-link {
  color: #02012080;
  text-decoration: none;
  transition: background-color .2s;
}

.social-link:hover {
  color: var(--dark);
  object-fit: fill;
}

.promo-video {
  z-index: 1;
  border-radius: var(--radius--small);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 800px;
  display: flex;
}

.video-content-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.master-marquee-features {
  overflow: hidden;
}

.marquee-features {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.single-marquee-features {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: none;
  display: flex;
}

.feature-moving-card {
  border-radius: var(--radius--small);
  background-color: var(--bg);
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 528px;
  height: 400px;
  padding: 40px;
  display: flex;
}

.author-name-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.home-b-button-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.cta-booking {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--radius--regular);
  background-color: var(--light);
  color: var(--dark);
  justify-content: flex-start;
  align-items: center;
  padding: 6px 12px 6px 8px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.cta-booking:hover {
  background-color: var(--dark);
  color: var(--light);
}

.cta-image-wrap {
  border-radius: var(--radius--round);
  width: 28px;
  height: 28px;
  overflow: hidden;
}

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

.numbers-right {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.headline-story {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  margin-bottom: 64px;
  display: flex;
}

.heading-story {
  max-width: 864px;
}

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

.story-image-wrap {
  border-radius: var(--radius--small);
  width: 100%;
  height: 562px;
  overflow: hidden;
}

.story-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feature-halves-home-a {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.headline-about-a-features {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.feature-grid-side {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.feature-card-side {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: var(--radius--small);
  background-color: var(--light);
  outline-color: var(--semi-transparent-dark);
  outline-offset: 0px;
  outline-width: 1.5px;
  outline-style: dashed;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.cta-fixed {
  z-index: 999;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--radius--big);
  background-color: var(--white\<deleted\|variable-75369ad5-5fd4-9139-b6e3-c0b27c5f1325\>);
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px;
  display: flex;
  position: fixed;
  bottom: 32px;
  right: 16px;
  box-shadow: 0 15px 20px #02012014;
}

.icon-cta-fixed {
  width: 24px;
  height: 24px;
}

.nav-dropdown-list.w--open {
  z-index: 10043;
  background-color: #0000;
  margin-top: 0;
  padding-top: 24px;
}

.nav-cart-quantity {
  color: var(--dark);
  font-size: var(--text--text-small);
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  line-height: 142%;
}

.nav-cart-quantity.white {
  color: var(--light);
}

.nav-quantity-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-left: 5px;
  display: flex;
}

.icon-team {
  color: var(--dark);
  width: 32px;
  height: 32px;
}

.cta-video {
  z-index: 1;
  border-radius: var(--radius--small);
  background-image: linear-gradient(90deg, var(--lila), #cec6ed29);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 174px;
  padding-bottom: 174px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-faq {
  max-width: 450px;
}

.video-cover {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.products {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.products.hide-cms {
  display: none;
}

.headline-pricing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 640px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-content-tile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-content-tile.small {
  height: 20px;
}

.button-animation-hide {
  height: 24px;
  overflow: hidden;
}

.button-animation-hide.small {
  height: 16px;
}

.cta-small {
  border-radius: var(--radius--regular);
  background-color: var(--dark);
  color: var(--light);
  font-size: var(--text--text-small);
  justify-content: space-between;
  align-items: center;
  height: 36px;
  padding: 8px 12px;
  font-weight: 500;
  line-height: 142%;
  text-decoration: none;
  display: flex;
}

.cta-small.white {
  background-color: var(--light);
  color: var(--dark);
}

.navigation-label-mobile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.navigation-exand-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
  position: relative;
}

.navigation-icon-line-horizontal {
  background-color: var(--dark);
  width: 14px;
  height: 2px;
}

.navigation-icon-line-vertical {
  background-color: var(--dark);
  width: 2px;
  height: 14px;
  position: absolute;
}

.navigation-link-wrap {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: var(--light);
  flex-flow: column;
  display: flex;
}

.menu-links-wrap {
  overflow: hidden;
}

.menu-bottom-tile, .menu-cta-mobile {
  display: none;
}

.dropdown-list-inner {
  border: 1px solid var(--border-dark);
  border-radius: var(--radius--xxsmall);
  background-color: var(--light);
  transform-origin: 50% 0;
  padding: 24px;
}

.menu-divider {
  display: none;
}

.footer-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.footer-links-column {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.footer-bottom-message {
  padding-top: 32px;
}

.footer-right {
  grid-column-gap: 107px;
  grid-row-gap: 107px;
  margin-right: 75px;
  display: flex;
}

.footer-social-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.brand-link {
  height: 40px;
}

.footer-column {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  flex: none;
  display: flex;
}

.footer-last-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom-tile {
  border-top: 1px solid #02012029;
  border-bottom: 1px solid #02012029;
  margin-top: 144px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.newsletter-form-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.newsletter-field-master {
  max-width: 304px;
  position: relative;
}

.error-message-2 {
  color: #fffdfa;
  background-color: #ff5353;
  border-radius: 16px;
}

.success-message-newsletter {
  border-radius: var(--radius--xxsmall);
  background-color: var(--dark);
  color: var(--light);
  text-align: center;
  max-width: 400px;
}

.footer-halves {
  grid-template-rows: auto;
  display: grid;
}

.footer-rights-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.cta-button-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  display: flex;
}

.home-number-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--radius--round);
  background-image: linear-gradient(90deg, #f4f3f9, #fff0);
  flex-flow: column;
  padding: 28px 16px 24px 40px;
  display: flex;
}

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

.home-a-services-title {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.headline-home-a-services {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.services-tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.services-menu {
  border-radius: var(--radius--regular);
  background-color: var(--bg);
  margin-bottom: 64px;
  padding: 4px;
}

.services-tabs-content {
  width: 100%;
}

.services-tab-link {
  border-radius: var(--radius--regular);
  background-color: #0000;
  padding: 8px 16px;
}

.services-tab-link.w--current {
  background-color: var(--light);
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.testimonial-button {
  border-radius: var(--radius--round);
  background-color: var(--bg);
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  inset: auto 0 0 auto;
}

.testimonial-button.left {
  right: 80px;
}

.testimonial-right-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  display: flex;
}

.testimonial-bottom-tile {
  border-top: 1px dashed var(--semi-transparent-dark);
  padding-top: 32px;
}

.testimonial-image-mask {
  background-color: #f8f7f5;
  position: absolute;
  inset: auto 0% 0%;
}

.testimonial-text-overlay {
  background-color: var(--light);
  position: absolute;
  inset: auto 0% 0%;
}

.testimonial-text-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  padding-bottom: 8px;
  display: flex;
  position: relative;
}

.testimonial-image-wrap {
  border-radius: var(--radius--small);
  height: 800px;
  position: relative;
  overflow: hidden;
}

.testimonial-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.icon-testimonial-arrow {
  color: var(--dark);
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-navgiation-hidden {
  display: none;
}

.home-a-feature-thirds {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-card-long {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--radius--small);
  background-color: var(--light);
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.feature-card-top-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.accordion-block {
  flex-flow: column;
  width: 100%;
}

.health-accordion {
  cursor: pointer;
  padding-top: 24px;
  padding-bottom: 24px;
}

.accordion-bottom-tile {
  margin-left: 48px;
  overflow: hidden;
}

.accordion-top-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-accordion {
  width: 24px;
}

.health-accordion-text {
  font-family: var(--font--serif);
  font-size: var(--text--text-body);
  margin-bottom: 0;
  padding-top: 16px;
  font-weight: 400;
}

.process-halves {
  grid-column-gap: 144px;
  grid-row-gap: 144px;
  grid-template-rows: auto;
}

.accordion-image-wrap {
  border-radius: var(--radius--small);
  width: 100%;
  height: 752px;
  position: relative;
  overflow: hidden;
}

.process-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-process {
  max-width: 450px;
}

.testimonial-info {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: relative;
}

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

.testimonial-video {
  border-radius: var(--radius--small);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.testimonial-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: var(--radius--small);
  background-image: url('../images/Subtract1.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 560px;
  padding: 40px;
  display: flex;
  position: relative;
}

.testimonial-card.white-card {
  color: var(--dark);
  background-image: url('../images/Subtract.svg');
}

.testimonial-author {
  border-radius: var(--radius--xxsmall);
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.testimonial-card-bg {
  border-top-left-radius: var(--radius--small);
  border-bottom-left-radius: var(--radius--small);
  background-color: var(--blue);
  width: 30%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.testimonial-card-bg.light {
  background-color: var(--green);
}

.testimonial-text {
  z-index: 1;
  position: relative;
}

.headline-feature-slider {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-bottom: 88px;
  display: flex;
}

.heading-feature-slider {
  max-width: 640px;
}

.slider-features {
  background-color: #0000;
  height: 100%;
}

.testimonial-slider-button {
  border-radius: var(--radius--round);
  background-color: var(--border-light);
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  inset: -152px 0% auto auto;
}

.testimonial-slider-button.left {
  right: 80px;
}

.testimonial-slider-button.light {
  background-color: var(--light);
}

.slide-feature {
  margin-right: 32px;
}

.mask-features {
  width: 45%;
  overflow: visible;
}

.feature-card-slide {
  border-radius: var(--radius--small);
  background-color: var(--light);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 400px;
  padding: 40px;
  display: flex;
}

.feature-card-slide.lila {
  background-image: linear-gradient(90deg, var(--lila), #cec6ed29);
}

.feature-card-slide.green {
  background-image: linear-gradient(90deg, var(--green), #aedcb929);
}

.feature-card-slide.blue {
  background-image: linear-gradient(90deg, var(--blue), #b9caf829);
}

.feature-card-slide-top-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.icon-feature-card-slide {
  width: 32px;
  height: 32px;
}

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

.headline-product {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.tick {
  justify-content: center;
  align-items: center;
  width: 13px;
  display: flex;
}

.check-icon-wrap {
  border-radius: var(--radius--xxsmall);
  background-color: var(--light);
  color: var(--semi-transparent-dark);
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  overflow: hidden;
}

.back-link {
  color: var(--dark);
  font-size: var(--text--text-small);
  font-weight: 500;
  line-height: 142%;
  text-decoration: none;
}

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

.plan-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.check-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.price-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.plan-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-plan {
  width: 20px;
}

.plan-name-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: var(--radius--small);
  background-color: var(--bg);
  text-align: left;
  flex-direction: column;
  height: 100%;
  padding: 40px;
  transition: all .3s;
  display: flex;
}

.pricing-card:hover {
  transform: scale(1.05);
}

.pricing-card.middle {
  background-color: var(--blue);
}

.pricing-card.last {
  background-color: var(--green);
}

.plan-button-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  margin-top: -8px;
  display: flex;
}

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

.plan-bottom-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

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

.product-content-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.marquee-shadow-light {
  background-image: linear-gradient(90deg, #fff0, var(--light));
  width: 40px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.marquee-shadow-light.left {
  background-image: linear-gradient(90deg, var(--light), #fff0);
  inset: 0% auto 0% 0%;
}

.logos-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.title-logos {
  text-align: center;
  flex-flow: column;
}

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

.service-card-long {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  border-radius: var(--radius--small);
  background-image: linear-gradient(90deg, var(--green), #aedcb929);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 424px;
  padding: 40px;
  display: flex;
}

.service-card-long.lila {
  background-image: linear-gradient(90deg, var(--lila), #cec6ed29);
}

.service-card-long.blue {
  background-image: linear-gradient(90deg, var(--blue), #b9caf829);
}

.service-card-top-tile {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-service-card {
  width: 32px;
  height: 32px;
}

.service-card-image {
  border-radius: var(--radius--small);
  width: 100%;
  height: 424px;
  overflow: hidden;
}

.overlay-dark-32 {
  background-color: var(--dark);
  opacity: .32;
  position: absolute;
  inset: 0%;
}

.process-accordion-top-tile {
  width: 100%;
  padding: 0;
}

.process-accordion-bottom-tile {
  background-color: #0000;
  display: block;
  position: static;
}

.process-accordion {
  border-radius: var(--radius--small);
  width: 100%;
  padding: 24px;
  transition: background-color .2s;
}

.process-accordion:hover {
  background-color: var(--light);
}

.overlay-border-dark {
  background-color: var(--border-dark);
  position: absolute;
  inset: 0%;
}

.headline-testimonial-home-b {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-bottom: 80px;
  display: flex;
}

.heading-home-c {
  max-width: 620px;
}

.home-c-button-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: flex;
}

.headline-services-home-c {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-bottom: 80px;
  display: flex;
}

.feature-moving-top-tile {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.icon-feature-moving {
  width: 32px;
  height: 32px;
}

.column {
  display: flex;
}

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

.column-image-wrap {
  border-radius: var(--radius--small);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 640px;
  padding: 48px;
  display: flex;
  overflow: hidden;
}

.column-image-wrap.blue {
  background-image: linear-gradient(90deg, var(--blue), #b9caf829);
}

.column-image-wrap.image {
  background-image: url('../images/CaseStudies1.jpg');
  background-position: 50%;
  background-size: cover;
}

.column-content-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 528px;
  height: 100%;
  display: flex;
}

.heading-column, .heading-promo-video {
  margin-bottom: 8px;
}

.marquee-home-c {
  border-radius: var(--radius--small);
  background-color: var(--light);
  padding-top: 8px;
  padding-bottom: 8px;
  overflow: clip;
}

.marquee-inner-home-c {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.single-marquee-service {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  flex: none;
  display: flex;
}

.marquee-service-item {
  border-radius: var(--radius--small);
  flex: none;
  width: 400px;
  height: 400px;
  overflow: hidden;
}

.marquee-service-item.small-item {
  width: 274px;
}

.hero-service-b-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
}

.service-b-right {
  border-radius: var(--radius--small);
  height: 640px;
  overflow: hidden;
}

.service-b-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.service-b-top-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 700px;
  display: flex;
}

.service-b-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.service-b-bottom-tile {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.service-c-master {
  border-radius: var(--radius--small);
  background-image: linear-gradient(90deg, var(--blue), #b9caf829);
  width: 100%;
  padding-top: 120px;
  padding-bottom: 430px;
}

.headline-service-c {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.about-c-video {
  border-radius: var(--radius--small);
  width: 100%;
  height: 640px;
  margin-top: -444px;
  margin-bottom: 80px;
  overflow: hidden;
}

.multi-layout-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--heading--h6);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 20px 16px 12px;
  transition: background-color .2s;
  display: flex;
}

.multi-layout-row:hover {
  background-color: var(--bg);
}

.icon-multi-layout {
  width: 20px;
  height: 20px;
}

.multi-layout-right {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.multi-layout-link-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.link-multi-layout {
  color: var(--semi-transparent-dark);
  font-size: var(--text--text-small);
  line-height: 150%;
  text-decoration: none;
}

.link-multi-layout:hover {
  color: var(--dark);
  text-decoration: underline;
}

.navigation-link-hover-wrap {
  border-radius: var(--radius--small);
  justify-content: flex-start;
  align-items: center;
  padding: 4px 8px;
  display: flex;
}

.navigation-link-hover-wrap:hover {
  background-color: var(--bg);
}

.navigation-link-hover-wrap.border-light:hover {
  background-color: var(--border-light);
}

.text-h0 {
  font-size: var(--heading--h0);
  letter-spacing: var(--letter-spacing--4);
  font-weight: 500;
  line-height: 93.3%;
}

.cta-circle-regular {
  border: 1px dashed var(--semi-transparent-dark);
  border-radius: var(--radius--round);
  width: 464px;
  height: 464px;
  position: absolute;
  bottom: -108px;
  left: -222px;
}

.cta-circle-big {
  border: 1px dashed var(--semi-transparent-dark);
  border-radius: var(--radius--round);
  width: 748px;
  height: 748px;
  position: absolute;
  top: -474px;
  right: -295px;
}

.cta-circle-small {
  width: 296px;
  height: 296px;
  position: absolute;
  bottom: -180px;
  right: 258px;
}

.pricing-tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.tab-menu-pricing {
  border-radius: var(--radius--regular);
  background-color: var(--bg);
  margin-bottom: 48px;
  padding: 4px;
}

.tab-link-pricing {
  border-radius: var(--radius--regular);
  color: var(--dark);
  background-color: #0000;
  padding: 8px 20px;
  text-decoration: none;
}

.tab-link-pricing.w--current {
  background-color: var(--light);
}

.tabs-content-pricing {
  width: 100%;
  overflow: visible;
}

.headline-cases {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 416px;
  display: flex;
}

.text-bg-white {
  border-radius: var(--radius--round);
  background-image: linear-gradient(90deg, var(--light), #fff0);
  margin: -8px -16px;
  padding: 8px 16px;
  display: inline-flex;
}

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

.cases.hide-cms {
  display: none;
}

.case-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.case-image-wrap {
  border-radius: var(--radius--small);
  width: 100%;
  height: 360px;
  position: relative;
  overflow: hidden;
}

.case-hover-cta {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.case-name-tile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.case-tag-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--radius--regular);
  flex-flow: wrap;
  display: flex;
}

.case-tag {
  border-radius: var(--radius--regular);
  padding: 4px 8px;
}

.case-tag.green {
  background-image: linear-gradient(90deg, var(--green), #aedcb929);
}

.case-tag.lila {
  background-image: linear-gradient(90deg, var(--lila), #cec6ed29);
}

.case-tag.blue {
  background-image: linear-gradient(90deg, var(--blue), #b9caf829);
}

.case-study-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 64px;
  display: flex;
}

.case-study-thumbnail {
  border-radius: var(--radius--small);
  width: 100%;
  height: 450px;
  margin-bottom: 64px;
  overflow: hidden;
}

.case-body p, .case-body li {
  font-family: var(--font--serif);
  font-size: var(--text--text-big);
  font-weight: 400;
}

.case-body img {
  border-radius: var(--radius--xsmall);
}

.headline-read-more {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-bottom: 80px;
  display: flex;
}

.text-bg-lila {
  border-radius: var(--radius--round);
  background-image: linear-gradient(90deg, var(--lila), #cec6ed29);
  margin-left: -16px;
  margin-right: -16px;
  padding: 8px 16px;
  display: inline-flex;
}

.headline-home-a {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-home-a {
  max-width: 976px;
}

.home-a-video {
  z-index: 1;
  border-radius: var(--radius--small);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  padding-top: 128px;
  padding-bottom: 592px;
  display: flex;
}

.overlay-20 {
  opacity: .2;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.circle-home-a-hero-left {
  z-index: 1;
  border-radius: var(--radius--round);
  outline-color: var(--semi-transparent-light);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: dashed;
  width: 1024px;
  height: 1024px;
  position: absolute;
  top: -478px;
  left: -376px;
}

.circle-home-a-hero-right {
  border: 1px dashed var(--semi-transparent-light);
  border-radius: var(--radius--round);
  width: 256px;
  height: 256px;
  position: absolute;
  bottom: 277px;
  right: -99px;
}

.home-a-small-video {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--radius--small);
  background-color: var(--bg);
  color: var(--dark);
  text-align: center;
  flex-flow: column;
  width: 300px;
  padding: 8px;
  display: flex;
  position: absolute;
  bottom: 24px;
  right: 24px;
  overflow: hidden;
}

.lightbox-home-a {
  border-radius: var(--radius--small);
  background-image: url('../images/Blog2.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  display: flex;
  overflow: hidden;
}

.home-a-play-button {
  border-radius: var(--radius--round);
  width: 40px;
  height: 40px;
}

.headline-home-a-process {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.headline-home-a-ctas {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-bottom: 80px;
  display: flex;
}

.heading-home-a-ctas {
  max-width: 640px;
}

.home-a-cta-thirds {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.cta-card {
  border-radius: var(--radius--small);
  background-color: var(--green);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 548px;
  padding: 40px;
  display: flex;
}

.cta-card.blue {
  background-color: var(--blue);
}

.cta-card.lila {
  background-color: var(--lila);
}

.card-top-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.card-bottom-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: var(--radius--small);
  background-color: var(--light);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 256px;
  padding: 32px;
  display: flex;
}

.card-bottom-tile.center-aligned {
  justify-content: space-between;
  align-items: center;
}

.about-video {
  z-index: 1;
  border-radius: var(--radius--small);
  color: var(--light);
  height: auto;
  padding-top: 80px;
  padding-bottom: 336px;
  overflow: hidden;
}

.headline-video {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 864px;
  display: flex;
}

.overlay-video {
  background-color: var(--dark);
  opacity: .5;
  position: absolute;
  inset: 0%;
}

.hero-home-b-top-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-b-hero-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.home-b-hero-video {
  border-radius: var(--radius--small);
  width: 100%;
  height: 930px;
  overflow: hidden;
}

.home-b-services-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.home-b-services-image {
  border-radius: var(--radius--round);
  width: 100%;
  max-width: 528px;
  height: 720px;
  overflow: hidden;
}

.headline-services-home-b {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.home-b-services-right {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.text-blured {
  color: var(--dark);
  margin-left: -20px;
  padding-left: 20px;
  text-decoration: none;
  display: block;
}

.headline-features-home-b {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-bottom: 88px;
  display: flex;
}

.heading-features-home-b {
  max-width: 640px;
}

.feature-halves-home-b {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.features-image-home-b {
  border-radius: var(--radius--small);
  background-image: linear-gradient(90deg, var(--green), #aedcb929);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 640px;
  padding: 64px;
  display: flex;
}

.features-image-home-b.lila {
  background-image: linear-gradient(90deg, var(--lila), #cec6ed29);
}

.features-list-home-b {
  border-top: 1px dashed var(--semi-transparent-dark);
  max-width: 528px;
}

.feature-item-home-b {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px dashed var(--semi-transparent-dark);
  flex-flow: column;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.tick-features {
  width: 24px;
  height: 24px;
}

.feature-top-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  display: flex;
}

.feature-bottom-text {
  padding-left: 48px;
}

.feature-left-home-b {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-wrap-center {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.testimonial-author-image {
  border: 5px solid var(--light);
  border-radius: var(--radius--round);
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.testimonial-author-image.second, .testimonial-author-image.third {
  margin-left: -24px;
}

.text-lila-small {
  border-radius: var(--radius--round);
  background-image: linear-gradient(90deg, var(--lila), #cec6ed29);
  margin: -4px -8px;
  padding: 4px 8px;
  display: inline-flex;
}

.text-gray-small {
  border-radius: var(--radius--round);
  background-image: linear-gradient(90deg, #f4f3f9, #fff0);
  margin: -4px -8px;
  padding: 4px 8px;
  display: inline-flex;
}

.headline-cases-home-b {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-bottom: 96px;
  display: flex;
}

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

.case-halves-home-b {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
}

.case-card-home-b {
  border-radius: var(--radius--small);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.case-card-home-b.long {
  background-color: var(--dark);
  color: var(--light);
  height: 640px;
}

.case-card-home-b.green {
  background-color: var(--green);
}

.case-card-home-b.lila {
  background-color: var(--lila);
}

.case-logo {
  height: 40px;
}

.case-home-b-bottom-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.headline-home-c {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-bottom: 80px;
  display: flex;
}

.headline-home-c-features {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-bottom: 80px;
  display: flex;
}

.heading-home-c-features {
  max-width: 640px;
}

.feature-grid-home-c {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.feature-card-home-c {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: var(--radius--small);
  background-color: var(--blue);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-card-home-c.lila {
  background-color: var(--lila);
}

.feature-card-home-c.green {
  background-color: var(--green);
}

.feature-card-bottom-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.features-video-home-c {
  border-radius: var(--radius--small);
  height: 624px;
  overflow: hidden;
}

.circle-home-b-hero-left {
  border-radius: var(--radius--round);
  outline-color: var(--semi-transparent-dark);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: dashed;
  width: 1024px;
  height: 1024px;
  position: absolute;
  top: -540px;
  left: -240px;
}

.circle-home-b-hero-right {
  border: 1px dashed var(--semi-transparent-dark);
  border-radius: var(--radius--round);
  width: 256px;
  height: 256px;
  position: absolute;
  top: 60%;
  left: 45%;
}

.circle-testimonial-left {
  border: 1px dashed var(--semi-transparent-dark);
  border-radius: var(--radius--round);
  width: 256px;
  height: 256px;
  position: absolute;
  bottom: 96px;
  left: -96px;
}

.circle-testimonial-right {
  border: 1px dashed var(--semi-transparent-dark);
  border-radius: var(--radius--round);
  width: 1024px;
  height: 1024px;
  position: absolute;
  top: -396px;
  right: -710px;
}

.circle-home-c-hero {
  border: 1px dashed var(--semi-transparent-light);
  border-radius: var(--radius--round);
  width: 1024px;
  height: 1024px;
  position: absolute;
  top: -682px;
  right: -285px;
}

.feature-card-image {
  border-radius: var(--radius--small);
  height: 304px;
  overflow: hidden;
}

.circle-feature-card {
  border: 1px dashed var(--semi-transparent-dark);
  border-radius: var(--radius--round);
  width: 400px;
  height: 400px;
  position: absolute;
  bottom: -172px;
  right: -122px;
}

.heading-services-home-c {
  max-width: 560px;
}

.heading-testimonials-home-c {
  max-width: 640px;
}

.circle-service-hero {
  border: 1px dashed var(--semi-transparent-light);
  border-radius: var(--radius--round);
  width: 256px;
  height: 256px;
  position: absolute;
  bottom: -180px;
  left: -64px;
}

.headline-careers {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 64px;
  display: flex;
}

.careers-top-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 752px;
  display: flex;
}

.text-bg-green {
  border-radius: var(--radius--round);
  background-image: linear-gradient(90deg, var(--green), #aedcb929);
  margin: -8px -16px;
  padding: 8px 16px;
  display: inline-flex;
}

.careers-image-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.career-image {
  border-radius: var(--radius--small);
  width: 100%;
  height: 304px;
  overflow: hidden;
}

.careers-about-halves, .careers-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.headline-career-jobs {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.jobs-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px dashed var(--semi-transparent-dark);
  flex-flow: column;
  padding-bottom: 32px;
  display: flex;
}

.job-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px dashed var(--semi-transparent-dark);
  flex-flow: column;
  padding-top: 32px;
  display: flex;
}

.job-top-tile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.job-mid-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.job-location-tile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-a-hero-halves {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  height: 904px;
}

.about-a-left {
  border-radius: var(--radius--small);
  background-image: linear-gradient(90deg, var(--green), #aedcb929);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-a-right {
  border-radius: var(--radius--small);
  overflow: hidden;
}

.headline-about-a {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.circle-about-a-left {
  border: 1px dashed var(--semi-transparent-dark);
  border-radius: var(--radius--round);
  pointer-events: none;
  width: 940px;
  height: 940px;
  position: absolute;
  bottom: -324px;
  left: -330px;
}

.circle-about-a-right {
  border: 1px dashed var(--semi-transparent-dark);
  border-radius: var(--radius--round);
  width: 335px;
  height: 335px;
  position: absolute;
  bottom: -127px;
  right: -200px;
}

.headline-about-a-numbers {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-bottom: 96px;
  display: flex;
}

.about-a-story-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.about-a-story-tile {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top: 1px dashed var(--semi-transparent-dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 32px;
  display: grid;
}

.about-b-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.headline-about-b-hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 752px;
  display: flex;
}

.about-b-left-image {
  border-radius: var(--radius--small);
  width: 100%;
  max-width: 528px;
  height: 360px;
  margin-top: 83px;
  margin-bottom: 238px;
  overflow: hidden;
}

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

.about-b-right-image {
  border-radius: var(--radius--small);
  width: 100%;
  max-width: 415px;
  height: 622px;
  overflow: hidden;
}

.headline-team {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-bottom: 64px;
  display: flex;
}

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

.about-c-description-left {
  max-width: 418px;
}

.service-hero-cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--radius--small);
  background-color: var(--light);
  flex-flow: column;
  padding: 32px;
  display: flex;
  position: absolute;
  bottom: 77px;
  left: -130px;
}

.service-cta-mid-tile {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  display: flex;
}

.service-cta-arrow {
  color: var(--blue);
  width: 20px;
  height: 20px;
}

.service-cta-bottom-tile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.column-title-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.column-bottom-text-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

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

.headline-features-services {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-bottom: 80px;
  display: flex;
}

.circle-features-service {
  border: 1px dashed var(--semi-transparent-dark);
  border-radius: var(--radius--round);
  width: 1024px;
  height: 1024px;
  position: absolute;
  bottom: -423px;
  right: -614px;
}

.service-image-wrap {
  position: relative;
}

.product-list, .product-item {
  height: 100%;
}

.cta-main-2 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #251e34;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
  overflow: hidden;
}

.cta-main-2.bg-color {
  color: #251e34;
  background-color: #f4f3f9;
}

.cta-main-2.small {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 142%;
}

.cta-main-2.light {
  color: #251e34;
  background-color: #fff;
}

.section-divider-2, .section-divider-3 {
  border-bottom: 1px dashed #251e3499;
  width: 100%;
  height: 0;
  margin-right: auto;
}

.case-body-image {
  border-radius: 12px;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.post-body-image {
  border-radius: 12px;
}

.label-2 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: LT Superior Mono, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.section-2 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-2.body-article {
  padding-top: 0;
  padding-bottom: 0;
}

.section-2.contact-b-hero {
  padding-top: 8px;
  padding-bottom: 64px;
}

.section-2.cta-section {
  padding: 8px;
}

.section-2.hero-home-a {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 8px;
}

.section-2.home-b-hero {
  padding-top: 84px;
  padding-bottom: 84px;
  overflow: hidden;
}

.section-2.hero-home-c {
  background-color: #cec6ed;
  border-radius: 16px;
  margin: 8px;
  padding-top: 128px;
  overflow: hidden;
}

.section-2.hero-about-a {
  padding: 8px;
}

.section-2.testimonial-section {
  padding-top: 160px;
  padding-bottom: 160px;
  overflow: hidden;
}

.section-2.about-c-marquee-section {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section-2.slider-section-home-a {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-2.colorful-features-section {
  background-color: #f4f3f9;
  border-radius: 16px;
  margin-left: 8px;
  margin-right: 8px;
  padding-top: 96px;
  padding-bottom: 96px;
  overflow: hidden;
}

.section-2.features-service {
  background-color: #f4f3f9;
  padding-top: 96px;
  padding-bottom: 96px;
  overflow: hidden;
}

.section-2.process-home-a, .section-2.features-home-b {
  background-color: #f4f3f9;
  padding-top: 96px;
  padding-bottom: 96px;
}

.section-2.home-b-cases-section {
  padding-top: 0;
}

.text-h2-2 {
  letter-spacing: -.04em;
  font-size: 56px;
  font-weight: 500;
  line-height: 92%;
}

.jobs-list-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px dashed #251e3499;
  flex-flow: column;
  padding-bottom: 32px;
  display: flex;
}

.job-tile-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px dashed #251e3499;
  flex-flow: column;
  padding-top: 32px;
  display: flex;
}

.section-divider-4 {
  border-bottom: 1px dashed #251e3499;
  width: 100%;
  height: 0;
  margin-right: auto;
}

.section-divider-4.careers {
  margin-bottom: 32px;
}

.text-body-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.text-body-2.semibold {
  font-weight: 500;
}

.text-body-2.serif {
  font-family: LT Superior Serif, sans-serif;
  font-weight: 400;
}

.text-h4-2 {
  letter-spacing: -.03em;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}

.article-tile-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #251e34;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-h5-2 {
  letter-spacing: -.02em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 24px;
  font-weight: 500;
  line-height: 116%;
}

.text-h1-2 {
  z-index: 1;
  letter-spacing: -.04em;
  font-size: 72px;
  font-weight: 500;
  line-height: 94.4%;
}

.image-wrap-blog-2 {
  border-radius: 16px;
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
}

.text-small-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 142%;
}

.text-small-2.semibold {
  font-weight: 500;
}

.text-h2-3 {
  letter-spacing: -.04em;
  font-size: 56px;
  font-weight: 500;
  line-height: 92%;
}

.article-big-thumbnail-2 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 640px;
}

.article-down-button-2 {
  color: #cec6ed;
  border: 1px solid #251e3429;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  overflow: hidden;
}

.section-divider-5 {
  border-bottom: 1px dashed #251e3499;
  width: 100%;
  height: 0;
  margin-right: auto;
}

.section-divider-5.article-divider {
  border-bottom-style: solid;
  border-bottom-color: #251e3429;
  margin-bottom: 64px;
}

.section-divider-5.article-divider-2 {
  margin-top: 160px;
}

.contact-a-right-2 {
  border-radius: 16px;
  max-width: 557px;
  height: 848px;
  overflow: hidden;
}

.label-3 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: LT Superior Mono, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.success-message-2 {
  color: #151515;
  text-align: center;
  background-color: #f4f3f9;
}

.text-field-2 {
  color: #251e34;
  background-color: #fff;
  border: 1px solid #251e3429;
  border-radius: 32px;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
}

.text-field-2:focus {
  border-color: #251e34;
}

.text-field-2::placeholder {
  color: #17181c80;
}

.text-field-2.text-area {
  height: 169px;
}

.contact-a-address-tile-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-left: 1px solid #251e3429;
  flex-flow: column;
  padding-left: 16px;
  display: flex;
}

.contact-b-left-2 {
  border-radius: 16px;
  width: 100%;
  max-width: 613px;
  height: 1000px;
  overflow: hidden;
}

.label-4 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: LT Superior Mono, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.contact-icon-wrap-2 {
  background-color: #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  overflow: hidden;
}

.contact-icon-wrap-2.green {
  background-image: linear-gradient(90deg, #aedcb9, #aedcb929);
}

.contact-icon-wrap-2.blue {
  background-image: linear-gradient(90deg, #b9caf8, #b9caf829);
}

.contact-icon-wrap-2.lila {
  background-image: linear-gradient(90deg, #cec6ed, #cec6ed29);
}

.contact-info-block-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px dashed #251e3499;
  border-radius: 16px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.label-5 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: LT Superior Mono, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.master-contact-c-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.label-6 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: LT Superior Mono, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.cta-image-wrap-2 {
  border-radius: 100vw;
  width: 28px;
  height: 28px;
  overflow: hidden;
}

.cta-video-2 {
  z-index: 1;
  background-image: linear-gradient(90deg, #cec6ed, #cec6ed29);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 174px;
  padding-bottom: 174px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-circle-big-2 {
  border: 1px dashed #251e3499;
  border-radius: 100vw;
  width: 748px;
  height: 748px;
  position: absolute;
  top: -474px;
  right: -295px;
}

.cta-booking-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #251e34;
  background-color: #fff;
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 12px 6px 8px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.cta-booking-2:hover {
  color: #fff;
  background-color: #251e34;
}

.cta-circle-regular-2 {
  border: 1px dashed #251e3499;
  border-radius: 100vw;
  width: 464px;
  height: 464px;
  position: absolute;
  bottom: -108px;
  left: -222px;
}

.expandable-single-2 {
  cursor: pointer;
  border-bottom: 1px dashed #251e3499;
  padding-top: 24px;
  padding-bottom: 24px;
}

.faq-vertical-2 {
  background-color: #251e34;
  width: 1.5px;
  height: 12px;
  position: absolute;
}

.faq-paragraph-2 {
  margin-bottom: 0;
  padding-top: 24px;
  font-size: 20px;
}

.faq-horizontal-2 {
  background-color: #251e34;
  width: 12px;
  height: 1.5px;
}

.text-h3-2 {
  letter-spacing: -.04em;
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
}

.faq-block-2 {
  border-top: 1px dashed #251e3499;
}

.error-message-3 {
  color: #fffdfa;
  background-color: #ff5353;
  border-radius: 16px;
}

.social-link-2 {
  color: #02012080;
  text-decoration: none;
  transition: background-color .2s;
}

.social-link-2:hover {
  color: #251e34;
  object-fit: fill;
}

.footer-link-2 {
  color: #251e34;
  font-family: LT Superior Serif, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.success-message-newsletter-2 {
  color: #fff;
  text-align: center;
  background-color: #251e34;
  border-radius: 8px;
  max-width: 400px;
}

.text-underline-2 {
  color: #251e34;
  text-decoration: underline;
}

.lightbox-home-a-2 {
  background-image: url('../images/Blog2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  display: flex;
  overflow: hidden;
}

.circle-home-a-hero-right-2 {
  border: 1px dashed #fff9;
  border-radius: 100vw;
  width: 256px;
  height: 256px;
  position: absolute;
  bottom: 277px;
  right: -99px;
}

.circle-home-a-hero-left-2 {
  z-index: 1;
  outline-offset: 0px;
  border-radius: 100vw;
  outline: 1px dashed #fff9;
  width: 1024px;
  height: 1024px;
  position: absolute;
  top: -478px;
  left: -376px;
}

.home-a-video-2 {
  z-index: 1;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  padding-top: 128px;
  padding-bottom: 592px;
  display: flex;
}

.text-h0-2 {
  letter-spacing: -.04em;
  font-size: 120px;
  font-weight: 500;
  line-height: 93.3%;
}

.home-a-play-button-2 {
  border-radius: 100vw;
  width: 40px;
  height: 40px;
}

.home-a-small-video-2 {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #251e34;
  text-align: center;
  background-color: #f4f3f9;
  border-radius: 16px;
  flex-flow: column;
  width: 300px;
  padding: 8px;
  display: flex;
  position: absolute;
  bottom: 24px;
  right: 24px;
  overflow: hidden;
}

.text-bg-lila-2 {
  background-image: linear-gradient(90deg, #cec6ed, #cec6ed29);
  border-radius: 100vw;
  margin-left: -16px;
  margin-right: -16px;
  padding: 8px 16px;
  display: inline-flex;
}

.circle-home-b-hero-right-2 {
  border: 1px dashed #251e3499;
  border-radius: 100vw;
  width: 256px;
  height: 256px;
  position: absolute;
  top: 60%;
  left: 45%;
}

.circle-home-b-hero-left-2 {
  outline-offset: 0px;
  border-radius: 100vw;
  outline: 1px dashed #251e3499;
  width: 1024px;
  height: 1024px;
  position: absolute;
  top: -540px;
  left: -240px;
}

.rating-icon-wrap-2 {
  background-color: #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  overflow: hidden;
}

.rating-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff29;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 12px 4px 4px;
  display: flex;
}

.rating-2.lila {
  background-image: linear-gradient(90deg, #cec6ed, #cec6ed29);
}

.home-b-hero-video-2 {
  border-radius: 16px;
  width: 100%;
  height: 930px;
  overflow: hidden;
}

.marquee-service-item-2 {
  border-radius: 16px;
  flex: none;
  width: 400px;
  height: 400px;
  overflow: hidden;
}

.marquee-service-item-2.small-item {
  width: 274px;
}

.marquee-home-c-2 {
  background-color: #fff;
  border-radius: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  overflow: clip;
}

.text-bg-white-2 {
  background-image: linear-gradient(90deg, #fff, #fff0);
  border-radius: 100vw;
  margin: -8px -16px;
  padding: 8px 16px;
  display: inline-flex;
}

.circle-home-c-hero-2 {
  border: 1px dashed #fff9;
  border-radius: 100vw;
  width: 1024px;
  height: 1024px;
  position: absolute;
  top: -682px;
  right: -285px;
}

.about-a-right-2 {
  border-radius: 16px;
  overflow: hidden;
}

.about-a-left-2 {
  background-image: linear-gradient(90deg, #aedcb9, #aedcb929);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-about-a-left-2 {
  pointer-events: none;
  border: 1px dashed #251e3499;
  border-radius: 100vw;
  width: 940px;
  height: 940px;
  position: absolute;
  bottom: -324px;
  left: -330px;
}

.circle-about-a-right-2 {
  border: 1px dashed #251e3499;
  border-radius: 100vw;
  width: 335px;
  height: 335px;
  position: absolute;
  bottom: -127px;
  right: -200px;
}

.about-b-right-image-2 {
  border-radius: 16px;
  width: 100%;
  max-width: 415px;
  height: 622px;
  overflow: hidden;
}

.about-b-left-image-2 {
  border-radius: 16px;
  width: 100%;
  max-width: 528px;
  height: 360px;
  margin-top: 83px;
  margin-bottom: 238px;
  overflow: hidden;
}

.text-big-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.text-big-2.serif {
  font-family: LT Superior Serif, sans-serif;
  font-weight: 400;
}

.career-image-2 {
  border-radius: 16px;
  width: 100%;
  height: 304px;
  overflow: hidden;
}

.text-bg-green-2 {
  background-image: linear-gradient(90deg, #aedcb9, #aedcb929);
  border-radius: 100vw;
  margin: -8px -16px;
  padding: 8px 16px;
  display: inline-flex;
}

.home-number-feature-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: linear-gradient(90deg, #f4f3f9, #fff0);
  border-radius: 100vw;
  flex-flow: column;
  padding: 28px 16px 24px 40px;
  display: flex;
}

.section-divider-6 {
  border-bottom: 1px dashed #251e3499;
  width: 100%;
  height: 0;
  margin-right: auto;
}

.section-divider-6.home-b-numbers {
  margin-bottom: 32px;
}

.text-h4-3 {
  letter-spacing: -.03em;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}

.circle-testimonial-left-2 {
  border: 1px dashed #251e3499;
  border-radius: 100vw;
  width: 256px;
  height: 256px;
  position: absolute;
  bottom: 96px;
  left: -96px;
}

.text-lila-small-2 {
  background-image: linear-gradient(90deg, #cec6ed, #cec6ed29);
  border-radius: 100vw;
  margin: -4px -8px;
  padding: 4px 8px;
  display: inline-flex;
}

.text-gray-small-2 {
  background-image: linear-gradient(90deg, #f4f3f9, #fff0);
  border-radius: 100vw;
  margin: -4px -8px;
  padding: 4px 8px;
  display: inline-flex;
}

.circle-testimonial-right-2 {
  border: 1px dashed #251e3499;
  border-radius: 100vw;
  width: 1024px;
  height: 1024px;
  position: absolute;
  top: -396px;
  right: -710px;
}

.testimonial-author-image-2 {
  border: 5px solid #fff;
  border-radius: 100vw;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.testimonial-author-image-2.second, .testimonial-author-image-2.third {
  margin-left: -24px;
}

.text-big-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.text-big-3.serif {
  font-family: LT Superior Serif, sans-serif;
  font-weight: 400;
}

.story-image-wrap-2 {
  border-radius: 16px;
  width: 100%;
  height: 562px;
  overflow: hidden;
}

.home-number-feature-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: linear-gradient(90deg, #f4f3f9, #fff0);
  border-radius: 100vw;
  flex-flow: column;
  padding: 28px 16px 24px 40px;
  display: flex;
}

.section-divider-7 {
  border-bottom: 1px dashed #251e3499;
  width: 100%;
  height: 0;
  margin-right: auto;
}

.section-divider-7.home-b-numbers {
  margin-bottom: 32px;
}

.text-h4-4 {
  letter-spacing: -.03em;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}

.marquee-service-item-3 {
  border-radius: 16px;
  flex: none;
  width: 400px;
  height: 400px;
  overflow: hidden;
}

.marquee-service-item-3.small-item {
  width: 274px;
}

.text-big-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.text-big-4.serif {
  font-family: LT Superior Serif, sans-serif;
  font-weight: 400;
}

.about-a-story-tile-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top: 1px dashed #251e3499;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 32px;
  display: grid;
}

.section-divider-8 {
  border-bottom: 1px dashed #251e3499;
  width: 100%;
  height: 0;
  margin-right: auto;
}

.testimonial-button-2 {
  background-color: #f4f3f9;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  inset: auto 0 0 auto;
}

.testimonial-button-2.left {
  right: 80px;
}

.testimonial-bottom-tile-2 {
  border-top: 1px dashed #251e3499;
  padding-top: 32px;
}

.testimonial-text-overlay-2 {
  background-color: #fff;
  position: absolute;
  inset: auto 0% 0%;
}

.icon-testimonial-arrow-2 {
  color: #251e34;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-image-wrap-2 {
  border-radius: 16px;
  height: 800px;
  position: relative;
  overflow: hidden;
}

.service-card-image-2 {
  border-radius: 16px;
  width: 100%;
  height: 424px;
  overflow: hidden;
}

.services-menu-2 {
  background-color: #f4f3f9;
  border-radius: 32px;
  margin-bottom: 64px;
  padding: 4px;
}

.service-card-long-2 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-image: linear-gradient(90deg, #aedcb9, #aedcb929);
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 424px;
  padding: 40px;
  display: flex;
}

.service-card-long-2.lila {
  background-image: linear-gradient(90deg, #cec6ed, #cec6ed29);
}

.service-card-long-2.blue {
  background-image: linear-gradient(90deg, #b9caf8, #b9caf829);
}

.text-h4-5 {
  letter-spacing: -.03em;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}

.services-tab-link-2 {
  background-color: #0000;
  border-radius: 32px;
  padding: 8px 16px;
}

.services-tab-link-2.w--current {
  background-color: #fff;
}

.feature-moving-card-2 {
  background-color: #f4f3f9;
  border-radius: 16px;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 528px;
  height: 400px;
  padding: 40px;
  display: flex;
}

.section-divider-9 {
  border-bottom: 1px dashed #251e3499;
  width: 100%;
  height: 0;
  margin-right: auto;
}

.text-h4-6 {
  letter-spacing: -.03em;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}

.feature-icon-wrap-2 {
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  overflow: hidden;
}

.feature-icon-wrap-2.blue {
  background-image: linear-gradient(90deg, #b9caf8, #b9caf829);
}

.feature-icon-wrap-2.lila {
  background-image: linear-gradient(90deg, #cec6ed, #cec6ed29);
}

.feature-icon-wrap-2.green {
  background-image: linear-gradient(90deg, #aedcb9, #aedcb929);
}

.feature-card-side-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  outline-offset: 0px;
  background-color: #fff;
  border-radius: 16px;
  outline: 1.5px dashed #251e3499;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.section-divider-10 {
  border-bottom: 1px dashed #251e3499;
  width: 100%;
  height: 0;
  margin-right: auto;
}

.section-divider-10.home-a-features {
  margin-bottom: 64px;
}

.icon-testimonial-arrow-3 {
  color: #251e34;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-slider-button-2 {
  background-color: #ffffff29;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  inset: -152px 0% auto auto;
}

.testimonial-slider-button-2.left {
  right: 80px;
}

.testimonial-slider-button-2.light {
  background-color: #fff;
}

.feature-card-slide-2 {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 400px;
  padding: 40px;
  display: flex;
}

.feature-card-slide-2.lila {
  background-image: linear-gradient(90deg, #cec6ed, #cec6ed29);
}

.feature-card-slide-2.green {
  background-image: linear-gradient(90deg, #aedcb9, #aedcb929);
}

.feature-card-slide-2.blue {
  background-image: linear-gradient(90deg, #b9caf8, #b9caf829);
}

.check-icon-wrap-2 {
  color: #251e3499;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  overflow: hidden;
}

.text-h6-2 {
  letter-spacing: -.02em;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.column-image-wrap-2 {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 640px;
  padding: 48px;
  display: flex;
  overflow: hidden;
}

.column-image-wrap-2.image {
  background-image: url('../images/CaseStudies1.jpg');
  background-position: 50%;
  background-size: cover;
}

.column-image-wrap-2.blue {
  background-image: linear-gradient(90deg, #b9caf8, #b9caf829);
}

.text-big-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.text-big-5.serif {
  font-family: LT Superior Serif, sans-serif;
  font-weight: 400;
}

.section-divider-11 {
  border-bottom: 1px dashed #251e3499;
  width: 100%;
  height: 0;
  margin-right: auto;
}

.limit-641 {
  max-width: 640px;
}

.circle-features-service-2 {
  border: 1px dashed #251e3499;
  border-radius: 100vw;
  width: 1024px;
  height: 1024px;
  position: absolute;
  bottom: -423px;
  right: -614px;
}

.section-divider-12 {
  border-bottom: 1px dashed #251e3499;
  width: 100%;
  height: 0;
  margin-right: auto;
}

.feature-card-long-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.overlay-border-dark-2 {
  background-color: #251e3429;
  position: absolute;
  inset: 0%;
}

.accordion-image-wrap-2 {
  border-radius: 16px;
  width: 100%;
  height: 752px;
  position: relative;
  overflow: hidden;
}

.process-accordion-2 {
  border-radius: 16px;
  width: 100%;
  padding: 24px;
  transition: background-color .2s;
}

.process-accordion-2:hover {
  background-color: #fff;
}

.health-accordion-text-2 {
  margin-bottom: 0;
  padding-top: 16px;
  font-family: LT Superior Serif, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.section-divider-13 {
  border-bottom: 1px dashed #251e3499;
  width: 100%;
  height: 0;
  margin-right: auto;
}

.card-bottom-tile-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 256px;
  padding: 32px;
  display: flex;
}

.card-bottom-tile-2.center-aligned {
  justify-content: space-between;
  align-items: center;
}

.cta-card-2 {
  background-color: #aedcb9;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 548px;
  padding: 40px;
  display: flex;
}

.cta-card-2.lila {
  background-color: #cec6ed;
}

.cta-card-2.blue {
  background-color: #b9caf8;
}

.section-divider-14 {
  border-bottom: 1px dashed #251e3499;
  width: 100%;
  height: 0;
  margin-right: auto;
}

.text-h4-7 {
  letter-spacing: -.03em;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}

.home-b-services-image-2 {
  border-radius: 100vw;
  width: 100%;
  max-width: 528px;
  height: 720px;
  overflow: hidden;
}

.text-blured-2 {
  color: #251e34;
  margin-left: -20px;
  padding-left: 20px;
  text-decoration: none;
  display: block;
}

.section-divider-15 {
  border-bottom: 1px dashed #251e3499;
  width: 100%;
  height: 0;
  margin-right: auto;
}

.features-list-home-b-2 {
  border-top: 1px dashed #251e3499;
  max-width: 528px;
}

.features-image-home-b-2 {
  background-image: linear-gradient(90deg, #aedcb9, #aedcb929);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 640px;
  padding: 64px;
  display: flex;
}

.section-divider-16 {
  border-bottom: 1px dashed #251e3499;
  width: 100%;
  height: 0;
  margin-right: auto;
}

.feature-item-home-b-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px dashed #251e3499;
  flex-flow: column;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.case-card-home-b-2 {
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.case-card-home-b-2.long {
  color: #fff;
  background-color: #251e34;
  height: 640px;
}

.case-card-home-b-2.green {
  background-color: #aedcb9;
}

.case-card-home-b-2.lila {
  background-color: #cec6ed;
}

.limit-642 {
  max-width: 640px;
}

.section-divider-17 {
  border-bottom: 1px dashed #251e3499;
  width: 100%;
  height: 0;
  margin-right: auto;
}

.text-h4-8 {
  letter-spacing: -.03em;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}

.features-list-home-b-3 {
  border-top: 1px dashed #251e3499;
  max-width: 528px;
}

.features-image-home-b-3 {
  background-image: linear-gradient(90deg, #aedcb9, #aedcb929);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 640px;
  padding: 64px;
  display: flex;
}

.features-image-home-b-3.lila {
  background-image: linear-gradient(90deg, #cec6ed, #cec6ed29);
}

.section-divider-18 {
  border-bottom: 1px dashed #251e3499;
  width: 100%;
  height: 0;
  margin-right: auto;
}

.feature-item-home-b-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px dashed #251e3499;
  flex-flow: column;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

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

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 40px;
  }

  blockquote {
    font-size: var(--heading--h4);
  }

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

  .section.video-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.feature-slider-home-b {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .section.testimonials-home-b {
    padding-bottom: 64px;
  }

  .section.cases-section, .section.features-home-b {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .section.colorful-features-section, .section.features-service {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text-h3 {
    font-size: 40px;
  }

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

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

  .text-h1 {
    font-size: 64px;
  }

  .footer {
    padding-top: 64px;
  }

  .dropdown {
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
  }

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

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

  .home-b-tab {
    color: var(--light);
    padding-top: 60px;
    overflow: hidden;
  }

  .policy-sticky {
    position: static;
  }

  .headline-related {
    margin-bottom: 64px;
  }

  .article-big-thumbnail {
    height: 400px;
  }

  ._404-heading {
    max-width: 600px;
  }

  .pw-image {
    height: 400px;
  }

  .faq-halves {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .menu-column {
    width: 100%;
  }

  .article-down-button {
    width: 48px;
    height: 48px;
  }

  .icon-down-arrow {
    width: 16px;
  }

  .cart-button {
    height: 24px;
    padding: 0;
  }

  .navbar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .menu-close-icon {
    width: 20px;
    display: none;
  }

  .nav-left {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .brand-link-navbar {
    justify-content: center;
    align-items: center;
    height: 28px;
    margin-left: auto;
    margin-right: auto;
  }

  .brand-menu-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
    position: static;
  }

  .nav-dropdown {
    display: block;
  }

  .nav-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    display: flex;
    position: static;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    color: #151515;
    background-color: #0000;
  }

  .dropdown-list {
    background-color: #0000;
    display: block;
    position: static;
  }

  .dropdown-list.w--open {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .menu-hamburger-icon {
    width: 20px;
  }

  .dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    display: none;
  }

  .dropdown-toggle.white {
    color: var(--dark);
  }

  .nav-link {
    color: var(--dark);
    font-size: var(--text--text-body);
    margin-left: 0;
    margin-right: 0;
    font-weight: 600;
    text-decoration: none;
  }

  .nav-link.w--current {
    background-color: #0000;
  }

  .nav-link.white {
    color: var(--dark);
  }

  .nav-menu {
    z-index: 11;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--light);
    box-shadow: 0 15px 20px 0 var(--border-dark);
    max-height: 89svh;
    padding: 112px 24px 20px;
    overflow: auto;
  }

  .menu-cta-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .menu-cta-wrap.desktop {
    display: block;
  }

  .nav-container {
    text-align: center;
    justify-content: space-between;
  }

  .mega-menu-wrap {
    border-style: none;
    padding: 0;
  }

  .mega-menu-halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .mega-menu-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .megs-menu-right {
    display: none;
  }

  .menu-link {
    color: var(--dark);
    padding: 0;
    text-decoration: none;
  }

  .menu-links-column {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 20px;
  }

  .nav-menu-wrap {
    background-color: #0000;
    margin-right: 16px;
    padding: 0;
    position: static;
  }

  .headline-blog {
    margin-bottom: 64px;
  }

  .section-divider.article-divider-2 {
    margin-top: 100px;
  }

  .section-divider.home-a-features {
    margin-bottom: 48px;
  }

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

  .contact-a-right {
    width: 100%;
    max-width: none;
    height: 500px;
  }

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

  .contact-b-left {
    max-width: none;
    height: 500px;
  }

  .contact-b-right {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

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

  .member-card {
    height: 420px;
  }

  .promo-video {
    height: auto;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .video-content-wrap {
    max-width: 550px;
  }

  .numbers-halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .headline-story {
    margin-bottom: 48px;
  }

  .story-halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 2fr;
  }

  .story-image-wrap {
    height: 400px;
  }

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

  .nav-dropdown-list {
    background-color: #0000;
    display: block;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding: 0;
  }

  .nav-small-dropdown {
    width: 100%;
  }

  .cta-video {
    justify-content: flex-start;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .navigation-label-desktop {
    display: none;
  }

  .navigation-label-mobile {
    display: flex;
  }

  .navigation-link-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
  }

  .menu-bottom-tile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .menu-socials {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: flex;
  }

  .link-menu-social {
    color: var(--dark);
    width: 19px;
    height: 19px;
    text-decoration: none;
  }

  .menu-cta-mobile {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    border-top: 1px solid var(--border-dark);
    border-bottom: 1px solid var(--border-dark);
    background-color: var(--bg);
    text-align: left;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    position: absolute;
    inset: 0 0% auto;
  }

  .menu-cta-link-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .menu-template-image {
    width: 137px;
  }

  .dropdown-list-inner {
    border-style: none;
    padding: 0;
  }

  .menu-divider {
    background-color: var(--border-dark);
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    display: block;
  }

  .footer-right {
    margin-right: 0;
  }

  .brand-link {
    justify-content: center;
    align-items: center;
  }

  .footer-bottom-tile {
    margin-top: 64px;
  }

  .footer-halves {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .services-menu {
    margin-bottom: 48px;
  }

  .testimonial-button {
    width: 48px;
    height: 48px;
  }

  .testimonial-button.left {
    right: 80px;
  }

  .testimonial-right-wrap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    width: 100%;
  }

  .testimonial-image-wrap {
    height: 100%;
  }

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

  .process-halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .accordion-image-wrap {
    height: 100%;
  }

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

  .testimonial-card {
    background-position: 100% 100%;
  }

  .headline-feature-slider {
    margin-bottom: 48px;
  }

  .heading-feature-slider {
    max-width: 450px;
  }

  .testimonial-slider-button {
    top: -112px;
  }

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

  .headline-product {
    margin-bottom: 64px;
  }

  .pricing-card {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .product-content-wrap, .logos-wrap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

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

  .service-card-long {
    height: auto;
  }

  .service-card-image {
    height: 100%;
  }

  .headline-testimonial-home-b {
    margin-bottom: 48px;
  }

  .headline-services-home-c {
    max-width: 480px;
    margin-bottom: 64px;
  }

  .column-image-wrap {
    height: 500px;
  }

  .marquee-service-item {
    width: 360px;
    height: 340px;
  }

  .marquee-service-item.small-item {
    width: 220px;
  }

  .about-c-video {
    margin-bottom: 64px;
  }

  .multi-layout-row {
    padding: 0;
  }

  .multi-layout-row:hover {
    background-color: #0000;
  }

  .icon-multi-layout {
    display: none;
  }

  .multi-layout-right {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 16px;
  }

  .link-multi-layout {
    color: var(--semi-transparent-dark);
    text-decoration: none;
  }

  .navigation-link-hover-wrap {
    padding: 0;
  }

  .navigation-link-hover-wrap:hover, .navigation-link-hover-wrap.border-light:hover {
    background-color: #0000;
  }

  .text-h0 {
    font-size: 72px;
  }

  .cta-circle-regular {
    width: 360px;
    height: 360px;
    bottom: -137px;
    left: -218px;
  }

  .cta-circle-big {
    width: 480px;
    height: 480px;
    top: -329px;
    right: -223px;
  }

  .cta-circle-small {
    width: 210px;
    height: 210px;
    bottom: -146px;
    right: 5%;
  }

  .case-study-top, .case-study-thumbnail, .headline-read-more {
    margin-bottom: 48px;
  }

  .home-a-video {
    padding-bottom: 360px;
  }

  .circle-home-a-hero-left {
    width: 550px;
    height: 550px;
    top: -144px;
    left: -173px;
  }

  .headline-home-a-ctas {
    margin-bottom: 48px;
  }

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

  .about-video {
    padding-bottom: 220px;
  }

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

  .home-b-hero-video {
    height: 500px;
  }

  .home-b-services-image {
    height: 564px;
  }

  .headline-features-home-b {
    margin-bottom: 48px;
  }

  .feature-halves-home-b {
    grid-template-columns: 1fr;
  }

  .features-image-home-b {
    height: 480px;
  }

  .headline-cases-home-b {
    margin-bottom: 48px;
  }

  .case-card-home-b {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .case-card-home-b.long {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    height: auto;
  }

  .headline-home-c, .headline-home-c-features {
    margin-bottom: 48px;
  }

  .feature-grid-home-c {
    grid-template-columns: 1fr 1fr;
  }

  .circle-home-b-hero-left {
    width: 640px;
    height: 640px;
    top: -206px;
    left: -86px;
  }

  .circle-home-b-hero-right {
    display: none;
  }

  .circle-testimonial-left {
    left: -147px;
  }

  .circle-testimonial-right {
    border-width: 1px;
    width: 560px;
    height: 560px;
    top: -390px;
    right: -250px;
  }

  .circle-home-c-hero {
    width: 564px;
    height: 564px;
    top: -331px;
    right: -274px;
  }

  .headline-careers {
    margin-bottom: 48px;
  }

  .careers-image-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-a-hero-halves {
    height: 660px;
  }

  .circle-about-a-left {
    width: 480px;
    height: 480px;
    bottom: -205px;
    left: -157px;
  }

  .circle-about-a-right {
    width: 264px;
    height: 264px;
    bottom: 38px;
  }

  .headline-about-a-numbers {
    margin-bottom: 48px;
  }

  .about-b-halves {
    grid-template-columns: 1.5fr;
  }

  .about-b-hero-right {
    display: none;
  }

  .about-b-left-image {
    margin-top: 64px;
    margin-bottom: 80px;
  }

  .headline-team, .headline-features-services {
    margin-bottom: 48px;
  }

  .circle-features-service {
    width: 528px;
    height: 528px;
    bottom: -202px;
    right: -247px;
  }

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

  .section-2.testimonial-section, .section-2.slider-section-home-a {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-2.colorful-features-section, .section-2.features-service, .section-2.features-home-b {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text-h2-2 {
    font-size: 48px;
  }

  .text-h1-2 {
    font-size: 64px;
  }

  .text-h2-3 {
    font-size: 48px;
  }

  .article-big-thumbnail-2 {
    height: 400px;
  }

  .article-down-button-2 {
    width: 48px;
    height: 48px;
  }

  .section-divider-5.article-divider-2 {
    margin-top: 100px;
  }

  .contact-a-right-2 {
    width: 100%;
    max-width: none;
    height: 500px;
  }

  .contact-b-left-2 {
    max-width: none;
    height: 500px;
  }

  .cta-video-2 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .cta-circle-big-2 {
    width: 480px;
    height: 480px;
    top: -329px;
    right: -223px;
  }

  .cta-circle-regular-2 {
    width: 360px;
    height: 360px;
    bottom: -137px;
    left: -218px;
  }

  .text-h3-2 {
    font-size: 40px;
  }

  .text-underline-2 {
    color: #251e34;
  }

  .circle-home-a-hero-left-2 {
    width: 550px;
    height: 550px;
    top: -144px;
    left: -173px;
  }

  .home-a-video-2 {
    padding-bottom: 360px;
  }

  .text-h0-2 {
    font-size: 72px;
  }

  .circle-home-b-hero-right-2 {
    display: none;
  }

  .circle-home-b-hero-left-2 {
    width: 640px;
    height: 640px;
    top: -206px;
    left: -86px;
  }

  .home-b-hero-video-2 {
    height: 500px;
  }

  .marquee-service-item-2 {
    width: 360px;
    height: 340px;
  }

  .marquee-service-item-2.small-item {
    width: 220px;
  }

  .circle-home-c-hero-2 {
    width: 564px;
    height: 564px;
    top: -331px;
    right: -274px;
  }

  .circle-about-a-left-2 {
    width: 480px;
    height: 480px;
    bottom: -205px;
    left: -157px;
  }

  .circle-about-a-right-2 {
    width: 264px;
    height: 264px;
    bottom: 38px;
  }

  .about-b-left-image-2 {
    margin-top: 64px;
    margin-bottom: 80px;
  }

  .circle-testimonial-left-2 {
    left: -147px;
  }

  .circle-testimonial-right-2 {
    border-width: 1px;
    width: 560px;
    height: 560px;
    top: -390px;
    right: -250px;
  }

  .story-image-wrap-2 {
    height: 400px;
  }

  .marquee-service-item-3 {
    width: 360px;
    height: 340px;
  }

  .marquee-service-item-3.small-item {
    width: 220px;
  }

  .testimonial-button-2 {
    width: 48px;
    height: 48px;
  }

  .testimonial-button-2.left {
    right: 80px;
  }

  .testimonial-image-wrap-2, .service-card-image-2 {
    height: 100%;
  }

  .services-menu-2 {
    margin-bottom: 48px;
  }

  .service-card-long-2 {
    height: auto;
  }

  .section-divider-10.home-a-features {
    margin-bottom: 48px;
  }

  .testimonial-slider-button-2 {
    top: -112px;
  }

  .column-image-wrap-2 {
    height: 500px;
  }

  .circle-features-service-2 {
    width: 528px;
    height: 528px;
    bottom: -202px;
    right: -247px;
  }

  .accordion-image-wrap-2 {
    height: 100%;
  }

  .home-b-services-image-2 {
    height: 564px;
  }

  .features-image-home-b-2 {
    height: 480px;
  }

  .case-card-home-b-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .case-card-home-b-2.long {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    height: auto;
  }

  .features-image-home-b-3 {
    height: 480px;
  }
}

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

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 36px;
  }

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

  .text-h3 {
    letter-spacing: -.04em;
    font-size: 36px;
  }

  .text-h4 {
    letter-spacing: -.03em;
    font-size: 32px;
  }

  .text-big {
    letter-spacing: -.01em;
    font-size: 20px;
  }

  .text-h2 {
    letter-spacing: -.04em;
    font-size: 40px;
  }

  .text-h1 {
    letter-spacing: -.04em;
    font-size: 56px;
  }

  .text-h6 {
    letter-spacing: -.02em;
    font-size: 20px;
  }

  .text-body {
    letter-spacing: -.01em;
    font-size: 16px;
  }

  .label {
    letter-spacing: .02em;
    font-size: 12px;
  }

  .text-h5 {
    letter-spacing: -.02em;
    font-size: 24px;
  }

  .footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .image-wrap-blog.pinned {
    height: 240px;
  }

  .article-tile.pinned {
    grid-template-columns: 1fr;
  }

  .text-field.service-b {
    color: var(--dark);
    font-size: 16px;
  }

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

  .headline-related {
    margin-bottom: 48px;
  }

  .article-big-thumbnail {
    height: 300px;
  }

  .footer-link {
    letter-spacing: -.01em;
    font-size: 20px;
  }

  ._404-heading {
    letter-spacing: -.01em;
    max-width: 500px;
    font-size: 16px;
  }

  .brand-navbar {
    display: block;
  }

  .pw-l-eft {
    margin-top: 0;
  }

  .faq-paragraph {
    letter-spacing: -.01em;
    font-size: 20px;
  }

  .text-small {
    letter-spacing: -.01em;
    font-size: 14px;
  }

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

  .cart-container {
    height: 100svh;
    margin: 0;
  }

  .brand-link-navbar {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
  }

  .menu-link {
    letter-spacing: -.01em;
    font-size: 16px;
  }

  .headline-blog {
    margin-bottom: 48px;
  }

  .pw-halves {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .section-divider.article-divider-2 {
    margin-top: 64px;
  }

  .contact-info-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .master-contact-c {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .team-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .member-card {
    height: 350px;
  }

  .promo-video {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .headline-story {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .story-image-wrap {
    height: 300px;
  }

  .feature-grid-side {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .cta-video {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-right {
    grid-column-gap: 64px;
    grid-row-gap: 56px;
    flex-flow: wrap;
  }

  .brand-link {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
  }

  .footer-last-block {
    flex-flow: wrap;
  }

  .footer-bottom-tile {
    flex-flow: column;
    display: flex;
  }

  .footer-bottom-wrap {
    flex-direction: column;
  }

  .cta-button-wrap {
    justify-content: center;
    align-items: center;
  }

  .services-menu {
    display: flex;
    overflow: auto;
  }

  .services-tab-link {
    flex: none;
  }

  .testimonial-button {
    bottom: 564px;
  }

  .testimonial-button.left {
    right: 85px;
  }

  .testimonial-image-wrap {
    height: 500px;
  }

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

  .feature-card-top-tile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .health-accordion-text {
    letter-spacing: -.01em;
    font-size: 16px;
  }

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

  .accordion-image-wrap {
    height: 400px;
  }

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

  .testimonial-video {
    height: 400px;
  }

  .testimonial-card {
    min-height: 450px;
  }

  .heading-feature-slider {
    max-width: 400px;
  }

  .testimonial-slider-button {
    width: 48px;
    height: 48px;
    top: -96px;
  }

  .testimonial-slider-button.left {
    right: 64px;
  }

  .mask-features {
    width: 75%;
  }

  .feature-card-slide {
    padding: 32px;
  }

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

  .back-link {
    letter-spacing: -.01em;
    font-size: 14px;
  }

  .product-thirds, .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card-image {
    height: 400px;
  }

  .headline-services-home-c {
    margin-bottom: 48px;
  }

  .column {
    flex-flow: column;
  }

  .column.text-top {
    flex-flow: column-reverse;
  }

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

  .column-image-wrap {
    height: 400px;
  }

  .column-content-wrap {
    margin-bottom: 32px;
  }

  .marquee-service-item {
    width: 320px;
    height: 300px;
  }

  .marquee-service-item.small-item {
    width: 180px;
  }

  .hero-service-b-halves {
    grid-template-columns: 1fr;
  }

  .service-b-right {
    width: 100%;
    height: 450px;
  }

  .service-c-master {
    padding-bottom: 350px;
  }

  .about-c-video {
    height: 400px;
    margin-top: -380px;
  }

  .text-h0 {
    letter-spacing: -.04em;
    font-size: 64px;
  }

  .cta-circle-regular {
    width: 256px;
    height: 256px;
    left: -137px;
  }

  .cta-circle-big {
    width: 360px;
    height: 360px;
    top: -228px;
  }

  .cta-circle-small {
    width: 180px;
    height: 180px;
    bottom: -132px;
  }

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

  .about-video {
    padding-bottom: 156px;
  }

  .home-b-services-halves {
    grid-template-columns: 1fr;
  }

  .home-b-services-image {
    max-width: 360px;
    height: 460px;
  }

  .home-b-services-right {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .features-image-home-b {
    height: 360px;
  }

  .case-halves-home-b {
    grid-template-columns: 1fr;
  }

  .circle-testimonial-left {
    width: 156px;
    height: 156px;
    left: -115px;
  }

  .circle-testimonial-right {
    width: 480px;
    height: 480px;
    top: -355px;
  }

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

  .careers-halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .about-a-hero-halves {
    grid-template-columns: 1.5fr;
    height: auto;
  }

  .about-a-left {
    padding-top: 160px;
    padding-bottom: 48px;
  }

  .circle-about-a-left {
    width: 360px;
    height: 360px;
    bottom: -107px;
    left: -68px;
  }

  .circle-about-a-right {
    width: 160px;
    height: 160px;
    right: -93px;
  }

  .about-c-descrption-halves {
    grid-template-columns: 1fr;
  }

  .service-hero-cta {
    bottom: auto;
    left: auto;
  }

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

  .case-body-image {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .block-quote {
    letter-spacing: -.03em;
    font-size: 32px;
  }

  .label-2 {
    letter-spacing: .02em;
    font-size: 12px;
  }

  .section-2.slider-section-home-a {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text-h2-2 {
    letter-spacing: -.04em;
    font-size: 40px;
  }

  .text-body-2 {
    letter-spacing: -.01em;
    font-size: 16px;
  }

  .text-h4-2 {
    letter-spacing: -.03em;
    font-size: 32px;
  }

  .text-h5-2 {
    letter-spacing: -.02em;
    font-size: 24px;
  }

  .text-h1-2 {
    letter-spacing: -.04em;
    font-size: 56px;
  }

  .text-small-2 {
    letter-spacing: -.01em;
    font-size: 14px;
  }

  .text-h2-3 {
    letter-spacing: -.04em;
    font-size: 40px;
  }

  .article-big-thumbnail-2 {
    height: 300px;
  }

  .section-divider-5.article-divider-2 {
    margin-top: 64px;
  }

  .label-3, .label-4, .label-5 {
    letter-spacing: .02em;
    font-size: 12px;
  }

  .master-contact-c-2 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .label-6 {
    letter-spacing: .02em;
    font-size: 12px;
  }

  .cta-video-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-circle-big-2 {
    width: 360px;
    height: 360px;
    top: -228px;
  }

  .cta-circle-regular-2 {
    width: 256px;
    height: 256px;
    left: -137px;
  }

  .faq-paragraph-2 {
    letter-spacing: -.01em;
    font-size: 20px;
  }

  .text-h3-2 {
    letter-spacing: -.04em;
    font-size: 36px;
  }

  .footer-link-2 {
    letter-spacing: -.01em;
    font-size: 20px;
  }

  .text-h0-2 {
    letter-spacing: -.04em;
    font-size: 64px;
  }

  .marquee-service-item-2 {
    width: 320px;
    height: 300px;
  }

  .marquee-service-item-2.small-item {
    width: 180px;
  }

  .about-a-left-2 {
    padding-top: 160px;
    padding-bottom: 48px;
  }

  .circle-about-a-left-2 {
    width: 360px;
    height: 360px;
    bottom: -107px;
    left: -68px;
  }

  .circle-about-a-right-2 {
    width: 160px;
    height: 160px;
    right: -93px;
  }

  .text-big-2 {
    letter-spacing: -.01em;
    font-size: 20px;
  }

  .text-h4-3 {
    letter-spacing: -.03em;
    font-size: 32px;
  }

  .circle-testimonial-left-2 {
    width: 156px;
    height: 156px;
    left: -115px;
  }

  .circle-testimonial-right-2 {
    width: 480px;
    height: 480px;
    top: -355px;
  }

  .text-big-3 {
    letter-spacing: -.01em;
    font-size: 20px;
  }

  .story-image-wrap-2 {
    height: 300px;
  }

  .text-h4-4 {
    letter-spacing: -.03em;
    font-size: 32px;
  }

  .marquee-service-item-3 {
    width: 320px;
    height: 300px;
  }

  .marquee-service-item-3.small-item {
    width: 180px;
  }

  .text-big-4 {
    letter-spacing: -.01em;
    font-size: 20px;
  }

  .testimonial-button-2 {
    bottom: 564px;
  }

  .testimonial-button-2.left {
    right: 85px;
  }

  .testimonial-image-wrap-2 {
    height: 500px;
  }

  .service-card-image-2 {
    height: 400px;
  }

  .services-menu-2 {
    display: flex;
    overflow: auto;
  }

  .text-h4-5 {
    letter-spacing: -.03em;
    font-size: 32px;
  }

  .services-tab-link-2 {
    flex: none;
  }

  .text-h4-6 {
    letter-spacing: -.03em;
    font-size: 32px;
  }

  .testimonial-slider-button-2 {
    width: 48px;
    height: 48px;
    top: -96px;
  }

  .testimonial-slider-button-2.left {
    right: 64px;
  }

  .feature-card-slide-2 {
    padding: 32px;
  }

  .text-h6-2 {
    letter-spacing: -.02em;
    font-size: 20px;
  }

  .column-image-wrap-2 {
    height: 400px;
  }

  .text-big-5 {
    letter-spacing: -.01em;
    font-size: 20px;
  }

  .accordion-image-wrap-2 {
    height: 400px;
  }

  .health-accordion-text-2 {
    letter-spacing: -.01em;
    font-size: 16px;
  }

  .text-h4-7 {
    letter-spacing: -.03em;
    font-size: 32px;
  }

  .home-b-services-image-2 {
    max-width: 360px;
    height: 460px;
  }

  .features-image-home-b-2 {
    height: 360px;
  }

  .text-h4-8 {
    letter-spacing: -.03em;
    font-size: 32px;
  }

  .features-image-home-b-3 {
    height: 360px;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  p, ul {
    font-size: 16px;
  }

  blockquote {
    font-size: var(--heading--h5);
  }

  .cta-main {
    font-size: var(--text--text-small);
    padding: 8px 20px;
  }

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

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

  .section.contact-b-hero {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 48px;
  }

  .section.video-section {
    padding: 0 8px;
  }

  .section.feature-slider-home-b {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.hero-home-c, .section.hero-pricing {
    padding-top: 100px;
  }

  .section.slider-section-home-a {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.testimonials-home-b {
    padding-bottom: 48px;
  }

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

  .section.cases-section, .section.features-home-b {
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

  .section.colorful-features-section, .section.features-service {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .text-h3 {
    font-size: 32px;
  }

  .text-h4 {
    font-size: 24px;
  }

  .text-big {
    font-size: 16px;
  }

  .text-h2 {
    font-size: 36px;
  }

  .text-h1 {
    font-size: 13vw;
  }

  .text-h6 {
    font-size: 18px;
  }

  .text-body {
    font-size: 14px;
  }

  .label {
    font-size: 10px;
    line-height: 12px;
  }

  .text-h5 {
    font-size: 20px;
  }

  .footer {
    padding-top: 48px;
    padding-bottom: 24px;
  }

  .master-marquees {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .marquee-text-wrap, .single-text-marquee {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .marquee-logo {
    height: 25px;
  }

  .image-wrap-carousel {
    height: 288px;
  }

  .post-body p, .post-body li {
    font-size: var(--text--text-small);
  }

  .post-body blockquote {
    font-size: var(--heading--h6);
  }

  .article-tile.pinned {
    grid-template-columns: 1fr;
  }

  .article-heading-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-field {
    font-size: var(--text--text-small);
  }

  .text-field.text-area {
    height: 120px;
  }

  .text-field.password, .text-field.service-b {
    width: 100%;
  }

  .utility-page-wrap.password-page-wrap {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 100px;
  }

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

  .utility-page-form.password-form {
    padding-left: 0;
    padding-right: 0;
  }

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

  .policy-body p, .policy-body li {
    font-size: var(--text--text-body);
  }

  .headline-related {
    margin-bottom: 32px;
  }

  .list-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .newsletter-field-wrap {
    width: 100%;
  }

  .button-arrow {
    display: none;
  }

  .article-big-thumbnail {
    height: 200px;
  }

  .navbar-master {
    padding-left: 16px;
    padding-right: 16px;
    top: 12px;
  }

  .footer-link {
    font-size: var(--text--text-small);
  }

  ._404-heading {
    grid-column-gap: 10px;
  }

  .pw-bottom-master {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .pw-l-eft {
    width: 100%;
  }

  .faq-paragraph {
    font-size: var(--text--text-body);
    padding-top: 20px;
  }

  .expandable-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .faq-halves {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .heading-cta {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .headline-home-b {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 24px;
  }

  .office-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .text-small {
    font-size: 12px;
  }

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

  .navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cart-container {
    border-radius: 0;
    margin: 0;
  }

  .cart-info-master {
    flex-direction: column;
  }

  .nav-left {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

  .cart-list {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand-menu-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
  }

  .dropdown-list.w--open {
    justify-content: center;
    align-items: flex-start;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .cart-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .cart-footer, .nav-menu, .nav-container.normal-nav-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-page-wrap {
    width: 100%;
  }

  .nav-menu-wrap {
    margin-left: 8px;
    margin-right: 8px;
  }

  .headline-blog {
    margin-bottom: 32px;
  }

  .section-divider.article-divider {
    margin-bottom: 48px;
  }

  .section-divider.home-a-features {
    margin-bottom: 32px;
  }

  .feature-icon-wrap {
    width: 48px;
    height: 48px;
  }

  .icon-feature {
    width: 20px;
  }

  .contact-a-left {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-top: 0;
  }

  .contact-a-right {
    height: 300px;
  }

  .contact-a-address-block, .input-halves {
    grid-template-columns: 1fr;
  }

  .contact-form {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .contact-b-left {
    height: 300px;
  }

  .contact-b-right {
    padding-top: 100px;
  }

  .contact-info-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 32px;
  }

  .contact-icon-wrap {
    width: 48px;
    height: 48px;
  }

  .icon-contact {
    width: 20px;
  }

  .master-contact-c {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .headline-contact-c {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .team-grid {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
  }

  .member-card {
    height: 250px;
  }

  .member-info-tile {
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .promo-video {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .marquee-features, .single-marquee-features {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .feature-moving-card {
    width: 320px;
    height: 340px;
    padding: 32px;
  }

  .home-b-button-wrap {
    flex-flow: wrap;
  }

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

  .headline-story {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-bottom: 32px;
  }

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

  .story-image-wrap {
    height: 200px;
  }

  .story-right {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .feature-card-side {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px;
  }

  .cta-fixed {
    bottom: 24px;
  }

  .nav-cart-quantity {
    font-size: var(--text--text-small);
  }

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

  .headline-pricing {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .button-animation-wrap {
    height: 20px;
  }

  .button-animation-wrap.small {
    height: 16px;
  }

  .button-content-tile.bottom-tile {
    display: none;
  }

  .button-content-tile.small, .button-animation-hide, .button-animation-hide.small {
    height: auto;
  }

  .cta-small {
    font-size: 12px;
  }

  .menu-cta-mobile {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-bottom-message {
    padding-top: 24px;
  }

  .footer-right {
    grid-column-gap: 56px;
    grid-row-gap: 48px;
  }

  .newsletter-form {
    width: 100%;
  }

  .brand-link {
    height: 24px;
  }

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

  .footer-last-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-bottom-tile {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .newsletter-form-block {
    width: 100%;
  }

  .footer-rights-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-bottom-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    display: flex;
  }

  .home-number-feature {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: var(--radius--regular);
    padding-left: 16px;
  }

  .number-features-grid {
    grid-column-gap: 8px;
    grid-row-gap: 32px;
  }

  .headline-home-a-services {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .services-tabs {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .services-menu {
    margin-bottom: 32px;
  }

  .testimonial-slider {
    width: 100%;
  }

  .testimonial-button {
    width: 40px;
    height: 40px;
    bottom: 0;
  }

  .testimonial-button.left {
    right: 75px;
  }

  .testimonial-right-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .testimonial-image-wrap {
    width: 100%;
    height: 300px;
  }

  .testimonial-halves {
    flex-flow: column-reverse;
    display: flex;
  }

  .icon-testimonial-arrow {
    width: 8px;
  }

  .home-a-feature-thirds {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .feature-card-long {
    padding: 24px;
  }

  .feature-card-top-tile {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .accordion-bottom-tile {
    margin-left: 44px;
  }

  .icon-accordion {
    width: 20px;
  }

  .accordion-image-wrap, .testimonial-video {
    height: 350px;
  }

  .testimonial-card {
    background-size: cover;
    min-height: 350px;
    padding: 32px 24px;
  }

  .testimonial-author {
    width: 64px;
    height: 64px;
  }

  .headline-feature-slider {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 32px;
  }

  .testimonial-slider-button {
    display: none;
    top: 0%;
    bottom: 0%;
  }

  .testimonial-slider-button.left {
    left: 0%;
    right: auto;
  }

  .testimonial-slider-button.light {
    display: none;
  }

  .slide-feature {
    margin-right: 24px;
  }

  .mask-features {
    width: 90%;
  }

  .feature-card-slide {
    height: 360px;
    padding: 24px;
  }

  .feature-card-slide-top-tile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .headline-product {
    margin-bottom: 32px;
  }

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

  .pricing-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px;
  }

  .plan-button-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .product-content-wrap, .logos-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .services-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .service-card-long {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 32px;
  }

  .service-card-top-tile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .icon-service-card {
    width: 24px;
    height: 24px;
  }

  .service-card-image {
    height: 300px;
  }

  .headline-testimonial-home-b {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 32px;
  }

  .headline-services-home-c {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 360px;
    margin-bottom: 32px;
  }

  .feature-moving-top-tile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .column-image-wrap {
    height: 250px;
    padding: 32px;
  }

  .marquee-service-item {
    width: 250px;
    height: 240px;
  }

  .marquee-service-item.small-item {
    width: 160px;
  }

  .service-b-right {
    height: 300px;
  }

  .service-b-form {
    flex-flow: wrap;
  }

  .service-c-master {
    padding-top: 100px;
    padding-bottom: 220px;
  }

  .headline-service-c {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-c-video {
    height: 300px;
    margin-top: -250px;
    margin-bottom: 48px;
  }

  .navigation-link-hover-wrap:hover {
    background-color: #0000;
  }

  .text-h0 {
    font-size: 14vw;
  }

  .cta-circle-regular {
    width: 200px;
    height: 200px;
    bottom: -96px;
    left: -114px;
  }

  .cta-circle-big {
    width: 256px;
    height: 256px;
    top: -184px;
    right: -119px;
  }

  .cta-circle-small {
    width: 120px;
    height: 120px;
    bottom: -81px;
  }

  .tab-menu-pricing {
    margin-bottom: 32px;
    display: flex;
  }

  .text-bg-white {
    margin: -4px -8px;
    padding: 4px 8px;
  }

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

  .case-image-wrap {
    height: 300px;
  }

  .case-study-top {
    margin-bottom: 32px;
  }

  .case-study-thumbnail {
    height: 250px;
  }

  .case-body p, .case-body li {
    font-size: var(--text--text-body);
  }

  .headline-read-more {
    margin-bottom: 32px;
  }

  .home-a-video {
    padding-bottom: 200px;
  }

  .circle-home-a-hero-left {
    width: 256px;
    height: 256px;
    top: -45px;
    left: -109px;
  }

  .circle-home-a-hero-right {
    width: 156px;
    height: 156px;
    bottom: 156px;
    right: -55px;
  }

  .home-a-small-video {
    width: 90%;
    max-width: 160px;
    position: absolute;
  }

  .lightbox-home-a {
    height: 80px;
  }

  .home-a-play-button {
    width: 24px;
    height: 24px;
  }

  .headline-home-a-ctas {
    margin-bottom: 32px;
  }

  .cta-card {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    height: auto;
    padding: 32px 24px;
  }

  .about-video {
    padding-bottom: 80px;
  }

  .home-b-hero-video {
    height: 350px;
  }

  .home-b-services-image {
    height: 360px;
  }

  .headline-features-home-b {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 32px;
  }

  .features-image-home-b {
    height: 280px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .testimonial-wrap-center {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .testimonial-author-image {
    border-width: 2px;
    width: 48px;
    height: 48px;
  }

  .headline-cases-home-b {
    margin-bottom: 32px;
  }

  .case-halves-home-b {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .case-card-home-b {
    padding: 32px 24px;
  }

  .case-logo {
    height: 32px;
  }

  .headline-home-c {
    margin-bottom: 32px;
  }

  .headline-home-c-features {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 32px;
  }

  .feature-grid-home-c {
    grid-template-columns: 1fr;
  }

  .features-video-home-c {
    height: 300px;
  }

  .circle-home-b-hero-left {
    width: 360px;
    height: 360px;
    top: -104px;
    left: -110px;
  }

  .circle-testimonial-left {
    bottom: 32px;
  }

  .circle-testimonial-right {
    width: 256px;
    height: 256px;
    top: -174px;
    right: -131px;
  }

  .circle-home-c-hero {
    width: 360px;
    height: 360px;
    top: -226px;
    right: -151px;
  }

  .circle-feature-card {
    width: 156px;
    height: 156px;
    bottom: -59px;
    right: -66px;
  }

  .headline-careers {
    margin-bottom: 32px;
  }

  .text-bg-green {
    margin: -4px -8px;
    padding: 4px 8px;
  }

  .careers-image-grid {
    grid-template-columns: 1fr;
  }

  .career-image._3, .career-image._4, .career-image._2 {
    display: none;
  }

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

  .jobs-list {
    padding-bottom: 24px;
  }

  .job-tile {
    padding-top: 24px;
  }

  .about-a-left {
    padding-bottom: 32px;
  }

  .about-a-right {
    height: 200px;
  }

  .circle-about-a-left {
    width: 300px;
    height: 300px;
    bottom: -96px;
    left: -67px;
  }

  .circle-about-a-right {
    width: 120px;
    height: 120px;
    right: -88px;
  }

  .headline-about-a-numbers {
    margin-bottom: 32px;
  }

  .about-a-story-tile {
    grid-template-columns: 1fr;
  }

  .about-b-left-image {
    height: 300px;
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .headline-team, .headline-features-services {
    margin-bottom: 32px;
  }

  .circle-features-service {
    width: 258px;
    height: 258px;
    bottom: -72px;
    right: -152px;
  }

  .column-inner-image {
    height: 100%;
  }

  .cta-main-2 {
    padding: 8px 20px;
    font-size: 14px;
  }

  .label-2 {
    font-size: 10px;
    line-height: 12px;
  }

  .section-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-2.contact-b-hero {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 48px;
  }

  .section-2.hero-home-c {
    padding-top: 100px;
  }

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

  .section-2.slider-section-home-a, .section-2.colorful-features-section, .section-2.features-service, .section-2.features-home-b {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .text-h2-2 {
    font-size: 36px;
  }

  .jobs-list-2 {
    padding-bottom: 24px;
  }

  .job-tile-2 {
    padding-top: 24px;
  }

  .text-body-2 {
    font-size: 14px;
  }

  .text-h4-2 {
    font-size: 24px;
  }

  .text-h5-2 {
    font-size: 20px;
  }

  .text-h1-2 {
    font-size: 13vw;
  }

  .text-small-2 {
    font-size: 12px;
  }

  .text-h2-3 {
    font-size: 36px;
  }

  .article-big-thumbnail-2 {
    height: 200px;
  }

  .section-divider-5.article-divider {
    margin-bottom: 48px;
  }

  .contact-a-right-2 {
    height: 300px;
  }

  .label-3 {
    font-size: 10px;
    line-height: 12px;
  }

  .text-field-2 {
    font-size: 14px;
  }

  .text-field-2.text-area {
    height: 120px;
  }

  .contact-b-left-2 {
    height: 300px;
  }

  .label-4 {
    font-size: 10px;
    line-height: 12px;
  }

  .contact-icon-wrap-2 {
    width: 48px;
    height: 48px;
  }

  .contact-info-block-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 32px;
  }

  .label-5 {
    font-size: 10px;
    line-height: 12px;
  }

  .master-contact-c-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .label-6 {
    font-size: 10px;
    line-height: 12px;
  }

  .cta-circle-big-2 {
    width: 256px;
    height: 256px;
    top: -184px;
    right: -119px;
  }

  .cta-circle-regular-2 {
    width: 200px;
    height: 200px;
    bottom: -96px;
    left: -114px;
  }

  .faq-paragraph-2 {
    padding-top: 20px;
    font-size: 16px;
  }

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

  .footer-link-2 {
    font-size: 14px;
  }

  .lightbox-home-a-2 {
    height: 80px;
  }

  .circle-home-a-hero-right-2 {
    width: 156px;
    height: 156px;
    bottom: 156px;
    right: -55px;
  }

  .circle-home-a-hero-left-2 {
    width: 256px;
    height: 256px;
    top: -45px;
    left: -109px;
  }

  .home-a-video-2 {
    padding-bottom: 200px;
  }

  .text-h0-2 {
    font-size: 14vw;
  }

  .home-a-play-button-2 {
    width: 24px;
    height: 24px;
  }

  .home-a-small-video-2 {
    width: 90%;
    max-width: 160px;
    position: absolute;
  }

  .circle-home-b-hero-left-2 {
    width: 360px;
    height: 360px;
    top: -104px;
    left: -110px;
  }

  .home-b-hero-video-2 {
    height: 350px;
  }

  .marquee-service-item-2 {
    width: 250px;
    height: 240px;
  }

  .marquee-service-item-2.small-item {
    width: 160px;
  }

  .text-bg-white-2 {
    margin: -4px -8px;
    padding: 4px 8px;
  }

  .circle-home-c-hero-2 {
    width: 360px;
    height: 360px;
    top: -226px;
    right: -151px;
  }

  .about-a-right-2 {
    height: 200px;
  }

  .about-a-left-2 {
    padding-bottom: 32px;
  }

  .circle-about-a-left-2 {
    width: 300px;
    height: 300px;
    bottom: -96px;
    left: -67px;
  }

  .circle-about-a-right-2 {
    width: 120px;
    height: 120px;
    right: -88px;
  }

  .about-b-left-image-2 {
    height: 300px;
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .text-big-2 {
    font-size: 16px;
  }

  .career-image-2._4, .career-image-2._2, .career-image-2._3 {
    display: none;
  }

  .text-bg-green-2 {
    margin: -4px -8px;
    padding: 4px 8px;
  }

  .home-number-feature-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 32px;
    padding-left: 16px;
  }

  .text-h4-3 {
    font-size: 24px;
  }

  .circle-testimonial-left-2 {
    bottom: 32px;
  }

  .circle-testimonial-right-2 {
    width: 256px;
    height: 256px;
    top: -174px;
    right: -131px;
  }

  .testimonial-author-image-2 {
    border-width: 2px;
    width: 48px;
    height: 48px;
  }

  .text-big-3 {
    font-size: 16px;
  }

  .story-image-wrap-2 {
    height: 200px;
  }

  .home-number-feature-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 32px;
    padding-left: 16px;
  }

  .text-h4-4 {
    font-size: 24px;
  }

  .marquee-service-item-3 {
    width: 250px;
    height: 240px;
  }

  .marquee-service-item-3.small-item {
    width: 160px;
  }

  .text-big-4 {
    font-size: 16px;
  }

  .about-a-story-tile-2 {
    grid-template-columns: 1fr;
  }

  .testimonial-button-2 {
    width: 40px;
    height: 40px;
    bottom: 0;
  }

  .testimonial-button-2.left {
    right: 75px;
  }

  .icon-testimonial-arrow-2 {
    width: 8px;
  }

  .testimonial-image-wrap-2 {
    width: 100%;
    height: 300px;
  }

  .service-card-image-2 {
    height: 300px;
  }

  .services-menu-2 {
    margin-bottom: 32px;
  }

  .service-card-long-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 32px;
  }

  .text-h4-5 {
    font-size: 24px;
  }

  .feature-moving-card-2 {
    width: 320px;
    height: 340px;
    padding: 32px;
  }

  .text-h4-6 {
    font-size: 24px;
  }

  .feature-icon-wrap-2 {
    width: 48px;
    height: 48px;
  }

  .feature-card-side-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px;
  }

  .section-divider-10.home-a-features {
    margin-bottom: 32px;
  }

  .icon-testimonial-arrow-3 {
    width: 8px;
  }

  .testimonial-slider-button-2 {
    display: none;
    top: 0%;
    bottom: 0%;
  }

  .testimonial-slider-button-2.left {
    left: 0%;
    right: auto;
  }

  .testimonial-slider-button-2.light {
    display: none;
  }

  .feature-card-slide-2 {
    height: 360px;
    padding: 24px;
  }

  .text-h6-2 {
    font-size: 18px;
  }

  .column-image-wrap-2 {
    height: 250px;
    padding: 32px;
  }

  .text-big-5 {
    font-size: 16px;
  }

  .circle-features-service-2 {
    width: 258px;
    height: 258px;
    bottom: -72px;
    right: -152px;
  }

  .feature-card-long-2 {
    padding: 24px;
  }

  .accordion-image-wrap-2 {
    height: 350px;
  }

  .cta-card-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    height: auto;
    padding: 32px 24px;
  }

  .text-h4-7 {
    font-size: 24px;
  }

  .home-b-services-image-2 {
    height: 360px;
  }

  .features-image-home-b-2 {
    height: 280px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .case-card-home-b-2 {
    padding: 32px 24px;
  }

  .text-h4-8 {
    font-size: 24px;
  }

  .features-image-home-b-3 {
    height: 280px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

#w-node-_2ea2b00e-9a64-81c0-1819-54d34a463e98-0f2467fe, #w-node-_2ea2b00e-9a64-81c0-1819-54d34a463ea3-0f2467fe, #w-node-_2ea2b00e-9a64-81c0-1819-54d34a463eae-0f2467fe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_09e8b2d7-727b-e462-f22e-b1bca732dd0f-b8c767bf {
  justify-self: end;
}

#w-node-_67d8a500-5735-5326-f183-23fbbdfad63b-d48f311f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2cbb843b-1464-b26c-d055-c5be90608299-f9ca429b, #w-node-_2cbb843b-1464-b26c-d055-c5be906082ac-f9ca429b {
  justify-self: end;
}

#w-node-_2e08e043-d248-dcdb-449b-aeebd959e08b-1dc8b73c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b2d02382-afa7-e808-a6e8-de043269f084-aebd5748 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b2d02382-afa7-e808-a6e8-de043269f092-aebd5748 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f408f8cc-051a-321c-e883-acf0cf58987d-9f0f25a0 {
  place-self: end;
}

#w-node-_46e047b2-a629-25ff-2166-268d284e47a0-636e0311 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdf4bb21-b902-6f5f-ad8c-8acf6109edc0-d8931758, #w-node-d2cac614-cb6f-04c7-0c31-f919a57260f9-a0f496a5 {
  justify-self: end;
}

#w-node-fabf6c18-8c16-b0e1-e410-a29cfc60cfbc-67868eb1, #w-node-fabf6c18-8c16-b0e1-e410-a29cfc60cfc4-67868eb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab7e7e76-04ce-7650-a33c-2a92f9a7c5ac-22115913 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_2ea2b00e-9a64-81c0-1819-54d34a463e98-0f2467fe, #w-node-_2ea2b00e-9a64-81c0-1819-54d34a463ea3-0f2467fe, #w-node-_2ea2b00e-9a64-81c0-1819-54d34a463eae-0f2467fe {
    grid-column: span 1 / span 1;
  }

  #w-node-_67d8a500-5735-5326-f183-23fbbdfad63b-d48f311f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2cbb843b-1464-b26c-d055-c5be90608297-f9ca429b, #w-node-_2cbb843b-1464-b26c-d055-c5be906082a9-f9ca429b {
    align-self: center;
  }

  #w-node-f408f8cc-051a-321c-e883-acf0cf58987d-9f0f25a0 {
    place-self: end;
  }

  #w-node-cdf4bb21-b902-6f5f-ad8c-8acf6109edc0-d8931758 {
    justify-self: center;
  }

  #w-node-d2cac614-cb6f-04c7-0c31-f919a57260cb-a0f496a5 {
    order: -9999;
  }

  #w-node-ab7e7e76-04ce-7650-a33c-2a92f9a7c5ac-22115913 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_09e8b2d7-727b-e462-f22e-b1bca732dd0f-b8c767bf {
    justify-self: auto;
  }

  #w-node-_67d8a500-5735-5326-f183-23fbbdfad63b-d48f311f {
    grid-column: span 1 / span 1;
  }

  #w-node-_2cbb843b-1464-b26c-d055-c5be90608297-f9ca429b, #w-node-_2cbb843b-1464-b26c-d055-c5be906082a9-f9ca429b {
    order: 9999;
  }

  #w-node-_34914d0a-e3c4-0933-576d-c2551cab70b1-2b831f56 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b2d02382-afa7-e808-a6e8-de043269f090-aebd5748 {
    order: 9999;
  }

  #w-node-b2d02382-afa7-e808-a6e8-de043269f092-aebd5748 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'LT Superior';
  src: url('../fonts/LTSuperior-Bold.otf') format('opentype'), url('../fonts/LTSuperior-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LT Superior';
  src: url('../fonts/LTSuperior-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LT Superior';
  src: url('../fonts/LTSuperior-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LT Superior';
  src: url('../fonts/LTSuperior-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LT Superior';
  src: url('../fonts/LTSuperior-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LT Superior';
  src: url('../fonts/LTSuperior-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LT Superior';
  src: url('../fonts/LTSuperior-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LT Superior';
  src: url('../fonts/LTSuperior-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LT Superior Serif';
  src: url('../fonts/LTSuperiorSerif-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LT Superior Serif';
  src: url('../fonts/LTSuperiorSerif-Bold.otf') format('opentype'), url('../fonts/LTSuperiorSerif-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LT Superior Serif';
  src: url('../fonts/LTSuperiorSerif-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LT Superior Serif';
  src: url('../fonts/LTSuperiorSerif-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LT Superior Mono';
  src: url('../fonts/ltsuperiormono-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LT Superior Mono';
  src: url('../fonts/ltsuperiormono-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LT Superior Mono';
  src: url('../fonts/ltsuperiormono-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LT Superior Mono';
  src: url('../fonts/ltsuperiormono-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}