:root {
  --grren: #042b1e;
  --white-smoke: #f5f5f7;
  --green: #042b1e;
  --purple: #b5a3d6;
  --walsh--walsh-light-green: #c2ecd5;
  --walsh--walsh-dark-green: #204f58;
  --walsh--light-goldenrod-yellow: #d3f6c1;
}

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

body {
  background-color: var(--grren);
  color: #333;
  font-family: Manrope;
  font-size: 1rem;
  line-height: 1.2em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.25em;
  line-height: 1.1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.375em;
  line-height: 1.1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25em;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75em;
  line-height: 1.2em;
}

h5 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 3em;
  margin-bottom: 1.1em;
  font-size: 1.2em;
  line-height: 1.2em;
}

h6 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.2em;
}

p {
  margin-bottom: 10px;
  line-height: 1.4em;
}

a {
  color: #ff75f6;
  text-decoration: underline;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.p-sm-end {
  padding-bottom: 3em;
}

.container-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
}

.container-w3 {
  width: 100%;
  max-width: 58em;
  margin-left: auto;
  margin-right: auto;
}

.container-w3.gutter-outside {
  padding-left: 0;
}

.title2 {
  font-size: 3.375em;
  font-weight: 600;
  line-height: 1.1em;
}

.text-grey {
  color: #7d7d7d;
}

.gutter-outside {
  padding-left: 4em;
  padding-right: 4em;
}

