:root {
  --paragraph-gray: #5a5a5a;
  --transparent: transparent;
  --white: white;
  --gray: #3b3b3b;
  --light-green: #41943f;
  --dark-green: #235322;
  --background-gray: #e2dad5;
  --light-gray: #d0d0d0;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #333;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

li {
  color: var(--paragraph-gray);
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.container {
  max-width: 1300px;
}

.container.header-container {
  height: 86px;
}

.container.dropdown-item-container {
  background-color: #f4efec;
  justify-content: space-between;
  display: flex;
}

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

.header-logo {
  height: 40px;
}

.header-section {
  z-index: 99;
  width: 100%;
  height: 65px;
  background-color: var(--white);
  padding: 20px 40px 65px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: var(--gray);
  padding: 10px 15px;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
}

.nav-link.w--current {
  color: var(--light-green);
}

.nav-link.button-nav-link {
  background-color: var(--dark-green);
  color: var(--white);
  margin-left: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-section {
  margin-top: 100px;
  margin-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
}

.hero-section.small-hero-section {
  margin-top: 80px;
}

.h1 {
  width: 100%;
  color: var(--dark-green);
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.h1.bold-h1.faq-heading {
  max-width: 440px;
  line-height: 56px;
}

.p {
  color: var(--paragraph-gray);
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
}

.p.center {
  color: var(--gray);
}

.p.heading-info {
  width: 80%;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  padding: 140px 40px 20px;
}

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

.section.footer-section {
  background-color: var(--background-gray);
  margin-top: 120px;
  padding-top: 60px;
  padding-bottom: 80px;
}

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

.container-2 {
  max-width: 1300px;
  flex: 1;
  justify-content: space-between;
  display: block;
}

.pattern-section {
  background-image: url('../images/bg-pattern-beige.svg');
  background-position: 0 0;
  background-size: 40px;
  padding: 80px 40px;
}

.pattern-section.diagonal-shape {
  background-image: url('../images/gradient-diagonal.svg'), url('../images/bg-pattern-beige.svg');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.h3 {
  color: var(--dark-green);
  letter-spacing: -.87px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
}

.columns-2 {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column {
  padding-left: 80px;
}

.bold-h2 {
  color: var(--light-green);
  text-transform: uppercase;
  font-family: Outfit, sans-serif;
  font-weight: 700;
}

.industry-content-block {
  background-image: url('../images/bg-pattern-green.svg');
  background-position: 86% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, 60px;
  margin-bottom: 20px;
  padding: 3px;
  position: relative;
}

.industry-content-block.beige {
  background-image: url('../images/bg-pattern-beige.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 40px;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 50px;
}

.industry-top-block-wrapper {
  min-height: 240px;
  align-items: center;
  padding: 31px;
  display: flex;
}

.industry-top-block-wrapper.align-top {
  align-items: flex-start;
  padding: 0;
}

.industry-top-block-wrapper.align-top.h-auto {
  min-height: auto;
}

.vertical-split-wrapper {
  padding-left: 50px;
}

.inner-image {
  width: 200px;
  align-self: center;
}

.h2 {
  color: var(--dark-green);
  text-align: left;
  letter-spacing: -1px;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.center {
  text-align: center;
}

.bold-h1 {
  color: var(--light-green);
  font-family: Outfit, sans-serif;
  font-weight: 700;
}

.promise-row {
  margin-top: 20px;
  padding: 0;
}

.promise-row.dropdown-menu-row {
  width: 100%;
  margin-bottom: 20px;
}

.promise-col {
  border-right: 1px solid var(--light-gray);
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
}

.promise-col.image-col {
  background-image: url('../images/focus-frame.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-end;
  padding-bottom: 0;
}

.promise-col.dropdown-col {
  padding-top: 5px;
  padding-bottom: 0;
}

.promise-col.dropdown-col.image-col {
  background-size: 85%;
  background-attachment: scroll;
}

.promise-col.dropdown-col.flex-vertical-center {
  justify-content: center;
}

.promise-text {
  color: var(--dark-green);
  text-align: center;
  letter-spacing: -.39px;
  margin-top: 35px;
  font-size: 26px;
  font-weight: 400;
  line-height: 33px;
}

.promise-icon.dropdown-icon {
  width: 100%;
  max-height: 130px;
  max-width: 100px;
  object-fit: contain;
}

.border-0 {
  border-right: 0 #000;
}

.button {
  width: auto;
  background-color: var(--dark-green);
  color: var(--white);
  align-self: flex-start;
  margin-top: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
}

.button.pricing-button {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.button.pricing-button.inverted-button {
  background-color: var(--white);
  color: var(--dark-green);
}

.left-section {
  max-width: 40%;
  align-self: center;
}

.right-section {
  width: 100%;
  min-height: 300px;
  min-width: 40%;
  margin-top: -8%;
  margin-bottom: auto;
  margin-left: 60px;
  position: relative;
}

.right-section.footer-right-section {
  margin-top: auto;
  margin-bottom: auto;
}

.right-section.footer-right-section.big-right-section {
  min-height: 450px;
  align-self: auto;
  margin-bottom: auto;
}

.right-section-image {
  max-height: 400px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.right-section-image.right-section-arrow {
  z-index: -1;
  max-height: none;
  min-height: auto;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.right-section-image.right-section-arrow.center-arrow {
  top: 25%;
  bottom: auto;
}

.right-section-image.big-right-image {
  max-height: 550px;
  min-height: 450px;
}

.right-section-image.hero-small-right-image {
  max-height: 90%;
  min-height: auto;
}

.footer-text {
  flex-direction: row;
  align-self: flex-start;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 32px;
  display: block;
}

.dark-green-text {
  color: var(--dark-green);
}

.footer-links {
  color: var(--gray);
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  display: block;
}

.footer-logo-container {
  height: 180px;
  justify-content: space-between;
}

.footer-logo {
  position: relative;
}

.linked-logo-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  align-items: center;
}

.mt-2 {
  margin-top: 20px;
}

.pricing-details-col {
  background-color: var(--background-gray);
  align-items: center;
  padding: 12px;
}

.pricing-details-col.inverted-pricing-col {
  background-color: var(--dark-green);
}

.h4 {
  color: var(--dark-green);
  letter-spacing: -.75px;
  font-size: 30px;
  font-weight: 500;
}

.h4.white-text {
  color: var(--white);
}

.mt-0 {
  margin-top: 0;
}

.pricing-info {
  height: 100%;
  background-color: var(--white);
  margin-top: 40px;
  padding: 20px;
}

.pricing-info-list {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding-top: 0;
  padding-right: 0;
  list-style-type: none;
  display: flex;
}

.pricing-info-list-item {
  background-image: url('../images/checkmark.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-left: 30px;
  list-style-type: none;
}

.green-bold-text {
  color: var(--light-green);
  font-weight: 700;
}

.white-text {
  color: var(--white);
}

.faq-container {
  width: 100%;
}

.accordion__item {
  width: 100%;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(46, 50, 60, .09);
}

.accordion__item:hover {
  box-shadow: 0 3px 9px rgba(46, 50, 60, .09);
}

.accordion__item.js-accordion-item {
  box-shadow: none;
  border: 1px solid #979797;
  border-radius: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: none;
}

.accordion__item.js-accordion-item.active {
  height: auto;
  box-shadow: none;
  cursor: default;
  border: 1px solid #979797;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: none;
}

.accordion {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion.js-accordion {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.js-accordion-icon {
  height: 28px;
  transition: transform .2s;
}

.js-accordion-icon.active {
  transform: rotate(90deg);
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
  position: relative;
}

.question-text {
  color: var(--dark-green);
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}

.faq-wrapper {
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding: 0 10px 10px;
}

.accordion-body__contents {
  opacity: 1;
  color: var(--paragraph-gray);
  margin-top: 8px;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
}

.block {
  display: block;
}

.p-0 {
  padding: 0;
}

.mt-5 {
  margin-top: 60px;
}

.nav-dropdown-toggle {
  padding: 0 25px 0 0;
}

.nav-dropdown-arrow {
  margin-top: 15px;
  margin-bottom: 15px;
}

.nav-dropdown-container {
  background-color: var(--transparent);
}

.nav-dropdown-container.w--open {
  z-index: 99;
  width: 100vw;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 0;
  position: fixed;
  left: 0;
  right: 0;
}

.dropdown-menu-image {
  height: 350px;
  object-fit: contain;
  margin-bottom: -20px;
}

.dropdown-menu-link {
  color: var(--dark-green);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.dropdown-menu-texts {
  font-size: 16px;
}

.image-cover {
  object-fit: cover;
}

.m-0 {
  margin: 0;
}

@media screen and (min-width: 1280px) {
  .hero-section.small-hero-section {
    margin-top: 80px;
  }

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

  .p.heading-info {
    width: 72%;
  }

  .industry-content-block {
    position: relative;
  }

  .industry-content-block.beige {
    background-image: url('../images/bg-pattern-beige.svg');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 40px;
  }

  .industry-top-block-wrapper {
    min-height: 280px;
    align-items: center;
  }

  .left-section {
    max-width: 505px;
  }

  .right-section {
    margin-top: auto;
  }

  .right-section.footer-right-section {
    margin-top: auto;
    margin-bottom: -20px;
  }

  .right-section-image.big-right-image {
    top: 0%;
  }

  .right-section-image.hero-small-right-image {
    max-height: 350px;
  }
}

@media screen and (min-width: 1440px) {
  .nav-dropdown-container.w--open {
    left: -10px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 1300px;
  }

  .header-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link.button-nav-link {
    background-color: var(--transparent);
    color: var(--gray);
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .hero-section {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1 {
    font-size: 40px;
    line-height: 38px;
  }

  .p.heading-info {
    width: 85%;
  }

  .section {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.section-small {
    padding-top: 60px;
  }

  .section.footer-section {
    margin-top: 80px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .hp-image-1 {
    width: 300px;
    margin-bottom: 20px;
  }

  .pattern-section {
    padding: 60px 20px;
  }

  .pattern-section.diagonal-shape {
    background-size: 200px, 40px;
    padding: 60px 20px;
  }

  .h3 {
    margin-top: 10px;
    font-size: 28px;
  }

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

  .columns-2 {
    width: 100%;
    flex-direction: column;
    display: block;
  }

  .column {
    text-align: left;
    padding-left: 20px;
  }

  .industry-content-block.beige {
    margin-left: 25px;
    margin-right: 25px;
  }

  .industry-top-block-wrapper.align-top {
    flex-direction: column;
  }

  .vertical-split-wrapper {
    padding-left: 0;
  }

  .inner-image {
    width: 150px;
  }

  .h2 {
    font-size: 32px;
    line-height: 35px;
  }

  .promise-col {
    padding: 15px;
  }

  .promise-col.dropdown-col {
    border-right-style: none;
    flex-direction: row;
  }

  .promise-text {
    font-size: 22px;
    line-height: 30px;
  }

  .promise-icon.dropdown-icon {
    max-height: 65px;
  }

  .right-section {
    min-height: 250px;
    margin-top: -60px;
    margin-left: 40px;
  }

  .right-section.footer-right-section {
    margin-bottom: auto;
  }

  .right-section-image {
    max-height: 90%;
    min-height: auto;
    margin-top: auto;
    margin-bottom: auto;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .right-section-image.right-section-arrow {
    margin-top: auto;
    margin-bottom: auto;
  }

  .right-section-image.hero-small-right-image {
    max-height: 100%;
  }

  .footer-column {
    border-bottom: 1px solid var(--light-gray);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-column.footer-column-4 {
    border-bottom-style: none;
  }

  .footer-logo-container {
    height: auto;
    flex-direction: row;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-ham-icon {
    color: var(--dark-green);
    font-size: 45px;
  }

  .menu-button {
    width: 60px;
    height: 40px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: relative;
  }

  .menu-button.w--open {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--transparent);
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: stretch;
  }

  .nav-menu {
    background-color: var(--white);
  }

  .mt-0 {
    margin-top: 0;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .mt-5 {
    margin-top: 60px;
  }

  .dropdown-link {
    display: block;
  }

  .nav-dropdown-container.w--open {
    padding-top: 0;
  }

  .dropdown-menu-texts, .hide-991 {
    display: none;
  }

  .hamburger-icon-bar {
    width: 30px;
    height: 4.1px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--dark-green);
    border-radius: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .hamburger-container {
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 25%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .header-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section {
    margin-top: 50px;
  }

  .h1.bold-h1.faq-heading {
    max-width: none;
    text-align: center;
    line-height: 48px;
  }

  .p.heading-info {
    width: auto;
  }

  .section {
    padding-top: 80px;
  }

  .hp-image-1 {
    width: 300px;
  }

  .pattern-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .industry-content-block.beige {
    margin-left: 20px;
    margin-right: 20px;
    padding: 30px;
  }

  .industry-top-block-wrapper {
    padding: 10px 21px 21px;
  }

  .industry-top-block-wrapper.align-top {
    padding-top: 0;
  }

  .promise-col {
    border-bottom: 1px solid var(--light-gray);
    border-right-style: none;
  }

  .promise-col.border-0, .promise-col.dropdown-col {
    border-bottom-style: none;
  }

  .left-section {
    max-width: 100%;
  }

  .right-section {
    margin-left: 0;
  }

  .right-section.footer-right-section.big-right-section {
    min-height: 400px;
  }

  .right-section-image.right-section-arrow {
    max-height: 160px;
    min-height: 148px;
  }

  .right-section-image.big-right-image {
    max-height: 450px;
    min-height: 350px;
  }

  .right-section-image.hero-small-right-image {
    max-height: 90%;
  }

  .footer-logo-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
  }

  .hero-section-flex-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .mt-0 {
    margin-top: 0;
  }

  .faq-section {
    flex-direction: column;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .question-text {
    margin-top: 8px;
  }

  .mt-5 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 479px) {
  .header-logo {
    height: 30px;
  }

  .h1 {
    font-size: 35px;
  }

  .section.section-small {
    padding-top: 40px;
  }

  .pattern-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pattern-section.diagonal-shape {
    background-size: 100px, 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3 {
    font-size: 26px;
    line-height: 30px;
  }

  .industry-content-block.beige {
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px;
  }

  .industry-top-block-wrapper {
    flex-direction: column;
    align-items: center;
    padding-top: 51px;
  }

  .industry-top-block-wrapper.align-top {
    align-items: center;
  }

  .vertical-split-wrapper {
    padding-left: 0;
  }

  .inner-image {
    width: auto;
    height: 200px;
  }

  .h2 {
    font-size: 30px;
    line-height: 33px;
  }

  .mt-0 {
    margin-top: 0;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .mt-5 {
    margin-top: 40px;
  }
}

#w-node-fb5967a2-5c97-5b88-d894-b05fc45de2da-712ce64e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-eed7979d-a138-863c-266b-f5ee6e21927e-98515884 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_4ecca7f2-8aa6-2e16-4993-2e7f0456b257-98515884, #w-node-_784be13d-ce78-8c0b-5771-fccec61c7ee6-98515884 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
}

#w-node-e627e7e5-c521-a077-9c82-36e6b68cdb25-6008a4d8, #w-node-c0cca10f-2f30-2e1a-b12a-25512f8e0c26-6008a4d8, #w-node-c0cca10f-2f30-2e1a-b12a-25512f8e0c26-d46e3af7, #w-node-e627e7e5-c521-a077-9c82-36e6b68cdb25-801bbb66, #w-node-c0cca10f-2f30-2e1a-b12a-25512f8e0c26-801bbb66, #w-node-_4f969903-774d-0011-3c58-fd9c6f158809-5ffd06d0, #w-node-c0cca10f-2f30-2e1a-b12a-25512f8e0c26-5ffd06d0, #w-node-_4f969903-774d-0011-3c58-fd9c6f158809-0d0babf9, #w-node-c0cca10f-2f30-2e1a-b12a-25512f8e0c26-0d0babf9, #w-node-c0cca10f-2f30-2e1a-b12a-25512f8e0c26-984df2b4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-eed7979d-a138-863c-266b-f5ee6e21927e-98515884 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4ecca7f2-8aa6-2e16-4993-2e7f0456b257-98515884, #w-node-_784be13d-ce78-8c0b-5771-fccec61c7ee6-98515884 {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fb5967a2-5c97-5b88-d894-b05fc45de2da-712ce64e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-b3d0165b-18cd-2eb9-b7a3-52748b9dec9d-712ce64e, #w-node-c3ed3ffa-ef75-7e4a-032f-63341e2502e5-712ce64e, #w-node-_064f711d-0ed7-1c5b-42c4-6cf55a5b8ee4-712ce64e {
    grid-column: span 3 / span 3;
  }

  #w-node-eed7979d-a138-863c-266b-f5ee6e21927e-98515884 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-eed7979d-a138-863c-266b-f5ee6e21927f-98515884, #w-node-eed7979d-a138-863c-266b-f5ee6e219285-98515884, #w-node-eed7979d-a138-863c-266b-f5ee6e21928b-98515884 {
    grid-column: span 3 / span 3;
  }

  #w-node-_4ecca7f2-8aa6-2e16-4993-2e7f0456b257-98515884 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_4ecca7f2-8aa6-2e16-4993-2e7f0456b258-98515884, #w-node-_4ecca7f2-8aa6-2e16-4993-2e7f0456b260-98515884 {
    grid-column: span 3 / span 3;
  }

  #w-node-_784be13d-ce78-8c0b-5771-fccec61c7ee6-98515884 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_784be13d-ce78-8c0b-5771-fccec61c7ee7-98515884, #w-node-_784be13d-ce78-8c0b-5771-fccec61c7eec-98515884 {
    grid-column: span 3 / span 3;
  }

  #w-node-e627e7e5-c521-a077-9c82-36e6b68cdb25-6008a4d8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-e627e7e5-c521-a077-9c82-36e6b68cdb26-6008a4d8, #w-node-e627e7e5-c521-a077-9c82-36e6b68cdb2a-6008a4d8, #w-node-e627e7e5-c521-a077-9c82-36e6b68cdb2e-6008a4d8 {
    grid-column: span 3 / span 3;
  }

  #w-node-c0cca10f-2f30-2e1a-b12a-25512f8e0c26-6008a4d8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-c0cca10f-2f30-2e1a-b12a-25512f8e0c27-6008a4d8, #w-node-c0cca10f-2f30-2e1a-b12a-25512f8e0c2d-6008a4d8, #w-node-c0cca10f-2f30-2e1a-b12a-25512f8e0c33-6008a4d8 {
    grid-column: span 3 / span 3;
  }

  #w-node-c0cca10f-2f30-2e1a-b12a-25512f8e0c26-d46e3af7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-c0cca10f-2f30-2e1a-b12a-25512f8e0c27-d46e3af7, #w-node-c0cca10f-2f30-2e1a-b12a-25512f8e0c2d-d46e3af7, #w-node-c0cca10f-2f30-2e1a-b12a-25512f8e0c33-d46e3af7 {
    grid-column: span 3 / span 3;
  }

  #w-node-e627e7e5-c521-a077-9c82-36e6b68cdb25-801bbb66 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-e627e7e5-c521-a077-9c82-36e6b68cdb26-801bbb66, #w-node-e627e7e5-c521-a077-9c82-36e6b68cdb2a-801bbb66, #w-node-e627e7e5-c521-a077-9c82-36e6b68cdb2e-801bbb66 {
    grid-column: span 3 / span 3;
  }

  #w-node-c0cca10f-2f30-2e1a-b12a-25512f8e0c26-801bbb66 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-c0cca10f-2f30-2e1a-b12a-25512f8e0c27-801bbb66, #w-node-c0cca10f-2f30-2e1a-b12a-25512f8e0c2d-801bbb66, #w-node-c0cca10f-2f30-2e1a-b12a-25512f8e0c33-801bbb66 {
    grid-column: span 3 / span 3;
  }

  #w-node-_4f969903-774d-0011-3c58-fd9c6f158809-5ffd06d0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_4f969903-774d-0011-3c58-fd9c6f15880a-5ffd06d0, #w-node-_4f969903-774d-0011-3c58-fd9c6f15880e-5ffd06d0, #w-node-_4f969903-774d-0011-3c58-fd9c6f158812-5ffd06d0 {
    grid-column: span 3 / span 3;
  }

  #w-node-c0cca10f-2f30-2e1a-b12a-25512f8e0c26-5ffd06d0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-c0cca10f-2f30-2e1a-b12a-25512f8e0c27-5ffd06d0, #w-node-c0cca10f-2f30-2e1a-b12a-25512f8e0c2d-5ffd06d0, #w-node-c0cca10f-2f30-2e1a-b12a-25512f8e0c33-5ffd06d0 {
    grid-column: span 3 / span 3;
  }

  #w-node-_4f969903-774d-0011-3c58-fd9c6f158809-0d0babf9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_4f969903-774d-0011-3c58-fd9c6f15880a-0d0babf9, #w-node-_4f969903-774d-0011-3c58-fd9c6f15880e-0d0babf9, #w-node-_4f969903-774d-0011-3c58-fd9c6f158812-0d0babf9 {
    grid-column: span 3 / span 3;
  }

  #w-node-c0cca10f-2f30-2e1a-b12a-25512f8e0c26-0d0babf9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-c0cca10f-2f30-2e1a-b12a-25512f8e0c27-0d0babf9, #w-node-c0cca10f-2f30-2e1a-b12a-25512f8e0c2d-0d0babf9, #w-node-c0cca10f-2f30-2e1a-b12a-25512f8e0c33-0d0babf9 {
    grid-column: span 3 / span 3;
  }

  #w-node-c0cca10f-2f30-2e1a-b12a-25512f8e0c26-984df2b4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-c0cca10f-2f30-2e1a-b12a-25512f8e0c27-984df2b4, #w-node-c0cca10f-2f30-2e1a-b12a-25512f8e0c2d-984df2b4, #w-node-c0cca10f-2f30-2e1a-b12a-25512f8e0c33-984df2b4 {
    grid-column: span 3 / span 3;
  }
}


