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

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

.w-layout-hflex {
  flex-direction: row;
  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;
  }
}

.navbar-logo-left {
  z-index: 9999;
  background-color: #000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1144px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #1a1b1f;
  background-image: linear-gradient(#08a118, #058012);
  border-radius: 3px;
  padding: 14px 40px;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer {
  margin-top: 12px;
  margin-bottom: 96px;
  padding-left: 75px;
  padding-right: 75px;
}

.hero-heading {
  height: 650px;
  background-color: #f5f7fa;
  background-image: url('../images/Green-Hero.jpg');
  background-position: 50%;
  border: 1px #000;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split {
  max-width: 90%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -38px;
  display: flex;
}

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

.shadow-two {
  display: none;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  margin-right: 16px;
  padding: 14px 34px 14px 40px;
  font-size: 17px;
  font-weight: 300;
  display: inline;
}

.body {
  font-family: Inter, sans-serif;
}

.heading-2 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 60px;
  font-weight: 900;
  line-height: 66px;
}

.list {
  color: #fff;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 20px;
  font-weight: 200;
}

.list.s3 {
  color: #333;
  margin-right: 39px;
  font-size: 17px;
  font-weight: 300;
}

.list-item-2 {
  background-image: url('../images/check_green.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-bottom: 15px;
  margin-left: 3px;
  padding-left: 36px;
}

.section {
  height: 550px;
  background-color: #000;
}

._3-features {
  height: 490px;
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 80px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 1010px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 0;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  width: 116px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 24px;
}

.team-member-image._2 {
  width: 111px;
  border-radius: 0%;
}

.team-member-image._3 {
  width: 122px;
  border-radius: 0%;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.paragraph {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.addition-features {
  height: 510px;
}

.container-4 {
  height: 100%;
  max-width: 1010px;
  padding-top: 50px;
  display: flex;
}

.add-features-text-block {
  width: 60%;
  height: auto;
}

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

.heading-4, .heading-5, .heading-6 {
  font-size: 30px;
}

.section-3 {
  text-align: left;
  font-size: 30px;
  line-height: 37px;
}

.paragraph-2 {
  font-size: 18px;
  line-height: 30px;
}

.paragraph-3 {
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.image {
  width: 100%;
}

.add-features-image-flex {
  width: 40%;
  padding-top: 68px;
  padding-left: 19px;
}

.testimonial {
  height: 560px;
}

.testimonial-slider-large {
  background-color: #fff;
  border-bottom: 1px #e4ebf3;
  padding: 7px 30px 80px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 1010px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-slider-two {
  width: 50%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-slide {
  background-color: #fff;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  max-width: 460px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -7px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  width: 350px;
  height: 400px;
  object-fit: cover;
}

.testimonial-author-image-three {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: -1px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.heading-7 {
  margin-bottom: -12px;
  font-size: 30px;
}

.image-2 {
  margin-top: 34px;
  margin-right: 30px;
}

.footer-subscribe {
  color: #fff;
  background-color: #000;
  border-bottom: 1px #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

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

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

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

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

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

.footer-copyright {
  color: #fff;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #fff;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.heading-8, .container-7 {
  text-align: center;
}

.text-block {
  color: #fff;
  margin-left: 222px;
  font-size: 11px;
  display: none;
}

.text-block-2 {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.icon-2 {
  color: #fff;
}

.text-block-3 {
  margin-top: 7px;
  margin-bottom: 6px;
  padding-left: 13px;
  font-size: 16px;
  font-weight: 900;
}

.div-block-2 {
  height: 7px;
}

.dropdown-list {
  background-color: #332626;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.dropdown-link {
  font-weight: 400;
}

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

@media screen and (min-width: 1440px) {
  .navbar-logo-left {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .navbar-logo-left-container.shadow-three, .container {
    max-width: 1400px;
  }

  .nav-link {
    display: none;
  }

  .button-primary {
    box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, .2);
  }

  .button-primary:hover {
    background-image: linear-gradient(to top, #048611, #058012);
  }

  .button-primary.footer {
    margin-bottom: 80px;
  }

  .hero-heading {
    background-size: cover;
    border: 1px #000;
  }

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

  .hero-wrapper {
    align-items: flex-start;
  }

  .shadow-two, .list-item {
    display: none;
  }

  .button:hover {
    background-image: linear-gradient(#f1f1f1, #f5f5f5);
  }

  .heading {
    color: #fff;
    font-size: 60px;
    line-height: 71px;
  }

  .heading-2 {
    text-align: left;
    font-size: 60px;
    line-height: 71px;
  }

  .container-3 {
    max-width: 1180px;
  }

  .team-member-image {
    width: 116px;
    max-height: none;
    margin-bottom: 0;
  }

  .team-member-image._2 {
    width: 111px;
  }

  .team-member-name {
    font-weight: 600;
  }

  .paragraph {
    font-size: 17px;
    font-weight: 200;
    line-height: 30px;
  }

  .div-block {
    width: 150px;
    height: 150px;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 16px;
    display: flex;
  }

  .container-4 {
    max-width: 1180px;
    border: 8px #000;
    display: flex;
  }

  .section-3 {
    margin-bottom: 6px;
  }

  .paragraph-3 {
    font-weight: 200;
  }

  .image {
    text-align: left;
  }

  .add-features-image-flex {
    padding-top: 61px;
  }

  .container-5 {
    max-width: 1180px;
  }

  .footer-divider-two {
    display: none;
  }

  .text-block-2 {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
  }

  .icon-2 {
    color: #fff;
  }
}

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

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

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 94px;
  }

  .team-member-image._2 {
    width: 90px;
  }

  .team-member-image._3 {
    width: 102px;
  }

  .team-member-name {
    font-size: 17px;
    line-height: 23px;
  }

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

  .container-4 {
    padding: 30px;
  }

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

  .testimonial-slide {
    padding-left: 0;
  }

  .testimonial-quote-icon {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .testimonial-quote {
    font-size: 22px;
    overflow: visible;
  }

  .image-2 {
    width: 50%;
    height: 50%;
    margin-top: 32px;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

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

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

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading {
    padding: 60px 15px;
  }

  .list {
    font-size: 18px;
  }

  .list-item-2 {
    line-height: 22px;
  }

  .icon {
    color: #fff;
  }

  ._3-features {
    height: 760px;
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". ."
                         ". Area";
    grid-auto-flow: row dense;
  }

  .addition-features {
    height: 540px;
  }

  .container-4 {
    padding: 15px;
  }

  .testimonial-slider-large {
    padding: 20px 15px 60px;
  }

  .testimonial-slide {
    flex-direction: column;
    margin-top: 7px;
    padding: 23px 23px 23px 0;
  }

  .testimonial-content {
    max-width: none;
    margin-top: 24px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-quote {
    font-size: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .image-2 {
    margin-top: 64px;
    margin-right: 9px;
  }

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

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

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

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

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

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

  .drop-down-group {
    display: none;
  }
}

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

  .nav-menu-two {
    flex-direction: column;
  }

  .hero-heading {
    background-position: 53%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

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

  .heading-2 {
    font-size: 15px;
    font-weight: 900;
    line-height: 30px;
  }

  .list.s3 {
    margin-right: 14px;
    font-size: 15px;
  }

  .icon {
    color: #fff;
  }

  ._3-features {
    height: auto;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .addition-features {
    height: 760px;
  }

  .container-4 {
    height: auto;
    flex-direction: column;
  }

  .add-features-text-block {
    width: 100%;
  }

  .section-3 {
    font-size: 27px;
  }

  .paragraph-3 {
    width: 100%;
    font-size: 14px;
  }

  .bold-text {
    font-size: 43px;
    line-height: 38px;
  }

  .add-features-image-flex {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .flex-block {
    width: 100%;
    font-size: 14px;
  }

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

  .testimonial-slider-two {
    width: 100%;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .image-2 {
    display: none;
  }

  .footer-subscribe {
    border-bottom-style: none;
  }

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

  .footer-form-two {
    padding: 20px;
  }

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

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

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

  .drop-down-group {
    display: none;
  }
}

#w-node-f2c26db6-d882-c550-00e2-071b70688b69-35882dfc, #w-node-f2c26db6-d882-c550-00e2-071b70688b74-35882dfc, #w-node-_21ee43c1-8b3c-bb26-ec72-8324e381cc59-35882dfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-f2c26db6-d882-c550-00e2-071b70688b74-35882dfc, #w-node-_21ee43c1-8b3c-bb26-ec72-8324e381cc59-35882dfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