.copy-medium {
  text-align: left;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.45em;
  display: block;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.gutter-outside {
  flex-flow: column;
  justify-content: space-around;
  max-width: 95%;
  height: 80vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.section-tutorial {
  color: var(--white-smoke);
  background-color: #000;
  padding-top: 9em;
  padding-bottom: 9em;
}

.text-center {
  text-align: center;
}

.intro-description {
  padding-top: 3em;
  padding-left: 0;
  padding-right: 0;
}

.header-button {
  border: 1px solid var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--grren);
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 999em;
  padding: 1em 1.6em;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: .65em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.header-button:hover {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.header-button.secondary {
  color: var(--white-smoke);
  background-color: #0000;
  border-width: 1px;
}

.header-left {
  align-items: center;
  padding-right: 5vw;
  display: flex;
}

.header-button-wrapper {
  margin-right: 1em;
}

.nav {
  z-index: 3;
  border-bottom: 0 solid #d3d3d3;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  inset: 0% 0% auto;
}

.infotext-2 {
  color: #707070;
  font-size: .9em;
}

.header-inner {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  height: 70vw;
  padding-top: 1.3em;
  padding-bottom: 1em;
  display: flex;
}

.title1 {
  text-align: left;
  font-size: 10em;
  font-weight: 700;
  line-height: 1;
}

.title-highlight {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fcf6f326;
  border-radius: 999em;
  padding: .7em 1.4em .8em;
  font-size: 1.5em;
  display: inline-block;
}

.gradient-intro-wrapper {
  z-index: 1;
  color: var(--green);
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  margin: auto 20px 40px;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: auto;
  bottom: 15px;
  left: 10px;
}

.title-highlight-wrapper {
  margin-bottom: 1.3em;
  font-size: .7em;
}

.section-ultra-gradients {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 45em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-ultra-gradients.is-first {
  z-index: 2;
}

.ultra-gradient-wrapper {
  background-color: #042b1e;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.main-shapes-wrapper {
  filter: blur(120px);
}

.blending-group-wrapper {
  z-index: 1;
  filter: blur(120px);
  mix-blend-mode: overlay;
  display: block;
}

.shape-1 {
  background-color: #a0bce0;
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.shape-2 {
  background-color: #96d0c9;
  border-radius: 999em;
  width: 43em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: -20em;
  left: -27.4em;
  right: 0;
}

.shape-3 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 53em;
  height: 100em;
  display: block;
  position: absolute;
  top: -19.8em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

.shape-4 {
  background-color: #f6c779;
  border-radius: 999em;
  width: 65em;
  height: 40em;
  margin-left: auto;
  position: absolute;
  top: -11.3em;
  left: 0;
  transform: rotate(40deg);
}

.shape-5 {
  background-color: #e7805b;
  border-radius: 999em;
  width: 30em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21.7em;
  left: 0;
  right: 0;
}

.shape-6 {
  background-color: #a0bce0;
  border-radius: 999em;
  width: 66em;
  height: 60em;
  margin-left: auto;
  position: absolute;
  top: -14.2em;
  right: -25em;
  transform: rotate(60deg);
}

.shape-7 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 20em;
  height: 13em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -4.1em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.shape-8 {
  background-color: #9fc68e;
  border-radius: 999em;
  width: 47em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.1em;
  left: 26.7em;
  right: 0;
  transform: rotate(29deg);
}

.shape-9 {
  background-color: #eadf55;
  border-radius: 999em;
  width: 30em;
  height: 119em;
  position: absolute;
  top: -5.3em;
  right: 1.2em;
  transform: rotate(39deg);
}

.background-noise {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.heading {
  text-align: right;
}

.main-heading {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 75vw;
  margin-top: 25vh;
  display: flex;
}

.heading-1 {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8vw;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

.heading-1.align-right {
  align-self: flex-end;
  font-weight: 700;
  line-height: 120%;
}

.heading-1.align-centre {
  justify-content: center;
  align-items: center;
  font-family: Manrope;
}

.subhead-right {
  text-align: right;
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.main-heading-2 {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 85vw;
  height: 70vh;
  margin: auto auto 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-2 {
  color: #d3f6c3;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

.heading-2.align-right {
  color: #fff;
  align-self: flex-end;
  font-weight: 700;
  line-height: 120%;
}

.heading-2.align-centre {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 20px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 10rem;
  font-weight: 600;
}

.paragraph {
  color: #fff;
  letter-spacing: .03em;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.heading-3 {
  color: #fff;
  letter-spacing: .07em;
  text-transform: capitalize;
  margin-bottom: auto;
  margin-left: auto;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
}

.section-17 {
  max-width: 1480px;
  margin-top: 50px;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.text-field-2 {
  color: #fff;
  letter-spacing: .03em;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #707070;
  padding-left: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.select-field {
  color: #b5a3d6;
  letter-spacing: .03em;
  background-color: #042b1e;
  border: 1px solid #b5a3d6;
  margin-top: 40px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 16px;
}

.text-block-67 {
  color: #000;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.title-mask {
  flex-direction: column;
  margin-top: 10px;
  padding-bottom: 5px;
  display: flex;
  overflow: hidden;
}

.text-block-33 {
  color: #b5a3d6;
  letter-spacing: .03em;
  margin-bottom: 100px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.column {
  padding-left: 0;
  padding-right: 5px;
}

.title-wrapper {
  padding-top: 0;
  position: relative;
}

.div-block-50 {
  margin-top: 40px;
}

.text-block-32 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 33px;
}

.text-block-66 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.contact-animated-title-2 {
  color: #b5a3d6;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 3vw;
  font-weight: 500;
  line-height: .93;
}

.contact-animated-title-1 {
  color: #b5a3d6;
  padding-top: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 3vw;
  font-weight: 500;
  line-height: .93;
}

.div-block-7 {
  color: #b5a3d6;
  background-color: #424242;
  border: 3px solid #707070;
  width: 45px;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
}

.submit-button {
  color: #000;
  letter-spacing: .03em;
  background-color: #b5a3d6;
  border: 2.5px solid #b5a3d6;
  border-radius: 20px;
  width: 174px;
  margin-top: 40px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.textarea {
  color: #fff;
  letter-spacing: .03em;
  background-color: #0000;
  border: 1px #707070;
  border-bottom-style: solid;
  padding-left: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.success-message {
  background-color: #b5a3d6;
}

.contact-grid {
  grid-column-gap: 120px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(max-content, 150px) minmax(auto, 630px);
  margin-top: 80px;
}

.column-2 {
  padding-left: 5px;
  padding-right: 0;
}

.recaptcha {
  margin-top: 35px;
}

.text-field {
  color: #fff;
  letter-spacing: .03em;
  background-color: #0000;
  border: 1px #707070;
  border-bottom-style: solid;
  padding-left: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.heading-43 {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0;
  line-height: 0;
}

.error-message {
  background-color: #ccf806;
  margin-top: 35px;
}

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

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

.text-block-68 {
  color: #c3c3c3;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4em;
}

.heading-44 {
  color: #c1c1c1;
  margin-bottom: 19px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
}

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

.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-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 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.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-container-padding-medium {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 20px 100px;
  position: relative;
}

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

.walsh-heading-regular {
  color: var(--purple);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.2;
}

.walsh-heading-regular.white {
  color: var(--white-smoke);
}

.walsh-heading-regular.lgreen {
  color: var(--walsh--walsh-light-green);
  font-weight: 600;
}

.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-heading-small {
  color: #b5a3d7;
  text-align: center;
  margin-top: 0;
  margin-bottom: 83px;
  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 {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

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

.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-background-light-green {
  background-color: #042b1e;
}

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

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

.walsh-logo-cloud-grid-border {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-right: 1px solid #d3d3d3;
  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-logo-wrapper-ticker {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14em;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  box-shadow: 0 1px #d3d3d3, inset 1px 1px #d3d3d3;
}

.div-block-51 {
  margin-top: 0;
}

.walsh-container-2 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-top: 60px;
  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;
  align-items: start;
  width: 100%;
  margin-top: 60px;
  position: relative;
}

.walsh-heading-small-2 {
  color: #d3f6c3;
  -webkit-text-stroke-color: #c2ecd5;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.25;
}

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

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

.walsh-paragraph-small.white {
  color: #fff;
}

.walsh-rounded-box-center {
  grid-row-gap: 1em;
  text-align: center;
  background-color: #fff0;
  border: 2px solid #d3f6c2;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
}

.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: 100px;
  margin-bottom: 20px;
}

.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-label-tag {
  color: #042b1e;
  text-align: left;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.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-logo-wrapper-transparent {
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 2.5em 2em;
  display: flex;
}

.wash-medium-wrapper {
  grid-row-gap: 3em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6em;
  display: flex;
}

.walsh-logo-grey-dark-wrapper {
  background-color: #2e3333;
}

.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-tag-light {
  color: #fff;
  text-align: center;
  background-color: #d3f6c2;
  border-radius: 200px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 20px;
  font-family: neue-haas-grotesk-display, sans-serif;
  display: flex;
  overflow: hidden;
}

.walsh-image-logo-medium {
  object-fit: contain;
  max-width: 11em;
  min-height: 3.5em;
  max-height: 3.5em;
}

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

.walsh-label-tag-2 {
  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-heading-medium {
  color: var(--green);
  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-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-main-paragraph {
  color: #0009;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-main-paragraph.white {
  color: #fff;
  font-family: Merriweather, serif;
}

.walsh-link-wrapper {
  color: #ffffffd9;
  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: 16px;
  margin-top: 0;
  margin-left: 10px;
}

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

.walsh-rounded-card {
  grid-row-gap: 3em;
  background-color: #c2ecd500;
  border: 2px solid #c2ecd5;
  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;
  align-items: flex-start;
  padding: 3em;
  display: flex;
}

.walsh-card-image-float {
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  height: 40em;
  padding-top: 3em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  overflow: hidden;
}

.walsh-rounded-image {
  border-radius: 14px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.walsh-heading-large {
  color: var(--purple);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 102px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 4.8em;
  font-weight: 600;
  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-icon-arrow-flip {
  height: 12px;
}

.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 {
  color: #042b1e;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
}

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

.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-2 {
  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(--purple);
  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-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-icon-arrow-2 {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

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

.lynx-content-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-accordion-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 30px;
  transition: padding .3s;
  display: flex;
}

.lynx-accordion-header:hover {
  padding-left: 35px;
}

.lynx-heading-accordion {
  color: #243f58;
  letter-spacing: .05em;
  -webkit-text-stroke-color: #042b1e;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 132%;
}

.lynx-paragraph-accordion {
  color: #042b1e;
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-subtitle {
  color: #243f58;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-faq {
  grid-row-gap: 14px;
  flex-direction: column;
  width: 100%;
  max-width: none;
  padding-left: 0;
  display: flex;
}

.lynx-accordion-content {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.section {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
  display: block;
  position: static;
}

.section.faq {
  margin-top: 100px;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.lynx-accordion-item {
  background-color: #c2ecd5;
  border-radius: 20px;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-block-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1080px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-icon-arrow {
  background-color: #042b1e;
  background-image: url('../images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 40px;
  height: 40px;
}

.lynx-heading-3 {
  color: #243f58;
  max-width: 1080px;
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.faq {
  color: #fff;
  width: 100%;
  max-width: 1480px;
}

.paragraph-18px {
  letter-spacing: -.01em;
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
  text-decoration: none;
}

.paragraph-18px.faq-text {
  padding-top: 0;
  padding-left: 0;
  font-weight: 300;
}

.faq-content {
  border-top: 2px solid #c2ecd5;
  width: 100%;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.faq-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 60px;
  display: flex;
  overflow: hidden;
}

.faq-button {
  justify-content: center;
  align-items: center;
  margin-right: 18px;
  display: flex;
  position: relative;
}

.faq-inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 516px;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

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

.hu-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  max-height: none;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.faq-line {
  background-color: #a8463f;
  width: 1px;
  height: 36px;
}

.faq-line._2 {
  background-color: #c2ecd5;
  width: 36px;
  height: 1px;
  position: absolute;
  inset: auto;
}

.faq-line._1 {
  background-color: #c2ecd5;
}

.hu-grid-text-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hu-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  font-weight: 300;
}

.hu-grid.services {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: none;
  flex-flow: row;
  flex: 0 auto;
  order: -1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start flex-start;
  align-self: auto;
  place-items: start;
  width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  position: static;
}

.image, .image-2, .image-3 {
  margin-bottom: 20px;
}

.section-18 {
  max-width: 1480px;
}

.walsh-container-6 {
  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(--grren);
  position: relative;
}

.walsh-image-logo-2 {
  object-fit: contain;
  width: 100%;
  max-width: 120px;
  max-height: 130px;
}

.walsh-logo-cloud-grid-border-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border: 0 solid #d3f6c3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 100px;
  position: relative;
}

.walsh-logo-wrapper-ticker-2 {
  border: 1px solid #d3f6c3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14em;
  display: flex;
  box-shadow: 0 1px #d3d3d3, inset 1px 1px #d3d3d3;
}

.logoblanket {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-52 {
  margin-top: 100px;
  margin-bottom: 40px;
}

@media screen and (min-width: 1440px) {
  .title-wrapper {
    overflow: hidden;
  }

  .contact-animated-title-2, .contact-animated-title-1 {
    font-size: 3vw;
  }

  .logoblanket {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1920px) {
  .section-17 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-32 {
    font-weight: 400;
  }

  .div-block-7 {
    border-width: 3px;
  }

  .walsh-main-grid {
    grid-column-gap: 2.2em;
  }

  .section-18, .logoblanket {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  body {
    background-color: var(--grren);
    color: var(--white-smoke);
    font-size: .87rem;
  }

  .gutter-outside {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-tutorial {
    z-index: 1;
    padding-top: 5em;
    padding-bottom: 5em;
    position: relative;
  }

  .header-button:hover {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .header-button:active {
    transform: scale(.94);
  }

  .header-inner {
    padding-top: 2em;
  }

  .ultra-gradient-wrapper {
    font-size: 1.3vh;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .shape-3 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .shape-4 {
    top: 22em;
  }

  .main-heading {
    max-width: 85vw;
  }

  .heading-1 {
    font-size: 10vw;
  }

  .main-heading-2 {
    max-width: 85vw;
  }

  .heading-2 {
    font-size: 10vw;
  }

  .section-17 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .title-mask {
    padding-bottom: 3.5px;
  }

  .title-wrapper {
    max-width: 899px;
  }

  .contact-animated-title-1 {
    font-size: 3vw;
  }

  .div-block-7 {
    margin-top: 5px;
  }

  .contact-grid {
    grid-column-gap: 40px;
  }

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

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

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

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

  .walsh-logo-cloud-grid-border {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .walsh-heading-small-2 {
    color: var(--walsh--light-goldenrod-yellow);
  }

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

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

  .walsh-logo-wrapper-transparent {
    width: auto;
  }

  .wash-medium-wrapper {
    max-width: 100%;
  }

  .walsh-image-logo-medium {
    max-height: 9em;
  }

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

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

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

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

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

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

  .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-5 {
    flex: 0 auto;
    width: auto;
  }

  .lynx-heading-accordion {
    font-size: 19px;
  }

  .lynx-heading-3 {
    font-size: 38px;
  }

  .paragraph-18px {
    font-size: 22.5px;
  }

  .hu-grid.services {
    box-sizing: border-box;
    clear: none;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    max-width: 100%;
    position: static;
  }

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

  .walsh-image-logo-2 {
    max-width: 130px;
    height: 100%;
    max-height: 100px;
  }

  .walsh-logo-cloud-grid-border-2 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-logo-wrapper-ticker-2 {
    height: 16em;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: .75rem;
  }

  h1 {
    font-size: 3.2em;
  }

  h2 {
    font-size: 2.7em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.1em;
  }

  h6 {
    font-size: .9em;
  }

  .p-sm-end {
    padding-bottom: 2.3em;
  }

  .title2 {
    font-size: 2.7em;
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .intro-description {
    padding-left: 0;
    padding-right: 0;
  }

  .header-left {
    flex-wrap: wrap;
  }

  .header-button-wrapper {
    margin-bottom: 1em;
  }

  .title1 {
    font-size: 5em;
  }

  .main-shapes-wrapper, .blending-group-wrapper {
    filter: blur(80px);
  }

  .shape-3 {
    width: 30em;
    height: 100em;
  }

  .main-heading {
    max-width: 85vw;
  }

  .heading-1 {
    font-size: 10vw;
  }

  .main-heading-2 {
    max-width: 85vw;
  }

  .heading-2 {
    font-size: 10vw;
  }

  .heading-2.align-centre {
    font-size: 5rem;
  }

  .section-17 {
    margin-top: 50px;
  }

  .text-field-2 {
    margin-bottom: 20px;
    padding: 0;
  }

  .title-wrapper {
    max-width: 630px;
  }

  .div-block-50 {
    margin-top: 0;
  }

  .text-block-32 {
    font-weight: 500;
  }

  .textarea {
    margin-bottom: 10px;
    padding: 0;
  }

  .contact-grid {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(auto, 630px);
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-field {
    margin-bottom: 20px;
    padding: 0;
  }

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

  .walsh-container-padding-medium {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

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

  .walsh-logo-wrapper-ticker {
    height: 10em;
  }

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

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

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

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

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

  .wash-medium-wrapper {
    grid-row-gap: 2em;
    padding-bottom: 4em;
  }

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

  .walsh-image-logo-medium {
    max-width: 9em;
    max-height: 9em;
  }

  .bold-text {
    font-size: 1.25em;
  }

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

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

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

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

  .lynx-heading-3 {
    max-width: 540px;
    font-size: 34px;
  }

  .paragraph-18px {
    font-size: 20px;
  }

  .hu-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-logo-wrapper-ticker-2 {
    height: 15em;
  }
}

@media screen and (max-width: 479px) {
  .shape-4 {
    top: 30.7em;
  }

  .main-heading {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: 95vw;
    margin-top: 20vw;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-1 {
    text-align: left;
    font-size: 10vw;
  }

  .heading-1.align-right {
    text-align: right;
  }

  .main-heading-2 {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: 85vw;
    margin-top: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    text-align: left;
    font-size: 10vw;
  }

  .heading-2.align-right {
    text-align: right;
  }

  .heading-2.align-centre {
    font-size: 20vw;
  }

  .select-field {
    object-fit: fill;
    overflow: visible;
  }

  .title-mask {
    margin-top: 0;
    padding-bottom: 0;
    line-height: 12.2;
    display: block;
  }

  .title-wrapper {
    font-size: .3em;
    display: block;
  }

  .text-block-32 {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
  }

  .form {
    overflow: visible;
  }

  .contact-animated-title-2 {
    font-size: 35px;
    display: block;
  }

  .contact-animated-title-1 {
    font-size: 35px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

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

  .walsh-logo-wrapper-ticker {
    min-width: 35vw;
    height: 8em;
  }

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

  .walsh-heading-small-2 {
    color: var(--walsh--light-goldenrod-yellow);
    font-size: 1.5em;
  }

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

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

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

  .walsh-logo-wrapper-transparent {
    flex: 0 50%;
    order: 1;
    padding: 35px 10px;
  }

  .wash-medium-wrapper {
    padding-bottom: 3em;
  }

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

  .walsh-tag-light {
    text-align: left;
    width: 200px;
  }

  .walsh-image-logo-medium {
    max-width: 7em;
    min-height: 1.5em;
    max-height: 7em;
  }

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

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

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

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

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

  .walsh-inner-card-bottom {
    grid-row-gap: 1em;
    padding: 0 30px 45px;
  }

  .walsh-card-image-float {
    align-items: flex-end;
    height: auto;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

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

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

  .walsh-cta-h-wrapper-2 {
    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-5 {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-inner-card-bottom-2 {
    grid-row-gap: 1em;
    padding: 0 30px 45px;
  }

  .lynx-heading-accordion {
    font-size: 18px;
  }

  .lynx-heading-3 {
    font-size: 29px;
  }

  .faq-trigger {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .hu-grid-wrapper {
    max-width: none;
    padding-right: 0;
  }

  .hu-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

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

  .walsh-image-logo-2 {
    max-width: 60px;
    max-height: 50px;
  }

  .walsh-logo-cloud-grid-border-2 {
    border-width: 1px;
  }

  .walsh-logo-wrapper-ticker-2 {
    border-width: 1px;
    min-width: 35vw;
    height: 8em;
  }
}

#w-node-_4102a9b3-01ba-8794-dd30-8059e23a476e-d12d181e, #w-node-_4102a9b3-01ba-8794-dd30-8059e23a4770-d12d181e, #w-node-_4102a9b3-01ba-8794-dd30-8059e23a4772-d12d181e, #w-node-_4102a9b3-01ba-8794-dd30-8059e23a4774-d12d181e, #w-node-_4102a9b3-01ba-8794-dd30-8059e23a4776-d12d181e, #w-node-_4102a9b3-01ba-8794-dd30-8059e23a4778-d12d181e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_37229412-8e37-506d-f2cf-4b182a224020-d12d181e {
  grid-area: 1 / 2 / 2 / 12;
  place-self: center;
}

#w-node-_9456f044-0611-3b4d-4b33-52b9b447ef67-d12d181e, #w-node-_9456f044-0611-3b4d-4b33-52b9b447ef5f-d12d181e, #w-node-_9456f044-0611-3b4d-4b33-52b9b447ef6f-d12d181e {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_02bd58d5-3419-d068-7779-c0a4a8e5e445-d12d181e {
  grid-area: 1 / 3 / 2 / 11;
  align-self: start;
}

#w-node-_02bd58d5-3419-d068-7779-c0a4a8e5e45b-d12d181e {
  grid-area: 2 / 4 / 3 / 10;
  place-self: center;
}

#w-node-_0c1c0069-cdf3-a2c0-ade6-1c8aad93a394-d12d181e {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_0c1c0069-cdf3-a2c0-ade6-1c8aad93a3a3-d12d181e {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#w-node-_9219c249-a28a-d74a-4ba5-7ac3045369e8-d12d181e, #w-node-_2aead17b-22b3-cd59-055b-566e386ca0d0-d12d181e, #w-node-_1686c12b-1cb1-65cc-00b1-67220f16147b-d12d181e, #w-node-db875d5e-6eea-39db-3a6a-dbd00b719f53-d12d181e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d0df5c99-e9ed-9fbb-25e9-71506fb72dcb-d12d181e {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_4102a9b3-01ba-8794-dd30-8059e23a476e-d12d181e, #w-node-_4102a9b3-01ba-8794-dd30-8059e23a4770-d12d181e, #w-node-_4102a9b3-01ba-8794-dd30-8059e23a4772-d12d181e, #w-node-_4102a9b3-01ba-8794-dd30-8059e23a4774-d12d181e, #w-node-_4102a9b3-01ba-8794-dd30-8059e23a4776-d12d181e, #w-node-_4102a9b3-01ba-8794-dd30-8059e23a4778-d12d181e {
    grid-column: span 1 / span 1;
  }

  #w-node-_37229412-8e37-506d-f2cf-4b182a224020-d12d181e {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_02bd58d5-3419-d068-7779-c0a4a8e5e445-d12d181e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_02bd58d5-3419-d068-7779-c0a4a8e5e45b-d12d181e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0c1c0069-cdf3-a2c0-ade6-1c8aad93a394-d12d181e, #w-node-_0c1c0069-cdf3-a2c0-ade6-1c8aad93a3a3-d12d181e {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_37229412-8e37-506d-f2cf-4b182a224020-d12d181e {
    grid-row-start: 1;
  }

  #w-node-d0df5c99-e9ed-9fbb-25e9-71506fb72dcb-d12d181e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_37229412-8e37-506d-f2cf-4b182a224020-d12d181e {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_02bd58d5-3419-d068-7779-c0a4a8e5e445-d12d181e {
    grid-area: 1 / 1 / 2 / 3;
  }
}


