:root {
  --white: white;
  --black: black;
}

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

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

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

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

.section {
  height: 1200px;
}

.body {
  background-color: #0000;
}

.heading {
  color: #fff;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.container {
  text-align: center;
}

.link {
  color: #fff;
  font-size: 35px;
  text-decoration: none;
}

.columns-2 {
  border: 1px solid #ddd;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 15px;
  transition: background-color .5s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.columns-2:hover {
  background-color: #ff8c49;
}

.icon {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
}

.menu-links {
  color: #fff;
  text-align: center;
  font-family: Merriweather, serif;
}

.dropdown-links {
  font-family: Droid Serif, serif;
}

.nav-menu-wrapper {
  display: flex;
}

.text-block-2 {
  color: #fff;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
}

.quote-wrapper {
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.navbar-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.menu-button {
  color: #fff;
  text-align: center;
  object-fit: fill;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100px;
  height: 100px;
  padding: 25px 0;
  font-size: 65px;
  display: none;
  overflow: visible;
}

.menu-button.w--open {
  background-color: #00250e;
}

.brand-logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 100px;
  margin-right: 12.5px;
  padding-right: 0;
  display: flex;
}

.phone-wrapper {
  align-items: center;
  margin-right: 30px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  display: flex;
}

.dropdown-list {
  max-width: 300px;
}

.dropdown-list.w--open {
  background-color: #f7f7f7;
  width: 300px;
  max-width: none;
  padding: 15px;
}

.header-links {
  text-decoration: none;
}

.colored-button {
  color: #000;
  text-align: center;
  background-color: #e5cb01;
  min-width: 240px;
  height: 50px;
  padding: 12.5px 25px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
}

.nav-menu-2 {
  background-color: #00250e;
  flex: 0 auto;
  justify-content: space-around;
  width: 33.33%;
  padding: 12.5px 0;
  display: none;
  position: absolute;
  left: auto;
  right: 0;
}

.brand-2 {
  align-items: center;
  width: 300px;
  height: 100px;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.navbar {
  background-color: #0c4a27eb;
}

.slider {
  min-height: 600px;
}

.section-2 {
  z-index: 99999;
  position: sticky;
  top: 0;
}

.slide {
  background-image: url('../images/MARRUFOS-LANDSCAPING-BANNER-1.png');
  background-position: 0 0;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/MARRUFOS-LANDSCAPING-BANNER-2.png');
  background-position: 0 0;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/MARRUFOS-LANDSCAPING-BANNER-3.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
}

.div-block {
  background-image: radial-gradient(circle, #fff0, #000000a8);
  justify-content: center;
  align-items: center;
  min-height: 600px;
  display: flex;
}

.div-block-2 {
  color: #fff;
  text-align: center;
  text-shadow: 5px 5px 14px #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.heading-2 {
  font-size: 85px;
  line-height: 74px;
}

.text-block-3 {
  margin-bottom: 17px;
  font-size: 20px;
}

.heading-3 {
  margin-top: 0;
  font-size: 50px;
}

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

.div-block-3 {
  padding: 40px 30px;
}

.services-block {
  background-color: #fbfbfb;
  border-bottom: 6px solid #164d2d96;
  justify-content: space-between;
  transition: all .5s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  box-shadow: 1px 1px 6px #dadada;
}

.services-block:hover {
  transform: scale(1.1);
}

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

.div-block-4.right {
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 200px;
  display: flex;
}

.div-block-4.left {
  flex-direction: row-reverse;
  width: 50%;
  height: auto;
  padding-left: 17px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  display: block;
  position: static;
}

.div-block-5 {
  min-height: 600px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-text {
  margin-right: 5px;
  display: inline-block;
}

.view-all {
  width: 100%;
  margin-top: 30px;
  padding: 16px 20px;
  position: relative;
  overflow: hidden;
}

.text-gray {
  color: #b5bbc0;
}

.category-title {
  font-size: 38px;
  font-weight: 600;
  line-height: 50px;
}

.content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1220px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  display: flex;
  position: relative;
}

.category-right {
  flex: 1;
  width: 71%;
  padding-right: 10px;
  display: flex;
}

.category-row {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 60px;
  display: flex;
  position: static;
}

.category-row.last {
  margin-bottom: 0;
}

.category-row-2 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: block;
}

.h1 {
  font-size: 50px;
  line-height: 60px;
}

.h1.inner-pages-gray {
  color: #b5bbc0;
  margin-top: 0;
  font-size: 60px;
  line-height: 64px;
}

.h1.inner-pages {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 64px;
}

.flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: static;
}

.category-30-percent {
  flex: 1;
  width: 31%;
  margin-right: 2%;
}

.category-30-percent:last-child {
  margin-right: 0%;
}

.intro-bottom-line {
  background-color: #000;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.intro-bottom-line.gray {
  background-color: #dadada;
}

.empty-state {
  background-color: #0000;
  flex-direction: column;
  font-size: 14px;
}

.view-all-arrow {
  margin-top: -2px;
}

.category-row-3 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 60px;
  display: flex;
  position: static;
}

