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

.efi-button-menu {
  padding: 0;
}

.efi-nav-link {
  padding: 0 10px;
  font-size: 16px;
}

.efi-nav-link.light {
  color: #fff;
}

.efi-nav-link.light:hover, .efi-nav-link.light.w--current {
  color: #dc7708;
}

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

.efi-nav-01-inner {
  width: 100%;
  max-width: 1440px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.efi-nav-01 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 30px 2%;
  display: flex;
}

.section {
  min-height: 200px;
  object-fit: cover;
  margin-bottom: 0;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.section.banner-home {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 200px;
}

.section.m-v {
  background-image: linear-gradient(rgba(255, 255, 255, .81), rgba(255, 255, 255, .81)), url('../images/3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.container {
  margin-top: 2px;
}

.h1-heading {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.h1-heading._2 {
  color: #000;
}

.image {
  border-radius: 20px;
  box-shadow: 0 20px 20px -9px rgba(0, 0, 0, .2);
}

.efi-cta-02-grid-inner {
  text-align: center;
}

.efi-button {
  color: #fff;
  background-color: #447f0d;
  border-radius: 15px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 400;
  transition: all .7s;
}

.efi-button:hover {
  transform: translate(0, -7px);
}

.efi-paragraph, .efi-h2 {
  color: #000;
}

.efi-label {
  color: #d3c7ba;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}

.efi-cta-02-text-inner {
  margin-bottom: 30px;
}

.efi-cta-02-grid {
  grid-column-gap: 50px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  padding: 80px 40px;
}

.efi-cta-02-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-cta-02 {
  padding: 100px 5%;
}

.efi-tsm-01-logos-wrapper {
  text-align: right;
}

.efi-tsm-01-logo-inner {
  justify-content: center;
  align-items: center;
  display: flex;
}

.efi-tsm-01-logos-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.efi-tsm-01-grid {
  grid-column-gap: 75px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.efi-tsm-01-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-tsm-01 {
  padding: 10% 3%;
}

.efi-tsm-02-title {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.efi-tsm-02-testimonial-title {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-direction: column;
  display: flex;
}

.efi-tsm-02-icon {
  width: 20%;
}

.efi-tsm-02-testimonial-top {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  align-items: center;
  display: flex;
}

.efi-tsm-02-testimonial {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #fff;
  border-radius: 1.1em;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 20px;
  display: flex;
}

.efi-tsm-02-div-3 {
  width: 33%;
  padding-left: 10px;
}

.efi-tsm-02-div-2 {
  width: 33%;
  padding-left: 10px;
  padding-right: 10px;
}

.efi-tsm-02-div-1 {
  width: 33%;
  padding-right: 10px;
}

.efi-tsm-02-testimonials {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 41px;
  padding-right: 41px;
  display: flex;
}

.efi-tsm-02-title-wrapper {
  color: #fff;
}

.efi-tsm-02-grid {
  grid-column-gap: 50px;
  text-align: center;
  grid-template-rows: auto;
  margin-bottom: 50px;
  padding-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.efi-tsm-02-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-tsm-02 {
  background-color: #000;
  padding: 10% 5%;
}

.udesly-price-text {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-pricing {
  align-items: center;
  display: flex;
}

.udesly-paragraph {
  color: #333;
  font-weight: 500;
}

.udesly-heading {
  color: #333;
}

.udesly-heading.udesly-3-columns {
  color: #427b0d;
  margin-bottom: 0;
  font-size: 18px;
  text-decoration: none;
}

.location-label {
  color: #171717;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.location-label.udesly-small {
  font-size: 12px;
}

.udesly-icon-block-medium {
  width: 48px;
  height: 48px;
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.udesly-location-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.udesly-card-container {
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 24px 24px;
  display: flex;
}

.udesly-card-container.udesly-3-columns {
  padding-top: 40px;
  text-decoration: none;
}

.udesly-image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.udesly-properties-image {
  z-index: 2;
  width: 100%;
  max-height: 224px;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.udesly-card-v1-wrapper {
  width: 100%;
  height: 100%;
  max-width: 386px;
  flex-direction: column;
  padding-top: 40%;
  text-decoration: none;
  transition: all .25s ease-out;
  display: flex;
  position: relative;
}

.udesly-card-v1-wrapper:hover {
  transform: translate(0, -9px);
}

.udesly-cards-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.udesly-cards-grid.udesly-3-columns {
  grid-template-columns: .5fr .5fr;
  align-content: center;
  justify-content: center;
  justify-items: center;
  padding-bottom: 50px;
  padding-left: 145px;
  padding-right: 145px;
}

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

.udesly-section {
  background-color: #fff;
  padding: 50px 5%;
  position: relative;
}

.efi-social-link {
  width: 55px;
  height: 55px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.efi-ftr-02-footer-wrapper {
  align-items: center;
  display: flex;
}

.efi-footer-link-white {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

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

.efi-ftr-02-link-wrap {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 40px;
  display: flex;
}

.efi-paragraph-light {
  color: rgba(255, 255, 255, .62);
  font-size: 15px;
}

.efi-ftr-02-footer-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.efi-ftr-02-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ftr-02 {
  background-color: #000;
  padding: 100px 5%;
}

.text-block {
  color: #fff;
  text-align: center;
  padding-top: 10px;
}

.efi-label-2 {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}

.efi-ft-04-grid-cell {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  margin-top: 20px;
}

.efi-ft-04-grid-wrapper {
  grid-row-gap: 100px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  padding-bottom: 45px;
}

.efi-ft-04-container {
  width: 100%;
  max-width: 1440px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.efi-ft-04 {
  padding: 150px 5% 100px;
}

.udesly-paragraph-large {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-info-block {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.udesly-span-black {
  color: #171717;
}

.udesly-text-medium {
  font-weight: 500;
}

.list-item-privacy {
  color: #404040;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-list-info {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 32px;
  font-weight: 500;
}

.udesly-information {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 55px;
  display: grid;
}

.udesly-text-extrabold {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-overline-large {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-title-wrapper-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

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

.paragraph {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.udesly-logo-card {
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.udesly-logo-grid {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 16px;
  margin-bottom: 32px;
}

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

.udesly-container-3.udesly-all-centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.udesly-error-message {
  color: #dc2828;
  background-color: #fef1f1;
  border: 1px solid #fec8c8;
  border-radius: 6px;
  margin-top: 16px;
  padding: 12px 20px;
}

.udesly-success-message {
  color: #157f3c;
  background-color: #f2fdf5;
  border: 1px solid #bbf7d0;
  border-radius: 6px;
}

.udesly-paragraph-xsmall {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-submit-button {
  min-height: 40px;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  padding: 10px 16px;
  transition: all .25s ease-out;
}

.udesly-submit-button:hover {
  background-color: rgba(23, 23, 23, .85);
}

.udesly-submit-button.udesly-mb-24 {
  margin-bottom: 24px;
}

.udesly-form-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.udesly-text-area {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  top: 8px;
  bottom: auto;
  left: auto;
  right: 12px;
}

.udesly-textarea {
  min-height: 155px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  margin-bottom: 32px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.udesly-textarea::-ms-input-placeholder {
  color: #a3a3a3;
}

.udesly-textarea::placeholder {
  color: #a3a3a3;
}

.udesly-relative-block {
  position: relative;
}

.udesly-field-label {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-input {
  width: 100%;
}

.udesly-checkbox-label {
  color: #737373;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.udesly-checkbox {
  width: 18px;
  height: 18px;
  border-width: 1.5px;
  border-color: #d4d4d4;
  border-radius: 50%;
  margin-top: 0;
  margin-right: 12px;
}

.udesly-checkbox.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/Inner-Circle.svg');
  background-size: 10px 10px;
  border-color: #000;
  border-radius: 50%;
}

.udesly-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.udesly-checkbox-field.udesly-mb-12 {
  margin-bottom: 12px;
}

.udesly-checkbox-text {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-checkbox-wrapper {
  margin-bottom: 32px;
}

.udesly-select-field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 32px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.udesly-select-field:focus {
  border-bottom-color: #141414;
}

.udesly-company-info {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  top: auto;
  bottom: 10px;
  left: auto;
  right: 0%;
}

.udesly-text-fiel-contact {
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 32px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.udesly-text-fiel-contact:focus {
  border-bottom-color: #141414;
}

.udesly-text-fiel-contact::-ms-input-placeholder {
  color: #a3a3a3;
}

.udesly-text-fiel-contact::placeholder {
  color: #a3a3a3;
}

.udesly-column {
  width: 100%;
  position: relative;
}

.udesly-display-large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 500;
  line-height: 56px;
}

.udesly-display-large.udesly-text-extrabold {
  font-size: 52px;
}

.udesly-title-wrapper-centered {
  max-width: 600px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.udesly-title-wrapper-centered.udesly-margin-bottom {
  max-width: none;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.text-block-2 {
  margin-top: 8px;
  font-weight: 700;
}

.image-2 {
  border-radius: 20px;
}

@media screen and (max-width: 991px) {
  .efi-button-menu {
    padding: 0;
  }

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

  .efi-nav-link.light {
    background-color: #fff;
    padding: 30px 5%;
  }

  .efi-cta-02-grid, .efi-tsm-01-grid {
    grid-template-columns: 1fr;
  }

  .efi-tsm-02-icon {
    width: 5.2em;
  }

  .efi-tsm-02-div-3 {
    width: 100%;
    padding-left: 0;
  }

  .efi-tsm-02-div-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .efi-tsm-02-div-1 {
    width: 100%;
    padding-right: 0;
  }

  .efi-tsm-02-testimonials {
    flex-direction: column;
  }

  .efi-tsm-02-grid {
    grid-template-columns: 1fr;
  }

  .udesly-heading.udesly-3-columns {
    font-size: 24px;
  }

  .udesly-card-v1-wrapper {
    max-width: none;
    padding-top: 124px;
  }

  .udesly-cards-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .udesly-cards-grid.udesly-3-columns {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: .5fr;
    padding-left: 80px;
    padding-right: 80px;
  }

  .efi-ft-04 {
    padding-top: 15%;
    padding-bottom: 10%;
  }

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

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

  .udesly-display-large.udesly-text-extrabold {
    font-size: 32px;
    line-height: 1.2;
  }

  .udesly-title-wrapper-centered {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .efi-tsm-01-logos-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .udesly-cards-grid.udesly-3-columns, .udesly-container {
    padding-left: 0;
    padding-right: 0;
  }

  .efi-ft-04-grid-cell {
    grid-template-columns: 1fr;
  }

  .udesly-form-flex {
    flex-direction: column;
  }

  .udesly-display-large {
    font-size: 56px;
    line-height: 64px;
  }
}

@media screen and (max-width: 479px) {
  .efi-nav-link.light {
    background-color: rgba(0, 0, 0, 0);
  }

  .efi-nav-01-nav-menu {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
  }

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

  .h1-heading {
    font-size: 31px;
  }

  .efi-cta-02-grid {
    padding: 40px 20px;
  }

  .efi-tsm-02-testimonial-top {
    text-align: left;
    justify-content: center;
  }

  .efi-tsm-02-testimonials {
    padding-left: 0;
    padding-right: 0;
  }

  .efi-tsm-02-grid {
    padding-left: 30px;
    padding-right: 30px;
  }

  .udesly-heading.udesly-3-columns {
    font-size: 24px;
  }

  .udesly-location-wrapper {
    margin-top: 0;
  }

  .udesly-card-container.udesly-3-columns {
    padding-left: 4px;
    padding-right: 4px;
  }

  .udesly-card-v1-wrapper {
    max-width: 350px;
    padding-top: 0;
  }

  .udesly-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .efi-ftr-02-footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .udesly-container-2 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

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

  .udesly-container-3 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .udesly-form-flex {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .udesly-display-large {
    font-size: 44px;
    line-height: 54px;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 28px;
  }

  .udesly-title-wrapper-centered {
    margin-bottom: 40px;
  }
}

#w-node-_7106082d-850c-e955-8cfb-8954e0aabf00-52acefcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7106082d-850c-e955-8cfb-8954e0aabf0a-52acefcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_31c733dd-d8dd-ed15-a7b4-ce611e063dc8-52acefcc, #w-node-_31c733dd-d8dd-ed15-a7b4-ce611e063dcb-52acefcc, #w-node-dc4f5f1a-9cab-acdb-5a71-a3edce761323-9cf5f04a, #w-node-dc4f5f1a-9cab-acdb-5a71-a3edce761324-9cf5f04a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc4f5f1a-9cab-acdb-5a71-a3edce76132b-9cf5f04a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-dc4f5f1a-9cab-acdb-5a71-a3edce76132d-9cf5f04a, #w-node-dc4f5f1a-9cab-acdb-5a71-a3edce76132e-9cf5f04a, #w-node-dc4f5f1a-9cab-acdb-5a71-a3edce761335-9cf5f04a, #w-node-dc4f5f1a-9cab-acdb-5a71-a3edce761337-9cf5f04a, #w-node-dc4f5f1a-9cab-acdb-5a71-a3edce761338-9cf5f04a, #w-node-dc4f5f1a-9cab-acdb-5a71-a3edce76133f-9cf5f04a, #w-node-_8dd717ef-824a-cbbe-0e34-92b63867e72a-ad5a7a69, #w-node-_8dd717ef-824a-cbbe-0e34-92b63867e73c-ad5a7a69, #w-node-_4db99809-6eea-cef9-5435-ed77c55bd09e-ad5a7a69, #w-node-a0fc63be-a352-e3d4-40c2-eefd1af569ea-ad5a7a69, #w-node-b0099311-0de3-3fe8-dded-092562772298-bd375371, #w-node-b0099311-0de3-3fe8-dded-092562772299-bd375371, #w-node-b0099311-0de3-3fe8-dded-09256277229a-bd375371, #w-node-b0099311-0de3-3fe8-dded-09256277229b-bd375371, #w-node-b0099311-0de3-3fe8-dded-09256277229c-bd375371, #w-node-b0099311-0de3-3fe8-dded-09256277229d-bd375371, #w-node-b0099311-0de3-3fe8-dded-0925627722a2-bd375371, #w-node-b0099311-0de3-3fe8-dded-0925627722a3-bd375371, #w-node-dd68439c-103c-47d2-324b-b0a40410a708-bd375371, #w-node-dd68439c-103c-47d2-324b-b0a40410a709-bd375371, #w-node-_5378ab80-d7c3-a15d-f5d9-6f5cd8e03902-bd375371, #w-node-_5378ab80-d7c3-a15d-f5d9-6f5cd8e03903-bd375371 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
