:root {
  --black: #1b1b1e;
  --white: #e7e7e4;
  --white-20: #f7f3e333;
  --green: #3bff00;
  --green-10: #28c73b1a;
}

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

body {
  background-color: var(--black);
  color: var(--white);
  font-family: JetBrains Mono, sans-serif;
  font-size: 1rem;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 7rem;
  font-weight: 700;
  line-height: 88.6%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.3rem;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140.7%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
}

p {
  color: #e7e7e4;
  letter-spacing: -.001em;
  margin-bottom: 10px;
  font-family: JetBrains Mono, sans-serif;
  line-height: 140%;
}

a {
  text-decoration: none;
}

.work-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  width: 25%;
  padding: 20px;
  text-decoration: none;
  transition: width .5s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: relative;
}

.work-card:hover {
  width: 100%;
}

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

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

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

.nav-menu-link-block {
  color: #e7e7e4;
  text-decoration: none;
  transition: color .2s, padding .2s;
}

.nav-menu-link-block:hover {
  color: #3bff00;
  padding-right: 20px;
}

.navbar-logo-container {
  opacity: .7;
  color: #e7e7e4;
  font-size: 19px;
  text-decoration: none;
  transition: opacity .2s;
}

.navbar-logo-container:hover {
  opacity: 100;
}

.nav-menu-back-button {
  background-image: url('../images/material-symbols_arrow-back.svg');
  background-position: 50%;
  background-size: cover;
  width: 120px;
  height: 120px;
  transition: margin .2s;
  position: absolute;
  inset: 80px auto auto 80px;
}

.nav-menu-back-button:hover {
  margin-left: 10px;
}

.nav-menu-overlay {
  z-index: 100;
  background-color: #1b1b1e;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 0 40px;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.navbar-content-wrapper {
  z-index: 50;
  border-left: 1px solid #f7f3e333;
  border-right: 1px solid #f7f3e333;
  justify-content: space-between;
  align-items: center;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 40px;
  display: flex;
}

.navbar {
  z-index: 99;
  border-bottom: 1px solid var(--white-20);
  overflow: visible;
}

.navbar-button-line {
  background-color: #e7e7e4;
  border-radius: 5px;
  width: 100%;
  height: 2px;
}

.nav-menu-content-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-left: 1px solid #f7f3e333;
  border-right: 1px solid #f7f3e333;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1040px;
  margin: auto;
  padding: 80px;
  display: flex;
  position: relative;
}

.navbar-button {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 20px;
  height: 16px;
  transition: all .2s;
  display: flex;
}

.navbar-button:hover {
  height: 12px;
}

.home-services-small-card-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.section-title-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #f7f3e333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
  position: relative;
}

.work-carousel-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 363.65px;
  height: 256.6px;
}

.work-carousel-image.work-1 {
  background-image: url('../images/Noah_img_1Noah_img.webp');
}

.work-carousel-image.work-3 {
  background-image: url('../images/Vizs_img_1Vizs_img.webp');
}

.work-carousel-image.work-4 {
  background-image: url('../images/Styd_img_1Styd_img.webp');
}

.work-carousel-image.work-2 {
  background-image: url('../images/CLEM_img_1CLEM_img.webp');
}

.footer-content-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.line {
  background-color: #f7f3e333;
  width: 100%;
  height: 1px;
}

.template-card-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  display: flex;
}

.green-text {
  color: #3bff00;
}

.work-status-card-dot {
  background-color: #3bff00;
  width: 8px;
  height: 8px;
}

.work-carousel-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid #f7f3e333;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.page-wrapper {
  overflow: hidden;
}

.footer-c2a-wrap {
  flex: 1;
  max-width: 75%;
}

.hero-portrait-image {
  background-image: url('../images/Frame-2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 290px;
  height: 290px;
}

.footer-social-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #e7e7e4;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-c2a-text {
  text-transform: uppercase;
}

