:root {
  --dark-slate-blue: #354463;
  --white: white;
  --white-2: white;
  --aquamarine: #e90307;
  --black: black;
  --flowstica-webflow-library--white-smoke: #fff;
  --flowstica-webflow-library--medium-sea-green: #000;
  --flowstica-webflow-library--white: rgba(255, 255, 255, .93);
  --flowstica-webflow-library--black: #db0105;
  --flowstica-webflow-library--black-2: #333;
  --walsh--walsh-mid-green: #47888a;
  --walsh--black: #2c2c2c;
  --conversion-flow-library--medium-purple: #e70101;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--sandy-brown: #f00105;
  --flowstica-webflow-library--light-slate-grey: #8c98a4;
  --walsh--walsh-dark-green: #204f58;
  --walsh--walsh-light-green: #c2ecd5;
}

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

.no-padding {
  padding: 0;
}

.white-text {
  color: #fff;
}

.center {
  text-align: center;
}

.left-aligned {
  text-align: left;
}

.m-b-30 {
  margin-top: 0;
  margin-bottom: 30px;
}

.m-t-10 {
  margin-top: 10px;
  display: inline-block;
}

.m-b-40 {
  margin-top: 0;
  margin-bottom: 40px;
}

.m-b-60 {
  margin-top: 0;
  margin-bottom: 60px;
}

.m-t-50 {
  margin-top: 60px;
}

.m-b-10 {
  margin-top: 0;
  margin-bottom: 10px;
}

.m-b-50 {
  margin-top: 0;
  margin-bottom: 50px;
}

.m-t-40 {
  margin-top: 40px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.close {
  height: 45px;
  color: #7a7a7a;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.moose-line-1---2 {
  z-index: 2;
  width: 30px;
  height: 4px;
  background-color: #cea142;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.spring-3 {
  width: 45px;
  height: 5px;
  background-color: #333;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 43px;
  left: 0;
  right: 0;
}

.open {
  height: 45px;
  color: #7a7a7a;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.sliding-block {
  z-index: 0;
  width: 100%;
  height: 60px;
  max-width: 250px;
  float: right;
  clear: none;
  background-color: #cea142;
  position: absolute;
}

.square-parent {
  width: 100%;
  height: 100%;
  perspective: 2000px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0);
}

