.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

body {
  color: #2c2c2c;
  background-image: url('../images/pattern-randomized.svg');
  background-position: 0 0;
  background-size: cover;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

p {
  text-align: justify;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.navbar-logo-left {
  z-index: 5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffa8;
  width: 100vw;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: #0000;
  width: 100vw;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
  inset: 0% 0% auto;
}

.container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.nav-link {
  color: #000;
  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: #ffffffbf;
}

.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: #1a1b1fbf;
}

.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 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  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: #1a1b1fbf;
}

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

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

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

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

.home-hero-section {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  display: flex;
}

.hero-split-div {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.hero-text-div {
  flex-direction: column;
  align-items: center;
  width: auto;
  display: flex;
}

.home-gallery {
  margin-bottom: 60px;
  padding-top: 20px;
}

.home-about {
  margin-top: 40px;
  margin-bottom: 20px;
}

.home-dets {
  margin-bottom: 40px;
}

.home-partners {
  margin-top: 40px;
  margin-bottom: 60px;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.gradient-gold {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(54deg, #bd902f, #fff36e);
  -webkit-background-clip: text;
  background-clip: text;
}

.home-split-1 {
  box-shadow: none;
  background-color: #ffffffa6;
  flex-direction: row;
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
}

.text-split {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.hero-heading {
  color: #fff;
  margin-bottom: 20px;
  font-size: 65px;
  font-weight: 400;
  line-height: 60px;
}

.paragraph {
  color: #fff;
  font-size: 16px;
}

.div-block {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.heading-3 {
  text-align: center;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.div-block-3, .paragraph-2 {
  text-align: center;
}

.footer-dark {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f5f9ffa6;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 60px;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

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

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

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.logos-without-title {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-wrapper-three {
  background-color: #ffffffa6;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 4px 4px 5px #0003;
}

.clients-image-three {
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}

.image {
  width: 250px;
  margin-right: 60px;
}

.div-block-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-5 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-6 {
  background-color: #ffffffa6;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px 10px;
  display: flex;
  box-shadow: 1px 2px 5px 3px #0003;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-8 {
  margin-bottom: 40px;
}

.dets-cards-image {
  margin-bottom: -15px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-9 {
  background-image: url('../images/Enscape_2023-03-06-09-29-29-min.png');
  background-position: 50%;
  background-size: cover;
}

.body {
  background-color: #fff;
  background-image: none;
}

.div-block-10 {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.home-split-2 {
  background-color: #ffffffa6;
  flex-direction: row-reverse;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  box-shadow: 3px 3px 5px #0003;
}

.heading-4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-5 {
  text-align: center;
}

.image-2 {
  object-fit: cover;
  max-width: none;
  overflow: auto;
}

.home-split-2a {
  box-shadow: none;
  background-color: #ffffffa6;
  flex-direction: row-reverse;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.subheading {
  font-size: 20px;
}

.heading-6 {
  margin-bottom: 20px;
  font-size: 35px;
}

.heading-7 {
  margin-bottom: 20px;
}

.heading-8 {
  font-size: 35px;
}

.image-3 {
  width: 100%;
}

.div-block-11 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.heading-9 {
  margin-bottom: 20px;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  margin-top: 30px;
  margin-bottom: 40px;
  display: grid;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.div-block-14 {
  justify-content: space-around;
  display: flex;
}

.div-block-15 {
  flex-direction: column;
  justify-content: space-between;
  width: 27%;
  height: 100%;
  display: flex;
}

.div-block-16 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-17 {
  border: 3px #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 140px;
  padding: 25px;
  display: flex;
}

.div-block-17.car {
  padding: 21px;
}

.text-block {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
}

.image-4 {
  margin-bottom: 23px;
  padding-left: 57px;
  padding-right: 57px;
}

.image-5 {
  padding-left: 45px;
  padding-right: 45px;
}

.image-6 {
  margin-bottom: 16px;
  padding-left: 52px;
  padding-right: 52px;
}

.link {
  color: #000;
  text-align: center;
}

.image-7 {
  width: 200px;
}

.play-pause-button {
  display: none;
  overflow: visible;
}

.background-video {
  background-image: linear-gradient(#00000040 100%, #fff);
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  display: flex;
}

.div-block-18 {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: linear-gradient(#ffffff91, #ffffff91), url('../images/topography-1.svg');
  background-position: 0 0, 0%;
  background-size: auto, auto;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 370px;
  display: flex;
}

.button {
  outline-offset: 0px;
  color: #2c2c2c;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 0;
  outline: 2px #2c2c2c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.button:hover {
  background-color: #efefef;
  border-width: 3px;
}

.paragraph-3 {
  text-align: center;
}

.paragraph-4 {
  text-align: center;
  width: 55%;
  font-weight: 400;
}

.heading-10 {
  font-size: 35px;
}

.div-block-19 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-image: linear-gradient(#ffffff6e, #ffffff6e);
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.image-8 {
  height: 18px;
}

.body-2 {
  background-image: none;
}

.section {
  margin-top: 40px;
}

.hero-heading-left {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px 40px;
  position: relative;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #2c2c2c;
  margin-left: auto;
  margin-right: auto;
  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;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-11 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-21 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-2 {
  outline-offset: 0px;
  color: #2c2c2c;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 0;
  outline: 2px #2c2c2c;
  margin-top: -30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.button-2:hover {
  background-color: #efefef;
  border-width: 3px;
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .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 #0000000d;
  }

  .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: #2c2c2c70;
    border-radius: 12px;
  }

  .hero-heading {
    font-size: 55px;
  }

  .paragraph {
    font-size: 14px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .div-block-12 {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .hero-split {
    max-width: 100%;
    margin-bottom: 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 #0000000d;
  }

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    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;
  }

  .home-split-1 {
    flex-direction: column-reverse;
  }

  .text-split {
    width: auto;
    margin-top: 20px;
  }

  .hero-heading {
    font-size: 40px;
  }

  .paragraph {
    font-size: 10px;
  }

  .div-block {
    width: auto;
  }

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

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .home-split-2a {
    flex-direction: column-reverse;
  }

  .subheading {
    font-size: 18px;
  }

  .heading-7 {
    text-align: center;
    font-size: 40px;
  }

  .div-block-11 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .div-block-14 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-15 {
    align-items: center;
    width: 250px;
    margin-bottom: 60px;
  }

  .image-4, .image-5, .image-6 {
    width: 200px;
  }

  .paragraph-4 {
    width: 90%;
  }

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

  .div-block-20 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 13px;
  }

  .container {
    max-width: none;
  }

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

  .hero-heading {
    text-align: center;
    font-size: 23px;
  }

  .paragraph {
    text-align: center;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-10 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .subheading {
    font-size: 11px;
  }

  .subheading.sitehighlights {
    font-size: 12px;
  }

  .heading-7 {
    margin-bottom: 0;
    font-size: 29px;
  }

  .heading-9 {
    font-size: 20px;
  }

  .div-block-12 {
    margin-top: 0;
  }

  .div-block-13 {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
  }

  .div-block-14 {
    margin-top: 40px;
  }

  .div-block-17 {
    width: 120px;
    height: 100px;
  }

  .text-block {
    font-size: 14px;
  }

  .button {
    font-size: 15px;
  }

  .hero-heading-left {
    padding-top: 0;
  }

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

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

  .paragraph-5 {
    font-size: 13px;
  }

  .heading-12, .heading-13 {
    font-size: 25px;
  }

  .button-2 {
    margin-top: 0;
    font-size: 15px;
  }

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

#w-node-_89712331-be31-d161-abdb-288aebe9e0ea-96183cb2, #w-node-d02a800b-6051-ddc2-899f-a2183370a1cd-96183cb2, #w-node-_7649ad9e-b557-eb30-e738-ac7526f70e53-96183cb2, #w-node-_2d49fee3-6d37-daa4-5328-dbe3fa6d8533-96183cb2, #w-node-a6a3bdbf-61d0-6564-c0cc-039482b25988-96183cb2, #w-node-_6156e187-767e-682a-0833-4fb909cc0d3b-96183cb2, #w-node-b939f009-0761-afe6-03d9-82013393ac32-96183cb2, #w-node-fde43ad7-5dd6-a731-af34-6ba7f8f7abf7-96183cb2, #w-node-_03cedaba-d267-f3a4-2680-6e69414efe1a-96183cb2, #w-node-_5a92237e-b444-8fe5-e7ea-bcfbc226af67-96183cb2, #w-node-_470b2fa2-f237-1927-938f-a10e909a18ab-96183cb2, #w-node-f3af390c-e8b4-c536-51c9-9e4d680b6112-96183cb2, #w-node-_014b419b-2f40-cb40-2f98-a576ac8b26f8-96183cb2, #w-node-f8bd32d9-179e-e901-c62f-da5bc8322b5f-96183cb2, #w-node-_17d44404-cfea-3525-12d9-05f1018b0b2f-96183cb2, #w-node-f2d25d4a-9442-f412-a4b9-a0f94b280487-96183cb2, #w-node-_6a8fc04f-072f-4a47-ee96-db56f0e81d1a-96183cb2, #w-node-_4501b7f8-189c-8dae-6561-5ba92c70a097-96183cb2, #w-node-_04c64bb8-8000-2683-a820-0e3ef4f42279-96183cb2, #w-node-_87c8417c-1b6f-f9ba-9105-15325d4e9dd7-96183cb2, #w-node-a4cde8ff-938b-47bc-d76c-5f24b256c223-96183cb2, #w-node-_5a7f3acb-8a35-c8eb-0cfa-332401de6575-96183cb2, #w-node-fd41af78-6bcc-dbd6-d0d8-a16beb9b898d-96183cb2, #w-node-bc81a5e2-8f58-4022-0a2c-630a7211b182-96183cb2, #w-node-fd9ad7ef-3bf4-5015-0394-456b4d2cffe5-96183cb2, #w-node-_381dd31d-66ab-9b16-d562-841b1c666e65-96183cb2, #w-node-d0a2a674-c602-63ef-5c72-d3fe08935df1-96183cb2, #w-node-b35eeffc-729f-948d-5314-9b3a7ac05453-7ac0544d, #w-node-b35eeffc-729f-948d-5314-9b3a7ac0545c-7ac0544d, #w-node-b35eeffc-729f-948d-5314-9b3a7ac05465-7ac0544d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


