:root {
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--accent--pj-black: #1c1d18;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--accent--ds-backgound: #4d6272a8;
  --elements-webflow-library--accent--tsec-dark-faded: #3a1c057d;
  --elements-webflow-library--accent--cd-blue-fade: #0a337180;
  --elements-webflow-library--accent--tsec-white: #fcf4e5;
  --elements-webflow-library--accent--ds-purple: #734e6f;
  --elements-webflow-library--accent--ds-tan-fixed: #f1ede7;
  --elements-webflow-library--accent--da-blue-2: #9eb6c8;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--accent--pj-jaguar: #00372c;
  --walsh--black: #2c2c2c;
  --elements-webflow-library--accent--ds-blue-1: #4d6272;
  --elements-webflow-library--accent--pj-transparent: #fff0;
  --elements-webflow-library--accent--da-blue-2-faded: #9eb6c880;
  --elements-webflow-library--accent--pj-white: white;
  --elements-webflow-library--accent--cd-tan: #efefe3;
  --elements-webflow-library--accent--pj-grey-background: #f2f2f2;
  --elements-webflow-library--accent--tsec-black: var(--elements-webflow-library--accent--pj-black);
  --elements-webflow-library--accent--tsec-whiskey: #e4c897;
  --elements-webflow-library--accent--cd-gold: #a69068;
  --walsh--walsh-mid-green: #47888a;
  --walsh--walsh-dark-green: #2c5c5d;
  --elements-webflow-library--accent--ds-blue-banner-fade: var(--elements-webflow-library--accent--da-blue-2);
  --elements-webflow-library--accent--ds-tan: #c8b79d;
  --elements-webflow-library--accent--ds-tan-fade: #c8b79d40;
  --elements-webflow-library--accent--tsec-dark: #3a1c05;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --walsh--light-goldenrod-yellow: #d3f6c1;
}

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

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

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

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

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

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

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper {
  background-color: var(--elements-webflow-library--neutral--100);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-nav-link {
  color: var(--elements-webflow-library--accent--pj-black);
  text-transform: uppercase;
  padding: 0;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-logo-link.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-left-col {
  align-items: center;
  display: flex;
}

.brix---hamburger-menu-bar-top, .brix---hamburger-menu-bar-bottom {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---header-nav-list-item-left {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 32px;
}

.brix---header-nav-list-item-show-in-tablet {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-right-col-hidden-on-tablet {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---link-wrapper {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---link-text {
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.1rem;
  transition: color .3s;
  display: block;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.1rem;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  min-width: 280px;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-link {
  width: 100%;
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---header-logo-2 {
  max-width: 60%;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---link-icon-left {
  margin-right: 6px;
}

.brix---header-nav-list-item-middle {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.1rem;
}

.brix---social-icon-square-30px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.brix---flex-center {
  justify-content: center;
  display: flex;
}

.brix---header-left-col-top {
  align-items: center;
  display: flex;
}

.brix---social-media-flex-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---mg-left-12px {
  margin-left: 12px;
}

.brix---mg-bottom-24px---0-on-tablet {
  margin-bottom: 24px;
}

.slide-19 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.uui-heroheader07_content.z-index-1 {
  color: #fff;
}

.right-arrow-5 {
  display: none;
}

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

.left-arrow-4 {
  display: none;
}

.balance-slide-5 {
  background-image: linear-gradient(#a84aeb40, #a84aeb40), url('../images/13-Balance-Holistics-Banner.jpg');
  background-position: 0 0, 50% 66%;
  background-size: auto, cover;
}

.section-16 {
  background-image: linear-gradient(to bottom, var(--elements-webflow-library--accent--ds-backgound), var(--elements-webflow-library--accent--ds-backgound));
  height: auto;
  position: relative;
}

.balance-slide-1 {
  background-image: linear-gradient(to bottom, var(--elements-webflow-library--accent--tsec-dark-faded), var(--elements-webflow-library--accent--tsec-dark-faded)), url('../images/istockphoto-117316159-1024x1024.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.bh-button-3 {
  color: #e6d3f8;
  text-align: center;
  background-color: #0000;
  border: 1px solid #e6d3f8;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bh-button-3:hover {
  color: #662c8f;
  background-color: #e6d3f8;
}

.balance-slide-1b {
  background-image: linear-gradient(to bottom, var(--elements-webflow-library--accent--tsec-dark-faded), var(--elements-webflow-library--accent--tsec-dark-faded)), url('../images/istockphoto-2209573669-1024x1024.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.balance-slide-3-copy {
  background-image: linear-gradient(#a84aeb40, #a84aeb40), url('../images/12-Balance-Holistics-Banner.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-11 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Fireworks.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/MaiTai-15.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-40 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

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

.slide-nav-3 {
  z-index: auto;
  display: none;
}

.mask-2 {
  z-index: auto;
  width: 100%;
  height: 100%;
}

.uui-page-padding-12 {
  z-index: 99;
  background-image: linear-gradient(to bottom, var(--elements-webflow-library--accent--cd-blue-fade), var(--elements-webflow-library--accent--cd-blue-fade)), url('../images/istockphoto-628358422-1024x1024.jpg');
  background-position: 0 0, 50% 75%;
  background-size: auto, cover;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-page-padding-12.vid {
  background-image: none;
}

.slide-12 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.tsec-h1 {
  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: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.tsec-h1.white {
  width: 75%;
  color: var(--elements-webflow-library--accent--tsec-white);
  margin-bottom: 1rem;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}

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

.uui-padding-vertical-xhuge-16 {
  margin-top: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
}

.slide-20 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.balance-slide-4 {
  background-image: linear-gradient(#a84aeb40, #a84aeb40), url('../images/14-Balance-Holistics-Banner.jpg');
  background-position: 0 0, 50% 66%;
  background-size: auto, cover;
}

.footer-dark {
  background-color: var(--elements-webflow-library--accent--ds-purple);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.footer-brand {
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: var(--elements-webflow-library--accent--tsec-white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--elements-webflow-library--accent--ds-tan-fixed);
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Raleway, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--elements-webflow-library--accent--da-blue-2);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: var(--elements-webflow-library--accent--ds-tan-fixed);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--elements-webflow-library--accent--tsec-white);
  text-align: center;
  padding: 10px;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 16px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}

.brix---heading-h1-size {
  color: var(--elements-webflow-library--accent--pj-black);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 66px;
}

.pj-product-heading {
  min-height: 55px;
  color: var(--elements-webflow-library--accent--pj-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 28px;
}

.pj-product-heading.categories {
  text-align: center;
  min-height: auto;
}

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

.brix---subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---product-card-image {
  width: 100%;
  padding: 10px;
}

.brix---badge-wrapper-top-right {
  position: absolute;
  inset: 20px 20px auto auto;
}

.brix---product-card-content {
  padding: 10px;
}

.brix---paragraph-default {
  color: var(--elements-webflow-library--accent--pj-black);
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 30px;
}

.brix---badge-secondary-small {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---inner-container-640px---center {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.brix---grid-3-columns-gap-row-48px {
  grid-column-gap: 28px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---product-card-wrapper-v1 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  max-width: 1010px;
  height: 100%;
  color: var(--elements-webflow-library--neutral--600);
  border-radius: 0;
  margin-left: auto;
  text-decoration: none;
  transition: transform .3s;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---product-card-wrapper-v1:hover {
  transform: scale(.96);
}

.brix---product-card-image-inside-card {
  object-fit: fill;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--600);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.pj-button-1 {
  border: 1px solid var(--elements-webflow-library--accent--da-blue-2);
  background-color: var(--elements-webflow-library--accent--da-blue-2);
  color: var(--elements-webflow-library--accent--tsec-white);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 100px;
  justify-content: center;
  padding: 15px 25px;
  font-family: Raleway, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.pj-button-1:hover {
  border: 1px solid var(--elements-webflow-library--accent--pj-jaguar);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--walsh--black);
  transform: translate3d(0, -3px, .01px);
}

.pj-button-1.banner {
  border-color: var(--elements-webflow-library--accent--ds-blue-1);
  background-color: var(--elements-webflow-library--accent--ds-blue-1);
  color: var(--elements-webflow-library--accent--ds-tan-fixed);
  text-transform: capitalize;
  border-radius: 100px;
  padding: 15px 25px;
  font-family: Raleway, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  transition-property: none;
}

.pj-button-1.banner:hover {
  border-color: var(--elements-webflow-library--accent--ds-tan-fixed);
  background-color: var(--elements-webflow-library--accent--da-blue-2);
  color: var(--elements-webflow-library--accent--ds-tan-fixed);
  transform: none;
}

.pj-button-1.h1 {
  border-color: var(--elements-webflow-library--accent--ds-tan-fixed);
  background-color: var(--elements-webflow-library--accent--pj-transparent);
  color: var(--elements-webflow-library--accent--ds-tan-fixed);
  text-transform: capitalize;
  border-radius: 100px;
  padding: 15px 25px;
  font-family: Raleway, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  transition-property: none;
}

.pj-button-1.h1:hover {
  border-color: var(--elements-webflow-library--accent--ds-blue-1);
  background-color: var(--elements-webflow-library--accent--ds-blue-1);
  color: var(--elements-webflow-library--accent--ds-tan-fixed);
  transform: none;
}

.brix---badge-secondary-small-bold {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 14px 22px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.bold-text {
  color: var(--elements-webflow-library--accent--pj-black);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

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

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

.walsh-container.tint {
  background-color: var(--elements-webflow-library--accent--ds-tan-fixed);
  margin-top: 4rem;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.walsh-container.tint.cap {
  margin-top: 0;
}

.walsh-container.tint.blue {
  background-color: var(--elements-webflow-library--accent--da-blue-2-faded);
}

.walsh-container.tint.blue.purple {
  background-color: var(--elements-webflow-library--accent--ds-purple);
}

.ds-h2 {
  width: 100%;
  color: var(--elements-webflow-library--accent--ds-blue-1);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
}

.ds-h2.white {
  color: var(--elements-webflow-library--accent--pj-white);
}

.ds-h2.white._100 {
  width: 100%;
}

.ds-h2.centre {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.walsh-hero-div-block {
  grid-column-gap: 1.25em;
  color: var(--elements-webflow-library--accent--ds-blue-1);
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

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

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

.cs---text---1 {
  color: #0009;
  letter-spacing: 0;
  max-width: none;
  font-family: Raleway, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
}

.cs---text---1.centre {
  text-align: center;
}

.cs---text---1.white {
  color: var(--elements-webflow-library--accent--pj-white);
}

.cs---text---1.white.footer {
  margin-bottom: 0;
}

.cs---text---1.banner {
  max-width: none;
}

.cs---text---1.footer {
  width: 95%;
  max-width: none;
  font-weight: 400;
}

.cs---text---1.footer.white {
  width: 100%;
  color: var(--elements-webflow-library--accent--tsec-white);
}

.cs---text---1.flow {
  padding-top: 1rem;
}

.walsh-link-wrapper {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

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

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

.walsh-rounded-block {
  background-color: var(--elements-webflow-library--accent--pj-transparent);
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.walsh-flex-horizontal {
  grid-column-gap: 4em;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-height: none;
  display: flex;
}

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

.dc-cover-image.half {
  max-height: none;
}

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

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

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

.dc-image-1 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  display: flex;
}

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

.quick-stack {
  background-color: var(--elements-webflow-library--accent--cd-tan);
  margin-top: 0;
  margin-bottom: 3rem;
  padding: 5rem 4rem;
}

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

.brix---container-default-2 {
  max-width: none;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---link-wrapper-2 {
  color: var(--elements-webflow-library--neutral--800);
  flex-flow: column;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-2:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---link-text-2 {
  width: 300px;
  color: var(--elements-webflow-library--accent--pj-jaguar);
  text-align: right;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.1rem;
  transition: color .3s;
  display: inline-block;
}

.brix---header-wrapper-2 {
  z-index: 99;
  background-color: var(--elements-webflow-library--accent--pj-jaguar);
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: sticky;
  top: 0;
}

.brix---header-content-wrapper-2 {
  background-color: var(--elements-webflow-library--accent--pj-transparent);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---header-nav-menu-list-2 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-nav-link-2 {
  border-bottom: 1px solid var(--elements-webflow-library--accent--pj-transparent);
  color: var(--elements-webflow-library--accent--pj-white);
  padding: 0 0 3px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link-2:hover {
  border-bottom: 1px solid var(--elements-webflow-library--accent--pj-grey-background);
  color: var(--elements-webflow-library--accent--pj-grey-background);
  padding-bottom: 3px;
  font-weight: 400;
}

.brix---header-nav-link-2.w--current {
  border-bottom-color: var(--elements-webflow-library--accent--pj-white);
  color: var(--elements-webflow-library--accent--pj-white);
  font-family: Cormorant Garamond, sans-serif;
  font-weight: 400;
  transition-property: none;
}

.brix---dropdown-toggle-2 {
  color: var(--elements-webflow-library--accent--pj-white);
  align-items: center;
  padding: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.2rem;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-2:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-card-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  min-width: 280px;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 0;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-link-2 {
  width: 100%;
  color: var(--elements-webflow-library--accent--tsec-black);
  align-items: center;
  padding: 10px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-2:hover {
  background-color: var(--elements-webflow-library--accent--pj-grey-background);
  color: var(--elements-webflow-library--accent--pj-black);
}

.brix---dropdown-link-2.w--current {
  color: var(--elements-webflow-library--accent--tsec-black);
  font-weight: 600;
}

.brix---dropdown-pd-2 {
  padding: 40px;
}

.brix---header-logo-3 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.brix---header-logo-link-2 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-2:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---hamburger-menu-wrapper-2 {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper-2:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper-2.w--open {
  background-color: #0000;
}

.brix---header-right-col-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---dropdown-chevron-2 {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-links-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-column-wrapper-2 {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper-2.w--open {
  transform: translate(-50%);
}

.brix---hamburger-menu-bar-top-2, .brix---hamburger-menu-bar-bottom-2 {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---link-icon-left-2 {
  margin-right: 6px;
}

.brix---header-nav-list-item-middle-2 {
  color: var(--elements-webflow-library--accent--pj-black);
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.3rem;
}

.brix---social-icon-square-30px-2 {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px-2:hover {
  transform: scale(.92);
}

.brix---flex-center-2 {
  justify-content: center;
  display: flex;
}

.brix---header-left-col-top-2 {
  align-items: center;
  display: flex;
}

.brix---social-media-flex-right-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---mg-left-12px-2 {
  margin-left: 12px;
}

.brix---header-right-col-hidden-on-tablet-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---mg-bottom-24px---0-on-tablet-2 {
  margin-bottom: 10px;
}

.link-block {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.div-block-42 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.pj-heading-2 {
  color: var(--walsh--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.pj-heading-2.white {
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.div-block-43 {
  background-color: var(--elements-webflow-library--accent--pj-jaguar);
}

.quick-stack-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-44 {
  width: 300px;
}

.section-17 {
  position: relative;
}

.body {
  background-color: var(--elements-webflow-library--accent--pj-white);
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
  position: relative;
}

.brix---container-default-3 {
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h2-size {
  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: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---cta-card {
  background-color: var(--elements-webflow-library--accent--da-blue-2);
  border-radius: 0;
  margin-top: 0;
  padding: 4rem 60px;
  position: relative;
}

.brix---section-small {
  padding-top: 4rem;
  padding-bottom: 0;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---btn-primary-white {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---grid-cta-v1 {
  grid-column-gap: 50px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---cta-v4-floating-item-01 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.brix---cta-v3-floating-item-02-2 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.pj-section-text {
  margin-bottom: 2rem;
  padding: 10px;
}

.section-19 {
  padding: 10px;
}

.pj-section-heading {
  margin-top: 4rem;
  padding: 10px;
}

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

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

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

.quick-stack-3 {
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-2 {
  color: var(--elements-webflow-library--accent--pj-white);
  text-transform: capitalize;
}

.category-banner {
  height: 40vh;
  position: relative;
}

.category-banner-image {
  background-image: linear-gradient(#00000080, #00000080), url('../images/istockphoto-459022181-1024x1024.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 40vh;
  position: relative;
}

.bold-text-2 {
  font-weight: 600;
}

.image {
  padding-bottom: 1rem;
}

.image-2 {
  padding-bottom: 10px;
}

.section-20 {
  z-index: 99;
  position: sticky;
  top: 0;
}

.shop-by-category {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.category-card {
  padding: 0;
}

.img-2 {
  width: 60%;
  padding: 0;
}

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

.card-contact-category {
  padding: 32px;
}

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

.walsh-link-block-orange-2 {
  border: 1px solid var(--elements-webflow-library--accent--tsec-whiskey);
  background-color: var(--elements-webflow-library--accent--cd-gold);
  color: var(--elements-webflow-library--accent--tsec-black);
  text-align: center;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 200;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange-2:hover {
  border: 1px solid var(--elements-webflow-library--accent--tsec-white);
  background-color: var(--elements-webflow-library--accent--tsec-black);
  color: var(--elements-webflow-library--accent--tsec-white);
}

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

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

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

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

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

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

.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: #fff;
  text-transform: uppercase;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Raleway, sans-serif;
  font-size: 1.1rem;
  font-weight: 200;
}

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

.walsh-nav-link-white.w--current {
  color: var(--elements-webflow-library--accent--tsec-whiskey);
}

.walsh-nav-wrapper-green {
  z-index: 999;
  background-color: var(--elements-webflow-library--accent--ds-blue-1);
  position: sticky;
  top: 0;
}

.walsh-dropdown {
  color: #fff;
}

.walsh-toggle {
  color: #fff;
  border-radius: 8px;
  padding-left: 18px;
  padding-right: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 200;
  overflow: hidden;
}

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

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

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

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

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

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

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

.balance-slide-1c {
  background-image: linear-gradient(to bottom, var(--elements-webflow-library--accent--tsec-dark-faded), var(--elements-webflow-library--accent--tsec-dark-faded)), url('../images/istockphoto-1150058147-1024x1024.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.uui-banner10_text-wrapper {
  grid-row-gap: .125rem;
  text-align: center;
  flex-wrap: wrap;
  display: flex;
}

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

.uui-banner10_text {
  color: var(--elements-webflow-library--accent--ds-blue-1);
  justify-content: center;
  align-items: center;
  margin-right: .375rem;
  font-family: Raleway, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.5;
  display: flex;
}

.uui-banner10_content {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-banner10_close-button {
  color: #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: .75rem .75rem auto auto;
}

.uui-banner10_close-button:hover {
  background-color: #fff3;
}

.uui-banner10_wrapper {
  background-color: var(--elements-webflow-library--accent--da-blue-2);
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 7.5px 1rem;
  display: flex;
  position: relative;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-icon-1x1-xxsmall {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.uui-page-padding {
  padding-left: 0;
  padding-right: 0;
}

.mcai-banner-button {
  border: 1px solid var(--elements-webflow-library--accent--tsec-white);
  background-color: var(--elements-webflow-library--accent--pj-transparent);
  color: var(--elements-webflow-library--accent--pj-white);
  border-radius: 100px;
  padding: .5rem 1.25rem;
  font-family: Raleway, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.mcai-banner-button:hover {
  border: 1px solid var(--elements-webflow-library--accent--da-blue-2);
  background-color: var(--elements-webflow-library--accent--da-blue-2);
  color: var(--elements-webflow-library--accent--tsec-white);
}

.mcai-banner-button.w--current:hover {
  border-color: var(--elements-webflow-library--accent--da-blue-2);
  background-color: var(--elements-webflow-library--accent--da-blue-2);
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.container-2 {
  color: var(--elements-webflow-library--accent--tsec-white);
  margin-top: 5rem;
}

.div-block-46 {
  position: absolute;
  inset: auto 5% 5% auto;
}

.image-3 {
  width: 7rem;
}

.text-block-4 {
  width: 45%;
  color: var(--elements-webflow-library--accent--tsec-white);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}

.tpg-text {
  color: #323232;
  letter-spacing: 0;
  text-transform: none;
  font-family: Raleway, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
}

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

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.brix---accordion-title {
  color: var(--elements-webflow-library--accent--tsec-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
}

.brix---paragraph-default-2 {
  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: 18px;
  line-height: 30px;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-1012px-center {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.brix---accordion-item-wrapper-v2 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library--neutral--300) var(--elements-webflow-library--neutral--300) var(--elements-webflow-library--accent--da-blue-2);
  background-color: var(--elements-webflow-library--neutral--100);
  width: 100%;
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 1rem 0;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v2:hover {
  transform: translate(8px);
}

.brix---accordion-btn-vertical-line-v2 {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 2px;
  height: 28px;
  position: absolute;
}

.brix---accordion-btn-horizontal-line-v2 {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 28px;
  height: 2px;
  position: absolute;
}

.brix---accordion-content-wrapper-v2 {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

.brix---grid-1-column-gap-row-0 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

.contact-form-wrap-2 {
  background-color: var(--elements-webflow-library--accent--da-blue-2);
  border: 0 solid #eee;
  border-radius: 16px;
  padding: 45px 50px 50px;
}

.tss-button-1 {
  color: #fff;
  text-align: center;
  background-color: #2b4969;
  border: 1px solid #2b4969;
  border-radius: 8px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: 20px 32px;
  font-size: 1.3rem;
  font-weight: 200;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.tss-button-1:hover {
  color: #295e75;
  background-color: #cfdbe8;
  border: 1px solid #cfdbe8;
}

.tss-button-1.white {
  border-color: var(--elements-webflow-library--accent--ds-blue-1);
  background-color: var(--elements-webflow-library--accent--ds-blue-1);
  color: var(--elements-webflow-library--accent--tsec-white);
  border-radius: 100px;
  margin-top: 1rem;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
}

.tss-button-1.white:hover {
  border-width: 1px;
  border-color: var(--elements-webflow-library--accent--ds-tan-fixed);
  color: var(--elements-webflow-library--accent--ds-tan-fixed);
  background-color: #fff0;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-textarea.cc-contact-field.message {
  border-radius: 16px;
}

.text-field.cc-contact-field {
  min-height: 60px;
  color: var(--elements-webflow-library--accent--ds-blue-1);
  border-width: 0;
  border-color: #000;
  border-radius: 100px;
  margin-bottom: 25px;
  font-family: Raleway, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.vc-heading-3 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.vc-heading-3.white {
  color: #fff;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.contact {
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 10px;
}

.pj-heading-1-2 {
  color: #2c2c2c;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

.brix---section-3 {
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.ds---text {
  color: #0009;
  letter-spacing: 0;
  max-width: none;
  min-height: auto;
  font-family: Raleway, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
}

.ds---text.min {
  min-height: 14rem;
}

.brix---color-neutral-804 {
  color: #6e7191;
}

.pj-button-1-2 {
  border: 1px solid var(--elements-webflow-library--accent--ds-purple);
  background-color: var(--elements-webflow-library--accent--ds-purple);
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 100px;
  justify-content: center;
  padding: 15px 25px;
  font-family: Raleway, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.pj-button-1-2:hover {
  color: #2c2c2c;
  background-color: #fff;
  border: 1px solid #00372c;
  transform: translate3d(0, -3px, .01px);
}

.pj-product-heading-2 {
  color: #1c1d18;
  min-height: 4rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.brix---product-card-wrapper-v1-2 {
  max-width: 1010px;
  height: 100%;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--accent--da-blue-2-faded);
  color: #6e7191;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 0;
  margin-left: auto;
  padding-bottom: 1rem;
  text-decoration: none;
  transition: transform .3s;
}

.brix---product-card-wrapper-v1-2:hover {
  transform: scale(.96);
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 0;
  padding-right: 0;
}

.brix---badge-secondary-small-bold-2 {
  color: #211f54;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcddeb;
  border-radius: 40px;
  padding: 14px 22px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 2px 12px #14142b0f;
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

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

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

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

.walsh-heading-small {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  display: flex;
}

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

.walsh-paragraph-small {
  color: #161616ad;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.6;
  display: flex;
}

.walsh-icon-wrapper-circle {
  background-color: var(--elements-webflow-library--accent--da-blue-2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

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

.div-block-5 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-block-4 {
  width: 50%;
  margin-bottom: .5rem;
  padding: 10px;
}

.image-4 {
  border-radius: 50%;
  padding: 10px;
}

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

.ds-button-new {
  border: 1px solid var(--elements-webflow-library--accent--da-blue-2);
  background-color: var(--elements-webflow-library--accent--da-blue-2);
  color: var(--elements-webflow-library--accent--ds-blue-1);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 15px 25px;
  font-family: Raleway, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ds-button-new:hover {
  background-color: var(--elements-webflow-library--accent--pj-transparent);
  color: var(--elements-webflow-library--accent--ds-tan-fixed);
}

.ds-button-new.reverse {
  border-color: var(--elements-webflow-library--accent--ds-tan-fixed);
  background-color: var(--elements-webflow-library--accent--pj-transparent);
  color: var(--elements-webflow-library--accent--ds-tan-fixed);
}

.ds-button-new.reverse:hover {
  background-color: var(--elements-webflow-library--accent--ds-blue-1);
}

.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-arrow-wrapper-3 {
  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: 10px 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: 22rem;
  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(--elements-webflow-library--accent--ds-tan-fixed);
  border-radius: 100px;
  padding: 15px 20px;
  font-family: Raleway, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

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

.walsh-nav-link-white-2.w--current {
  color: var(--elements-webflow-library--accent--ds-tan-fixed);
  border-radius: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.walsh-nav-wrapper-green-2 {
  z-index: 10;
  background-color: var(--elements-webflow-library--accent--ds-blue-1);
  position: sticky;
  top: 0;
}

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

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

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

.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-weight: 600;
}

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

.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(--elements-webflow-library--accent--cd-gold);
  background-color: var(--elements-webflow-library--accent--pj-transparent);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px 32px;
  font-family: Raleway, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-transparent-1:hover {
  background-color: var(--elements-webflow-library--accent--cd-gold);
  box-shadow: none;
  color: var(--elements-webflow-library--neutral--100);
}

.walsh-link-block-transparent-1.w--current:hover {
  background-color: var(--elements-webflow-library--accent--cd-gold);
  color: var(--elements-webflow-library--neutral--100);
}

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

.about {
  margin-bottom: 2rem;
}

.div-block-49 {
  width: 5rem;
  position: absolute;
  inset: auto 5% 2% auto;
}

.div-block-50 {
  width: 5rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.link {
  color: var(--elements-webflow-library--accent--tsec-black);
  text-decoration: none;
}

.bold-text-3 {
  color: var(--elements-webflow-library--accent--ds-blue-1);
  font-size: 1.2rem;
  text-decoration: none;
}

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

.div-block-51 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-5 {
  opacity: .07;
}

.pebbles {
  width: 5rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-52 {
  margin-bottom: 2rem;
}

.bold-text-4 {
  font-weight: 300;
}

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

.nh-text {
  min-height: auto;
  color: var(--elements-webflow-library--accent--pj-white);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.div-block-53 {
  z-index: 499;
  position: absolute;
  inset: auto 1% 1% auto;
}

.image-6 {
  width: 6rem;
}

.div-block-54 {
  margin-bottom: .5rem;
  padding: 10px;
}

.section-21 {
  padding: 10px;
}

.image-7 {
  width: 8rem;
}

.section-22 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: 10px;
}

.text-block-5 {
  color: var(--elements-webflow-library--accent--pj-white);
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Raleway, sans-serif;
  font-size: 1.1rem;
}

.section-23 {
  background-color: var(--elements-webflow-library--accent--ds-purple);
  padding: 2rem 10px 10px;
}

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

.bold-text-5 {
  color: var(--elements-webflow-library--accent--ds-tan-fixed);
  font-size: 4.5rem;
  font-weight: 500;
}

.jz-text {
  color: #3c3c3b;
  padding-right: 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5rem;
}

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

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

.uui-heading-xxsmall-2 {
  color: #101828;
  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-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_timeline-right-2 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.uui-page-padding-2 {
  background-color: #fff;
  padding-left: 4rem;
  padding-right: 4rem;
}

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

.sc-heading-1 {
  color: #161922;
  text-align: center;
  margin-top: 10px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.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-section_layout32-2 {
  background-color: #fff;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.uui-layout32_progress-bar-2 {
  background-color: #161922;
  width: 4px;
  height: 85%;
  margin-left: 20px;
}

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

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

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

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

.category-heading {
  color: #3c3c3b;
  -webkit-text-stroke-width: 1px;
  margin-bottom: .5rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2rem;
}

.uui-icon-featured-outline-large-2 {
  background-color: var(--elements-webflow-library--accent--ds-purple);
  color: #008b8b;
  border: .5rem solid #fff0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: flex;
}

.sc-text-1 {
  color: #161922;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: none;
}

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

.ds-h3 {
  width: 100%;
  color: var(--elements-webflow-library--accent--tsec-black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
}

.ds-h3.white {
  color: var(--elements-webflow-library--accent--pj-white);
}

.ds-h3.white._100 {
  width: 100%;
}

.ds-h3.centre {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-6 {
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.div-block-55 {
  margin-top: 1rem;
}

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

.div-soc {
  padding-top: 2rem;
}

.image-10, .image-11 {
  width: 8rem;
}

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

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

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

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

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

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

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

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

.wbs-alert-bar.grey {
  background-color: var(--elements-webflow-library--accent--ds-blue-1);
}

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

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

.wbs-alert-bar-title.grey.tel {
  color: #e1f5ee;
  font-family: Raleway, sans-serif;
  font-size: 1.15rem;
}

.wbs-alert-bar-title.grey.email {
  color: #e1f5ee;
  padding-right: 10px;
  font-family: Raleway, sans-serif;
  font-size: 1.15rem;
  font-weight: 200;
}

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

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

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

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

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

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

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

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

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

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

.walsh-nav-logo-3 {
  height: 32px;
}

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

.walsh-nav-link-white-3 {
  color: #fff;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

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

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

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

.walsh-toggle-3 {
  color: #fff;
  border-radius: 100px;
  padding: 15px 32px 15px 18px;
  font-family: Raleway, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  overflow: hidden;
}

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

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

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

.walsh-dropdown-link-3:hover {
  background-color: var(--elements-webflow-library--accent--da-blue-2-faded);
  color: var(--elements-webflow-library--accent--ds-blue-1);
  border-radius: 100px;
}

.walsh-dropdown-link-3.w--current {
  color: var(--elements-webflow-library--accent--ds-blue-1);
}

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

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

.walsh-link-block-transparent-1-2 {
  box-shadow: inset 1px -1px 0 0 var(--walsh--walsh-mid-green), inset -1px 1px 0 0 var(--walsh--walsh-mid-green), inset -1px -1px 0 0 var(--walsh--walsh-mid-green), inset 1px 1px 0 0 var(--walsh--walsh-mid-green);
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 16px;
  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-2:hover {
  box-shadow: none;
  color: var(--walsh--walsh-dark-green);
  background-color: #fff;
}

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

.walsh-nav-menu-green-left {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  display: flex;
}

.b---text {
  color: #333;
  font-family: Raleway, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;
}

.text-span, .text-span-2 {
  color: var(--elements-webflow-library--accent--da-blue-2);
  font-size: 1.3rem;
}

.bold-text-7 {
  color: var(--elements-webflow-library--accent--ds-blue-1);
  font-size: 1.2rem;
}

.background-video {
  height: 70vh;
}

.uui-faq01_accordion-3 {
  border-bottom: 1px solid var(--elements-webflow-library--accent--ds-purple);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion-3.last-item {
  border-bottom-color: #33312d;
}

.accordion-icon_component-3 {
  color: #33312d;
  border: 2px solid #33312d;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

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

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

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

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

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

.uui-faq01_heading-3 {
  color: #33312d;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
}

.c-section {
  background-image: linear-gradient(#efefe18c, #efefe18c);
  padding: 30px;
}

.c-section.c-tint {
  background-color: var(--elements-webflow-library--accent--pj-transparent);
  background-image: none;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.accordion-icon_vertical-line-3 {
  color: #33312d;
  -webkit-text-stroke-color: #33312d;
  background-color: #33312d;
  border: 1px solid #33312d;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.uui-faq01_answer {
  overflow: hidden;
}

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

.s2f-text-1.faqs {
  color: #33312d;
  font-family: Raleway, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
}

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

.category-heading-2 {
  color: #753b4d;
  -webkit-text-stroke-width: 1px;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.uui-layout32_timeline-icon-wrapper-3 {
  z-index: 1;
  margin-top: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

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

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

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

.jz-text-2 {
  color: #333;
  padding-right: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.uui-heading-medium-6 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.apollo-text {
  color: #303030;
  letter-spacing: 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
}

.uui-section_layout32-3 {
  background-color: var(--elements-webflow-library--accent--pj-transparent);
  margin-top: 0;
  padding-bottom: 3rem;
  padding-left: 10px;
  padding-right: 10px;
}

.bfra-text-2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.bfra-text-2.black {
  color: #753b4d;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.uui-layout32_progress-bar-3 {
  border: 1px solid var(--elements-webflow-library--accent--ds-blue-1);
  background-color: var(--elements-webflow-library--accent--ds-blue-1);
  color: #4a3aff;
  width: 4px;
  height: 100%;
  margin-left: 20px;
}

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

.ds-button-clear {
  border: 1px solid var(--elements-webflow-library--accent--tsec-white);
  background-color: var(--elements-webflow-library--accent--pj-transparent);
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 100px;
  justify-content: center;
  padding: 15px 25px;
  font-family: Raleway, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.ds-button-clear:hover {
  border: 1px solid var(--elements-webflow-library--accent--ds-blue-1);
  background-color: var(--elements-webflow-library--accent--ds-blue-1);
  color: var(--elements-webflow-library--accent--tsec-white);
  transform: translate3d(0, -3px, .01px);
}

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

@media screen and (min-width: 1440px) {
  .uui-container-large-8 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .uui-heroheader07_component {
    grid-template-columns: 2fr .5fr;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .uui-page-padding-12 {
    padding-bottom: 0;
  }

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

  .quick-stack {
    margin-top: 0;
    margin-bottom: 4rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-17 {
    background-color: var(--elements-webflow-library--accent--tsec-black);
  }

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

  .uui-layout32_timeline-icon-wrapper-3 {
    background-color: #fff0;
  }
}

@media screen and (min-width: 1920px) {
  .bold-text-5 {
    font-size: 5rem;
  }

  .jz-text, .sc-text-1 {
    font-size: 1.3rem;
  }

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

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

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

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

  .s2f-text-1.faqs, .jz-text-2, .bfra-text-2 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 991px) {
  .brix---header-wrapper {
    background-color: var(--elements-webflow-library--general--shadow-02);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-content-wrapper {
    background-color: var(--elements-webflow-library--general--shadow-02);
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---header-nav-list-item-left {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-list-item-show-in-tablet {
    margin-bottom: 16px;
    padding-left: 0;
    display: block;
  }

  .brix---header-right-col-hidden-on-tablet {
    display: none;
  }

  .brix---dropdown-card {
    min-width: auto;
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---header-logo-2 {
    max-width: 232px;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-nav-list-item-middle {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---mg-bottom-24px---0-on-tablet {
    background-color: var(--elements-webflow-library--general--shadow-02);
    margin-bottom: 0;
  }

  .section-16 {
    height: 70vh;
  }

  .uui-heroheader07_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .tsec-h1 {
    font-size: 3.25rem;
  }

  .tsec-h1.white {
    width: 100%;
    font-size: 5rem;
  }

  .uui-padding-vertical-xhuge-16 {
    padding-left: 0;
  }

  .container {
    max-width: 728px;
  }

  .footer-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .brix---section {
    margin-top: 4rem;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .pj-product-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---product-card-image {
    width: 100%;
  }

  .brix---grid-3-columns-gap-row-48px, .brix---grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .pj-button-1 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .ds-h2 {
    letter-spacing: -.01em;
    width: 100%;
    font-size: 4rem;
  }

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

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

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

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

  .cs---text---1 {
    max-width: none;
    margin-bottom: 2rem;
  }

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

  .dc-cover-image, .dc-cover-image.half {
    max-height: none;
  }

  .dc-image-1 {
    width: 100%;
  }

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

  .quick-stack {
    margin-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .brix---link-wrapper-2 {
    display: none;
  }

  .brix---header-wrapper-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-menu-wrapper-2 {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--accent--pj-jaguar);
    padding: 24px;
  }

  .brix---header-nav-menu-list-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-link-2:hover {
    border-bottom-color: var(--elements-webflow-library--accent--pj-grey-background);
    color: var(--elements-webflow-library--accent--pj-grey-background);
  }

  .brix---dropdown-card-2 {
    min-width: auto;
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card-2.w--open {
    position: static;
  }

  .brix---dropdown-link-2 {
    color: var(--elements-webflow-library--accent--pj-white);
  }

  .brix---dropdown-pd-2 {
    padding: 20px 0 14px;
  }

  .brix---hamburger-menu-wrapper-2 {
    order: -1;
    font-family: Cormorant Garamond, sans-serif;
    font-weight: 300;
    transition: transform .3s;
    position: relative;
  }

  .brix---hamburger-menu-wrapper-2:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper-2.w--open {
    background-color: #0000;
  }

  .brix---dropdown-chevron-2 {
    color: var(--elements-webflow-library--accent--pj-grey-background);
  }

  .brix---dropdown-column-wrapper-2 {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper-2.w--open {
    transform: none;
  }

  .brix---hamburger-menu-bar-top-2 {
    background-color: var(--elements-webflow-library--accent--pj-grey-background);
    width: 25px;
    height: 2px;
    color: var(--elements-webflow-library--accent--pj-grey-background);
  }

  .brix---hamburger-menu-bar-bottom-2 {
    background-color: var(--elements-webflow-library--accent--pj-grey-background);
    width: 25px;
    height: 2px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---header-nav-list-item-middle-2 {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---header-right-col-hidden-on-tablet-2 {
    display: none;
  }

  .brix---mg-bottom-24px---0-on-tablet-2 {
    margin-bottom: 0;
  }

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

  .pj-heading-2.white {
    text-align: center;
    font-size: 1.5rem;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---cta-card {
    padding: 72px 54px;
  }

  .brix---section-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: .7fr;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---cta-v3-floating-item-02-2 {
    display: none;
  }

  .category-banner {
    height: 70vh;
  }

  .shop-by-category {
    grid-template-columns: 1fr 1fr;
  }

  .category-card {
    width: 100%;
  }

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

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

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

  .walsh-nav-menu-green {
    background-color: var(--elements-webflow-library--accent--tsec-black);
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

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

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

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

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

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

  .text-block-4 {
    width: 100%;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v2:hover {
    transform: translate(6px);
  }

  .tss-button-1 {
    padding-left: 50px;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .pj-heading-1-2 {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .brix---section-3 {
    margin-top: 4rem;
  }

  .ds---text {
    max-width: none;
  }

  .ds---text.min {
    min-height: 8rem;
  }

  .pj-product-heading-2 {
    min-height: auto;
  }

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

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

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

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

  .walsh-nav-menu-green-2 {
    background-color: var(--elements-webflow-library--accent--ds-blue-1);
    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;
  }

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

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

  .bold-text-5 {
    font-size: 4rem;
  }

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

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

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

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

  .ds-h3 {
    letter-spacing: -.01em;
    width: 100%;
    font-size: 4rem;
  }

  .image-10, .image-11 {
    width: 6rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .icon {
    color: var(--elements-webflow-library--accent--ds-tan-fixed);
    font-size: 2rem;
  }

  .div-block-56 {
    padding-bottom: 4rem;
  }

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

  .c-section {
    padding-top: 1rem;
  }

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

@media screen and (max-width: 767px) {
  .brix---header-logo {
    max-width: 90%;
  }

  .brix---header-nav-list-item-show-in-tablet {
    display: block;
  }

  .brix---header-logo-2 {
    max-width: 90%;
  }

  .brix---hidden-on-mbl {
    display: none;
  }

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

  .tsec-h1 {
    font-size: 2.25rem;
  }

  .tsec-h1.white {
    font-size: 4rem;
  }

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

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    text-align: center;
    align-items: center;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---section {
    margin-top: 2rem;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .pj-product-heading {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---badge-secondary-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---grid-3-columns-gap-row-48px {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---product-card-wrapper-v1 {
    width: 100%;
  }

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

  .pj-button-1 {
    padding: 20px 32px;
  }

  .brix---badge-secondary-small-bold {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .walsh-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ds-h2 {
    font-size: 3.5rem;
  }

  .cs---text---1 {
    max-width: none;
  }

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

  .quick-stack {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brix---hidden-on-mbl-2 {
    display: none;
  }

  .pj-heading-2 {
    font-size: 2em;
  }

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

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---cta-card {
    padding: 56px 40px;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: 1fr;
  }

  .brix---cta-v3-floating-item-02-2 {
    max-width: 50%;
  }

  .category-banner-image {
    height: 40vh;
  }

  .shop-by-category {
    grid-template-columns: 1fr;
  }

  .walsh-brand-block {
    padding-left: 0;
  }

  .walsh-nav-logo {
    height: 5rem;
  }

  .uui-banner10_text-wrapper {
    text-align: left;
    flex-flow: row;
  }

  .uui-banner16_button-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .uui-banner10_content {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .uui-banner10_close-button {
    position: absolute;
    inset: .5rem .5rem auto auto;
  }

  .uui-banner10_close-button:hover {
    background-color: #0000;
  }

  .uui-banner10_wrapper {
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 3rem;
  }

  .text-block-4 {
    width: auto;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

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

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---accordion-item-wrapper-v2 {
    padding: 48px 0;
  }

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .contact-form-wrap-2 {
    padding: 30px;
  }

  .text-field.cc-textarea, .text-field.cc-contact-field {
    text-align: left;
  }

  .vc-heading-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .vc-heading-3.white {
    font-size: 1.5rem;
  }

  .brix---section-3 {
    margin-top: 2rem;
  }

  .ds---text {
    max-width: none;
    min-height: auto;
  }

  .brix---product-card-wrapper-v1-2 {
    width: 100%;
  }

  .brix---badge-secondary-small-bold-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

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

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

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

  .walsh-brand-block-2 {
    padding-left: 0;
  }

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

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

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

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

  .sc-heading-1 {
    font-size: 3rem;
  }

  .uui-layout32_component-2 {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .sc-text-1 {
    flex-flow: row;
  }

  .ds-h3 {
    font-size: 3.5rem;
  }

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

  .walsh-brand-block-3 {
    padding-left: 0;
  }

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

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

  .c-section {
    padding: 17px;
  }

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

  .bfra-text-2 {
    flex-flow: row;
  }

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

  .uui-layout32_progress-bar-3 {
    margin-left: 17.5px;
  }
}

@media screen and (max-width: 479px) {
  .brix---container-default {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---header-nav-list-item-left, .brix---header-nav-list-item-show-in-tablet {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo-2 {
    max-width: 84%;
  }

  .brix---header-nav-list-item-middle {
    text-align: left;
    width: 100%;
  }

  .brix---social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .uui-heroheader07_content.z-index-1 {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 2rem;
  }

  .uui-container-large-8 {
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .section-16 {
    height: auto;
  }

  .bh-button-3 {
    padding-left: 30px;
    padding-right: 25px;
  }

  .balance-slide-1b {
    background-position: 0 0, 75%;
  }

  .div-block-40 {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

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

  .uui-page-padding-12 {
    background-image: linear-gradient(to bottom, var(--elements-webflow-library--accent--cd-blue-fade), var(--elements-webflow-library--accent--cd-blue-fade)), url('../images/Colin-Durrant-Banner-01.jpg');
    background-position: 0 0, 60% 75%;
    justify-content: center;
    align-items: flex-start;
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
  }

  .uui-page-padding-12.vid {
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
  }

  .tsec-h1.white {
    text-align: center;
    margin-top: 1rem;
    font-size: 3rem;
    line-height: .9;
  }

  .uui-padding-vertical-xhuge-16 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 5rem;
    display: flex;
  }

  .container {
    max-width: none;
  }

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

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 0;
  }

  .brix---section {
    margin-bottom: 1rem;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .pj-product-heading {
    text-align: center;
    line-height: 24px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---badge-wrapper-top-right {
    top: 14px;
    right: 14px;
  }

  .brix---product-card-content {
    padding: 21px 22px 32px;
  }

  .brix---paragraph-default {
    line-height: 28px;
  }

  .brix---badge-secondary-small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---grid-3-columns-gap-row-48px {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

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

  .pj-button-1 {
    font-family: Raleway, sans-serif;
  }

  .brix---badge-secondary-small-bold {
    padding: 10px 16px;
    line-height: 16px;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
    margin-top: 1rem;
  }

  .ds-h2 {
    white-space: pre-line;
    word-break: normal;
    font-size: 3rem;
  }

  .ds-h2.white {
    text-align: center;
  }

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

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

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

  .cs---text---1 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
  }

  .cs---text---1.white {
    text-align: center;
  }

  .cs---text---1.white.footer {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 10px;
  }

  .cs---text---1.faq {
    text-align: left;
  }

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

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

  .dc-cover-image {
    max-height: none;
  }

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

  .dc-image-1 {
    width: 100%;
  }

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

  .quick-stack {
    text-align: center;
    padding-top: 3rem;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .brix---header-wrapper-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brix---header-logo-3 {
    max-width: 100%;
  }

  .brix---header-logo-link-2.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---hamburger-menu-bar-top-2 {
    border-radius: 0;
    width: 20px;
    height: 2px;
    margin-bottom: 7.5px;
  }

  .brix---hamburger-menu-bar-bottom-2 {
    border-radius: 0;
    width: 20px;
    height: 2px;
  }

  .brix---header-nav-list-item-middle-2 {
    text-align: left;
    width: 100%;
  }

  .brix---social-icon-square-30px-2 {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .pj-heading-2.white {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 300;
  }

  .quick-stack-2 {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .brix---color-neutral-100 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---cta-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---button-row-left {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

  .brix---btn-primary-white, .brix---btn-secondary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: 1fr;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---cta-v3-floating-item-02-2 {
    max-width: 70%;
    right: -33%;
  }

  .category-banner {
    height: 60vh;
  }

  .cell-3 {
    display: block;
  }

  .shop-by-category {
    grid-template-columns: 1fr;
  }

  .img-2 {
    padding: 5px 0 5px 5px;
  }

  .card-contact-category {
    padding: 21px 22px 32px;
  }

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

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

  .walsh-container-nav {
    padding-left: 1rem;
  }

  .walsh-nav-logo {
    height: 4rem;
  }

  .walsh-nav-menu-green {
    padding-bottom: 2rem;
  }

  .walsh-nav-link-white {
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0;
    display: flex;
  }

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

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

  .uui-banner10_text-wrapper {
    text-align: center;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .uui-banner10_text {
    font-size: .75rem;
  }

  .uui-banner10_close-button {
    inset: 0% 0% 0% auto;
  }

  .uui-banner10_wrapper {
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mcai-banner-button {
    margin-right: 10px;
    padding: 5px 10px;
  }

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

  .text-block-4 {
    text-align: center;
    font-size: 1rem;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

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

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-right-side {
    margin-right: 0;
  }

  .contact-form-wrap-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tss-button-1 {
    align-self: auto;
    padding-left: 30px;
    padding-right: 25px;
    display: flex;
  }

  .vc-heading-3 {
    text-align: center;
  }

  .vc-heading-3.white {
    text-align: left;
  }

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

  .div-block-48 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pj-heading-1-2 {
    white-space: pre-line;
    word-break: normal;
  }

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

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

  .pj-product-heading-2 {
    text-align: center;
  }

  .brix---container-default-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---badge-secondary-small-bold-2 {
    padding: 10px 16px;
    line-height: 16px;
  }

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

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

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

  .div-block-5 {
    margin-top: 1rem;
  }

  .div-block-4 {
    width: 90%;
  }

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

  .walsh-container-nav-2 {
    padding-left: 10px;
  }

  .walsh-nav-logo-2 {
    width: 18rem;
  }

  .walsh-nav-link-white-2 {
    text-align: center;
    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;
  }

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

  .div-block-50, .pebbles {
    display: none;
  }

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

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

  .image-6 {
    width: 4rem;
  }

  .bold-text-5 {
    font-size: 3.25rem;
    line-height: .9;
  }

  .jz-text {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .uui-section_layout32-2 {
    margin-top: 1rem;
  }

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

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

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

  .category-heading {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    line-height: 2rem;
    display: flex;
  }

  .sc-text-1 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .ds-h3 {
    white-space: pre-line;
    word-break: normal;
    font-size: 3rem;
  }

  .ds-h3.white {
    text-align: center;
  }

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

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

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

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

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

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

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

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

  .wbs-alert-bar-title.grey.tel {
    background-color: #fff0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

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

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

  .walsh-nav-logo-3 {
    height: 24px;
  }

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

  .walsh-dropdown-3 {
    text-align: center;
  }

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

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

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

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

  .uui-faq01_heading-3 {
    width: 90%;
    font-size: 1.3rem;
    line-height: 1.1;
  }

  .c-section {
    padding: 10px 0;
  }

  .c-section.c-tint {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .category-heading-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 2rem;
    display: flex;
  }

  .uui-layout32_progress-bar-wrapper-3 {
    height: 65%;
  }

  .uui-icon-featured-outline-large-3 {
    width: 5.5rem;
    height: 5.5rem;
  }

  .jz-text-2 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .uui-section_layout32-3 {
    padding-bottom: 0;
  }

  .bfra-text-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .uui-page-padding-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-layout32_progress-bar-3 {
    background-color: #ff98bb;
    border-color: #ff98bb;
    height: 90%;
    margin-left: 15px;
  }

  .div-block-57 {
    justify-content: center;
    align-items: center;
  }
}

#w-node-_4d37162f-4090-429f-a933-2ce8b2208f46-b36c443d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_241ac35b-1bb5-89a2-3911-4e82b36c4448-b36c443d, #w-node-_241ac35b-1bb5-89a2-3911-4e82b36c445d-b36c443d, #w-node-_241ac35b-1bb5-89a2-3911-4e82b36c4474-b36c443d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2847102-46d9-8917-173f-c90a53721d0a-53721d07 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_20466cdb-b080-f8a3-094f-7820658c42f2-fabbdc68, #w-node-_90d99e3a-d5c5-ac67-f0ef-acc971faab7d-fabbdc68 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_6be7bdbb-4251-6c3d-1757-50a70c13f59d-0c13f59b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20466cdb-b080-f8a3-094f-7820658c42f2-9c9eba00, #w-node-_90d99e3a-d5c5-ac67-f0ef-acc971faab7d-9c9eba00, #w-node-_20466cdb-b080-f8a3-094f-7820658c42f2-c364a597, #w-node-_20466cdb-b080-f8a3-094f-7820658c42f2-5041690d, #w-node-_90d99e3a-d5c5-ac67-f0ef-acc971faab7d-5041690d, #w-node-_20466cdb-b080-f8a3-094f-7820658c42f2-32894404, #w-node-_90d99e3a-d5c5-ac67-f0ef-acc971faab7d-32894404 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-e71fa934-3e23-a726-021c-c38b471293ff-94f43aa6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_434ce6b8-e69b-bfed-f867-d1541f2feef5-94f43aa6 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_4fccb049-d8cf-3b02-1190-309d58b187a3-8b8953c0 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_20466cdb-b080-f8a3-094f-7820658c42f2-fabbdc68, #w-node-_90d99e3a-d5c5-ac67-f0ef-acc971faab7d-fabbdc68, #w-node-_20466cdb-b080-f8a3-094f-7820658c42f2-9c9eba00, #w-node-_90d99e3a-d5c5-ac67-f0ef-acc971faab7d-9c9eba00, #w-node-_20466cdb-b080-f8a3-094f-7820658c42f2-c364a597, #w-node-_20466cdb-b080-f8a3-094f-7820658c42f2-5041690d, #w-node-_90d99e3a-d5c5-ac67-f0ef-acc971faab7d-5041690d, #w-node-_20466cdb-b080-f8a3-094f-7820658c42f2-32894404, #w-node-_90d99e3a-d5c5-ac67-f0ef-acc971faab7d-32894404, #w-node-_434ce6b8-e69b-bfed-f867-d1541f2feef5-94f43aa6 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f2847102-46d9-8917-173f-c90a53721d0a-53721d07 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_20466cdb-b080-f8a3-094f-7820658c42f2-fabbdc68, #w-node-_90d99e3a-d5c5-ac67-f0ef-acc971faab7d-fabbdc68, #w-node-_20466cdb-b080-f8a3-094f-7820658c42f2-9c9eba00, #w-node-_90d99e3a-d5c5-ac67-f0ef-acc971faab7d-9c9eba00, #w-node-_20466cdb-b080-f8a3-094f-7820658c42f2-c364a597, #w-node-_20466cdb-b080-f8a3-094f-7820658c42f2-5041690d, #w-node-_90d99e3a-d5c5-ac67-f0ef-acc971faab7d-5041690d, #w-node-_20466cdb-b080-f8a3-094f-7820658c42f2-32894404, #w-node-_90d99e3a-d5c5-ac67-f0ef-acc971faab7d-32894404, #w-node-_434ce6b8-e69b-bfed-f867-d1541f2feef5-94f43aa6 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }
}


