:root {
  --white-smoke: whitesmoke;
  --aquamarine: #15ffd2;
  --black: #212121;
  --black-2: #272727;
  --sea-green: #19795f;
  --medium-sea-green: #1aa07b;
  --medium-spring-green: #16dd9b;
  --orange: #ffbf64;
  --teal: #197159;
}
.content-wrp {
  z-index: 1;
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  position: relative;
}
.content-div {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.top-navbar-link-wrp {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 60px;
  overflow: auto;
}
.top-navbar-wrp {
  justify-content: space-between;
  align-items: center;
  width: 960px;
  max-width: 100%;
  height: 60px;
  display: flex;
}
.menu-button {
  justify-content: center;
  align-items: center;
  padding: 0;
}
.menu-button.w--open {
  background-color: #0000;
}
.top-navbar-menu {
  z-index: 100;
  background-color: #10503e;
  min-width: 70%;
  margin-top: 60px;
}
.navbar {
  z-index: 100;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  top: 0;
  box-shadow: 0 0 10px #0000001a;
}
.side-navbar {
  display: none;
}
.side-navbar-logo-div {
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}
.body {
  color: #212121;
  background-color: #272727;
  flex-direction: column;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  display: flex;
}
.spec-txt-1 {
  width: 40%;
  padding-right: 20px;
}
.specification-div {
  border-bottom: 1px dashed #81818166;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
}
.menu-btn-div {
  z-index: 5;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}
.menu-btn-line {
  background-color: var(--black);
  width: 30px;
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.menu-btn-line2 {
  background-color: var(--black-2);
  width: 30px;
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.menu-btn-line3 {
  background-color: var(--black-2);
  width: 30px;
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.side-navbar-logo-txt {
  color: #373737;
  font-size: 30px;
  font-weight: 700;
  line-height: 28px;
}
.spec-txt-2 {
  width: 60%;
  padding-right: 20px;
}
.side-navbar-logo-txt2 {
  color: #373737;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.page-begin-trigger {
  height: 0;
}
.top-navbar-logo {
  width: 100%;
  max-width: 70px;
  height: auto;
  margin-right: 10px;
}
.top-logo-navbar-txt1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 26px;
}
.top-navbar-logo-txt2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.top-navbar-logo-div {
  color: #373737;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}
.dropdown {
  border-bottom: 1px dashed #ffffff4d;
  width: 100%;
}
.dropdown-categories {
  color: var(--white-smoke);
  letter-spacing: .5px;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  padding-right: 40px;
  font-size: 18px;
  transition: background-color .2s;
  display: flex;
}
.dropdown-list {
  background-color: #1a5e4b;
  width: 100%;
  overflow: hidden;
}
.dropdown-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white-smoke);
  border-bottom: 1px solid #175745;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 10px 70px 10px 20px;
  font-size: 18px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}
.dropdown-link:hover {
  color: var(--aquamarine);
}
.dropdown-link.w--current {
  color: #7fffd4;
}
.dropdown-icon {
  width: 14px;
  margin-left: 15px;
}
.bottom {
  background-color: #272727;
  width: 100%;
  position: relative;
}
.bottom-wrp {
  color: var(--white-smoke);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
  font-size: 20px;
  display: flex;
}
.bottom-title {
  color: var(--medium-sea-green);
  font-size: 20px;
  font-weight: 500;
}
.bottom-icon-div {
  background-color: #1aa07b;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  display: flex;
}
.bottom-title-div {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}
.contact-div2 {
  width: 28%;
}
.contact-div2.contact-last-column {
  width: 38%;
}
.bottom-logo-div {
  color: var(--white-smoke);
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}
.bottom-logo {
  width: 70px;
  height: auto;
  margin-right: 12px;
}
.bottom-logo-txt1 {
  font-size: 29px;
  font-weight: 400;
  line-height: 26px;
}
.bottom-logo-txt2 {
  font-size: 19px;
  font-weight: 300;
  line-height: 20px;
}
.contact-div1 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}
.bottom-logo-wrp {
  border-bottom: 1px dashed #fff3;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
}
.dropdown-link-home {
  color: var(--white-smoke);
  letter-spacing: .5px;
  border-bottom: 1px dashed #fff3;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  padding-right: 72px;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}
.top-logo-navbar-txt-mob {
  color: #373737;
  font-size: 28px;
  font-weight: 700;
  line-height: 26px;
  display: none;
}
.specification-wrp {
  text-align: left;
  width: 100%;
}
.btn-wrp {
  z-index: 200;
  flex-direction: column;
  align-items: flex-end;
  width: 960px;
  height: 0;
  margin-top: 7px;
  padding-right: 100px;
  display: flex;
  position: fixed;
  inset: 0% auto auto;
}
.btn-green-link {
  z-index: 5;
  background-color: var(--sea-green);
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: .6px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  min-height: 46px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}
.btn-green-link:hover {
  position: relative;
}
.btn-green-cover {
  z-index: 2;
  background-color: var(--medium-sea-green);
  width: 100%;
  height: 46px;
  position: absolute;
  inset: auto auto auto -100%;
}
.btn-green-txt {
  z-index: 3;
  position: relative;
}
.dropdown-txt-new {
  color: var(--aquamarine);
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 300;
}
.kz-section-wrp {
  z-index: 3;
  width: 100%;
  padding-top: 80px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}
.bottom-icon {
  width: 60%;
  height: auto;
}
.offer-div {
  z-index: 10;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}
.graph-legend-line {
  background-color: #00fcff;
  width: 80px;
  height: 4px;
}
.graph-legend-line.line-grey {
  background-color: #d0d0d0;
}
.graph-legend-line.line-yellow-dark {
  background-color: #f0bf67;
}
.kz-sale-div {
  grid-column-gap: 20px;
  background-image: url('../images/offer-bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 10px 20px;
  display: flex;
}
.kz-sale-title-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  align-items: center;
  display: flex;
}
.kz-sale-title {
  color: #fff;
  letter-spacing: .5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1em;
}
.kz-sale-div-spacer {
  border-right: 1px dashed #fff9;
  width: 0;
}
.kz-sale-link {
  color: #fff;
  letter-spacing: .5px;
  align-items: center;
  padding-top: 2px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1em;
  text-decoration: none;
  display: flex;
}
.am16-s1-img {
  width: 100%;
  height: auto;
  margin-top: -160px;
}
.am16-s9-legend-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-right: 20px;
  display: flex;
}
.ls01-s1 {
  z-index: 1;
  background-color: #000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.ls01-s1-txt-div {
  z-index: 1;
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}
.ls01-heading {
  border: 1px solid #fff;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 8px 30px;
  font-size: 46px;
  font-weight: 400;
  line-height: 1em;
}
.ls01-s1-subtitle {
  letter-spacing: .5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(145deg, #ffefda, #f3ca88);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1em;
}
.ls01-s1-txt {
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  font-size: 24px;
  line-height: 1.2em;
  display: flex;
}
.ls01-s2 {
  color: #ffffffe6;
  background-color: #000;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ls01-s2-wrp-scroll {
  width: 100%;
  padding: 20px 60px;
  overflow: hidden;
}
.ls01-s2-title-div {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.ls01-section-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffefda, #f3ca88);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1em;
}
.ls01-section-title.is-s9-title {
  margin-bottom: 40px;
}
.ls01-section-title.is-s2-title {
  max-width: 32ch;
}
.ls01-section-title.is-s3-title {
  margin-bottom: 40px;
}
.ls01-s2-wrp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}
.ls01-comparison {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.35fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
  display: grid;
  position: relative;
}
.ls01-comparison-bg-left {
  z-index: 1;
  background-color: #3d3d3d;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 30%;
  position: absolute;
  inset: 20px auto 0% 0%;
}
.ls01-comparison-bg-middle {
  z-index: 2;
  background-color: #f6ba71;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 0;
  width: 40%;
  position: absolute;
  inset: 0% auto 0% 30%;
}
.ls01-comparison-bg-right {
  z-index: 1;
  background-color: #3d3d3d;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 30%;
  position: absolute;
  inset: 20px auto 0% 70%;
}
.ls01-s2-img1 {
  width: 360px;
  max-width: 70%;
  height: auto;
}
.ls01-s2-img2 {
  width: 330px;
  max-width: 70%;
  height: auto;
}
.ls01-s2-title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.ls01-comparison-line {
  background-image: linear-gradient(90deg, #ffffff03, #fff 50%, #ffffff03);
  min-height: 1px;
  position: absolute;
  inset: auto 10% 0%;
}
.ls01-comparison-line.is-dark {
  background-image: linear-gradient(90deg, #ffffff03, #000 50%, #ffffff03);
}
.ls01-comparison-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  display: flex;
  position: relative;
}
.ls01-comparison-div.is-dark-txt {
  color: #2c2c2c;
  justify-content: flex-start;
  align-items: center;
}
.ls01-comparison-div.is-grey-txt {
  color: #c5c5c5;
  justify-content: flex-start;
  align-items: center;
}
.ls01-comparison-icon {
  width: 50px;
  height: auto;
}
.ls01-s3 {
  color: #ffffffe6;
  background-color: #000;
  width: 100%;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.ls01-s3-img {
  border-radius: 30px;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.ls01-section-subtitle {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffefda, #f3ca88);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
}
.ls01-s3-img-div {
  margin-bottom: 40px;
}
.ls01-s4 {
  color: #ffffffe6;
  background-color: #181818;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ls01-img {
  width: 100%;
  height: auto;
}
.ls01-img.is-s6-img {
  margin-top: -80px;
}
.ls01-img.is-s7-img {
  margin-top: 0;
}
.ls01-img.is-s8-img {
  margin-top: -80px;
}
.ls01-card-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffefda, #f3ca88);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1em;
}
.ls01-s5 {
  color: #ffffffe6;
  background-color: #000;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ls01-s5-legend-wrp {
  z-index: 2;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: -170px;
  padding-bottom: 100px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}
.ls01-s6 {
  color: #ffffffe6;
  background-color: #000;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ls01-s7 {
  color: #ffffffe6;
  background-color: #000;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ls01-s8 {
  color: #ffffffe6;
  background-color: #0c0c0c;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ls01-s9 {
  color: #ffffffe6;
  background-color: #121212;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ls01-note {
  font-size: 20px;
  line-height: 1.3em;
}
.ls01-note.is-s9-note {
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}
.ls01-note.is-s8-note {
  background-color: #212121;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}
.ls01-s10 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #030303;
  flex-flow: column;
  width: 100%;
  padding: 60px;
  display: flex;
  overflow: hidden;
}
.ls01-s10-img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
.ls01-s1-img-mob {
  display: none;
}
@media screen and (min-width: 1280px) {
  .content-wrp {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 1280px;
    padding-top: 0;
    display: flex;
    position: relative;
  }
  .content-div {
    z-index: 5;
    width: 960px;
    max-width: 100%;
    margin-top: 10px;
  }
  .navbar {
    height: 0;
    display: none;
  }
  .side-navbar {
    z-index: 100;
    flex-direction: column;
    align-items: stretch;
    width: 320px;
    min-height: auto;
    padding: 10px;
    display: flex;
    position: relative;
  }
  .side-navbar-logo-img {
    width: 83px;
    height: auto;
    margin-right: 10px;
  }
  .side-navbar-logo-div {
    color: #212121;
    border-bottom: 1px dashed #0000004d;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    line-height: 28px;
    text-decoration: none;
  }
  .side-navbar-logo-div.w--current {
    line-height: 28px;
  }
  .side-nav-link {
    color: var(--white-smoke);
    border-bottom: 1px dashed #fff3;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 10px;
    font-size: 18px;
    text-decoration: none;
    transition: padding-left .3s;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  .side-nav-link:hover {
    color: var(--aquamarine);
    padding-left: 20px;
  }
  .side-nav-link.w--current {
    color: var(--aquamarine);
    background-image: url('../images/icon-right-green.webp');
    background-position: 10px;
    background-repeat: no-repeat;
    background-size: auto 14px;
    padding-left: 30px;
  }
  .side-nav-link.w--current:hover {
    padding-left: 30px;
  }
  .side-navbar-link-div {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    position: relative;
  }
  .side-navbar-txt-top {
    z-index: 5;
    background-color: var(--white-smoke);
    flex-direction: column;
    align-items: flex-start;
    height: 380px;
    padding: 30px 20px 40px;
    display: flex;
    position: sticky;
    top: 10px;
  }
  .side-navbar-logo-txt-div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .side-nav-txt {
    z-index: 2;
    position: relative;
  }
  .side-navbar-title {
    color: var(--sea-green);
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 500;
  }
  .side-navbar-txt {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 140%;
  }
  .side-navbar-list {
    background-color: #10503e;
    background-image: none;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
    position: relative;
  }
  .side-navbar-div-up {
    background-color: #10503e;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: stretch;
    min-height: 70px;
    padding: 10px;
    display: flex;
    position: sticky;
    top: 390px;
    overflow: hidden;
  }
  .side-navbar-up-link {
    color: var(--white-smoke);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 18px;
    text-decoration: none;
    transition: padding-left .2s;
    display: flex;
  }
  .side-navbar-up-link:hover {
    padding-left: 20px;
  }
  .side-navbar-up-link.w--current {
    color: var(--white-smoke);
    align-items: center;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    line-height: 140%;
    display: flex;
  }
  .side-navbar-up-arrow {
    width: 16px;
    margin-left: 15px;
  }
  .page-begin-trigger {
    position: absolute;
    inset: 0% 0% auto;
  }
  .side-navbar-top-line2 {
    background-color: #272727;
    width: 100%;
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: auto 0% 0%;
  }
  .side-navbar-top-line1 {
    background-color: #272727;
    width: 100%;
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: -10px 0% auto;
  }
  .side-navbar-list-bottom-line {
    background-color: #10503e;
    height: 11px;
    padding-bottom: 0;
    position: absolute;
    inset: auto 0% 0%;
  }
  .top-navbar-logo {
    max-height: 50px;
    margin-right: 10px;
  }
  .top-navbar-logo-div {
    color: #212121;
    border-bottom: 1px dashed #0000004d;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    line-height: 28px;
    text-decoration: none;
  }
  .top-navbar-logo-div.w--current {
    line-height: 28px;
  }
  .top-navbar-txt-div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .bottom-logo-div.w--current {
    line-height: 28px;
  }
  .bottom--txt-div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .side-navbar-subtitle {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
  }
  .btn-wrp {
    display: none;
  }
  .side-nav-txt-new {
    color: var(--aquamarine);
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 300;
    position: absolute;
    inset: auto 10px auto auto;
  }
  .offer-div {
    border-top: 10px solid #272727;
    margin-top: -10px;
  }
}
@media screen and (max-width: 991px) {
  .top-navbar-menu {
    min-width: 80%;
  }
  .btn-wrp {
    width: 100%;
  }
  .kz-section-wrp {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .kz-sale-title-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }
  .am16-s1-img {
    margin-top: -120px;
  }
  .am16-s9-legend-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .ls01-s1-txt-div {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .ls01-heading {
    font-size: 36px;
  }
  .ls01-s1-subtitle {
    font-size: 32px;
  }
  .ls01-s1-txt {
    font-size: 22px;
  }
  .ls01-s2-wrp-scroll {
    padding-left: 40px;
    padding-right: 40px;
  }
  .ls01-section-title {
    font-size: 32px;
  }
  .ls01-comparison-icon {
    width: 40px;
  }
  .ls01-section-subtitle {
    font-size: 28px;
  }
  .ls01-img.is-s8-img {
    margin-top: -60px;
  }
  .ls01-card-title {
    font-size: 28px;
  }
  .ls01-s5-legend-wrp {
    margin-top: -140px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .ls01-note.is-s9-note {
    padding-left: 40px;
    padding-right: 40px;
  }
  .ls01-note.is-s8-note {
    padding-left: 40px;
    padding-right: 40px;
  }
  .ls01-s10 {
    padding-left: 40px;
    padding-right: 40px;
  }
  #w-node-_488912cb-6fca-53f3-01ba-23c2e4590435-786c2158 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
@media screen and (max-width: 767px) {
  .top-navbar-menu {
    min-width: 90%;
  }
  .navbar {
    padding-left: 10px;
    padding-right: 0;
  }
  .top-navbar-logo-txt2 {
    font-size: 16px;
  }
  .bottom-wrp {
    padding-bottom: 40px;
  }
  .contact-div2 {
    width: 100%;
    margin-bottom: 40px;
  }
  .contact-div2.contact-last-column {
    width: 100%;
  }
  .btn-wrp {
    padding-right: 65px;
  }
  .kz-section-wrp {
    padding-top: 40px;
  }
  .am16-s1-img {
    margin-top: -80px;
  }
  .am16-s9-legend-div {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }
  .ls01-heading {
    margin-bottom: 20px;
  }
  .ls01-s1-subtitle {
    margin-bottom: 20px;
  }
  .ls01-s1-txt {
    font-size: 22px;
  }
  .ls01-s2-wrp-scroll {
    padding-bottom: 20px;
    overflow: auto;
  }
  .ls01-section-title {
    font-size: 30px;
  }
  .ls01-section-title.is-s2-title {
    max-width: none;
  }
  .ls01-s2-wrp {
    width: 140%;
  }
  .ls01-comparison-div.is-dark-txt {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .ls01-comparison-icon {
    width: 30px;
  }
  .ls01-section-subtitle {
    font-size: 24px;
  }
  .ls01-img.is-s8-img {
    margin-top: -20px;
  }
  .ls01-card-title {
    font-size: 24px;
  }
  .ls01-s5-legend-wrp {
    grid-row-gap: 10px;
    background-color: #000;
    flex-flow: column;
    margin-top: -60px;
    padding-bottom: 20px;
    position: relative;
  }
  .ls01-s10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  #w-node-_701fe6c7-a6ef-7e01-2bec-a1f44247be34-951a6faa {
    grid-area: Area-10;
  }
  #w-node-_7f9f2cbc-644d-5178-27e0-b738a28ac749-951a6faa {
    grid-area: Area-11;
  }
  #w-node-d0af9ace-1e45-0c14-2856-113782adec10-951a6faa {
    align-self: end;
  }
  #w-node-_7c5cfb7c-2db0-8c5b-adbb-670f748525bd-951a6faa {
    align-self: end;
  }
  #w-node-dc5c120f-fc46-72d8-f3bd-821925121ddc-951a6faa {
    align-self: end;
  }
  #w-node-_0369a0ab-3503-9400-2365-570ee65231b5-c738f509 {
    grid-area: Area-10;
  }
  #w-node-_0369a0ab-3503-9400-2365-570ee65231b6-c738f509 {
    grid-area: Area-11;
  }
  #w-node-c4f490a1-6164-9220-3f7e-ce088fb0ca77-c738f509 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  #w-node-_593cae7c-8f8a-f8a8-469e-fd7902a2818c-59c91076 {
    place-self: center;
  }
  #w-node-_0ba686fa-8387-d458-c862-8473ee3a5a7e-59c91076 {
    place-self: center;
  }
  #w-node-_7e602d97-1881-fa67-cab2-fa00fbf86a33-63c5b009 {
    grid-area: 5 / 1 / 6 / 3;
  }
  #w-node-_9097850d-d615-11e9-124a-bf737b8ded53-fe2472e3 {
    grid-row: 11 / 12;
    grid-column-end: 2;
  }
}
@media screen and (max-width: 479px) {
  .top-navbar-menu {
    width: 100%;
  }
  .body {
    font-size: 20px;
  }
  .spec-txt-1 {
    width: 50%;
  }
  .menu-btn-div {
    width: 60px;
  }
  .spec-txt-2 {
    width: 50%;
  }
  .top-navbar-logo {
    max-width: 50px;
    margin-top: 5px;
    margin-bottom: 0;
    margin-right: 0;
  }
  .top-logo-navbar-txt1 {
    display: none;
  }
  .top-navbar-logo-txt2 {
    font-size: 16px;
    display: none;
  }
  .top-navbar-logo-div {
    flex-direction: column;
    align-items: center;
  }
  .dropdown-categories {
    padding-right: 20px;
  }
  .dropdown-link {
    padding-right: 20px;
  }
  .dropdown-link-home {
    padding-right: 50px;
  }
  .top-logo-navbar-txt-mob {
    text-align: center;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    display: block;
  }
  .btn-wrp {
    margin-top: 9px;
  }
  .btn-green-link {
    min-height: 42px;
  }
  .kz-section-wrp {
    padding-left: 20px;
    padding-right: 20px;
  }
  .offer-div {
    text-align: center;
  }
  .graph-legend-line {
    margin-bottom: 5px;
  }
  .kz-sale-div {
    flex-direction: column;
    align-items: center;
  }
  .kz-sale-title-div {
    align-items: center;
  }
  .kz-sale-title {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .kz-sale-div-spacer {
    display: none;
  }
  .kz-sale-link {
    font-size: 17px;
  }
  .am16-s1-img {
    display: none;
  }
  .am16-s9-legend-div {
    width: 100%;
  }
  .ls01-s1-txt-div {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ls01-heading {
    padding: 6px 20px;
    font-size: 32px;
  }
  .ls01-s1-subtitle {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .ls01-s1-txt {
    padding-top: 10px;
    font-size: 20px;
  }
  .ls01-s2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .ls01-s2-wrp-scroll {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ls01-section-title {
    font-size: 28px;
  }
  .ls01-s2-wrp {
    width: 200%;
    padding-top: 10px;
  }
  .ls01-comparison {
    font-size: 18px;
  }
  .ls01-s2-img1 {
    max-width: 60%;
  }
  .ls01-s2-img2 {
    max-width: 60%;
  }
  .ls01-s2-title {
    font-size: 20px;
  }
  .ls01-s3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .ls01-s3-img {
    border-radius: 20px;
  }
  .ls01-s4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .ls01-img.is-s6-img {
    width: 120%;
    max-width: none;
    margin-top: -40px;
  }
  .ls01-img.is-s7-img {
    width: 120%;
    max-width: none;
    margin-top: 20px;
  }
  .ls01-img.is-s8-img {
    margin-top: 0;
  }
  .ls01-img.is-s4-img {
    width: 120%;
    max-width: none;
  }
  .ls01-img.is-s5-img {
    margin-top: 20px;
  }
  .ls01-s5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .ls01-s5-legend-wrp {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ls01-s6 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .ls01-s7 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .ls01-s8 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .ls01-s9 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .ls01-note {
    font-size: 18px;
  }
  .ls01-note.is-s9-note {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ls01-note.is-s8-note {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ls01-s10 {
    padding: 40px 20px;
  }
  .ls01-s10-img {
    border-radius: 10px;
  }
  .ls01-s1-img-mob {
    width: 100%;
    height: auto;
    margin-top: -40px;
    display: block;
  }
  #w-node-_7e602d97-1881-fa67-cab2-fa00fbf86a33-63c5b009 {
    grid-row: 9 / 10;
    grid-column-end: 2;
  }
}
#w-node-_7561cabc-4d04-1594-afcc-76a58abd97f9-6b5319a0 {
  grid-area: Area;
}
#w-node-_890af260-2733-3dfe-892c-af4f03532202-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_081a7bc4-375a-4fc8-49d5-fcee12c21506-6b5319a0 {
  grid-area: Area-2;
}
#w-node-_081a7bc4-375a-4fc8-49d5-fcee12c21507-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-b76d817e-fe7c-e786-3dc6-30d7545a4727-6b5319a0 {
  grid-area: Area-3;
}
#w-node-b76d817e-fe7c-e786-3dc6-30d7545a4728-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-fd1b2470-7c6c-0646-ca31-4464cbe62249-6b5319a0 {
  grid-area: Area-4;
}
#w-node-fd1b2470-7c6c-0646-ca31-4464cbe6224a-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-a6d1dbf3-a0b0-4fb9-482c-caf1d1c1b568-6b5319a0 {
  grid-area: Area-5;
}
#w-node-a6d1dbf3-a0b0-4fb9-482c-caf1d1c1b569-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-ee96944b-5d7d-7470-0807-df974dd0726a-6b5319a0 {
  grid-area: Area-6;
}
#w-node-ee96944b-5d7d-7470-0807-df974dd0726b-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_16623c06-544b-00ea-464b-a623ed731dc9-6b5319a0 {
  grid-area: Area-7;
}
#w-node-_16623c06-544b-00ea-464b-a623ed731dca-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-d2d6f75f-e77a-c686-8a8b-460181033d29-6b5319a0 {
  grid-area: Area-8;
}
#w-node-d2d6f75f-e77a-c686-8a8b-460181033d2a-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-ab91a472-9a99-74d4-3ddc-987dd5836959-6b5319a0 {
  grid-area: Area-9;
}
#w-node-ab91a472-9a99-74d4-3ddc-987dd583695a-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-a59e4062-93be-0e0c-ca45-ee82af325809-6b5319a0 {
  grid-area: Area-10;
}
#w-node-a59e4062-93be-0e0c-ca45-ee82af32580a-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_6cb0eff3-36cb-dbfd-34c2-ef535bde0974-6b5319a0 {
  grid-area: Area-11;
}
#w-node-_6cb0eff3-36cb-dbfd-34c2-ef535bde0975-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_8bb47447-64fe-d613-8f62-e9e69fd0509a-6b5319a0 {
  grid-area: Area-12;
}
#w-node-_8bb47447-64fe-d613-8f62-e9e69fd0509b-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_36e39982-6011-5f29-3a93-69893129d95f-6b5319a0 {
  grid-area: Area-13;
}
#w-node-_36e39982-6011-5f29-3a93-69893129d960-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-b4a979ee-5e32-376a-83b2-a1d18bf2e538-6b5319a0 {
  grid-area: Area-14;
}
#w-node-b4a979ee-5e32-376a-83b2-a1d18bf2e539-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_837bf6bc-2747-5f2f-3815-331b76810ac9-6b5319a0 {
  grid-area: Area-15;
}
#w-node-_837bf6bc-2747-5f2f-3815-331b76810aca-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-a5049116-5083-12ed-d7be-6c07af125684-6b5319a0 {
  grid-area: Area-16;
}
#w-node-a5049116-5083-12ed-d7be-6c07af125685-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-bc1b7936-a8b4-166c-3aca-061bf7b5b399-6b5319a0 {
  grid-area: Area-17;
}
#w-node-bc1b7936-a8b4-166c-3aca-061bf7b5b39a-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-fddea260-b6a0-4f62-d08b-04bf0b28af7d-6b5319a0 {
  grid-area: Area-18;
}
#w-node-fddea260-b6a0-4f62-d08b-04bf0b28af7e-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_7a9f279e-dbfb-0165-00ec-3a814b1b8f00-6b5319a0 {
  grid-area: Area-19;
}
#w-node-_7a9f279e-dbfb-0165-00ec-3a814b1b8f01-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_315b4fa8-09a9-a07f-c2c1-6704b0f3b909-6b5319a0 {
  grid-area: Area-20;
}
#w-node-_315b4fa8-09a9-a07f-c2c1-6704b0f3b90a-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-d4fddbe5-f980-f64b-f820-5f3c735f7867-6b5319a0 {
  grid-area: Area-21;
}
#w-node-d4fddbe5-f980-f64b-f820-5f3c735f7868-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace23-6b5319a0 {
  grid-area: Area;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace24-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace26-6b5319a0 {
  grid-area: Area-2;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace27-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace29-6b5319a0 {
  grid-area: Area-3;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace2a-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace2c-6b5319a0 {
  grid-area: Area-4;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace2d-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace2f-6b5319a0 {
  grid-area: Area-5;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace30-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace32-6b5319a0 {
  grid-area: Area-6;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace33-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace35-6b5319a0 {
  grid-area: Area-7;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace36-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace38-6b5319a0 {
  grid-area: Area-8;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace39-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace3b-6b5319a0 {
  grid-area: Area-9;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace3c-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace3e-6b5319a0 {
  grid-area: Area-10;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace3f-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace41-6b5319a0 {
  grid-area: Area-11;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace42-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace44-6b5319a0 {
  grid-area: Area-12;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace45-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace47-6b5319a0 {
  grid-area: Area-13;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace48-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace4a-6b5319a0 {
  grid-area: Area-14;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace4b-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace4d-6b5319a0 {
  grid-area: Area-15;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace4e-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace50-6b5319a0 {
  grid-area: Area-16;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace51-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace53-6b5319a0 {
  grid-area: Area-17;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace54-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace56-6b5319a0 {
  grid-area: Area-18;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace57-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace59-6b5319a0 {
  grid-area: Area-19;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace5a-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace5c-6b5319a0 {
  grid-area: Area-20;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace5d-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace5f-6b5319a0 {
  grid-area: Area-21;
}
#w-node-eef1b5ac-65e7-16ae-570f-7724feaace60-6b5319a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-f759c791-6d1c-13fe-036d-7a2a6c7bd5ed-951a6faa {
  grid-area: Area-2;
  align-self: stretch;
}
#w-node-a65868cc-76f5-f28b-a672-2894c31f2a7b-951a6faa {
  grid-area: Area;
}
#w-node-_8a304022-e9f7-ede3-e7a5-fbf77dcf11dd-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-cb981b6e-f716-b68e-96ee-63140a27caa9-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-db19244a-527f-469f-8b75-b8993b1a9820-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-cdff73da-e57e-a7ef-49f2-2022e1427554-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-f0faf98d-b91b-ad2b-aa24-6a376520ee00-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_4a1a12fe-0ea4-5711-d08e-ea242961fe75-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_5a15b5fd-914c-d56c-9dcd-2793b3f88dd9-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_023c42ec-59f9-1caf-d98e-89048f6474f6-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_7f9e2cbd-1313-1720-2212-970611595795-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-e377120e-4532-fe11-140c-ea66240861a4-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-d8088974-1ab4-f1bc-b02d-5ad3d60d48c6-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-a6d79aa5-ecbd-eef1-1398-9d4c83e81194-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-b7955de8-3e87-b49b-d5a1-6ab54482e3a4-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-cac14b05-fc4d-e0f6-3056-d093c8912f97-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_9904d500-22d8-afbb-25c6-8e3fae9a6f25-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_681b1f7f-52c0-e232-1774-c2be6350fe8e-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_4e0ff289-f1d9-5c04-9dab-7bbf757fcb8b-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-aebbaa95-b419-bb7a-e03b-34aafe82c58a-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_10492cda-973c-f9f3-f4f2-ae1b159706ec-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_243a8760-6ad7-99b8-534c-90f4b9adfd76-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_0c9b22b1-aebf-b1f1-da0a-96274f37b336-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_6b9bfc3a-c2f1-e541-ed4e-414d6cb9945a-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_2600fa65-3936-c82a-cdb5-c76919f40d4e-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-e6ca4428-d08e-946c-df6f-b880db9d8cde-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_23a6cb97-81fa-eba1-d7a5-f3a260c7c23c-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_025c7149-1726-4cfb-383b-41158e368e7f-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_5c642887-0267-5560-95bc-91dfc21ca9a8-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_3d4616ff-3d59-0f6a-ebd2-a9324502b717-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-d13ca69d-f52f-0198-6455-85517ea4f845-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-d68c5696-7b21-76a4-3d07-3ccbef671f2b-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_20f3f276-6726-92f1-66e0-5f6c98bf6d21-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-abe0a579-c46a-0cf7-85c5-7d657d923c56-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-dd981b28-f821-65f6-f17c-ca970381139a-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_05922d20-eda4-7f68-9406-a2d6ce5512fb-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_972646e5-9125-b2b3-71f2-71e1f3406f29-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-c539b815-995f-cc30-c656-19f0150b2119-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_712e05aa-8435-4813-7118-a005972eed11-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_593d9ff7-03eb-65ad-a33a-e2d40a239e85-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_5ca3676f-1153-7095-9622-c0246e1ac2cc-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_052e3bfc-d319-ee09-9ba6-5507ff835826-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_03f24464-c8d6-0c78-9b4a-f356c9372fd7-951a6faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-dbaf6efa-58ae-5b98-caba-630ad380a3fe-951a6faa {
  grid-area: Area;
}
#w-node-_49ba81ad-1e5b-5421-6592-610a7ae4feaa-951a6faa {
  grid-area: Area-4;
}
#w-node-a55ec525-61ae-938b-16e9-f965a11bff66-951a6faa {
  grid-area: Area-7;
}
#w-node-d0af9ace-1e45-0c14-2856-113782adec10-951a6faa {
  grid-area: Area-2;
  place-self: center;
}
#w-node-_7c5cfb7c-2db0-8c5b-adbb-670f748525bd-951a6faa {
  grid-area: Area-5;
  place-self: center;
}
#w-node-dc5c120f-fc46-72d8-f3bd-821925121ddc-951a6faa {
  grid-area: Area-8;
  place-self: center;
}
#w-node-fbee0547-83f8-7348-9f6c-811f473ebdcf-951a6faa {
  grid-area: Area-3;
}
#w-node-dc5697a7-96e3-06df-4ad7-724607351953-951a6faa {
  grid-area: Area-6;
}
#w-node-d88f9085-99ff-6e5c-d94d-ff55a9e1087b-951a6faa {
  grid-area: Area-9;
}
#w-node-_7836e315-25f0-359a-822a-0d27f0c6e94e-8dde00dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_1beb2cc8-64f8-920c-f910-ead6729b35e8-8dde00dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_05a8cd89-886d-0575-3c70-2a86aba41ce7-8dde00dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-c26579a4-a1a7-3cf5-425d-ddb7005e18b9-8dde00dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-c63eeb0b-8e7b-7d87-7270-5b71bf0d92bc-8dde00dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_98b5a567-a744-58dd-b912-9895c1ac4631-8dde00dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_5bddec13-3411-1873-0454-bc34b8e7f9bc-8dde00dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_98200321-638c-01e8-c1ff-ca0104b3c5e5-8dde00dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-d2cea417-1bda-b828-a586-970c2a0ff86e-8dde00dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-cc4ee689-a740-8125-e9ad-89cad97d6614-8dde00dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-bd96761b-e692-3e78-22c1-90c239a4faa8-8dde00dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_967d5a51-53c3-abfa-8571-e502a976467f-8dde00dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_51f86cae-4779-b1c1-bf28-947d91f79c27-8dde00dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_45cc63a6-37be-a633-b31b-6a53d54420e2-8dde00dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_93bd0394-80a2-c8b0-09ff-c7782de27ac3-8dde00dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-e2390a86-e666-b4ee-77a7-0c43824fd0ee-8dde00dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-e612674b-1174-b207-dc2c-0b83b2ae2a77-8dde00dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-d5153d14-e5d2-69e1-b433-b68c76b674ea-8dde00dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_31f225b3-00ca-17d3-ee8c-eb86638b46ff-8dde00dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_8527f04e-9e7b-4e72-8437-c445eb7c91e7-8dde00dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-b8ea86a8-7e58-94ef-47c9-bb96d2e1558d-8dde00dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-e8059cc6-43b6-fd84-5254-d0c9d1244f6b-8dde00dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_45b03735-f12b-54a5-08ca-48fc4e81ef34-8dde00dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_6265039a-46a9-bf5b-a12d-11e5f24fb468-8dde00dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_91288237-6e3f-3a67-0345-b82b2e87e13b-8dde00dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_49e59011-bcfe-99c1-4aa8-1d71016db526-8dde00dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_147c4a88-ec77-c5d0-5499-4d20670c40b9-8dde00dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_1aab672d-b86d-a78a-c4a4-b7350a1379ac-8dde00dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_187415ff-1bc2-7e0b-7525-03043f57c495-8dde00dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_7fe1dcdd-8e45-0a4c-9084-36f1f12c8bcb-8dde00dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_19332071-f6be-7c79-309d-150355ed670f-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_7ecfaec2-9e3b-2c19-ca27-71e61e70be29-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_3aa4d278-cbb3-7527-ab0e-33a551890301-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_3734eaac-0787-be5e-838a-e52585ac2f4a-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_3d6fb1a0-c24e-dea6-ebd0-da198c2714e4-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_1df96732-8099-08e5-9854-a0156b4e93a1-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_9aacb728-59b7-e389-4c16-a3243e95108f-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_9c2b5028-9cca-95d1-0aab-1aee99115651-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_3577b06c-0117-9211-bb27-87dd438cae96-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_777b4aea-d366-0e4a-945c-244a3fc2fdbe-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-a0d6087d-f30b-eece-f8cd-a21279e39841-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_2a93f0d6-a3de-9dca-50a0-195dcdec134b-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-a66d2b97-a66c-6549-7751-8cd0a78e9d83-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_8efe8f72-fd83-8ede-04b9-5eb05eba266d-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_38c66996-7a2b-9c21-7b1a-57db5f8ed84a-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_653349ce-6687-3fcb-efa0-7ef329abf6a5-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_7915324b-799b-3fea-98f3-bffd1a361547-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_105d16b2-ccc3-9710-e952-0a11de7f424b-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_3b1a398a-9de6-8d5c-767a-5da4ea9b67c5-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_1223c275-3945-a35d-a729-42c64d752e1a-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_5878c93b-cf5d-b532-3711-b2dd8e903e18-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-a3a2576c-b622-a058-3893-002a9759eb29-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-fff91a0a-c48b-9ca3-22cd-8f684a45f1c8-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_3f831246-c918-f188-5fb6-24950f049820-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_2969945f-2a3d-2a81-16a9-92eb91c3e902-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_85097ad4-3d97-8f4d-0ac8-4c55ffd3cc2d-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-f6a80895-7233-2284-0233-3fe7160d89a4-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_682967fe-8873-f629-fa67-b9aaa82c2d8e-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-dbde3848-45b7-0965-58a6-c46d1641e445-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_73e447e8-34d5-b50a-e35a-68e83b161fd0-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_9f4360cc-6528-a98b-3b47-cfc9cb79956b-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_2420d174-be5d-259f-a6fa-c00f10053c37-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-e303bae9-ccef-a1ee-fcda-16125c4c9a22-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_83d3ae3f-1bf1-93d6-809c-0a1a1c68f258-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-aaa25e01-e853-809d-22c2-5d77c789a136-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_622b9199-8296-61b8-50b6-18a8eca6a19e-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_4c6864d6-25b1-8132-44f8-2e7d079a28a8-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-ccd3bd81-1f74-47ee-6d15-12dfebcc105e-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-bc72cb99-d357-58e8-3d08-84f098aa37fb-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_1982e4f6-7924-44b8-ad1e-7a753cf28889-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_91d21b72-4f4d-6c71-ba0a-aba6dba87e03-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-d5bd0eb1-f915-11ec-52d4-2f18417693e1-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_90bc5185-1cc9-6fc2-17bf-cdb128789ea3-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_8eeac968-06ab-601d-d707-c212ac64ecb4-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-ad5741b0-71dc-3e76-0bba-16f8f445e601-293bb6aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-b0e1c0a4-7976-b718-5c5a-3b4a043df861-b623cce7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-f3dcc291-fd82-bc15-e859-b750d9155423-b623cce7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_07e36bb9-0de1-7fcc-1fe0-a43923d00d4a-b623cce7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_49dc8815-4500-0f12-00b8-e1c835ce20b5-b623cce7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_23e109ab-3869-3cf6-744c-154dd0e65413-b623cce7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_7199c6a5-ae74-71d3-f209-fce7774c3617-b623cce7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-e212335d-edc4-f987-c0ef-bfa5d86e3fc1-b623cce7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_465f412d-3258-1715-7be7-fb8b570d34b1-b623cce7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_2cf1e3ec-cb9f-4e79-2512-917ca9f2a542-b623cce7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-b0e1c0a4-7976-b718-5c5a-3b4a043df861-0ffcb13f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-a8989f76-07db-4105-1454-823c38ef951c-0ffcb13f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_40ebc078-14a7-ae1e-4a8e-4068e2ac19e7-0ffcb13f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_59d996b3-6f64-edc8-aec0-50435bae7b06-0ffcb13f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_6b348b87-9c50-362c-63ca-6d0091ff18e9-0ffcb13f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_3f82356c-f032-0bc9-be9a-609158cbbd74-0ffcb13f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_7ea65c5f-80d1-dcf7-afc2-4501dc2d970c-0ffcb13f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_968bc8ec-bb9c-33cb-b746-a76f74e1531e-0ffcb13f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_10500bfb-5930-b519-abe7-ce194516178b-0ffcb13f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_06d0902c-b0bd-12b9-a2e9-1f5598d3cc70-e32d2814 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-d9b278e4-2ec1-28d9-d444-f4a5caf9d59b-e32d2814 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_88ee08d6-309b-678c-9824-901f38c90882-e32d2814 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_03bb0c93-8beb-1f36-ab3e-f898a849a747-e32d2814 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_4ad4cdee-e7dd-e782-0b86-6970a702eacc-e32d2814 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_01ffe48b-b875-6180-929e-6dd2ea914dad-e32d2814 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_855ea30d-52e9-0ad0-208c-ffa59c2fdc6e-e32d2814 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_6ade9633-cd9f-8d71-cb68-d1b3baf49370-e32d2814 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-b0e1c0a4-7976-b718-5c5a-3b4a043df861-4a8ea4c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_01dfaf90-3c6e-65ad-4e53-871ed5a83e0b-4a8ea4c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_793e2b06-7b4f-aadb-1112-fe5e6f415455-4a8ea4c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_2a66871a-8a86-68dd-635a-a4ffb60c89b4-4a8ea4c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_55a0be7d-956c-258a-6cc5-852afe259a4c-4a8ea4c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_24149f79-dbf3-4cc3-181d-16c859948415-4a8ea4c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-c1693157-15fa-4bb5-7e43-5149bee359bb-4a8ea4c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-f9e59e75-9697-6666-d0e6-576f67037c0b-4a8ea4c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-b8981d96-5190-694a-c6c5-3a418e1bbc19-4a8ea4c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_3ad9cf71-45a2-6bdd-3f79-2084ead276d5-c738f509 {
  grid-area: Area;
}
#w-node-a085bd31-73fd-c5e7-f4cc-69db6df2df69-c738f509 {
  grid-area: Area-2;
}
#w-node-_7975653e-4beb-98df-650d-41d1087bfe6b-c738f509 {
  grid-area: Area-3;
}
#w-node-_06761ace-41ae-6b4c-e74a-944389ceec8d-c738f509 {
  grid-area: Area-4;
}
#w-node-a263a5ee-69cb-ad54-bb9a-516104a67cb1-c738f509 {
  grid-area: Area-5;
}
#w-node-cabd61c4-525a-344c-3fff-71fa5e6693cc-c738f509 {
  grid-area: Area-6;
}
#w-node-e7f55b4f-ffb7-3c91-73c8-e03b37ab9bd4-c738f509 {
  grid-area: Area-7;
}
#w-node-dcc99eed-43ed-8659-ebbc-cc9327fce1b4-c738f509 {
  grid-area: Area-8;
}
#w-node-fc37d383-2910-cb26-821d-7e84fa93733f-c738f509 {
  grid-area: Area-9;
}
#w-node-_1880113c-66e5-91c3-f3a8-7b4173817dbd-c738f509 {
  grid-area: Area-10;
}
#w-node-_42541208-48c8-7d93-d35c-f41ea36d3e77-c738f509 {
  grid-area: Area-11;
}
#w-node-_2d17dc37-4d84-abb5-b8c0-31d153f0d8b5-c738f509 {
  grid-area: Area-12;
}
#w-node-a574ec74-4ca6-0cef-2b36-5a908606e780-c738f509 {
  align-self: end;
}
#w-node-_7aaf3efb-ff1a-ff76-c8f9-cbdb62495a0f-c738f509 {
  align-self: start;
}
#w-node-_3660fc11-39fe-3293-4f93-5c1d51bb33eb-c738f509 {
  align-self: center;
}
#w-node-_0369a0ab-3503-9400-2365-570ee65231b7-c738f509 {
  grid-area: Area;
}
#w-node-_0369a0ab-3503-9400-2365-570ee65231bd-c738f509 {
  grid-area: Area-4;
}
#w-node-_0369a0ab-3503-9400-2365-570ee65231c3-c738f509 {
  grid-area: Area-7;
}
#w-node-_0369a0ab-3503-9400-2365-570ee65231c9-c738f509 {
  grid-area: Area-2;
  place-self: center;
}
#w-node-_45715941-2bed-6bc2-34bd-01b4a0f65604-c738f509 {
  grid-area: Area-5;
  place-self: center;
}
#w-node-_0369a0ab-3503-9400-2365-570ee65231cd-c738f509 {
  grid-area: Area-8;
  place-self: center;
}
#w-node-_0369a0ab-3503-9400-2365-570ee65231cf-c738f509 {
  grid-area: Area-3;
}
#w-node-_0369a0ab-3503-9400-2365-570ee65231d5-c738f509 {
  grid-area: Area-6;
}
#w-node-_0369a0ab-3503-9400-2365-570ee65231db-c738f509 {
  grid-area: Area-9;
}
#w-node-c4f490a1-6164-9220-3f7e-ce088fb0ca77-c738f509 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}
#w-node-_3f1ca398-6d0c-7122-39a9-be972739fa8d-dd8eb1d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-f324379b-21d9-923c-8436-06ae54ce8903-dd8eb1d8 {
  grid-area: 2 / 1 / 3 / 4;
}
#w-node-b9c33f05-5286-2def-0d47-4cc4f69392e0-dd8eb1d8 {
  grid-area: 4 / 1 / 5 / 4;
}
#w-node-_7ea65c5f-80d1-dcf7-afc2-4501dc2d970c-6fd02e9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_968bc8ec-bb9c-33cb-b746-a76f74e1531e-6fd02e9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_10500bfb-5930-b519-abe7-ce194516178b-6fd02e9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-dee4abd8-41c2-8166-3519-dcea3198f2ac-e9a49606 {
  grid-area: 2 / 1 / 3 / 4;
}
#w-node-dee4abd8-41c2-8166-3519-dcea3198f2bc-e9a49606 {
  grid-area: 4 / 1 / 5 / 4;
}
#w-node-_77a0ab0b-fe02-574f-c358-3b1f5895d764-63c5b009 {
  grid-area: 2 / 1 / 3 / 3;
}
#w-node-_9e682be8-44d7-310e-57a4-75942785c8a9-63c5b009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_4d5c6272-8bda-a390-dca1-ff0f57c098b0-63c5b009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-d0e07b08-6a1e-e045-4768-1d276ba9e8b3-63c5b009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-e43d2922-b75d-4e96-3c61-3c25bd845644-63c5b009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_735e01c5-57df-4bc4-86b4-0403bea0ed04-63c5b009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_0cd3a732-8242-2c2d-9cb1-d7ebae2bf436-63c5b009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-a94b8c0c-7596-a8c7-ddd0-f88f57e406b0-63c5b009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_48897415-cbf6-94ae-8d11-6f68f539b46c-63c5b009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_7e602d97-1881-fa67-cab2-fa00fbf86a33-63c5b009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_25bfb4c2-67eb-21c3-4d34-e47c70a43104-786c2158 {
  grid-area: 2 / 1 / 3 / 3;
}
#w-node-_43f857ad-7cc9-e80c-0d28-9fbd6cc43181-786c2158 {
  grid-area: 2 / 1 / 3 / 3;
}
#w-node-_63ce663b-56fa-aa75-511e-3fa027b36a39-786c2158 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_9ff6ad0e-3063-b299-afdd-1a6f9e497ca1-786c2158 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-ee5dc897-2d61-5ef6-914a-c575493b01b2-786c2158 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_54e6b2c3-1e52-bca5-64aa-002937ab456d-786c2158 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_8d7c6ba2-f404-8ad2-0722-2194a0d8f5c0-786c2158 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-db15ce13-9584-8c65-0330-a166213b2cde-786c2158 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_7940187a-9d0b-7312-2867-d8d1314cad40-786c2158 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_488912cb-6fca-53f3-01ba-23c2e4590435-786c2158 {
  grid-area: 3 / 2 / 4 / 4;
}
#w-node-_9097850d-d615-11e9-124a-bf737b8ded53-fe2472e3 {
  grid-area: 6 / 1 / 7 / 3;
}
#w-node-_71ec8b79-231c-b898-1f4f-cdf51f6db43f-bd2caaa7 {
  justify-self: center;
}
#w-node-_33428bc7-19b8-0e74-1ff0-2f72df36f51c-bd2caaa7 {
  justify-self: center;
}
#w-node-bfc03f43-bfb6-11cf-54ba-e192898a9eb4-bd2caaa7 {
  align-self: center;
}
#w-node-c7320a44-b6e6-a54c-3d85-e8debac7ef64-bd2caaa7 {
  align-self: center;
}
#w-node-_5970d9cd-043f-0096-4d89-ad8858d0434c-bd2caaa7 {
  align-self: center;
}
#w-node-f8d9728b-c7f2-0af1-d339-98522184ded7-bd2caaa7 {
  align-self: center;
}
#w-node-_31d02803-8821-6014-b7e3-a31deadec978-bd2caaa7 {
  align-self: center;
}
#w-node-_5e67913b-af69-d9df-f1df-ae62758b7f56-bd2caaa7 {
  align-self: center;
}
#w-node-ebeb0125-2eec-57bc-0f32-5f10e2950c11-bd2caaa7 {
  align-self: center;
}
#w-node-_3578af1e-d091-392f-cfe7-8a12d795108e-bd2caaa7 {
  align-self: center;
}
#w-node-_161dd137-d428-bc76-4f35-94a5129ebe2b-bd2caaa7 {
  align-self: center;
}
#w-node-c056cbe3-b6f8-1305-ca1e-e0045d967991-fb8a8808 {
  place-self: center;
}
#w-node-c056cbe3-b6f8-1305-ca1e-e0045d967992-fb8a8808 {
  place-self: end center;
}
#w-node-_54294dbb-3f22-5913-5bac-a89a771b37b1-f7e0e371 {
  place-self: center;
}
#w-node-_54294dbb-3f22-5913-5bac-a89a771b37b2-f7e0e371 {
  place-self: end center;
}
