:root {
  --green-400: #012622;
  --font-sans: "Space Grotesk", sans-serif;
  --green-100: #defffb;
  --text-base: 16px;
  --green-300: #003b36;
  --text-5xl: 3.815rem;
  --green-300-transparent: #003b3680;
  --text-2xl: 1.953rem;
  --text-4xl: 3.052rem;
  --text-lg: 1.25rem;
  --green-200: #84b5af;
  --text-sm: .8rem;
  --accessible-components--dark-grey: #9b9b9b;
  --green-500: #03564f;
  --orange-100: #e98a15;
  --orange-200: #ffa02a;
  --orange-300: #ffce92;
  --text-xl: 1.563rem;
  --text-3xl: 2.441rem;
}

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

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

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

@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(--green-400);
  font-family: var(--font-sans);
  color: var(--green-100);
  font-size: var(--text-base);
  background-image: url('../images/background.svg');
  background-position: 0 0;
  background-size: auto;
  line-height: 1.5em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

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

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

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

.utility-page-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.container {
  border-right: 1px solid var(--green-300);
  border-left: 1px solid var(--green-300);
  max-width: 1024px;
}

.body {
  transition: all .2s;
}

.main-navigation {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
}

.main-navigation-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
}

.text-6xl {
  font-size: var(--text-5xl);
  line-height: 1.1em;
}

.text-6xl.font-700 {
  max-width: 11em;
  font-weight: 700;
}

.hero-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.hero-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: stretch;
}

.hero-offer {
  background-color: var(--green-300-transparent);
  padding: 8px 16px;
}

.services-section {
  justify-content: flex-start;
  align-items: stretch;
}

.text-2xl {
  font-size: var(--text-2xl);
  line-height: 1.2em;
}

.text-2xl.font-500 {
  font-weight: 500;
}

.text-4xl {
  font-size: var(--text-4xl);
  line-height: 1.2em;
}

.text-4xl.font-700 {
  font-weight: 700;
}

.hero-text {
  max-width: 28em;
}

.process-list {
  border-top: 1px solid var(--green-300);
  display: flex;
}

.section-header-description {
  max-width: 30em;
}

.wrapper {
  padding: 32px;
}

.wrapper.hero-section {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-image: url('../images/hero-3d-illustration.svg');
  background-position: 150%;
  background-repeat: no-repeat;
  background-size: 75%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper.page-header {
  justify-content: space-between;
  align-items: center;
}

.wrapper.service {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 33%;
}

.wrapper.section-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.wrapper.process {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 33%;
  display: flex;
}

.wrapper.all-pricing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--green-300);
}

.wrapper.pricing {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: calc(100% - 32px) 25px;
  background-repeat: no-repeat;
  background-size: auto 240px;
  flex: 50px;
  align-items: stretch;
}

.wrapper.pricing.landing-page-pricing {
  background-image: url('../images/one-page-illustration.svg');
}

.wrapper.pricing.multi-page-pricing {
  background-image: url('../images/multi-page-illustration.svg');
}

.wrapper.accordion-trigger {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: background-color .2s;
}

.wrapper.accordion-trigger:hover {
  background-color: var(--green-300-transparent);
}

.wrapper.accordion-body {
  padding-top: 16px;
  padding-bottom: 16px;
}

.wrapper.page-footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: stretch;
}

.wrapper._404-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.text-lg {
  font-size: var(--text-lg);
  line-height: 1.4em;
}

.text-lg.hero-text {
  max-width: 28em;
}

.text-lg.section-header-description {
  max-width: 30.2em;
}

.text-lg.font-700 {
  font-weight: 700;
}

.text-lg.font-500 {
  font-weight: 500;
}

.checkmark {
  background-color: var(--green-300-transparent);
  background-image: url('../images/checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 16px;
  height: 16px;
}

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

.all-pricing-features {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pricing-container {
  border-top: 1px solid var(--green-300);
  align-items: stretch;
}

.pricing-slots {
  color: var(--green-200);
}

.pricing-features-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.pricing-footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
}

.text-sm {
  font-size: var(--text-sm);
  line-height: 1em;
}

.text-span {
  text-decoration: line-through;
}

.fs_accordion-1_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-1_header:focus-visible {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-1_header[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.accordion-arrow-wrapper {
  background-image: url('../images/accordion-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  transition: transform .2s;
}

.accordion-arrow-wrapper.is-active-accordion {
  transform: scaleY(-1);
}

.accordion-content {
  border-top: 1px solid var(--green-300);
  transition: max-height .2s;
  overflow: hidden;
}

.footer-navigation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
}

.button {
  padding: 8px 16px;
  font-weight: 500;
  line-height: 1.5em;
  transition: all .35s;
  position: relative;
}

.button.button-secondary {
  background-color: var(--green-300-transparent);
}

.button.button-secondary.w--current {
  background-color: var(--green-400);
  box-shadow: 0 0 0 1px var(--green-300);
}

.button.button-secondary.w--current:hover {
  background-color: var(--green-300);
  box-shadow: 0 0 0 3px var(--green-500);
}

.button.button-primary {
  background-color: var(--orange-100);
  box-shadow: 0 0 0 1px var(--orange-200);
  color: var(--green-400);
}

.button.button-primary:hover {
  background-color: var(--orange-200);
  box-shadow: 0 0 0 3px var(--orange-300);
}

.link {
  font-weight: 500;
  position: relative;
}

.flex-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap-reverse;
  justify-content: space-between;
}

.project-list {
  border-top: 1px solid var(--green-300);
  flex-flow: row;
}

.sr-only {
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  border: 0 solid #000;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.project, .image {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .wrapper.page-header {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .navigation {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .main-navigation-links {
    display: flex;
  }

  .hero-buttons {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
  }

  .services-section, .process-list {
    flex-flow: column;
  }

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

  .wrapper.pricing.landing-page-pricing, .wrapper.pricing.multi-page-pricing, .wrapper.page-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .pricing-container, .footer-navigation {
    flex-flow: column;
  }

  .text-span-2 {
    display: none;
  }

  .project-list {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .main-navigation-links {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .hero-buttons {
    justify-content: flex-start;
  }

  .wrapper.page-header {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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


@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}