:root {
  --_cp-jefferies---cp-blue: #252f59;
  --_cp-jefferies---cp-fade-solid: #f4f3ec;
  --_cp-jefferies---cp-gold: #a5996e;
  --walsh--ash-background: #fafbfc;
  --_cp-jefferies---cp-transp: #fff0;
  --_cp-jefferies---cp-light-colour: #e9e8e1;
  --_cp-jefferies---cp-nav-background: #f9f9f5;
  --walsh--ash-burgundy: #5a426c;
  --_cp-jefferies---cp-banner-tint: #d9d5bf26;
  --walsh--ash-black: #464849;
  --walsh--walsh-mid-green: #47888a;
  --walsh--ash-burgundy-fade: #5a426c80;
  --_cp-jefferies---cp-gold-fade: #a5996e99;
  --walsh--walsh-dark-green-2: #204f58;
  --walsh--ash-light: #b4a5c0;
  --walsh--ash-transparent: #fff0;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --walsh--ash-tan: #f1f2f5;
  --walsh--ash-light-fade: #b4a5c059;
  --walsh--walsh-dark-green: #2c5c5d;
  --walsh--ash-white: white;
  --_cp-jefferies---cp-white: white;
  --_cp-jefferies---cp-blue-faded: #252f5980;
  --_cp-jefferies---cp-black: #333;
  --untitled-ui--primary50: #f9f5ff;
  --walsh--ash-watermark: #5a426cf2;
  --_cp-jefferies---cp-light-gold: #d9d5bf;
  --walsh--walsh-light-green: #c2ecd5;
  --cpj-slider-mask-tint: #7482834a;
  --_cp-jefferies---cp-blue-fade: #252f5942;
  --_cp-jefferies---cp-home-banner-tint-new: #e9e8e166;
  --_cp-jefferies---cp-gold-f: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

.cpj-button-2 {
  border: 1px solid var(--_cp-jefferies---cp-blue);
  background-color: var(--_cp-jefferies---cp-blue);
  color: var(--_cp-jefferies---cp-fade-solid);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 15px 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.cpj-button-2:hover {
  border: 1px solid var(--_cp-jefferies---cp-gold);
  background-color: var(--_cp-jefferies---cp-gold);
  color: var(--_cp-jefferies---cp-blue);
}

.cpj-button-2.rim:hover {
  border-color: var(--walsh--ash-background);
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 0px;
  justify-content: flex-start;
  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: 100%;
  padding: 10px 20px;
}

.walsh-main-nav {
  background-color: var(--_cp-jefferies---cp-transp);
  padding-top: 5px;
  padding-bottom: 5px;
}

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

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

.walsh-inner-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  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 {
  color: var(--_cp-jefferies---cp-blue);
  border-radius: 100px;
  padding: 15px 17.5px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.walsh-nav-link-white:hover {
  background-color: var(--_cp-jefferies---cp-light-colour);
}

.walsh-nav-link-white.w--current {
  color: var(--_cp-jefferies---cp-blue);
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.walsh-nav-wrapper-green {
  z-index: 99;
  background-color: var(--_cp-jefferies---cp-nav-background);
  position: sticky;
  top: 0;
}

.walsh-dropdown {
  color: #fff;
}

.walsh-toggle {
  background-color: var(--_cp-jefferies---cp-transp);
  color: var(--walsh--ash-burgundy);
  border-radius: 100px;
  padding: 15px 32px 15px 17.5px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  overflow: hidden;
}

.walsh-toggle:hover {
  background-color: var(--_cp-jefferies---cp-banner-tint);
  border-radius: 100px;
}

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

.walsh-dropdown-link {
  color: var(--_cp-jefferies---cp-blue);
  border-radius: 100px;
  font-family: Raleway, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.walsh-dropdown-link:hover {
  background-color: var(--_cp-jefferies---cp-light-colour);
  color: var(--_cp-jefferies---cp-blue);
  border-radius: 100px;
  font-weight: 500;
}

.walsh-dropdown-link.w--current {
  background-color: var(--walsh--ash-background);
  color: var(--walsh--ash-black);
}

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

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

.ash-b2 {
  border: 1px solid var(--_cp-jefferies---cp-gold);
  background-color: var(--_cp-jefferies---cp-transp);
  color: var(--_cp-jefferies---cp-blue);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.ash-b2:hover {
  background-color: var(--_cp-jefferies---cp-gold);
  box-shadow: none;
  color: var(--_cp-jefferies---cp-blue);
  font-weight: 500;
}

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

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

.div-block-3 {
  z-index: 3;
  width: 100%;
  padding-left: 0;
  padding-right: 6rem;
  position: absolute;
}

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

.main-slide-4 {
  background-image: linear-gradient(to bottom, var(--walsh--ash-burgundy-fade), var(--walsh--ash-burgundy-fade)), url('../images/CPJ-Banner-Cotswolds-01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.icon {
  display: none;
}

.main-slide-1 {
  background-image: linear-gradient(to bottom, var(--walsh--ash-burgundy-fade), var(--walsh--ash-burgundy-fade)), url('../images/CPJ-Banner-Cotswolds-01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

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

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

.is-button {
  background-color: #fff0;
  border: 1px solid #f2f4f7;
  border-radius: 25px;
  padding: 15px 25px;
  font-size: 1.4rem;
  font-weight: 200;
}

.is-button:hover {
  color: #fff;
  background-color: #7ac23f;
  border-color: #7ac23f;
}

.slider {
  height: 100%;
}

.main-slide-2 {
  background-image: linear-gradient(to bottom, var(--walsh--ash-burgundy-fade), var(--walsh--ash-burgundy-fade)), url('../images/CPJ-Banner-Cotswolds-01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.text-span-2 {
  color: #7ac23f;
  -webkit-text-stroke-color: #2b2a29;
}

.text-block-2 {
  color: #7ac23f;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.section {
  background-image: linear-gradient(to bottom, var(--walsh--ash-burgundy-fade), var(--walsh--ash-burgundy-fade)), url('../images/CGI-Ash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 55vh;
  display: flex;
  position: relative;
}

.section.home {
  height: 75vh;
}

.section.project {
  height: 45vh;
}

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

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

.main-slide-3 {
  background-image: linear-gradient(to bottom, var(--walsh--ash-burgundy-fade), var(--walsh--ash-burgundy-fade)), url('../images/CPJ-Banner-Cotswolds-01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.heading-banner {
  width: 100%;
  color: var(--walsh--ash-background);
  padding-bottom: 1rem;
  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-7 {
  z-index: 10;
  width: 80%;
  padding-left: 20px;
  position: absolute;
}

.is-button-2 {
  background-color: #fff0;
  border: 1px solid #f2f4f7;
  border-radius: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 200;
}

.is-button-2:hover {
  color: #fff;
  background-color: #7ac23f;
  border-color: #7ac23f;
}

.is-button-2.dark {
  color: #2b2a29;
  border-color: #2b2a29;
}

.is-button-2.dark:hover {
  color: #fff;
  background-color: #7ac23f;
  border-color: #7ac23f;
}

.is-button-2.dark.small {
  text-align: center;
  min-width: auto;
  margin-top: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.div-pad {
  border-bottom: 0 solid #000;
  flex-flow: column;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-pad.centre {
  justify-content: center;
  align-items: center;
}

.heading-body {
  color: #2b2a29;
  width: 80%;
  margin-top: 0;
  padding-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.heading-body._100 {
  width: 100%;
  color: var(--walsh--ash-black);
  font-family: Playfair Display, sans-serif;
  font-weight: 600;
  position: static;
}

.heading-body.small {
  width: 100%;
  color: var(--_cp-jefferies---cp-blue);
  font-family: Playfair Display, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
}

.heading-body._100 {
  width: 100%;
  position: static;
}

.ash-text-big {
  color: var(--walsh--ash-black);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  font-family: Raleway, sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.4;
  display: block;
}

.ash-text-big.large {
  color: var(--walsh--ash-black);
  text-align: left;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.ash-text-big.large.dark {
  color: #2b2a29;
  justify-content: flex-start;
  align-items: center;
  font-family: Raleway, sans-serif;
  font-size: 1.2rem;
  position: relative;
}

.ash-text-big.large {
  text-align: left;
  font-size: 1.75rem;
}

.ash-text-big.large.dark {
  color: #2b2a29;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.1rem;
  position: relative;
}

.ash-text-big.white {
  color: var(--walsh--ash-background);
}

.ash-text-big.white.bold {
  font-weight: 400;
}

.ash-text-big.left {
  justify-content: flex-start;
  align-items: center;
}

.ash-text-big.left.contact {
  margin-top: 10px;
  font-weight: 600;
}

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

.is-section.green {
  background-color: #7ac23f;
  padding: 3rem 10px;
}

.is-section.tint {
  background-color: var(--_cp-jefferies---cp-gold-fade);
  padding: 3rem 10px;
}

.is-section.tan {
  background-color: var(--_cp-jefferies---cp-banner-tint);
}

.is-section.tan.top {
  padding-top: 3rem;
}

.is-section.tan.no-padding {
  padding-top: 3rem;
  padding-bottom: 0;
}

.is-section.tan.pad-base {
  padding-bottom: 3rem;
}

.is-section.border {
  border-bottom: 0 solid #6d6d6d;
}

.is-section.banner {
  position: absolute;
  inset: auto 0% 0%;
}

.quick-stack-7 {
  padding-left: 5px;
  padding-right: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.walsh-tag-white {
  background-color: var(--walsh--ash-light);
  color: var(--walsh--ash-burgundy);
  text-align: left;
  text-transform: uppercase;
  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;
}

.div-block-8 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.is-image-wrapper-2 {
  flex: 0 auto;
  width: 50%;
  max-width: none;
  height: 60vh;
}

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

.div-tailored {
  background-image: url('../images/37-Library-CPJ.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 18px;
  width: 100%;
  height: 100%;
}

.is-button-3 {
  background-color: #fff0;
  border: 1px solid #f2f4f7;
  border-radius: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 200;
}

.is-button-3:hover {
  color: #fff;
  background-color: #7ac23f;
  border-color: #7ac23f;
}

.is-button-3.dark {
  color: #2b2a29;
  border-color: #2b2a29;
}

.is-button-3.dark:hover {
  color: #fff;
  background-color: #7ac23f;
  border-color: #7ac23f;
}

.is-button-3.dark.small {
  text-align: center;
  min-width: auto;
  margin-top: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.ash-content-block {
  grid-row-gap: 2em;
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 0 0 2rem;
  display: flex;
}

.ash-content-block.no-padding {
  padding-bottom: 0;
}

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

.walsh-rounded-block-2 {
  background-color: var(--walsh--ash-transparent);
  border-radius: 18px;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.div-block-12, .div-block-14 {
  width: 100%;
}

.div-from-concept {
  background-image: url('../images/CP-Jefferies-Territory.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 18px;
  width: 100%;
  height: 100%;
}

.div-from-concept.bespoke-bathroom-design-installation {
  background-image: url('../images/22-Library-CPJ.jpg');
}

.is-text-big {
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.4;
  display: flex;
}

.is-text-big.large {
  text-align: left;
  font-size: 1.75rem;
}

.is-text-big.large.dark {
  color: #2b2a29;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.1rem;
  position: relative;
}

.is-text-big.large.dark.bold {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 400;
}

.is-text-big.black {
  color: #2b2a29;
  text-align: left;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  font-family: Raleway, sans-serif;
  font-size: 1.1rem;
  font-weight: 200;
  display: block;
  overflow: visible;
}

.is-text-big.black.gap {
  padding-bottom: 2rem;
  font-size: 1.25rem;
}

.walsh-rounded-block-3 {
  background-color: var(--walsh--ash-transparent);
  border-radius: 18px;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.div-block-15, .div-block-16 {
  width: 100%;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  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;
  line-height: 1.5;
}

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

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

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

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

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  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: 1.125rem;
  line-height: 1.5;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  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.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  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;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-layout77_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-layout77_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.uui-layout77_item {
  flex-direction: column;
  align-items: center;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  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;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-icon-featured-outline-large {
  border: .5rem solid var(--walsh--ash-tan);
  background-color: var(--walsh--ash-tan);
  width: 3.5rem;
  height: 3.5rem;
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

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

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

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

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  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;
  line-height: 1.5;
}

.walsh-container {
  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-3 {
  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-3 {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

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

.walsh-label-button-3 {
  color: var(--walsh--ash-background);
  font-family: Raleway, sans-serif;
  font-size: 1.2rem;
}

.walsh-arrow-wrapper-3 {
  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: 2rem;
  padding-bottom: 2rem;
  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-main-grid-2 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-cta-div-block-2 {
  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-2 {
  color: var(--walsh--ash-background);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
}

.walsh-cta-block-dark-green {
  background-color: var(--walsh--ash-burgundy);
  background-image: linear-gradient(to bottom, var(--_cp-jefferies---cp-gold), var(--_cp-jefferies---cp-gold));
  color: #fff;
  width: 100%;
  padding: 2rem 5.5em 4rem;
  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-2 {
  background-color: var(--walsh--ash-light-fade);
  color: var(--walsh--ash-background);
  text-align: left;
  text-transform: uppercase;
  border-radius: 200px;
  align-items: center;
  padding: 7px 20px;
  font-size: 12px;
  display: flex;
  overflow: hidden;
}

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

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

.ash-b3 {
  border: 1px solid var(--walsh--ash-light);
  background-color: var(--walsh--ash-light);
  color: var(--walsh--ash-burgundy);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-family: Raleway, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.ash-b3:hover {
  box-shadow: none;
  color: var(--walsh--walsh-dark-green);
  background-color: #fff;
}

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

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

.walsh-footer-legal-text {
  color: #6e6e6e;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
}

.quick-stack {
  padding: 0;
}

.image-9 {
  width: 6rem;
}

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

.cell-3 {
  justify-content: center;
  align-items: center;
}

.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-content-wrapper-white {
  background-color: var(--_cp-jefferies---cp-nav-background);
  padding: 2rem;
  position: relative;
}

.walsh-footer-link {
  color: var(--_cp-jefferies---cp-blue);
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 4px;
  font-family: Raleway, sans-serif;
  font-size: 1.1rem;
  font-weight: 200;
  text-decoration: none;
  display: inline-block;
}

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

.walsh-footer-link.bold {
  font-weight: 700;
}

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

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

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

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

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

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

.walsh-main-paragraph {
  width: 80%;
  color: var(--walsh--ash-black);
  letter-spacing: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.2;
}

.walsh-heading-small {
  color: var(--_cp-jefferies---cp-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.25;
}

.image-14 {
  border-radius: 18px;
  width: 80%;
}

.image-15 {
  border-radius: 18px;
  width: 15rem;
  position: relative;
  top: -85px;
  left: 180px;
}

._2-image-div {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 0;
}

.quick-stack-9 {
  padding-left: 0;
  padding-right: 0;
}

.cell-12, .cell-12.right {
  justify-content: flex-start;
  align-items: center;
}

._2-image-div-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.image-furniture {
  border-radius: 18px;
  width: 20rem;
  position: relative;
  top: auto;
  left: 0;
}

.div-block-20 {
  position: relative;
  top: 0;
}

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

.div-block-21 {
  position: sticky;
  top: 170px;
}

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

.div-more {
  background-image: url('../images/CPJ-Square-Cotswolds-01.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 18px;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

.walsh-rounded-block-5 {
  background-color: var(--walsh--ash-transparent);
  border-radius: 18px;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.div-end {
  background-image: url('../images/23-Library-CPJ.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 18px;
  width: 100%;
  height: 100%;
}

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

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

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

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

.div-more-2 {
  background-image: url('../images/5-Library-CPJ.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 18px;
  width: 100%;
  height: 100%;
}

.walsh-rounded-block-6 {
  background-color: var(--walsh--ash-transparent);
  border-radius: 18px;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

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

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

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

.case-study-image {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 300px;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.inco {
  object-fit: cover;
  border-radius: 18px;
  flex: 1;
  width: 100%;
  height: 100%;
}

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

.is-grid.case-studies {
  grid-template-rows: auto auto auto;
}

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

.wilkins-kennedy, .aquarius {
  object-fit: cover;
  border-radius: 18px;
  flex: 1;
  width: 100%;
  height: 100%;
}

.is-rounded-card-down {
  grid-row-gap: 3em;
  background-color: var(--walsh--ash-transparent);
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.image-2 {
  width: .5rem;
}

.is-div-case {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.i-g-masonary, .azets---plymouth {
  object-fit: cover;
  border-radius: 18px;
  flex: 1;
  width: 100%;
  height: 100%;
}

.is-heading-3 {
  color: #2c2c2c;
  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.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.cogital {
  object-fit: cover;
  border-radius: 18px;
  flex: 1;
  width: 100%;
  height: 100%;
}

.image {
  width: 2rem;
}

.midlands-air {
  object-fit: cover;
  border-radius: 18px;
  flex: 1;
  width: 100%;
  height: 100%;
}

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

.link-block-7 {
  width: 100%;
  height: 100%;
}

.walsh-inner-card-bottom {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

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

.gp-strategies, .azsets---southampton {
  object-fit: cover;
  border-radius: 18px;
  flex: 1;
  width: 100%;
  height: 100%;
}

.is-div-1 {
  justify-content: center;
  align-items: center;
  padding: 5px 10px 5px 0;
  display: flex;
}

.project-name {
  color: #2b2a29;
  width: 80%;
  margin-top: 0;
  padding-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.project-name._100 {
  width: 100%;
  color: var(--walsh--ash-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  position: static;
}

.project-name.small {
  width: 100%;
  color: var(--walsh--ash-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.75rem;
  font-weight: 600;
}

.project-name._100 {
  width: 100%;
  position: static;
}

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

.project-title {
  color: var(--walsh--ash-background);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

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

.c-slide-7.cog {
  background-image: url('../images/08-Cogital-G.jpg');
  background-position: 50%;
  background-size: cover;
}

.c-slide-5 {
  background-image: url('../images/Aquarius-04.png');
  background-position: 50%;
  background-size: cover;
}

.c-slide-5.cog {
  background-image: url('../images/05-Cogital-G.jpg');
}

.is-case-study-attribute {
  color: var(--walsh--ash-light);
  text-transform: uppercase;
  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: 1.1rem;
  font-weight: 500;
}

.c-slide-6 {
  background-image: url('../images/Aquarius-06.png');
  background-position: 50%;
  background-size: cover;
}

.c-slide-6.cog {
  background-image: url('../images/07-Cogital-G.jpg');
}

.image-13 {
  width: 3rem;
}

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

.walsh-col-image-wrapper {
  flex: 0 auto;
  width: 100%;
  max-width: none;
  height: 70vh;
  position: sticky;
  top: 170px;
}

.slider-3 {
  background-image: url('../images/Image-Square.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 25px;
  width: 100%;
  height: 100%;
}

.slider-3.aquarius {
  background-image: url('../images/Aquarius-05.png');
}

.cell-8 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  border-bottom: 1px solid var(--walsh--ash-light);
  padding-bottom: 5px;
  padding-left: 10px;
}

.case-div {
  width: 100%;
  height: 100%;
}

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

.right-arrow {
  inset: 50% 0% 0% auto;
}

.c-slide-1 {
  background-image: url('../images/Aquarius-05.png');
  background-position: 50%;
  background-size: cover;
}

.c-slide-1.cog {
  background-image: url('../images/CPJ-Banner-Cotswolds-01.jpg');
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

.left-arrow {
  inset: 50% auto 0% 0%;
}

.c-slide-2 {
  background-image: url('../images/Aquarius-01.png');
  background-position: 50%;
  background-size: cover;
}

.c-slide-2.cog {
  background-image: url('../images/CPJ-Banner-Cotswolds-01.jpg');
}

.div-block-13 {
  padding-bottom: .5rem;
}

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

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

.c-slide-4 {
  background-image: url('../images/Aquarius-03.png');
  background-position: 50%;
  background-size: cover;
}

.c-slide-4.cog {
  background-image: url('../images/04-Cogital-G.jpg');
}

.quick-stack-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

.c-slide-3 {
  background-image: url('../images/Aquarius-02.png');
  background-position: 50%;
  background-size: cover;
}

.c-slide-3.cog {
  background-image: url('../images/CPJ-Banner-Cotswolds-01.jpg');
}

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

.uui-form_input-3 {
  border-style: solid;
  border-width: 1px;
  border-color: #fff0 #fff0 var(--walsh--ash-light);
  height: auto;
  min-height: 2.75rem;
  color: var(--walsh--ash-black);
  background-color: #fff0;
  border-radius: 0;
  margin-top: 5px;
  margin-bottom: 0;
  padding: .75rem .875rem .75rem 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.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.uui-form_input-3:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

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

.uui-form_input-3.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-weight: 400;
  overflow: auto;
}

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

.checkbox {
  margin-right: 7.5px;
  padding: 11px;
}

.error-text {
  color: #e23939;
}

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

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

.is-contact-button {
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  color: #e9eff2;
  text-transform: capitalize;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 25px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-bottom: 40px;
  padding: 15px 25px;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 1.25rem;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: block;
  position: static;
  overflow: hidden;
}

.is-contact-button:hover {
  color: #fff;
  background-color: #7ac23f;
  border-width: 1px;
  border-color: #7ac23f;
}

.is-contact-button.dark {
  color: #2b2a29;
  border-color: #2b2a29;
}

.uui-padding-vertical-xhuge-17 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 0 20px;
  display: block;
}

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

.div-block-30 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: stretch;
  height: 60%;
  display: flex;
}

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

.quick-stack-5 {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

.checkbox-label {
  color: var(--walsh--ash-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.25rem;
  font-weight: 400;
}

.checkbox-field {
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.link {
  color: var(--_cp-jefferies---cp-blue);
  font-weight: 600;
  text-decoration: none;
}

.link-2 {
  color: var(--walsh--ash-black);
  text-decoration: none;
}

.tpg-text {
  color: #323232;
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 1.5;
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-home-one-offer-slider {
  background-color: #ddd0;
  height: auto;
  padding-top: 2rem;
  position: static;
}

.rt-auto-fit-two {
  object-fit: cover;
}

.rt-home-one-offer-right-arrow {
  border: 0 solid #116df8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  display: flex;
  inset: 0% 0% auto auto;
}

.image-16 {
  width: .5rem;
}

.rt-home-one-offer-item {
  cursor: pointer;
  border-left: 1px solid #fff0;
  border-right: 0 solid #b5b6b6;
  flex: none;
  padding-left: 0;
  padding-right: 40px;
}

.rt-home-one-offer-image {
  background-color: #fff0;
  border-radius: 25px;
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.rt-inner-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.rt-inner-container.rt-position-relative {
  position: relative;
}

.rt-home-one-offer-left-arrow {
  border: 0 solid #116df8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  display: flex;
  inset: 0% auto auto 85%;
}

.image-11 {
  width: 3rem;
  height: auto;
}

.rt-home-one-offer-wrapper {
  flex: none;
  margin-right: -30vw;
  padding-top: 40px;
  overflow: hidden;
}

.rt-home-one-offer-heading {
  max-width: 540px;
}

.rt-home-one-offer-heading.rt-overflow-hidden {
  overflow: hidden;
}

.rt-offer-arrow {
  width: 2rem;
  height: 2rem;
}

.rt-display-off {
  display: none;
}

.image-12 {
  width: 3rem;
  height: auto;
}

.is-gallery-heading {
  color: var(--walsh--ash-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.rt-home-one-offer {
  padding-left: 0;
  padding-right: 15px;
  overflow: hidden;
}

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

.rt-home-one-offer-mask {
  max-width: 350px;
  overflow: visible;
}

.rt-home-one-offer-image-overlay {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.ash-heading {
  grid-column-gap: 4em;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-31 {
  display: flex;
}

.cpj-section {
  padding: 1rem 10px 10px;
}

.cpj-section.tint {
  background-color: var(--_cp-jefferies---cp-banner-tint);
  padding-top: 4rem;
  padding-bottom: 1rem;
}

.cpj-section.tint.contact {
  padding-bottom: 3rem;
}

.cpj-section.tint.map {
  padding-top: 1rem;
  padding-bottom: .5rem;
}

.cpj-section.tint.top {
  padding-top: 2rem;
}

.cpj-section.tint.projects {
  display: none;
}

.cpj-section.pad {
  padding-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.cpj-section.dark {
  background-color: var(--_cp-jefferies---cp-blue);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.cpj-section.tint-slim {
  background-color: var(--_cp-jefferies---cp-banner-tint);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cpj-section.tint-slim.contact {
  padding-bottom: 3rem;
}

.cpj-section.tint-slim.map {
  padding-top: 1rem;
  padding-bottom: .5rem;
}

.cpj-section.tint-slim.top {
  padding-top: 2rem;
}

.surfista-button-1 {
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  color: #d9d6ce;
  text-transform: uppercase;
  background-color: #464849;
  border: 1px solid #d9d6ce;
  border-radius: .5rem;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-bottom: 40px;
  padding: 15px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: static;
  overflow: hidden;
}

.surfista-button-1:hover {
  color: #d9d6ce;
  background-color: #fff0;
  border-width: 1px;
  border-color: #d9d6ce;
}

.surfista-contact-2 {
  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;
}

.cpj-div-1 {
  display: block;
}

.uui-container-small {
  background-color: #a0414c;
  border-radius: 1rem;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge-18 {
  background-color: var(--_cp-jefferies---cp-blue);
  border-radius: .5rem;
  padding: 20px;
}

.uui-form_input-4 {
  border: 1px solid var(--_cp-jefferies---cp-gold);
  background-color: var(--_cp-jefferies---cp-fade-solid);
  height: auto;
  min-height: 2.75rem;
  color: var(--walsh--ash-black);
  border-radius: .5rem;
  margin-top: 5px;
  margin-bottom: 0;
  padding: .75rem .875rem;
  font-family: Raleway, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.5;
  transition: all .3s;
}

.uui-form_input-4:focus {
  border-width: 2px;
  border-color: var(--_cp-jefferies---cp-gold);
  color: #464849;
  box-shadow: 0 0 0 1px #464849;
}

.uui-form_input-4:focus-visible, .uui-form_input-4[data-wf-focus-visible] {
  border-width: 2px;
  border-color: var(--_cp-jefferies---cp-gold);
  box-shadow: none;
}

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

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

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

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

.featured-roles-2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
}

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

.text-block-5 {
  color: var(--walsh--ash-black);
  margin-right: 5px;
  text-decoration: none;
}

.link-block-8 {
  color: var(--walsh--ash-black);
  text-decoration: none;
}

.div-block-55 {
  text-align: center;
  background-color: #00a3e9;
  padding: 5px 1rem;
}

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

.link-block-9 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.text-block-11 {
  color: var(--_cp-jefferies---cp-fade-solid);
  padding-left: 5px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.text-block-11.number {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-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;
  display: flex;
}

.bold-text-3 {
  font-family: Playfair Display, sans-serif;
  font-weight: 600;
}

.cta-top {
  background-color: var(--_cp-jefferies---cp-blue);
  text-align: center;
  padding: 5px 1rem;
}

.text-span-3 {
  color: #a0414c;
}

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

.jd-button-consultation {
  border: 1px solid var(--_cp-jefferies---cp-blue);
  background-color: var(--_cp-jefferies---cp-blue);
  color: var(--_cp-jefferies---cp-fade-solid);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 15px 20px;
  font-family: Playfair Display, sans-serif;
  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 {
  border: 1px solid var(--_cp-jefferies---cp-fade-solid);
  color: var(--_cp-jefferies---cp-fade-solid);
  background-color: #fff0;
}

.jd-button-consultation.book {
  border-color: var(--_cp-jefferies---cp-gold);
  background-color: var(--_cp-jefferies---cp-gold);
  color: var(--_cp-jefferies---cp-white);
}

.jd-button-consultation.book:hover {
  background-color: var(--_cp-jefferies---cp-blue);
}

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

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

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

.section-2 {
  background-image: linear-gradient(to bottom, var(--_cp-jefferies---cp-banner-tint), var(--_cp-jefferies---cp-banner-tint)), 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: 75vh;
  display: flex;
  position: relative;
}

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

.main-slide-7a {
  background-image: linear-gradient(to bottom, var(--_cp-jefferies---cp-blue-faded), var(--_cp-jefferies---cp-blue-faded)), url('../images/2-Banner-CPJ.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.heading-banner-2 {
  width: 80%;
  color: var(--_cp-jefferies---cp-fade-solid);
  padding-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
}

.heading-banner-2.white {
  color: var(--_cp-jefferies---cp-fade-solid);
}

.icon-3 {
  display: none;
}

.main-slide-2a {
  background-image: linear-gradient(to bottom, var(--_cp-jefferies---cp-blue-faded), var(--_cp-jefferies---cp-blue-faded)), url('../images/5-Banner-CPJ.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.slider-4 {
  height: 100%;
}

.main-slide-1a {
  background-image: linear-gradient(to bottom, var(--_cp-jefferies---cp-blue-faded), var(--_cp-jefferies---cp-blue-faded)), url('../images/CPJ-Banner-Cotswolds-01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.main-slide-3a {
  background-image: linear-gradient(to bottom, var(--_cp-jefferies---cp-blue-faded), var(--_cp-jefferies---cp-blue-faded)), url('../images/3-Banner-CPJ.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.cpj-banner-sub {
  max-width: 65%;
  color: var(--_cp-jefferies---cp-blue);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  font-family: Raleway, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  display: block;
}

.cpj-banner-sub.large {
  color: var(--walsh--ash-black);
  text-align: left;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.cpj-banner-sub.large.dark {
  color: #2b2a29;
  justify-content: flex-start;
  align-items: center;
  font-family: Raleway, sans-serif;
  font-size: 1.2rem;
  position: relative;
}

.cpj-banner-sub.large {
  text-align: left;
  font-size: 1.75rem;
}

.cpj-banner-sub.large.dark {
  color: #2b2a29;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.1rem;
  position: relative;
}

.cpj-banner-sub.white {
  color: var(--walsh--ash-background);
}

.cpj-banner-sub.white.bold {
  font-weight: 400;
}

.cpj-banner-sub.left {
  justify-content: flex-start;
  align-items: center;
}

.cpj-banner-sub.left.contact {
  margin-top: 10px;
  font-weight: 600;
}

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

.cpj-heading {
  color: var(--_cp-jefferies---cp-blue);
  margin-top: 0;
  padding-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.cpj-heading.light {
  color: var(--_cp-jefferies---cp-blue);
  padding-bottom: 1rem;
}

.cpj-heading.cnetre {
  text-align: center;
}

.cpj-heading.gold {
  color: var(--_cp-jefferies---cp-gold);
}

.cpj-text {
  font-family: Raleway, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.2;
}

.cpj-text.min {
  min-height: auto;
  color: var(--_cp-jefferies---cp-black);
}

.cpj-text.light {
  color: var(--_cp-jefferies---cp-fade-solid);
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.cpj-text.light.cta {
  font-size: 1.2rem;
}

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

.cpj-text.centre.bold {
  color: var(--_cp-jefferies---cp-blue);
  font-weight: 700;
}

.cpj-text.gold {
  color: var(--_cp-jefferies---cp-gold);
}

.cpj-text.gold.large {
  font-size: 1.3rem;
}

.cpj-text.blue {
  color: var(--_cp-jefferies---cp-blue);
}

.cpj-text.blue.bold {
  font-size: 1.2rem;
  font-weight: 500;
}

.cpj-text.bolder {
  font-weight: 500;
}

.div-services {
  background-image: url('../images/35061758d2cf6f81926b.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: .5rem;
  width: 100%;
  height: 35vh;
}

.div-services.dustless {
  background-image: url('../images/CPJ-Banner-Cotswolds-01.jpg');
}

.div-services.wood {
  background-image: url('../images/CPJ-Banner-Cotswolds-01.jpg');
  height: 40vh;
}

.div-services.surface {
  background-image: url('../images/CPJ-Banner-Cotswolds-01.jpg');
}

.div-services.external, .div-services.cpj {
  background-image: url('../images/CPJ-Banner-Cotswolds-01.jpg');
  height: 40vh;
}

.div-services.cpj.service {
  background-image: url('../images/39-Library-CPJ.jpg');
}

.div-services.cpj.renew {
  background-image: url('../images/4-Servicing-CPJ.jpg');
}

.div-services.cpj.plumbing {
  background-image: url('../images/26-Library-CPJ.jpg');
}

.div-services.cpj.electrical {
  background-image: url('../images/3-Library-CPJ.jpg');
}

.div-services.cpj.bathroom {
  background-image: url('../images/8-Library-CPJ.jpg');
}

.div-services.cpj.heating {
  background-image: url('../images/6-Library-CPJ.jpg');
}

.walsh-link-wrapper {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #d9d6ce;
  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;
}

.text-block-12 {
  color: var(--_cp-jefferies---cp-black);
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.service-div {
  width: 100%;
}

.jd-heading-3 {
  min-height: auto;
  color: var(--_cp-jefferies---cp-blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  font-family: Playfair Display, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}

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

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

.cpj-section-tint.green {
  background-color: #7ac23f;
  padding: 3rem 10px;
}

.cpj-section-tint.tint {
  background-color: var(--_cp-jefferies---cp-banner-tint);
  padding: 3rem 10px;
}

.cpj-section-tint.tan {
  background-color: var(--walsh--ash-background);
}

.cpj-section-tint.tan.top {
  padding-top: 3rem;
}

.cpj-section-tint.tan.no-padding {
  padding-top: 3rem;
  padding-bottom: 0;
}

.cpj-section-tint.tan.pad-base {
  padding-bottom: 3rem;
}

.cpj-section-tint.border {
  border-bottom: 0 solid #6d6d6d;
}

.cpj-section-tint.banner {
  position: absolute;
  inset: auto 0% 0%;
}

.cpj-section-tint.dark {
  background-color: var(--_cp-jefferies---cp-blue);
  padding: 3rem 10px;
}

.cpj-section-tint.dark.trim {
  padding-top: 0;
}

.cpj-section-tint.dark.trim.why {
  padding-bottom: 0;
}

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

.jd-section {
  padding: 1rem 10px 10px;
}

.jd-section.wide.dark {
  background-color: #464849;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.jd-section.pad {
  padding-left: 3rem;
  padding-right: 3rem;
}

.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: 4em;
  display: flex;
}

.jd-heading {
  color: var(--_cp-jefferies---cp-blue);
  font-family: Playfair Display, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.jd-heading.light {
  color: var(--_cp-jefferies---cp-gold);
}

.cpj-button-3 {
  border: 1px solid var(--_cp-jefferies---cp-gold);
  background-color: var(--_cp-jefferies---cp-gold);
  color: var(--_cp-jefferies---cp-light-colour);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 15px 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.cpj-button-3:hover {
  background-color: #fff0;
  border: 1px solid #d9d6ce;
}

.cpj-button-3.contact {
  font-size: 1.3rem;
}

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

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

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

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

.walsh-link-wrapper-2 {
  border-bottom: 1px dashed var(--_cp-jefferies---cp-light-colour);
  color: #464849;
  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.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

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

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

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

.contact-text {
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
}

.contact-text.light {
  color: var(--_cp-jefferies---cp-light-colour);
  font-size: 1.2rem;
  font-weight: 400;
}

.cpj-button-4 {
  border: 1px solid var(--_cp-jefferies---cp-gold);
  background-color: var(--_cp-jefferies---cp-gold);
  color: var(--_cp-jefferies---cp-light-colour);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 15px 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.cpj-button-4:hover {
  background-color: #fff0;
  border: 1px solid #d9d6ce;
}

.service-banner {
  background-image: linear-gradient(to bottom, var(--_cp-jefferies---cp-banner-tint), var(--_cp-jefferies---cp-banner-tint)), url('../images/CPJ-Banner-Cotswolds-01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
  position: relative;
}

.service-banner.renewables {
  background-image: linear-gradient(to bottom, var(--_cp-jefferies---cp-blue-faded), var(--_cp-jefferies---cp-blue-faded)), url('../images/5-Banner-CPJ.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 55vh;
}

.service-banner.bathroom {
  background-image: linear-gradient(to bottom, var(--_cp-jefferies---cp-blue-faded), var(--_cp-jefferies---cp-blue-faded)), url('../images/3-Banner-CPJ.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 55vh;
}

.service-banner.plumbing {
  background-image: linear-gradient(to bottom, var(--_cp-jefferies---cp-blue-faded), var(--_cp-jefferies---cp-blue-faded)), url('../images/2-Banner-CPJ.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 55vh;
}

.service-banner.electrical {
  background-image: linear-gradient(to bottom, var(--_cp-jefferies---cp-blue-faded), var(--_cp-jefferies---cp-blue-faded)), url('../images/6-Banner-CPJ.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 55vh;
}

.service-banner.service {
  background-image: linear-gradient(to bottom, var(--_cp-jefferies---cp-blue-faded), var(--_cp-jefferies---cp-blue-faded)), url('../images/7-Banner-CPJ.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 55vh;
}

.service-banner.about {
  background-image: linear-gradient(to bottom, var(--_cp-jefferies---cp-blue-faded), var(--_cp-jefferies---cp-blue-faded)), url('../images/CPJ-Banner-Cotswolds-01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 55vh;
}

.service-banner.heating {
  background-image: linear-gradient(to bottom, var(--_cp-jefferies---cp-blue-faded), var(--_cp-jefferies---cp-blue-faded)), url('../images/4-Banner-CPJ.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 55vh;
}

.service-banner.careers {
  background-image: linear-gradient(to bottom, var(--_cp-jefferies---cp-blue-faded), var(--_cp-jefferies---cp-blue-faded)), url('../images/4-Library-CPJ.jpg');
  background-position: 0 0, 50% 10%;
  background-size: auto, cover;
  height: 55vh;
}

.service-banner.solar-panel {
  background-image: linear-gradient(to bottom, var(--_cp-jefferies---cp-blue-faded), var(--_cp-jefferies---cp-blue-faded)), url('../images/solar-01-hero-engineers-on-roof-landscape-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 55vh;
}

.service-banner.heat-pump-2 {
  background-image: linear-gradient(to bottom, var(--_cp-jefferies---cp-blue-faded), var(--_cp-jefferies---cp-blue-faded)), url('../images/01---Heat-Banner---CPJG.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 55vh;
}

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

.div-pad-2 {
  border-bottom: 0 solid #000;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

._2-image-div-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.div-block-59 {
  position: relative;
  top: 0;
}

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

.cell-14 {
  justify-content: center;
  align-items: center;
}

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

.div-block-60 {
  position: sticky;
  top: 170px;
}

.div-tailored-to {
  background-image: url('../images/CPJ-Square-Cotswolds-01.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 18px;
  width: 100%;
  height: 100%;
}

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

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

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

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

.bold-text-4 {
  color: var(--_cp-jefferies---cp-blue);
  text-decoration: none;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  color: var(--_cp-jefferies---cp-blue);
}

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

.link-block-18 {
  color: var(--_cp-jefferies---cp-blue);
  text-decoration: none;
}

.div-block-46 {
  flex-flow: column;
  display: flex;
}

.pg-button-1 {
  grid-column-gap: .5rem;
  color: #f5ecda;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #3e3f31;
  border: 1px solid #3e3f31;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.pg-button-1:hover {
  color: #3e3f31;
  text-transform: uppercase;
  background-color: #fff0;
  border-color: #3e3f31;
  font-weight: 400;
}

.pg-button-1:focus {
  background-color: #3e3f31;
}

.container-5 {
  max-width: none;
}

.top-section {
  background-color: #fff;
  padding: 2rem 0;
}

.top-section.main {
  text-align: center;
  flex-flow: column;
  display: flex;
}

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

.a-text {
  color: #0009;
  text-align: left;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  min-height: auto;
  font-family: Raleway, sans-serif;
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.4;
  display: block;
}

.a-text.centre {
  text-align: center;
  flex-flow: row;
  display: block;
}

.div-block-63 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-21 {
  width: 100%;
}

.qs-values-div {
  margin-top: 1rem;
}

.t-tick-square {
  color: #7f56d9;
  background-color: #fff;
  border-color: #fff0;
}

.cp-grid-5 {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.titan-features-heading {
  color: var(--_cp-jefferies---cp-gold);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.titan-features-heading.small {
  font-size: 1.5rem;
}

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

.uui-layout47_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-icon-featured-outline-large-2 {
  color: #7f56d9;
  background-color: #fff0;
  border: .5rem solid #fff0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 3.5rem;
  display: flex;
}

.image-22 {
  width: 100%;
}

.cpj-button-5 {
  border: 1px solid var(--_cp-jefferies---cp-blue);
  background-color: var(--_cp-jefferies---cp-blue);
  color: var(--_cp-jefferies---cp-light-colour);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 15px 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.cpj-button-5:hover {
  border: 1px solid var(--_cp-jefferies---cp-blue);
  background-color: var(--_cp-jefferies---cp-gold);
  color: var(--_cp-jefferies---cp-blue);
}

.cpj-button-5.rim:hover {
  border-color: var(--walsh--ash-background);
}

.uui-layout32_timeline-left-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.uui-heading-xxsmall-2 {
  color: var(--_cp-jefferies---cp-blue);
  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.25rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.uui-icon-featured-outline-large-3 {
  color: #a0414c;
  background-color: #464849;
  border: .5rem solid #fff0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: flex;
}

.uui-heading-medium-2 {
  color: #101828;
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-layout32_progress-bar-wrapper-2 {
  background-color: #fff;
  width: 2px;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 1.75rem;
  right: auto;
}

.uui-layout32_progress-bar-wrapper-2.short {
  height: 75%;
}

.uui-layout32_timeline-right-2 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.uui-layout32_timeline-icon-wrapper-2 {
  z-index: 1;
  background-color: #fff0;
  margin-top: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.image-8 {
  width: 90%;
  height: 80%;
  padding: 5px;
}

.jd-heading-3-2 {
  color: #464849;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  font-family: Playfair Display, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.1;
}

.uui-layout32_timeline-wrapper-2 {
  position: relative;
}

.uui-layout32_component-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-layout32_content-left-2 {
  position: sticky;
  top: 120px;
}

.uui-layout32_progress-bar-2 {
  background-color: var(--_cp-jefferies---cp-gold);
  width: 4px;
  height: 110%;
  margin-left: 20px;
}

.uui-layout32_progress-bar-2.short {
  height: 90%;
}

.jd-text {
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

.uui-layout32_timeline-step-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

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

.uui-icon-featured-outline-large-4 {
  background-color: var(--_cp-jefferies---cp-blue);
  color: #a0414c;
  border: .5rem solid #fff0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: flex;
}

.uui-heading-medium-3 {
  color: #101828;
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.image-23 {
  width: 100%;
  height: 100%;
  padding: 5px;
}

.jd-heading-3-3 {
  color: #464849;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  font-family: Playfair Display, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}

.checkbox-label-2 {
  color: var(--_cp-jefferies---cp-white);
}

.select-field {
  border-radius: .5rem;
  min-height: 4rem;
  font-family: Raleway, sans-serif;
  font-size: 1.15rem;
}

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

.uui-faq01_answer {
  overflow: hidden;
}

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

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

.accordion-icon_vertical-line {
  background-color: #276296;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

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

.uui-text-size-medium-2 {
  color: #333;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.accordion-icon_horizontal-line {
  background-color: #276296;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-icon_component {
  color: #276296;
  border: 2px solid #276296;
  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: 1rem;
}

.uui-faq01_accordion {
  border-bottom: 1px solid #b2d3e7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion.last-item {
  border-bottom-color: #b2d3e7;
}

.heading-8 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.1;
}

.inwebdesign-q {
  color: var(--_cp-jefferies---cp-blue);
  font-family: Playfair Display, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}

.uui-section_faq01 {
  background-color: var(--_cp-jefferies---cp-banner-tint);
  margin-bottom: 0;
}

.footer-image {
  width: 4rem;
}

.footer-image.gas {
  width: 8rem;
}

.footer-image.napit {
  width: 3rem;
}

.footer-image.mcs, .footer-image.oftec {
  width: 8rem;
}

._5-grant, ._1-recc {
  justify-content: center;
  align-items: center;
}

.container-hidden {
  max-width: none;
  overflow: hidden;
}

._6-gas-safe, ._2-eco, ._4-oftec {
  justify-content: center;
  align-items: center;
}

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

.jvt-section.yellow-new {
  background-color: #b6f2ec;
  padding: 2rem 10px;
}

.jvt-section.yellow-new.scrolling {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

._3-napit {
  justify-content: center;
  align-items: center;
}

.scrolling-logos {
  width: 3000px;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

._7-bosch, ._8-giv, ._9-worcester, ._10-mits, ._11-mcs {
  justify-content: center;
  align-items: center;
}

.button-pad {
  padding-top: 2rem;
}

.cp-button-on-blue {
  border: 1px solid var(--_cp-jefferies---cp-gold);
  background-color: var(--_cp-jefferies---cp-gold);
  color: var(--_cp-jefferies---cp-blue);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.cp-button-on-blue:hover {
  background-color: var(--_cp-jefferies---cp-transp);
  box-shadow: none;
  color: var(--_cp-jefferies---cp-gold);
  font-weight: 500;
}

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

.read-more-div {
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.div-block-64 {
  border-bottom: 1px dashed var(--_cp-jefferies---cp-gold);
  padding-top: 5px;
  padding-bottom: 5px;
}

.future-proof {
  background-image: url('../images/5-Library-CPJ.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 18px;
  width: 100%;
  height: 100%;
}

.boiler {
  background-image: url('../images/23-Library-CPJ.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 18px;
  width: 100%;
  height: 100%;
}

.gree-home {
  border-radius: 18px;
  width: 80%;
}

.green-home-2 {
  border-radius: 18px;
  width: 15rem;
  position: relative;
  top: -85px;
  left: 180px;
}

.div-more-2-copy {
  background-image: url('../images/5-Library-CPJ.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 18px;
  width: 100%;
  height: 100%;
}

.future-proof-2 {
  background-image: url('../images/4-Banner-CPJ.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 18px;
  width: 100%;
  height: 100%;
}

.experts-1 {
  border-radius: 18px;
  width: 80%;
}

.experts-2 {
  border-radius: 18px;
  width: 15rem;
  position: relative;
  top: -85px;
  left: 180px;
}

.customer-service {
  background-image: url('../images/4-Servicing-CPJ.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 18px;
  width: 100%;
  height: 100%;
}

.striving {
  background-image: url('../images/16-Library-CPJ.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 18px;
  width: 100%;
  height: 100%;
}

.heritage {
  background-image: url('../images/12-Library-CPJ.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 18px;
  width: 100%;
  height: 100%;
}

.main-slide-5a {
  background-image: linear-gradient(to bottom, var(--_cp-jefferies---cp-blue-faded), var(--_cp-jefferies---cp-blue-faded)), url('../images/4-Banner-CPJ.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.main-slide-4a {
  background-image: linear-gradient(to bottom, var(--_cp-jefferies---cp-blue-faded), var(--_cp-jefferies---cp-blue-faded)), url('../images/6-Banner-CPJ.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.main-slide-6a {
  background-image: linear-gradient(to bottom, var(--_cp-jefferies---cp-blue-faded), var(--_cp-jefferies---cp-blue-faded)), url('../images/1-Banner-CPJ.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.plumbing-picture {
  background-image: url('../images/7-Library-CPJ.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 18px;
  width: 100%;
  height: 100%;
}

.main-slide-8a {
  background-image: linear-gradient(to bottom, var(--_cp-jefferies---cp-blue-faded), var(--_cp-jefferies---cp-blue-faded)), url('../images/7-Banner-CPJ.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.text-block-13 {
  color: #161922;
  font-family: Raleway, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
}

.quick-stack-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.cell-15, .cell-16, .cell-17, .cell-18 {
  justify-content: center;
  align-items: center;
}

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

.walsh-link-block-orange-2 {
  background-color: var(--_cp-jefferies---cp-blue);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 15px 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange-2:hover {
  background-color: var(--_cp-jefferies---cp-gold);
}

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

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

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

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

.walsh-nav-logo-2 {
  width: 12.5rem;
  height: auto;
}

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

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

.walsh-nav-link-white-2 {
  color: var(--_cp-jefferies---cp-blue);
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.walsh-nav-link-white-2:hover {
  background-color: var(--_cp-jefferies---cp-light-colour);
  color: var(--_cp-jefferies---cp-blue);
  border-radius: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.walsh-nav-link-white-2.w--current {
  color: var(--_cp-jefferies---cp-blue);
  font-weight: 600;
}

.walsh-nav-wrapper-green-2 {
  z-index: 99999;
  background-color: var(--_cp-jefferies---cp-nav-background);
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  top: 0;
}

.walsh-dropdown-2 {
  color: #fff;
}

.walsh-toggle-2 {
  color: var(--_cp-jefferies---cp-blue);
  border-radius: 8px;
  padding: 15px 32px 15px 18px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  overflow: hidden;
}

.walsh-toggle-2:hover {
  background-color: var(--_cp-jefferies---cp-light-colour);
  border-radius: 100px;
}

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

.walsh-dropdown-link-2 {
  color: #6b6b6b;
  border-radius: 2px;
  font-family: Raleway, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.walsh-dropdown-link-2:hover {
  background-color: var(--_cp-jefferies---cp-light-colour);
  color: var(--_cp-jefferies---cp-blue);
  border-radius: 100px;
}

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

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

.walsh-link-block-transparent-1 {
  border: 1px solid var(--_cp-jefferies---cp-blue);
  color: var(--_cp-jefferies---cp-blue);
  text-align: center;
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-transparent-1:hover {
  border-color: var(--_cp-jefferies---cp-gold);
  background-color: var(--_cp-jefferies---cp-gold);
  box-shadow: none;
  color: var(--_cp-jefferies---cp-white);
}

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

.cp-why_choose-grid-5 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cp-grid-6 {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.solar-1 {
  border-radius: 18px;
  width: 80%;
}

.solar-2 {
  background-image: url('../images/Solar-Banner-CPJ-Google.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 18px;
  width: 100%;
  height: 100%;
}

.solar-3 {
  border-radius: 18px;
  width: 80%;
}

.solar-4 {
  background-image: url('../images/solar-04-cotswold-home-multi-roof-landscape.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 18px;
  width: 100%;
  height: 100%;
}

.solar-5, .heat-1 {
  border-radius: 18px;
  width: 80%;
}

.heat-2 {
  background-image: url('../images/02---Heat---CPJG.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 18px;
  width: 100%;
  height: 100%;
}

.heat-3 {
  border-radius: 18px;
  width: 80%;
}

.heat-5 {
  background-image: url('../images/05---Heat---CPJG.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 18px;
  width: 100%;
  height: 100%;
}

.heat-6 {
  border-radius: 18px;
  width: 80%;
}

.div-quote {
  background-color: var(--_cp-jefferies---cp-gold);
  justify-content: center;
  align-items: center;
  padding: 7.5px 10px;
  display: flex;
}

.link-block-22 {
  outline-offset: 0px;
  outline: 3px #00e;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.free-quote {
  color: #33312d;
  text-align: center;
  letter-spacing: -.02em;
  -webkit-text-stroke-color: #303030;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.free-quote.white {
  color: #fefcf8;
  font-family: Playfair Display, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}

.free-quote.white.dark {
  color: var(--_cp-jefferies---cp-blue);
}

@media screen and (min-width: 1280px) {
  .div-block-3 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .cell-9 {
    padding-top: 5px;
  }

  .cpj-section.tint {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

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

  .cpj-text.gold {
    color: var(--_cp-jefferies---cp-gold);
  }

  .titan-features-heading {
    color: var(--_cp-jefferies---cp-gold);
    font-family: Playfair Display, sans-serif;
    font-size: 2rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 1440px) {
  .div-block-3 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .div-pad {
    max-width: none;
  }

  .is-text-big.black.gap {
    font-size: 1.5rem;
  }

  .uui-form_input-3 {
    color: #333333c2;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.5rem;
  }

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

  .uui-padding-vertical-xhuge-17 {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 1rem;
    display: block;
  }

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

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

  .rt-component-container-2, .rt-inner-container.rt-position-relative.rt-padding-bottom {
    max-width: none;
  }

  .is-container-9.scrolling {
    position: relative;
    overflow: visible;
  }

  .uui-container-small {
    max-width: 75rem;
  }

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

  .uui-form_input-4 {
    color: #333333c2;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 400;
  }

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

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

  .div-pad-2, .scrolling-logos {
    max-width: none;
  }
}

@media screen and (min-width: 1920px) {
  .div-block-3 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .section {
    height: 80vh;
  }

  .section.project {
    height: 55vh;
  }

  .div-pad {
    max-width: none;
    position: relative;
  }

  .walsh-flex-horizontal-2 {
    position: relative;
  }

  .is-text-big.large.dark.bold, .is-text-big.black {
    font-size: 1.5rem;
  }

  .is-text-big.black {
    font-size: 1.1rem;
  }

  .is-text-big.black.gap {
    font-size: 1.5rem;
  }

  .walsh-main-paragraph {
    width: 65%;
  }

  .is-rounded-card-down {
    justify-content: space-between;
    align-items: flex-start;
  }

  .walsh-inner-card-bottom.one {
    margin-top: 1rem;
  }

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

  .walsh-col-image-wrapper {
    position: sticky;
  }

  .walsh-rounded-block-7 {
    position: relative;
  }

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

  .cell-10 {
    flex-flow: row;
    display: block;
  }

  .uui-padding-vertical-xhuge-17 {
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .rt-component-container-2 {
    max-width: none;
  }

  .rt-home-one-offer-right-arrow {
    top: 0%;
    right: 0%;
  }

  .rt-home-one-offer-item {
    padding-left: 10px;
  }

  .rt-home-one-offer-image {
    overflow: hidden;
  }

  .rt-inner-container.rt-position-relative.rt-padding-bottom {
    max-width: none;
  }

  .rt-home-one-offer-left-arrow {
    top: 0%;
  }

  .rt-offer-arrow {
    width: 2rem;
    height: 2rem;
  }

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

  .div-pad-2 {
    max-width: none;
  }

  .a-text {
    font-size: 1.2rem;
  }

  .scrolling-logos {
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .walsh-button-label-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .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(--_cp-jefferies---cp-fade-solid);
    padding: 0 20px 2rem;
  }

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

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

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

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

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

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

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

  .div-block-3 {
    width: 95%;
    padding-left: 5rem;
  }

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

  .heading-banner {
    width: 100%;
    font-size: 4rem;
  }

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

  .div-pad {
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .heading-body {
    width: 100%;
    font-size: 4rem;
  }

  .heading-body._100 {
    font-size: 2.75rem;
  }

  .is-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .is-section.tan.no-padding {
    padding-top: 2rem;
  }

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

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

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

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

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

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

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

  .ash-content-block {
    order: -1;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .ash-content-block.no-padding {
    padding-top: 2rem;
  }

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

  .is-text-big {
    font-size: 1.5rem;
  }

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

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

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

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

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

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

  .walsh-cta-div-block-2 {
    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;
  }

  .icon-2 {
    color: var(--walsh--ash-burgundy);
    font-size: 2rem;
  }

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

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

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

  .walsh-content-wrapper-white {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .image-15 {
    top: -60px;
    left: 100px;
  }

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

  .case-study-image {
    width: 350px;
    height: 350px;
  }

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

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

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

  .project-name {
    width: 100%;
    font-size: 4rem;
  }

  .project-name._100 {
    font-size: 2.75rem;
  }

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

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

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

  .rt-home-one-offer-slider {
    padding-top: 1rem;
    padding-bottom: 4rem;
  }

  .rt-home-one-offer-right-arrow {
    inset: auto 35% 0% auto;
  }

  .rt-inner-container.rt-position-relative.rt-padding-bottom {
    padding-bottom: 1rem;
  }

  .rt-home-one-offer-left-arrow {
    inset: auto auto 0% 35%;
  }

  .rt-home-one-offer-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    display: grid;
  }

  .rt-home-one-offer-heading {
    max-width: 100%;
  }

  .rt-home-one-offer {
    padding-left: 0;
    padding-right: 0;
  }

  .ash-heading {
    flex-flow: column wrap;
  }

  .cpj-section.pad {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-55, .cta-top {
    padding-left: 1rem;
  }

  .div-block-57 {
    width: 95%;
    padding-left: 5rem;
  }

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

  .cpj-banner-sub {
    max-width: 90%;
  }

  .cpj-text.min, .jd-heading-3 {
    min-height: auto;
  }

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

  .cpj-section-tint.tan.no-padding {
    padding-top: 2rem;
  }

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

  .jd-section.pad {
    padding-left: 10px;
    padding-right: 10px;
  }

  .walsh-content-wrap-50 {
    order: -1;
    width: 100%;
    padding: 1rem 0;
  }

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

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

  .div-pad-2 {
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container-5 {
    max-width: none;
  }

  .a-text {
    min-height: auto;
  }

  .cp-grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .a-text-2 {
    min-height: auto;
  }

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

  .jd-heading-3-2 {
    min-height: auto;
  }

  .uui-layout32_component-2 {
    grid-column-gap: 2rem;
  }

  .uui-layout32_content-left-2 {
    position: static;
  }

  .uui-layout32_timeline-step-2 {
    grid-column-gap: 24px;
  }

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

  .jd-heading-3-3 {
    min-height: auto;
  }

  .scrolling-logos {
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .green-home-2, .experts-2 {
    top: -60px;
    left: 100px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .icon-4 {
    color: var(--_cp-jefferies---cp-blue);
    font-size: 2rem;
  }

  .cp-grid-6 {
    grid-template-columns: 1fr 1fr;
  }

  .free-quote {
    letter-spacing: -.01em;
  }
}

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

  .div-block-3 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-pad {
    flex-flow: column;
    display: flex;
  }

  .is-section.tan.top {
    padding-top: 1rem;
  }

  .is-section.tan.pad-base {
    padding-bottom: 2rem;
  }

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

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

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

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

  .walsh-container-3 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .ash-content-block {
    padding: 3em 0;
  }

  .walsh-rounded-block-2, .walsh-rounded-block-3 {
    border-radius: 20px;
    max-width: none;
  }

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

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

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

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

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-layout77_component {
    align-items: stretch;
  }

  .uui-layout77_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

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

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

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

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

  .walsh-container-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-15 {
    left: 307px;
  }

  .image-furniture {
    left: auto;
  }

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

  .walsh-rounded-block-4 {
    border-radius: 20px;
    max-width: none;
  }

  .walsh-content-wrap-50-4 {
    padding: 3em 0;
  }

  .walsh-rounded-block-5 {
    border-radius: 20px;
    max-width: none;
  }

  .walsh-content-wrap-50-5 {
    padding: 3em 0;
  }

  .walsh-rounded-block-6 {
    border-radius: 20px;
    max-width: none;
  }

  .case-study-image {
    width: 250px;
    height: 250px;
  }

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

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

  .is-heading-3 {
    font-size: 2rem;
  }

  .walsh-content-wrap-50-6 {
    padding: 3em 0;
  }

  .walsh-rounded-block-7 {
    border-radius: 20px;
    max-width: none;
  }

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

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

  .rt-home-one-offer-right-arrow {
    right: 30%;
  }

  .rt-home-one-offer-item {
    border-left-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rt-home-one-offer-left-arrow {
    left: 30%;
  }

  .rt-home-one-offer-wrapper {
    margin-right: 0;
  }

  .is-gallery-heading {
    font-size: 2rem;
  }

  .rt-home-one-offer-mask {
    width: 100%;
    max-width: none;
  }

  .div-block-55 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .columns-11 {
    flex-direction: column;
  }

  .cta-top {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .cpj-banner-sub {
    max-width: 100%;
  }

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

  .cpj-section-tint.tan.pad-base {
    padding-bottom: 2rem;
  }

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

  .div-pad-2 {
    flex-flow: column;
    display: flex;
  }

  .walsh-rounded-block-8 {
    border-radius: 20px;
    max-width: none;
  }

  .pg-button-1 {
    font-size: 1rem;
  }

  .pg-button-1:focus {
    box-shadow: none;
  }

  .cp-grid-5 {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

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

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

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

  .uui-layout32_component-2 {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .uui-heading-medium-3 {
    text-align: center;
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

  .scrolling-logos {
    flex-flow: column;
    display: flex;
  }

  .green-home-2, .experts-2 {
    left: 307px;
  }

  .walsh-brand-block-2 {
    padding-left: 0;
  }

  .cp-grid-6 {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .cpj-button-2 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-container-nav {
    padding-left: 10px;
  }

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

  .ash-b2 {
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 25px;
  }

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

  .is-button {
    font-size: 1.25rem;
  }

  .text-block-2 {
    font-size: 1.5rem;
  }

  .section.project {
    height: 75vh;
  }

  .heading-banner {
    font-size: 3rem;
  }

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

  .is-button-2 {
    font-size: 1.25rem;
  }

  .heading-body {
    font-size: 3rem;
  }

  .heading-body._100 {
    text-align: left;
  }

  .ash-text-big {
    font-size: 1.1rem;
  }

  .ash-text-big.white.centre {
    text-align: center;
  }

  .quick-stack-7 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .is-button-3 {
    font-size: 1.25rem;
  }

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

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

  .is-text-big, .is-text-big.black, .is-text-big.black {
    font-size: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

  .ash-b3 {
    padding-left: 30px;
    padding-right: 25px;
  }

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

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

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

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

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

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

  .walsh-container-4 {
    flex-flow: column;
    flex: 0 auto;
    display: flex;
  }

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

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

  .walsh-main-paragraph {
    text-align: center;
    width: 100%;
    font-weight: 300;
  }

  .image-15 {
    width: 13rem;
    left: 89px;
  }

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

  .case-study-image {
    align-items: flex-end;
    width: 300px;
    height: 300px;
  }

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

  .is-heading-3 {
    line-height: 1.2;
  }

  .walsh-inner-card-bottom {
    grid-row-gap: 1em;
  }

  .project-name {
    font-size: 3rem;
  }

  .project-name._100, .project-tag, .is-case-study-attribute {
    text-align: left;
  }

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

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

  .surfista-contact {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .is-contact-button {
    align-self: center;
    width: 100%;
    display: block;
  }

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

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

  .uui-form-button-wrapper {
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .rt-home-one-offer-right-arrow {
    right: 15%;
  }

  .rt-home-one-offer-image {
    width: 325px;
    height: 325px;
  }

  .rt-inner-container.rt-position-relative.rt-padding-bottom {
    padding-bottom: 2rem;
  }

  .rt-home-one-offer-left-arrow {
    left: 15%;
  }

  .is-gallery-heading {
    line-height: 1.2;
  }

  .rt-home-one-offer {
    padding-left: 0;
    padding-right: 0;
  }

  .ash-heading {
    grid-row-gap: 2em;
  }

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

  .surfista-button-1 {
    align-self: center;
    width: 100%;
    margin-bottom: 2rem;
    padding-left: 30px;
    padding-right: 25px;
  }

  .uui-contact01_component-3 {
    margin-top: 0;
    padding-top: 1rem;
  }

  .uui-form-button-wrapper-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .link-block-9 {
    margin-left: 0;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-20 {
    margin-right: 0;
  }

  .text-block-11, .text-block-11.number {
    font-size: 1.2rem;
  }

  .column-17 {
    display: block;
  }

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

  .div-block-57 {
    width: 100%;
    inset: auto 0% 0%;
  }

  .section-2 {
    height: 85vh;
  }

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

  .heading-banner-2.white {
    font-size: 2.7rem;
  }

  .cpj-banner-sub {
    font-size: 1.1rem;
  }

  .cpj-banner-sub.white.centre {
    text-align: center;
  }

  .cpj-heading {
    margin-top: 10px;
    font-size: 2.5rem;
  }

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

  .walsh-inner-card-bottom-2 {
    grid-row-gap: 1em;
  }

  .quick-stack-10 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .jd-heading {
    margin-top: 10px;
    font-size: 2.5rem;
  }

  .cpj-button-3 {
    align-self: center;
    width: 100%;
  }

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

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

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

  .cpj-button-4 {
    align-self: center;
    width: 100%;
  }

  .container-5 {
    flex-direction: column;
    display: flex;
  }

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

  .top-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .a-text, .titan-features-heading, .a-text-2 {
    text-align: center;
  }

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

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

  .uui-layout32_progress-bar-wrapper-2 {
    height: 60%;
  }

  .uui-layout32_progress-bar-2 {
    height: 85%;
  }

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

  .jd-heading-3-3.process {
    font-size: 1.6rem;
  }

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

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

  .jvt-section.yellow-new {
    padding-top: 1rem;
  }

  .cp-button-on-blue {
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 25px;
  }

  .green-home-2, .experts-2 {
    width: 13rem;
    left: 89px;
  }

  .quick-stack-11 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-13 {
    font-size: 1rem;
  }

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

  .walsh-nav-logo-2 {
    height: auto;
  }

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

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

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

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

  .free-quote {
    font-size: 1.1rem;
  }

  .free-quote.white {
    font-size: 1.3rem;
  }
}

#w-node-_94019e91-a146-9de2-2867-b0c683664fd1-fd756092 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-b308981a-9c77-ee7c-3209-a955bca88aef-fd756092 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-cad5233b-422b-0f3b-4d7c-d828bf8a143a-fd756092, #w-node-_993d0849-25f0-b4c1-b0fc-dcab1bb14c9f-fd756092, #w-node-a8f727a6-92dd-7331-4d0f-e31e5590d8bf-fd756092, #w-node-_196d6773-3972-af2b-8a7f-23599afcd30b-fd756092, #w-node-_5b6cd601-c7e7-6da8-7d3b-bb2fd2ef72c2-fd756092 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_19d8178c-36fc-f90b-7a7c-adc94396b639-4396b636 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_616acb35-b5cf-bf06-f185-dc1746ea8d1b-4396b636 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_19d8178c-36fc-f90b-7a7c-adc94396b63d-4396b636 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_19d8178c-36fc-f90b-7a7c-adc94396b63e-4396b636, #w-node-_19d8178c-36fc-f90b-7a7c-adc94396b64b-4396b636, #w-node-_19d8178c-36fc-f90b-7a7c-adc94396b65b-4396b636 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_19d8178c-36fc-f90b-7a7c-adc94396b668-4396b636 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_19d8178c-36fc-f90b-7a7c-adc94396b669-4396b636 {
  grid-area: 3 / 1 / 4 / 7;
  place-self: center start;
}

#w-node-_19d8178c-36fc-f90b-7a7c-adc94396b66c-4396b636 {
  grid-area: 3 / 7 / 4 / 13;
  justify-self: end;
}

#w-node-_19d8178c-36fc-f90b-7a7c-adc94396b66e-4396b636 {
  justify-self: center;
}

#w-node-_6a1ecc37-0259-a070-f2a3-108cc7c99436-c7c99433 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: start;
}

#w-node-_6a1ecc37-0259-a070-f2a3-108cc7c9943e-c7c99433 {
  grid-area: 2 / 4 / 3 / 10;
  place-self: center;
}

#w-node-_75512133-f178-399b-fcbc-ffd92e116209-fd756094, #w-node-_6f311d4b-a949-f007-d065-28a86bc91e63-fd756094 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5c78e0cf-89c8-e885-dbfe-3716273bdc17-fd756094, #w-node-_771a91a3-1a2e-5f1f-026c-9242e6d62489-fd756094 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-e73cfbc2-b68a-83ec-8df0-b4d2057181db-fd756098 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_13bfcdc8-24cb-496f-22f6-0c7e8be1f02e-ae01e9f7 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_8a633289-04f8-6796-ac07-5d8aec79a7d0-ae01e9f7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4434cdbc-418d-ea1f-1bbd-388995defe63-ae01e9f7 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_6f311d4b-a949-f007-d065-28a86bc91e63-2296fe95, #w-node-_75512133-f178-399b-fcbc-ffd92e116209-0f0727cf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_771a91a3-1a2e-5f1f-026c-9242e6d62489-0f0727cf {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_5a8b05f5-1908-76ed-3d9a-26bde50de332-0ce33ead, #w-node-_6f311d4b-a949-f007-d065-28a86bc91e63-1f627239, #w-node-_75512133-f178-399b-fcbc-ffd92e116209-7ee27b39 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_771a91a3-1a2e-5f1f-026c-9242e6d62489-7ee27b39 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_75512133-f178-399b-fcbc-ffd92e116209-553dede9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_771a91a3-1a2e-5f1f-026c-9242e6d62489-553dede9 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_17744e1a-6ec4-7725-55a9-18b839e60439-553dede9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_04d5e9c1-38e7-aa79-2f90-0420e8f861b6-553dede9 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: start;
}

#w-node-_04d5e9c1-38e7-aa79-2f90-0420e8f861bd-553dede9 {
  grid-area: 2 / 4 / 3 / 10;
  place-self: center;
}

#w-node-_92297ea6-d22b-f11b-8d63-2e6165913cbe-dae27bd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92297ea6-d22b-f11b-8d63-2e6165913cbf-dae27bd2 {
  justify-self: center;
}

#w-node-e73cfbc2-b68a-83ec-8df0-b4d2057181db-dae27bd2, #w-node-_75512133-f178-399b-fcbc-ffd92e116209-85240453 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_771a91a3-1a2e-5f1f-026c-9242e6d62489-85240453 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_54a9cbf5-fe0d-0b89-409a-c120f779d94c-85240453 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f7ed1fff-0d5b-d1b8-d531-c31d6c35d60b-85240453 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-bd446677-6ddf-482c-904e-5e004fb8cca4-85240453 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4fee4baf-1d0d-3f28-1c37-cbf654101935-85240453 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: start;
}

#w-node-_4fee4baf-1d0d-3f28-1c37-cbf65410193c-85240453 {
  grid-area: 2 / 4 / 3 / 10;
  place-self: center;
}

#w-node-_75512133-f178-399b-fcbc-ffd92e116209-b74f41a0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_771a91a3-1a2e-5f1f-026c-9242e6d62489-b74f41a0 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_54a9cbf5-fe0d-0b89-409a-c120f779d94c-b74f41a0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f7ed1fff-0d5b-d1b8-d531-c31d6c35d60b-b74f41a0 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-bd446677-6ddf-482c-904e-5e004fb8cca4-b74f41a0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4fee4baf-1d0d-3f28-1c37-cbf654101935-b74f41a0 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: start;
}

#w-node-_4fee4baf-1d0d-3f28-1c37-cbf65410193c-b74f41a0 {
  grid-area: 2 / 4 / 3 / 10;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-b308981a-9c77-ee7c-3209-a955bca88aef-fd756092 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-cad5233b-422b-0f3b-4d7c-d828bf8a143a-fd756092, #w-node-_993d0849-25f0-b4c1-b0fc-dcab1bb14c9f-fd756092, #w-node-a8f727a6-92dd-7331-4d0f-e31e5590d8bf-fd756092, #w-node-_196d6773-3972-af2b-8a7f-23599afcd30b-fd756092, #w-node-_5b6cd601-c7e7-6da8-7d3b-bb2fd2ef72c2-fd756092 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_19d8178c-36fc-f90b-7a7c-adc94396b639-4396b636 {
    grid-column-end: 3;
  }

  #w-node-_19d8178c-36fc-f90b-7a7c-adc94396b63d-4396b636 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_19d8178c-36fc-f90b-7a7c-adc94396b63e-4396b636 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_19d8178c-36fc-f90b-7a7c-adc94396b64b-4396b636 {
    grid-column: span 1 / span 1;
  }

  #w-node-_19d8178c-36fc-f90b-7a7c-adc94396b65b-4396b636 {
    grid-column: span 2 / span 2;
  }

  #w-node-_19d8178c-36fc-f90b-7a7c-adc94396b668-4396b636 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_19d8178c-36fc-f90b-7a7c-adc94396b669-4396b636 {
    grid-row: 5 / 6;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_19d8178c-36fc-f90b-7a7c-adc94396b66c-4396b636 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-_6a1ecc37-0259-a070-f2a3-108cc7c99436-c7c99433 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6a1ecc37-0259-a070-f2a3-108cc7c9943e-c7c99433 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5c78e0cf-89c8-e885-dbfe-3716273bdc17-fd756094, #w-node-_771a91a3-1a2e-5f1f-026c-9242e6d62489-fd756094, #w-node-_13bfcdc8-24cb-496f-22f6-0c7e8be1f02e-ae01e9f7, #w-node-_4434cdbc-418d-ea1f-1bbd-388995defe63-ae01e9f7, #w-node-_771a91a3-1a2e-5f1f-026c-9242e6d62489-0f0727cf, #w-node-_771a91a3-1a2e-5f1f-026c-9242e6d62489-7ee27b39, #w-node-_771a91a3-1a2e-5f1f-026c-9242e6d62489-553dede9, #w-node-_04d5e9c1-38e7-aa79-2f90-0420e8f861b6-553dede9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_04d5e9c1-38e7-aa79-2f90-0420e8f861bd-553dede9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_771a91a3-1a2e-5f1f-026c-9242e6d62489-85240453, #w-node-f7ed1fff-0d5b-d1b8-d531-c31d6c35d60b-85240453, #w-node-_4fee4baf-1d0d-3f28-1c37-cbf654101935-85240453 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4fee4baf-1d0d-3f28-1c37-cbf65410193c-85240453 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_771a91a3-1a2e-5f1f-026c-9242e6d62489-b74f41a0, #w-node-f7ed1fff-0d5b-d1b8-d531-c31d6c35d60b-b74f41a0, #w-node-_4fee4baf-1d0d-3f28-1c37-cbf654101935-b74f41a0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4fee4baf-1d0d-3f28-1c37-cbf65410193c-b74f41a0 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_75512133-f178-399b-fcbc-ffd92e116209-fd756094, #w-node-_6f311d4b-a949-f007-d065-28a86bc91e63-fd756094, #w-node-_8a633289-04f8-6796-ac07-5d8aec79a7d0-ae01e9f7, #w-node-_6f311d4b-a949-f007-d065-28a86bc91e63-2296fe95, #w-node-_75512133-f178-399b-fcbc-ffd92e116209-0f0727cf, #w-node-_5a8b05f5-1908-76ed-3d9a-26bde50de332-0ce33ead, #w-node-_6f311d4b-a949-f007-d065-28a86bc91e63-1f627239, #w-node-_75512133-f178-399b-fcbc-ffd92e116209-7ee27b39, #w-node-_75512133-f178-399b-fcbc-ffd92e116209-553dede9, #w-node-_17744e1a-6ec4-7725-55a9-18b839e60439-553dede9, #w-node-_75512133-f178-399b-fcbc-ffd92e116209-85240453, #w-node-_54a9cbf5-fe0d-0b89-409a-c120f779d94c-85240453, #w-node-bd446677-6ddf-482c-904e-5e004fb8cca4-85240453, #w-node-_75512133-f178-399b-fcbc-ffd92e116209-b74f41a0, #w-node-_54a9cbf5-fe0d-0b89-409a-c120f779d94c-b74f41a0, #w-node-bd446677-6ddf-482c-904e-5e004fb8cca4-b74f41a0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b308981a-9c77-ee7c-3209-a955bca88aef-fd756092 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cad5233b-422b-0f3b-4d7c-d828bf8a143a-fd756092, #w-node-_993d0849-25f0-b4c1-b0fc-dcab1bb14c9f-fd756092, #w-node-a8f727a6-92dd-7331-4d0f-e31e5590d8bf-fd756092, #w-node-_196d6773-3972-af2b-8a7f-23599afcd30b-fd756092, #w-node-_5b6cd601-c7e7-6da8-7d3b-bb2fd2ef72c2-fd756092 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_19d8178c-36fc-f90b-7a7c-adc94396b639-4396b636 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_19d8178c-36fc-f90b-7a7c-adc94396b63d-4396b636 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6a1ecc37-0259-a070-f2a3-108cc7c99436-c7c99433 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5c78e0cf-89c8-e885-dbfe-3716273bdc17-fd756094, #w-node-_771a91a3-1a2e-5f1f-026c-9242e6d62489-fd756094 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-e73cfbc2-b68a-83ec-8df0-b4d2057181db-fd756098 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_13bfcdc8-24cb-496f-22f6-0c7e8be1f02e-ae01e9f7, #w-node-_4434cdbc-418d-ea1f-1bbd-388995defe63-ae01e9f7, #w-node-_771a91a3-1a2e-5f1f-026c-9242e6d62489-0f0727cf, #w-node-_771a91a3-1a2e-5f1f-026c-9242e6d62489-7ee27b39, #w-node-_771a91a3-1a2e-5f1f-026c-9242e6d62489-553dede9 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_04d5e9c1-38e7-aa79-2f90-0420e8f861b6-553dede9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e73cfbc2-b68a-83ec-8df0-b4d2057181db-dae27bd2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_771a91a3-1a2e-5f1f-026c-9242e6d62489-85240453, #w-node-f7ed1fff-0d5b-d1b8-d531-c31d6c35d60b-85240453 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_4fee4baf-1d0d-3f28-1c37-cbf654101935-85240453 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_771a91a3-1a2e-5f1f-026c-9242e6d62489-b74f41a0, #w-node-f7ed1fff-0d5b-d1b8-d531-c31d6c35d60b-b74f41a0 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_4fee4baf-1d0d-3f28-1c37-cbf654101935-b74f41a0 {
    grid-area: 1 / 1 / 2 / 3;
  }
}


