:root {
  --default-white: #f1f1f1;
  --cta-lav: #ab85f5;
  --hoveredcta: #955eff;
  --black: black;
  --secondary-text-gray: #bbb;
  --dark-green: #375146;
  --almost-black: #131313;
  --lightest-purple: #d0bef3;
  --walsh--black: #2c2c2c;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --white: white;
}

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

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

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

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

.section {
  width: auto;
  height: 1080px;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: fixed;
}

.image {
  object-fit: contain;
}

.image-2 {
  background-image: url('../images/IMG_0901-1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-2 {
  background-image: url('../images/IMG20221119082310.jpg');
  background-position: 50% 0;
  background-size: auto;
  height: 100%;
  position: static;
}

.div-block-3 {
  background-image: url('../images/IMG_0901-1.jpg');
  background-position: 100%;
  background-size: 100%;
  height: 100%;
}

.div-block-4 {
  background-color: rgba(255, 255, 255, 0);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 1080px;
  margin-left: 2.5%;
  display: flex;
}

.div-block-4.logo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 30%;
  margin-left: 0%;
  display: flex;
}

.div-block-4.left {
  align-items: center;
  margin-left: 2.5%;
}

.div-block-4.right {
  margin-left: 0%;
  margin-right: 2.5%;
}

.div-block-5 {
  z-index: 0;
  opacity: .97;
  justify-content: center;
  align-items: flex-start;
  height: 1080px;
  display: flex;
  position: static;
}

.page-load-overlay {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  opacity: 1;
  filter: blur(10px);
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: inline-grid;
  position: fixed;
}

.div-block-6 {
  background-color: rgba(255, 0, 0, 0);
  height: 1000px;
}

.doors1 {
  color: rgba(51, 51, 51, 0);
  background-color: #1b1b1b;
  height: 10%;
}

.doors1.rightsidedoor {
  background-color: #1b1b1b;
}

.heading-2 {
  color: var(--default-white);
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
  height: 72px;
  margin-bottom: 40px;
  font-size: 72px;
  display: flex;
}

.heading-3 {
  color: var(--default-white);
  font-size: 72px;
}

.basic-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--cta-lav);
  opacity: 1;
  text-align: center;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 80px;
  font-size: 32px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .4s, transform .5s, background-color .2s;
  display: flex;
  transform: translate(0, 34px);
}

.basic-button:hover {
  background-color: var(--hoveredcta);
}

.basic-button.nav {
  opacity: 1;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 400;
  transition: transform .5s, background-color .2s;
  transform: none;
}

.basic-button.smal {
  border-radius: 10px;
  width: 150px;
  height: 50px;
  margin-left: 0;
  font-size: 16px;
}

.button {
  background-color: var(--cta-lav);
  text-align: left;
  width: 200px;
  height: 80px;
}

.div-block-7 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  height: 1150px;
}

.div-block-8 {
  height: 1150px;
}

.body {
  aspect-ratio: auto;
  height: auto;
  display: block;
}

.section-2 {
  background-color: var(--black);
  height: 500px;
}

.image-3 {
  border-radius: 100%;
  margin-right: 0%;
}

.image-4 {
  object-fit: cover;
  width: 100%;
}

.div-block-9 {
  object-fit: none;
  background-image: url('../images/IMG_0901-1.jpg');
  background-position: 100% 60%;
  background-size: 100%;
  background-attachment: fixed;
  width: 100%;
  height: 800px;
}

.container {
  width: 80%;
  max-width: none;
  height: 100%;
  display: flex;
}

