:root {
  --walsh--moveli-black: #1a1a1a;
  --walsh--moveli-white: white;
  --walsh--walsh-mid-green: #47888a;
  --walsh--sp-colour: #c9c544;
  --walsh--sp-tint-fix: #fcfbf3;
  --walsh--sp-transparent: #fff0;
  --walsh--black: #2c2c2c;
  --walsh--moveli-tan: #f6f2ef8c;
  --walsh--sp-black: #464849;
  --walsh--walsh-light-green: #c2ecd5;
  --walsh--sp-white: white;
  --walsh--walsh-dark-green: #2c5c5d;
  --walsh--walsh-dark-green-2: #204f58;
  --walsh--moveli-transaprent: #fff0;
  --walsh--sp-tint: #c9c54412;
}

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

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

.sp-button-2 {
  border: 1px solid var(--walsh--moveli-black);
  background-color: var(--walsh--moveli-black);
  color: var(--walsh--moveli-white);
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 12.5px 20px;
  font-family: Merriweather, serif;
  font-size: 1.1rem;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sp-button-2:hover {
  border: 1px solid var(--walsh--moveli-black);
  background-color: var(--walsh--moveli-white);
  color: var(--walsh--moveli-black);
}

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

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

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

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

.walsh-nav-logo {
  width: 12rem;
}

.walsh-inner-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  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 {
  border: 1px solid var(--walsh--moveli-white);
  color: var(--walsh--moveli-black);
  border-radius: 8px;
  padding: 12.5px 20px;
  font-family: Merriweather, serif;
  font-size: 1.1rem;
  font-weight: 300;
}

.walsh-nav-link-white:hover {
  border-color: var(--walsh--moveli-black);
  background-color: var(--walsh--moveli-white);
  border-radius: 0;
}

.walsh-nav-link-white.w--current {
  border: 1px solid var(--walsh--moveli-white);
  color: var(--walsh--moveli-black);
  font-family: Merriweather, serif;
  font-weight: 300;
}

.walsh-nav-link-white.w--current:hover {
  border: 1px solid var(--walsh--moveli-black);
  background-color: var(--walsh--moveli-white);
  border-radius: 0;
}

.walsh-nav-wrapper-green {
  z-index: 10;
  background-color: var(--walsh--moveli-white);
  position: sticky;
  top: 0;
}

.walsh-dropdown {
  color: #fff;
}

.walsh-toggle {
  color: #fff;
  border-radius: 8px;
  padding-left: 18px;
  padding-right: 32px;
  font-family: Raleway, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  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;
}

.sp-button-1 {
  border: 1px solid var(--walsh--moveli-black);
  background-color: var(--walsh--moveli-white);
  color: var(--walsh--moveli-black);
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 12.5px 20px;
  font-family: Merriweather, serif;
  font-size: 1.1rem;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.sp-button-1:hover {
  border-color: var(--walsh--moveli-white);
  background-color: var(--walsh--moveli-black);
  box-shadow: none;
  color: var(--walsh--moveli-white);
}

.sp-button-1.fill {
  background-color: var(--walsh--sp-colour);
  color: var(--walsh--sp-tint-fix);
  border-radius: 0;
}

.sp-button-1.fill:hover {
  background-color: var(--walsh--sp-transparent);
  color: var(--walsh--sp-colour);
}

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

.jd-button-consultation {
  color: #f4f3ec;
  text-align: center;
  background-color: #252f59;
  border: 1px solid #252f59;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 15px 20px;
  font-size: 1.2rem;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.jd-button-consultation:hover {
  color: #f4f3ec;
  background-color: #fff0;
  border: 1px solid #f4f3ec;
}

.main-slide-3a {
  background-image: linear-gradient(#252f5980, #252f5980), url('../images/3-Banner-CPJ.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-58 {
  margin-top: 2rem;
}

.div-block-56 {
  padding: 0;
}

.main-slide-4a {
  background-image: linear-gradient(#252f5980, #252f5980), url('../images/6-Banner-CPJ.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.is-container-10 {
  max-width: 1000px;
  position: relative;
}

.slide-nav {
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 10px;
  display: none;
}

.section-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/CPJ-Banner-Cotswolds-01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 80vh;
  display: flex;
  position: relative;
}

.div-block-4 {
  width: 100%;
  height: 100%;
}

.heading-banner-2 {
  color: #f4f3ec;
  width: 70%;
  padding-bottom: 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
}

.div-block-57 {
  z-index: 3;
  width: 100%;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: auto 0% 0%;
}

.main-slide-7a {
  background-image: linear-gradient(#252f5980, #252f5980), url('../images/2-Banner-CPJ.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.main-slide-2a {
  background-image: linear-gradient(#00000026, #00000026), url('../images/1V3A7999-HDR.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.slider-4 {
  height: 100%;
}

.main-slide-8a {
  background-image: linear-gradient(#00000026, #00000026), url('../images/Copy-of-402A7017-Edit.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.mask {
  width: 100%;
  height: 100%;
}

.main-slide-1a {
  background-image: linear-gradient(#00000026, #00000026), url('../images/93767_The-Shieling-High-Street-Longborough4_low.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.icon-3 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sp-section {
  padding: 2rem 10px 1.5rem;
}

.sp-section.tint {
  background-color: var(--walsh--moveli-tan);
}

.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.lightbox-div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-three {
  width: 100%;
  height: 100%;
}

.text-span {
  font-size: 4.5rem;
}

.h1-text {
  color: var(--walsh--sp-tint-fix);
  font-family: Merriweather, serif;
  font-size: 2rem;
  font-weight: 300;
}

.h1-sam {
  color: var(--walsh--sp-tint-fix);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4rem;
  font-weight: 600;
}

.image-one, .image-two {
  width: 100%;
  height: 100%;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.walsh-container-2 {
  z-index: 2;
  background-color: var(--walsh--moveli-black);
  flex: none;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
  padding-left: 10px;
  padding-right: 10px;
  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: 3rem;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

.sp-paragraph-1 {
  color: var(--walsh--moveli-white);
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
}

.sp-paragraph-1.black {
  color: var(--walsh--moveli-black);
  text-decoration: none;
}

.sp-paragraph-1.contact {
  color: var(--walsh--moveli-black);
  font-weight: 700;
}

.walsh-link-wrapper-2 {
  border-bottom: 1px dashed var(--walsh--sp-colour);
  color: #000000d9;
  white-space: nowrap;
  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.1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

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

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

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

.walsh-rounded-block-2 {
  background-color: #fff;
  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;
}

.sp-heading-1 {
  color: var(--walsh--moveli-white);
  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: 3rem;
  font-weight: 500;
  line-height: .95;
}

.sp-heading-1.black {
  color: var(--walsh--moveli-black);
  font-size: 3rem;
}

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

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

.text-block {
  color: var(--walsh--sp-colour);
  font-weight: 200;
}

.container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-3 {
  padding: 2rem 10px;
}

.walsh-container-3 {
  z-index: 2;
  background-color: var(--walsh--moveli-white);
  flex: none;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 10px;
  position: relative;
}

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

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

.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 .25fr .25fr .25fr 6fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  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-3 {
  color: var(--walsh--moveli-black);
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
}

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

.walsh-footer-link {
  color: var(--walsh--sp-black);
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 4px;
  font-family: Merriweather, serif;
  font-size: 1.1rem;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

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

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

.walsh-footer-legal-text {
  color: #6e6e6e;
  font-family: Merriweather, serif;
  font-size: 1.1rem;
  font-weight: 300;
}

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

.walsh-logo-footer {
  width: 12rem;
  margin-bottom: 0;
}

.walsh-content-wrapper-white {
  background-color: var(--walsh--moveli-white);
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  position: relative;
}

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

.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 {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

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

.walsh-footer-list {
  grid-row-gap: .8em;
  flex-direction: column;
  display: flex;
}

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

.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-text-small-left {
  color: var(--walsh--moveli-black);
  font-family: Merriweather, serif;
  font-size: 1.1rem;
  font-weight: 300;
  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: var(--walsh--moveli-tan);
  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-small {
  opacity: .26;
  height: 40px;
}

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

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

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

.walsh-heading-xsmall {
  color: var(--walsh--moveli-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.25;
}

.uui-faq01_accordion {
  border-bottom: 1px solid var(--walsh--moveli-black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-section_faq01 {
  background-color: var(--walsh--moveli-white);
}

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.accordion-icon_vertical-line {
  border: 1px solid var(--walsh--sp-black);
  -webkit-text-stroke-color: #134d4d;
  background-color: #98a2b3;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.uui-faq01_answer {
  overflow: hidden;
}

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

.s2f-text-1 {
  color: #0009;
  letter-spacing: 0;
  min-height: auto;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4;
}

.s2f-text-1.faqs {
  color: var(--walsh--moveli-black);
  font-family: Merriweather, serif;
  font-weight: 300;
}

.accordion-icon_horizontal-line {
  border: 1px solid var(--walsh--sp-black);
  color: #123737;
  background-color: #98a2b3;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-icon_component {
  border: 2px solid var(--walsh--sp-black);
  color: #98a2b3;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-faq01_component {
  margin-top: 0;
}

.uui-faq01_list {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_icon-wrapper {
  color: #7f56d9;
}

.uui-faq01_question {
  color: var(--walsh--moveli-black);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

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

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_heading {
  color: var(--walsh--moveli-black);
  letter-spacing: normal;
  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.3rem;
  font-weight: 500;
  line-height: 1.1;
}

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

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

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

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

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

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

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

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

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

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

.walsh-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-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-cta-block-dark-green {
  background-color: var(--walsh--moveli-black);
  color: #fff;
  width: 100%;
  padding: 3rem 5.5em;
  position: relative;
  overflow: hidden;
}

.walsh-list-flex-white {
  color: #fffc;
  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-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;
}

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

.text-block-2 {
  font-family: Merriweather, serif;
  font-size: 1.1rem;
}

.ef-text-section {
  padding: 10px;
}

.ef-text-section.tint {
  background-color: #edf2f4;
  padding-bottom: 2rem;
}

.uui-container-small {
  background-color: var(--walsh--moveli-black);
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge-17 {
  padding: 20px;
}

.error-text {
  color: #e23939;
}

.uui-form-field-wrapper {
  position: relative;
}

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

.featured-roles-2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 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.4rem;
  font-weight: 600;
}

.surfista-contact {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.uui-form_input-3 {
  background-color: var(--walsh--moveli-white);
  color: #161922;
  border: 1px solid #afd1cf;
  height: auto;
  min-height: 2.75rem;
  margin-top: 5px;
  margin-bottom: 0;
  padding: .75rem .875rem;
  font-family: Merriweather, serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
}

.uui-form_input-3:focus {
  color: #101828;
  border-color: #edf2f4;
  box-shadow: 0 0 0 2px #edf2f4;
}

.uui-form_input-3::placeholder {
  color: #667085;
}

.uui-form_input-3.text-area {
  border-radius: 0;
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.ef-button-nav {
  border: 1px solid var(--walsh--moveli-white);
  background-color: var(--walsh--moveli-black);
  color: var(--walsh--moveli-white);
  text-align: center;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 15px 25px;
  font-family: Raleway, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.ef-button-nav:hover {
  border-color: var(--walsh--moveli-black);
  background-color: var(--walsh--moveli-white);
  color: var(--walsh--moveli-black);
  font-weight: 400;
}

.success-text {
  font-weight: 600;
}

.uui-form-button-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-top: .5rem;
  display: flex;
}

.uui-contact01_component-2 {
  flex-direction: column;
  align-items: stretch;
  max-width: 50rem;
  margin: 1rem auto 0;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

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

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

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

.image {
  width: 12.5rem;
}

.image-2 {
  border-radius: 100%;
  width: 12.5rem;
}

.walsh-container-5 {
  z-index: 2;
  background-color: var(--walsh--sp-tint-fix);
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.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-rounded-block-3 {
  background-color: var(--walsh--sp-transparent);
  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 {
  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-cover-image-3 {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

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

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

.walsh-grid-stats {
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  width: 100%;
}

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

.walsh-flex-horizontal-gap {
  grid-column-gap: 4em;
  flex-wrap: nowrap;
  justify-content: center;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.walsh-image-content {
  background-color: #d0f6f6;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 44em;
  display: flex;
  overflow: hidden;
}

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

.walsh-container-6 {
  z-index: 2;
  background-color: var(--walsh--moveli-white);
  flex: none;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 10px;
  position: relative;
}

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

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

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

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

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

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

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

.walsh-button-hover-fill-5 {
  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-8 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

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

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

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

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

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

.walsh-rounded-block-4 {
  background-color: var(--walsh--sp-transparent);
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

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

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

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

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

.walsh-col-image-wrapper-2 {
  flex: 0 auto;
  width: 50%;
  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;
}

.link-block-3 {
  text-decoration: none;
}

.wbs-alert-bar-title {
  color: #fff;
}

.wbs-alert-bar-title.grey {
  color: #fff;
  font-size: 1rem;
  font-weight: 200;
}

.wbs-alert-bar-title.grey.tel {
  color: var(--walsh--moveli-black);
  font-family: Merriweather, serif;
  font-size: .9rem;
}

.wbs-alert-bar-title.grey.email {
  color: var(--walsh--moveli-black);
  padding-right: 10px;
  font-family: Merriweather, serif;
  font-weight: 200;
}

.wbs-alert-bar-title.grey.land {
  color: var(--walsh--moveli-black);
  font-family: Merriweather, serif;
  font-size: .9rem;
}

.div-block-24 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.wbs-alert-bar {
  background-color: #f2892d;
}

.wbs-alert-bar.grey {
  background-color: var(--walsh--moveli-white);
  font-family: Playfair Display, sans-serif;
}

.cell-12 {
  text-align: right;
  justify-content: center;
  align-items: flex-end;
}

.wbs-container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.wbs-alert-bar-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  font-size: 15px;
  display: flex;
  position: relative;
}

.wbs-alert-bar-wrap.grey {
  justify-content: flex-end;
  align-items: center;
  padding: 10px 20px 5px 10px;
}

.quick-stack-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: right;
  padding: 0;
}

.qs-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.qs-2.contat {
  padding-left: 0;
  padding-right: 0;
}

.sp-square {
  grid-row-gap: 2em;
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .5rem;
  display: flex;
}

.sp-square.contact {
  padding-left: 0;
}

.link-block-4 {
  text-decoration: none;
}

.heading {
  color: var(--walsh--moveli-white);
  margin-top: 0;
  font-family: Merriweather, serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

.text-block-3 {
  color: var(--walsh--sp-white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
}

.div-block-60 {
  width: 70%;
}

.sp-button-3 {
  border: 1px solid var(--walsh--moveli-black);
  background-color: var(--walsh--moveli-white);
  color: var(--walsh--moveli-black);
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 12.5px 20px;
  font-family: Merriweather, serif;
  font-size: 1.1rem;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.sp-button-3:hover {
  border-color: var(--walsh--sp-white);
  background-color: var(--walsh--moveli-black);
  box-shadow: none;
  color: var(--walsh--moveli-white);
}

.sp-button-3.fill {
  background-color: var(--walsh--sp-colour);
  color: var(--walsh--sp-tint-fix);
  border-radius: 0;
}

.sp-button-3.fill:hover {
  background-color: var(--walsh--sp-transparent);
  color: var(--walsh--sp-colour);
}

.main-slide-2a-copy {
  background-image: linear-gradient(#00000026, #00000026), url('../images/1V3A7999-HDR.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.main-slide-4ab {
  background-image: linear-gradient(#00000026, #00000026), url('../images/there_is_a_black_mar_b3ed-a034-a6c8-d085-1326-4c3d-4a3c-ab34_20260216043838_original.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.main-slide-5ab {
  background-image: linear-gradient(#00000026, #00000026), url('../images/92486_2_Shepherds-Keep-Stockwell-Lane-Woodmancote-3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.sp-button-4 {
  border: 1px solid var(--walsh--moveli-white);
  background-color: var(--walsh--moveli-black);
  color: var(--walsh--moveli-white);
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 12.5px 20px;
  font-family: Merriweather, serif;
  font-size: 1.1rem;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sp-button-4:hover {
  border: 1px solid var(--walsh--moveli-black);
  background-color: var(--walsh--moveli-white);
  color: var(--walsh--moveli-black);
}

.lightbox-link-2, .lightbox-link-3 {
  width: 100%;
  height: 100%;
}

.div-block-61 {
  color: var(--walsh--moveli-black);
}

.div-block-62 {
  width: 100%;
  height: 100%;
}

.background-video {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
}

.quick-stack-4 {
  padding-left: 0;
}

.image-3, .image-4 {
  width: 10rem;
}

.brix---footer-bottom-v14-2 {
  color: #6e7191;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.text-block-4 {
  color: #333;
  font-family: Merriweather, serif;
  font-size: 1.1rem;
  font-weight: 300;
}

.p-text {
  color: #333;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.3;
}

@media screen and (min-width: 1440px) {
  .uui-container-small {
    max-width: 75rem;
  }

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

  .uui-form_input-3 {
    color: #333333c2;
    border-width: .5px;
    border-color: #0e1e33;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 400;
  }

  .uui-contact01_component-2 {
    max-width: 50rem;
    margin-top: 1rem;
  }

  .div-block-60 {
    width: 60%;
  }
}

@media screen and (min-width: 1920px) {
  .s2f-text-1.faqs {
    font-size: 1.2rem;
  }

  .uui-form_input-3 {
    font-size: 1.4rem;
  }

  .wbs-container {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    max-width: none;
    margin-right: auto;
    display: flex;
  }

  .wbs-alert-bar-wrap {
    justify-content: center;
    align-items: center;
  }

  .wbs-alert-bar-wrap.grey {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .quick-stack-3 {
    padding-left: 0;
  }

  .div-block-60 {
    width: 40%;
  }
}

@media screen and (max-width: 991px) {
  .walsh-button-hover-fill {
    display: none;
  }

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

  .walsh-nav-menu-green {
    background-color: var(--walsh--moveli-white);
    padding: 0 20px 2rem;
  }

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

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

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

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

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

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

  .walsh-menu-button {
    color: var(--walsh--moveli-black);
    order: 1;
    font-size: 2rem;
  }

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

  .section-2 {
    height: 70vh;
  }

  .heading-banner-2 {
    width: 100%;
    font-size: 4rem;
    line-height: .75;
  }

  .div-block-57 {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .s2f-text-1 {
    min-height: auto;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 1rem;
  }

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

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

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

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

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

  .sp-buttons-double {
    justify-content: flex-start;
    margin-top: 15px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .qs-2 {
    padding: 0;
  }

  .sp-square {
    order: -1;
    width: 100%;
  }

  .div-block-60 {
    width: auto;
  }

  .icon-4 {
    color: var(--walsh--moveli-black);
  }

  .brix---footer-bottom-v14-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

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

  .div-block-57 {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

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

  .quick-stack {
    padding: 0;
  }

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

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

  .sp-heading-1, .sp-heading-1.black {
    font-size: 2.5rem;
  }

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

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

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

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

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

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }

  .uui-faq01_component {
    margin-top: 3rem;
  }

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

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

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

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

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

  .walsh-grid-stats {
    grid-row-gap: 0px;
  }

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

  .walsh-content-wrap-50-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .wbs-alert-bar-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: row;
    align-items: center;
    padding-left: 12px;
  }

  .heading {
    font-size: 1.75rem;
  }

  .text-block-3 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .sp-button-2 {
    align-self: center;
    display: flex;
  }

  .walsh-container-nav {
    padding-top: 5px;
  }

  .walsh-inner-nav {
    padding-top: 0;
    padding-bottom: 0;
  }

  .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;
    display: block;
  }

  .sp-button-1 {
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 25px;
  }

  .jd-button-consultation {
    align-self: center;
    width: 100%;
  }

  .section-2 {
    height: 65vh;
  }

  .heading-banner-2 {
    font-size: 2.75rem;
    font-weight: 600;
  }

  .div-block-57 {
    width: 100%;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    inset: auto 0% 0%;
  }

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

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

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

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

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

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

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

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

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

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

  .sp-section.tint {
    padding-top: 1rem;
  }

  .h1-text {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .h1-sam {
    font-size: 3rem;
  }

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

  .walsh-center-hero {
    justify-content: center;
    align-items: flex-start;
    padding-top: 45px;
    font-size: 18px;
  }

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

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

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

  .sp-paragraph-1 {
    text-align: left;
  }

  .sp-paragraph-1.black {
    text-align: left;
    font-size: 1.1rem;
  }

  .sp-paragraph-1.cta {
    text-align: center;
  }

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

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

  .sp-heading-1 {
    text-align: left;
    font-size: 2.25rem;
  }

  .sp-heading-1.black {
    font-size: 2.25rem;
    font-weight: 600;
  }

  .sp-heading-1.cta {
    text-align: center;
  }

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

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

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

  .walsh-main-grid-no-gap {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

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

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

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
    justify-content: flex-start;
    align-items: center;
  }

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

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

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

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

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

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

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

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

  .walsh-flex-col-wide {
    grid-row-gap: 1.25em;
    text-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }

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

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

  .s2f-text-1.faqs {
    text-align: left;
  }

  .uui-faq01_component {
    margin-top: 0;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-container-large-3 {
    max-width: none;
  }

  .uui-faq01_heading {
    line-height: 1.1;
  }

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

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

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

  .walsh-cta-h-wrapper {
    grid-row-gap: 1em;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

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

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

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

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

  .walsh-list-flex-white {
    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-tag-white {
    text-align: left;
  }

  .sp-buttons-double {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
    display: block;
  }

  .uui-container-small {
    max-width: none;
  }

  .ef-button-nav {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

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

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

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

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

  .walsh-grid-stats {
    grid-row-gap: 16px;
  }

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

  .walsh-flex-horizontal-gap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .walsh-image-content {
    border-radius: 12px;
    max-width: none;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .link-block-3 {
    display: block;
  }

  .wbs-alert-bar-title.grey {
    color: #276296;
    background-color: #b2d3e7;
    border-radius: 8px;
    justify-content: flex-end;
    align-items: center;
    padding: 7px;
    display: flex;
  }

  .wbs-alert-bar-title.grey.tel {
    background-color: #fff0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .wbs-alert-bar-title.grey.email {
    background-color: #fff0;
    display: none;
  }

  .wbs-alert-bar-title.grey.land {
    background-color: #fff0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-24, .cell-11 {
    justify-content: center;
    align-items: center;
  }

  .cell-12 {
    justify-content: center;
    align-items: flex-end;
  }

  .wbs-alert-bar-wrap {
    padding-right: 30px;
  }

  .wbs-alert-bar-wrap.grey {
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0 15px 0 0;
  }

  .sp-square {
    grid-row-gap: 1.25em;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    font-size: 1.1rem;
  }

  .heading {
    font-size: 1.5rem;
  }

  .sp-button-3 {
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 25px;
  }

  .sp-button-4 {
    align-self: center;
    display: flex;
  }

  .brix---footer-bottom-v14-2 {
    padding: 10px;
  }

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

#w-node-a8badf31-276f-e99c-f6d6-afc498a1b17a-b1037aed {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr;
}

#w-node-_3a6b7eb6-3ba5-8bd3-907c-d738d2010dd7-b1037aed {
  grid-area: 1 / 3 / 2 / 11;
  align-self: center;
}

#QS-NP-Grid-01.w-node-bcad6c96-467b-2ee3-9253-f4844dd533ff-b1037aed {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#QS-NP-Grid-Gallery.w-node-c49e13ad-d314-a842-54fb-349255427e6d-b1037aed {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8cb7b80c-bb79-1007-4982-78afa731bf0d-b1037aed, #w-node-_8cb7b80c-bb79-1007-4982-78afa731bf25-b1037aed, #w-node-_8cb7b80c-bb79-1007-4982-78afa731bf3d-b1037aed {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-b168d428-2de8-9211-cdaa-42570cee7498-0cee7495 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_803b2b35-733e-555a-7c1c-7a35f72c317e-0cee7495 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-b168d428-2de8-9211-cdaa-42570cee749c-0cee7495 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-b168d428-2de8-9211-cdaa-42570cee74ad-0cee7495, #w-node-b4dabd07-e2f0-d181-92c0-35b9803eabb4-0cee7495 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b168d428-2de8-9211-cdaa-42570cee74cd-0cee7495 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-b168d428-2de8-9211-cdaa-42570cee74ce-0cee7495 {
  grid-area: 3 / 1 / 4 / 7;
  place-self: center start;
}

#w-node-b168d428-2de8-9211-cdaa-42570cee74d1-0cee7495 {
  grid-area: 3 / 7 / 4 / 13;
  justify-self: end;
}

#w-node-b168d428-2de8-9211-cdaa-42570cee74d3-0cee7495 {
  justify-self: center;
}

#w-node-f536e9ef-b48f-f200-0e43-b0734ff8b2c3-4ff8b2c0 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: start;
}

#w-node-f536e9ef-b48f-f200-0e43-b0734ff8b2d8-4ff8b2c0 {
  grid-area: 2 / 4 / 3 / 10;
  place-self: center;
}

#QS-NP-Grid-01.w-node-_44f093b3-2f66-a77f-1129-b197d5ff03e1-851fd378 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d27ba931-86f7-631b-20cd-4e5bf93e93be-0b4ee97d, #w-node-ee827388-752c-6703-4d39-ab30435485e5-0b4ee97d {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#QS-NP-Grid-01.w-node-_44f093b3-2f66-a77f-1129-b197d5ff03e1-a6e19b05 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8c67fdc1-c97e-4e30-7f3d-3c79d18e7276-a6e19b05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c67fdc1-c97e-4e30-7f3d-3c79d18e7277-a6e19b05 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_3a6b7eb6-3ba5-8bd3-907c-d738d2010dd7-b1037aed {
    grid-area: 1 / 1 / 2 / 3;
  }

  #QS-NP-Grid-Gallery.w-node-c49e13ad-d314-a842-54fb-349255427e6d-b1037aed {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8cb7b80c-bb79-1007-4982-78afa731bf0d-b1037aed, #w-node-_8cb7b80c-bb79-1007-4982-78afa731bf25-b1037aed, #w-node-_8cb7b80c-bb79-1007-4982-78afa731bf3d-b1037aed {
    grid-column: 1 / 3;
  }

  #w-node-b168d428-2de8-9211-cdaa-42570cee7498-0cee7495 {
    grid-column-end: 3;
  }

  #w-node-b168d428-2de8-9211-cdaa-42570cee749c-0cee7495 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b168d428-2de8-9211-cdaa-42570cee74ad-0cee7495, #w-node-b4dabd07-e2f0-d181-92c0-35b9803eabb4-0cee7495 {
    grid-column: span 1 / span 1;
  }

  #w-node-b168d428-2de8-9211-cdaa-42570cee74cd-0cee7495 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-b168d428-2de8-9211-cdaa-42570cee74ce-0cee7495 {
    grid-row: 5 / 6;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-b168d428-2de8-9211-cdaa-42570cee74d1-0cee7495 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-f536e9ef-b48f-f200-0e43-b0734ff8b2c3-4ff8b2c0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f536e9ef-b48f-f200-0e43-b0734ff8b2d8-4ff8b2c0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d27ba931-86f7-631b-20cd-4e5bf93e93be-0b4ee97d, #w-node-ee827388-752c-6703-4d39-ab30435485e5-0b4ee97d {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #QS-NP-Grid-01.w-node-bcad6c96-467b-2ee3-9253-f4844dd533ff-b1037aed, #QS-NP-Grid-01.w-node-_44f093b3-2f66-a77f-1129-b197d5ff03e1-851fd378, #QS-NP-Grid-01.w-node-_44f093b3-2f66-a77f-1129-b197d5ff03e1-a6e19b05 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a8badf31-276f-e99c-f6d6-afc498a1b17a-b1037aed {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3a6b7eb6-3ba5-8bd3-907c-d738d2010dd7-b1037aed {
    grid-area: 1 / 1 / 2 / 3;
  }

  #QS-NP-Grid-01.w-node-bcad6c96-467b-2ee3-9253-f4844dd533ff-b1037aed {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b168d428-2de8-9211-cdaa-42570cee7498-0cee7495 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b168d428-2de8-9211-cdaa-42570cee749c-0cee7495 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f536e9ef-b48f-f200-0e43-b0734ff8b2c3-4ff8b2c0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #QS-NP-Grid-01.w-node-_44f093b3-2f66-a77f-1129-b197d5ff03e1-851fd378 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d27ba931-86f7-631b-20cd-4e5bf93e93be-0b4ee97d, #w-node-ee827388-752c-6703-4d39-ab30435485e5-0b4ee97d {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #QS-NP-Grid-01.w-node-_44f093b3-2f66-a77f-1129-b197d5ff03e1-a6e19b05 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


