:root {
  --walsh--walsh-mid-green: #47888a;
  --walsh--walsh-dark-green: #575d2c;
  --walsh--walsh-dark-green-2: #415820;
  --walsh--black: #2c2c2c;
  --walsh--walsh-light-green: #c2ecd5;
  --walsh--azure: #e7f1f1;
}

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

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #a85bff;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-button-hover-fill {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-container-nav {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
}

.walsh-main-nav {
  background-color: #0000;
}

.walsh-brand-block {
  z-index: 2;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.walsh-nav-logo {
  height: 45px;
}

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

.walsh-nav-link-white {
  color: #fff;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.walsh-nav-link-white:hover {
  background-color: #00000059;
}

.walsh-nav-wrapper-green {
  z-index: 10;
  background-color: #415820;
  position: sticky;
  top: 0;
}

.walsh-dropdown {
  color: #fff;
}

.walsh-toggle {
  color: #fff;
  border-radius: 8px;
  padding-left: 18px;
  padding-right: 32px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.walsh-toggle:hover {
  background-color: #00000059;
}

.walsh-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 6px;
  box-shadow: 0 0 14px 5px #0000000d;
}

.walsh-dropdown-link {
  color: #6b6b6b;
  border-radius: 2px;
  font-weight: 600;
}

.walsh-dropdown-link:hover {
  color: #ff8d86;
  background-color: #eee;
  border-radius: 3px;
}

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

.walsh-menu-button {
  color: #fff;
}

.walsh-link-block-transparent-1 {
  box-shadow: inset 1px -1px 0 0 var(--walsh--walsh-mid-green), inset -1px 1px 0 0 var(--walsh--walsh-mid-green), inset -1px -1px 0 0 var(--walsh--walsh-mid-green), inset 1px 1px 0 0 var(--walsh--walsh-mid-green);
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-transparent-1:hover {
  box-shadow: none;
  color: var(--walsh--walsh-dark-green);
  background-color: #fff;
}

.walsh-icon-dropdown {
  margin-right: 12px;
}

.walsh-nav-menu-green-left {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  display: flex;
}

.walsh-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-arrow-top-right {
  z-index: 1;
  width: 1.25rem;
  position: relative;
}

.walsh-button-circle {
  background-color: #a85bff;
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14em;
  height: 7em;
  display: flex;
  overflow: hidden;
}

.walsh-button-circle:hover {
  background-color: #fcb55e;
}

.walsh-background-darkgreen {
  background-color: var(--walsh--walsh-dark-green-2);
  position: relative;
}

.walsh-button-fill {
  background-color: #4ab1bd;
  border-radius: 200px;
  width: 15em;
  height: 8em;
  position: absolute;
}

.walsh-hero-inner-image {
  justify-content: center;
  align-items: flex-end;
  padding-top: 35px;
  display: flex;
}

.walsh-main-grid-no-gap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-hero-p-wrapper {
  width: 100%;
  max-width: 36em;
}

.walsh-paragraph-serif-left-hero {
  color: #fffc;
  max-width: 22em;
  margin-bottom: .75em;
  font-family: Merriweather, serif;
  font-size: 1.4em;
  line-height: 1.6;
}

.walsh-left-hero {
  grid-row-gap: 2em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.walsh-image-hero {
  max-height: 45em;
}

.walsh-heading-xlarge-white {
  color: #fff;
  letter-spacing: -.02em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4.5em;
  font-weight: 700;
  line-height: 1;
}

.walsh-text-marker-green {
  color: #214f58;
  background-image: url('../images/span-marker-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: .1em;
  display: inline-block;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-inner-wrap {
  grid-row-gap: .35em;
  flex-direction: column;
  display: flex;
}

.walsh-icon-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
}

.walsh-paragraph-small {
  color: #161616ad;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.08em;
  line-height: 1.6;
}

.walsh-rounded-box {
  grid-row-gap: 1.2em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.walsh-icon-small {
  height: 32px;
}

.walsh-heading-large {
  color: var(--walsh--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1;
}

.walsh-hero-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-main-paragraph {
  color: #0009;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-link-wrapper {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-rounded-block {
  background-color: #fff;
  border-radius: 18px;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.walsh-flex-horizontal {
  grid-column-gap: 4em;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.walsh-cover-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-title-tag {
  color: var(--walsh--black);
  font-size: 1.2em;
  font-weight: 500;
}

.walsh-flex-tag {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.walsh-bullet-tag {
  background-color: var(--walsh--black);
  border-radius: 100px;
  width: 12px;
  height: 12px;
}

.walsh-col-image-wrapper {
  flex: 0 auto;
  width: 50%;
  max-width: none;
}

.walsh-content-wrap-50 {
  grid-row-gap: 2em;
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 8em 4em;
  display: flex;
}

.walsh-cta-green-wrapper {
  background-color: var(--walsh--walsh-dark-green-2);
}

.walsh-container-padding-large {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding: 10em 4.5em;
  position: relative;
}

.walsh-main-grid-2 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-cta-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-link-block {
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block:hover {
  color: #000;
  background-color: #dbffe0;
}

.walsh-cta-center-wrapper {
  grid-row-gap: 3em;
  color: #575d2c;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-heading-large-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1;
}

.walsh-main-paragraph-white {
  color: #fffc;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-tag-white {
  color: var(--walsh--walsh-light-green);
  text-align: left;
  text-transform: uppercase;
  background-color: #51aa761a;
  border-radius: 200px;
  align-items: center;
  padding: 7px 20px;
  font-size: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-link-block-default-white {
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  box-shadow: inset 0 -3px #ffffff1a;
}

.walsh-link-block-default-white:hover {
  box-shadow: inset 0 -3px 0 0 var(--walsh--walsh-mid-green);
  color: #fff;
}

.walsh-main-grid-3 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-image-logo {
  object-fit: contain;
  width: 100%;
  max-width: 132px;
  max-height: 24px;
}

.walsh-heading-regular {
  color: var(--walsh--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-content-wrapper-center {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.walsh-circle-image {
  background-color: #dfdfdf;
  border-radius: 200px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.walsh-text-small-left {
  color: #00000080;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-profile-v-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-info-wrap-center {
  text-align: center;
}

.walsh-ratings-wrapper {
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.walsh-image-ratings {
  max-height: 16px;
  margin-right: 5px;
}

.walsh-quote-image {
  opacity: .26;
  height: 56px;
}

.walsh-quote-inner-center {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.walsh-content-wrapper-gap {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-price-small {
  color: #00000073;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 32px;
  font-weight: 400;
}

.walsh-text-grey {
  color: #2c2c2c80;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.walsh-pricing-div-top {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -18px auto auto 0%;
}

.walsh-price {
  color: var(--walsh--black);
  margin-bottom: 0;
  padding-top: .18em;
  padding-bottom: .18em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: .8;
}

.walsh-text-block-purple {
  color: #fff;
  background-color: #a271ff;
  border-radius: 20px;
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 500;
}

.walsh-price-wrapper {
  grid-row-gap: .6em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.walsh-pricing-card-block-featured {
  grid-row-gap: 2.5em;
  background-color: var(--walsh--azure);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3em;
  display: flex;
  position: relative;
  box-shadow: inset 1px 1px #d3d3d3, 1px 1px #d3d3d3;
}

.walsh-pricing-card-block {
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3em;
  display: flex;
  box-shadow: inset 1px 1px #d3d3d3, 1px 1px #d3d3d3;
}

.walsh-text-grey-xsmall {
  color: #2c2c2c80;
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-button-orange {
  z-index: 5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #a85bff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 35px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.walsh-button-orange:hover {
  color: #fff;
  background-color: #ffa286;
}

.walsh-form-success-rounded {
  color: #313d17;
  background-color: #c4f85c;
  border-radius: 35px;
}

.walsh-form-error {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.walsh-form-block {
  color: #fff;
  flex: 1;
  width: 100%;
  margin-bottom: 0;
}

.walsh-main-grid-4 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-text-field-auto {
  border: 1px solid #fff;
  border-radius: 6px;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 65px;
  margin-bottom: 0;
  margin-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
  font-size: 18px;
  box-shadow: inset 1px 1px #fff;
}

.walsh-center-wrapper-gap {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-form-single-row {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 25px;
  display: flex;
}

.walsh-light-text-burst {
  color: #a85bff;
  background-image: url('../images/scribble-burst.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: .15em;
  padding-right: .2em;
  display: inline-block;
}

.walsh-text-small-white {
  color: #fffc;
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-button-light-green {
  z-index: 5;
  background-color: var(--walsh--walsh-light-green);
  color: var(--walsh--black);
  text-align: center;
  white-space: nowrap;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 35px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.walsh-button-light-green:hover {
  background-color: var(--walsh--walsh-mid-green);
  color: #fff;
}

.walsh-footer-link {
  color: #0000008a;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.walsh-footer-link:hover {
  color: #000;
  box-shadow: inset 0 -2px #c7dbdb;
}

.walsh-footer-legal-text {
  color: #6e6e6e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
}

.walsh-icon-social {
  max-height: 18px;
}

.walsh-logo-footer {
  max-height: 50px;
  margin-bottom: 0;
}

.walsh-content-wrapper-white {
  background-color: #fff;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  position: relative;
}

.walsh-footer-grid-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center start;
}

.walsh-footer-inner {
  grid-column-gap: 20px;
  display: flex;
}

.walsh-footer-legal-link {
  color: #a5a5a5;
  text-decoration: none;
}

.walsh-footer-legal-link:hover {
  color: #000;
}

.walsh-footer-link-social {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.walsh-footer-inner-menu {
  grid-column-gap: 25px;
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-container-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .walsh-nav-link-white {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-nav-link-white:hover {
    background-color: #0000;
  }

  .walsh-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .walsh-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-toggle:hover {
    background-color: #0000;
  }

  .walsh-flex-nav-buttons {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .walsh-menu-button {
    color: #fff;
    order: 1;
  }

  .walsh-menu-button.w--open {
    background-color: #0000;
  }

  .walsh-nav-menu-green-left {
    background-color: var(--walsh--walsh-dark-green);
    padding-top: 0;
    padding-right: 20px;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .walsh-button-fill {
    display: none;
  }

  .walsh-main-grid-no-gap {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-paragraph-serif-left-hero {
    max-width: none;
  }

  .walsh-image-hero {
    width: 100%;
    max-width: none;
  }

  .walsh-heading-xlarge-white {
    font-size: 4em;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-heading-large {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .walsh-hero-div-block {
    justify-content: center;
  }

  .walsh-flex-horizontal {
    flex-flow: column wrap;
  }

  .walsh-content-wrap-50 {
    order: -1;
    width: 100%;
    padding: 4em 40px;
  }

  .walsh-container-padding-large {
    flex: 0 auto;
    width: auto;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .walsh-main-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-cta-div-block {
    justify-content: center;
  }

  .walsh-link-block {
    padding-left: 50px;
  }

  .walsh-main-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-image-logo {
    max-width: 120px;
    height: 100%;
    max-height: 50px;
  }

  .walsh-button-orange {
    padding: 18px 40px;
  }

  .walsh-button-orange:hover {
    background-color: #80808033;
  }

  .walsh-form-block {
    padding-right: 0;
  }

  .walsh-main-grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-text-field-auto {
    min-width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .walsh-form-single-row {
    flex-direction: column;
  }

  .walsh-button-light-green {
    padding: 18px 40px;
  }

  .walsh-button-light-green:hover {
    background-color: #80808033;
  }

  .walsh-footer-grid-social {
    width: 100%;
  }

  .walsh-footer-inner-menu {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-flow: column wrap;
  }
}

@media screen and (max-width: 767px) {
  .walsh-brand-block {
    padding-left: 0;
  }

  .walsh-paragraph-serif-left-hero {
    font-size: 1.4em;
  }

  .walsh-left-hero {
    padding-top: 3em;
    padding-bottom: 0;
  }

  .walsh-heading-xlarge-white {
    font-size: 3em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-paragraph-small {
    font-size: 1.4em;
  }

  .walsh-rounded-box {
    grid-row-gap: 1.5em;
  }

  .walsh-heading-large {
    font-size: 2em;
  }

  .walsh-rounded-block {
    border-radius: 20px;
  }

  .walsh-content-wrap-50 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-container-padding-large {
    padding: 6em 3.5em;
  }

  .walsh-main-grid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-cta-center-wrapper {
    grid-row-gap: 1.5em;
  }

  .walsh-heading-large-white {
    font-size: 2.4em;
  }

  .walsh-main-grid-3 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-heading-regular {
    font-size: 1.8em;
  }

  .walsh-price-wrapper {
    width: 100%;
  }

  .walsh-button-orange {
    width: 100%;
    font-size: 16px;
  }

  .walsh-form-block {
    width: 100%;
  }

  .walsh-main-grid-4 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-text-field-auto {
    text-align: left;
  }

  .walsh-button-light-green {
    width: 100%;
    font-size: 16px;
  }

  .walsh-logo-footer {
    max-height: 50px;
  }
}

@media screen and (max-width: 479px) {
  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-label-button {
    font-size: 16px;
  }

  .walsh-nav-logo {
    height: 45px;
  }

  .walsh-nav-link-white {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .walsh-toggle {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .walsh-flex-nav-buttons {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .walsh-link-block-transparent-1 {
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-button-circle {
    width: 5em;
    height: 5em;
  }

  .walsh-paragraph-serif-left-hero {
    text-align: center;
    font-size: 1.2em;
  }

  .walsh-left-hero {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    font-size: 18px;
  }

  .walsh-heading-small, .walsh-paragraph-small {
    font-size: 1em;
  }

  .walsh-rounded-box {
    padding: 30px;
  }

  .walsh-hero-div-block {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-main-paragraph {
    font-size: 1em;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .walsh-flex-horizontal {
    grid-row-gap: 2em;
  }

  .walsh-title-tag {
    font-size: 16px;
  }

  .walsh-col-image-wrapper {
    width: 100%;
  }

  .walsh-content-wrap-50 {
    grid-row-gap: 1.25em;
    text-align: center;
    align-items: center;
    padding: 30px;
    font-size: 18px;
  }

  .walsh-container-padding-large {
    flex: 0 auto;
    width: 100%;
    padding: 4em 2.5em;
  }

  .walsh-cta-div-block {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-link-block {
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-cta-center-wrapper {
    font-size: 18px;
  }

  .walsh-heading-large-white {
    font-size: 2em;
    line-height: 1.2;
  }

  .walsh-main-paragraph-white {
    font-size: 1em;
  }

  .walsh-tag-white {
    text-align: left;
  }

  .walsh-image-logo {
    max-width: none;
    max-height: 20px;
  }

  .walsh-heading-regular {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-content-wrapper-center {
    grid-row-gap: 1.2em;
  }

  .walsh-circle-image {
    flex: none;
  }

  .walsh-text-small-left {
    font-size: 13px;
  }

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
  }

  .walsh-price {
    font-size: 40px;
  }

  .walsh-pricing-card-block-featured {
    padding: 30px 30px 40px;
  }

  .walsh-pricing-card-block {
    padding: 40px 30px;
  }

  .walsh-text-grey-xsmall {
    font-size: 13px;
  }

  .walsh-button-orange {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .walsh-text-field-auto {
    text-align: left;
  }

  .walsh-center-wrapper-gap {
    grid-row-gap: 1em;
    font-size: 18px;
  }

  .walsh-form-single-row {
    align-items: center;
  }

  .walsh-light-text-burst {
    background-size: auto 56%;
  }

  .walsh-text-small-white {
    font-size: 13px;
  }

  .walsh-button-light-green {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .walsh-footer-legal-text {
    font-size: 11px;
  }

  .walsh-logo-footer {
    max-height: 50px;
  }

  .walsh-content-wrapper-white {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-footer-grid-social {
    justify-content: center;
    width: 100%;
  }

  .walsh-footer-inner {
    width: 100%;
  }
}

#w-node-_25e9e171-6b92-b5a1-fb80-3950c256e0b5-204b4dd7 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_25e9e171-6b92-b5a1-fb80-3950c256e0b7-204b4dd7 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_327f75c6-40ad-0bf5-9bad-fbdcfd33528a-204b4dd7 {
  grid-area: 1 / 6 / 2 / 13;
  place-self: end;
}

#w-node-_327f75c6-40ad-0bf5-9bad-fbdcfd33528c-204b4dd7 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_5e4cc7e6-a3fb-d29e-2b63-58d29bfc3a47-204b4dd7, #w-node-_5e4cc7e6-a3fb-d29e-2b63-58d29bfc3a4f-204b4dd7, #w-node-_5e4cc7e6-a3fb-d29e-2b63-58d29bfc3a57-204b4dd7, #w-node-_5e4cc7e6-a3fb-d29e-2b63-58d29bfc3a6f-204b4dd7, #w-node-_5e4cc7e6-a3fb-d29e-2b63-58d29bfc3a77-204b4dd7, #w-node-_5e4cc7e6-a3fb-d29e-2b63-58d29bfc3a7f-204b4dd7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f0215552-3247-811b-0d52-a5b6b5128b09-204b4dd7 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_214cb55c-ea5d-c763-ad07-a3dbc064eedf-204b4dd7 {
  grid-area: 1 / 2 / 2 / 12;
  justify-self: center;
}

#w-node-_65b76e49-db81-6d5b-6bd0-c2e66881e529-204b4dd7, #w-node-_65b76e49-db81-6d5b-6bd0-c2e66881e541-204b4dd7, #w-node-_65b76e49-db81-6d5b-6bd0-c2e66881e559-204b4dd7, #w-node-_583ec6b3-207a-bb9d-7704-358c963386a9-204b4dd7, #w-node-_583ec6b3-207a-bb9d-7704-358c963386bd-204b4dd7, #w-node-_583ec6b3-207a-bb9d-7704-358c963386d4-204b4dd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_60a4b55f-fe67-b623-cb34-96e04690b04e-204b4dd7 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_60a4b55f-fe67-b623-cb34-96e04690b04f-204b4dd7 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-_7d606f48-6c9d-24fd-888e-8bfc73ddcb76-204b4dd7 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_7d606f48-6c9d-24fd-888e-8bfc73ddcb78-204b4dd7 {
  grid-area: 2 / 4 / 3 / 10;
  place-self: center;
}

#w-node-_7d606f48-6c9d-24fd-888e-8bfc73ddcb7f-204b4dd7 {
  grid-area: 1 / 10 / 2 / 13;
  place-self: center end;
}

#w-node-_7d606f48-6c9d-24fd-888e-8bfc73ddcb89-204b4dd7 {
  grid-area: 1 / 4 / 2 / 10;
  align-self: center;
}

#w-node-_0786c897-f13f-f609-7296-78cb9df1db9e-95189306 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_0786c897-f13f-f609-7296-78cb9df1dba0-95189306 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_1c4dc423-db8e-bf11-f445-905c8c299ef1-95189306 {
  grid-area: 1 / 1 / 2 / 13;
  justify-self: center;
}

#w-node-_226c9050-0be0-94e9-e1b9-fef29f5d3336-95189306 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_226c9050-0be0-94e9-e1b9-fef29f5d3338-95189306 {
  grid-area: 2 / 4 / 3 / 10;
  place-self: center;
}

#w-node-_226c9050-0be0-94e9-e1b9-fef29f5d333b-95189306 {
  grid-area: 1 / 10 / 2 / 13;
  place-self: center end;
}

#w-node-_226c9050-0be0-94e9-e1b9-fef29f5d333c-95189306 {
  grid-area: 1 / 4 / 2 / 10;
  align-self: center;
}

#w-node-ab72f436-83fa-592e-cd36-39aedfe1e569-fd20da67 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-ab72f436-83fa-592e-cd36-39aedfe1e56b-fd20da67 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_39decdf1-b405-5cea-525b-4962800b62db-fd20da67 {
  grid-area: 1 / 1 / 2 / 13;
  justify-self: center;
}

#w-node-d1b69ac8-2de0-82df-dc99-d60374678548-fd20da67 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-d1b69ac8-2de0-82df-dc99-d6037467854a-fd20da67 {
  grid-area: 2 / 4 / 3 / 10;
  place-self: center;
}

#w-node-d1b69ac8-2de0-82df-dc99-d6037467854d-fd20da67 {
  grid-area: 1 / 10 / 2 / 13;
  place-self: center end;
}

#w-node-d1b69ac8-2de0-82df-dc99-d6037467854e-fd20da67 {
  grid-area: 1 / 4 / 2 / 10;
  align-self: center;
}

#w-node-_45ce6125-0635-81cf-96df-cde0d3e2fe83-eaaa27e1 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_45ce6125-0635-81cf-96df-cde0d3e2fe85-eaaa27e1 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_243dc181-59a2-3213-9984-448c67bdbbeb-eaaa27e1 {
  grid-area: 1 / 1 / 2 / 13;
  justify-self: center;
}

#w-node-_5d90523f-276d-9d9b-529e-6291a46c1162-eaaa27e1 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_5d90523f-276d-9d9b-529e-6291a46c1164-eaaa27e1 {
  grid-area: 2 / 4 / 3 / 10;
  place-self: center;
}

#w-node-_5d90523f-276d-9d9b-529e-6291a46c1167-eaaa27e1 {
  grid-area: 1 / 10 / 2 / 13;
  place-self: center end;
}

#w-node-_5d90523f-276d-9d9b-529e-6291a46c1168-eaaa27e1 {
  grid-area: 1 / 4 / 2 / 10;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_25e9e171-6b92-b5a1-fb80-3950c256e0b5-204b4dd7 {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_327f75c6-40ad-0bf5-9bad-fbdcfd33528a-204b4dd7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_327f75c6-40ad-0bf5-9bad-fbdcfd33528c-204b4dd7, #w-node-f0215552-3247-811b-0d52-a5b6b5128b09-204b4dd7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_214cb55c-ea5d-c763-ad07-a3dbc064eedf-204b4dd7, #w-node-_65b76e49-db81-6d5b-6bd0-c2e66881e529-204b4dd7, #w-node-_65b76e49-db81-6d5b-6bd0-c2e66881e541-204b4dd7, #w-node-_65b76e49-db81-6d5b-6bd0-c2e66881e559-204b4dd7 {
    grid-column: 1 / 3;
  }

  #w-node-_583ec6b3-207a-bb9d-7704-358c963386a9-204b4dd7, #w-node-_583ec6b3-207a-bb9d-7704-358c963386bd-204b4dd7, #w-node-_583ec6b3-207a-bb9d-7704-358c963386d4-204b4dd7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_60a4b55f-fe67-b623-cb34-96e04690b04e-204b4dd7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_60a4b55f-fe67-b623-cb34-96e04690b04f-204b4dd7 {
    grid-column: 1 / 3;
  }

  #w-node-_7d606f48-6c9d-24fd-888e-8bfc73ddcb76-204b4dd7 {
    grid-column-end: 3;
  }

  #w-node-_7d606f48-6c9d-24fd-888e-8bfc73ddcb78-204b4dd7 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: start;
  }

  #w-node-_7d606f48-6c9d-24fd-888e-8bfc73ddcb7f-204b4dd7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_7d606f48-6c9d-24fd-888e-8bfc73ddcb89-204b4dd7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0786c897-f13f-f609-7296-78cb9df1db9e-95189306 {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_1c4dc423-db8e-bf11-f445-905c8c299ef1-95189306 {
    grid-column: 1 / 3;
  }

  #w-node-_226c9050-0be0-94e9-e1b9-fef29f5d3336-95189306 {
    grid-column-end: 3;
  }

  #w-node-_226c9050-0be0-94e9-e1b9-fef29f5d3338-95189306 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: start;
  }

  #w-node-_226c9050-0be0-94e9-e1b9-fef29f5d333b-95189306 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_226c9050-0be0-94e9-e1b9-fef29f5d333c-95189306 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ab72f436-83fa-592e-cd36-39aedfe1e569-fd20da67 {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_39decdf1-b405-5cea-525b-4962800b62db-fd20da67 {
    grid-column: 1 / 3;
  }

  #w-node-d1b69ac8-2de0-82df-dc99-d60374678548-fd20da67 {
    grid-column-end: 3;
  }

  #w-node-d1b69ac8-2de0-82df-dc99-d6037467854a-fd20da67 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: start;
  }

  #w-node-d1b69ac8-2de0-82df-dc99-d6037467854d-fd20da67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-d1b69ac8-2de0-82df-dc99-d6037467854e-fd20da67 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_45ce6125-0635-81cf-96df-cde0d3e2fe83-eaaa27e1 {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_243dc181-59a2-3213-9984-448c67bdbbeb-eaaa27e1 {
    grid-column: 1 / 3;
  }

  #w-node-_5d90523f-276d-9d9b-529e-6291a46c1162-eaaa27e1 {
    grid-column-end: 3;
  }

  #w-node-_5d90523f-276d-9d9b-529e-6291a46c1164-eaaa27e1 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: start;
  }

  #w-node-_5d90523f-276d-9d9b-529e-6291a46c1167-eaaa27e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_5d90523f-276d-9d9b-529e-6291a46c1168-eaaa27e1 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_583ec6b3-207a-bb9d-7704-358c963386a9-204b4dd7, #w-node-_583ec6b3-207a-bb9d-7704-358c963386bd-204b4dd7, #w-node-_583ec6b3-207a-bb9d-7704-358c963386d4-204b4dd7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_25e9e171-6b92-b5a1-fb80-3950c256e0b5-204b4dd7 {
    grid-column-end: 3;
  }

  #w-node-_327f75c6-40ad-0bf5-9bad-fbdcfd33528a-204b4dd7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_327f75c6-40ad-0bf5-9bad-fbdcfd33528c-204b4dd7, #w-node-f0215552-3247-811b-0d52-a5b6b5128b09-204b4dd7 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_214cb55c-ea5d-c763-ad07-a3dbc064eedf-204b4dd7 {
    grid-column: 1 / 5;
  }

  #w-node-_583ec6b3-207a-bb9d-7704-358c963386a9-204b4dd7, #w-node-_583ec6b3-207a-bb9d-7704-358c963386bd-204b4dd7, #w-node-_583ec6b3-207a-bb9d-7704-358c963386d4-204b4dd7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7d606f48-6c9d-24fd-888e-8bfc73ddcb76-204b4dd7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0786c897-f13f-f609-7296-78cb9df1db9e-95189306 {
    grid-column-end: 3;
  }

  #w-node-_1c4dc423-db8e-bf11-f445-905c8c299ef1-95189306 {
    grid-column: 1 / 5;
  }

  #w-node-_226c9050-0be0-94e9-e1b9-fef29f5d3336-95189306 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ab72f436-83fa-592e-cd36-39aedfe1e569-fd20da67 {
    grid-column-end: 3;
  }

  #w-node-_39decdf1-b405-5cea-525b-4962800b62db-fd20da67 {
    grid-column: 1 / 5;
  }

  #w-node-d1b69ac8-2de0-82df-dc99-d60374678548-fd20da67 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_45ce6125-0635-81cf-96df-cde0d3e2fe83-eaaa27e1 {
    grid-column-end: 3;
  }

  #w-node-_243dc181-59a2-3213-9984-448c67bdbbeb-eaaa27e1 {
    grid-column: 1 / 5;
  }

  #w-node-_5d90523f-276d-9d9b-529e-6291a46c1162-eaaa27e1 {
    grid-area: 1 / 1 / 2 / 3;
  }
}