.text-block-11 {
  color: var(--secondary-text-gray);
  text-align: left;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.div-block-10 {
  justify-content: space-around;
  width: 50vw;
  display: flex;
}

.primarycta {
  text-align: center;
  background-color: #4158b6;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 100px;
  font-size: 32px;
  font-weight: 500;
  display: flex;
}

.primarycta.secondary {
  background-color: rgba(38, 70, 83, 0);
  border: 1px solid #fff;
  transition: border-color .2s, opacity .2s, background-color .2s;
}

.primarycta.secondary:hover {
  background-color: var(--hoveredcta);
  filter: brightness(80%);
  border-width: 0;
}

.primarycta.ctaresponse {
  background-color: #ab85f5;
  transition: filter .2s;
}

.primarycta.ctaresponse:hover {
  filter: brightness(80%);
}

.hero {
  height: 872px;
  display: block;
}

.div-block-11 {
  z-index: 2;
  color: #cdcdcd;
  text-align: center;
  text-transform: capitalize;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 102px;
  font-weight: 700;
  line-height: 102px;
  display: flex;
  position: static;
}

.div-block-11.shalom {
  margin-bottom: 0;
  font-weight: 400;
}

.div-block-20 {
  text-align: center;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 24px;
}

.container-2 {
  z-index: 1;
  float: none;
  clear: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 90%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0 5%;
  display: flex;
  position: absolute;
}

.container-3 {
  float: none;
  clear: none;
  opacity: 1;
  filter: blur(3px) brightness(53%) saturate(42%);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  transform-style: preserve-3d;
  background-image: linear-gradient(290deg, rgba(20, 23, 27, .7), rgba(13, 12, 12, .5)), url('../images/pexels-photo-8980830.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  background-clip: border-box;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: visible;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.div-block-21 {
  justify-content: space-around;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.div-block-22 {
  z-index: 2;
  color: #cdcdcd;
  text-align: center;
  text-transform: capitalize;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 102px;
  font-weight: 700;
  line-height: 102px;
  display: flex;
  position: static;
}

.div-block-22.shalom {
  color: var(--default-white);
  text-align: left;
  width: 80%;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 84px;
}

.div-block-23 {
  color: var(--default-white);
  text-align: left;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 24px;
}

.container-4 {
  z-index: 1;
  float: none;
  clear: none;
  color: var(--default-white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 872px;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0 5%;
  display: flex;
  position: absolute;
}

.container-5 {
  float: none;
  clear: none;
  opacity: 1;
  filter: brightness(69%) blur(6px);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/IMG_0901-1.jpg');
  background-position: 50%;
  background-size: 100%;
  background-clip: border-box;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: visible;
}

.div-block-24 {
  object-fit: fill;
  background-color: red;
  width: 100%;
  height: 50px;
}

.section-3 {
  z-index: 5;
  background-color: rgba(0, 0, 0, .2);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
  position: absolute;
}

.body-2 {
  color: #fafafa;
  background-color: #fafafa;
  height: 5000px;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

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

.div-block-25 {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.text-block-12 {
  color: var(--default-white);
  margin-left: 5px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.div-block-26 {
  height: 75px;
  display: flex;
}

.navlink {
  border-right: 0px solid var(--default-white);
  border-left: 0px solid var(--default-white);
  color: var(--default-white);
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.div-block-27 {
  margin-right: 20px;
  display: flex;
}

.div-block-28 {
  justify-content: space-around;
  align-items: center;
  width: 95%;
  display: flex;
}

.section-4 {
  background-color: var(--dark-green);
  justify-content: center;
  width: 100%;
  height: 150px;
  display: flex;
}

.div-block-29 {
  border-right: 0 solid #000;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 72px;
  font-style: italic;
  font-weight: 400;
  display: flex;
}

.text-block-13 {
  align-items: center;
  height: 80%;
  display: flex;
}

.trippy {
  border-right: 0px solid var(--default-white);
  color: var(--default-white);
  align-items: center;
  height: 80%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.trippy.middle {
  border-left: 1px solid var(--default-white);
  border-right-width: 1px;
  padding-left: 100px;
  padding-right: 100px;
}

.heading-4 {
  color: var(--almost-black);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 64px;
}

.heading-5 {
  color: var(--secondary-text-gray);
  text-align: center;
  font-family: Inter, sans-serif;
}

.div-block-30 {
  justify-content: space-between;
  display: flex;
}

.div-block-31 {
  width: 100px;
  height: 100px;
}

.image-6, .image-7 {
  width: 100px;
}

.text-block-14 {
  color: var(--dark-green);
  text-align: center;
  height: auto;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
}

.processtrip {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 300px;
  display: flex;
}

.container-6 {
  flex-flow: column;
  width: 1400px;
  max-width: 90%;
  display: flex;
}

.text-block-15 {
  color: var(--secondary-text-gray);
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-32 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 150px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-flex;
  overflow: visible;
}

.residentialvscommercial {
  background-color: var(--dark-green);
  height: auto;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.heading-6 {
  color: var(--default-white);
  text-align: center;
  font-family: Inter, sans-serif;
}

.div-block-33 {
  background-color: var(--lightest-purple);
  color: var(--cta-lav);
  justify-content: space-around;
  width: 100%;
  height: 150px;
  display: flex;
}

.container-7 {
  max-width: 80%;
}

.div-block-34, .div-block-35 {
  color: var(--almost-black);
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-weight: 400;
  display: flex;
}

.div-block-36 {
  border-bottom: 0 solid #000;
}

.div-block-36.linesnstuff {
  border-bottom-width: 1px;
  border-bottom-color: var(--default-white);
  text-align: left;
  height: 75px;
  display: flex;
}

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

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

.walsh-inner-column-right {
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  height: auto;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-right: 4em;
  display: flex;
}

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

.walsh-text-small-left {
  color: rgba(0, 0, 0, .5);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

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

.walsh-info-wrap-center {
  text-align: center;
}

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

.walsh-profile-v-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.walsh-quote-image {
  opacity: .26;
  height: 56px;
}

.walsh-inner-column-center {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 6em;
  display: flex;
}

.walsh-rounded-box-banner {
  grid-row-gap: 1em;
  background-color: var(--default-white);
  text-align: center;
  border-radius: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.testimonial {
  z-index: 2;
  background-color: var(--default-white);
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.ctaform {
  object-fit: contain;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 800px;
  display: block;
}

.div-block-37 {
  filter: blur(3px);
  background-image: url('../images/11A93D35-3813-4AFE-8990-1047FBBEDB4B-1.jpg');
  background-position: 50% 60%;
  background-size: 100%;
  height: 700px;
}

.container-8 {
  z-index: 1;
  position: absolute;
}

.container-8.new {
  background-image: url('../images/11A93D35-3813-4AFE-8990-1047FBBEDB4B-1_1.jpg');
  background-position: 50%;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 90%;
  display: flex;
}

.div-block-38 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-green);
  border-radius: 20px 20px 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-7 {
  color: var(--secondary-text-gray);
  margin-left: 20px;
  margin-right: 20px;
}

.heading-8 {
  color: var(--default-white);
  margin-left: 20px;
  margin-right: 20px;
}

.text-field {
  border-radius: 10px;
  width: 100%;
  height: 200px;
  margin-left: 0;
}

.text-field-2, .text-field-3 {
  border-radius: 10px;
  width: 100%;
  margin-left: 0;
}

.div-block-39 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 80%;
  margin-right: 1%;
  display: flex;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

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

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

.container-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 95%;
  max-width: none;
  height: 95%;
  display: block;
}

.div-block-40 {
  background-color: var(--dark-green);
  justify-content: space-around;
  align-items: center;
  height: 50%;
  font-weight: 300;
  display: flex;
}

.image-8 {
  border-radius: 100%;
  width: 100px;
  height: 100px;
}

.link {
  color: var(--default-white);
  margin-top: 0;
  margin-bottom: 20px;
}

.link:hover {
  color: var(--lightest-purple);
}

.div-block-41 {
  flex-flow: column;
  font-size: 24px;
  display: flex;
}

.text-block-16, .text-block-17, .text-block-18 {
  font-size: 24px;
}

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

.section-7 {
  background-color: var(--dark-green);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 300px;
  display: flex;
}

.div-block-42 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 90%;
  display: grid;
}

.rl_footer1_legal-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.rl_footer1_credit-text {
  color: var(--default-white);
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

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

.rl_footer1_spacing-block-6 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer1_line-divider {
  background-color: var(--default-white);
  width: 100%;
  height: 1px;
}

.rl_footer1_spacing-block-5 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_footer1_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rl_footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--default-white);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.rl_footer1_spacing-block-4 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_footer_column-text {
  color: var(--default-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_footer1_link-list {
  color: var(--secondary-text-gray);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.rl_footer1_link {
  color: var(--default-white);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

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

.rl-text-style-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl-text-style-tiny {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer1_spacing-block-3 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-button-secondary-small {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
}

.rl-form-input {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-input::placeholder {
  color: var(--relume-library-lite--rl-black);
  font-size: 1rem;
}

.rl_footer1_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.rl_footer1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-regular {
  color: var(--secondary-text-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_footer1_logo-link {
  padding-left: 0;
}

.rl_footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.rl_footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.rl-padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.rl-padding-global {
  background-color: var(--dark-green);
  color: var(--default-white);
  padding-left: 5%;
  padding-right: 5%;
}

.rl_footer1_component {
  background-color: var(--relume-library-lite--rl-white);
}

.form {
  padding: 5%;
}

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

.div-block-43 {
  width: 50%;
}

.div-block-44 {
  background-image: url('../images/de47fb36-d8af-4346-a72c-9f8d536339ec.jpg');
  background-position: 50% 30%;
  background-size: 100%;
  border-radius: 20px 20px 60px;
  width: 45%;
  height: 90%;
  margin: 20px;
  padding: 0%;
}

.body-2-copy {
  color: #fafafa;
  background-color: #fafafa;
  height: 5000px;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.body-2-copy-copy {
  color: #fafafa;
  background-color: #fafafa;
  height: auto;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.div-block-45 {
  justify-content: space-around;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.text-block-21 {
  color: #bbb;
  text-align: left;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.container-11 {
  float: none;
  clear: none;
  opacity: 1;
  filter: blur(6px);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/11A93D35-3813-4AFE-8990-1047FBBEDB4B-1.jpg');
  background-position: 50%;
  background-size: 100% 100%;
  background-clip: border-box;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: visible;
}

.div-block-46 {
  color: #f1f1f1;
  text-align: left;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 24px;
}

.container-12 {
  z-index: 1;
  float: none;
  clear: none;
  color: #f1f1f1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 872px;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0 5%;
  display: flex;
  position: absolute;
}

.div-block-47 {
  z-index: 2;
  color: #cdcdcd;
  text-align: center;
  text-transform: capitalize;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 102px;
  font-weight: 700;
  line-height: 102px;
  display: flex;
  position: static;
}

.div-block-47.shalom {
  color: #f1f1f1;
  text-align: left;
  width: 80%;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 84px;
}

.div-block-48 {
  color: var(--default-white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50%;
  font-size: 36px;
  font-weight: 400;
  display: flex;
}

.div-block-49 {
  color: var(--default-white);
  justify-content: center;
  align-items: center;
  width: 50%;
  font-size: 36px;
  font-weight: 400;
  display: flex;
}

.image-9 {
  vertical-align: baseline;
  border-radius: 200%;
}

.link-block {
  border-left: 1px solid var(--white);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-2 {
  border-right: 1px solid var(--white);
  border-left: 1px solid var(--default-white);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-3 {
  border-right: 1px solid var(--white);
  border-left: 1px solid var(--default-white);
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.cf-service-paragraph {
  color: rgba(13, 14, 16, .9);
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-service-heading {
  color: #0d0d0d;
  text-align: center;
  letter-spacing: -.16px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.cf-service-icon {
  object-fit: contain;
}

.cf-features-section-3-icon-wrap {
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #a5ea6c 20%, #5eff5e 60%, #3ab964 80%, #3f8f69);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

.cf-features-section-2-grid-cell {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  display: flex;
}

.cf-features-section-2-icon-wrap {
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cf-features-section-3-grid-cell {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  display: flex;
}

.cf-features-section-2-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 80px;
}

.cf-features-section-2-heading {
  color: #000;
  text-align: center;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 115%;
}

.cf-features-section-3-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cf-features-section-3 {
  border-top: 1px solid #000;
}

.svg-icon {
  color: var(--default-white);
  width: 2rem;
  height: 2rem;
}

.svg-icon:hover {
  cursor: pointer;
}

.svg, .svg-2, .svg-3, .svg-4 {
  width: 80%;
}

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

.walsh-quote-image-wrapper-2 {
  background-color: rgba(208, 246, 246, 0);
  border-radius: 10px;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  max-width: 44em;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.walsh-inner-column-right-2 {
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  height: auto;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-right: 4em;
  display: flex;
}

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

.walsh-text-small-left-2 {
  color: rgba(0, 0, 0, .5);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

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

.walsh-info-wrap-center-2 {
  text-align: center;
}

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

.walsh-profile-v-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-main-paragraph-2 {
  color: rgba(0, 0, 0, .8);
  text-align: left;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.6em;
  line-height: 2;
}

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

.walsh-quote-image-2 {
  opacity: .26;
  height: 56px;
}

.walsh-inner-column-center-2 {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 6em;
  display: block;
}

.walsh-rounded-box-banner-2 {
  grid-row-gap: 1em;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

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

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

.div-block-50 {
  height: 120px;
}

@media screen and (max-width: 991px) {
  .div-block-10 {
    width: 80vw;
  }

  .container-2 {
    max-width: 728px;
  }

  .div-block-21 {
    width: 80vw;
  }

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

  .container-4 {
    max-width: 728px;
  }

  .text-block-12 {
    display: none;
  }

  .trippy {
    padding-left: 25px;
    padding-right: 50px;
    font-size: 36px;
  }

  .trippy.middle {
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-block-14 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 36px;
    line-height: 42px;
  }

  .walsh-quote-image-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .walsh-inner-column-right {
    max-width: none;
    padding-top: 0;
    padding-left: 4em;
  }

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

  .walsh-inner-column-center {
    text-align: center;
    align-items: center;
    padding: 45px 30px 30px;
  }

  .walsh-rounded-box-banner {
    flex-direction: column;
  }

  .testimonial {
    flex: 0 auto;
    width: auto;
  }

  .div-block-39 {
    margin-right: 0%;
  }

  .container-9 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .rl_footer1_spacing-block-5 {
    padding-bottom: 4.5rem;
  }

  .rl_footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .form {
    width: 100%;
  }

  .div-block-43 {
    width: 1000%;
    padding: 0% 5% 5%;
  }

  .div-block-44 {
    display: none;
  }

  .div-block-45 {
    width: 80vw;
  }

  .container-12 {
    max-width: 728px;
  }

  .div-block-47.shalom {
    width: 100%;
  }

  .cf-features-section-2-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
  }

  .cf-features-section-2-heading {
    max-width: 600px;
    font-size: 30px;
  }

  .cf-features-section-3-wrapper {
    padding-top: 140px;
  }

  .walsh-quote-image-wrapper-2 {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .walsh-inner-column-right-2 {
    max-width: none;
    padding-top: 0;
    padding-left: 4em;
  }

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

  .walsh-inner-column-center-2 {
    text-align: center;
    align-items: center;
    padding: 45px 30px 30px;
  }

  .walsh-rounded-box-banner-2 {
    flex-direction: column;
  }

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

@media screen and (max-width: 767px) {
  .div-block-10 {
    width: 90vw;
  }

  .primarycta.secondary {
    margin-left: 20px;
  }

  .div-block-20 {
    font-size: 24px;
  }

  .div-block-21 {
    width: 90vw;
  }

  .div-block-23 {
    font-size: 24px;
  }

  .div-block-29 {
    justify-content: center;
    align-items: center;
  }

  .text-block-13.trippy {
    padding-left: 2%;
  }

  .trippy {
    padding-left: 2%;
    padding-right: 5%;
  }

  .trippy.middle {
    padding-left: 5%;
    padding-right: 5%;
  }

  .walsh-quote-image-wrapper {
    margin-bottom: 0;
  }

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

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

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

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

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

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

  .rl_footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .rl_footer1_credit-text {
    margin-top: 1.5rem;
  }

  .rl_footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .rl_footer1_spacing-block-6 {
    padding-bottom: 1.5rem;
  }

  .rl_footer1_spacing-block-5 {
    padding-bottom: 3rem;
  }

  .rl_footer1_spacing-block-4 {
    padding-bottom: .75rem;
  }

  .rl_footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .rl_footer1_spacing-block-3 {
    padding-bottom: .75rem;
  }

  .rl_footer1_spacing-block-2, .rl_footer1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .div-block-45 {
    width: 90vw;
  }

  .div-block-46 {
    font-size: 24px;
  }

  .cf-service-paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-features-section-2-heading {
    max-width: 420px;
    font-size: 28px;
  }

  .cf-features-section-3-wrapper {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .walsh-quote-image-wrapper-2 {
    margin-bottom: 0;
  }

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

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

@media screen and (max-width: 479px) {
  .section {
    height: 500px;
  }

  .heading-2 {
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .basic-button {
    width: 100px;
    height: 40px;
    font-size: 16px;
  }

  .text-block-11 {
    line-height: 28px;
  }

  .div-block-10 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 250px;
  }

  .primarycta.secondary {
    width: 150px;
    height: 75px;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 24px;
    line-height: 24px;
  }

  .primarycta.ctaresponse {
    width: 150px;
    height: 75px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 24px;
    line-height: 24px;
  }

  .div-block-11 {
    font-size: 32px;
    line-height: 52px;
  }

  .div-block-20 {
    margin-top: 0;
    font-size: 24px;
    line-height: 24px;
  }

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

  .div-block-21 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 250px;
  }

  .div-block-22 {
    font-size: 32px;
    line-height: 52px;
  }

  .div-block-23 {
    margin-top: 0;
    font-size: 24px;
    line-height: 24px;
  }

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

  .section-4 {
    display: block;
  }

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

  .text-block-13.trippy, .trippy, .trippy.middle {
    font-size: 24px;
  }

  .div-block-30 {
    flex-flow: column;
  }

  .processtrip {
    margin-bottom: 20px;
  }

  .walsh-quote-image-wrapper {
    max-width: none;
    margin-bottom: 0;
  }

  .walsh-inner-column-right {
    padding: 0 30px 30px;
  }

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

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

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

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

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

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

  .walsh-inner-column-center {
    padding-top: 30px;
  }

  .testimonial {
    flex: 0 auto;
    width: 100%;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

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

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

  .rl_footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .rl_footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .rl_footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .div-block-45 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 250px;
  }

  .text-block-21 {
    line-height: 28px;
  }

  .div-block-46 {
    margin-top: 0;
    font-size: 24px;
    line-height: 24px;
  }

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

  .div-block-47 {
    font-size: 32px;
    line-height: 52px;
  }

  .cf-features-section-2-icon-wrap {
    margin-bottom: 16px;
  }

  .cf-features-section-2-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .walsh-quote-image-wrapper-2 {
    max-width: none;
    margin-bottom: 0;
  }

  .walsh-inner-column-right-2 {
    padding: 0 30px 30px;
  }

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

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

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

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

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

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

  .walsh-inner-column-center-2 {
    padding-top: 30px;
  }

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


