:root {
  --walsh--branco: white;
  --walsh--font-family-2: "Public Sans", sans-serif;
  --walsh--verde-1: #085831;
  --walsh--amarelo: #ffd230;
  --walsh--vermelho: #c10619;
  --walsh--font-family: Poppins, sans-serif;
  --walsh--walsh-dark-green: #085831;
  --walsh--walsh-dark-green-2: #085831;
  --walsh--black: #2c2c2c;
  --walsh--azul: #213973;
  --walsh--azure: #ececec;
  --walsh--walsh-light-green: #a7c534;
  --walsh--walsh-mid-green: #a7c534;
  --walsh--light-goldenrod-yellow: #a7c534;
  --walsh--verde-2: #a7c534;
  --walsh--off-white: #ececec;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.walsh-icon-arrow-flip {
  box-sizing: border-box;
  color: var(--walsh--branco);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
  overflow: visible;
}

.walsh-link-block-orange {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-family: var(--walsh--font-family-2);
  color: var(--walsh--verde-1);
  text-align: center;
  background-color: #ffd230;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 40px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.474, .124, .25, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: var(--walsh--amarelo);
  filter: contrast(128%);
  color: var(--walsh--verde-1);
  transform: scale(1.1);
}

.walsh-link-block-orange:active {
  background-color: var(--walsh--vermelho);
}

.walsh-link-block-orange.button-cta {
  height: 100px;
}

.walsh-link-block-orange.button-cta:hover {
  background-color: var(--walsh--amarelo);
  color: var(--walsh--verde-1);
}

.walsh-link-block-orange.button-nav {
  border: 1px solid var(--walsh--branco);
  color: var(--walsh--branco);
  background-color: #ffd23000;
  transition: all .2s cubic-bezier(.725, .094, .25, 1);
}

.walsh-link-block-orange.button-nav:hover {
  border-color: var(--walsh--amarelo);
  background-color: var(--walsh--amarelo);
  color: var(--walsh--verde-1);
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 10px;
  font-family: var(--walsh--font-family);
  color: var(--walsh--verde-1);
  justify-content: center;
  align-items: center;
  height: 30px;
  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: var(--walsh--font-family-2);
  color: var(--walsh--verde-1);
  font-size: 1.2em;
  font-weight: 700;
  text-decoration-color: #fff;
}

.walsh-label-button.size-txt-button-cta {
  font-size: 1.5em;
}

.walsh-label-button.white-txt {
  color: var(--walsh--branco);
  font-weight: 500;
}

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

.walsh-container-nav {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #08583100;
  border-radius: 40px;
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
}

.walsh-main-nav {
  background-color: var(--walsh--verde-1);
  padding-top: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

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

.walsh-main-nav.nav2 {
  background-color: var(--walsh--verde-1);
}

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

.walsh-nav-logo {
  height: 42px;
  padding-bottom: 0;
}

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

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

.walsh-nav-link-white {
  font-family: var(--walsh--font-family-2);
  color: #fff;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
}

.walsh-nav-link-white:hover {
  outline-offset: 0px;
  color: var(--walsh--amarelo);
  text-decoration: none;
  -webkit-text-decoration-color: var(--walsh--amarelo);
  text-decoration-color: var(--walsh--amarelo);
  background-color: #0000;
  outline: 3px #fff;
  text-decoration-style: solid;
}

.walsh-nav-link-white.w--current {
  color: var(--walsh--amarelo);
}

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

.walsh-dropdown {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

.walsh-container.spacing1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.walsh-heading-xxlarge {
  font-family: var(--walsh--font-family-2);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 7em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-background-darkgreen {
  background-color: var(--walsh--walsh-dark-green-2);
  padding-top: 210px;
  padding-bottom: 40px;
  position: relative;
}

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

.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: 40em;
}

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

.walsh-text-lightgreen {
  color: #b0ebb9;
}

.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: 3em;
  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-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 {
  box-shadow: inset 0 -3px 0 0 var(--walsh--amarelo);
  color: #444;
}

.walsh-ui-image-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 6em;
  padding-bottom: 6em;
  padding-left: 3em;
  display: none;
  overflow: hidden;
}

.walsh-image-hero-device {
  height: 48em;
}

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

.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%;
  margin-bottom: 40px;
  position: relative;
}

