:root {
  --walsh--black: #2c2c2c;
  --walsh--walsh-light-green: #85b69b;
  --walsh--light-goldenrod-yellow: #d3f6c1;
  --walsh--walsh-dark-green: #204f58;
}

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

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

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #5b8f74;
  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-main-nav {
  background-color: #0000;
}

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

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

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

.walsh-dropdown {
  color: #fff;
}

.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-icon-dropdown {
  margin-right: 12px;
}

.walsh-float-menu {
  background-color: #e5ffed;
  border-radius: 16px;
  padding: 5px 20px;
}

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

.walsh-nav-link-black {
  color: var(--walsh--black);
  border-radius: 8px;
  padding: 15px 18px;
  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-black:hover {
  background-color: #dbdbdb59;
}

.walsh-nav-link-black.w--current {
  color: #6d6d6d;
  background-color: #dbdbdb59;
}

.walsh-toggle-black {
  color: var(--walsh--black);
  border-radius: 8px;
  padding: 15px 32px 15px 18px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

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

.walsh-nav-menu-white {
  grid-column-gap: 8px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.walsh-inner-container-nav-float {
  max-width: 1480px;
}

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

.walsh-background-darkgreen {
  background-color: #e5ffec;
  border-radius: 16px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.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: #213c2e;
  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-hero-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

.walsh-inner-float-image {
  background-color: #cfc2c2;
  border-top-left-radius: 45px;
  width: 100%;
  height: 100%;
}

.walsh-padding-image-hero {
  width: 500px;
  padding-top: 8em;
  padding-bottom: 8em;
  padding-left: 0;
}

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

.walsh-link-block-white:hover {
  color: #444;
  box-shadow: inset 0 -3px #b0eab9;
}

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

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

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

.walsh-heading-regular {
  color: var(--walsh--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jaro, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-main-paragraph {
  color: #0009;
  letter-spacing: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1em;
  font-weight: 700;
  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-cover-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  max-width: none;
  height: 93%;
  padding-bottom: 0;
}

.walsh-card-wrapper-image {
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  width: 89%;
  height: 11.1em;
  display: flex;
  overflow: hidden;
}

.walsh-rounded-card {
  grid-row-gap: 3em;
  background-color: #e5ffee;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.walsh-inner-card-bottom {
  grid-row-gap: 1.2em;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 30px 2em 0;
  display: flex;
}

.container {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  max-width: 1110px;
  display: flex;
}

.body {
  background-color: #213c2e;
}

.walsh-content-wrapper-gap {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  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-paragraph-small {
  color: #161616ad;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.08em;
  line-height: 1.6;
}

.walsh-stats-number-medium {
  color: #fff;
  font-size: 5.2em;
  font-weight: 700;
  line-height: 1;
}

.walsh-center-h-wrapper {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.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: 32px;
  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;
}

.walsh-footer-link-center {
  color: #0000008a;
  font-size: 16px;
  text-decoration: none;
}

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

.walsh-heading-large {
  color: var(--walsh--black);
  letter-spacing: -.02em;
  width: 400px;
  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-link-block-default {
  color: #000;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  box-shadow: inset 0 -3px #0000001a;
}

.walsh-link-block-default:hover {
  color: #444;
  box-shadow: inset 0 -3px #000;
}

.walsh-label-tag {
  color: #0009;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.walsh-tag {
  text-align: left;
  background-color: #51aa761a;
  border-radius: 200px;
  align-items: center;
  padding: 7px 20px;
  display: flex;
  overflow: hidden;
}

.walsh-cta-h-wrapper {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.walsh-circle-check {
  background-color: #93ff4133;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.walsh-list-flex {
  color: #000000a6;
  text-align: left;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  display: flex;
}

.walsh-icon-check {
  height: 9px;
}

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

.walsh-flex-col {
  grid-column-gap: 2em;
  display: flex;
}

.walsh-link-block-green {
  background-color: var(--walsh--walsh-light-green);
  color: #000;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  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-green:hover {
  color: #000;
  background-color: #ffbba6;
}

.walsh-cta-block-white {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 5.5em;
  position: relative;
  overflow: hidden;
}

.walsh-container-2 {
  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-hero-div-block-2 {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

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

.walsh-rounded-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

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

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

.walsh-content-wrap {
  grid-row-gap: 2em;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 42em;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.walsh-content-image-wrap {
  flex: none;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 42em;
  display: flex;
}

.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-hero-div-block-3 {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-rounded-box-banner {
  grid-row-gap: 1em;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.walsh-inner-rounded-banner {
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-self: center;
  align-items: flex-start;
  height: 100%;
  padding: 6em;
  display: flex;
}

.walsh-inner-rounded-img-padding {
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: none;
  align-self: flex-end;
  align-items: flex-start;
  max-width: 50%;
  padding-top: 4em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.walsh-heading-large-2 {
  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: 4.8em;
  font-weight: 700;
  line-height: 1;
}

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

.walsh-icon-wrapper-circle {
  background-color: var(--walsh--light-goldenrod-yellow);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

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

.walsh-inner-card {
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 4em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.walsh-card-wrapper-image-medium {
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  height: 35em;
  display: flex;
  overflow: hidden;
}

.walsh-ui-image-medium {
  object-fit: contain;
  width: 100%;
  max-width: 40em;
  max-height: 45em;
}

.walsh-cta-green-wrapper {
  background-color: #204f5800;
  margin-bottom: 40px;
}

.walsh-cta-inner-image {
  justify-content: center;
  align-items: flex-end;
  padding-top: 5em;
  display: flex;
}

.walsh-profile-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

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

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

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

.walsh-heading-medium-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: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

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

.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-heading-small-white {
  color: #fff;
  font-weight: 600;
}

.image {
  width: 100%;
  margin-bottom: -45px;
  margin-left: 0;
}

.div-block {
  width: 490px;
}

.loop-gradient-left {
  z-index: 1;
  background-image: linear-gradient(90deg, #213c2e 30%, #fff0);
  width: 25%;
  height: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.services-section-2 {
  background-color: #dcfbfd00;
  width: auto;
  height: auto;
  margin-top: 22px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.services-container {
  color: #081e29;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 140px;
  margin-top: 0;
  display: flex;
}

.our-story-header {
  grid-column-gap: 0px;
  color: #00a0aa;
  text-align: left;
  letter-spacing: 3px;
  white-space: pre;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25%;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 14px;
  display: flex;
}

.loop-gradient-right {
  z-index: 1;
  background-image: linear-gradient(270deg, #213c2e 19%, #fff0);
  width: 32%;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.services-loop {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-container {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.ui-animation-images-2 {
  text-align: center;
  align-self: flex-start;
  width: 100%;
  max-width: none;
  height: 60px;
  margin-right: 70px;
}

.services-icons-wrapper {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.walsh-container-3 {
  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-main-grid-no-gap-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border: 2px #fff;
  border-radius: 10px;
  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-green-wrapper-2 {
  background-color: #204f5800;
}

.walsh-cta-inner-image-2 {
  justify-content: center;
  align-items: flex-end;
  padding-top: 5em;
  display: flex;
}

.walsh-cta-h-wrapper-2 {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

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

.walsh-profile-wrapper-2 {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

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

.walsh-info-wrap-2 {
  text-align: left;
}

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

.walsh-heading-medium-white-2 {
  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: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

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

.walsh-text-small-white-2 {
  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-heading-small-white-2 {
  color: #fff;
  font-weight: 600;
}

.walsh-heading-large-3 {
  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: 4.8em;
  font-weight: 700;
  line-height: 1;
}

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

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

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

.walsh-button-hover-fill-2 {
  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-2 {
  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-2 {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-link-wrapper-2 {
  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-2:hover {
  color: #575555d9;
  padding-right: 0;
}

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

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

.walsh-rounded-box-banner-2 {
  grid-row-gap: 1em;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.walsh-inner-rounded-banner-2 {
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-self: center;
  align-items: flex-start;
  height: 100%;
  padding: 6em;
  display: flex;
}

.walsh-inner-rounded-img-padding-2 {
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: none;
  align-self: flex-end;
  align-items: flex-start;
  max-width: 50%;
  padding-top: 4em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.walsh-link-block-green-2 {
  background-color: var(--walsh--walsh-light-green);
  color: #000;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  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-green-2:hover {
  color: #000;
  background-color: #ffbba6;
}

.walsh-container-4, .walsh-container-5 {
  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-main-grid-no-gap-3 {
  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-cta-green-wrapper-3 {
  background-color: var(--walsh--walsh-dark-green);
}

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

.walsh-main-grid-no-gap-4 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border: 1px solid #fff;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
}

.walsh-cta-green-wrapper-4 {
  background-color: #213c2e00;
  margin-top: 70px;
  margin-bottom: 70px;
}

.walsh-cta-inner-image-3 {
  justify-content: center;
  align-items: flex-end;
  padding-top: 5em;
  display: flex;
}

.walsh-cta-h-wrapper-3 {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  font-family: Jaro, sans-serif;
  display: flex;
}

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

.walsh-profile-wrapper-3 {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

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

.walsh-info-wrap-3 {
  text-align: left;
}

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

.walsh-heading-medium-white-3 {
  color: #fff;
  text-align: left;
  width: 410px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jaro, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-main-paragraph-white-3 {
  color: #213c2e;
  letter-spacing: .1em;
  width: 370px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.45em;
  font-weight: 700;
  line-height: 1.5;
}

.walsh-text-small-white-3 {
  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-heading-small-white-3 {
  color: #fff;
  font-weight: 600;
}

.walsh-heading-large-4 {
  color: #213c2e;
  letter-spacing: -.02em;
  text-transform: uppercase;
  width: 370px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jaro, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1;
}

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

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

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

.walsh-button-hover-fill-3 {
  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-3 {
  color: #2c2c2c;
  font-family: Jaro, sans-serif;
  font-size: 1.7em;
}

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

.walsh-link-wrapper-3 {
  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-3:hover {
  color: #575555d9;
  padding-right: 0;
}

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

.walsh-image-hero-3 {
  width: auto;
  max-width: 100%;
  max-height: 52em;
}

.walsh-rounded-box-banner-3 {
  grid-row-gap: 1em;
  text-align: center;
  background-color: #e5ffef;
  border-radius: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1480px;
  height: 430px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.walsh-inner-rounded-banner-3 {
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  height: 100%;
  padding: 7em 6em;
  display: flex;
}

.walsh-inner-rounded-img-padding-3 {
  grid-row-gap: 1.5em;
  text-align: left;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  max-width: 50%;
  height: auto;
  margin-top: -158px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 4em;
  display: flex;
}

.walsh-link-block-green-3 {
  color: #000;
  text-align: center;
  background-color: #e5fff0;
  border-radius: 100px;
  justify-content: center;
  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-green-3:hover {
  color: #000;
  background-color: #e5ffee;
}

.walsh-container-7 {
  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-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-center-h-wrapper-2 {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-footer-legal-text-2 {
  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-2 {
  max-height: 18px;
}

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

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

.walsh-footer-grid-social-2 {
  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-2 {
  grid-column-gap: 20px;
  display: flex;
}

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

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

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

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

.walsh-footer-link-center-2 {
  color: #0000008a;
  font-size: 16px;
  text-decoration: none;
}

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

.walsh-heading-large-5 {
  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: 4.8em;
  font-weight: 700;
  line-height: 1;
}

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

.walsh-link-block-default-2:hover {
  color: #444;
  box-shadow: inset 0 -3px #000;
}

.walsh-label-button-4 {
  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-label-tag-2 {
  color: #fff;
  text-align: left;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  display: inline-block;
}

.walsh-tag-2 {
  text-align: left;
  background-color: #51aa761a;
  border-radius: 200px;
  align-items: center;
  padding: 7px 20px;
  display: flex;
  overflow: hidden;
}

.walsh-cta-h-wrapper-4 {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.walsh-circle-check-2 {
  color: #000000a3;
  background-color: #93ff4133;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.walsh-list-flex-2 {
  color: #000000a6;
  text-align: left;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  display: flex;
}

.walsh-icon-check-2 {
  height: 9px;
}

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

.walsh-flex-col-2 {
  grid-column-gap: 2em;
  display: flex;
}

.walsh-cta-block-white-2 {
  background-color: #fff0;
  background-image: linear-gradient(#00000059, #fff0), url('../images/Merc-iamge.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  width: 100%;
  padding: 5.5em;
  position: relative;
  overflow: hidden;
}

.bold-text {
  color: #e5ffee;
  font-family: Jaro, sans-serif;
}

.text-block {
  color: #213c2e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
}

.text-block-2 {
  color: #213c2e;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.text-block-3 {
  color: #213c2e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
}

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

.walsh-container-8 {
  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-heading-regular-2 {
  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-main-paragraph-3 {
  color: #0009;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-heading-small-2 {
  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-cover-image-4 {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-profile-wrapper-4 {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.walsh-circle-image-4 {
  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-info-wrap-4 {
  text-align: left;
}

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

.walsh-rounded-box-banner-4 {
  grid-row-gap: 1em;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

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

.walsh-quote-image-wrapper {
  background-color: #d0f6f6;
  border-radius: 10px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 44em;
  height: 80%;
  display: flex;
  overflow: hidden;
}

.walsh-inner-column-left {
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  height: auto;
  padding: 4em 0 4em 4em;
  display: flex;
}

.bold-text-5 {
  font-family: Jaro, sans-serif;
}

.italic-text {
  font-size: 1.3em;
}

.italic-text-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
}

.image-2 {
  flex: 0 auto;
  height: 530px;
}

.walsh-link-block-green-second {
  background-color: var(--walsh--walsh-light-green);
  color: #000;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  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-green-second:hover {
  color: #000;
  background-color: #e5ffee;
}

.walsh-container-9 {
  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-background-darkgreen-2 {
  background-color: var(--walsh--walsh-dark-green);
  position: relative;
}

.walsh-main-grid-no-gap-5 {
  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-2 {
  width: 100%;
  max-width: 36em;
}

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

.walsh-left-hero-2 {
  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-hero-div-block-6 {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

.walsh-link-block-orange-2 {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  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-2:hover {
  background-color: #ffbba6;
}

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

.walsh-button-hover-fill-4 {
  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-5 {
  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-4 {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-button-label-white-w-2 {
  z-index: 4;
  grid-column-gap: 8px;
  color: #fff;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-inner-float-image-2 {
  background-color: #cfc2c2;
  border-top-left-radius: 45px;
  width: 100%;
  height: 100%;
}

.walsh-padding-image-hero-2 {
  padding-top: 8em;
  padding-bottom: 8em;
  padding-left: 3em;
}

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

.walsh-link-block-white-2:hover {
  color: #444;
  box-shadow: inset 0 -3px #b0eab9;
}

.walsh-heading-xlarge-white-2 {
  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: 6.65em;
  font-weight: 700;
  line-height: 1;
}

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

.walsh-card-wrapper-image-copy {
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  height: 12.7em;
  display: flex;
  overflow: hidden;
}

.walsh-cover-image-copy {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: auto;
  padding-bottom: 0;
}

.walsh-cover-image-first {
  object-fit: cover;
  flex: 1;
  width: 100%;
  max-width: none;
  height: 93%;
  padding-bottom: 0;
}

.heading {
  color: #355041;
}

.walsh-container-10 {
  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-heading-medium {
  color: #e5ffee;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jaro, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.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-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-text-field-auto {
  background-color: #fff0;
  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-form-block-center {
  text-align: center;
  flex: 1;
  width: 100%;
  margin-bottom: 0;
}

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

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

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

.walsh-text-small {
  color: #00000080;
  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;
  opacity: 1;
  color: #213c2e;
  text-align: center;
  white-space: nowrap;
  background-color: #e5ffee;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 35px;
  font-family: Jaro, 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-cta-block-light-green {
  background-color: #213c2e;
  border-radius: 8px;
  width: 100%;
  padding: 5.5em;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  .walsh-nav-wrapper-green-padding {
    z-index: 1000;
  }

  .walsh-container {
    position: static;
  }

  .walsh-padding-image-hero {
    width: 410px;
  }

  .walsh-card-wrapper-image {
    width: 92%;
    height: 11.1em;
  }

  .image {
    width: 100%;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .div-block {
    width: 420px;
  }

  .loop-gradient-left {
    background-image: linear-gradient(90deg, #213c2e 30%, #fff0);
    width: 28%;
    height: auto;
  }

  .services-section-2 {
    height: auto;
    font-family: Droid Sans, sans-serif;
    position: static;
  }

  .services-container {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
  }

  .our-story-header {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 25%;
    margin-left: 10px;
  }

  .loop-gradient-right {
    background-image: linear-gradient(270deg, #213c2e 19%, #fff0);
    width: 30%;
    height: auto;
    margin-right: -4px;
  }

  .services-loop {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    margin-top: 0;
  }

  .main-container {
    max-width: 100%;
  }

  .ui-animation-images-2 {
    opacity: .8;
    width: 160%;
    height: 60px;
    margin-right: 40px;
  }

  .services-icons-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: none;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
  }

  .walsh-cta-block-white-2 {
    background-image: linear-gradient(#00000059, #fff0), url('../images/Merc-iamge.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .bold-text {
    color: #e5ffee;
  }

  .walsh-rounded-box-banner-4 {
    background-color: #e5ffef;
  }

  .walsh-card-wrapper-image-copy {
    height: 12.8em;
  }

  .walsh-cta-block-light-green {
    background-color: #213c2e;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    padding-bottom: 140px;
  }

  .image {
    overflow: clip;
  }

  .loop-gradient-left {
    width: 17%;
    height: auto;
    margin-left: 0;
  }

  .services-section-2 {
    z-index: 1000;
    width: auto;
    height: auto;
  }

  .services-container {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 0;
  }

  .our-story-header {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: 0;
  }

  .loop-gradient-right {
    flex: 0 auto;
    width: 24%;
    height: auto;
    margin-right: -10px;
    right: 0%;
  }

  .services-loop {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .main-container {
    text-align: left;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    height: auto;
    display: flex;
  }

  .ui-animation-images-2 {
    opacity: .8;
    align-self: auto;
    width: auto;
    height: 50px;
    margin-right: 0;
  }

  .services-icons-wrapper {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
  }

  .walsh-container-8 {
    height: auto;
  }

  .walsh-rounded-box-banner-4 {
    background-color: #e5ffef;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
  }

  .walsh-inner-column-center {
    background-color: #a0979700;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .walsh-inner-column-left {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

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

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

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

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

  .walsh-float-menu {
    padding: 10px 0;
  }

  .walsh-nav-wrapper-green-padding {
    padding: 10px;
  }

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

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

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

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

  .walsh-menu-button-black {
    order: 1;
  }

  .walsh-menu-button-black.w--open {
    color: var(--walsh--black);
    background-color: #0000;
  }

  .walsh-nav-menu-white {
    background-color: #fff;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-inner-container-nav-float {
    padding-left: 25px;
    padding-right: 0;
  }

  .walsh-container {
    flex: 0 auto;
    width: 90%;
    max-width: none;
  }

  .walsh-background-darkgreen {
    background-image: none;
  }

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

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

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

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

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

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

  .walsh-card-wrapper-image {
    justify-content: center;
    align-items: flex-end;
    height: auto;
  }

  .walsh-rounded-card {
    grid-row-gap: 2em;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

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

  .walsh-icon-check {
    margin-right: 0;
  }

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

  .walsh-cta-block-white {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }

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

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

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

  .walsh-rounded-container {
    flex: 0 auto;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .walsh-content-wrap {
    order: -1;
    max-width: none;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .walsh-content-image-wrap {
    max-width: none;
  }

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

  .walsh-rounded-box-banner {
    flex-direction: column;
  }

  .walsh-inner-rounded-banner {
    text-align: center;
    align-items: center;
    padding: 45px 30px 30px;
  }

  .walsh-inner-rounded-img-padding {
    max-width: none;
  }

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

  .image {
    height: auto;
  }

  .services-section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .main-container {
    max-width: 700px;
  }

  .services-icons-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    margin-top: 50px;
    margin-bottom: 60px;
  }

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

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

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

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

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

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

  .walsh-rounded-box-banner-2 {
    flex-direction: column;
  }

  .walsh-inner-rounded-banner-2 {
    text-align: center;
    align-items: center;
    padding: 45px 30px 30px;
  }

  .walsh-inner-rounded-img-padding-2 {
    max-width: none;
  }

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

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

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

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

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

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

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

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

  .walsh-rounded-box-banner-3 {
    flex-direction: column;
  }

  .walsh-inner-rounded-banner-3 {
    text-align: center;
    align-items: center;
    padding: 45px 30px 30px;
  }

  .walsh-inner-rounded-img-padding-3 {
    max-width: none;
  }

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

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

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

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

  .walsh-footer-link-center-2 {
    text-align: center;
  }

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

  .walsh-icon-check-2 {
    margin-right: 0;
  }

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

  .walsh-cta-block-white-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }

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

  .walsh-rounded-box-banner-4 {
    flex-direction: column;
  }

  .walsh-inner-column-center {
    text-align: center;
    align-items: center;
    padding: 45px 30px 30px;
  }

  .walsh-quote-image-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .walsh-inner-column-left {
    max-width: none;
    padding: 4em 4em 0;
  }

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

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

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

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

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

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

  .walsh-padding-image-hero-2 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .walsh-card-wrapper-image-copy {
    justify-content: center;
    align-items: flex-end;
    height: auto;
  }

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

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

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

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

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

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

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

  .walsh-cta-block-light-green {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

  .walsh-rounded-container {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

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

  .image {
    width: 440px;
  }

  .div-block {
    width: auto;
  }

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

  .services-loop {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .services-icons-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-top: 30px;
    margin-bottom: 40px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .walsh-quote-image-wrapper {
    margin-bottom: 0;
  }

  .walsh-inner-column-left {
    padding-top: 4em;
    padding-bottom: 0;
    padding-right: 4em;
  }

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

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

  .walsh-padding-image-hero-2 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

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

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

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

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

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

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

@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: 37px;
  }

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

  .walsh-float-menu {
    background-color: #fdfffd;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .walsh-nav-wrapper-green-padding {
    padding: 20px 0 0;
  }

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

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

  .walsh-inner-container-nav-float {
    padding-left: 21px;
    padding-right: 15px;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 22px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .walsh-background-darkgreen {
    background-image: none;
    flex: 0 auto;
    margin-top: 26px;
    margin-bottom: 40px;
    padding: 10px 20px 26px;
    position: static;
  }

  .walsh-main-grid-no-gap {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-auto-flow: row;
    place-items: start stretch;
    width: auto;
  }

  .walsh-hero-p-wrapper {
    max-width: none;
  }

  .walsh-paragraph-serif-left-hero {
    opacity: .9;
    text-align: left;
    letter-spacing: 1px;
    text-transform: none;
    width: 300px;
    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: 13px;
    font-weight: 900;
  }

  .walsh-left-hero {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding-top: 0;
    font-size: 18px;
  }

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

  .walsh-padding-image-hero {
    width: auto;
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .walsh-heading-xlarge-white {
    opacity: .9;
    color: #213c2e;
    text-align: left;
    letter-spacing: 1px;
    flex: 1;
    width: auto;
    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: 50px;
    font-weight: 700;
    line-height: 120%;
  }

  .walsh-main-grid {
    grid-row-gap: 2.5em;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .walsh-heading-regular {
    opacity: .9;
    color: #213c2e;
    text-transform: none;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 400;
    line-height: 90%;
  }

  .walsh-main-paragraph {
    opacity: .9;
    color: #213c2efa;
    letter-spacing: 1px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 800;
  }

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

  .walsh-cover-image {
    opacity: .9;
    max-width: 100%;
    height: 166px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .walsh-card-wrapper-image {
    flex: 1;
    justify-content: center;
    align-items: flex-end;
    width: 320px;
    height: auto;
    max-height: none;
  }

  .walsh-rounded-card {
    grid-row-gap: 0em;
    color: #e5ffed;
    background-color: #e5ffed;
    width: 100%;
    height: 433px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: inset 0 2px 5px #0003;
  }

  .walsh-inner-card-bottom {
    grid-row-gap: 1.4em;
    color: #e5ffed;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    padding: 32px 8px 0 20px;
  }

  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

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

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

  .walsh-stats-number-medium {
    font-size: 38px;
  }

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

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

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

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

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

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

  .walsh-label-tag {
    font-size: 12px;
  }

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

  .walsh-cta-h-wrapper {
    grid-row-gap: 1em;
  }

  .walsh-list-flex {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
  }

  .walsh-icon-check {
    margin-bottom: 0;
  }

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

  .walsh-flex-col {
    flex-wrap: wrap;
  }

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

  .walsh-cta-block-white {
    padding: 3em 1em;
  }

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

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

  .walsh-rounded-container {
    flex: 0 auto;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

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

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

  .walsh-inner-rounded-img-padding {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .walsh-inner-card {
    padding: 45px 30px 0;
  }

  .walsh-card-wrapper-image-medium {
    align-items: flex-end;
    height: auto;
  }

  .walsh-cta-inner-image {
    padding-top: 0;
  }

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

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

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

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

  .image {
    opacity: .86;
    vertical-align: baseline;
    border-radius: 15px;
    flex: 1;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto;
    margin: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .loop-gradient-left {
    background-image: linear-gradient(97deg, #213c2e 26%, #fff0 85%);
    width: 31%;
    height: auto;
  }

  .services-section-2 {
    opacity: .9;
    background-color: #fff0;
    flex: 0 auto;
    width: 100vw;
    height: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    margin-left: -23px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .services-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .our-story-header {
    grid-column-gap: 0px;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-family: Droid Sans, sans-serif;
  }

  .loop-gradient-right {
    background-image: linear-gradient(270deg, #213c2e 22%, #fff0 80%);
    width: 31%;
    height: auto;
  }

  .services-loop {
    background-color: #0000;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: 0;
    font-family: Lato, sans-serif;
  }

  .main-container {
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .ui-animation-images-2 {
    flex: 0 auto;
    align-self: auto;
    width: auto;
    height: 32px;
    margin-right: 40px;
  }

  .services-icons-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

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

  .walsh-main-grid-no-gap-2 {
    position: static;
  }

  .walsh-cta-inner-image-2 {
    padding-top: 0;
  }

  .walsh-cta-h-wrapper-2 {
    grid-row-gap: 1em;
  }

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

  .walsh-heading-medium-white-2 {
    font-size: 1.8em;
  }

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

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

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

  .walsh-label-button-2, .walsh-link-wrapper-2 {
    font-size: 16px;
  }

  .walsh-inner-rounded-img-padding-2 {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

  .walsh-container-6 {
    flex: 0 auto;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 40px;
    margin-bottom: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .walsh-main-grid-no-gap-4 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    border-style: none;
    place-items: center stretch;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .walsh-cta-green-wrapper-4 {
    border: 1px #e5ffee;
    border-radius: 16px;
    flex: 0 auto;
    margin: 100px 10px 110px;
    padding-top: 40px;
  }

  .walsh-cta-inner-image-3 {
    margin-top: 80px;
    padding-top: 0;
  }

  .walsh-cta-h-wrapper-3 {
    grid-row-gap: 1em;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .walsh-heading-medium-white-3 {
    color: #d3ffe487;
    text-align: center;
    text-transform: none;
    width: 100%;
    font-family: Jaro, sans-serif;
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
  }

  .walsh-main-paragraph-white-3 {
    color: #e5ffed;
    text-align: center;
    width: auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: .9em;
    font-weight: 600;
  }

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

  .walsh-heading-large-4 {
    color: #3d6952;
    text-align: left;
    text-transform: uppercase;
    text-overflow: ellipsis;
    word-break: normal;
    overflow-wrap: normal;
    width: auto;
    margin-top: -82px;
    font-family: Jaro, sans-serif;
    font-size: 2.7em;
    font-style: italic;
    font-weight: 700;
    line-height: 110%;
  }

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

  .walsh-icon-arrow-flip-3 {
    width: 16px;
    max-width: none;
    height: auto;
  }

  .walsh-button-label-wrapper-3 {
    grid-column-gap: 9px;
  }

  .walsh-label-button-3 {
    color: #213c2e;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Jaro, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .walsh-arrow-wrapper-3 {
    height: auto;
  }

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

  .walsh-image-hero-3 {
    opacity: .9;
    flex: 0 auto;
    align-self: stretch;
    width: 600px;
    height: auto;
    max-height: none;
    margin-top: 0;
    margin-left: -60px;
    padding-bottom: 0;
  }

  .walsh-rounded-box-banner-3 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    background-color: #e5ffee;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 680px;
  }

  .walsh-inner-rounded-banner-3 {
    flex-flow: column;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .walsh-inner-rounded-img-padding-3 {
    flex: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    max-height: 400px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .walsh-link-block-green-3 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    background-color: #e5fff0;
    border: 2px #344f41;
    border-radius: 11px;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
  }

  .walsh-link-block-green-3:hover {
    background-color: #3a5e4b;
  }

  .walsh-container-7 {
    flex: 0 auto;
    width: 100%;
    margin: 40px auto 80px;
    padding-left: 0;
    padding-right: 10px;
  }

  .walsh-main-grid-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .walsh-footer-legal-text-2 {
    text-align: center;
    flex: 1;
    padding-left: 0;
    font-size: 11px;
  }

  .walsh-logo-footer-2 {
    width: 130px;
    height: auto;
    max-height: none;
  }

  .walsh-content-wrapper-white-2 {
    background-color: #fdfffd;
    padding-top: 3em;
    padding-bottom: 3em;
  }

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

  .walsh-footer-inner-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .walsh-label-tag-2 {
    color: #e5ffef;
    letter-spacing: 2px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: 600;
  }

  .walsh-tag-2 {
    text-align: left;
    background-color: #51aa7630;
    font-weight: 400;
  }

  .walsh-cta-h-wrapper-4 {
    grid-row-gap: 1em;
  }

  .walsh-circle-check-2 {
    border-radius: 0;
  }

  .walsh-list-flex-2 {
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
  }

  .walsh-icon-check-2 {
    margin-bottom: 0;
  }

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

  .walsh-flex-col-2 {
    grid-column-gap: 2em;
    opacity: .98;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .walsh-cta-block-white-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: linear-gradient(#00000045, #fff0), url('../images/Merc-iamge.png');
    background-position: 0 0, 76%;
    background-size: auto, cover;
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .5em 1em 2.5em;
    position: static;
  }

  .bold-text {
    letter-spacing: 0;
    font-size: 1.1em;
    font-weight: 400;
  }

  .text-block-3 {
    letter-spacing: 1px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 600;
  }

  .text-span {
    color: #213c2e;
    font-size: .8em;
  }

  .bold-text-2, .bold-text-3 {
    letter-spacing: 1px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 600;
  }

  .bold-text-4 {
    color: #213c2e;
    letter-spacing: 3px;
    font-family: Jaro, sans-serif;
    font-size: 60px;
    font-style: italic;
    font-weight: 700;
    line-height: 100%;
  }

  .text-span-2 {
    color: #4d9d71;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: Jaro, sans-serif;
    font-size: 50px;
    font-style: italic;
  }

  .walsh-container-8 {
    background-color: #213c2e;
    flex: 0 auto;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 100px;
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .walsh-main-paragraph-3 {
    margin-top: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1em;
  }

  .walsh-heading-small-2 {
    text-transform: uppercase;
    margin-bottom: 3px;
    font-size: 1em;
  }

  .walsh-cover-image-4 {
    opacity: .82;
    height: 110%;
  }

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

  .walsh-text-small-left {
    color: #ffffff96;
    font-size: 13px;
    font-weight: 700;
  }

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

  .walsh-quote-image-4 {
    opacity: .09;
  }

  .walsh-rounded-box-banner-4 {
    background-color: #e5ffef00;
    border: 2px #e5ffefba;
  }

  .walsh-inner-column-center {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .walsh-quote-image-wrapper {
    background-color: #d0f6f600;
    max-width: none;
    height: 80%;
    margin-bottom: 0;
  }

  .walsh-inner-column-left {
    padding: 20px 20px 0;
  }

  .italic-text {
    color: #c9e2d5;
    width: auto;
    font-size: 1.6em;
    font-style: normal;
  }

  .italic-text-2 {
    color: #ffffffe6;
    text-align: left;
    letter-spacing: .1em;
    font-style: normal;
  }

  .bold-text-6 {
    color: #fffdfd;
    letter-spacing: 2px;
    font-family: Jaro, sans-serif;
    font-size: 1.6em;
  }

  .image-2 {
    opacity: .9;
    width: 290px;
    height: auto;
    margin-top: -42px;
    display: block;
  }

  .walsh-link-block-green-second {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    background-color: #85b69b00;
    border: 1px solid #e5ffef;
    border-radius: 11px;
    margin-top: 40px;
    padding: 10px 15px;
  }

  .walsh-link-block-green-second:hover {
    background-color: #3a5e4b;
  }

  .text-span-3 {
    color: #d3ffe4f2;
    text-transform: uppercase;
    font-size: 34px;
    font-style: normal;
  }

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

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

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

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

  .walsh-link-block-orange-2 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

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

  .walsh-card-wrapper-image-copy {
    flex: 1;
    justify-content: center;
    align-items: flex-end;
    width: 400px;
    height: auto;
  }

  .walsh-cover-image-copy {
    opacity: .9;
    flex: 0 auto;
    width: 100%;
    max-width: none;
    height: 230px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .walsh-cover-image-first {
    opacity: .9;
    max-width: 100%;
    height: 139px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-span-4 {
    color: #3d6952;
    text-overflow: ellipsis;
  }

  .text-span-5 {
    color: #70a78b;
  }

  .text-span-6 {
    font-family: Jaro, sans-serif;
    font-weight: 400;
  }

  .heading {
    color: #355041;
    text-align: left;
    letter-spacing: 2px;
    margin-top: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 64px;
    font-weight: 800;
    line-height: 113%;
  }

  .text-span-7 {
    color: #338a5d;
    letter-spacing: -2px;
    margin-left: -2px;
    font-family: Jaro, sans-serif;
    font-style: italic;
    font-weight: 400;
  }

  .walsh-container-10 {
    flex: 0 auto;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .walsh-heading-medium {
    color: #e5ffee;
    font-family: Jaro, sans-serif;
    font-size: 1.8em;
    font-weight: 400;
  }

  .walsh-text-field-auto {
    text-align: left;
    background-color: #1bec8000;
    border-color: #e5ffee;
  }

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

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

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

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

  .walsh-button-orange {
    color: #213c2e;
    background-color: #e5ffee;
    border-radius: 10px;
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    font-family: Jaro, sans-serif;
    font-size: 23px;
  }

  .walsh-cta-block-light-green {
    background-color: #213c2e;
    border-radius: 15px;
    padding: 3em 2em;
  }
}

#w-node-c52ed59a-938f-4ca8-07d4-e67e580150b7-868f8bee {
  grid-area: 1 / 1 / 2 / 10;
  align-self: center;
}

#w-node-c52ed59a-938f-4ca8-07d4-e67e580150d0-868f8bee {
  grid-area: 1 / 10 / 2 / 13;
  place-self: center end;
}

#w-node-_1ddb9a49-fa1f-529c-a89c-b1109fd63eb5-868f8bee, #w-node-_1ddb9a49-fa1f-529c-a89c-b1109fd63ec1-868f8bee, #w-node-_1ddb9a49-fa1f-529c-a89c-b1109fd63ecd-868f8bee {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-cdf34633-2cd8-301f-41ae-4cae6655a986-868f8bee {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-cdf34633-2cd8-301f-41ae-4cae6655a988-868f8bee {
  grid-area: 1 / 2 / 2 / 7;
  place-self: center start;
}

#w-node-_7fd12e26-6e80-10f0-d599-1a5eeef95fd0-868f8bee {
  grid-area: 1 / 3 / 2 / 11;
  align-self: start;
}

#w-node-_7fd12e26-6e80-10f0-d599-1a5eeef95fe6-868f8bee {
  grid-area: 2 / 4 / 3 / 10;
  place-self: center;
}

#w-node-_259298d7-88ed-5a95-9dfb-1cbb58d07c69-868f8bee {
  grid-area: 1 / 4 / 2 / 10;
  place-self: center;
}

#w-node-_259298d7-88ed-5a95-9dfb-1cbb58d07c6f-868f8bee {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_629d0ce0-bd05-1ffb-f68e-9dd4163835ac-868f8bee {
  grid-area: 1 / 5 / 2 / 9;
  align-self: center;
}

#w-node-_629d0ce0-bd05-1ffb-f68e-9dd4163835ae-868f8bee {
  grid-area: 3 / 4 / 4 / 10;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-c52ed59a-938f-4ca8-07d4-e67e580150b7-868f8bee {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c52ed59a-938f-4ca8-07d4-e67e580150d0-868f8bee {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1ddb9a49-fa1f-529c-a89c-b1109fd63eb5-868f8bee, #w-node-_1ddb9a49-fa1f-529c-a89c-b1109fd63ec1-868f8bee, #w-node-_1ddb9a49-fa1f-529c-a89c-b1109fd63ecd-868f8bee {
    grid-column: span 2 / span 2;
  }

  #w-node-cdf34633-2cd8-301f-41ae-4cae6655a986-868f8bee {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-cdf34633-2cd8-301f-41ae-4cae6655a988-868f8bee, #w-node-_7fd12e26-6e80-10f0-d599-1a5eeef95fd0-868f8bee {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7fd12e26-6e80-10f0-d599-1a5eeef95fe6-868f8bee {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_259298d7-88ed-5a95-9dfb-1cbb58d07c69-868f8bee {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_259298d7-88ed-5a95-9dfb-1cbb58d07c6f-868f8bee, #w-node-_629d0ce0-bd05-1ffb-f68e-9dd4163835ac-868f8bee {
    grid-column: 1 / 3;
  }

  #w-node-_629d0ce0-bd05-1ffb-f68e-9dd4163835ae-868f8bee {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c52ed59a-938f-4ca8-07d4-e67e580150b7-868f8bee {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center start;
  }

  #w-node-c52ed59a-938f-4ca8-07d4-e67e580150d0-868f8bee {
    grid-area: 2 / 1 / 3 / 3;
    place-self: start center;
  }

  #w-node-_1ddb9a49-fa1f-529c-a89c-b1109fd63eb5-868f8bee {
    align-self: end;
  }

  #w-node-cdf34633-2cd8-301f-41ae-4cae6655a986-868f8bee {
    grid-area: 2 / 1 / 3 / 3;
    place-self: end center;
  }

  #w-node-cdf34633-2cd8-301f-41ae-4cae6655a988-868f8bee {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_7fd12e26-6e80-10f0-d599-1a5eeef95fd0-868f8bee, #w-node-_259298d7-88ed-5a95-9dfb-1cbb58d07c69-868f8bee, #w-node-_629d0ce0-bd05-1ffb-f68e-9dd4163835ac-868f8bee {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_629d0ce0-bd05-1ffb-f68e-9dd4163835ae-868f8bee {
    grid-area: 4 / 1 / 5 / 3;
    place-self: center;
  }
}