.divider-line {
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.divider-line.top-line {
  background-color: #dadada;
  inset: 0% 0% auto;
}

.category-title-link {
  color: #b5bbc0;
  font-size: 38px;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
  transition: color .2s;
}

.category-title-link:hover {
  color: #848a8f;
}

.category-left {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 27%;
  padding-bottom: 0;
  padding-left: 1%;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.link-block-arrow {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.intro-item {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 3%;
  padding-bottom: .8%;
  position: relative;
}

.grid-2, .grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.image-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-6 {
  background-color: #2e6b3e;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  display: flex;
}

.div-block-7 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 200px;
  padding-right: 200px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  display: flex;
}

.heading-4 {
  color: #fff;
  font-size: 65px;
}

.text-block-4 {
  margin-bottom: 20px;
}

.div-block-8 {
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  display: flex;
}

.div-block-9 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 104px;
  padding-right: 104px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  display: flex;
}

.paragraph {
  color: #949494;
  margin-top: 18px;
  margin-bottom: 22px;
}

.heading-15 {
  margin-top: 0;
  font-weight: 400;
}

.heading-14 {
  margin-bottom: 0;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  padding: 25px;
}

.info-text {
  color: #646464;
  text-decoration: none;
}

.info-text.numbers {
  margin-top: 15px;
  font-size: 18px;
}

.team-grid {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 23px;
  display: flex;
  box-shadow: 0 0 3px #dcdcdc;
}

.div-block-10 {
  text-align: center;
  padding: 65px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.heading-16, .heading-17 {
  font-size: 65px;
}

.text-span {
  color: #b5bbc0;
}

.section-3, .section-4, .section-5 {
  background-image: linear-gradient(#ffffffa8, #ffffffa8), url('../images/MARRUFOS-LANDSCAPING-BANNER-4.png');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
}

.section-6 {
  background-color: #285a3c;
  padding-top: 60px;
  padding-bottom: 20px;
}

.text-block-10 {
  color: #fff;
}

.footer-newsletter {
  color: #fff;
  width: 54%;
}

.facebook {
  color: #fff;
}

.footer-expand {
  color: #fff;
  flex-wrap: wrap;
  width: 41%;
  display: flex;
}

.footer-expand.middle {
  width: 27%;
}

.footer-left {
  padding-right: 10px;
}

.notice {
  min-height: 50px;
  margin-top: 20px;
  padding-top: 15px;
  font-size: 13px;
}

.text-link {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.text-link:hover {
  color: #19fc00;
  font-weight: 600;
}

.footer-column {
  align-items: flex-start;
  width: 30%;
  margin-right: 2%;
  display: flex;
}

.footer-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.top-margin {
  margin-top: 10px;
  position: relative;
}

.top-margin._10-pixels {
  color: #fff;
  margin-top: 10px;
}

.top-margin._20-pixels {
  color: #fff;
  margin-top: 20px;
}

.top-margin._40-pixels {
  margin-top: 40px;
}

.menu {
  width: 50%;
}

.menu._44-percent {
  width: 44%;
}

.footer-1440-pixels {
  justify-content: flex-end;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.footer-menu-link {
  color: #313131;
  align-items: center;
  height: 27px;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.footer-menu-link.w--current {
  color: #3f9aa5;
  font-weight: 600;
}

.text-block-11 {
  color: #fff;
  text-decoration: none;
}

.footer-text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.footer-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.text-medium {
  font-size: 14px;
  line-height: 21px;
}

.footer-underline {
  background-color: #2b2b2b;
  height: 1px;
  margin-top: 0;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.button {
  color: #000;
  background-color: #e5cb00;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 17px;
  transition: background-color .5s cubic-bezier(.39, .575, .565, 1);
}

.button:hover {
  background-color: #f5d902;
}

.div-block-11 {
  background-image: radial-gradient(circle, #fff0, #000000bd), url('../images/MARRUFOS-LANDSCAPING-BANNER-1.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 350px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  display: flex;
}

.div-block-11.hardscaping {
  background-image: radial-gradient(circle, #fff0, #000000bd), url('../images/MARRUFOS-LANDSCAPING-BANNER-1.png');
}

.div-block-11.landscaping {
  background-image: radial-gradient(circle, #fff0, #000000bd), url('../images/MARRUFOS-LANDSCAPING-BANNER-2.png');
}

.div-block-11.snow-removal {
  background-image: radial-gradient(circle, #fff0, #000000bd), url('../images/MARRUFOS-LANDSCAPING-BANNER-3.png');
}

.div-block-11.areas-we-serve {
  background-image: radial-gradient(circle, #fff0, #000000bd), url('../images/MARRUFOS-LANDSCAPING-BANNER-5.jpg');
}

.div-block-11.contact {
  background-image: radial-gradient(circle, #fff0, #000000bd), url('../images/MARRUFOS-LANDSCAPING-BANNER-7.png');
}

.div-block-12 {
  color: #fff;
  text-shadow: 2px 2px 13px #000;
  position: relative;
  bottom: 47px;
  left: 49px;
}

.heading-18 {
  margin-bottom: 0;
  font-size: 55px;
}

.div-block-13 {
  padding: 67px 120px;
}

.search-bar-section {
  text-align: center;
  background-color: #f2f2f2;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: background-color .5s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.search-bar-section:hover {
  background-color: #dfdfdf;
}

.search-bar-section._3 {
  background-color: #003002;
}

.search-bar-section._2 {
  background-color: #e6cb00;
  padding-top: 14px;
  padding-bottom: 14px;
}

.div-block-14 {
  z-index: 1;
  float: none;
  width: 70%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  position: static;
  top: 131px;
  left: auto;
}

.text-block-16 {
  text-decoration: none;
}

.text-block-16._2, .heading-28 {
  color: #000;
}

.grid-5 {
  grid-row-gap: 3px;
  grid-template-columns: 1fr;
}

.grid-5._2 {
  margin-top: 24px;
}

.text-block-17 {
  color: #00250e;
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-block-2 {
  color: #303030;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-left: 45px;
  padding-right: 45px;
  text-decoration: none;
}

.column {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.div-block-15 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.informative {
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 15px;
}

.heading-29 {
  margin-top: 0;
  font-weight: 400;
}

.section-7 {
  background-image: linear-gradient(#ffffffba, #ffffffba), url('../images/MARRUFOS-LANDSCAPING-BANNER-4.png');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
}

.service-block-text {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 19px;
}

.heading-30 {
  margin-top: 0;
  font-weight: 400;
}

.heading-31 {
  margin-top: 10px;
}

.link-2 {
  color: #d50000;
  text-decoration: none;
}

.div-block-16, .section-8 {
  padding: 40px;
}

.div-block-17 {
  padding: 45px;
}

.text-block-18 {
  text-decoration: none;
}

.text-block-19 {
  color: #4b3d3d;
}

.text-block-20 {
  color: #685656;
}

.text-block-21 {
  color: #fffcfc;
}

.text-block-22, .text-block-23, .text-block-24, .text-block-25 {
  color: #fff;
}

.text-block-26 {
  color: #6b5c5c;
}

.text-block-27 {
  color: #756565;
}

.text-block-28 {
  color: #c5bcbc;
}

.text-block-29, .text-block-30, .text-block-31, .text-block-32, .text-block-33, .text-block-34, .text-block-35, .text-block-36, .text-block-37, .text-block-38, .text-block-39, .text-block-40 {
  color: #fff;
}

.link-3, .link-4 {
  color: #fff;
  text-decoration: none;
}

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

.heading-32 {
  color: #0d4b28;
  font-size: 25px;
}

@media screen and (max-width: 991px) {
  .icon {
    display: inline-block;
  }

  .quote-wrapper {
    display: flex;
  }

  .menu-button {
    display: block;
  }

  .phone-wrapper {
    display: none;
  }

  .nav-menu-2 {
    z-index: 0;
    width: 100%;
  }

  .grid {
    grid-column-gap: 11px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-4.left {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 17px;
  }

  .category-title {
    font-size: 36px;
    line-height: 48px;
  }

  .content-wrapper {
    max-width: 100%;
  }

  .category-row-2 {
    margin-bottom: 40px;
  }

  .h1 {
    font-size: 48px;
    line-height: 58px;
  }

  .h1.inner-pages-gray {
    font-size: 58px;
    line-height: 60px;
  }

  .h1.inner-pages {
    margin-top: 40px;
    font-size: 56px;
    line-height: 64px;
  }

  .category-row-3 {
    margin-bottom: 40px;
  }

  .category-title-link {
    font-size: 28px;
    line-height: 28px;
  }

  .category-left {
    width: 34%;
  }

  .div-block-7 {
    padding: 35px 54px;
  }

  .div-block-9 {
    padding: 35px 52px;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }

  .footer-newsletter {
    width: 50%;
    margin-left: 0%;
  }

  .footer-expand {
    justify-content: flex-start;
    width: 100%;
    margin-top: 30px;
  }

  .footer-expand.middle {
    width: 54%;
    margin-top: 0;
  }

  .footer-column {
    width: 42%;
    margin-right: 4%;
  }

  .menu {
    width: 50%;
  }

  .menu._44-percent {
    width: 46%;
  }

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

  .div-block-13 {
    padding-left: 41px;
    padding-right: 41px;
  }

  .div-block-14 {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .quote-wrapper {
    display: none;
  }

  .slider, .div-block {
    min-height: 400px;
  }

  .div-block-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-2 {
    font-size: 55px;
    line-height: 49px;
  }

  .text-block-3 {
    margin-bottom: 5px;
  }

  .heading-3 {
    font-size: 40px;
    line-height: 35px;
  }

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

  .view-all {
    padding-left: 10px;
  }

  .category-title {
    font-size: 34px;
    line-height: 46px;
  }

  .category-right {
    width: 100%;
    padding-left: 1%;
  }

  .category-row-2 {
    flex-direction: column;
  }

  .h1 {
    font-size: 46px;
    line-height: 56px;
  }

  .h1.inner-pages-gray {
    font-size: 50px;
    line-height: 50px;
  }

  .h1.inner-pages {
    margin-top: 30px;
    font-size: 50px;
    line-height: 50px;
  }

  .category-title-link {
    font-size: 30px;
    line-height: 30px;
  }

  .category-left {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .intro-item.bottom-margin {
    margin-top: 0;
  }

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

  .heading-16 {
    line-height: 53px;
  }

  .footer-newsletter {
    width: 50%;
  }

  .footer-about-left {
    margin-right: 15px;
  }

  .footer-expand {
    flex-direction: row;
    justify-content: flex-start;
  }

  .footer-left {
    margin-bottom: 20px;
  }

  .notice {
    margin-top: 0;
  }

  .footer-column {
    width: 46%;
    margin-bottom: 10px;
    margin-right: 0%;
  }

  .menu {
    width: 50%;
    margin-bottom: 20px;
  }

  .footer-1440-pixels {
    padding-left: 5%;
    padding-right: 5%;
  }
}

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

  .columns-13 {
    flex-direction: row;
    display: flex;
  }

  .nav-menu-2 {
    z-index: auto;
  }

  .slider {
    min-height: auto;
  }

  .div-block {
    min-height: 299px;
  }

  .div-block-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 45px;
    line-height: 41px;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 28px;
  }

  .category-title {
    font-size: 32px;
    line-height: 44px;
  }

  .category-row-2 {
    margin-bottom: 30px;
  }

  .h1 {
    font-size: 44px;
    line-height: 54px;
  }

  .h1.inner-pages-gray, .h1.inner-pages {
    font-size: 42px;
    line-height: 42px;
  }

  .category-row-3 {
    margin-bottom: 30px;
  }

  .intro-item {
    margin-bottom: 6%;
  }

  .intro-item.bottom-margin {
    margin-bottom: 40px;
  }

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

  .div-block-7 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .div-block-9 {
    padding-left: 19px;
    padding-right: 19px;
  }

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

  .footer-newsletter {
    margin-top: 0;
  }

  .footer-about-left {
    width: 100%;
    margin-right: 0;
  }

  .footer-expand {
    margin-top: 10px;
  }

  .footer-expand.middle {
    width: 100%;
    margin-top: 10px;
  }

  .footer-left {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .footer-column {
    width: 100%;
    margin-right: 0%;
    padding-bottom: 0;
  }

  .footer-container {
    margin-bottom: 40px;
  }

  .menu {
    width: 50%;
    padding-right: 10px;
  }

  .menu._44-percent {
    margin-bottom: 0;
  }

  .div-block-12 {
    left: 29px;
  }

  .heading-18 {
    font-size: 51px;
  }

  .bold-text {
    font-size: 52px;
    line-height: 49px;
  }

  .bold-text-2 {
    font-size: 30px;
    line-height: 32px;
  }

  .bold-text-3 {
    font-size: 55px;
    line-height: 57px;
  }

  .heading-32 {
    font-size: 14px;
  }
}

#w-node-e1c4e3ed-339c-028e-4006-88d79db37ea9-90d9e131, #w-node-_11c72e5f-f9ba-b0bd-042e-002b7d3dc774-90d9e131, #w-node-_9fa63df2-bb3b-0bdf-1c04-a767a4b82086-90d9e131, #w-node-_0a20948b-e68e-2d5a-594b-bc8c5231cb6c-90d9e131, #w-node-_1eb16bde-4583-509f-567a-87b22308c302-90d9e131, #w-node-df37200f-4973-0e65-2f81-f205bb0f6ec4-90d9e131, #w-node-_173466e9-d77a-dd0a-9734-f5f50eed9907-90d9e131, #w-node-_173466e9-d77a-dd0a-9734-f5f50eed9908-90d9e131, #w-node-_173466e9-d77a-dd0a-9734-f5f50eed9909-90d9e131, #w-node-_826a5fcd-38b0-f325-47e5-47dd7fc7c662-90d9e131, #w-node-_826a5fcd-38b0-f325-47e5-47dd7fc7c663-90d9e131, #w-node-_826a5fcd-38b0-f325-47e5-47dd7fc7c664-90d9e131 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_85fb7449-b0b4-a2f0-43d7-8af9c9a696d8-90d9e131 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7a7908b-fd1b-d0ed-77a7-ec6fa415eaa4-90d9e131 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: auto;
}

#w-node-a7a7908b-fd1b-d0ed-77a7-ec6fa415eaae-90d9e131, #w-node-a7a7908b-fd1b-d0ed-77a7-ec6fa415eab8-90d9e131 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-efe8ce60-3ac5-ccf0-54ba-3ce45ef06b6c-5ef06b66, #w-node-efe8ce60-3ac5-ccf0-54ba-3ce45ef06b70-5ef06b66, #w-node-efe8ce60-3ac5-ccf0-54ba-3ce45ef06b74-5ef06b66, #w-node-efe8ce60-3ac5-ccf0-54ba-3ce45ef06b78-5ef06b66, #w-node-efe8ce60-3ac5-ccf0-54ba-3ce45ef06b7c-5ef06b66, #w-node-efe8ce60-3ac5-ccf0-54ba-3ce45ef06b80-5ef06b66, #w-node-efe8ce60-3ac5-ccf0-54ba-3ce45ef06b84-5ef06b66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-efe8ce60-3ac5-ccf0-54ba-3ce45ef06b89-5ef06b66 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: auto;
}


