:root {
  --medium-sea-green: #5ab963;
  --bg-grey: #fafafa;
  --white: white;
  --black: black;
  --dark-grey: #b3b3b3;
  --dark-grey-2: #999;
  --sea-green: #48944f;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Libre Franklin;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Franklin;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: IBM Plex Mono;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-color: var(--medium-sea-green) var(--medium-sea-green) var(--medium-sea-green) #e6e6e6;
  color: #000;
  border-left-style: solid;
  border-left-width: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: IBM Plex Mono;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.navigation {
  z-index: 1;
  opacity: 1;
  background-color: #686868;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: 90px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.header {
  background-image: url('../images/Web-Background.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -90px;
  padding: 210px 30px 120px;
  display: flex;
}

.header-content {
  perspective: 2000px;
  text-align: center;
  max-width: 770px;
}

.h1 {
  color: #606060;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 78px;
  display: inline-block;
}

.button {
  color: #fff;
  background-color: #686868db;
  border-radius: 9px;
  margin-top: 23px;
  margin-bottom: 138px;
  padding: 15px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  transition: background-color .2s;
}

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

.button.cc-cta {
  margin-top: 0;
}

.container {
  width: 100%;
  margin-left: 174px;
}

.container.cc-cta {
  display: flex;
}

.h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 36px;
}

.text-span {
  color: #000;
  font-weight: 800;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Libre Franklin;
  font-size: 16px;
  font-weight: 600;
}

.h3.cc-cta {
  color: var(--medium-sea-green);
  margin-bottom: 0;
}

.about {
  background-color: #fafafa;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 115px 30px;
  display: flex;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.separator.cc-background-grey {
  background-color: var(--bg-grey);
}

.line-color {
  background-color: #e6e6e6;
  height: 1px;
}

.cta {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 150px 30px;
  display: flex;
}

.cta-line {
  background-color: var(--medium-sea-green);
  width: 30px;
  height: 2px;
  margin-left: 20px;
}

.cta-column {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.cta-left-top {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.footer {
  background-color: #686868;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 26px;
  display: flex;
  position: static;
}

.blog-posts {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  margin-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.contact-intro {
  opacity: 1;
  text-align: left;
  background-color: #0000;
  background-image: url('../images/Site-Plan-Background.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  place-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.contact-info {
  width: 70%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.contact-info-row {
  background-color: #686868e0;
  border-radius: 9px;
  margin-bottom: 23px;
  margin-left: 82px;
  margin-right: 82px;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.contact-info-text {
  color: #fff;
  border-radius: 9px;
  width: 80%;
  margin-left: 23px;
  margin-right: 23px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.form-input {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.text-field {
  color: #fff;
  text-align: left;
  background-color: #686868de;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 9px;
  width: 521px;
  height: 60px;
  padding-left: 13px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  overflow: clip;
}

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

.text-field:active {
  color: #fff;
}

.text-field:focus {
  color: #fff;
  border-bottom-color: #000;
}

.text-field::placeholder {
  color: #fff;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.nav-link {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.nav-link.w--current {
  color: #fff;
  font-family: Open Sans, sans-serif;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  background-color: #686868;
  padding-top: 35px;
  padding-bottom: 35px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
}

.paragraph-2 {
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.grid-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  grid-template: "." minmax(35px, auto)
                 "." minmax(35px, 1fr)
                 "." minmax(35px, 1fr)
                 "." minmax(35px, 1fr)
                 "." minmax(35px, 1fr)
                 / minmax(165px, .25fr) 1.25fr .25fr;
  grid-auto-columns: .25fr;
  height: 235px;
  margin-top: 0;
  padding: 10px;
}

.projects-box-1 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.projects-box-2 {
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.section-27 {
  text-align: center;
  margin-bottom: 50px;
}

.columns-8 {
  width: 85%;
  display: inline-block;
}

.div-block-4 {
  background-color: #f9f9f9;
  width: 500px;
  height: 235px;
}

.section-26 {
  text-align: center;
  margin-top: 26px;
}

.project-paragraph {
  text-align: left;
  font-family: Open Sans, sans-serif;
}

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

.project-heading {
  color: #1a628b;
  text-align: left;
  font-weight: 400;
}

.collection-item-project {
  float: right;
  padding: 38px;
}

.text-block-4 {
  color: #000;
  text-align: center;
  padding-top: 11px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  text-decoration: none;
}

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

.image-6 {
  border-radius: 5px;
  text-decoration: none;
}

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

.image-7 {
  height: 100%;
}

.collection-list-wrapper-job {
  display: inline-block;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
}

.section-33 {
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
}

.columns-10 {
  width: 80%;
  display: inline-block;
}

.collection-list-job {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.column-1 {
  text-align: right;
}

.column-2 {
  text-align: left;
  justify-content: center;
  align-items: center;
}

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

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

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

.projects {
  width: 80%;
  display: inline-block;
}

.projects-section {
  text-align: center;
  display: inline-block;
}

.text-block-5 {
  color: #000;
  padding-top: 21px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  text-decoration: none;
}

.column-projects {
  text-align: center;
}

.columns-11 {
  text-align: center;
  width: 80%;
  display: inline;
}

.div-block-6 {
  width: 90%;
  display: inline-block;
}

.section-35 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 250px;
  display: block;
}

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

.image-9, .image-10, .image-11 {
  border-radius: 5px;
}

.back-button {
  color: #fff;
  background-color: #686868;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-left: 141px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  transition: background-color .2s;
}

.back-button:hover {
  background-color: #b8b8b8;
}

.section-36 {
  height: 200px;
}

.text-block-6 {
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
}

.columns-13 {
  width: 90%;
}

.column-12 {
  text-align: center;
  display: inline;
}

.home-paragraph {
  text-align: left;
  margin-bottom: 67px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.image-12 {
  margin-bottom: 24px;
}

.column-13 {
  text-align: center;
}

.blog-thumbnail {
  margin-bottom: 13px;
  padding: 6px 12px;
}

.our-customers-1 {
  color: #000;
  text-align: center;
  border: 1px solid #0003;
  border-radius: 5px;
  width: 180px;
  height: 180px;
}

.text-block-8 {
  text-align: center;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-end;
  font-family: Open Sans, sans-serif;
}

.collection-item-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 10px;
  display: flex;
}

.section-38 {
  text-align: center;
  margin-top: 38px;
}

.div-block-8 {
  width: 80%;
  display: inline-block;
}

.section-39 {
  text-align: center;
}

.image-13 {
  margin-top: 23px;
}

.collection-list-wrapper-2 {
  margin-bottom: 68px;
}

.div-block-9 {
  text-align: left;
  width: 80%;
  display: inline-block;
}

.success-message {
  background-color: #686868de;
  border-radius: 9px;
}

.text-block-9 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.error-message {
  background-color: #ff8e8e;
}

.text-block-10 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.collection-list-project {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.collection-list-wrapper-project {
  display: inline-block;
}

.header-project {
  background-image: url('../images/Site-Plan-Background.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 180px 30px 90px;
  display: flex;
}

.h-projects {
  color: #606060;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 78px;
}

.container-projects {
  width: 100%;
  margin-left: 174px;
}

.column-15 {
  text-align: left;
}

.columns-14 {
  flex: 1;
}

.collection-item-project-2 {
  float: left;
  padding: 38px;
}

.text-fieldtext {
  color: #fff;
  text-align: left;
  background-color: #686868de;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 9px;
  width: 521px;
  height: 60px;
  padding-left: 13px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  overflow: clip;
}

.text-fieldtext:hover {
  border-bottom-color: #000;
}

.text-fieldtext:active {
  color: #fff;
}

.text-fieldtext:focus {
  color: #fff;
  border-bottom-color: #000;
}

.text-fieldtext::placeholder {
  color: #fff;
}

html.w-mod-js [data-ix="thumbnail-scale"] {
  opacity: 0;
  transform: scale(1.1);
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 10px;
  }

  .header {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container {
    margin-left: 59px;
  }

  .contact-intro {
    flex-flow: wrap;
    padding-bottom: 110px;
  }

  .contact-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-input {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .nav-menu {
    background-color: #787878db;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #0003;
  }

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

  .icon-2 {
    color: #fff;
    font-size: 32px;
  }

  .menu-button:active {
    background-color: #959595;
    border-radius: 14px;
  }

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

  .text-block-2 {
    font-size: 30px;
  }

  .section-27 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .column-8 {
    padding-top: 26px;
  }

  .collection-item-project {
    padding: 23px 12px;
    display: block;
  }

  .collection-item {
    margin: 10px;
  }

  .collection-list-job {
    text-align: center;
  }

  .back-button {
    margin-left: 21px;
  }

  .blog-thumbnail {
    width: 33.33%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

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

  .collection-list-project {
    text-align: center;
  }

  .container-projects {
    margin-left: 59px;
  }

  .collection-item-project-2 {
    padding: 23px 12px;
    display: block;
  }
}

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

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

  .container {
    margin-left: 34px;
  }

  .container.cc-cta {
    flex-wrap: wrap;
  }

  .about {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cta-column {
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-intro {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .contact-info-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .contact-info-text {
    width: 100%;
  }

  .text-block-2 {
    font-size: 20px;
  }

  .column-8 {
    padding-top: 18px;
  }

  .project-heading {
    padding-left: 36px;
  }

  .collection-list-job {
    text-align: center;
  }

  .blog-thumbnail {
    width: 50%;
  }

  .collection-list-project {
    text-align: center;
  }

  .header-project {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .h-projects {
    font-size: 48px;
    line-height: 54px;
  }

  .container-projects {
    margin-left: 34px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-container {
    height: 60px;
  }

  .header {
    height: 50vh;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .h1 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .container {
    margin-left: 14px;
  }

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

  .blog-posts {
    margin-top: -90px;
    margin-bottom: 90px;
  }

  .contact-intro {
    padding-bottom: 80px;
  }

  .contact-info-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-info-text {
    margin-right: auto;
  }

  .grid-6 {
    grid-column-gap: 5px;
    grid-row-gap: 1px;
    grid-template-columns: minmax(165px, .25fr) 5fr .25fr;
    grid-template-areas: ".";
    width: 105%;
    height: 240px;
    padding: 0;
  }

  .projects-box-1 {
    font-size: 11px;
  }

  .projects-box-2 {
    font-size: 13px;
  }

  .columns-8 {
    width: 100%;
  }

  .div-block-4 {
    width: 100%;
    margin-left: 0;
    display: inline-block;
  }

  .column-8 {
    padding-top: 0;
  }

  .project-heading {
    margin-left: 19px;
  }

  .collection-list-job {
    text-align: center;
  }

  .back-button {
    margin-left: 56px;
  }

  .blog-thumbnail {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .collection-list-project {
    text-align: center;
  }

  .header-project {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .h-projects {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .container-projects {
    margin-left: 14px;
  }
}

#w-node-_269ffcb1-fe0d-732a-04bf-5959e99d73d1-95cffcba {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_269ffcb1-fe0d-732a-04bf-5959e99d73d3-95cffcba {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_269ffcb1-fe0d-732a-04bf-5959e99d73d5-95cffcba {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_269ffcb1-fe0d-732a-04bf-5959e99d73d7-95cffcba {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_269ffcb1-fe0d-732a-04bf-5959e99d73d9-95cffcba {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_269ffcb1-fe0d-732a-04bf-5959e99d73db-95cffcba {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_269ffcb1-fe0d-732a-04bf-5959e99d73dd-95cffcba {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_269ffcb1-fe0d-732a-04bf-5959e99d73df-95cffcba {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_269ffcb1-fe0d-732a-04bf-5959e99d73e1-95cffcba {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_269ffcb1-fe0d-732a-04bf-5959e99d73e3-95cffcba {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-bb1be923-cd24-a02f-dee4-f1263877fc1a-71249947 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bb1be923-cd24-a02f-dee4-f1263877fc1c-71249947 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-bb1be923-cd24-a02f-dee4-f1263877fc1e-71249947 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-bb1be923-cd24-a02f-dee4-f1263877fc20-71249947 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-bb1be923-cd24-a02f-dee4-f1263877fc22-71249947 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-bb1be923-cd24-a02f-dee4-f1263877fc24-71249947 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-bb1be923-cd24-a02f-dee4-f1263877fc26-71249947 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-bb1be923-cd24-a02f-dee4-f1263877fc28-71249947 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-bb1be923-cd24-a02f-dee4-f1263877fc2a-71249947 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-bb1be923-cd24-a02f-dee4-f1263877fc2c-71249947 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-aa25b92d-9327-aa8f-162e-e1207f1dcd8f-71249947, #w-node-_5e62954d-a255-f6a6-88c9-06bf811c6e1e-71249947, #w-node-e25e1658-14e9-185a-6bdb-f5286c647ef1-1185b003 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e25e1658-14e9-185a-6bdb-f5286c647ef3-1185b003 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e25e1658-14e9-185a-6bdb-f5286c647ef5-1185b003 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-e25e1658-14e9-185a-6bdb-f5286c647ef7-1185b003 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e25e1658-14e9-185a-6bdb-f5286c647ef9-1185b003 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-e25e1658-14e9-185a-6bdb-f5286c647efb-1185b003 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-e25e1658-14e9-185a-6bdb-f5286c647efd-1185b003 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e25e1658-14e9-185a-6bdb-f5286c647eff-1185b003 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-e25e1658-14e9-185a-6bdb-f5286c647f01-1185b003 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e25e1658-14e9-185a-6bdb-f5286c647f03-1185b003 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-e79b4b36-fdeb-1436-647b-31deca0c3a14-b7b03a6c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e79b4b36-fdeb-1436-647b-31deca0c3a16-b7b03a6c {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e79b4b36-fdeb-1436-647b-31deca0c3a18-b7b03a6c {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-e79b4b36-fdeb-1436-647b-31deca0c3a1a-b7b03a6c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e79b4b36-fdeb-1436-647b-31deca0c3a1c-b7b03a6c {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-e79b4b36-fdeb-1436-647b-31deca0c3a1e-b7b03a6c {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-e79b4b36-fdeb-1436-647b-31deca0c3a20-b7b03a6c {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e79b4b36-fdeb-1436-647b-31deca0c3a22-b7b03a6c {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-e79b4b36-fdeb-1436-647b-31deca0c3a24-b7b03a6c {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e79b4b36-fdeb-1436-647b-31deca0c3a26-b7b03a6c {
  grid-area: 5 / 1 / 6 / 2;
}

@media screen and (max-width: 479px) {
  #w-node-_269ffcb1-fe0d-732a-04bf-5959e99d73d5-95cffcba {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_269ffcb1-fe0d-732a-04bf-5959e99d73d9-95cffcba {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-bb1be923-cd24-a02f-dee4-f1263877fc1e-71249947 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-bb1be923-cd24-a02f-dee4-f1263877fc22-71249947 {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-e25e1658-14e9-185a-6bdb-f5286c647ef5-1185b003 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-e25e1658-14e9-185a-6bdb-f5286c647ef9-1185b003 {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-e79b4b36-fdeb-1436-647b-31deca0c3a18-b7b03a6c {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-e79b4b36-fdeb-1436-647b-31deca0c3a1c-b7b03a6c {
    grid-area: 3 / 2 / 4 / 4;
  }
}