.section {
  border-top: 1px solid #f7f3e333;
  padding-left: 20px;
  padding-right: 20px;
}

.home-services-big-card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border: 1px solid #f7f3e333;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 40px;
  display: flex;
}

.carousel-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3077px;
  display: flex;
}

.template-card-header {
  justify-content: space-between;
  align-items: flex-start;
  height: 60px;
  display: flex;
}

.footer-socials-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding: 10px;
  display: flex;
}

.content-container {
  border-left: 1px solid #f7f3e333;
  border-right: 1px solid #f7f3e333;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.work-pill {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #3bff00;
  background-color: #28c73b1a;
  border: 1px solid #3bff00;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.spaced-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px;
  display: flex;
}

.spaced-content-wrapper.no-top-padding {
  padding-top: 0;
}

.body-small {
  font-size: 14px;
}

.work-carousel {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  height: 256.6px;
  display: flex;
}

.footer-nav-link {
  opacity: .7;
  color: #e7e7e4;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.footer-nav-link:hover {
  opacity: 1;
  color: #3bff00;
}

.service-card-text-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-card-text-wrap.wide-elements {
  justify-content: flex-start;
  align-items: stretch;
}

.button {
  color: #1b1b1e;
  -webkit-user-select: none;
  user-select: none;
  background-color: #e7e7e4;
  padding: 12px 16px;
  text-decoration: none;
  transition-property: padding;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: block;
}

.button:hover {
  padding-left: 24px;
  padding-right: 24px;
}

.button.secondary {
  color: #e7e7e4;
  background-color: #0000;
  border: 1px solid #e7e7e4;
  transition: color .2s, background-color .2s, padding .2s;
}

.button.secondary:hover {
  color: #1b1b1e;
  background-color: #e7e7e4;
}

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

.button.form-button:disabled {
  color: #f7f3e333;
  background-color: #1b1b1e;
  border: 1px solid #f7f3e333;
}

.home-services-small-card {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border: 1px solid #f7f3e333;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 40px;
  display: flex;
}

.template-showcase-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #f7f3e333;
  width: 192px;
  height: 247px;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 12px 24px #00000012;
}

.template-showcase-image.meeuw-thumbnail {
  background-image: url('../images/Meeuw.jpg');
}

.template-showcase-image.akira-thumbnail {
  background-image: url('../images/quad.jpg');
}

.template-showcase-image.secondary-image {
  top: 20px;
  left: auto;
  right: 0;
}

.template-showcase-image.secondary-image.muis-thumbnail {
  background-image: url('../images/Muis.jpg');
}

.template-showcase-image.secondary-image.akra-thumbnail {
  background-image: url('../images/Akra.jpg');
}

.quote-text {
  line-height: 150%;
}

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