.walsh-form-success {
  color: #313d17;
  background-color: #c4f85c;
}

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

.walsh-full-form {
  width: 100%;
  margin-bottom: 0;
}

.walsh-form-single {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-button-circle-small {
  background-color: #ff715b;
  background-image: url('../images/icon-arrow-right-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

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

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

.walsh-main-paragraph {
  font-family: var(--walsh--font-family);
  color: #0009;
  letter-spacing: 0;
  font-size: 1.5em;
  line-height: 1.5;
}

.walsh-main-paragraph.white-txt {
  color: #fffc;
}

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

.walsh-heading-small.white-txt {
  color: var(--walsh--branco);
}

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

.walsh-footer-link:hover {
  box-shadow: inset 0 -2px 0 0 var(--walsh--amarelo);
  color: var(--walsh--amarelo);
}

.walsh-footer-line-divider {
  background-color: #fffc;
  width: 100%;
  height: 1px;
}

.walsh-footer-legal-text {
  color: #fffc;
  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: none;
  margin-bottom: 0;
}

.walsh-content-wrapper-white {
  background-color: var(--walsh--branco);
  background-image: linear-gradient(#00000080, #00000080), url('../images/HERO-1.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  padding-top: 8em;
  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-text-field-single-grey {
  background-color: #eee;
  border: 1px solid #eee;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 65px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 25px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
}

.walsh-button-circle-wrapper-grey {
  background-color: #eee;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

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

.walsh-footer-link-social:hover {
  transform: scale(1.3);
}

.walsh-footer-wrapper {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.walsh-footer-list {
  grid-column-gap: 5em;
  grid-row-gap: .8em;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  display: flex;
}

.walsh-heading-large {
  font-family: var(--walsh--font-family-2);
  color: var(--walsh--black);
  text-align: center;
  letter-spacing: -.02em;
  width: auto;
  max-width: 980px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1;
  display: block;
}

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

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

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

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

.walsh-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-hero-inner-float-image {
  background-color: var(--walsh--branco);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 44em;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 40px 0;
  display: flex;
}

.walsh-ui-image {
  object-fit: contain;
  border-radius: 20px;
  width: 100%;
  max-width: none;
  max-height: none;
}

.walsh-flex-horizontal {
  grid-column-gap: 4em;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: 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;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.div-block.div-2 {
  padding-bottom: 20px;
}

.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-heading-large-2 {
  font-family: var(--walsh--font-family-2);
  color: var(--walsh--azul);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1;
}

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

.walsh-cover-image {
  object-fit: cover;
  border-radius: 20px;
  flex: 1;
  width: 100%;
  max-width: none;
  height: auto;
}

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

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

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

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

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

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

.walsh-heading-regular {
  color: var(--walsh--black);
  text-align: left;
  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-paragraph-small {
  color: #161616ad;
  text-align: left;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.08em;
  line-height: 1.6;
}

.walsh-center-col {
  grid-row-gap: 1.8em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px 35px;
  display: flex;
}

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

.walsh-stats-number-large {
  color: var(--walsh--black);
  font-size: 7.2em;
  font-weight: 700;
  line-height: 1;
}

.walsh-container-4 {
  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 {
  font-family: var(--walsh--font-family-2);
  color: var(--walsh--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

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

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

.walsh-icon-wrapper-circle-large {
  background-color: #a7c53400;
  border-radius: 41%;
  justify-content: center;
  align-items: flex-end;
  width: 120px;
  height: 120px;
  display: flex;
}

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

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

.walsh-icon-wrapper-circle {
  background-color: #a7c53400;
  border-radius: 19%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

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

.walsh-inner-card {
  grid-row-gap: 2em;
  background-color: #ececec00;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 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;
}

.quick-stack {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.heading {
  margin-bottom: 10px;
  font-size: 2.2em;
  line-height: 1.1em;
}

.cell {
  justify-content: flex-start;
  align-items: flex-start;
}

.cell-2 {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.cell-3 {
  padding-left: 0;
  padding-right: 60px;
}

.cell-4 {
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.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-inner-card-bottom {
  grid-row-gap: 1.2em;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 5em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

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

.walsh-rounded-float-image {
  background-color: var(--walsh--azure);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0;
  display: flex;
  overflow: hidden;
}

.walsh-contain-image {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: auto;
}

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

.walsh-paragraph-small-2 {
  font-family: var(--walsh--font-family);
  color: #161616ad;
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.6;
}

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

.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-cta-div-block {
  grid-column-gap: 1.25em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-heading-medium-white {
  font-family: var(--walsh--font-family-2);
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-cta-block-dark-green {
  background-color: var(--walsh--walsh-dark-green-2);
  color: #fff;
  background-image: linear-gradient(110deg, #00000073, #fff0), url('../images/HERO-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 8px;
  width: 100%;
  padding: 5.5em;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-outline-white {
  color: #fff;
  border: .15em solid #ffffff26;
  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-outline-white:hover {
  color: #000;
  background-color: #dbffe0;
}

.div-block-2 {
  display: block;
}

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

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

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

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

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

.walsh-heading-xxlarge-black {
  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: 8.5em;
  font-weight: 700;
  line-height: .95;
}

.walsh-text-burst-orange {
  color: #ff8d86;
  background-image: url('../images/scribble-burst.svg');
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: .25em;
  padding-right: .1em;
  display: inline-block;
}

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

.walsh-main-paragraph-3 {
  font-family: var(--walsh--font-family);
  color: #0009;
  letter-spacing: 0;
  font-size: 1.5em;
  line-height: 1.5;
}

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

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

.walsh-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-image-logo {
  object-fit: contain;
  width: 100%;
  max-width: 132px;
  max-height: 24px;
}

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

.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-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 {
  text-align: left;
}

.walsh-flex-col-wide {
  grid-column-gap: 2em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.uui-testimonial16_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 4rem;
  display: flex;
}

.uui-testimonial16_loop-trigger {
  display: flex;
}

.uui-testimonial16_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #f9fafb00;
  border: 1px solid #f9fafb;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25rem;
  min-width: 25rem;
  margin-right: 1rem;
  padding: 2rem 1rem;
  display: flex;
}

.image-10 {
  border-radius: 20px;
  width: 100%;
}

.uui-heading-medium-2 {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.3;
}

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

.uui-text-size-large-2 {
  color: #686868;
  letter-spacing: 1.1px;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-section_testimonial16 {
  padding-top: 140px;
  overflow: hidden;
}

.uui-text-size-small-2 {
  color: #686868;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 2rem;
  padding-bottom: 7rem;
}

.uui-testimonial16_client-heading {
  color: #222;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-testimonial16_rating-icon {
  color: #fec84b;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial16_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.uui-testimonial16_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-heading-xxsmall-2 {
  color: #000;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.uui-heading-xxsmall-2.text-weight-medium {
  text-transform: none;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
}

.uui-testimonial16_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-testimonial16_client-image-wrapper {
  margin-right: .75rem;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-2.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.walsh-heading-regular-2 {
  font-family: var(--walsh--font-family);
  color: var(--walsh--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5;
}

.walsh-grid-list {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: center;
  width: 100%;
}

.walsh-content-wrapper-padding {
  grid-row-gap: 1.8em;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.walsh-inner-padding-list {
  grid-row-gap: 2em;
  flex-direction: column;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-right: 40px;
  display: flex;
}

.walsh-cta-green-wrapper {
  background-color: var(--walsh--walsh-dark-green-2);
  background-image: linear-gradient(#00000080, #00000080), url('../images/HERO-1.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

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

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

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

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

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

.walsh-heading-large-white {
  font-family: var(--walsh--font-family-2);
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1;
}

.walsh-main-paragraph-white {
  font-family: var(--walsh--font-family);
  color: #fffc;
  text-align: left;
  letter-spacing: 0;
  font-size: 1.45em;
  line-height: 1.5;
}

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

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

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

.text-block {
  font-family: var(--walsh--font-family);
  color: #ffffffde;
  text-align: left;
}

.div-block-3 {
  border-radius: 8em;
  position: static;
}

.code-embed {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 0;
  display: block;
  position: static;
}

.bold-text, .bold-text-2 {
  color: var(--walsh--azul);
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--walsh--verde-1);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-2 {
  font-size: 1.4em;
  font-weight: 700;
}

.code-embed-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-3 {
  display: flex;
}

.text-block-3 {
  color: var(--walsh--verde-1);
  font-size: 1.5em;
  font-weight: 700;
}

.text-block-3:hover {
  color: var(--walsh--verde-1);
}

.background-video {
  z-index: 1;
  height: 70em;
  position: absolute;
  inset: 0%;
}

.div-block-5 {
  z-index: 2;
  background-color: #00000008;
  height: 70em;
  position: absolute;
  inset: 0%;
}

.walsh-container-12 {
  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-large-3 {
  font-family: var(--walsh--font-family-2);
  color: var(--walsh--azul);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1;
}

.walsh-heading-regular-3 {
  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-rounded-block-2 {
  background-color: #fff;
  border-radius: 18px;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

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

.walsh-rounded-container-2 {
  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-hero-inner-float-image-2 {
  background-color: var(--walsh--azure);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 44em;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 40px 35px;
  display: flex;
}

.walsh-hero-inner-float-image-2.img-final {
  background-image: url('../images/img-final.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.walsh-ui-image-2 {
  object-fit: contain;
  width: 100%;
  max-width: 35em;
  max-height: 35em;
}

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

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

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

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

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

.walsh-icon-wrapper-circle-2 {
  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-2 {
  height: 32px;
}

.walsh-grid-list-2 {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: center;
  width: 100%;
}

.walsh-content-wrapper-padding-2 {
  grid-row-gap: 1.8em;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.walsh-inner-padding-list-2 {
  grid-row-gap: 2em;
  flex-direction: column;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.close-live-chat-container:hover {
  filter: invert();
  color: var(--walsh--vermelho);
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.livechat-button {
  background-color: var(--walsh--verde-1);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button:hover {
  background-color: var(--walsh--verde-2);
  transform: scale(1.1);
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 310px;
  margin-bottom: 16px;
  display: none;
  overflow: hidden;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 60px auto;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--walsh--verde-1);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: #62b259;
  transform: scale(1.05);
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-chat-bottom-text {
  font-size: 12px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.live-icon-chat {
  margin-right: 0;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.image-11 {
  border-radius: 10px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.text-block-4 {
  font-family: var(--walsh--font-family-2);
  color: var(--walsh--branco);
  font-size: 3em;
}

.div-block-6 {
  background-color: var(--walsh--verde-2);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.bold-text-3 {
  color: var(--walsh--black);
}

.image-12 {
  max-width: none;
}

.link-cta-agencia {
  transition: all .2s;
}

.link-cta-agencia:hover {
  transform: scale(1.1);
}

@media screen and (min-width: 1920px) {
  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .whatsapp-chat {
    display: none;
  }
}

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

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

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

  .walsh-main-nav {
    padding-top: 0;
  }

  .walsh-nav-menu-green {
    background-color: var(--walsh--walsh-dark-green);
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 20px;
  }

  .walsh-nav-link-white {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    font-size: 18px;
    display: flex;
  }

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

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

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

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

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

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

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

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

  .walsh-heading-xxlarge {
    text-align: center;
    font-size: 5em;
  }

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

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

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

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

  .walsh-left-hero {
    justify-content: center;
    align-items: center;
  }

  .walsh-hero-div-block {
    grid-column-gap: 2em;
    flex-flow: column;
    justify-content: center;
  }

  .walsh-link-block-white {
    margin-top: 40px;
  }

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

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

  .walsh-main-grid {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .walsh-main-paragraph {
    text-align: center;
  }

  .walsh-footer-line-divider {
    margin-bottom: 20px;
  }

  .walsh-footer-legal-text {
    margin-bottom: 5px;
  }

  .walsh-icon-social {
    max-height: none;
  }

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

  .walsh-footer-inner {
    grid-column-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .walsh-footer-link-social {
    width: 56px;
    height: 56px;
  }

  .walsh-heading-large {
    letter-spacing: -.01em;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 3.2em;
    line-height: 1.2;
  }

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

  .walsh-hero-inner-float-image {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 60px;
  }

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

  .walsh-content-wrap {
    order: -1;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding: 4em 0;
  }

  .div-block {
    padding: 100px 40px 20px;
  }

  .div-block.div-2 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

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

  .walsh-heading-large-2 {
    text-align: center;
    letter-spacing: -.01em;
    font-size: 3.2em;
    line-height: 1.2;
  }

  .walsh-col-image-wrapper {
    width: auto;
  }

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

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

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

  .walsh-rounded-box-center-large {
    padding-top: 2em;
    padding-bottom: 4em;
  }

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

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

  .walsh-inner-card {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .quick-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
  }

  .heading {
    font-size: 2em;
  }

  .cell-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cell-3, .cell-4 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .walsh-inner-card-bottom {
    justify-content: flex-start;
    align-items: center;
  }

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

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

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

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

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

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

  .walsh-heading-xxlarge-black {
    font-size: 4em;
  }

  .walsh-text-burst-orange {
    background-size: auto 45%;
  }

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

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

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

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

  .uui-testimonial16_component {
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

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

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

  .walsh-cta-center-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .walsh-main-paragraph-white, .text-block {
    text-align: center;
  }

  .div-block-3 {
    width: 100%;
  }

  .bold-text {
    line-height: 1.2;
  }

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

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

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

  .walsh-hero-inner-float-image-2 {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .walsh-hero-inner-float-image-2.img-final {
    height: 900px;
  }

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

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }

  .link-cta-agencia {
    margin-bottom: 20px;
  }
}

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

  .walsh-heading-xxlarge {
    font-size: 4.5em;
    line-height: 1.2;
  }

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

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

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

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

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

  .walsh-logo-footer {
    max-height: none;
  }

  .walsh-text-field-single-grey {
    text-align: left;
  }

  .walsh-heading-large {
    font-size: 3.5em;
    line-height: 1.1;
  }

  .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-heading-large-2 {
    text-align: center;
    font-size: 3.5em;
  }

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

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

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

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

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

  .walsh-inner-card-bottom {
    padding-top: 20px;
  }

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

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

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

  .walsh-cta-block-dark-green {
    padding-top: 6em;
  }

  .walsh-center-hero {
    padding-top: 5em;
  }

  .walsh-heading-xxlarge-black {
    font-size: 3em;
  }

  .walsh-text-burst-orange {
    background-size: auto 45%;
  }

  .walsh-main-paragraph-3 {
    text-align: center;
  }

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

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

  .uui-testimonial16_component {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-testimonial16_content {
    margin-right: 1.5rem;
    padding: 1.5rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-testimonial16_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-testimonial16_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

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

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

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

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

  .text-block-2 {
    font-size: 1.1em;
  }

  .text-block-3 {
    font-size: 1.2em;
  }

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

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

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

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

  .walsh-hero-inner-float-image-2.img-final {
    height: 700px;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }
}

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

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

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

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

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

  .walsh-container.spacing1 {
    padding-top: 140px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .walsh-logo-footer {
    max-height: none;
  }

  .walsh-content-wrapper-white {
    background-color: var(--walsh--verde-1);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 3em;
    padding-bottom: 3em;
  }

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

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

  .walsh-text-field-single-grey {
    text-align: left;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .walsh-heading-large {
    padding-left: 0;
    padding-right: 0;
    font-size: 2em;
  }

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

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

  .walsh-hero-inner-float-image {
    border-radius: 12px;
    margin-bottom: 35px;
  }

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

  .div-block {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

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

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

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

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

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

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

  .walsh-stats-number-large {
    font-size: 5em;
  }

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

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

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

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

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

  .heading {
    font-size: 1.5em;
  }

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

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

  .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-rounded-float-image {
    width: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .walsh-cta-block-dark-green {
    padding: 3em 2em;
  }

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

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

  .walsh-center-hero {
    padding-top: 45px;
    font-size: 18px;
  }

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

  .walsh-text-burst-orange {
    background-size: auto 45%;
  }

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

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

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

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

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

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

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

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

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

  .walsh-flex-col-wide {
    grid-row-gap: 1.25em;
    flex-wrap: wrap;
  }

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

  .uui-padding-vertical-xhuge-2 {
    padding-bottom: 2rem;
  }

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

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

  .walsh-grid-list {
    flex-flow: column;
    grid-template-columns: auto;
    grid-auto-flow: column;
    justify-content: flex-start;
    place-items: center stretch;
    display: flex;
  }

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

  .walsh-inner-padding-list {
    padding-right: 0;
  }

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

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

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

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

  .walsh-heading-large-white {
    text-align: center;
    font-size: 2.5em;
    line-height: 1.2;
  }

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

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

  .text-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block-2 {
    font-size: 1em;
  }

  .background-video {
    height: 68em;
    min-height: 60em;
  }

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

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

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

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

  .walsh-hero-inner-float-image-2 {
    border-radius: 12px;
    margin-bottom: 35px;
  }

  .walsh-hero-inner-float-image-2.img-final {
    height: 500px;
  }

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

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

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

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .whatsapp-container {
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-icon {
    max-width: 60%;
  }
}

#w-node-_4121df50-5998-791e-f0bb-132c57a57ee2-574e6c12 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_4121df50-5998-791e-f0bb-132c57a57f00-574e6c12 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center stretch;
}

#w-node-f5e2cdf8-f352-afd0-5d93-8555107f8fdd-574e6c12, #w-node-f5e2cdf8-f352-afd0-5d93-8555107f8fec-574e6c12, #w-node-db0f64c2-8b9e-2e25-d61a-8a4fb6534da2-574e6c12, #w-node-db0f64c2-8b9e-2e25-d61a-8a4fb6534dab-574e6c12, #w-node-_2ae47a5e-ea42-ccde-8de3-ba12d88d0155-574e6c12, #w-node-_2ae47a5e-ea42-ccde-8de3-ba12d88d015e-574e6c12 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-f543afd9-1a11-c7f1-2993-0601cfa025f4-574e6c12, #w-node-f543afd9-1a11-c7f1-2993-0601cfa025fc-574e6c12, #w-node-f543afd9-1a11-c7f1-2993-0601cfa02604-574e6c12, #w-node-f543afd9-1a11-c7f1-2993-0601cfa0260c-574e6c12 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_154f12b8-d4d1-9964-1923-b92282ad16c5-574e6c12 {
  grid-area: 1 / 1 / 2 / 8;
  align-self: start;
}

#w-node-_154f12b8-d4d1-9964-1923-b92282ad16c8-574e6c12 {
  grid-area: 1 / 8 / 2 / 13;
  place-self: center;
}

#w-node-_619fa32f-23a8-7563-5f25-51d0f15610bc-574e6c12, #w-node-_187a8ed4-ff4d-6550-9c43-7aa72033d1c5-574e6c12 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_184768d4-4cf1-4920-d4ca-c8bdc6b65387-574e6c12, #w-node-_184768d4-4cf1-4920-d4ca-c8bdc6b65391-574e6c12, #w-node-_184768d4-4cf1-4920-d4ca-c8bdc6b6539b-574e6c12 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0ccd2d70-8fa3-28cd-b43a-c173cd861127-574e6c12, #w-node-_0ccd2d70-8fa3-28cd-b43a-c173cd861135-574e6c12 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4e47ed25-1763-da4e-2494-8947a984d5e7-574e6c12 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_64207f21-68ac-a3d7-8d53-3a70de822cb2-574e6c12 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_8519ef05-6741-de58-dd02-a9fad74469cc-574e6c12 {
  grid-area: 1 / 1 / 2 / 8;
  align-self: start;
}

#w-node-_8519ef05-6741-de58-dd02-a9fad74469cf-574e6c12 {
  grid-area: 1 / 8 / 2 / 13;
  place-self: center;
}

#w-node-_964f6f13-f951-0ff4-6ea6-3e1abfde049e-574e6c12, #w-node-_17e05516-e19e-0e19-9b3f-38ee6e6de944-574e6c12 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_086eea2e-cc6f-a8ac-c5c3-6adee15ba27b-574e6c12, #w-node-_086eea2e-cc6f-a8ac-c5c3-6adee15ba281-574e6c12, #w-node-_086eea2e-cc6f-a8ac-c5c3-6adee15ba287-574e6c12, #w-node-_086eea2e-cc6f-a8ac-c5c3-6adee15ba28d-574e6c12, #w-node-_086eea2e-cc6f-a8ac-c5c3-6adee15ba293-574e6c12 {
  align-self: center;
}

#w-node-a90a4e83-e13e-dc98-eff9-68d97b9c26bf-574e6c12 {
  grid-area: 1 / 1 / 2 / 6;
  justify-self: center;
}

#w-node-dc933bda-5e65-2290-4de2-0384c60d35ee-574e6c12 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_8498b77d-072c-3c55-0f18-1f152bce6046-574e6c12 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_8498b77d-072c-3c55-0f18-1f152bce6048-574e6c12 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8498b77d-072c-3c55-0f18-1f152bce6087-574e6c12 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_8498b77d-072c-3c55-0f18-1f152bce608b-574e6c12 {
  grid-area: 3 / 7 / 4 / 13;
  justify-self: end;
}

#w-node-_8498b77d-072c-3c55-0f18-1f152bce608d-574e6c12 {
  justify-self: center;
}

#w-node-_8498b77d-072c-3c55-0f18-1f152bce6088-574e6c12 {
  grid-area: 3 / 1 / 4 / 11;
  place-self: center start;
}

@media screen and (max-width: 991px) {
  #w-node-_4121df50-5998-791e-f0bb-132c57a57ee2-574e6c12 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4121df50-5998-791e-f0bb-132c57a57f00-574e6c12 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f5e2cdf8-f352-afd0-5d93-8555107f8fdd-574e6c12, #w-node-f5e2cdf8-f352-afd0-5d93-8555107f8fec-574e6c12, #w-node-db0f64c2-8b9e-2e25-d61a-8a4fb6534da2-574e6c12, #w-node-db0f64c2-8b9e-2e25-d61a-8a4fb6534dab-574e6c12, #w-node-_2ae47a5e-ea42-ccde-8de3-ba12d88d0155-574e6c12, #w-node-_2ae47a5e-ea42-ccde-8de3-ba12d88d015e-574e6c12 {
    grid-column: span 2 / span 2;
  }

  #w-node-_154f12b8-d4d1-9964-1923-b92282ad16c5-574e6c12 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_154f12b8-d4d1-9964-1923-b92282ad16c8-574e6c12 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_619fa32f-23a8-7563-5f25-51d0f15610bc-574e6c12, #w-node-_187a8ed4-ff4d-6550-9c43-7aa72033d1c5-574e6c12 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0ccd2d70-8fa3-28cd-b43a-c173cd861127-574e6c12, #w-node-_0ccd2d70-8fa3-28cd-b43a-c173cd861135-574e6c12, #w-node-_4e47ed25-1763-da4e-2494-8947a984d5e7-574e6c12 {
    grid-column: span 2 / span 2;
  }

  #w-node-_64207f21-68ac-a3d7-8d53-3a70de822cb2-574e6c12 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8519ef05-6741-de58-dd02-a9fad74469cc-574e6c12 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8519ef05-6741-de58-dd02-a9fad74469cf-574e6c12 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_964f6f13-f951-0ff4-6ea6-3e1abfde049e-574e6c12, #w-node-_17e05516-e19e-0e19-9b3f-38ee6e6de944-574e6c12 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a90a4e83-e13e-dc98-eff9-68d97b9c26bf-574e6c12 {
    grid-column: 1 / 3;
  }

  #w-node-_8498b77d-072c-3c55-0f18-1f152bce6046-574e6c12 {
    grid-column-end: 3;
  }

  #w-node-_8498b77d-072c-3c55-0f18-1f152bce6087-574e6c12 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_8498b77d-072c-3c55-0f18-1f152bce608b-574e6c12 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-_8498b77d-072c-3c55-0f18-1f152bce6088-574e6c12 {
    grid-row: 5 / 6;
    grid-column-end: 3;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4121df50-5998-791e-f0bb-132c57a57ee2-574e6c12, #w-node-_154f12b8-d4d1-9964-1923-b92282ad16c5-574e6c12 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_619fa32f-23a8-7563-5f25-51d0f15610bc-574e6c12, #w-node-_187a8ed4-ff4d-6550-9c43-7aa72033d1c5-574e6c12 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_8519ef05-6741-de58-dd02-a9fad74469cc-574e6c12 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_964f6f13-f951-0ff4-6ea6-3e1abfde049e-574e6c12, #w-node-_17e05516-e19e-0e19-9b3f-38ee6e6de944-574e6c12 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-a90a4e83-e13e-dc98-eff9-68d97b9c26bf-574e6c12 {
    grid-column: 1 / 5;
  }

  #w-node-_8498b77d-072c-3c55-0f18-1f152bce6046-574e6c12 {
    grid-area: 1 / 1 / 2 / 3;
  }
}