.spring-2 {
  width: 45px;
  height: 5px;
  background-color: #333;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.top-bubble {
  width: 40px;
  height: 3px;
  background-color: #fff;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.line-1 {
  z-index: 2;
  width: 35px;
  height: 2px;
  background-color: #7a7a7a;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spring-menu {
  z-index: 10;
  color: #fff;
  background-color: #786df7;
  border-radius: 5px;
  margin-top: 70px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.bottom-bubble {
  width: 40px;
  height: 3px;
  background-color: #fff;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.moose-color-overlay-button {
  z-index: 1;
  width: 60px;
  height: 60px;
  background-color: #14213d;
  border-radius: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(0);
}

.triangle {
  width: 25px;
  height: 25px;
  min-width: 25px;
  border-bottom: 23px solid #786df7;
  border-left: 13px solid rgba(0, 0, 0, 0);
  border-right: 13px solid rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 10.5px;
}

.line-3 {
  z-index: 2;
  width: 35px;
  height: 2px;
  background-color: #7a7a7a;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spring-1 {
  width: 45px;
  height: 5px;
  background-color: #333;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
}

.moose-line-1 {
  z-index: 2;
  width: 30px;
  height: 4px;
  background-color: #cea142;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.moose-line-2 {
  z-index: 2;
  width: 4px;
  height: 30px;
  background-color: #cea142;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
}

.top-bun {
  width: 35px;
  height: 15px;
  background-color: #fdba58;
  border-radius: 25px 25px 0 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  box-shadow: 1px 1px #be9848;
}

.middle-bubble {
  width: 40px;
  height: 3px;
  background-color: #fff;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.line-2 {
  z-index: 1;
  width: 35px;
  height: 2px;
  background-color: #7a7a7a;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.hamburger-meat {
  width: 40px;
  height: 5px;
  background-color: #63452d;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 29px;
  left: 0;
  right: 0;
}

.line2-1 {
  width: 0;
  height: 1px;
  border: 2px solid #7a7a7a;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
}

.moose-line-2-2 {
  z-index: 2;
  width: 4px;
  height: 30px;
  background-color: #cea142;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
}

.body {
  color: var(--dark-slate-blue);
  font-family: komet;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.logo-text {
  width: 160px;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: poynter-oldstyle-display;
  font-size: 22px;
  line-height: 28px;
}

.nav-link-2 {
  letter-spacing: -1px;
  margin: 20px 37px;
  padding-top: 13px;
  padding-bottom: 13px;
  transition: opacity .2s;
}

.nav-link-2:hover {
  opacity: .5;
}

.nav-link-2.w--current {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2.contact-btn {
  background-color: var(--aquamarine);
  color: var(--white);
  letter-spacing: 0;
  border-radius: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: poynter-oldstyle-display;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  transition: background-color .2s, color .2s;
}

.nav-link-2.contact-btn:hover {
  background-color: var(--dark-slate-blue);
  opacity: 1;
  color: var(--white);
  background-image: linear-gradient(#000, #000);
  border: 1px solid #fff;
}

.nav-link-2.last {
  margin-right: 52px;
}

.contain {
  width: 1140px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.contain.flex {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contain.flex.no-padding {
  flex-direction: row;
  justify-content: center;
  display: block;
}

.contain.relative {
  padding-top: 96px;
  padding-bottom: 80px;
  position: relative;
}

.brand {
  margin-top: 30px;
  margin-bottom: 30px;
}

.brand.footer {
  margin-top: 0;
  margin-bottom: 0;
}

.home-hero-section {
  background-image: linear-gradient(rgba(53, 68, 99, .4), rgba(53, 68, 99, .4)), url('../images/annie-spratt-135307-unsplash2x.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 128px;
  padding-bottom: 128px;
}

.flex-hor-left-middle {
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.white-hero-div {
  background-color: #fff;
  padding: 76px 64px 119px;
  position: relative;
}

.white-hero-div.absolute {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
  position: absolute;
  bottom: -60px;
  right: 0;
}

.white-hero-div.story-quote {
  padding-bottom: 76px;
}

.white-hero-div.home {
  width: 50%;
}

.hero-brush-text {
  width: 296px;
  max-width: 100%;
  color: #fff;
  margin-top: 30px;
  font-family: flood-std;
  font-size: 72px;
  line-height: 76px;
}

.div-block {
  text-align: left;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  display: flex;
}

.block-tag {
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: -16px;
  margin-left: 64px;
  padding: 11px 40px;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.block-tag.center {
  margin-top: -23px;
  margin-left: 0;
  position: static;
  left: 36%;
}

.block-tag.white {
  background-color: var(--white-2);
  color: var(--dark-slate-blue);
  margin-left: 0;
  position: static;
}

.block-tag.white.no-top-margin {
  margin-top: 0;
}

.block-tag.white.wider {
  padding-left: 64px;
  padding-right: 64px;
}

.block-tag.white.blog-grid {
  margin-top: 0;
}

.blue-sentence-link {
  color: var(--dark-slate-blue);
  margin-top: 0;
  transition: opacity .2s;
  display: inline-block;
}

.blue-sentence-link:hover {
  opacity: .5;
}

.take-action-section {
  background-color: var(--aquamarine);
}

.take-action-row {
  width: 100%;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
  display: block;
  position: relative;
}

.take-action-column {
  width: 25%;
  float: left;
  flex: 1;
}

.take-action-column.two {
  padding-left: 0;
  padding-right: 28px;
}

.take-action-column.three {
  margin-left: 0;
  padding-left: 28px;
  padding-right: 0;
}

.take-action-column.one {
  padding-left: 0;
  padding-right: 56px;
}

.take-action-column.four {
  margin-left: 0;
  padding-left: 56px;
}

.heading-sm {
  color: var(--dark-slate-blue);
  margin-top: 0;
  font-family: poynter-oldstyle-display;
  font-size: 28px;
  line-height: 36px;
}

.heading-sm.white {
  color: var(--white-2);
}

.div-block-2 {
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.what-we-do-section {
  background-color: var(--dark-slate-blue);
  padding-top: 88px;
  padding-bottom: 160px;
}

.headline-lrg {
  width: auto;
  max-width: 100%;
  color: var(--white-2);
  margin-top: 0;
  font-family: poynter-oldstyle-display;
  font-size: 44px;
  line-height: 56px;
}

.headline-lrg.blue {
  color: var(--dark-slate-blue);
  margin-top: 0;
}

.text-block {
  z-index: 2;
  margin-top: 0;
  margin-left: 0;
  position: relative;
  top: -5%;
  bottom: auto;
  left: auto;
  right: 26%;
}

.text-block.about {
  right: 0%;
}

.text-block.team {
  position: static;
}

.text-block.slider {
  z-index: 5;
  background-color: var(--dark-slate-blue);
  padding-top: 11px;
  padding-bottom: 11px;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: auto;
  right: 37%;
}

.text-block.climate-change-stats, .text-block.home-hero {
  right: auto;
}

.div-block-4 {
  margin-top: -16px;
  margin-left: 64px;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-4.about {
  width: auto;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.what-we-do-col {
  float: left;
  margin-right: 0;
  display: inline-block;
  position: relative;
}

.what-we-do-col.center, .what-we-do-col.last {
  max-width: 100%;
}

.what-we-do-col-bg {
  width: 90%;
  background-color: var(--white-2);
  text-align: left;
  margin-top: 30px;
  padding: 220px 30px 30px;
}

.what-we-do-image {
  z-index: 10;
  width: 90%;
  height: 224px;
  background-image: url('../images/tree-planting2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 10%;
  position: absolute;
}

.what-we-do-image.two {
  background-image: url('../images/education-training2x.png');
}

.what-we-do-image.three {
  background-image: url('../images/advocacy2x.png');
}

.cta-btn {
  background-color: var(--aquamarine);
  color: var(--dark-slate-blue);
  border-radius: 30px;
  padding: 13px 40px;
  font-family: poynter-oldstyle-display;
  font-size: 18px;
  line-height: 22px;
  transition: background-color .2s, color .2s;
}

.cta-btn:hover {
  background-color: var(--dark-slate-blue);
  color: var(--aquamarine);
}

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

.col-wrap {
  width: auto;
  float: left;
}

.col-wrap.middle {
  margin-left: 60px;
  margin-right: 60px;
}

.left-float {
  float: left;
}

.climate-hunger-section {
  background-image: url('../images/Did-you-know-background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 130px;
}

.brush-text {
  width: 365px;
  max-width: 100%;
  color: #fff;
  margin-top: 30px;
  font-family: flood-std;
  font-size: 72px;
  line-height: 76px;
}

.flex-vert-top-left {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.did-you-know-content-wrap {
  width: 75%;
  float: left;
}

.social-wrap {
  float: left;
  text-align: left;
  flex-direction: column;
  margin-top: 10px;
  margin-left: 50px;
  display: flex;
}

.did-you-know-div {
  width: 100%;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 55px 64px;
  position: relative;
}

.div-block-11 {
  flex: 1;
}

.plus-span {
  margin-left: 5px;
  display: inline-block;
}

.twitter-circle {
  width: 32px;
  height: 32px;
  border: 2px solid var(--aquamarine);
  background-color: var(--aquamarine);
  background-image: url('../images/iconmonstr-twitter-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 13px;
  border-radius: 50%;
  margin-bottom: 0;
  margin-left: 7px;
  margin-right: 7px;
  transition: border-color .2s;
}

.twitter-circle:hover {
  border: 2px solid var(--dark-slate-blue);
  background-color: var(--aquamarine);
}

.twitter-circle.home {
  margin-bottom: 16px;
}

.facebook-circle {
  width: 32px;
  height: 32px;
  border: 2px solid var(--aquamarine);
  background-color: var(--aquamarine);
  background-image: url('../images/iconmonstr-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px 16px;
  border-radius: 50%;
  margin-left: 7px;
  margin-right: 7px;
  transition: border-color .2s;
}

.facebook-circle:hover {
  border-color: var(--dark-slate-blue);
}

.div-block-4-copy {
  margin-top: -23px;
  margin-left: 64px;
  position: absolute;
  top: 0;
  left: 0;
}

.slide-nav {
  text-align: left;
  margin-top: -60px;
  margin-bottom: 0;
  top: 61px;
  left: 0;
  right: 0;
}

.left-arrow, .right-arrow {
  display: none;
}

.quote-div {
  width: 50%;
  max-width: 50%;
  background-color: var(--dark-slate-blue);
  flex: none;
  padding: 50px 64px 60px;
  position: relative;
}

.slide-content-wrap {
  width: 100%;
  height: auto;
  max-width: 100%;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.image {
  z-index: -1;
  max-width: 55%;
  text-align: left;
  flex: none;
  margin-left: 0%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.subheading-sm {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}

.subheading-sm.white {
  color: var(--white-2);
}

.slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.testimonial-slider-section {
  background-color: var(--white-2);
  padding-top: 108px;
  padding-bottom: 128px;
}

.div-block-14 {
  z-index: 10;
  padding-left: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.home-updates-section {
  background-color: var(--dark-slate-blue);
  padding-top: 128px;
  padding-bottom: 112px;
}

.accent-text-lg {
  width: 847px;
  max-width: 100%;
  color: #fff;
  margin-top: 0;
  font-family: flood-std;
  font-size: 72px;
  line-height: 76px;
}

.m-b-70 {
  margin-bottom: 70px;
}

.grid {
  max-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 112px;
  justify-items: start;
}

.div-block-15 {
  padding-bottom: 50px;
  padding-right: 96px;
}

.div-block-16 {
  margin-bottom: 50px;
}

.text-block-2 {
  width: auto;
  max-width: 100%;
  color: var(--white-2);
  font-size: 20px;
  line-height: 32px;
}

.div-block-15-copy {
  max-width: 100%;
  padding-bottom: 50px;
  padding-left: 96px;
  padding-right: 0;
}

.div-block-17 {
  width: 100%;
  background-image: url('../images/tree-planting2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-17-copy {
  width: 100%;
  background-image: url('../images/meeting2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.newsletter-signup-section {
  background-color: var(--aquamarine);
  padding-top: 70px;
  padding-bottom: 70px;
}

.newsletter-form-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.newsletter-cta-wrap {
  width: 50%;
  margin-right: 30px;
}

.form {
  display: flex;
}

.email-input {
  width: auto;
  height: 48px;
  border: 2px solid var(--white-2);
  color: var(--dark-slate-blue);
  border-radius: 100px;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 30px;
  padding: 10px 115px 13px 24px;
  font-size: 17px;
  line-height: 30px;
  transition: border-color .2s;
}

.email-input:focus {
  border-color: var(--dark-slate-blue);
}

.email-input::-ms-input-placeholder {
  color: var(--dark-slate-blue);
}

.email-input::placeholder {
  color: var(--dark-slate-blue);
}

.flex-hor-left-stretch {
  display: flex;
}

.form-block {
  width: 100%;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: space-between;
  display: flex;
}

.submit-btn {
  background-color: var(--dark-slate-blue);
  color: var(--aquamarine);
  letter-spacing: .5px;
  border-radius: 100px;
  flex: none;
  padding: 13px 37px;
  font-family: poynter-oldstyle-display;
  font-size: 18px;
  line-height: 22px;
  transition: background-color .2s, color .2s;
}

.submit-btn:hover {
  background-color: var(--white-2);
  color: var(--dark-slate-blue);
}

.footer-section {
  background-color: #fff;
  padding-top: 114px;
  padding-bottom: 0;
}

.div-block-22 {
  max-width: 100%;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.footer-row {
  flex: 1;
  justify-content: space-around;
  display: flex;
}

.div-block-24 {
  height: 1px;
  background-color: var(--dark-slate-blue);
  margin-bottom: 12px;
}

.footer-col {
  width: 160px;
  max-width: 33%;
}

.footer-brush-text {
  width: 180px;
  max-width: 180px;
  text-align: right;
  flex: 0 auto;
  font-family: flood-std;
  font-size: 44px;
  line-height: 46px;
}

.footer-heading {
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 18px;
}

.text-block-4 {
  color: var(--dark-slate-blue);
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.footer-link {
  color: var(--dark-slate-blue);
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: .5;
}

.footer-link.underlined {
  text-decoration: underline;
}

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

.div-block-26 {
  max-width: 100%;
  justify-content: space-around;
  display: flex;
}

.nav-content-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.burger-4 {
  width: 80px;
  height: 80px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 25px rgba(40, 7, 128, .15);
}

.take-action-link {
  color: var(--dark-slate-blue);
  text-decoration: none;
}

.underline {
  width: 0%;
  height: 1px;
  background-color: var(--dark-slate-blue);
  margin-bottom: 10px;
}

.about-hero-section {
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0), rgba(53, 68, 99, .29)), url('../images/tile6.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 0;
  padding-bottom: 0;
}

.values-icon {
  max-height: 56px;
  max-width: 56px;
}

.values-col {
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.values-col.second-row {
  margin-top: 60px;
}

.m-t-80 {
  margin-top: 80px;
}

.mission-values-section {
  background-color: var(--dark-slate-blue);
  padding-top: 88px;
  padding-bottom: 160px;
}

.team-section {
  background-color: var(--white-2);
  padding-top: 128px;
  padding-bottom: 96px;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.body-text {
  letter-spacing: -.2px;
  font-size: 20px;
  line-height: 30px;
}

.team-section-description {
  width: 1034px;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 100px;
}

.column-2 {
  padding-top: 10px;
}

.team-member-col {
  width: 33%;
  margin-bottom: 70px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.team-member-image {
  width: 93%;
  height: 320px;
  background-image: url('../images/Screen-Shot-2018-10-04-at-9.35.07-PM2x.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-image.two {
  background-image: url('../images/Screen-Shot-2018-10-04-at-9.35.17-PM2x.png');
  background-size: 320px;
}

.team-member-image.three {
  background-image: url('../images/Screen-Shot-2018-10-04-at-9.35.37-PM2x.png');
  background-size: 320px;
}

.team-member-image.four {
  background-image: url('../images/Screen-Shot-2018-10-04-at-9.36.04-PM2x-1.png');
  background-size: 320px;
}

.team-member-image.five {
  background-image: url('../images/Screen-Shot-2018-10-04-at-9.36.19-PM2x.png');
  background-size: 320px;
}

.team-member-image.six {
  background-image: url('../images/Screen-Shot-2018-10-04-at-9.37.13-PM2x.png');
  background-size: 320px;
}

.team-member-name {
  width: 93%;
  float: right;
  background-color: var(--dark-slate-blue);
  color: var(--white-2);
  margin-top: -24px;
  padding: 14px 10px 14px 30px;
}

.stats-section {
  background-color: var(--dark-slate-blue);
  background-image: url('../images/Impact-Background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 128px;
  padding-bottom: 128px;
  position: relative;
}

.div-block-31 {
  text-align: center;
}

.div-block-32 {
  width: 742px;
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.stat-number {
  color: var(--white-2);
  margin-bottom: 0;
  font-family: flood-std;
  font-size: 72px;
  line-height: 78px;
}

.about-history-section {
  background-color: var(--dark-slate-blue);
  padding-top: 128px;
  padding-bottom: 112px;
}

.history-slide {
  width: 33.33%;
}

.history-slide-wrap {
  margin-left: 16px;
  margin-right: 16px;
}

.history-slider-item-image {
  width: 100%;
  height: 250px;
  background-image: url('../images/Image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.div-block-34 {
  background-color: #fff;
  padding: 32px;
}

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

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.slide-nav-2 {
  bottom: -50px;
}

.mask {
  width: auto;
}

.div-block-35 {
  padding-left: 32px;
  position: relative;
  top: 23px;
}

.navbar-2 {
  background-color: var(--black);
}

.latest-blog-section {
  background-color: var(--dark-slate-blue);
  padding-top: 64px;
  padding-bottom: 64px;
}

.m-b-64 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.accent-heading {
  color: var(--white-2);
  font-family: flood-std;
  font-size: 44px;
  line-height: 46px;
}

.accent-heading.blue {
  z-index: 1;
  color: var(--dark-slate-blue);
  margin-top: 0;
  display: inline-block;
  position: absolute;
}

.div-block-37 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.youtube-circle {
  width: 32px;
  height: 32px;
  border: 2px solid var(--aquamarine);
  background-color: var(--aquamarine);
  background-image: url('../images/social-1_logo-youtube2x_1social-1_logo-youtube@2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 50%;
  margin-left: 7px;
  margin-right: 7px;
  transition: border-color .2s;
}

.youtube-circle:hover {
  border-color: var(--dark-slate-blue);
}

.instagram-circle {
  width: 32px;
  height: 32px;
  border: 2px solid var(--aquamarine);
  background-color: var(--aquamarine);
  background-image: url('../images/social-1_logo-instagram2x_1social-1_logo-instagram@2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 50%;
  margin-left: 7px;
  margin-right: 7px;
  transition: border-color .2s;
}

.instagram-circle:hover {
  border-color: var(--dark-slate-blue);
}

.rss-circle {
  width: 32px;
  height: 32px;
  border: 2px solid var(--aquamarine);
  background-color: var(--aquamarine);
  background-image: url('../images/Group-512x_1Group 51@2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 50%;
  margin-left: 7px;
  margin-right: 7px;
  transition: border-color .2s;
}

.rss-circle:hover {
  border-color: var(--dark-slate-blue);
}

.paragraph {
  color: var(--white-2);
  text-transform: uppercase;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 0;
  font-size: 14px;
  line-height: 18px;
  display: block;
}

.latest-blog-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
}

.latest-blog-image-wrap {
  height: 416px;
  background-image: url('../images/Blog-post-image2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.latest-blog-content-wrap {
  background-color: var(--aquamarine);
  padding: 60px 64px;
}

.medium-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: poynter-oldstyle-display;
  font-size: 36px;
  line-height: 46px;
}

.m-t-24 {
  margin-top: 24px;
}

.blog-grid-section {
  padding-top: 64px;
  padding-bottom: 122px;
}

.tabs-menu {
  background-color: var(--dark-slate-blue);
  text-align: right;
  border-radius: 50px;
  padding: 10px;
  display: inline-block;
}

.tabs {
  text-align: right;
}

.div-block-38 {
  position: relative;
}

.blog-post-tab-menu-link {
  color: var(--aquamarine);
  background-color: rgba(221, 221, 221, 0);
  text-decoration: underline;
  transition: font-size .2s;
}

.blog-post-tab-menu-link:hover {
  font-size: 16px;
  text-decoration: none;
}

.blog-post-tab-menu-link.w--current {
  color: var(--dark-slate-blue);
  background-color: #fff;
  border-radius: 50px;
  text-decoration: none;
}

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

.div-block-40 {
  width: 48.5%;
  background-color: var(--dark-slate-blue);
  position: relative;
}

.grid-2 {
  grid-template-rows: auto auto;
}

.div-block-41 {
  height: 216px;
  background-image: url('../images/ian-macharia-509884-unsplash.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-42 {
  text-align: left;
  padding: 50px 30px 30px;
  position: relative;
}

.div-block-43 {
  position: absolute;
  top: -9%;
  bottom: auto;
  left: 30px;
  right: auto;
}

.div-block-43.event {
  z-index: 1;
  top: 38%;
  bottom: auto;
  left: 30px;
  right: auto;
}

.white-sentence-link {
  color: var(--white);
  margin-top: 0;
  transition: opacity .2s;
  display: block;
}

.white-sentence-link:hover {
  opacity: .5;
}

.div-block-44 {
  background-color: var(--dark-slate-blue);
  flex-direction: column;
  display: flex;
  position: relative;
}

.div-block-45 {
  height: 279px;
  background-image: url('../images/tree-planting.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.div-block-46 {
  text-align: left;
  flex: 1;
  padding: 30px;
}

.tabs-content {
  margin-top: 60px;
}

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

.div-block-48 {
  width: 393px;
  max-width: 100%;
}

.stories-section {
  background-color: var(--dark-slate-blue);
  padding-top: 64px;
  padding-bottom: 64px;
}

.stories-sidebar {
  width: 246px;
  margin-right: 64px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-50 {
  z-index: 1;
  justify-content: flex-end;
  display: block;
  position: relative;
}

.image-4 {
  width: 768px;
  flex: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.stories-tabs-menu {
  margin-top: 40px;
}

.story-name {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  line-height: 30px;
}

.story-name.claudia {
  background-color: var(--aquamarine);
  color: var(--dark-slate-blue);
  cursor: pointer;
}

.story-name.zainab, .story-name.caritas, .story-name.euphrasie, .story-name.unis, .story-name.regina {
  cursor: pointer;
}

.stories-tab-content {
  width: 100%;
  padding-top: 545px;
  position: relative;
}

.stories-tab-content.claudia {
  display: block;
}

.stories-tab-content.zainab, .stories-tab-content.caritas, .stories-tab-content.eurphrasie, .stories-tab-content.unis, .stories-tab-content.regina {
  display: none;
}

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

.div-block-53 {
  width: 544px;
  flex: none;
}

.div-block-54 {
  padding-left: 63px;
}

.story-name-heading {
  color: var(--white-2);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: poynter-oldstyle-display;
  font-size: 44px;
  line-height: 56px;
}

.story-body-text {
  color: var(--white);
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 32px;
}

.success-message {
  background-color: #ddf6e6;
}

.text-block-8 {
  color: var(--dark-slate-blue);
  font-weight: 400;
}

.page-transition-overlay {
  z-index: 9999;
  background-color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lower-footer-wrap {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

.lottie-animation {
  width: 200px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.wbs-menu-button {
  background-color: var(--flowstica-webflow-library--white-smoke);
  border-radius: 10px;
}

.wbs-menu-button.w--open {
  background-color: var(--flowstica-webflow-library--medium-sea-green);
}

.wbs-button-primary-4 {
  background-color: var(--aquamarine);
  color: var(--flowstica-webflow-library--white);
  text-align: center;
  border-radius: 6px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
  transition: background-color .3s ease-in-out;
}

.wbs-button-primary-4:hover {
  background-color: var(--flowstica-webflow-library--black);
}

.wbs-nav-center-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.wbs-nav-link {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.wbs-nav-link.w--current {
  color: red;
  font-weight: 600;
}

.wbs-dropdown-link {
  color: var(--flowstica-webflow-library--black);
  font-size: 16px;
  font-weight: 700;
  transition: color .3s ease-in-out;
}

.wbs-dropdown-link:hover {
  color: var(--flowstica-webflow-library--medium-sea-green);
}

.wbs-dropdown-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.wbs-dropdown-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wbs-dropdown-list {
  background-color: var(--flowstica-webflow-library--white);
  border: 1px solid rgba(1, 11, 21, .12);
  border-radius: 10px;
  padding: 15px 10px;
}

.wbs-logo {
  height: auto;
}

.wbs-nav-center-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.wbs-navbar-center {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 15px;
  padding-bottom: 15px;
}

.wbs-section {
  z-index: 2000;
  background-color: #000;
  padding: 1rem 3%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.wbs-hero-image {
  border-radius: 10px;
  margin-left: 80px;
}

.wbs-button-link-icon-image {
  height: 20px;
}

.wbs-button-link-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--flowstica-webflow-library--black);
  border-radius: 6px;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.wbs-button-black {
  background-color: var(--flowstica-webflow-library--black);
  color: var(--flowstica-webflow-library--white);
  border-radius: 6px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s ease-in-out;
}

.wbs-button-black:hover {
  background-color: var(--flowstica-webflow-library--black-2);
  color: var(--flowstica-webflow-library--white);
}

.wbs-hero-1-button {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.wbs-spacing-30 {
  height: 1.875rem;
}

.wbs-lead-text {
  color: var(--flowstica-webflow-library--black);
  font-size: 1.125rem;
  line-height: 1.6rem;
}

.wbs-lead-text.a-propos {
  color: var(--white-2);
  text-align: center;
  margin-bottom: 34px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.wbs-heading-h1 {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 1.4rem;
  font-family: Montserrat, sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: .9em;
}

.wbs-hero-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.wbs-section-2 {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/tile7.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding: 6.25rem 5%;
}

.wbs-blog-content {
  margin-bottom: 30px;
}

.wbs-blog-title {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
}

.wbs-blog-info {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 15px;
  display: flex;
}

.wbs-blog-image {
  border-radius: 10px;
}

.wbs-blog-image-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.wbs-blog-item {
  color: var(--flowstica-webflow-library--black);
  text-decoration: none;
}

.wbs-blog-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wbs-section-3 {
  background-image: linear-gradient(rgba(255, 255, 255, .86), rgba(255, 255, 255, .86)), url('../images/tile8.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 6.25rem 5%;
}

.wbs-section-3.vgvbn {
  background-image: linear-gradient(rgba(0, 0, 0, .73), rgba(0, 0, 0, .73)), url('../images/tile8.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.wbs-button-link {
  color: var(--flowstica-webflow-library--black);
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s ease-in-out;
}

.wbs-accordion-content {
  padding-top: 10px;
  overflow: hidden;
}

.wbs-accordion-icon {
  width: 14px;
  margin-top: 5px;
}

.wbs-accordion-title {
  color: var(--flowstica-webflow-library--black);
  margin-bottom: 0;
  font-size: 22px;
  line-height: 28px;
}

.wbs-accordion-heading {
  cursor: pointer;
  justify-content: space-between;
  display: flex;
}

.wbs-accordion-item {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(1, 11, 21, .12);
  border-radius: 10px;
  padding: 15px 20px 10px;
}

.wbs-accordion {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.wbs-faq-image {
  border-radius: 10px;
}

.wbs-according-split {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.wbs-according-split.juj {
  margin-top: 92px;
}

.wbs-step-icon {
  z-index: 0;
  height: 250px;
  opacity: .07;
  position: absolute;
  top: auto;
  bottom: -20px;
  left: auto;
  right: -20px;
  transform: rotate(-40deg);
}

.wbs-step-title-03 {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  font-size: 1.5rem;
}

.wbs-step-badge-03 {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .41);
  border-radius: 20px;
  margin-bottom: -8px;
  padding: 7px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
}

.wbs-step-badge-03:hover {
  border-color: #fff;
}

.wbs-step-item-03 {
  background-color: var(--flowstica-webflow-library--white-smoke);
  background-image: linear-gradient(rgba(0, 0, 0, .66), rgba(0, 0, 0, .66)), url('../images/grass.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.875rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wbs-step-item-03:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/grass.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.wbs-step-title {
  color: var(--flowstica-webflow-library--white);
  text-align: center;
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
}

.wbs-step-badge {
  color: var(--flowstica-webflow-library--white);
  background-color: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .41);
  border-radius: 20px;
  margin-bottom: 16px;
  padding: 7px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
}

.wbs-step-badge:hover {
  border-color: #fff;
}

.wbs-step-badge.opp {
  background-color: rgba(0, 0, 0, .24);
  border: 1px solid rgba(255, 255, 255, .41);
  border-radius: 20px;
  margin-top: -4px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
}

.wbs-step-badge.opp:hover {
  border-color: #fff;
}

.wbs-step-item-02 {
  background-color: var(--flowstica-webflow-library--black);
  background-image: linear-gradient(rgba(255, 0, 0, .5), rgba(255, 0, 0, .5)), url('../images/gym.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.875rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wbs-step-item-02:hover {
  background-image: linear-gradient(rgba(255, 0, 0, .3), rgba(255, 0, 0, .3)), url('../images/gym.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.wbs-step-item-01 {
  background-color: var(--flowstica-webflow-library--medium-sea-green);
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/tile10.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.875rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wbs-step-item-01:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/tile10.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.wbs-steps {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.walsh-label-button {
  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.2em;
}

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

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

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

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

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ec2000;
  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: #686868;
}

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

.walsh-icon-check {
  height: 9px;
}

.walsh-circle-check {
  width: 24px;
  height: 24px;
  background-color: rgba(147, 255, 65, .2);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.walsh-list-flex-white {
  color: rgba(255, 255, 255, .8);
  text-align: left;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  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: 16px;
  display: flex;
}

.walsh-flex-col {
  grid-column-gap: 2em;
  display: flex;
}

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

.walsh-heading-large-white.xhz {
  text-align: center;
  margin-bottom: 26px;
  font-size: 3.9em;
}

.walsh-heading-large-white.xhz.offres {
  color: #000;
  margin-bottom: 46px;
}

.walsh-tag-white {
  color: var(--flowstica-webflow-library--white-smoke);
  text-align: left;
  text-transform: uppercase;
  background-color: rgba(253, 6, 10, .41);
  border: 1px solid rgba(255, 255, 255, .41);
  border-radius: 200px;
  align-items: center;
  margin-bottom: 19px;
  padding: 7px 20px;
  font-size: 16px;
  display: flex;
  overflow: hidden;
}

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

.walsh-main-grid {
  width: 100%;
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 34px;
  display: flex;
  position: relative;
}

.walsh-cta-block-dark-green {
  width: 100%;
  background-color: var(--flowstica-webflow-library--black);
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/tile5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 8px;
  padding: 5.5em;
  position: relative;
  overflow: hidden;
}

.walsh-cta-block-dark-green.bbbv {
  height: 600px;
  background-image: linear-gradient(rgba(0, 0, 0, .62), rgba(0, 0, 0, .62)), url('../images/tile.jpg');
  background-size: auto, cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-cta-block-dark-green.bzhzhz {
  background-image: linear-gradient(rgba(0, 0, 0, .39), rgba(0, 0, 0, .39)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/tile.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-bottom: 0;
  display: block;
}

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

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

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

.walsh-link-wrapper:hover {
  color: rgba(87, 85, 85, .85);
  padding-right: 0;
}

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

.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-hero-p-wrapper {
  width: 100%;
  max-width: 36em;
}

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

.walsh-title-tag {
  color: var(--walsh--black);
  font-family: Montserrat, sans-serif;
  font-size: 1.6em;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

.column-3 {
  height: 700px;
  background-image: url('../images/tile11.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.column-3.gxzx {
  background-image: url('../images/grass.jpg');
}

.column-4 {
  height: 700px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-5 {
  height: 700px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-6 {
  height: 700px;
  background-image: url('../images/gym.jpg');
  background-position: 50%;
  background-size: cover;
}

.column-6.dya {
  background-image: url('../images/turf.jpg');
}

.container {
  background-color: rgba(0, 0, 0, .75);
  background-image: url('../images/Fichier-2.png');
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 50px 67px;
  display: flex;
}

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

.image-5 {
  margin-bottom: 18px;
}

.cf-testimonial-logos {
  width: 100%;
  max-width: 120px;
}

.cf-testimonial-logos._3 {
  margin-right: 20px;
}

.cf-hero-logos-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.cf-logos-text {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 133%;
}

.cf-testimonial-logos-contain {
  width: 90%;
  max-width: 1130px;
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  margin: 70px auto;
  display: flex;
}

.cf-hero-layer-blur {
  width: 100%;
  height: 140px;
  filter: blur(25px);
  background-color: #f3f3f3;
  position: absolute;
  top: auto;
  bottom: -12%;
  left: 0%;
  right: 0%;
}

.cf-testimonial-name-position {
  color: #0d0e10;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}

.cf-testimonial-text---italic {
  color: #0d0e10;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 156%;
}

.cf-black-review-stars {
  margin-bottom: 14px;
}

.cf-hero-testimonial-contain {
  z-index: 1;
  max-width: 360px;
  background-color: #fff;
  border-radius: 16px;
  padding: 24px 32px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 0 24px 94px rgba(0, 0, 0, .08);
}

.cf-hero-right-image {
  margin-left: 67px;
}

.cf-image-review-container {
  width: 50%;
  max-width: 627px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-testimonial-logo-image {
  margin-left: 16px;
}

.cf-extra-bold-span {
  font-weight: 800;
}

.cf-star-image {
  margin-right: 16px;
}

.cf-testmonial-text-wrapper {
  color: rgba(13, 14, 16, .9);
  align-items: center;
  margin-top: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

.cf-button-gradient {
  z-index: auto;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 5%;
  right: 0%;
}

.cf-call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.cf-cta-arrow-div {
  z-index: 1;
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0);
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-button-text {
  z-index: 1;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: relative;
}

.cf-cta-button {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #b16cea;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 26px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-button:hover {
  background-color: #b16cea;
}

.cf-cta-button.rectangle {
  border-radius: 16px;
  padding-right: 30px;
}

.cf-cta-button.rectangle.small {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 26px;
  margin-top: 26px;
  margin-right: 20px;
  padding: 12px 20px;
}

.cf-cta-button.rectangle.small.teru {
  background-color: rgba(0, 0, 0, 0);
}

.cf-18px-paragraph {
  max-width: 510px;
  color: rgba(0, 0, 0, .9);
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-64px-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: -17px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 105%;
}

.home-left-wrapper {
  width: 50%;
  max-width: 540px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.cf-1140px-wrapper {
  width: 90%;
  max-width: 1140px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-section-2 {
  height: 800px;
  background-color: #000;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .89), rgba(255, 0, 0, .48)), url('../images/test-gara.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 11px;
  padding-top: 51px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.text-span {
  font-size: 34px;
}

.cf-error-message-dark {
  color: #bd333d;
  background-color: rgba(252, 107, 92, .3);
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cf-success-message {
  color: #fff;
  background-color: #b16cea;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-form-gradient-submit {
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  border-radius: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.cf-borders-text-field {
  height: 60px;
  color: #0d0e10;
  letter-spacing: -.32px;
  border: 1px solid rgba(13, 14, 16, .1);
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field:focus {
  border-color: rgba(13, 14, 16, .2);
}

.cf-borders-text-field::-ms-input-placeholder {
  color: rgba(13, 14, 16, .4);
}

.cf-borders-text-field::placeholder {
  color: rgba(13, 14, 16, .4);
}

.cf-borders-text-field.message {
  margin-bottom: 32px;
}

.cf-borders-text-field-dropdown {
  width: 95%;
  height: 60px;
  color: rgba(13, 14, 16, .4);
  letter-spacing: -.32px;
  background-color: #fff;
  border: 1px rgba(13, 14, 16, .1);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field-dropdown:focus {
  border-color: rgba(13, 14, 16, .2);
}

.cf-borders-text-field-dropdown::-ms-input-placeholder {
  color: rgba(13, 14, 16, .4);
}

.cf-borders-text-field-dropdown::placeholder {
  color: rgba(13, 14, 16, .4);
}

.cf-form-dropdown {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 8px;
  margin-bottom: 20px;
}

.cf-form-heading-28px {
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-send-message-form {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 48px;
}

.cf-form-right-wrapper {
  width: 100%;
}

.cf-footer-info {
  color: #fff;
  letter-spacing: -.48px;
  font-size: 20px;
  line-height: 150%;
}

.cf-info-heading {
  color: rgba(255, 255, 255, .4);
  letter-spacing: .96px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.cf-footer-headings-wrap {
  margin-left: 32px;
}

.cf-features-section-1-image-contai {
  object-fit: contain;
  border-radius: 100%;
}

.cf-form-icon {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cf-footer-info-contain {
  align-items: flex-start;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.cf-footer-info-contain.last {
  margin-bottom: 0;
}

.cf-footer-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .2);
  margin-top: 48px;
  margin-bottom: 48px;
}

.cf-white-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  transition: all .2s;
}

.cf-white-link:hover {
  color: #ffa84b;
  border-bottom-color: #ffa84b;
}

.cf-form-paragraph {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-form-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-form-left-wrapper {
  width: 50%;
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.cf-form-main-wrapper {
  width: 90%;
  max-width: 1140px;
  background-color: #0d0e10;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 70px 70px 80px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-form-section-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-growth-para-text-18px {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.cf-growth-heading-32px {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.cf-growth-hero-image {
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
}

.cf-growth-wrapper {
  width: 100%;
  max-width: 360px;
  background-color: #fff;
  border-radius: 22px;
  padding: 48px 40px;
  box-shadow: 0 13px 100px rgba(199, 199, 199, .25);
}

.cf-growth-wrapper.large {
  max-width: 760px;
  color: #fff;
  background-color: #000;
  background-image: url('../images/Highlight_03.svg');
  background-position: 38px 38px;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 56px;
  padding-right: 80px;
  display: flex;
}

.cf-growth-para-text-20px {
  opacity: .7;
  margin-top: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.cf-text-opacity-70-italic {
  background-image: linear-gradient(to right, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 60%, var(--conversion-flow-library--sandy-brown));
  opacity: 1;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-style: italic;
  font-weight: 700;
  display: inline-block;
}

.cf-growth-h2-heading-56px {
  letter-spacing: -.01em;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.cf-growth-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.cf-growth-container {
  z-index: 11;
  width: 100%;
  height: 100%;
  position: relative;
}

.cf-wrapper-1160 {
  width: 90%;
  max-width: 1160px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.growth-flex {
  padding-bottom: 180px;
}

.cf-growth-section {
  display: none;
  position: relative;
}

.cf-footer-link {
  color: var(--conversion-flow-library--medium-purple);
}

.cf-copyright-text-2 {
  color: rgba(255, 255, 255, .8);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 120%;
}

.cf-footer-copyright-wrapper {
  width: 100%;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .2);
  padding-top: 32px;
}

.cf-footer-links {
  color: rgba(255, 255, 255, .9);
  letter-spacing: .5px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-decoration: none;
}

.cf-footer-links:hover {
  color: var(--conversion-flow-library--medium-purple);
}

.cf-footer-links.w--open {
  padding-right: 55px;
}

.cf-footer-links-header {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.cf-footer-link-inner-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-footer-link-inner-wrapper.bottom-padding {
  margin-bottom: 20px;
}

.cf-footer-links-wrapper {
  max-width: 150px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.cf-footer-right-container {
  width: 60%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: flex;
}

.cf-footer-social-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.cf-footer-social-link-block {
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  padding: 12px;
  transition: background-color .26s;
  display: flex;
}

.cf-footer-social-link-block:hover {
  background-color: var(--conversion-flow-library--sandy-brown);
}

.cf-footer-social-wrapper {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.cf-footer-paragraph {
  max-width: 400px;
  letter-spacing: .5px;
  margin-top: 32px;
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 28px;
}

.cf-footer-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cf-footer-logo-link.w--current {
  height: 39px;
  margin-bottom: 0;
}

.cf-footer-left-container {
  height: auto;
}

.cf-footer-container {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 60px;
  display: flex;
}

.cf-footer-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.cf-wrapper-1200px {
  width: 90%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.cf-footer-section {
  width: 100%;
  color: #fff;
  background-color: #0d0d0d;
  background-image: url('../images/Shapes.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 40px;
}

.container-2, .div-block-56 {
  display: flex;
}

.image-6 {
  margin-bottom: 13px;
}

.cf-features-section-1-image-contai-2 {
  object-fit: contain;
  border-radius: 100%;
  margin-bottom: 12px;
}

.column-33 {
  height: 120px;
  background-color: #4b9320;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

.container-1176.bghg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.heading-6 {
  color: #fff;
  font-size: 27px;
}

.column-32 {
  height: 120px;
  background-color: #d9621d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.cf-form-section-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .81), rgba(0, 0, 0, .81)), url('../images/tile11.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 60px;
  display: block;
}

.cf-footer-info-2 {
  color: #fff;
  letter-spacing: -.48px;
  font-size: 22px;
  line-height: 150%;
}

.walsh-full-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
}

.cf-service-paragraph {
  color: rgba(13, 14, 16, .9);
  text-align: left;
  word-break: keep-all;
  border: 1px #569610;
  margin-top: -3px;
  margin-bottom: 0;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 156%;
}

.cf-service-paragraph.fhge {
  color: rgba(255, 255, 255, .9);
  text-align: center;
  margin-bottom: 23px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 80%;
}

.cf-form-main-wrapper-2 {
  width: 90%;
  max-width: 1140px;
  background-color: rgba(13, 14, 16, .75);
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: 18px auto 33px;
  padding: 70px 70px 70px 80px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-footer-headings-wrap-2 {
  margin-left: 0;
}

.cf-info-heading-2 {
  color: rgba(255, 255, 255, .66);
  text-align: center;
  letter-spacing: .96px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 500;
  line-height: 130%;
}

.cf-footer-info-contain-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 34px;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.text-block-10 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.walsh-cta-frame-image-overflow {
  width: auto;
  height: 25em;
  border-radius: 200px 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.html-embed-2 {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 49px;
  padding-top: 16px;
}

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

.cf-features-section-2-heading.cbert {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
  display: flex;
}

.image-42 {
  margin-bottom: 27px;
}

.image-43 {
  margin-bottom: 33px;
}

.text-span-2 {
  color: rgba(255, 0, 4, .8);
}

.image-44 {
  margin-bottom: -30px;
  margin-left: 113px;
}

.image-45 {
  width: 500px;
  max-width: none;
  margin-top: -91px;
  margin-left: -193px;
}

.image-46, .image-47 {
  height: 249px;
}

.section {
  height: 600px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/tile11.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.lottie-animation-2 {
  width: 150px;
  margin-top: 21px;
}

.lottie-animation-2.ghh {
  margin-top: 11px;
}

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

.walsh-logo-wrapper-transparent {
  width: auto;
  justify-content: center;
  align-items: center;
  padding: 2.5em 2em;
  display: flex;
}

.walsh-logo-wall-wrapper-no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
}

.walsh-heading-medium {
  color: var(--walsh--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.1;
}

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

.walsh-container-block {
  width: 100%;
  padding: 4.5em;
  position: relative;
  overflow: hidden;
}

.walsh-container-4 {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  background-image: linear-gradient(rgba(255, 255, 255, .95), rgba(255, 255, 255, .95)), url('../images/tile7.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.body-2 {
  background-color: #000;
}

.soum {
  background-color: #f30105;
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.politique-vie-priv-e {
  background-image: linear-gradient(rgba(255, 255, 255, .94), rgba(255, 255, 255, .94));
  padding-top: 194px;
}

.heading-17 {
  text-align: center;
  margin-bottom: 52px;
}

.heading-17.tyy {
  color: #000;
}

.text-block-26 {
  text-align: center;
  margin-bottom: 52px;
  font-size: 15px;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 46px;
  display: flex;
}

.container-11 {
  padding-bottom: 113px;
}

.features-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 16px;
}

.features-right {
  max-width: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -16px;
  display: flex;
}

.cookie-modal_styles {
  display: none;
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-popup_component-4 {
  z-index: 9500;
  max-width: 25rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: auto;
  right: 1.25rem;
}

.cookie-modal_button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  color: #e67818;
  background-color: #262926;
}

.cookie-modal_button.is-secondary {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  padding-left: .5em;
  padding-right: .5em;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_closebutton_line {
  width: 1rem;
  height: 2px;
  background-color: #515750;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.cookie-modal_component-4 {
  max-width: 32rem;
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem rgba(38, 41, 38, .05);
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  font-size: 1.1875rem;
}

.link-6 {
  color: #797979;
}

.cookie-modal_description {
  font-size: 1rem;
}

.cookie-modal_closebutton {
  z-index: 5;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  background-color: #000;
  justify-content: flex-start;
  padding: 1.5rem;
}

.cf-footer-social-link-block-2 {
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  padding: 12px;
  transition: background-color .26s;
  display: flex;
}

.cf-footer-social-link-block-2:hover {
  background-color: #f00105;
}

.cf-footer-links-2 {
  color: rgba(255, 255, 255, .9);
  letter-spacing: .5px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 24px;
  text-decoration: none;
}

.cf-footer-links-2:hover {
  color: #e70101;
}

.cf-footer-links-2.w--open {
  padding-right: 55px;
}

.image-48 {
  margin-bottom: 33px;
}

.cf-copyright-text-3 {
  color: rgba(255, 255, 255, .8);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 120%;
}

html.w-mod-js [data-ix="close-word-on-load"] {
  transform: translate(100%);
}

html.w-mod-js [data-ix="bottom-x-2"] {
  opacity: 0;
  transform: rotate(-45deg)translate(0, 50%);
}

html.w-mod-js [data-ix="spring-initial-0"] {
  height: 0;
}

html.w-mod-js [data-ix="moose-nav-link-2"] {
  opacity: 0;
  transform: translate(0, -20px);
}

html.w-mod-js [data-ix="sliding-block"] {
  width: 0;
}

html.w-mod-js [data-ix="square-front"] {
  opacity: 1;
}

html.w-mod-js [data-ix="moose-nav-link-3"], html.w-mod-js [data-ix="moose-nav-link-1"] {
  opacity: 0;
  transform: translate(0, -20px);
}

html.w-mod-js [data-ix="bottom-x"] {
  opacity: 0;
  transform: rotate(45deg)translate(0, 50%);
}

@media screen and (min-width: 1280px) {
  .cf-testimonial-logos {
    max-width: 130px;
  }

  .cf-footer-links {
    color: rgba(255, 255, 255, .7);
    transition: opacity .2s;
  }

  .cf-footer-links:hover {
    color: #fff;
  }

  .cf-footer-link-inner-wrapper {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .cf-footer-right-container {
    justify-content: flex-end;
  }

  .cf-footer-links-2 {
    color: rgba(255, 255, 255, .7);
    transition: opacity .2s;
  }

  .cf-footer-links-2:hover {
    color: #fff;
  }
}

@media screen and (min-width: 1440px) {
  .walsh-cta-h-wrapper {
    justify-content: center;
  }

  .walsh-main-grid {
    width: 1029px;
  }

  .walsh-cta-block-dark-green.bbbv {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cf-testimonial-logos {
    max-width: 140px;
  }

  .cf-footer-right-container {
    justify-content: flex-end;
    margin-left: 5%;
  }

  .cf-form-section-2 {
    padding-top: 130px;
  }
}

@media screen and (max-width: 991px) {
  .m-t-50.tablet-m-t-30 {
    margin-top: 30px;
  }

  .close, .open {
    line-height: 45px;
  }

  .sliding-block {
    max-width: 250px;
  }

  .logo-text {
    text-align: left;
  }

  .nav-link-2 {
    display: none;
  }

  .nav-link-2.contact-btn {
    margin-bottom: 0;
    display: block;
  }

  .nav-link-2.tablet {
    margin: 0 20px 7px 0;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
  }

  .contain {
    width: 660px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contain.flex {
    display: block;
  }

  .contain.relative {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brand.footer {
    text-align: left;
    align-self: flex-start;
    margin-bottom: 32px;
  }

  .brand.nav {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .home-hero-section {
    background-image: linear-gradient(rgba(53, 68, 99, .31), rgba(53, 68, 99, .31)), url('../images/annie-spratt-135307-unsplash2x.png');
    background-position: 0 0, 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .flex-hor-left-middle.tablet-reverse {
    flex-direction: column-reverse;
  }

  .flex-hor-left-middle.stretch-on-tablet {
    align-items: stretch;
  }

  .flex-hor-left-middle.center {
    justify-content: space-between;
  }

  .white-hero-div {
    width: 100%;
  }

  .white-hero-div.absolute {
    width: 100%;
    margin-top: 60px;
    position: relative;
    bottom: 0;
  }

  .white-hero-div.story-quote {
    padding-bottom: 76px;
  }

  .white-hero-div.home {
    width: 100%;
  }

  .hero-brush-text {
    margin-top: 0;
  }

  .div-block {
    margin-bottom: 90px;
  }

  .block-tag.center {
    margin-left: 0;
  }

  .blue-sentence-link {
    font-size: 14px;
    line-height: 20px;
  }

  .take-action-row {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .take-action-column {
    width: 50%;
    margin-bottom: 40px;
  }

  .take-action-column.two {
    padding-left: 64px;
    padding-right: 0;
  }

  .take-action-column.three {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 64px;
  }

  .take-action-column.one {
    width: 50%;
    padding-right: 64px;
  }

  .take-action-column.four {
    margin-bottom: 0;
    padding-left: 64px;
  }

  .heading-sm.white, .heading-sm.smaller-on-tablet {
    font-size: 22px;
    line-height: 28px;
  }

  .what-we-do-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .headline-lrg {
    font-size: 28px;
    line-height: 36px;
  }

  .text-block.slider {
    margin-bottom: 30px;
    position: static;
  }

  .what-we-do-col {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .what-we-do-col.last {
    margin-top: 0;
    margin-bottom: 0;
  }

  .what-we-do-image {
    height: 200px;
  }

  .cta-btn {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-7 {
    margin-top: 32px;
    margin-bottom: 0;
  }

  .col-wrap {
    width: 100%;
  }

  .col-wrap.middle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .climate-hunger-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brush-text {
    width: 100%;
    font-size: 44px;
    line-height: 46px;
  }

  .flex-vert-top-left {
    width: 25%;
    flex: 0 auto;
    align-items: flex-start;
    margin-right: 64px;
  }

  .social-wrap {
    margin-left: 0;
  }

  .did-you-know-div {
    padding: 30px 32px;
  }

  .div-block-4-copy {
    margin-left: 32px;
  }

  .slide-nav {
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
    position: static;
  }

  .quote-div {
    width: 576px;
    max-width: 100%;
  }

  .slide-content-wrap {
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 450px;
    padding-bottom: 40px;
  }

  .image {
    width: 576px;
    max-width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
  }

  .div-block-14 {
    position: static;
  }

  .home-updates-section {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .grid {
    grid-row-gap: 60px;
  }

  .div-block-15 {
    padding-bottom: 0;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-15-copy {
    padding-bottom: 0;
    padding-left: 32px;
  }

  .div-block-17 {
    height: 288px;
    padding-right: 32px;
  }

  .div-block-17-copy {
    height: 288px;
    padding-left: 32px;
  }

  .newsletter-cta-wrap {
    width: 100%;
    flex: 1;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .flex-hor-left-stretch {
    flex-direction: column;
  }

  .footer-section {
    padding-top: 56px;
    padding-bottom: 0;
  }

  .div-block-22 {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-row {
    width: 100%;
    flex-flow: row;
    justify-content: space-around;
    align-items: flex-start;
  }

  .footer-col {
    width: 50%;
    max-width: 50%;
    text-align: center;
    flex: 0 auto;
  }

  .footer-col.middle {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-brush-text {
    text-align: center;
    align-self: flex-end;
    margin-top: 32px;
  }

  .div-block-25 {
    width: 100%;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .div-block-26 {
    flex-direction: column;
  }

  .about-hero-section {
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0), rgba(53, 68, 99, .29)), url('../images/annie-spratt-427339-unsplash_1.png');
    background-position: 0 0, 50%;
  }

  .values-col {
    max-width: 33.33%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .values-col.second-row {
    margin-top: 15px;
  }

  .values-col.center {
    width: 50%;
    max-width: 50%;
    text-align: left;
    flex: none;
  }

  .mission-values-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .team-section-description {
    margin-bottom: 64px;
  }

  .team-member-col {
    width: 50%;
  }

  .team-member-image {
    height: 272px;
    background-position: 50%;
    background-size: contain;
  }

  .team-member-image.two {
    background-size: contain;
  }

  .about-history-section {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .history-slide {
    width: 50%;
  }

  .history-slider-item-image {
    height: 208px;
  }

  .div-block-37 {
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    display: flex;
  }

  .paragraph {
    align-self: flex-start;
    margin-top: 0;
    margin-left: 6px;
    display: block;
  }

  .latest-blog-image-wrap {
    height: 416px;
  }

  .latest-blog-content-wrap {
    padding: 32px;
  }

  .medium-heading.smaller-on-tablet {
    font-size: 28px;
    line-height: 36px;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto;
  }

  .div-block-43.event {
    top: 42%;
  }

  .div-block-45 {
    height: 217px;
  }

  .div-block-46 {
    padding-bottom: 60px;
  }

  .link-block {
    flex: none;
  }

  .div-block-47 {
    margin-top: 10px;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 20px;
  }

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

  .stories-sidebar {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
    position: relative;
  }

  .image-4 {
    width: 100%;
    position: relative;
  }

  .stories-tab-content, .stories-tab-content.claudia {
    padding-top: 0;
  }

  .div-block-51 {
    flex-direction: column-reverse;
  }

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

  .div-block-54 {
    margin-top: 60px;
    padding-left: 0;
  }

  .wbs-menu-button {
    background-color: var(--flowstica-webflow-library--white-smoke);
    color: #fff;
    border-radius: 10px;
    margin-left: auto;
    padding: 15px;
  }

  .wbs-menu-button.w--open {
    background-color: var(--flowstica-webflow-library--medium-sea-green);
  }

  .wbs-nav-center-right {
    display: none;
  }

  .wbs-nav-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wbs-nav-center-menu {
    background-color: var(--flowstica-webflow-library--white);
    border: 1px solid rgba(1, 11, 21, .1);
    border-radius: 10px;
    margin-top: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wbs-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wbs-heading-h1 {
    font-size: 3.2rem;
    line-height: 1.2em;
  }

  .wbs-hero-1 {
    grid-template-columns: 1fr;
  }

  .wbs-section-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .wbs-blog-image {
    width: 100%;
  }

  .wbs-blog-grid {
    grid-template-columns: 1fr;
  }

  .wbs-section-3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .wbs-faq-image {
    width: 75%;
  }

  .wbs-according-split {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .wbs-step-item-03 {
    height: 500px;
  }

  .wbs-step-badge.opp {
    border: 1px solid #fff;
    border-radius: 20px;
  }

  .wbs-step-item-02, .wbs-step-item-01 {
    height: 500px;
  }

  .wbs-steps {
    grid-template-columns: 1fr;
  }

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

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

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

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

  .walsh-heading-large-white {
    font-size: 3.9em;
    line-height: 1;
  }

  .walsh-tag-white {
    color: var(--white);
  }

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

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

  .walsh-cta-block-dark-green.bbbv {
    height: auto;
  }

  .walsh-cta-block-dark-green.bzhzhz {
    padding-top: 6.3em;
    padding-bottom: 0;
  }

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

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

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

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

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

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

  .cf-testimonial-logos._3 {
    margin-right: 0;
  }

  .cf-hero-logos-wrap {
    width: 70%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .cf-hero-logos-wrap.header-2 {
    width: 100%;
  }

  .cf-testimonial-logos-contain {
    align-items: flex-start;
    margin-top: 20px;
  }

  .cf-testimonial-logos-contain.header-2 {
    z-index: 1;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    position: relative;
  }

  .cf-hero-right-image {
    margin-left: 0;
  }

  .cf-image-review-container {
    width: 80%;
    flex-direction: row;
  }

  .cf-cta-button.rectangle.small.uii {
    margin-right: 0;
  }

  .cf-18px-paragraph {
    max-width: none;
    margin-bottom: 0;
  }

  .cf-18px-paragraph.header-2 {
    margin-bottom: 40px;
  }

  .cf-64px-heading {
    text-align: center;
    font-size: 55px;
  }

  .home-left-wrapper {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .cf-1140px-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

  .cf-hero-section-2 {
    height: auto;
    padding-top: 98px;
    padding-bottom: 43px;
  }

  .cf-form-heading-28px {
    font-size: 32px;
  }

  .cf-form-right-wrapper {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cf-form-heading {
    font-size: 30px;
  }

  .cf-form-left-wrapper {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .cf-form-main-wrapper {
    max-width: 700px;
    flex-direction: column;
    padding-left: 70px;
  }

  .cf-growth-para-text-18px {
    line-height: 150%;
  }

  .cf-growth-heading-32px {
    line-height: 120%;
  }

  .cf-growth-wrapper {
    padding: 40px 30px;
  }

  .cf-growth-para-text-20px {
    font-size: 18px;
    line-height: 150%;
  }

  .cf-growth-h2-heading-56px {
    line-height: 100%;
  }

  .cf-growth-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .cf-copyright-text-2 {
    font-size: 16px;
  }

  .cf-footer-links {
    text-align: center;
  }

  .cf-footer-link-inner-wrapper {
    justify-content: center;
    align-items: center;
  }

  .cf-footer-links-wrapper {
    width: auto;
    margin-right: 0;
  }

  .cf-footer-right-container {
    width: 100%;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .cf-footer-left-container {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10%;
    margin-right: 0%;
    display: flex;
  }

  .cf-footer-container {
    flex-direction: column;
  }

  .container-1176.bghg {
    padding-left: 23px;
  }

  .heading-6 {
    font-size: 22px;
  }

  .column-34 {
    padding-left: 0;
    font-size: 11px;
  }

  .cf-form-section-2 {
    padding-top: 147px;
  }

  .cf-service-paragraph.fhge {
    padding-right: 0;
    line-height: 110%;
  }

  .cf-form-main-wrapper-2 {
    max-width: 700px;
    flex-direction: column;
    padding-left: 70px;
  }

  .walsh-cta-frame-image-overflow {
    max-height: 55vh;
  }

  .html-embed-2 {
    width: 500px;
  }

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

  .image-41 {
    margin-top: 14px;
    margin-left: -9px;
  }

  .image-44 {
    margin-bottom: -23px;
    margin-left: 64px;
  }

  .image-45 {
    width: 300px;
    margin-top: -53px;
  }

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

  .walsh-logo-wrapper-transparent {
    width: auto;
  }

  .walsh-logo-wall-wrapper-no-gap {
    padding-left: 0;
    padding-right: 0;
  }

  .walsh-heading-medium {
    line-height: 1;
  }

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

  .walsh-container-block {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

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

  .div-block-57 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .soum {
    margin-top: 13px;
    display: inline-block;
  }

  .menu-button-4 {
    color: #f00000;
    background-color: rgba(255, 0, 0, 0);
    border: 1px solid red;
    border-radius: 8px;
  }

  .menu-button-4.w--open {
    background-image: linear-gradient(red, red);
  }

  .menu-mobile {
    width: 100%;
    background-color: #000;
    margin-top: -1px;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .icon-3 {
    color: #fff;
  }

  .politique-vie-priv-e {
    padding-top: 186px;
  }

  .container-11 {
    padding-bottom: 96px;
  }

  .features-right {
    max-width: 100%;
  }

  .cf-footer-links-2 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .flex-hor-left-middle {
    flex-flow: column;
  }

  .flex-hor-left-middle.stretch-on-tablet {
    flex-flow: wrap;
    align-items: flex-start;
  }

  .flex-hor-left-middle.team {
    flex-direction: row;
    align-items: flex-start;
  }

  .brush-text {
    width: 75%;
  }

  .flex-vert-top-left {
    width: 100%;
    margin-bottom: 64px;
  }

  .social-wrap {
    margin-left: 50px;
  }

  .div-block-11 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-15 {
    z-index: 1;
    text-align: center;
    padding-right: 0;
    position: relative;
  }

  .div-block-15-copy {
    text-align: center;
    padding-bottom: 75px;
    padding-left: 0;
  }

  .div-block-17 {
    margin-bottom: -20px;
    padding-right: 0;
  }

  .div-block-17-copy {
    margin-bottom: -20px;
    padding-left: 0;
  }

  .form {
    width: 100%;
    flex-direction: column;
  }

  .email-input {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footer-section {
    padding-bottom: 0;
  }

  .footer-col.middle {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .about-hero-section {
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0), rgba(53, 68, 99, .29)), url('../images/annie-spratt-427339-unsplash.png');
    background-position: 0 0, 50%;
  }

  .values-col {
    max-width: 50%;
  }

  .values-col.center {
    text-align: center;
  }

  .team-section-description {
    margin-bottom: 32px;
  }

  .team-member-image {
    width: 100%;
    height: 144px;
    background-size: cover;
  }

  .team-member-image.one {
    width: 100%;
    height: 144px;
  }

  .team-member-image.two {
    background-size: cover;
  }

  .team-member-name {
    width: 100%;
    margin-top: 0;
  }

  .div-block-35 {
    text-align: center;
    padding-left: 0;
  }

  .accent-heading.blue {
    position: static;
  }

  .latest-blog-grid {
    grid-template-rows: auto auto;
  }

  .latest-blog-image-wrap {
    height: 312px;
  }

  .tabs-menu {
    width: 100%;
    justify-content: space-between;
    display: flex;
  }

  .blog-post-tab-menu-link {
    flex: 1;
  }

  .wbs-dropdown-grid {
    grid-template-columns: 1fr;
  }

  .wbs-section {
    padding: 0 2%;
  }

  .wbs-lead-text.a-propos {
    text-align: center;
  }

  .wbs-heading-h1 {
    font-size: 2.4rem;
    line-height: 1.1em;
  }

  .wbs-section-2 {
    padding: 2rem 2%;
  }

  .wbs-blog-content {
    margin-bottom: 15px;
  }

  .wbs-blog-image {
    width: 100%;
  }

  .wbs-section-3 {
    padding: 6rem 2% 2rem;
  }

  .wbs-accordion-icon {
    margin-left: 20px;
  }

  .wbs-step-icon {
    display: none;
  }

  .wbs-step-item-03, .wbs-step-item-02, .wbs-step-item-01 {
    height: 400px;
  }

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

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

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

  .walsh-cta-block-dark-green.bzhzhz {
    padding-left: 1em;
    padding-right: 1em;
  }

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

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

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

  .column-3 {
    height: 500px;
  }

  .column-4, .column-5 {
    height: auto;
  }

  .column-6 {
    height: 500px;
  }

  .cf-hero-logos-wrap {
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
  }

  .cf-hero-logos-wrap.header-2 {
    justify-content: center;
  }

  .cf-logos-text {
    margin-bottom: 20px;
  }

  .cf-testimonial-logos-contain {
    flex-direction: column;
    align-items: center;
  }

  .cf-testimonial-logos-contain.header-2 {
    margin-top: 0;
  }

  .cf-image-review-container {
    width: 100%;
  }

  .cf-button-gradient, .cf-cta-button {
    font-size: 20px;
  }

  .cf-cta-button.rectangle.small.uii {
    margin-right: 0;
  }

  .cf-64px-heading {
    font-size: 50px;
  }

  .cf-1140px-wrapper {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .cf-hero-section-2 {
    padding-top: 104px;
    padding-bottom: 0;
  }

  .cf-form-heading-28px {
    font-size: 30px;
  }

  .cf-send-message-form {
    padding: 40px;
  }

  .cf-footer-info {
    font-size: 18px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-form-heading {
    font-size: 28px;
  }

  .cf-form-main-wrapper {
    width: 90%;
    padding: 70px 40px 90px;
  }

  .cf-growth-para-text-18px {
    font-size: 16px;
  }

  .cf-growth-heading-32px {
    font-size: 30px;
  }

  .cf-growth-wrapper.large {
    background-position: 16px 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cf-growth-h2-heading-56px {
    font-size: 45px;
  }

  .cf-growth-grid {
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    justify-items: center;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .cf-copyright-text-2 {
    font-size: 14px;
  }

  .cf-footer-links {
    font-size: 16px;
  }

  .cf-footer-links-wrapper {
    max-width: none;
    margin-bottom: 30px;
  }

  .cf-footer-right-container {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cf-footer-paragraph {
    text-align: center;
    margin-bottom: 23px;
  }

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

  .container-1176.bghg {
    padding-left: 30px;
    padding-right: 30px;
  }

  .column-32 {
    padding-left: 25px;
  }

  .cf-footer-info-2 {
    font-size: 18px;
  }

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

  .cf-service-paragraph.fhge {
    padding-right: 0;
  }

  .cf-form-main-wrapper-2 {
    width: 90%;
    padding: 70px 40px 90px;
  }

  .cf-info-heading-2 {
    margin-bottom: 4px;
  }

  .walsh-cta-frame-image-overflow {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }

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

  .image-44 {
    margin-top: -39px;
    margin-bottom: -45px;
  }

  .image-45 {
    margin-left: -291px;
  }

  .walsh-logo-wall-wrapper-no-gap {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .walsh-container-block {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .columns-2, .columns-3 {
    flex-direction: column-reverse;
    display: flex;
  }

  .politique-vie-priv-e {
    padding-top: 164px;
  }

  .container-11 {
    padding-bottom: 74px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cf-footer-links-2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .line2-1 {
    display: none;
    top: 19px;
    left: 0;
    right: 0;
  }

  .nav-link-2 {
    background-color: var(--white-2);
    margin: 0 10px;
    display: block;
  }

  .nav-link-2.w--current {
    background-color: var(--white-2);
  }

  .nav-link-2.contact-btn {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-link-2.last {
    margin-bottom: 15px;
  }

  .contain.flex.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .brand.footer {
    padding-left: 0;
  }

  .brand.nav {
    text-align: left;
    margin-bottom: 20px;
  }

  .flex-hor-left-middle.stretch-on-tablet {
    flex-direction: column;
    align-items: center;
  }

  .flex-hor-left-middle.team {
    flex-direction: column;
  }

  .white-hero-div {
    text-align: center;
    padding: 50px 30px 30px;
  }

  .hero-brush-text {
    font-size: 44px;
    line-height: 46px;
  }

  .block-tag {
    text-align: center;
  }

  .take-action-column.two {
    margin-bottom: 24px;
    padding-left: 12px;
  }

  .take-action-column.three {
    padding-right: 12px;
  }

  .take-action-column.one {
    margin-bottom: 24px;
    padding-right: 12px;
  }

  .take-action-column.four {
    padding-left: 12px;
  }

  .heading-sm {
    font-size: 18px;
    line-height: 22px;
  }

  .headline-lrg {
    font-size: 22px;
    line-height: 28px;
  }

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

  .what-we-do-col-bg {
    width: 100%;
    text-align: center;
    padding-top: 200px;
  }

  .what-we-do-image {
    width: 80%;
    margin-right: 10%;
  }

  .left-float.center-on-mobile {
    float: none;
  }

  .did-you-know-content-wrap {
    width: 100%;
  }

  .social-wrap {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    margin-top: 36px;
    margin-left: 0;
    margin-right: 0;
  }

  .did-you-know-div {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .twitter-circle {
    margin-bottom: 0;
    margin-right: 5px;
  }

  .facebook-circle {
    margin-left: 5px;
  }

  .div-block-4-copy {
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    right: 0;
  }

  .slide-nav {
    text-align: center;
    margin-top: 0;
    top: auto;
    bottom: -40px;
    left: 0;
    right: 0;
  }

  .quote-div {
    z-index: 1;
    width: 100%;
    text-align: center;
    padding: 30px 32px;
    position: relative;
  }

  .slide-content-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .image {
    z-index: 0;
    margin-bottom: 30px;
    position: static;
  }

  .testimonial-slider-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-14 {
    margin-top: 24px;
    position: static;
  }

  .accent-text-lg {
    text-align: center;
    font-size: 44px;
    line-height: 46px;
  }

  .footer-section {
    padding-bottom: 0;
  }

  .div-block-22 {
    align-items: flex-start;
  }

  .footer-row {
    flex-direction: column;
  }

  .footer-col {
    text-align: left;
  }

  .footer-col.middle {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .footer-brush-text {
    align-self: flex-start;
  }

  .div-block-25 {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 20px;
    display: none;
  }

  .text-block-5 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-27 {
    text-align: center;
  }

  .nav-content-wrap {
    z-index: 10000;
    width: 100%;
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: static;
  }

  .burger-4 {
    width: 55px;
    height: 55px;
    box-shadow: none;
  }

  .about-hero-section {
    z-index: 1;
    position: static;
  }

  .values-col {
    max-width: 75%;
    text-align: center;
  }

  .values-col.center {
    width: 80%;
    max-width: 80%;
  }

  .team-section {
    padding-top: 64px;
  }

  .team-member-col {
    width: 100%;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .stat-number {
    font-size: 50px;
    line-height: 66px;
  }

  .history-slide {
    width: 100%;
  }

  .div-block-35 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .menu-button-3, .menu-button-3.w--open {
    background-color: var(--white-2);
  }

  .nav-menu-3 {
    background-color: var(--white-2);
    padding-bottom: 30px;
  }

  .icon-2 {
    color: var(--dark-slate-blue);
  }

  .m-b-64 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

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

  .youtube-circle, .instagram-circle, .rss-circle {
    margin-left: 5px;
  }

  .blog-grid-section {
    padding-bottom: 64px;
  }

  .tabs {
    margin-top: 40px;
  }

  .div-block-39 {
    flex-direction: column;
  }

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

  .div-block-40.second {
    margin-top: 20px;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto;
  }

  .wbs-hero-1-button {
    flex-direction: column;
    align-items: flex-start;
  }

  .wbs-heading-h1 {
    font-size: 2.3rem;
  }

  .wbs-accordion-icon {
    margin-left: 10px;
  }

  .wbs-accordion-title {
    padding-right: 20px;
  }

  .wbs-steps {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

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

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

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

  .walsh-list-flex-white {
    padding-top: 10px;
    padding-bottom: 10px;
    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: 16px;
  }

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

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

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

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

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

  .walsh-cta-h-wrapper {
    grid-row-gap: 1em;
  }

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

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

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

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

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

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

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

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

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

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

  .column-3, .column-6 {
    height: 400px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-hero-logos-wrap {
    justify-content: space-between;
    margin-left: 0;
  }

  .cf-testimonial-logos-contain, .cf-testimonial-logos-contain.header-2 {
    margin-top: 100px;
  }

  .cf-testimonial-name-position {
    font-size: 14px;
    line-height: 140%;
  }

  .cf-testimonial-text---italic {
    font-size: 16px;
  }

  .cf-hero-testimonial-contain {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    bottom: -40%;
  }

  .cf-testimonial-logo-image {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .cf-star-image {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .cf-testmonial-text-wrapper {
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cf-cta-arrow-div {
    flex: none;
  }

  .cf-button-text {
    flex: none;
    font-size: 18px;
  }

  .cf-cta-button {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button.rectangle {
    padding-left: 50px;
  }

  .cf-cta-button.rectangle.small, .cf-cta-button.rectangle.small.teru {
    margin-right: 0;
  }

  .cf-18px-paragraph {
    font-size: 16px;
  }

  .cf-64px-heading {
    font-size: 35px;
    line-height: 110%;
  }

  .cf-form-gradient-submit {
    background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-borders-text-field {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

  .cf-borders-text-field-dropdown {
    padding-left: 14px;
    font-size: 16px;
  }

  .cf-form-heading-28px {
    font-size: 24px;
  }

  .cf-send-message-form {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cf-footer-info {
    font-size: 16px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-footer-headings-wrap {
    margin-left: 16px;
  }

  .cf-footer-info-contain {
    align-items: center;
  }

  .cf-form-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .cf-form-main-wrapper {
    padding: 60px 20px;
  }

  .cf-growth-heading-32px {
    font-size: 28px;
  }

  .cf-growth-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-wrapper.large {
    background-position: 8px 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-para-text-20px {
    font-size: 16px;
  }

  .cf-growth-h2-heading-56px {
    font-size: 40px;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 0;
  }

  .cf-copyright-text-2 {
    font-size: 10px;
  }

  .cf-footer-links-wrapper {
    margin-bottom: 40px;
  }

  .cf-footer-right-container {
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .cf-footer-social-link-block {
    width: auto;
    height: auto;
    max-height: 36px;
    max-width: 36px;
    flex: none;
  }

  .div-block-56 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cf-features-section-1-image-contai-2 {
    margin-bottom: 15px;
  }

  .heading-6 {
    margin-top: 5px;
  }

  .column-32 {
    height: auto;
    margin-top: -89px;
    padding-bottom: 22px;
    padding-left: 10px;
  }

  .column-34 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cf-form-section-2 {
    padding-bottom: 43px;
  }

  .cf-footer-info-2 {
    text-align: center;
    font-size: 15px;
  }

  .walsh-full-image {
    width: 100%;
    max-height: none;
    max-width: none;
    object-fit: cover;
    flex: 0 auto;
  }

  .cf-service-paragraph.fhge {
    text-align: center;
    padding-right: 0;
    font-size: 15px;
    line-height: 147%;
  }

  .cf-form-main-wrapper-2 {
    margin-bottom: 62px;
    padding: 60px 10px;
  }

  .cf-footer-headings-wrap-2 {
    margin-left: 0;
  }

  .cf-info-heading-2 {
    text-align: center;
    margin-bottom: 4px;
  }

  .cf-footer-info-contain-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .html-embed-2 {
    width: auto;
    padding-top: 0;
  }

  .column-35 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cf-features-section-2-heading.cbert {
    text-align: left;
    font-size: 26px;
  }

  .image-41 {
    margin-left: 0;
  }

  .image-44 {
    margin-top: -40px;
    margin-bottom: -16px;
    margin-left: 26px;
  }

  .image-45 {
    margin-left: -217px;
  }

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

  .walsh-logo-wrapper-transparent {
    flex: 0 50%;
    order: 1;
    padding: 35px 10px;
  }

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

  .walsh-container-block {
    padding: 3em 1em;
  }

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

  .text-block-11 {
    text-align: center;
  }

  .politique-vie-priv-e {
    padding-top: 129px;
  }

  .text-block-26 {
    font-size: 17px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

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

  .container-11 {
    padding-bottom: 70px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .cookie-popup_component-4 {
    max-width: 100%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_component-4 {
    max-width: 100%;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cf-footer-social-link-block-2 {
    width: auto;
    height: auto;
    max-height: 36px;
    max-width: 36px;
    flex: none;
  }
}

#w-node-_86a0cbaa-204d-e7ff-58eb-532a6fb8c318-0c3db2b8, #w-node-_86a0cbaa-204d-e7ff-58eb-532a6fb8c31e-0c3db2b8, #w-node-_86a0cbaa-204d-e7ff-58eb-532a6fb8c324-0c3db2b8, #w-node-_15a1d6ed-c2c5-0e7a-7723-28cbf66fe202-0c3db2b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ce5a095-c293-3bd8-2714-98f0b2455657-0c3db2b8 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: start;
}

#w-node-_1ce5a095-c293-3bd8-2714-98f0b245565d-0c3db2b8 {
  grid-area: 2 / 4 / 3 / 10;
  align-self: center;
  justify-self: center;
}

#w-node-_4f267182-8bbf-e9b8-6e30-7a54bbd7fb64-0c3db2b8 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: center;
}

#w-node-_4f267182-8bbf-e9b8-6e30-7a54bbd7fb67-0c3db2b8 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_4f267182-8bbf-e9b8-6e30-7a54bbd7fb7e-0c3db2b8, #w-node-cf944ff1-839d-f62c-740a-635d7ce88123-0c3db2b8, #w-node-b430f8be-38cc-6981-8f24-75ffce81ff8d-0c3db2b8, #w-node-_00cc178c-e0ab-0ac5-4e46-63f5c443cee8-0c3db2b8, #w-node-_552858ae-ee0a-1be7-9041-0800076fefb5-0c3db2b8, #w-node-_69b1ae02-bffd-b0b8-6ebb-0806d8051360-0c3db2b8, #w-node-_47ce56f1-47a1-a37a-5337-7e31283a95f8-0c3db2b8, #w-node-dea64ffc-0fcc-9693-a5ba-c6f4599bc812-0c3db2b8, #w-node-_82d866e4-897a-d6c8-0329-8dc7257160dd-0c3db2b8, #w-node-d8177395-59c4-3b91-3820-b9249299517a-0c3db2b8, #w-node-_215e95fb-67cb-e964-dd12-55988a9d0024-0c3db2b8, #w-node-c9577b41-7140-cf3d-1d51-d0eeccf6802f-0c3db2b8, #w-node-_020f8a2a-3ccd-42b9-f75e-20aaef0e61cb-0c3db2b8, #w-node-c6ed6cc4-abd8-a0e4-23a3-a7b09edb8a7e-0c3db2b8, #w-node-_02fe3f31-9e86-a516-c601-6d170e201ac9-0c3db2b8, #w-node-_9edb8011-24cf-ebff-1f02-5b86c7ee7a8c-0c3db2b8 {
  align-self: stretch;
}

#w-node-_7380558f-8e37-ef26-66dd-467224d44bf2-0c3db2b8 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: start;
}

#w-node-_7380558f-8e37-ef26-66dd-467224d44bf8-0c3db2b8 {
  grid-area: 2 / 4 / 3 / 10;
  align-self: center;
  justify-self: center;
}

#w-node-_48918ec0-8857-2080-e69c-eda3fa64c292-0c3db2b8 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: start;
}

#w-node-_48918ec0-8857-2080-e69c-eda3fa64c29a-0c3db2b8 {
  grid-area: 2 / 4 / 3 / 10;
  align-self: center;
  justify-self: center;
}

#w-node-_962f3293-c346-8a88-9ca5-1d9b1cbed214-0c3db2b8, #w-node-c14e1614-457c-1898-3a46-07e6ca54ba1d-21d94b6a {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_1ce5a095-c293-3bd8-2714-98f0b2455657-0c3db2b8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1ce5a095-c293-3bd8-2714-98f0b245565d-0c3db2b8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4f267182-8bbf-e9b8-6e30-7a54bbd7fb64-0c3db2b8, #w-node-_4f267182-8bbf-e9b8-6e30-7a54bbd7fb67-0c3db2b8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7380558f-8e37-ef26-66dd-467224d44bf2-0c3db2b8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7380558f-8e37-ef26-66dd-467224d44bf8-0c3db2b8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_48918ec0-8857-2080-e69c-eda3fa64c292-0c3db2b8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_48918ec0-8857-2080-e69c-eda3fa64c29a-0c3db2b8, #w-node-_962f3293-c346-8a88-9ca5-1d9b1cbed214-0c3db2b8, #w-node-c14e1614-457c-1898-3a46-07e6ca54ba1d-21d94b6a {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_86a0cbaa-204d-e7ff-58eb-532a6fb8c324-0c3db2b8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1ce5a095-c293-3bd8-2714-98f0b2455657-0c3db2b8, #w-node-_4f267182-8bbf-e9b8-6e30-7a54bbd7fb64-0c3db2b8, #w-node-_7380558f-8e37-ef26-66dd-467224d44bf2-0c3db2b8, #w-node-_48918ec0-8857-2080-e69c-eda3fa64c292-0c3db2b8 {
    grid-area: 1 / 1 / 2 / 3;
  }
}