.hero-text-container {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-bg {
  z-index: -1;
  background-image: linear-gradient(0deg, #242424, #1b1b1e);
  position: absolute;
  inset: 0%;
}

.section-bg.reversed {
  background-image: linear-gradient(#242424, #1b1b1e);
}

.section-bg.centered {
  background-image: linear-gradient(#1b1b1e, #242424 50%, #1b1b1e);
}

.template-card {
  color: #e7e7e4;
  border: 1px solid #f7f3e333;
  flex: 1;
  padding: 60px 40px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

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

.hero-spaced-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 80px;
  display: flex;
}

.spacer._22px {
  height: 22px;
}

.spacer._4px {
  height: 4px;
}

.spacer._180px {
  height: 180px;
}

._70-opacity {
  opacity: .7;
}

.footer-nav-link-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.home-services-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.temlpate-card-showcase {
  height: 247px;
  margin-left: 40px;
  margin-right: 40px;
  position: absolute;
  inset: auto 0% -2%;
  overflow: hidden;
}

.page-alt-title {
  opacity: 1;
  max-width: 500px;
}

.dynamic-container {
  width: 80%;
}

.plan-card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: #e7e7e4;
  border: 1px solid #f7f3e333;
  flex-flow: column;
  flex: 1;
  padding: 60px 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-section-title-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  text-transform: none;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.service-card-text-wrap-copy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.page-title-icon {
  opacity: .1;
  width: 15rem;
  height: 15rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.dynamic-text {
  text-transform: uppercase;
}

.pricing-card-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.plan-perks-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.price-text {
  margin-top: 4px;
  margin-bottom: 0;
}

.faq-answer-wrap {
  overflow: hidden;
}

.paragraph {
  max-width: 670px;
}

.plan-page-section-box-title {
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-plan-text-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-card {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid #f7f3e333;
  padding: 20px 20px 19px;
}

.plan-perk-icon {
  width: 32px;
}

.plan-progress-title-text {
  margin-top: 0;
  margin-bottom: 0;
}

.plan-perk-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #f7f3e333;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 60px 24px;
  display: flex;
}

.plan-progress-step-icon {
  opacity: .1;
  height: 80%;
  position: absolute;
  inset: 20px 20px 20px auto;
}

.plan-perk-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top: 1px solid #e7e7e4;
  flex-flow: column;
  padding: 40px 20px;
  display: flex;
}

.pricing-card {
  border: 1px solid #e7e7e4;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.plan-pricing-card-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.pricing-sub-text {
  opacity: .7;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.plan-perk {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.plan-progress-step {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.plan-progress-paragraph {
  max-width: 360px;
}

.plan-progress-list-container {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  padding-top: 24px;
  display: flex;
  overflow: visible;
}

.plan-page-section-box {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border: 1px solid #f7f3e333;
  flex-flow: column;
  flex: 1;
  width: 100%;
  padding: 40px;
  display: flex;
}

.plan-progress-step-text-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #1b1b1e;
  border: 1px solid #f7f3e333;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 230px;
  margin-left: 40px;
  padding: 40px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.plan-progress-number-box {
  z-index: 1;
  background-color: #1b1b1e;
  border: 1px solid #f7f3e333;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  display: flex;
  position: absolute;
  top: -28px;
}

.divider-line {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cal-embed {
  border-radius: 0;
  width: 100%;
}

.form-input-wrap {
  flex: 1;
}

.form-horizontal-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.form-input-field {
  color: var(--white);
  background-color: #1b1b1e;
  border: 1px solid #f7f3e333;
  transition: border-color .2s;
}

.form-input-field:hover, .form-input-field:focus, .form-input-field:focus-visible, .form-input-field[data-wf-focus-visible] {
  border-color: #e7e7e4;
}

.form-input-field::placeholder {
  color: #f7f3e333;
}

.form-input-field.text-area {
  color: var(--white);
  height: 170px;
}

.form-input-field.text-area::placeholder {
  color: var(--white);
}

.select-field-wrap {
  border: 1px solid #f7f3e333;
  padding-right: 4px;
  transition: border-color .2s;
}

.select-field-wrap:hover {
  border-color: #e7e7e4;
}

.select-field {
  color: #f7f3e333;
  background-color: #1b1b1e;
  border: 1px #000;
  margin-bottom: 0;
}

.select-field:hover {
  color: #e7e7e4;
  border-style: none;
  border-color: #28c73b1a;
}

.select-field:active, .select-field:focus, .select-field:focus-visible, .select-field[data-wf-focus-visible] {
  color: #e7e7e4;
  border-style: none;
}

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

.success-message {
  border: 1px solid var(--green);
  background-color: var(--black);
}

.error-message {
  background-color: var(--black);
  border: 1px solid #ff3a3d;
  padding-left: 24px;
  padding-right: 24px;
}

.centered-element-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 5.6rem;
  }

  .work-card {
    width: auto;
    height: 100%;
  }

  .nav-menu-back-button {
    top: 40px;
    left: 40px;
  }

  .nav-menu-content-container {
    padding: 40px;
  }

  .template-card-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .hero-portrait-image {
    width: 250px;
    height: 250px;
  }

  .home-services-big-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 40px 20px;
  }

  .spaced-content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button.secondary {
    background-color: #0000;
  }

  .home-services-small-card {
    padding: 40px 20px;
  }

  .hero-button-flex {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-spaced-content-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-services-grid-container {
    flex-flow: column;
  }

  .temlpate-card-showcase {
    left: 21vw;
    right: 21vw;
  }

  .dynamic-container {
    width: 90%;
  }

  .page-title-icon {
    opacity: .05;
  }

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

  .plan-progress-step-icon {
    height: 60%;
  }

  .plan-pricing-card-container {
    flex-flow: column;
  }

  .plan-page-section-box {
    padding: 20px;
  }

  .form-horizontal-stack {
    flex-flow: column;
  }
}

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

  h3 {
    font-size: 1.4rem;
  }

  .nav-menu-back-button {
    width: 70px;
    height: 70px;
  }

  .section-title-container {
    padding: 20px;
  }

  .hero-portrait-image {
    width: 150px;
    height: 150px;
  }

  .temlpate-card-showcase {
    left: 16%;
    right: 16%;
  }

  .dynamic-container {
    width: 100%;
  }

  .page-section-title-container {
    padding: 0;
  }

  .plan-progress-step-icon {
    height: 6rem;
  }

  .plan-progress-step {
    display: flex;
    position: relative;
  }

  .plan-progress-list-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .plan-progress-step-text-card {
    width: 100%;
    margin-left: 0;
  }

  .plan-progress-number-box {
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    top: -9%;
  }
}

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

  h2 {
    font-size: 2.6rem;
  }

  p {
    font-size: 14px;
  }

  .nav-menu-back-button {
    width: 60px;
    height: 60px;
  }

  .nav-menu-overlay {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-content-container, .footer-content-wrap {
    padding: 20px;
  }

  .footer-c2a-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    max-width: none;
    display: flex;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-socials-flex {
    justify-content: center;
    align-items: center;
  }

  .spaced-content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-nav-link {
    text-align: center;
  }

  .template-showcase-image {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .template-showcase-image.secondary-image {
    display: none;
  }

  .footer-item-flex {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .template-card {
    padding: 40px 20px;
  }

  .hero-spaced-content-wrapper {
    padding-left: 14px;
    padding-right: 14px;
  }

  .footer-nav-link-flex {
    flex-flow: column;
  }

  .temlpate-card-showcase {
    bottom: -10%;
    left: 0%;
    right: 0%;
  }

  .plan-card {
    padding: 40px 20px;
  }

  .pricing-card-header {
    padding: 20px;
  }

  .plan-progress-step-icon {
    height: 4rem;
    top: auto;
  }

  .plan-perk-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .plan-progress-number-box {
    top: -20px;
  }
}

#w-node-b43eae61-f9ac-4836-3e78-b5156ec20aee-923d251d, #w-node-b43eae61-f9ac-4836-3e78-b5156ec20af8-923d251d, #w-node-b43eae61-f9ac-4836-3e78-b5156ec20b02-923d251d, #w-node-b43eae61-f9ac-4836-3e78-b5156ec20b0c-923d251d, #w-node-b43eae61-f9ac-4836-3e78-b5156ec20b16-923d251d, #w-node-_92235e2a-1915-ee50-de77-978665ad4b1f-fc107ea4, #w-node-_92235e2a-1915-ee50-de77-978665ad4b29-fc107ea4, #w-node-_92235e2a-1915-ee50-de77-978665ad4b33-fc107ea4, #w-node-_92235e2a-1915-ee50-de77-978665ad4b3d-fc107ea4, #w-node-_92235e2a-1915-ee50-de77-978665ad4b47-fc107ea4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


