@font-face {
  font-family: Sato;
  src: url('../fonts/Sato-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

:root {
  --blue: #081158;
  --gainsboro: #dfdfdf;
  --smoke: whitesmoke;
  --grey: #afafaf;
  --white-smoke: #eef0f4;
  --white: white;
  --azure: #d2e4e0;
  --black: black;
  --light-blue: #5b95d2;
  --green: #8ea5a0;
  --lightest-blue: #cfddee;
  --dark-grey: #747474;
  --dark-primary: #333;
  --green-primary: #14824a;
  --type-caption: .8125rem;
  --type-small: .875rem;
  --type-body: 1rem;
  --type-card-title: 1.125rem;
  --type-section: 2rem;
  --type-heading: 2.25rem;
  --type-hero: 2.5rem;
}

.w-embed-youtubevideo {
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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: var(--blue);
  font-family: Red Hat Display;
  font-size: var(--type-small);
  line-height: 1.6em;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Sato, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Sato, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Sato, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 1.1em;
}

h4 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Sato, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1em;
}

h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Sato, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Sato, sans-serif;
  font-size: var(--type-body);
  font-weight: 500;
  line-height: 1.1em;
}

p {
  margin-bottom: 30px;
  font-size: var(--type-body);
  line-height: 1.8em;
}

a {
  color: var(--blue);
  letter-spacing: .5px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .5s;
}

a:hover {
  opacity: .8;
}

ul {
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-left: 20px;
}

li {
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  list-style-type: none;
  display: flex;
}

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

strong {
  font-weight: 600;
}

blockquote {
  border-left: 5px solid var(--gainsboro);
  background-color: var(--smoke);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  font-size: 18px;
  font-style: italic;
  line-height: 1.6em;
}

figcaption {
  color: var(--grey);
  text-align: center;
  letter-spacing: .5px;
  margin-top: 15px;
  font-style: italic;
}

.tentang-kami-card.hero {
  background-color: var(--white-smoke);
}

.layanan.grid-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layanan.grid-2 {
  grid-column-gap: 31px;
  grid-row-gap: 50px;
  background-color: #0000;
  background-image: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-bottom: 0;
  display: grid;
}

.layanan.footer-container {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: grid;
}

.layanan.wrapper {
  margin-top: 0;
}

.nav-link.w--current {
  color: var(--blue);
  font-weight: 500;
}

.color-block.white {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
}

.guidelines-link:hover, .guidelines-link.w--current {
  background-color: var(--black);
  color: var(--white);
}

.button {
  outline-offset: 0px;
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  direction: ltr;
  background-color: #14824a;
  border: 0 solid #000;
  border-radius: 6px;
  outline: 1px #fff;
  width: 300px;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  padding: 16px 24px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6em;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1), background-position .5s cubic-bezier(.23, 1, .32, 1), transform .5s cubic-bezier(.23, 1, .32, 1), color .2s, opacity .2s;
  display: block;
}

.button:hover {
  background-position: 30px;
  padding-left: 50px;
  transform: translate(0, -3px);
}

.button.white {
  background-color: var(--white);
  color: #14824b;
  border-width: 2px;
  border-color: #14824b;
  width: 300px;
}

.button.green {
  background-color: var(--green);
}

.button.small {
  background-position: 15px;
  min-width: 160px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button.small:hover {
  background-position: 25px;
}

.button.small-white {
  background-color: var(--white);
  min-width: 160px;
  color: var(--blue);
  background-image: url('../images/Vector-4-1.svg');
  background-position: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button.small-white:hover {
  background-position: 25px;
}

.button.small-blue {
  background-color: var(--blue);
  background-position: 15px;
  min-width: 160px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button.small-blue:hover {
  background-position: 25px;
}

.button.checkout-button {
  padding-top: 15px;
  padding-bottom: 15px;
}

.button.categories-button {
  min-width: auto;
  color: var(--blue);
  background-color: #0000;
  background-image: none;
  margin-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
}

.button.categories-button:hover {
  background-position: 25px;
}

.button.categories-button.w--current {
  background-color: var(--green);
  color: var(--white);
}

.button.discount {
  background-color: var(--green);
  height: 40px;
  padding: 5px 10px 5px 30px;
}

.button.btn-penawaran {
  min-width: 160px;
  padding-left: 16px;
  padding-right: 16px;
}

.button.background-color-black {
  display: block;
  position: static;
}

.button.background-color-black:hover {
  padding-top: 16px;
  padding-left: 24px;
}

.link {
  border-bottom-color: var(--blue);
  color: var(--blue);
  background-image: url('../images/Vector-4-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 10px;
  padding-left: 13px;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1), background-position .5s cubic-bezier(.23, 1, .32, 1);
}

.link:hover {
  background-position: 7px;
  border-bottom-color: #20349200;
  padding-left: 20px;
}

.link.white {
  border-bottom-color: var(--white);
  color: var(--white);
}

.link.white:hover {
  border-bottom-color: #fff0;
}

.link.color {
  border-bottom-color: var(--light-blue);
  color: #333;
  -webkit-text-stroke-color: #1e864e;
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.link.color:hover {
  border-bottom-color: #9364f800;
}

.section {
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: none;
  padding: 40px 5%;
  font-family: Noto Sans, sans-serif;
  display: flex;
  overflow: hidden;
}

.section.no-overflow {
  overflow: visible;
}

.section.home---all-service {
  padding-left: 5%;
  padding-right: 24px;
  display: block;
}

.description-bg.left {
  background-color: #14824a;
  height: 50%;
  top: 50px;
  left: 0;
  right: auto;
}

.footer-brand {
  border-bottom-style: none;
  height: 30px;
  padding-left: 0;
}

.utility-page-wrap {
  background-color: #00ad49;
  background-image: url('../images/Green-Lines.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.navbarcontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.navbar-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  font-family: Noto Sans, sans-serif;
  display: flex;
}

.navbar-link.w--current {
  font-weight: 700;
  color: #222;
}

.navbar-logo-left-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: absolute;
  inset: auto;
}

.navbar-logo-left-2.navbar {
  position: absolute;
}

.reguler-14_subtittle-2 {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.lab---hero-section {
  min-height: 580px;
  color: var(--white);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  display: flex;
  position: static;
}

.lab---hero-section.reseller {
  background-image: linear-gradient(#0003, #0003), url('../images/Web-Limbah---1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lab---hero-section.new {
  background-image: url('../images/Hero.png');
  height: auto;
}

.hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  object-fit: cover;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 42px 35px 0;
  display: flex;
  position: absolute;
}

.hero.shop-local-container {
  justify-content: center;
  padding-top: 0;
  padding-left: 0;
  position: relative;
}

.btn.light {
  color: #222;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn.light:hover {
  color: #f9f9f9;
  background-color: #eb5757;
  border-color: #eb5757;
}

.btn.light.outline {
  color: #f9f9f9;
}

.btn.light.outline:hover {
  color: #222;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: normal;
  border: 1px #000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.image-wrapper-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 180px;
  display: flex;
}

.image-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  display: flex;
}

.info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.actions-2 {
  color: #1e864e;
}

.blog33_category-link.w--current {
  border-bottom: 2px solid #000;
}

.text-size-regular {
  color: var(--dark-grey);
  font-family: Rubik, sans-serif;
  font-size: 1rem;
}

.text-size-regular.text-weight-bold {
  color: var(--dark-primary);
}

.text-size-regular.text-weight-light {
  color: var(--dark-grey);
  line-height: 1.5em;
}

.padding-global {
  padding-left: 0%;
  padding-right: 0%;
}

.button-group.is-center {
  justify-content: center;
}

.margin-top, .margin-top.margin-medium, .margin-top.margin-xxhuge, .margin-top.margin-0, .margin-top.margin-custom1, .margin-top.margin-custom3, .margin-top.margin-xlarge, .margin-top.margin-large, .margin-top.margin-custom2, .margin-top.margin-xhuge, .margin-top.margin-small, .margin-top.margin-xsmall, .margin-top.margin-tiny, .margin-top.margin-xxsmall, .margin-top.margin-huge, .margin-top.margin-xxlarge, .margin-top.margin-xlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-weight-semibold {
  font-weight: 600;
}

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

.button-2.is-secondary {
  color: #0000;
  background-color: #0000;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-xhuge, .margin-bottom.margin-large, .margin-bottom.margin-huge, .margin-bottom.margin-custom3, .margin-bottom.margin-xsmall, .margin-bottom.margin-tiny, .margin-bottom.margin-custom1, .margin-bottom.margin-0, .margin-bottom.margin-custom2, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-xlarge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-size-medium {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.columns-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-1000001018 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.reguler-16_h6-2 {
  color: #333;
  white-space: normal;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}

.event-berita {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 64px;
  font-size: 18px;
  display: flex;
  position: relative;
}

.container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans, sans-serif;
}

.container.news-container {
  justify-content: center;
  display: flex;
}

.section-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  display: flex;
}

.text-9 {
  color: #333;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5em;
}

.bold-20_h4 {
  color: #333;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.home---cta {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  background-color: #f4f4f4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  margin-left: auto;
  padding: 60px 0;
  display: flex;
}

.text-33 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1em;
  display: flex;
}

.industri---hero-banner {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  min-height: 438px;
  font-family: Noto Sans, sans-serif;
  display: flex;
}

.industri---hero-banner.industri---pengelolaan-limbah {
  background-image: url('../images/ind_Penyedia-Pengelolaan-Limbah.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
}

.industri---hero-banner.industri---laboratorium {
  background-image: url('../images/img-Header---Tentang-Kami.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
}

.industri---hero-banner.industri---layanan-kami {
  background-image: url('../images/img-Header---Layanan-Kami.jpg');
  background-position: 50%;
  background-attachment: scroll;
  justify-content: center;
}

.industri---hero-banner.industri---perizinan {
  background-image: url('../images/img-Header---Perizinan.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
}

.industri---hero-banner.industri---penyedia-pengelolaan-limbah {
  background-image: url('../images/ind_Penyedia-Pengelolaan-Limbah.jpg');
  background-position: 50%;
  background-size: cover;
}

.industri---hero-banner.industri---hotel-gedung {
  background-image: url('../images/ind_Hotel--Gedung.jpg');
}

.industri---hero-banner.industri---petrokimia {
  background-image: url('../images/ind_Petrokimia.jpg');
}

.industri---hero-banner.industri---otomotif {
  background-image: url('../images/ind_Otomotif.jpg');
  background-position: 50%;
  background-size: cover;
}

.industri---hero-banner.industri---manufaktur {
  background-image: url('../images/ind_Manufaktur.jpg');
  background-position: 50%;
  background-size: cover;
}

.industri---hero-banner.industri---pertambangan {
  background-image: url('../images/ind_Pertambangan.jpg');
  background-position: 50%;
  background-size: cover;
}

.industri---hero-banner.industri---pembangkit-listrik {
  background-image: url('../images/ind_Pembangkit-Listrik.jpg');
  background-position: 50%;
  background-size: cover;
}

.industri---hero-banner.industri---minyak-gas {
  background-image: url('../images/ind_Minyak--Gas.jpg');
  background-position: 50%;
  background-size: cover;
}

.industri---hero-banner.industri---tentang-kami, .industri---hero-banner.industri---edukasi {
  background-image: url('../images/img-Header---Tentang-Kami.jpg');
  background-position: 50%;
  background-size: cover;
}

.industri---hero-banner.industri---hubungi-kami {
  background-image: url('../images/img-Header---kontak-kami.jpg');
  background-position: 50%;
  background-size: cover;
}

.industri---image {
  object-fit: contain;
  justify-content: center;
  min-width: auto;
  min-height: auto;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.industri---isi {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.jenis-limbah {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.vectors-wrapper-50 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 60%;
  max-height: none;
  display: flex;
}

.cara-penanganan {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: Noto Sans, sans-serif;
  display: flex;
}

.content-19 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-4.is-left {
  text-align: left;
}

.sub-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-80 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 4px;
  height: 23px;
  display: flex;
}

.frame-1000001173 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #e6e6e6;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3px 9px;
  display: flex;
}

.text-91 {
  color: #333;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.frame-1000001178 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 700;
  display: flex;
}

.small-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 24px;
  display: flex;
}

.group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.group._6card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  display: grid;
}

.content-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 442px;
  font-family: Noto Sans, sans-serif;
  display: flex;
}

.text-107 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 442px;
  display: flex;
}

.text-108 {
  color: #333;
  font-family: Noto Sans, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2em;
}

.points-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.industry-intro {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
  display: block;
}

.heading-6 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: baseline;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.vectors-wrapper-93 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.text-111 {
  color: #333;
  order: 1;
  align-self: center;
  font-family: Rubik, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2em;
}

.p-text {
  min-width: 8%;
  color: var(--dark-grey);
  text-align: left;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Rubik, sans-serif;
  font-size: var(--type-body);
  font-weight: 300;
  line-height: 151.52%;
}

.p-text.text-align-center {
  text-align: center;
}

.p-text.color-white {
  color: #fff;
}

.p-text.bold-text {
  color: #333;
  font-weight: 700;
}

.p-text.p-text-mid {
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: var(--type-small);
}

.features-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-112 {
  color: #333;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2em;
}

.features-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._1-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._1-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.vectors-wrapper-94 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 63px;
  display: flex;
}

.text-114 {
  color: #333;
  font-size: 14px;
  font-weight: 300;
}

.content-22 {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-flow: row;
  place-content: flex-start center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.faq {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 55%;
  line-height: 1.2em;
  display: inline-block;
}

.heading-7 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-115 {
  color: #333;
  font-family: Noto Sans, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2em;
}

.text-116 {
  color: #333;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
}

.image-7 {
  object-fit: cover;
  max-width: 40%;
  margin-left: 20px;
}

.powerd-by {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.text-117 {
  color: var(--dark-grey);
  text-align: center;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.vectors-wrapper-95 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.site-footer {
  background-color: #f6f6f6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Noto Sans, sans-serif;
  display: flex;
}

.footer-container {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
}

.footer-brand-area {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #333;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

.footer-brand {
  line-height: 1.2rem;
}

.footer-brand-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 30px;
  padding-right: 30px;
  display: flex;
}

.footer-description {
  color: #333;
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2rem;
}

.address {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.email {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-96 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.email-hello-ralali-com {
  color: #747474;
  flex-direction: column;
  font-size: 12px;
  font-weight: 300;
  line-height: 135.02%;
  display: flex;
}

.call {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-navigation {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 8px;
  display: flex;
}

.footer-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 160px;
  display: flex;
}

.footer-column-title {
  color: #333;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
}

.footer-link-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-copyright {
  color: #383b3d;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
}

.industry-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
}

.industry-content-body {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 703px;
  display: flex;
}

.industry-subsection-header {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.industry-subsection-title {
  color: #333;
  font-size: 35px;
  font-weight: 700;
  line-height: 2.5rem;
}

.industry-subsection-description {
  color: #747474;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 151.52%;
}

.industry-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-family: Rubik, sans-serif;
  font-weight: 300;
  display: flex;
}

._1-15 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-104 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 13px;
  display: flex;
}

.text-143 {
  color: #747474;
  font-size: 16px;
  font-weight: 300;
}

._4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.shutterstock_1444700333-2 {
  object-fit: none;
  max-width: 60%;
}

.content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: block;
}

.text-148 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-149 {
  color: #333;
  font-size: 35px;
  font-weight: 700;
}

._1-17 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-151 {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.content-27 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-153 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-154 {
  color: #333;
  font-size: 35px;
  font-weight: 700;
}

.points-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._1-18 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.a-limbah-padat-pada-limbah-padat-dapat-menimbulkan-masalah-lingkungan-seperti-pencemaran-tanah-dan-udara-dan-limbah-yang-dihasilkan-diantaranya-bahan-baku-seperti-serat-serbuk-kayu-yang-tidak-terpakai-abu-hasil-pembakaran-seperti-fly-ash-dan-bottom-ash-kemasan-bekas-bahan-kimia-b3-limbah-perkantoran-seperti-lampu-bekas-dan-limbah-elektronik-proses-produksi-lainnya-seperti-aki-bekas-majun-bekas-filter-bekas-dan-refrigerant-bekas {
  color: #333;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  display: flex;
}

.a-limbah-padat-pada-limbah-padat-dapat-menimbulkan-masalah-lingkungan-seperti-pencemaran-tanah-dan-udara-dan-limbah-yang-dihasilkan-diantaranya-bahan-baku-seperti-serat-serbuk-kayu-yang-tidak-terpakai-abu-hasil-pembakaran-seperti-fly-ash-dan-bottom-ash-kemasan-bekas-bahan-kimia-b3-limbah-perkantoran-seperti-lampu-bekas-dan-limbah-elektronik-proses-produksi-lainnya-seperti-aki-bekas-majun-bekas-filter-bekas-dan-refrigerant-bekas-0 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}

.image-8 {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
}

.image-9 {
  margin-top: 20px;
  margin-bottom: 20px;
}

._3-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 60px;
  display: flex;
}

.shutterstock_1444700333-3 {
  object-fit: cover;
}

.content-28 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 703px;
  display: flex;
}

.text-156 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-157 {
  color: #333;
  font-size: 35px;
  font-weight: 700;
  line-height: 2.2rem;
}

.text-158 {
  color: #747474;
  font-size: 16px;
  font-weight: 300;
  line-height: 151.52%;
}

.points-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._1-19 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.vectors-wrapper-106 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 13px;
  display: flex;
}

.text-159 {
  color: #333;
  font-size: 16px;
  font-weight: 300;
}

.content-29 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.text-160 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-161 {
  color: #333;
  font-size: 35px;
  font-weight: 700;
}

.text-162 {
  color: #747474;
  font-size: 16px;
  font-weight: 300;
  line-height: 151.52%;
}

.points-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._1-20 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.content-31 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.text-166 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-167 {
  color: #333;
  font-size: 35px;
  font-weight: 700;
}

.text-168 {
  color: #747474;
  font-size: 16px;
  font-weight: 300;
  line-height: 151.52%;
}

.points-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._1-22 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.error-d7590cae-ee41-a180-ec06-209601051284 {
  color: #333;
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  display: flex;
}

.a-lumpur-bor-drilling-mud-lumpur-yang-digunakan-selama-proses-pengeboran-sumur-minyak-atau-gas-untuk-mendinginkan-dan-melumasi-bit-pengeboran-lumpur-bor-menjadi-terkontaminasi-dengan-bahan-kimia-dan-material-padat-selama-proses-pengeboran-0 {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
}

.a-lumpur-bor-drilling-mud-lumpur-yang-digunakan-selama-proses-pengeboran-sumur-minyak-atau-gas-untuk-mendinginkan-dan-melumasi-bit-pengeboran-lumpur-bor-menjadi-terkontaminasi-dengan-bahan-kimia-dan-material-padat-selama-proses-pengeboran-1 {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

.wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 100px auto 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}

.name {
  color: #b6b6b6;
  font-size: 12px;
  font-weight: 300;
}

.image-17 {
  width: 50%;
  max-width: 100%;
}

.image-19 {
  width: 100%;
  max-width: 1240px;
}

.sertifikasi {
  object-fit: cover;
}

.bold-text {
  font-weight: 300;
}

.points-11 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._1-26 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-125 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 13px;
  display: flex;
}

.text-190 {
  color: #333;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.image-20 {
  margin-bottom: 60px;
}

.dropdown-list.w--open, .link-block {
  background-color: var(--white);
}

.image-21 {
  max-width: 80%;
}

.logo-social-media {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: 30px;
  display: flex;
}

.a-sw-font-size-m-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .8;
  border: 1px solid #eaeff4;
  border-radius: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32px;
  height: 32px;
  padding: 8px 9px;
  display: flex;
}

.vectors-wrapper-128 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
}

.a-sw-font-size-m-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .8;
  border: 1px solid #eaeff4;
  border-radius: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32px;
  height: 32px;
  padding: 8px 7px;
  display: flex;
}

.vectors-wrapper-129 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 17.0938px;
  height: 12px;
  display: flex;
}

.list-item.p-text {
  color: #747474;
  font-weight: 300;
}

.link-4 {
  color: #333;
  font-weight: 300;
  line-height: 18px;
  display: block;
}

.link-5, .link4, .link-6, .link-7 {
  color: #333;
  font-weight: 300;
  line-height: 18px;
}

.link-9 {
  color: #333;
  font-weight: 300;
  line-height: 18px;
}

._404 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-131 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 60%;
  display: flex;
}

.text-191 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-192 {
  color: var(--white);
  font-family: Noto Sans, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 5.3rem;
}

.text-193 {
  color: var(--white);
  font-family: Noto Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 2.8rem;
}

.text-194 {
  color: var(--white);
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 2rem;
}

.image-27, .image-28, .image-29 {
  object-fit: cover;
}

.image-35 {
  object-fit: cover;
}

.subtitle-large.is-center {
  text-align: center;
}

.minyak-gas---image {
  justify-content: center;
  margin-top: 100px;
  display: flex;
}

.bold-text-4 {
  font-weight: 300;
}

.grid-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  place-items: center;
}

.div-block-6 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
  display: flex;
}

.heading-h1 {
  color: var(--black);
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.heading-h1.is-bold {
  font-weight: 700;
}

.heading-h1.is-bold.is-light {
  color: var(--white);
}

.div-block-7 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.hero-cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.link-block-3 {
  background-color: #14824a;
  border-radius: 6px;
  width: auto;
  min-width: auto;
  max-width: 300px;
  padding: 16px 24px;
}

.text-block-4 {
  color: var(--white);
  text-align: center;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.section-container {
  max-width: 1140px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 0;
}

.all-section {
  padding: 20px 5%;
}

/* The FAQ is the final content block, so it does not need inter-section spacing. */
.all-section:has(.section_faq6) .section-container {
  margin-bottom: 0;
}

.all-section.layanan-kami {
  background-image: url('../images/Bg-1.png');
  background-position: 0 0;
  background-size: cover;
}

.all-section.proses-b3 {
  background-image: url('../images/bg-edukasi-png.png');
  background-position: 0 0;
  background-size: cover;
}

.all-section.layanan-penyedia {
  background-image: url('../images/component.png');
  background-position: 50%;
  background-size: cover;
}

.all-section.padding-top {
  padding: 40px 5% 20px;
}

.heading-h2 {
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.heading-h2.is-bold {
  color: var(--black);
  font-size: var(--type-heading);
  font-weight: 700;
}

.heading-h2.is-bold.is-center {
  text-align: center;
}

.heading-h2.is-bold.is-center.tab-mobile {
  display: none;
}

.heading-h2.is-center {
  color: var(--black);
  text-align: center;
  font-size: var(--type-section);
  font-weight: 700;
}

.subtitle-1 {
  color: var(--black);
  font-family: Noto Sans, sans-serif;
  font-size: var(--type-small);
}

.subtitle-1.is-bold {
  font-weight: 700;
}

.subtitle-1.is-bold.is-center {
  text-align: center;
}

.subtitle-1.is-light {
  color: var(--white);
  margin-bottom: 10px;
}

.services-intro {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.grid-5 {
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.content-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #eee;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 24px;
  display: flex;
}

.heading-h6 {
  color: var(--black);
  font-family: Noto Sans, sans-serif;
  font-size: var(--type-body);
  font-weight: 400;
}

.heading-h6.is-gray {
  color: var(--dark-grey);
}

.heading-h6.is-gray.is-center {
  text-align: center;
}

.heading-h6.is-gray.tab-mobile {
  text-align: center;
  display: none;
}

.heading-h6.is-bold {
  margin-top: 0;
  margin-bottom: 0;
  font-size: var(--type-card-title);
  font-weight: 700;
}

.heading-h6.is-bold.is-center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-h6.is-bold.is-light {
  color: var(--white);
}

.heading-h6.is-bold.is-size {
  font-size: 32px;
  line-height: 1.2em;
}

.heading-h6.is-bold.align-center {
  text-align: center;
  align-self: center;
  height: 3rem;
}

.p-text-small {
  color: var(--dark-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: var(--type-small);
  line-height: 1.5;
  text-decoration: none;
}

.p-text-small.is-gray {
  color: var(--dark-grey);
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.p-text-small.is-gray.is-center {
  text-align: center;
  line-height: 1.5;
}

.p-text-small.is-light {
  color: var(--white);
  font-size: var(--type-small);
  line-height: 1.5;
}

.p-text-small.is-bold {
  color: var(--black);
  font-weight: 700;
}

.p-text-small.is-center {
  text-align: center;
}

.flex-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.flex-wrapper.align-left {
  width: 100%;
}

.flex-wrapper.buat-permintaan {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.div-block-16 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.div-block-16.proses {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.div-block-17, .waste-management-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.waste-management-layout {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  place-items: center;
}

.waste-management-feature-icon {
  width: 50px;
  height: 50px;
}

.waste-management-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.waste-management-feature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.waste-management-image {
  width: 100%;
  height: 100%;
}

.gabung-limbah {
  width: 100%;
  height: 100%;
}

.image-41 {
  width: 100%;
}

.div-block-22 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.article-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px solid var(--smoke);
  border-radius: 8px;
  flex-flow: column;
  display: flex;
}

.image-42 {
  border-radius: 8px;
  width: 100%;
}

.div-block-23 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding: 12px;
  display: flex;
}

.div-block-24 {
  height: 48px;
  overflow: clip;
}

.div-block-25 {
  height: 88px;
  overflow: clip;
}

.hero-banner {
  min-height: 438px;
}

.hero-banner.tentang-kami {
  background-image: url('../images/Tentang-Kami.png');
  background-position: 50%;
  background-size: cover;
}

.hero-banner.edukasi {
  background-image: url('../images/edukasi.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-banner.layanan-kami {
  background-image: url('../images/Lanyanan-Kami.png');
  background-position: 50%;
  background-size: cover;
}

.hero-banner.sertifikasi-kami {
  background-image: url('../images/Sertifikasi.png');
  background-position: 50%;
  background-size: cover;
}

.hero-banner.laboratorium {
  background-image: url('../images/laboratorium.png');
  background-position: 50%;
  background-size: cover;
}

.hero-banner.pengelolaan-limbah {
  background-image: url('../images/pengelolaan-limbah.png');
  background-position: 50%;
  background-size: cover;
}

.hero-banner.perizinan {
  background-image: url('../images/perizinan.png');
  background-position: 50%;
  background-size: cover;
}

.hero-banner.karbon-kredit {
  background-image: url('../images/karbon-kredit.png');
  background-position: 50%;
  background-size: cover;
}

.hero-banner.reseller {
  background-image: url('../images/reseller.png');
  background-position: 50%;
  background-size: cover;
}

.hero-banner.mitra-limbah {
  background-image: url('../images/mitra-limbah.png');
  background-position: 50%;
  background-size: cover;
}

.hero-banner.hubungi-kami {
  background-image: url('../images/hubungi-kami.png');
  background-position: 50%;
  background-size: cover;
  min-height: 800px;
}

.hero-content {
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  height: auto;
  min-height: 438px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 5%;
  display: flex;
}

.hero-content.hubungi-kami {
  margin-top: 0;
  padding-top: 140px;
}

.grid-9 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  place-items: center stretch;
}

.image-43 {
  width: 100%;
}

.text-span {
  color: #14824a;
}

.div-block-26 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.text-span-2 {
  color: #14824a;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-44 {
  text-align: left;
  width: 24px;
  text-decoration: none;
}

.div-block-29 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.image-45 {
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.section-6 {
  padding-bottom: 20px;
}

.grid-10 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.form-3 {
  display: block;
}

.div-block-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-31, .div-block-32 {
  width: 100%;
}

.field-label-8 {
  color: var(--black);
  font-family: Noto Sans, sans-serif;
  font-weight: 700;
}

.text-span-3 {
  color: #ff0101;
}

.text-field-7, .text-field-8 {
  border: 1px solid var(--white-smoke);
  color: var(--black);
  border-radius: 4px;
  font-family: Noto Sans, sans-serif;
  font-size: 13px;
}

.text-span-4 {
  color: #ff0101;
}

.submit-button {
  color: var(--white);
  background-color: #14824a;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-span-5 {
  color: #14824a;
}

.grid-11 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.25fr;
  place-items: center;
}

.image-47 {
  width: 60px;
}

.tab-link-tab-1.w--current {
  background-color: #14824a;
  border-radius: 100px;
  width: auto;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Noto Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1em;
}

.tab-link-tab-2 {
  width: auto;
  color: var(--grey);
  background-color: #0000;
  font-family: Noto Sans, sans-serif;
  font-size: 13px;
}

.tab-link-tab-2.w--current {
  color: var(--white);
  background-color: #14824a;
  border-radius: 100px;
  font-family: Noto Sans, sans-serif;
  font-weight: 700;
}

.tab-link-tab-3 {
  width: auto;
  color: var(--grey);
  background-color: #0000;
  font-family: Noto Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.tab-link-tab-3.w--current {
  color: var(--white);
  background-color: #14824a;
  border-radius: 100px;
  font-weight: 700;
}

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

.tab-link-tab-4 {
  width: auto;
  color: var(--grey);
  background-color: #0000;
  font-family: Noto Sans, sans-serif;
  font-size: 13px;
}

.tab-link-tab-4.w--current {
  background-color: var(--green-primary);
  color: var(--white);
  border-radius: 100px;
  font-weight: 700;
}

.text-block-6 {
  text-align: center;
}

.tab-link-tab-5 {
  width: auto;
  color: var(--grey);
  text-align: center;
  background-color: #0000;
  font-family: Noto Sans, sans-serif;
  font-size: 13px;
}

.tab-link-tab-5.w--current {
  background-color: var(--green-primary);
  color: var(--white);
  border-radius: 100px;
  font-weight: 700;
}

.tab-link-tab-6 {
  width: auto;
  color: var(--grey);
  text-align: center;
  background-color: #0000;
  font-family: Noto Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.tab-link-tab-6.w--current {
  background-color: var(--green-primary);
  color: var(--white);
  border-radius: 100px;
  font-weight: 700;
}

.tabs-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f3f5f7;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  overflow: visible;
}

.div-block-35 {
  padding: 24px;
}

.div-block-36 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.heading-h3 {
  color: var(--black);
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.heading-h3.is-bold {
  height: auto;
  color: var(--black);
  margin-top: auto;
  margin-bottom: auto;
  font-family: Noto Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
}

.heading-h4 {
  color: var(--black);
  margin-top: auto;
  margin-bottom: auto;
  font-family: Noto Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.heading-h4.is-bold {
  font-weight: 700;
}

.image-48 {
  width: 24px;
}

.div-block-38 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

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

.tab-link-tab-7 {
  width: auto;
  color: var(--grey);
  background-color: #0000;
  padding-left: 70px;
  padding-right: 80px;
  font-family: Noto Sans, sans-serif;
  font-size: 13px;
}

.tab-link-tab-7.w--current {
  color: var(--white);
  background-color: #14824a;
  border-radius: 100px;
  font-family: Noto Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6em;
}

.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: stretch stretch;
}

.grid-12.sertifikat {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-12.layanan-kami {
  grid-template-columns: 1fr 1fr;
  padding-left: 170px;
  padding-right: 170px;
}

.grid-12.tablet {
  display: none;
}

.grid-12.grid-layanan-kami, .grid-12.mitra {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-12.grid-mitra {
  grid-template-columns: 1fr 1fr;
  padding-left: 160px;
  padding-right: 160px;
}

.grid-12.grid-mitra.tab-mobile {
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.card-layanan {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  border: 1px solid #e5f4f2;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
  box-shadow: 2px 2px 30px #269b5b26;
}

.image-50 {
  width: 100px;
}

.text-span-6 {
  color: var(--green-primary);
}

.link-block-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.image-51 {
  width: 20px;
}

.div-block-41 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.grid-13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr auto 1fr;
}
.step-connector-vertical {
  display: none;
}

.grid-13.reseller {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-13.mobile-reseller {
  display: none;
}

.div-block-43 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.image-52 {
  width: 100%;
}

.button-11 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-11.is-secondary {
  background-color: var(--white);
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  border-style: none;
  border-radius: 12px;
  font-family: Noto Sans, sans-serif;
  font-weight: 700;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq6_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq6_accordion {
  border: 1px solid var(--white-smoke);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq6_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq6_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.div-block-44 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--green-primary);
  border-radius: 24px;
  flex-flow: column;
  padding: 32px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 300px;
  left: 40px;
}

.div-block-45 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 600px;
  display: flex;
}

.div-block-45.hubungi-kami {
  width: auto;
}

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

.image-53 {
  width: 50px;
}

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

.image-54 {
  border-radius: 20px;
  width: 100%;
  height: 200px;
}

.gabung-reseller {
  width: 100%;
  height: 100%;
}

.div-block-50 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 270px;
  height: 310px;
  padding: 32px;
  display: flex;
  position: relative;
  bottom: 90px;
  left: 46px;
  box-shadow: 0 2px 5px #0000001a;
}

.div-block-50.karbon-kredit {
  height: 279px;
}

.div-block-50.sertifikasi {
  height: 350px;
}

.div-block-50.sertifikasi .p-text-small {
  color: var(--dark-grey);
  font-size: var(--type-caption);
  line-height: 1.3em;
}

.image-1072.mobile {
  display: none;
}

.image-55 {
  align-self: center;
  width: 60px;
}

.div-block-51 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-51.left {
  margin-left: 0;
  padding-left: 20px;
  padding-right: 60px;
}

.tabs-content-3 {
  width: 20rem;
  height: 20rem;
}

.tabs-content-3.mobile, .tabs-content-3.tab {
  display: none;
}

.image-1057 {
  width: 100%;
  height: 100%;
}

.tabs-menu-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 500px;
  display: flex;
}

.heading-h6-2.bold.light {
  color: #fff;
  text-decoration: none;
}

.tab-pane-tab-1 {
  width: 100%;
  height: 100%;
}

.tab-link-tab-3-3 {
  background-color: #0000;
  border-radius: 10px;
  padding: 0;
  box-shadow: 0 2px 5px #0003;
}

.icon-embed-small-2 {
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.div-block-304 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5px;
  display: flex;
}

.div-block-305 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.faq3_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border: 1px #000;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 1.25rem 30px;
  display: flex;
}

.faq3_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.tab-link-tab-2-5 {
  background-color: #fff;
  border-radius: 10px;
  padding: 0;
  box-shadow: 0 2px 5px #0003;
}

.tab-link-tab-2-5.w--current {
  padding: 0;
}

.tab-link-tab-1-4 {
  background-color: #0000;
  border-radius: 10px;
  padding: 0;
  box-shadow: 0 2px 5px #0003;
}

.tab-link-tab-1-4.w--current {
  background-color: #0000;
  padding: 0;
}

.tabs-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.subtitle-2 {
  text-align: center;
  margin-bottom: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: .87rem;
  line-height: 120%;
}

.subtitle-2.light {
  color: #fff;
  margin-bottom: 10px;
}

.subtitle-2.light.event {
  text-align: left;
}

.image-1060 {
  width: 24px;
  height: 24px;
}

.faq-container {
  padding: 20px;
}

.paragraph-1-2.light {
  color: #fff;
}

.paragraph-1-2.light.rfv {
  margin-top: 5px;
  margin-bottom: 0;
}

.faq3_accordion {
  background-color: var(--green-primary);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
}

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

.faq3_answer {
  width: 100%;
  margin-bottom: 0;
  padding: 0 30px;
  overflow: hidden;
}

.grid-17 {
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-flow: row;
  place-content: stretch;
  place-items: start stretch;
  padding-bottom: 40px;
}

.grid-17.list-grid {
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content);
  padding-left: 40px;
  padding-right: 40px;
}

.text-span-7 {
  color: var(--green-primary);
}

.div-block-356 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-357 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/layanan-pengolahan-limbah.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  flex-flow: column;
  width: 100%;
  padding: 24px;
  display: flex;
}

.slide-nav-3 {
  display: none;
}

.grid-20 {
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.image-1061 {
  width: 100%;
  height: 100%;
}

.slide-6 {
  width: 100%;
  height: auto;
  padding-left: 40px;
}

.mask-2 {
  height: auto;
}

.slider-3 {
  background-color: #0000;
  height: auto;
}

.div-block-359 {
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.icon-3 {
  color: var(--white);
  font-family: Noto Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.right-arrow-2, .left-arrow-2 {
  background-color: var(--green-primary);
  border-radius: 100px;
  width: 40px;
  height: 40px;
  padding: 10px;
  box-shadow: 0 2px 5px #0003;
}

.icon-4 {
  font-family: Noto Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.slide-7, .slide-8, .slide-9 {
  padding-left: 40px;
}

.permit-services-grid.list-perizinan {
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 115px;
  padding-right: 115px;
}

.div-block-360 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--white-smoke);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.carbon-credit-types-grid.tab-mobile {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 100px;
  padding-right: 100px;
}

.div-block-362 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--white-smoke);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.image-1062 {
  width: 80px;
  height: 80px;
}

.text-span-8 {
  font-weight: 700;
}

.div-block-363 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 40px;
  padding: 24px;
  display: flex;
}

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

.div-block-364 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-9 {
  color: var(--black);
}

.text-span-10, .text-span-11 {
  color: var(--black);
  font-weight: 700;
}

.image-1064 {
  width: 60px;
  height: 60px;
}

.div-block-367 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-369 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--white-smoke);
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 180px;
  padding: 16px;
  display: flex;
}

.image-1065 {
  width: 40px;
}

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

.image-1067 {
  width: 50px;
}

.contact-channel-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-371 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 24px;
  display: flex;
}

.field-label-9 {
  color: var(--black);
  font-family: Noto Sans, sans-serif;
}

.text-span-12 {
  color: red;
}

.text-field-9 {
  border: 1px solid var(--white-smoke);
  color: var(--black);
  border-radius: 4px;
  font-family: Noto Sans, sans-serif;
}

.text-span-13 {
  color: red;
}

.submit-button-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  background-color: var(--green-primary);
  border-radius: 8px;
  width: 100%;
  font-family: Noto Sans, sans-serif;
  font-weight: 700;
}

.submit-button-2:disabled {
  cursor: wait;
  opacity: .75;
}

.submit-button-spinner {
  display: none;
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: submit-button-spin .7s linear infinite;
}

.submit-button-2.is-loading .submit-button-spinner {
  display: inline-block;
}

@keyframes submit-button-spin {
  to {
    transform: rotate(360deg);
  }
}

.textarea {
  border: 1px solid var(--white-smoke);
  color: var(--black);
  border-radius: 4px;
  font-family: Noto Sans, sans-serif;
}

.image-1069 {
  height: 200px;
}

.div-block-380 {
  background-image: url('../images/component-1.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 40px;
}

.textarea-2 {
  border: 1px solid var(--white-smoke);
  color: var(--black);
  border-radius: 4px;
  font-family: Noto Sans, sans-serif;
  font-size: 13px;
}

.div-block-392 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  height: 2rem;
  display: flex;
}

.bullet-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-394 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.image-1077.mobile {
  display: none;
}

.navbar-link-2.w--current {
  font-weight: 700;
}

.footer-credit-label {
  -webkit-text-stroke-color: var(--dark-grey);
  color: var(--dark-grey);
  font-size: var(--type-caption);
  font-weight: 300;
}

.footer-credit, .footer-credit-logo {
  flex-flow: column;
  padding-top: 5px;
  display: flex;
}

.p-text-normal {
  color: var(--dark-grey);
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
}

.p-text-normal.is-grey.is-center {
  color: var(--dark-grey);
}

.p-text-normal.left-align {
  color: var(--dark-grey);
  text-align: left;
}

.p-text-normal.is-center {
  text-align: center;
}

.block-spacer-large {
  padding-bottom: 2rem;
}

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

.colomn-grid.grid-6 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.colomn-grid.grid-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.colomn-grid.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.colomn-grid.grid-2 {
  grid-template-columns: 1fr 1fr;
  max-width: none;
}

.div-block-398, .div-block-399 {
  display: none;
}

.text-weight-bold {
  font-weight: 700;
}

.text-color-white {
  color: #fff;
}

.text-color-black {
  color: #000;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.max-width-full.border-gray {
  border-bottom: 1px solid var(--grey);
}

.text-weight-light {
  font-weight: 300;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.margin-right, .margin-right.margin-custom2, .margin-right.margin-medium, .margin-right.margin-0, .margin-right.margin-small, .margin-right.margin-xxhuge, .margin-right.margin-xxlarge, .margin-right.margin-large, .margin-right.margin-xxsmall, .margin-right.margin-huge, .margin-right.margin-xhuge, .margin-right.margin-tiny, .margin-right.margin-custom3, .margin-right.margin-custom1, .margin-right.margin-xlarge, .margin-right.margin-xsmall {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.margin-vertical, .margin-vertical.margin-xxlarge, .margin-vertical.margin-0, .margin-vertical.margin-custom2, .margin-vertical.margin-xhuge, .margin-vertical.margin-medium, .margin-vertical.margin-custom3, .margin-vertical.margin-xxsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-large, .margin-vertical.margin-xsmall, .margin-vertical.margin-xxhuge, .margin-vertical.margin-small, .margin-vertical.margin-xlarge, .margin-vertical.margin-tiny, .margin-vertical.margin-huge {
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h1 {
  font-family: Noto Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.background-color-black {
  background-color: #000;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.button-12.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-12.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
}

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

.margin-0 {
  margin: 0;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-size-large {
  font-size: 1.25rem;
}

.rl-styleguide_nav-link.w--current {
  color: #000;
  background-color: #fff;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-huge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-large, .margin-horizontal.margin-custom3, .margin-horizontal.margin-small, .margin-horizontal.margin-0, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-tiny, .margin-horizontal.margin-xxhuge, .margin-horizontal.margin-custom2, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-xxlarge {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-left, .margin-left.margin-xxhuge, .margin-left.margin-tiny, .margin-left.margin-custom1, .margin-left.margin-xsmall, .margin-left.margin-xxsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xhuge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-medium, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-custom2, .margin-left.margin-small {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-medium {
  margin: 2rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h2 {
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.text-color-white {
  margin-bottom: 0;
}

.margin-small {
  margin: 1.5rem;
}

.padding-top, .padding-top.padding-medium, .padding-top.padding-large, .padding-top.padding-xxlarge, .padding-top.padding-xhuge, .padding-top.padding-tiny, .padding-top.padding-custom1, .padding-top.padding-xxhuge, .padding-top.padding-xlarge, .padding-top.padding-custom2, .padding-top.padding-xxsmall, .padding-top.padding-xsmall, .padding-top.padding-custom3, .padding-top.padding-small, .padding-top.padding-huge, .padding-top.padding-0 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-size-xxlarge {
  color: var(--dark-primary);
  font-family: Noto Sans, sans-serif;
  font-size: 2.1875rem;
  line-height: 2.5rem;
}

.text-size-xxlarge.text-color-white {
  color: var(--white);
}

.arrow-mobile {
  display: none;
}

.image-1085 {
  display: none;
}

.image-1086 {
  width: 100%;
}

.image-1088 {
  display: none;
}

.live-icon-chat {
  margin-right: 0;
}

.live-chat-text {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: none;
  overflow: hidden;
  box-shadow: 3px 3px 12px #0003;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  color: var(--black);
  margin-bottom: 5px;
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.top-section {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #3cb841;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
  box-shadow: 2px 2px 10px #0003;
}

.whatsapp-container:hover {
  background-color: #3cb841;
  transform: scale(1.05);
}

.wa-button {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.livechat-button {
  background-color: #3cb941;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.livechat-button:hover {
  background-color: #3cb941;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.bold-text-5 {
  color: var(--black);
  font-family: Noto Sans, sans-serif;
}

.event_header {
  background-image: linear-gradient(-38.15deg, #000, #0000), url('../images/Header.png');
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 739px;
  min-height: 739px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.event_header.sustainable_waste_environtmental_solutions_bg {
  background-image: url('../images/Frame-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tittle-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1116606723 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.date {
  grid-row-gap: 45px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 414px;
  height: 306px;
  text-decoration: none;
  display: flex;
}

.date-button {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.wrapper-event-location {
  grid-column-gap: 17.0707px;
  border-radius: 10.2424px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-147 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 29.8737px;
  height: 35.8485px;
  text-decoration: none;
  display: flex;
}

.frame-1597883598 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 419px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.rectangle {
  object-fit: cover;
  position: relative;
  top: auto;
  left: auto;
}

.what-is-2 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: inline-flex;
}

.text-210 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-211 {
  color: #333;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.outline {
  object-fit: cover;
}

._1-30 {
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-218 {
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-219 {
  color: #1c1f35;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-220 {
  color: #191919;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 151.52%;
  text-decoration: none;
}

.text-221 {
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.timeline {
  grid-row-gap: 16px;
  object-fit: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1597883600 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  position: relative;
}

.section-title-4 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-11 {
  color: #191919;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-224 {
  color: #191919;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1597883601 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 305.5px;
  height: auto;
  padding: 25px 22px;
  text-decoration: none;
  display: flex;
}

.logo_of_the_ministry_of_environmental_affairs_and_forestry_of_the_republic_of_indonesia-svg-1 {
  object-fit: cover;
}

.kementerian-lingkungan-hidup-dan-kehutanan-klhk {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.frame-1597883607 {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 261.5px;
  height: 14rem;
  text-decoration: none;
  display: flex;
}

.call-to-action_section {
  grid-row-gap: 80px;
  background-image: url('../images/7.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 323px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.call-to-action_section._7 {
  background-image: url('../images/7.png');
}

.content-40 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-13 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-225 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.hubungi-kami {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-42 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.detail {
  grid-row-gap: 38px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.text-227 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 407px;
  text-decoration: none;
  display: flex;
}

.text-228 {
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-229 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

.text-230 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 147.5%;
  text-decoration: none;
}

.content-43 {
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.call-2 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-150 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 52.3317px;
  height: 52.3317px;
  text-decoration: none;
  display: flex;
}

.text-231 {
  grid-row-gap: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

._1500465 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 116%;
  text-decoration: none;
}

.hello-ralali-com {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

.address-2 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-232 {
  grid-row-gap: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.small-title.bold.light {
  color: #fff;
}

.frame-1261155252 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-7 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3168 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-128 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-127 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1261155202 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-126 {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 206px;
  height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.cta-2 {
  grid-row-gap: 80px;
  background-color: #0000004d;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 341px;
  padding: 72px 64px;
  text-decoration: none;
  display: flex;
}

.cta-2._27 {
  background-image: url('../images/27.png');
  padding-left: 5%;
  padding-right: 5%;
}

.button-text-34 {
  color: #ff7e00;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.actions-10 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.heading-46 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.content-129 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.header-5 {
  grid-column-gap: 64px;
  grid-row-gap: 80px;
  background-color: #00000080;
  background-image: url('../images/Header.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 410px;
  min-height: 0;
  padding: 130px 5% 70px;
  text-decoration: none;
  display: flex;
}

.rectangle-12 {
  object-fit: cover;
  border-top-left-radius: 18.9529px;
  border-top-right-radius: 18.9529px;
}

.event_card-content {
  grid-row-gap: 24px;
  background-color: #fff;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 24px 16px 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 20px 48px #7773aa1a;
}

.frame-1116606709 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1116606711 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-1116606708 {
  grid-column-gap: 10px;
  background-color: #fff1eb;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
}

.text-3169 {
  color: #ff7e00;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.the-4th-edition-of-archid---indonesias-most-awaited-architecture-forum-trade-event {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.frame-1116606685 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.call-3 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-361 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32.33px;
  height: 32.33px;
  text-decoration: none;
  display: flex;
}

.frame-1116606686 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-3170 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 147.5%;
  text-decoration: none;
}

._23---25-feb-2026 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 116%;
  text-decoration: none;
}

.frame-1597883608 {
  grid-column-gap: 10px;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-363 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 17.5px;
  height: 21px;
  text-decoration: none;
  display: flex;
}

.hall-1-ice-bsd-tanggerang {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .all-section.layanan-kami {
    background-position: 50% 80%;
  }

  .all-section.proses-b3 {
    background-position: 0 0;
    background-size: cover;
  }

  .all-section.padding-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-content {
    max-width: 1440px;
  }

  .hero-content.hubungi-kami {
    width: 100%;
  }

  .div-block-41 {
    width: 80%;
  }

  .div-block-44 {
    bottom: 335px;
  }

  .div-block-50.karbon-kredit {
    width: 300px;
    left: 36px;
  }

  .div-block-50.sertifikasi {
    width: 300px;
    left: 37px;
  }

  .tabs-menu-6 {
    width: 700px;
  }

  .subtitle-2 {
    text-align: center;
  }

  .subtitle-2.light.event {
    text-align: left;
    font-size: 1.2rem;
  }

  .grid-17 {
    grid-template-columns: minmax(200px, max-content) minmax(250px, max-content) minmax(250px, max-content) minmax(250px, max-content);
    padding-bottom: 40px;
  }

  .grid-17.list-grid {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-379 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .whatsapp-container:hover {
    background-color: #3cb941;
  }

  .frame-1597883601 {
    height: auto;
  }

  .small-title.bold.light.event {
    font-size: 3rem;
  }

  .cta-2._27 {
    background-image: url('../images/27.png');
  }
}

@media screen and (min-width: 1440px) {
  .navbarcontainer {
    max-width: 1140px;
  }

  .div-block-6 {
    padding-left: 125px;
    padding-right: 125px;
  }

  .all-section.layanan-kami {
    background-position: 50%;
  }

  .all-section.padding-top {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 0%;
  }

  .hero-content {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
    padding-right: 10%;
  }

  .hero-content.hubungi-kami {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-content.hubungi-kami.hero-hubungi {
    max-width: 1440px;
  }

  .div-block-51.left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tabs-menu-6 {
    width: 700px;
  }

  .subtitle-2.light.event {
    text-align: left;
    font-size: 1.3rem;
  }

  .text-size-xxlarge.text-color-white.margin-0 {
    font-weight: 700;
  }

  .live-chat-bottom-text.block {
    color: #171717;
  }

  .top-section {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
  }

  .live-chat-top-text {
    font-size: 13px;
    font-weight: 400;
  }

  .live-chat-top-text.block {
    color: #929292;
  }

  .chat-section {
    background-color: #f5eadf;
  }

  .whatsapp-container:hover {
    background-color: #3cb941;
  }

  .livechat-button {
    background-color: #3cb841;
  }

  .call-to-action_section {
    background-image: url('../images/7.png');
    background-position: 50%;
    background-size: cover;
  }

  ._1500465 {
    font-weight: 700;
  }

  .small-title.bold.light.event {
    font-size: 3rem;
  }

  .cta-2._27 {
    background-image: url('../images/27.png');
    background-repeat: no-repeat;
  }

  .paragraph-6 {
    font-size: 1.25rem;
    font-weight: 700;
  }
}

@media screen and (min-width: 1920px) {
  .div-block-6 {
    min-width: 0;
    max-width: 1440px;
    padding-left: 125px;
    padding-right: 125px;
  }

  .all-section.layanan-kami {
    background-position: 50%;
  }

  .all-section.proses-b3 {
    background-position: 80% 80%;
  }

  .all-section.padding-top {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 5%;
  }

  .hero-banner.hubungi-kami {
    padding-right: 0;
  }

  .hero-content {
    width: 100%;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-content.hubungi-kami {
    justify-content: flex-start;
    align-items: center;
    max-width: 1160px;
    padding-top: 100px;
  }

  .hero-content.hubungi-kami.hero-hubungi {
    margin-left: 220px;
    margin-right: 0;
  }

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

  .tab-link-tab-2 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .tab-link-tab-2.w--current {
    padding-left: 40px;
    padding-right: 40px;
  }

  .tab-link-tab-3, .tab-link-tab-4 {
    padding-left: 35px;
    padding-right: 35px;
  }

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

  .tab-link-tab-6 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .tab-link-tab-7 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .tab-link-tab-7.w--current {
    padding-left: 45px;
    padding-right: 45px;
  }

  .div-block-41 {
    width: 80%;
  }

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

  .tabs-menu-6 {
    width: 700px;
  }

  .subtitle-2 {
    text-align: center;
    font-size: 16px;
  }

  .subtitle-2.light.is-left {
    margin-bottom: 15px;
  }

  .subtitle-2.light.event {
    text-align: left;
    font-size: 20px;
  }

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

  .contact-hero-layout {
    align-self: auto;
  }

  .div-block-379 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-408 {
    max-width: 1440px;
    margin-left: 140px;
    padding-left: 140px;
    padding-right: 140px;
  }

  .whatsapp-chat {
    display: none;
  }

  .top-section {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .whatsapp-container {
    box-shadow: 2px 2px 10px #0003;
  }

  .whatsapp-container:hover {
    background-color: #3cb841;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #3cb941;
    transform: scale(1.05);
  }

  .event_header {
    background-image: linear-gradient(-38.15deg, #000, #0000), url('../images/Header.png');
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .call-to-action_section {
    background-image: url('../images/7.png');
    background-position: 50%;
    background-size: cover;
  }

  .small-title.bold.light.event {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 55px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 35px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 20px;
  }

  .menu-button.w--open {
    z-index: 2;
    background-color: var(--blue);
  }

  .navbar-content {
    margin-top: 0;
    position: relative;
    left: auto;
  }

  .navbar-menu {
    max-width: unset;
  }

  .navbar-link {
    justify-content: center;
  }

  .navbar-logo-left-2 {
    padding-right: 0;
  }

  .navbar-logo-left-2.navbar {
    position: absolute;
  }

  .bold-14_subtittle-2.text-navbar-home, .reguler-14_subtittle-2.text-navbar {
    color: #000;
  }

  .lab---hero-section.new {
    padding-bottom: 40px;
  }

  .hero {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .f2wf-columns-2 {
    flex-direction: column;
    align-items: center;
  }

  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home---cta {
    flex-direction: column;
  }

  .group {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 24px;
    margin-right: 24px;
  }

  .footer-container {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
  }

  .footer-brand {
    padding-bottom: 15px;
  }

  .footer-brand-content {
    margin-left: 0;
    padding-right: 0;
  }

  .footer-navigation {
    flex-flow: row;
  }

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .logo-social-media {
    margin-left: 0;
  }

  .icon-2 {
    -webkit-text-stroke-color: #fcfcfc;
    color: #fcfcfc;
  }

  .grid-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .div-block-6 {
    margin-top: 100px;
    padding-left: 30px;
  }

  .section-container.karbon-kredit {
    margin-bottom: 0;
  }

  .all-section.padding-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-h2.is-bold.is-center.tab-mobile {
    align-self: center;
    display: block;
  }

  .heading-h2.is-bold.is-left {
    display: none;
  }

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

  .heading-h6 {
    text-align: left;
  }

  .heading-h6.is-gray.align-left {
    display: none;
  }

  .heading-h6.is-gray.align-left.tentang-kami, .heading-h6.is-gray.align-left.pengelolaan-limbah {
    display: block;
  }

  .heading-h6.is-gray.tab-mobile {
    align-self: center;
    display: block;
  }

  .p-text-small.center-paragraph {
    align-self: center;
  }

  .flex-wrapper {
    flex-flow: column;
  }

  .flex-wrapper.align-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .waste-management-layout {
    grid-template-columns: 1fr;
  }

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

  .hero-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-content.hubungi-kami {
    padding-top: 100px;
  }

  .grid-9, .grid-10 {
    grid-template-columns: 1fr;
  }

  .tab-link-tab-2 {
    flex: none;
    width: auto;
    margin-left: 0;
    padding-right: 30px;
  }

  .tabs-menu {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    overflow: auto;
  }

  .div-block-38 {
    text-align: left;
    flex: 0 auto;
    align-self: auto;
    text-decoration: none;
  }

  .tab-link-tab-7 {
    border-radius: 0;
    flex: none;
    width: auto;
    height: auto;
    margin-left: 0%;
    padding: 10px 30px;
    display: block;
    overflow: visible;
  }

  .grid-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .grid-12.layanan-kami {
    padding-left: 130px;
    padding-right: 130px;
    display: none;
  }

  .grid-12.tablet {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-12.grid-layanan-kami, .grid-12.mitra, .grid-12.grid-mitra {
    display: none;
  }

  .grid-12.grid-mitra.tab-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-13, .grid-13.reseller {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .faq6_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .image-54 {
    height: auto;
  }

  .div-block-50 {
    width: 340px;
    height: auto;
    bottom: 140px;
    left: 38px;
  }

  .tabs-content-3 {
    display: block;
  }

  .tabs-menu-6 {
    width: 400px;
  }

  .grid-17 {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 0;
  }

  .grid-17.list-grid {
    grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content);
    padding-left: 0;
    padding-right: 0;
  }

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

  .permit-services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .permit-services-grid.list-perizinan {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .carbon-credit-types-grid {
    grid-template-columns: 1fr 1fr;
  }

  .carbon-credit-types-grid.tab-mobile {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .reseller-benefits-grid, .partner-benefits-grid {
    grid-template-columns: 1fr 1fr;
  }

  .partner-standards-layout, .contact-hero-layout {
    grid-template-columns: 1fr;
  }

  .contact-channels-grid {
    padding-bottom: 20px;
  }

  .div-block-379 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .step-connector-vertical {
    display: block;
  }

  .div-block-383, .div-block-384 {
    display: none;
  }

  .div-block-385 {
    width: 60%;
    height: auto;
  }

  .div-block-392 {
    height: auto;
  }

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

  .footer-bottom {
    margin-top: 40px;
  }

  .colomn-grid.grid-4, .colomn-grid.grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .colomn-grid.grid-2 {
    grid-template-columns: 1fr;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .arrow-mobile {
    display: block;
  }

  .div-block-400, .div-block-401 {
    display: none;
  }

  .waste-management-cta {
    align-self: center;
  }

  .wa-button {
    bottom: 20px;
    right: 20px;
  }

  .event_header {
    height: auto;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  ._1-30 {
    width: auto;
  }

  .frame-1597883607 {
    height: 16rem;
  }

  .content-42 {
    max-width: none;
  }

  .detail {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .frame-1261155252 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
  }

  .content-127 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  img {
    width: 80%;
  }

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

  .layanan.footer-container {
    grid-column-gap: 25px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .description-bg.left {
    top: auto;
  }

  .footer-brand {
    height: 20px;
  }

  .navbar-content {
    margin-top: 0;
  }

  .hero.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .card {
    width: auto;
  }

  .image-wrapper-2, .image-2 {
    width: 100%;
  }

  .info {
    width: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .f2wf-columns-2 {
    flex-direction: column;
    justify-content: center;
  }

  .columns-4 {
    flex-direction: column;
  }

  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-33 {
    max-width: 532px;
  }

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

  .p-text {
    min-width: auto;
  }

  .content-22 {
    flex-direction: column;
  }

  .faq {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-7 {
    max-width: 100%;
    margin-top: 40px;
  }

  .vectors-wrapper-95 {
    width: 50%;
  }

  .site-footer, .footer-container {
    flex-direction: column;
  }

  .footer-navigation {
    margin-top: 20px;
  }

  .icon-2 {
    -webkit-text-stroke-color: #fcfcfc;
    color: #fcfcfc;
  }

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

  .div-block-6 {
    margin-top: 100px;
    padding-bottom: 0;
  }

  .all-section.proses-b3 {
    background-position: 100% 0;
  }

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

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

  .heading-h6.is-gray.align-left, .heading-h6.is-bold.is-light.align-left, .heading-h6.is-bold.align-homepage, .heading-h6.is-bold.is-size.align-left, .heading-h6.is-bold.align-left, .div-block-16 {
    text-align: left;
  }

  .waste-management-layout {
    grid-template-columns: 1fr;
  }

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

  .hero-content.hubungi-kami {
    padding-top: 100px;
  }

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

  .heading-h3.is-bold.align-left {
    align-self: flex-start;
  }

  .tab-link-tab-7 {
    margin-left: 0%;
  }

  .faq6_icon-wrapper {
    width: 1.75rem;
  }

  .faq6_content {
    margin-bottom: -159px;
    padding-bottom: 0;
    position: static;
  }

  .faq6_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: minmax(min-content, max-content);
  }

  .faq6_question {
    padding: 1rem 1.25rem;
  }

  .faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .div-block-44 {
    margin-right: 140px;
    padding-right: 100px;
    top: auto;
    bottom: 325px;
  }

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

  .image-54 {
    width: 100%;
  }

  .gabung-reseller {
    justify-content: center;
    display: flex;
  }

  .div-block-50 {
    width: 333px;
    height: auto;
    bottom: 130px;
  }

  .tabs-content-3 {
    display: none;
  }

  .faq3_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq3_icon-wrapper {
    width: 2rem;
  }

  .grid-20 {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .grid-20.margin-pengelolaan {
    margin-left: -20px;
  }

  .permit-services-grid, .permit-services-grid.list-perizinan {
    grid-template-columns: 1fr;
  }

  .reseller-benefits-grid {
    grid-template-columns: 1fr 1fr;
  }

  .reseller-process-grid {
    grid-template-columns: 1fr;
  }

  .div-block-363 {
    margin-left: 0;
  }

  .contact-channels-grid {
    padding-bottom: 20px;
  }

  .div-block-385 {
    width: 80%;
  }

  .image-1071 {
    width: 70%;
  }

  .image-1072 {
    align-self: center;
  }

  .image-1073 {
    align-self: center;
    display: none;
  }

  .div-block-392 {
    flex-flow: column;
    align-items: stretch;
  }

  .bullet-row {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
  }

  .image-1074 {
    width: 4px;
  }

  .image-1075, .image-1076 {
    width: auto;
  }

  .image-1077 {
    width: 100%;
    display: none;
  }

  .image-1077.mobile {
    display: block;
  }

  .image-1079 {
    width: auto;
  }

  .colomn-grid.grid-3 {
    grid-template-columns: 1fr;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-1081 {
    width: 100%;
  }

  .image-1085 {
    align-self: center;
    width: 100%;
    display: block;
  }

  .image-1087 {
    align-self: center;
    display: none;
  }

  .waste-management-cta {
    align-self: center;
  }

  .image-1088 {
    align-self: center;
    display: block;
  }

  .live-icon-chat {
    width: 15%;
  }

  .whatsapp-icon {
    width: 55%;
  }

  .wa-button {
    bottom: 15px;
    right: 15px;
  }

  .small-whatsapp-icon {
    width: 10%;
  }

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

  .date {
    max-width: none;
  }

  .date-button {
    width: 100%;
  }

  .wrapper-event-location {
    max-width: none;
    height: auto;
  }

  .outline {
    width: auto;
    height: 100%;
  }

  .frame-1597883607 {
    height: 8rem;
  }

  .rectangle-12 {
    width: 100%;
  }

  .wrapper-event-location-icon {
    width: auto;
  }
}

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

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 20px;
  }

  ul {
    padding-left: 25px;
  }

  .layanan.grid-3 {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .layanan.grid-2 {
    position: static;
  }

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

  .layanan.footer-container {
    grid-template-columns: 1fr;
  }

  .button.form-button {
    width: 100%;
    margin-top: 15px;
  }

  .button.categories-button {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.discount {
    flex: 0 100%;
    margin-left: 0;
  }

  .button.background-color-black {
    width: 250px;
    max-width: 100%;
  }

  .section {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .section.home---all-service {
    margin-left: 0;
    margin-right: 0;
  }

  .description-bg.left {
    height: 35%;
  }

  .footer-brand {
    margin-bottom: 0;
  }

  .navbar-content {
    margin-top: 0;
  }

  .navbar-logo-left-2 {
    padding-left: 16px;
  }

  .navbar-logo-left-2.navbar {
    padding-right: 16px;
    position: fixed;
  }

  .lab---hero-section {
    object-fit: fill;
    object-position: 100% 50%;
    background-image: linear-gradient(#0000004f, #0000004f), url('../images/Background-min-1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    min-height: 480px;
    position: static;
  }

  .lab---hero-section.reseller {
    min-height: 680px;
  }

  .lab---hero-section.new {
    padding-bottom: 40px;
  }

  .hero {
    object-fit: cover;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-self: center;
    min-width: 300px;
    height: 420px;
    margin-right: 0;
    padding-top: 0;
    font-family: Noto Sans, sans-serif;
    position: absolute;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .f2wf-columns-2 {
    flex-direction: column;
    align-items: center;
  }

  .reguler-16_h6-2 {
    font-size: 16px;
  }

  .event-berita {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .section-title {
    padding-bottom: 20px;
  }

  .text-9 {
    margin-top: 40px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.7rem;
  }

  .bold-20_h4 {
    font-size: 16px;
    font-weight: 700;
  }

  .home---cta {
    margin-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-33 {
    flex-direction: row;
    min-width: auto;
    max-width: 300px;
  }

  .industri---hero-banner {
    object-fit: cover;
  }

  .industri---image {
    min-width: auto;
    max-width: 100%;
    min-height: auto;
    margin-top: 10px;
  }

  .industri---isi {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .jenis-limbah {
    flex-direction: column;
    margin-top: 60px;
  }

  .vectors-wrapper-50 {
    object-fit: contain;
    max-width: 100%;
  }

  .cara-penanganan {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .frame-1000001173 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .group {
    flex-direction: column;
  }

  .group._6card {
    align-items: center;
    display: flex;
  }

  .industry-intro {
    margin-bottom: auto;
    margin-left: 24px;
    margin-right: 24px;
  }

  .heading-6 {
    flex-flow: column;
    align-items: flex-start;
  }

  .vectors-wrapper-93 {
    width: auto;
    height: auto;
  }

  .text-111 {
    width: 100%;
    font-family: Noto Sans, sans-serif;
  }

  .p-text {
    min-width: auto;
    margin-bottom: 20px;
  }

  .p-text.p-text-mid {
    font-size: 14px;
  }

  .features-3 {
    flex-direction: column;
  }

  .vectors-wrapper-94 {
    width: 48px;
    height: 48px;
  }

  .text-114 {
    font-size: 16px;
  }

  .content-22 {
    flex-direction: column;
  }

  .faq {
    align-items: center;
    max-width: 100%;
  }

  .text-115 {
    text-align: center;
    font-size: 28px;
  }

  .text-116 {
    text-align: center;
    font-size: 16px;
  }

  .image-7 {
    object-fit: contain;
    max-width: 100%;
    margin-top: 20px;
    margin-left: auto;
  }

  .powerd-by {
    margin-top: 0;
  }

  .vectors-wrapper-95 {
    width: 100%;
    max-width: 100%;
  }

  .site-footer {
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    padding-left: 0;
  }

  .footer-brand-area {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-brand {
    padding-bottom: 0;
  }

  .footer-description {
    width: 100%;
  }

  .address {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-navigation {
    flex-direction: column;
  }

  .industry-content {
    flex-direction: column;
  }

  .shutterstock_1444700333-2 {
    object-fit: cover;
    max-width: 100%;
  }

  ._3-5 {
    flex-direction: column;
  }

  .wrapper {
    max-width: 360px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.why-us._6card {
    max-width: none;
  }

  .text-190 {
    color: #747474;
  }

  .image-20 {
    object-fit: scale-down;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .icon-2 {
    color: #fcfcfc;
  }

  ._404 {
    flex-direction: column;
  }

  .vectors-wrapper-131 {
    object-fit: fill;
    max-width: 100%;
    margin-bottom: -60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-191 {
    justify-content: center;
    align-items: center;
    margin-left: 24px;
    margin-right: 24px;
  }

  .text-193 {
    font-size: 24px;
  }

  .text-194 {
    text-align: center;
    font-size: 16px;
  }

  .image-33 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .wrapper {
    margin-left: 0;
    margin-right: 0;
  }

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

  .div-block-6 {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-7 {
    align-items: flex-start;
  }

  .hero-cta {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .all-section.layanan-kami {
    background-position: 0%;
  }

  .all-section.proses-b3 {
    background-position: 100% 0;
  }

  .heading-h2.is-bold.is-center.tab-mobile {
    align-self: center;
  }

  .heading-h2.is-bold.ubah-koneksi-center {
    text-align: center;
    align-self: center;
  }

  .services-intro {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-left: 20px;
  }

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

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

  .heading-h6.is-bold.is-light.align-left {
    color: var(--white);
  }

  .heading-h6.is-bold.align-homepage {
    text-align: left;
  }

  .flex-wrapper {
    flex-flow: column;
  }

  .div-block-17 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: left;
    align-items: center;
  }

  .waste-management-layout, .grid-8 {
    grid-template-columns: 1fr;
  }

  .hero-content.hubungi-kami {
    width: auto;
    max-width: none;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-11 {
    grid-template-columns: 1.75fr;
  }

  .tab-link-tab-2 {
    margin-right: 0;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    overflow: auto;
  }

  .tab-link-tab-7 {
    margin-left: 0%;
  }

  .grid-12, .grid-12.sertifikat, .grid-12.tablet, .grid-12.grid-mitra.tab-mobile, .grid-13 {
    grid-template-columns: 1fr;
  }

  .faq6_content {
    margin-bottom: -200px;
  }

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

  .div-block-44 {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 60px;
    padding-right: 32px;
    bottom: 300px;
    left: 30px;
  }

  .div-block-45.hubungi-kami {
    flex-flow: column;
    align-items: stretch;
    width: auto;
    max-width: none;
    padding-right: 0;
  }

  .grid-15, .grid-16 {
    grid-template-columns: 1fr;
  }

  .div-block-50 {
    width: 260px;
    height: auto;
    padding-right: 32px;
    bottom: 100px;
    left: 15px;
  }

  .tabs-content-3, .tabs-content-3.mobile {
    display: none;
  }

  .tabs-menu-6 {
    width: 100%;
  }

  .tabs-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .faq-container {
    padding: 0;
  }

  .grid-17 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .grid-17.list-grid {
    grid-template-columns: minmax(min-content, max-content);
  }

  .grid-20.margin-pengelolaan {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-1061 {
    width: 87%;
    max-width: none;
    padding-left: 0;
  }

  .slide-6, .slide-7, .slide-8, .slide-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .permit-services-grid {
    grid-template-columns: 1fr;
  }

  .permit-services-grid.list-perizinan {
    grid-template-columns: 1fr;
    margin-top: -19px;
  }

  .carbon-credit-types-grid {
    grid-template-columns: 1fr;
  }

  .carbon-credit-types-grid.tab-mobile {
    grid-template-columns: 1fr;
    margin-top: -23px;
  }

  .reseller-benefits-grid, .reseller-process-grid {
    grid-template-columns: 1fr;
  }

  .div-block-363 {
    margin-left: 0;
  }

  .partner-benefits-grid, .partner-requirements-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero-layout {
    width: 100%;
    margin-right: 0;
  }

  .contact-channels-grid {
    grid-template-columns: 1fr;
    margin-right: 60px;
  }

  .div-block-371 {
    border-radius: 0;
    width: 110%;
    margin-left: -16px;
    margin-right: -83px;
    padding-left: 10px;
    padding-right: 5px;
  }

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

  .div-block-385 {
    width: auto;
  }

  .div-blcok-385, .image-1071 {
    width: 100%;
  }

  .image-1072 {
    display: none;
  }

  .image-1072.mobile {
    display: block;
  }

  .image-1077 {
    width: 100%;
  }

  .menu-button-2, .menu-button-2.w--open {
    background-color: #0000;
  }

  .colomn-grid.grid-4 {
    grid-template-columns: 1fr;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-1081, .image-1085 {
    width: 100%;
  }

  .code-embed {
    width: 100%;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 20px;
  }

  .live-icon-chat {
    width: 15%;
    max-width: 80%;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .whatsapp-icon {
    width: 55%;
  }

  .whatsapp-container {
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-container:hover {
    width: 60px;
    height: 60px;
  }

  .wa-button {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .small-whatsapp-icon {
    width: 10%;
  }

  .tittle-2 {
    height: auto;
  }

  .frame-1597883607 {
    height: 262px;
  }

  .call-to-action_section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .frame-1261155252 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .section-title-7 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .content-127 {
    height: 322px;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .header-5 {
    height: 450px;
  }

  .rectangle-12 {
    width: 100%;
  }

  .frame-1116606685 {
    grid-row-gap: 16px;
    flex-flow: column;
  }
}

#w-node-_6dd39a10-e5b7-9d85-9ed0-4a5b47c27144-fffc6356 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_49560afd-8e03-a254-d6cb-d71c46b1fada-36fc6368 {
  place-self: center start;
}

#w-node-_47c38c83-357c-c939-27c5-0fba8102f039-36fc6368, #w-node-_47c38c83-357c-c939-27c5-0fba8102f03a-36fc6368 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b878d2-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b878d4-77fc6370 {
  justify-self: center;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b878e8-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b878e9-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b878ed-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b878ee-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b878f2-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b878f3-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b878f7-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b878f8-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b878fc-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b878fd-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87901-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87902-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b8790c-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b8790d-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87911-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87912-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87916-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87917-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b8791b-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b8791c-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87920-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87921-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87925-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87926-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87930-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87931-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87935-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87936-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b8793a-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b8793b-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b8793f-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87940-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87949-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b8794a-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87953-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87954-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87966-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87967-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b8796b-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b8796c-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87970-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87971-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87975-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87976-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b8797a-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b8797b-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87985-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87986-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b8798a-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b8798b-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b8798f-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87990-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87994-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87995-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87999-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b8799a-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b8799e-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b8799f-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b879aa-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b879ab-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b879af-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b879b0-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b879b4-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b879b5-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b879b9-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b879ba-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b879be-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b879bf-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b879c3-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b879c4-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b879c8-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b879c9-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b879cd-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b879ce-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b879d2-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b879d3-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b879dd-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b879de-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b879e2-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b879e3-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b879e7-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b879e8-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b879ef-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b879f0-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a31-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a34-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a35-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a38-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a39-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a3c-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a40-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a41-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a44-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a45-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a48-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a4f-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a50-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a55-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a56-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a5a-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a5b-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a5f-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a60-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a64-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a65-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a75-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a78-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a79-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a7c-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a7d-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a80-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a81-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a85-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a88-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a89-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a8c-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a8d-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a90-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a98-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a99-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a9a-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a9c-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87a9f-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87aa0-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87aa1-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87aa5-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87aa8-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87aa9-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87aaa-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87aae-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ab2-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ab3-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ab9-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87abc-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87abd-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87abe-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ac2-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ac5-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ac6-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ac7-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87acd-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ad1-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ad2-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ad6-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ad9-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ade-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87adf-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ae0-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ae4-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ae7-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ae8-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ae9-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87aef-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87af2-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87af3-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87af4-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87afa-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87afd-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87afe-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87aff-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b07-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b0a-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b0b-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b0c-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b18-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b19-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b1a-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b1e-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b23-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b24-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b25-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b2b-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b30-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b31-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b32-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b38-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b3d-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b3e-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b3f-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b47-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b4d-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b4e-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b54-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b59-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b5a-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b5b-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b5f-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b62-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b63-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b64-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b6a-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b6d-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b6e-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b6f-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b75-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b78-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b79-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b7a-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b82-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b85-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b86-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b87-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b8d-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b90-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b91-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b92-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b9a-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b9e-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87b9f-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ba5-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87bad-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87bae-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87baf-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87bb0-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87bb2-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87bb5-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87bb9-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87bba-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87bbb-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87bc4-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87bc5-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87bc6-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87bcf-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87bd0-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87bd1-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87bd2-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87bd8-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87bd9-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87bda-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87bdb-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87bdd-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87be1-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87be2-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87be3-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87be4-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87be6-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c54-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c58-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c59-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c5b-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c5d-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c5e-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c60-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c62-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c63-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c65-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c67-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c68-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c6a-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c6c-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c6d-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c6f-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c71-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c72-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c74-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c76-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c78-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c7a-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c7c-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c7d-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c7f-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c80-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c82-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c83-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c85-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c86-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c88-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c89-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c8b-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c8c-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c8e-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c8f-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c91-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c97-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c9b-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c9c-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87c9e-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ca0-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ca1-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ca3-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ca5-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ca6-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ca8-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87caa-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87cab-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87cad-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87caf-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87cb0-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87cb2-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87cb4-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87cb5-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87cb7-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87cb9-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87cba-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87cbc-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87cbe-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87cbf-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87cc1-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87cc3-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87cc4-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87cc6-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87cc8-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87cc9-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ccb-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ccd-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87cce-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87cd0-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87cd5-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87cd9-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87cdb-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87cde-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ce3-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ce8-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ced-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87cf2-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87cf9-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87cfa-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87cfc-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87cfd-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87cff-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d00-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d02-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d03-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d05-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d06-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d08-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d09-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d0b-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d0c-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d0e-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d0f-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d11-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d12-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d14-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d15-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d17-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d18-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d1a-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d1b-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d1d-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d1e-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d20-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d21-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d23-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d24-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d26-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d27-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d29-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d2a-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d2c-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d2d-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d2f-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d30-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d32-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d33-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d35-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d36-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d38-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d39-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d3b-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d3c-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d3e-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d3f-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d41-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d42-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d44-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d45-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d47-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d48-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d4a-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d4b-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d4d-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d4e-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d50-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d51-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d56-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d5a-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d5c-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d5f-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d64-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d69-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d6e-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d73-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d7a-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d7b-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d7d-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d7e-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d80-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d81-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d83-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d84-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d86-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d87-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d89-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d8a-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d8c-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d8d-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d8f-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d90-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d92-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d93-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d95-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d96-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d98-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d99-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d9b-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d9c-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d9e-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87d9f-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87da1-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87da2-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87da4-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87da5-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87da7-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87da8-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87daa-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87dab-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87dad-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87dae-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87db0-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87db1-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87db3-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87db4-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87db6-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87db7-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87db9-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87dba-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87dbc-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87dbd-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87dbf-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87dc0-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87dc2-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87dc3-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87dc5-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87dc6-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87dc8-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87dc9-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87dcb-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87dcc-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87dce-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87dcf-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87dd1-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87dd2-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87dd7-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87dda-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ddb-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ddd-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87dde-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87de0-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87de1-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87de3-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87de4-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87de6-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87de7-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87de9-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87dea-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87dec-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87ded-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87def-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87df0-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87df2-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87df3-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87df5-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87df6-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87df8-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87df9-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87dfb-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87dfc-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87dfe-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87dff-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87e01-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87e02-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87e04-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87e05-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87e07-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87e08-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87e0a-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87e0b-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87e0d-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87e0e-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87e10-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87e11-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87e13-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87e14-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87e16-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87e17-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87e19-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87e1a-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f0c-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f10-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f11-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f15-77fc6370, #w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f17-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f18-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f1c-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f1d-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f21-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f22-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f26-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f27-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f2b-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f2c-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f30-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f31-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f35-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f36-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f3a-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f3b-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f3f-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f40-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f44-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f45-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f48-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f49-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f4d-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f4e-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f52-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f53-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f57-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f58-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f5c-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f5d-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f61-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f62-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f66-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f67-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f6b-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f6c-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f70-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f71-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f75-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f76-77fc6370 {
  justify-self: start;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f7a-77fc6370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668898f9-83d9-77f7-c7e5-d43e74b87f7b-77fc6370 {
  justify-self: start;
}

#w-node-_3c31c598-cd15-565e-31e0-cc7102854a30-3efc635d {
  align-self: center;
}

#w-node-_3cdff63a-e6e8-19fd-c811-ef536002aecf-3efc635d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3c31c598-cd15-565e-31e0-cc7102854a37-3efc635d, #w-node-a91364e5-4e66-737f-0295-c3796be69ea5-3efc635d {
  justify-self: center;
}

#w-node-a91364e5-4e66-737f-0295-c3796be69e90-3efc635d, #w-node-_48f1e152-304c-af08-bac2-2094cbc0c067-3efc635d {
  align-self: center;
}

#w-node-d7b1a011-026b-afea-5499-7750c3a8ba54-3efc635d {
  place-self: center;
}

#w-node-a617b463-4b3c-cc95-7bfc-7fba5e247fa0-4407aa05 {
  place-self: center start;
}

#w-node-_6619d574-9e8c-566c-4db9-dc75cac2c09c-4407aa05 {
  justify-self: end;
}

#w-node-a68adec7-46bb-ddb1-4f50-32e1a69428d9-4407aa05 {
  place-self: center start;
}

#w-node-a68adec7-46bb-ddb1-4f50-32e1a69428da-4407aa05, #w-node-f8b95fd1-fc01-c7e1-3a42-c8cca3657996-4407aa05 {
  justify-self: start;
}

#w-node-b9709239-7ca9-d73c-a2dd-5f830b82d726-4407aa05 {
  justify-self: end;
}

#w-node-_46670e36-ddaf-bbfd-2a42-5f67f24b08eb-4407aa05 {
  justify-self: start;
}

#w-node-a617b463-4b3c-cc95-7bfc-7fba5e247fa0-efce156d {
  place-self: center start;
}

#w-node-_809a3a39-62fa-9eb5-c395-82d326305249-1fb42967 {
  justify-self: start;
}

#w-node-a617b463-4b3c-cc95-7bfc-7fba5e247fa0-733319e4, #w-node-f810b7c6-6358-6144-3721-6ef506880478-733319e4, #w-node-a617b463-4b3c-cc95-7bfc-7fba5e247fa0-238be9d5 {
  place-self: center start;
}

#w-node-_7da873f6-7603-681a-3473-f26e773ff1bb-b0c48430 {
  justify-self: center;
}

#w-node-_7da873f6-7603-681a-3473-f26e773ff1bd-b0c48430 {
  align-self: center;
}

#w-node-_496da30d-0858-2012-8194-52680dcf59a4-b0c48430 {
  justify-self: center;
}

#w-node-_496da30d-0858-2012-8194-52680dcf59a6-b0c48430 {
  align-self: center;
}

#w-node-_125860f6-e659-7a31-eb46-13fd941457b9-47b362d8, #w-node-_125860f6-e659-7a31-eb46-13fd941457ba-47b362d8, #w-node-aefe1ee6-d342-9bb5-caa7-f1e75e4e485a-47b362d8, #w-node-_65cc99b6-78aa-bcf3-a50e-a111c63d5a3a-47b362d8, #w-node-_65cc99b6-78aa-bcf3-a50e-a111c63d5a3b-47b362d8, #w-node-ef64c1f4-9382-1f91-d0be-92d8714323ed-47b362d8, #w-node-f756b690-1bdc-b908-8568-23229209a868-e0b927c0, #w-node-f5dca414-9967-1bcf-b374-2a6af5e85688-e0b927c0, #w-node-cd3cf497-344c-5c62-57db-b091c4f7ea77-e0b927c0, #w-node-cd3cf497-344c-5c62-57db-b091c4f7ea78-e0b927c0, #w-node-d3c84bda-824e-c783-50ce-449111139b36-e0b927c0, #w-node-c21f7c06-6dad-ad99-411b-92a96351d901-e0b927c0, #w-node-c21f7c06-6dad-ad99-411b-92a96351d902-e0b927c0, #w-node-e7febd51-86b2-2a2e-a333-e8f7ae9d551a-7721c3eb, #w-node-e7febd51-86b2-2a2e-a333-e8f7ae9d551b-7721c3eb, #w-node-_5cafdbab-1142-4d00-f434-8499452b5f70-7721c3eb, #w-node-_5cafdbab-1142-4d00-f434-8499452b5f71-7721c3eb, #w-node-d4f19954-66b1-3e36-8ab9-64c848e068b8-7721c3eb, #w-node-d4f19954-66b1-3e36-8ab9-64c848e068b9-7721c3eb, #w-node-_0dbc56ba-f0e9-f802-9eca-3621a33cc996-7721c3eb, #w-node-_0dbc56ba-f0e9-f802-9eca-3621a33cc997-7721c3eb, #w-node-f1384869-0006-c4b1-fe07-990d025afe3c-c4596ab8, #w-node-f1384869-0006-c4b1-fe07-990d025afe3d-c4596ab8, #w-node-_7f40c469-0962-5759-af79-0d05f51f3a24-c4596ab8, #w-node-_7f40c469-0962-5759-af79-0d05f51f3a25-c4596ab8, #w-node-_13e835fb-e23d-3b72-2231-f18bd7210880-c4596ab8, #w-node-_13e835fb-e23d-3b72-2231-f18bd7210881-c4596ab8, #w-node-_472fe6a4-8783-b1f7-cb1f-29077d6593e8-c4596ab8, #w-node-_472fe6a4-8783-b1f7-cb1f-29077d6593e9-c4596ab8, #w-node-_0fa87d44-d174-a860-0cbf-15ae91da40e5-83565d2c, #w-node-_0fa87d44-d174-a860-0cbf-15ae91da40e6-83565d2c, #w-node-_0fa87d44-d174-a860-0cbf-15ae91da40e7-83565d2c, #w-node-_0fa87d44-d174-a860-0cbf-15ae91da40e8-83565d2c, #w-node-_0fa87d44-d174-a860-0cbf-15ae91da40ef-83565d2c, #w-node-_0fa87d44-d174-a860-0cbf-15ae91da40f0-83565d2c, #w-node-_0fa87d44-d174-a860-0cbf-15ae91da40f1-83565d2c, #w-node-_0fa87d44-d174-a860-0cbf-15ae91da40f2-83565d2c, #w-node-_729ed364-37a9-5b31-2f4b-71824ec395a5-35ec2d65, #w-node-_729ed364-37a9-5b31-2f4b-71824ec395a6-35ec2d65, #w-node-_729ed364-37a9-5b31-2f4b-71824ec395a7-35ec2d65, #w-node-_729ed364-37a9-5b31-2f4b-71824ec395a8-35ec2d65, #w-node-_729ed364-37a9-5b31-2f4b-71824ec395af-35ec2d65, #w-node-_729ed364-37a9-5b31-2f4b-71824ec395b0-35ec2d65, #w-node-_729ed364-37a9-5b31-2f4b-71824ec395b1-35ec2d65, #w-node-_729ed364-37a9-5b31-2f4b-71824ec395b2-35ec2d65 {
  place-self: center;
}

#w-node-_42eb03ba-9fc5-be68-b035-e9bf8a8847db-0216443a {
  align-self: center;
}

#w-node-b541fc5c-9fd4-f62e-d3cb-cc152cce37ca-0216443a, #w-node-d7b41c5c-9532-5764-f5c4-5f221093a629-0216443a, #w-node-_06f3ffc5-6a83-4430-d940-21d977b681c4-0216443a, #w-node-_06f3ffc5-6a83-4430-d940-21d977b681c5-0216443a, #w-node-a84a7c4d-8550-dd6c-d833-239f0a910f33-0216443a, #w-node-_367f23fb-4803-67fe-16ef-f594af17731e-0216443a, #w-node-_367f23fb-4803-67fe-16ef-f594af17731f-0216443a {
  place-self: center;
}

#w-node-bf14f27b-db66-19f6-93a4-2b1f5a06730c-1e8be87f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b0fe0-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b0fe2-5e4b905a {
  justify-self: center;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b0ff6-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b0ff7-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b0ffb-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b0ffc-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1000-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1001-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1005-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1006-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b100a-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b100b-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b100f-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1010-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b101a-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b101b-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b101f-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1020-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1024-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1025-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1029-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b102a-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b102e-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b102f-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1033-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1034-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b103e-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b103f-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1043-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1044-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1048-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1049-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b104d-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b104e-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1057-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1058-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1061-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1062-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1074-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1075-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1079-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b107a-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b107e-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b107f-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1083-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1084-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1088-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1089-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1093-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1094-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1098-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1099-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b109d-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b109e-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10a2-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10a3-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10a7-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10a8-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10ac-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10ad-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10b8-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10b9-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10bd-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10be-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10c2-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10c3-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10c7-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10c8-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10cc-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10cd-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10d1-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10d2-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10d6-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10d7-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10db-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10dc-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10e0-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10e1-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10eb-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10ec-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10f0-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10f1-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10f5-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10f6-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10fd-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b10fe-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b113f-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1142-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1143-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1146-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1147-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b114a-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b114e-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b114f-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1152-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1153-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1156-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b115d-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b115e-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1163-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1164-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1168-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1169-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b116d-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b116e-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1172-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1173-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1183-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1186-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1187-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b118a-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b118b-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b118e-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b118f-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1193-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1196-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1197-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b119a-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b119b-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b119e-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b11a6-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b11a7-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b11a8-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b11aa-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b11ad-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b11ae-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b11af-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b11b3-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b11b6-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b11b7-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b11b8-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b11bc-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b11c0-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b11c1-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b11c7-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b11ca-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b11cb-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b11cc-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b11d0-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b11d3-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b11d4-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b11d5-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b11db-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b11df-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b11e0-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b11e4-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b11e7-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b11ec-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b11ed-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b11ee-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b11f2-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b11f5-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b11f6-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b11f7-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b11fd-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1200-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1201-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1202-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1208-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b120b-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b120c-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b120d-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1215-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1218-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1219-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b121a-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1226-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1227-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1228-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b122c-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1231-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1232-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1233-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1239-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b123e-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b123f-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1240-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1246-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b124b-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b124c-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b124d-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1255-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b125b-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b125c-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1262-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1267-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1268-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1269-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b126d-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1270-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1271-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1272-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1278-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b127b-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b127c-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b127d-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1283-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1286-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1287-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1288-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1290-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1293-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1294-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1295-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b129b-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b129e-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b129f-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b12a0-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b12a8-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b12ac-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b12ad-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b12b3-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b12bb-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b12bc-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b12bd-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b12be-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b12c0-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b12c3-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b12c7-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b12c8-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b12c9-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b12d2-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b12d3-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b12d4-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b12dd-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b12de-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b12df-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b12e0-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b12e6-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b12e7-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b12e8-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b12e9-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b12eb-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b12ef-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b12f0-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b12f1-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b12f2-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b12f4-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1362-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1366-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1367-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1369-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b136b-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b136c-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b136e-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1370-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1371-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1373-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1375-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1376-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1378-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b137a-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b137b-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b137d-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b137f-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1380-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1382-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1384-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1386-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1388-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b138a-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b138b-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b138d-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b138e-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1390-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1391-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1393-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1394-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1396-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1397-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1399-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b139a-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b139c-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b139d-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b139f-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b13a5-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b13a9-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13aa-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13ac-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b13ae-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13af-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13b1-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13b3-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13b4-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13b6-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13b8-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13b9-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13bb-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13bd-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13be-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13c0-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13c2-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13c3-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13c5-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13c7-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13c8-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13ca-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13cc-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13cd-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13cf-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13d1-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13d2-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13d4-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13d6-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13d7-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13d9-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13db-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13dc-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13de-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13e3-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13e7-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13e9-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b13ec-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b13f1-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b13f6-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b13fb-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1400-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1407-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1408-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b140a-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b140b-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b140d-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b140e-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1410-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1411-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1413-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1414-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1416-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1417-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1419-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b141a-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b141c-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b141d-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b141f-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1420-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1422-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1423-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1425-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1426-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1428-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1429-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b142b-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b142c-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b142e-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b142f-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1431-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1432-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1434-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1435-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1437-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1438-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b143a-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b143b-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b143d-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b143e-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1440-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1441-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1443-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1444-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1446-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1447-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1449-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b144a-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b144c-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b144d-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b144f-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1450-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1452-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1453-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1455-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1456-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1458-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1459-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b145b-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b145c-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b145e-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b145f-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1464-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1468-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b146a-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b146d-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1472-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1477-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b147c-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1481-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1488-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1489-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b148b-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b148c-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b148e-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b148f-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1491-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1492-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1494-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1495-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1497-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1498-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b149a-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b149b-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b149d-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b149e-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b14a0-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b14a1-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b14a3-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b14a4-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b14a6-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b14a7-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b14a9-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b14aa-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b14ac-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b14ad-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b14af-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b14b0-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b14b2-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b14b3-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b14b5-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b14b6-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b14b8-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b14b9-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b14bb-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b14bc-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b14be-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b14bf-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b14c1-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b14c2-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b14c4-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b14c5-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b14c7-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b14c8-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b14ca-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b14cb-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b14cd-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b14ce-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b14d0-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b14d1-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b14d3-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b14d4-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b14d6-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b14d7-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b14d9-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b14da-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b14dc-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b14dd-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b14df-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b14e0-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b14e5-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b14e8-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b14e9-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b14eb-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b14ec-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b14ee-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b14ef-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b14f1-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b14f2-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b14f4-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b14f5-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b14f7-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b14f8-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b14fa-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b14fb-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b14fd-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b14fe-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1500-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1501-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1503-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1504-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1506-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1507-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1509-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b150a-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b150c-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b150d-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b150f-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1510-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1512-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1513-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1515-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1516-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1518-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1519-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b151b-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b151c-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b151e-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b151f-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1521-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1522-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1524-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1525-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1527-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1528-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b161a-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b161e-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b161f-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1623-5e4b905a, #w-node-_5b95d3c6-33be-c225-220c-b95d194b1625-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1626-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b162a-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b162b-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b162f-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1630-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1634-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1635-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1639-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b163a-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b163e-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b163f-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1643-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1644-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1648-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1649-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b164d-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b164e-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1652-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1653-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1656-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1657-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b165b-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b165c-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1660-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1661-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1665-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1666-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b166a-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b166b-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b166f-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1670-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1674-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1675-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1679-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b167a-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b167e-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b167f-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1683-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1684-5e4b905a {
  justify-self: start;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1688-5e4b905a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b95d3c6-33be-c225-220c-b95d194b1689-5e4b905a {
  justify-self: start;
}

#w-node-_67f3f956-7571-aaa2-333a-2495e19cd8d5-5be35f5c {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_44e404e9-6780-16f3-9b38-bcf6fd7c37a8-5be35f5c {
  align-self: center;
}

#w-node-_7cfd7ccc-3b53-f1d6-447a-3ad721df638c-27c759c0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7cfd7ccc-3b53-f1d6-447a-3ad721df6394-27c759c0 {
  place-self: center start;
}

#w-node-_67f3f956-7571-aaa2-333a-2495e19cd8d5-27c759c0 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_0060ad76-73a6-53a3-4561-9ef0b2149588-27c759c0, #w-node-_0060ad76-73a6-53a3-4561-9ef0b214958c-27c759c0, #w-node-_0060ad76-73a6-53a3-4561-9ef0b2149590-27c759c0 {
  justify-self: center;
}

#w-node-_44e404e9-6780-16f3-9b38-bcf6fd7c37a8-27c759c0 {
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_7cfd7ccc-3b53-f1d6-447a-3ad721df638c-27c759c0 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_7cfd7ccc-3b53-f1d6-447a-3ad721df638c-27c759c0 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_7cfd7ccc-3b53-f1d6-447a-3ad721df638c-27c759c0 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3a7d5772-7f47-7fed-e944-7964f45e6597-f45e658c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c763fb00-fcf2-a42e-e148-45a869150294-17fa1d19 {
    order: 9999;
  }

  #w-node-aefe1ee6-d342-9bb5-caa7-f1e75e4e4859-47b362d8, #w-node-ef64c1f4-9382-1f91-d0be-92d8714323ec-47b362d8, #w-node-_43ac1fb3-33df-0ce9-a573-013888ea216c-e0b927c0, #w-node-ac63a51a-bc75-fcc0-a2f5-9c89e07dcc74-e0b927c0, #w-node-ab923c47-6e0b-4427-262d-2837ddf5bf46-e0b927c0, #w-node-d3c84bda-824e-c783-50ce-449111139b35-e0b927c0, #w-node-_63a223a8-5313-1895-9a93-ff18f2aa11c2-35ec2d65, #w-node-_63a223a8-5313-1895-9a93-ff18f2aa11db-35ec2d65, #w-node-_63a223a8-5313-1895-9a93-ff18f2aa11e3-35ec2d65, #w-node-a84a7c4d-8550-dd6c-d833-239f0a910f32-0216443a {
    place-self: center;
  }

  #w-node-_7cc67f3e-31ae-2e8f-c614-7a347f879d1d-6ef65148, #w-node-_7cc67f3e-31ae-2e8f-c614-7a347f879d1d-5be35f5c, #w-node-_7cc67f3e-31ae-2e8f-c614-7a347f879d1d-27c759c0, #w-node-_0060ad76-73a6-53a3-4561-9ef0b2149590-27c759c0 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1d6466da-e94d-115c-c97d-71e22c54b454-2c54b452 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a91364e5-4e66-737f-0295-c3796be69e90-3efc635d, #w-node-_7da873f6-7603-681a-3473-f26e773ff1bd-b0c48430, #w-node-_496da30d-0858-2012-8194-52680dcf59a6-b0c48430 {
    order: -9999;
  }

  #w-node-_7cc67f3e-31ae-2e8f-c614-7a347f879d1d-6ef65148, #w-node-_7cc67f3e-31ae-2e8f-c614-7a347f879d1d-5be35f5c, #w-node-_7cc67f3e-31ae-2e8f-c614-7a347f879d1d-27c759c0 {
    grid-column-end: 2;
  }

  #w-node-_0060ad76-73a6-53a3-4561-9ef0b2149590-27c759c0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1d6466da-e94d-115c-c97d-71e22c54b454-2c54b452 {
    order: -9999;
    grid-column: span 1 / span 1;
  }

  #w-node-_1d6466da-e94d-115c-c97d-71e22c54b461-2c54b452 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1d6466da-e94d-115c-c97d-71e22c54b46f-2c54b452 {
    order: -9999;
  }

  #w-node-_3a7d5772-7f47-7fed-e944-7964f45e6597-f45e658c {
    grid-column: span 1 / span 1;
  }

  #w-node-_3cdff63a-e6e8-19fd-c811-ef536002aecf-3efc635d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_7da873f6-7603-681a-3473-f26e773ff1bb-b0c48430 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_43ac1fb3-33df-0ce9-a573-013888ea216c-e0b927c0, #w-node-_994f1062-a014-f6b9-e957-c8d89bd8b6ca-c4596ab8, #w-node-_63a223a8-5313-1895-9a93-ff18f2aa11c2-35ec2d65 {
    place-self: auto;
  }

  #w-node-_0205a56e-4e2f-cb3e-9567-f42cf32004a8-b301c6ab, #w-node-fca73892-9191-e9b9-bcb8-2e69cec6585c-b301c6ab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7cfd7ccc-3b53-f1d6-447a-3ad721df638c-27c759c0 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@font-face {
  font-family: 'Sato';
  src: url('../fonts/Sato-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
/* Shared semantic footer primitives. */
.footer-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-column-title {
  margin: 0;
}

/* Shared layout primitives. */
.layout-grid {
  display: grid;
  grid-template-rows: auto;
}

.card-grid--four {
  grid-template-columns: repeat(4, 1fr);
}

.card-grid--three {
  grid-template-columns: repeat(3, 1fr);
}

.split-layout {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

.split-layout--center {
  place-items: center;
}

.split-layout--stretch {
  place-items: center stretch;
}

.stack-tight {
  display: flex;
  flex-flow: column;
  gap: 8px;
}

.stack-section {
  display: flex;
  flex-flow: column;
  gap: 40px;
}


@media screen and (max-width: 991px) {
  .card-grid--four {
    grid-template-columns: repeat(2, 1fr);
  }

  .split-layout {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .card-grid--four,
  .card-grid--three,
  .requirements-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 992px) {
  .div-block-6 {
    max-width: 1140px;
    padding-left: 0;
    padding-right: 0;
  }
}
.content-card .subtitle-1.is-bold {
  font-size: var(--type-card-title);
  line-height: 1.4;
}

/* Keep hero copy aligned with the shared header container. */
@media screen and (min-width: 992px) {
  .hero-content,
  .hero {
    max-width: 1140px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-45.hubungi-kami {
    align-items: flex-start;
  }

  .event_header .flex-wrapper {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .div-block-6,
  .hero-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero {
    padding-left: 16px;
    padding-right: 16px;
    align-items: flex-start;
  }

  .text-33 {
    max-width: none;
    text-align: left;
    justify-content: flex-start;
  }

  .div-block-45.hubungi-kami {
    align-items: flex-start;
  }

  .event_header .flex-wrapper {
    justify-content: flex-start;
  }
}

/* Align every hero title to the shared header edge. */
@media screen and (min-width: 992px) {
  .hero-content,
  .hero,
  .hero-content.hubungi-kami {
    width: 100%;
    max-width: 1140px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-45.hubungi-kami {
    align-items: flex-start;
  }

  .event_header:not(.sustainable_waste_environtmental_solutions_bg) .tittle-2 {
    transform: translateX(-32px);
  }
}

@media screen and (max-width: 991px) {
  .div-block-6,
  .hero-content,
  .hero-content.hubungi-kami,
  .hero,
  .header-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .text-33 {
    max-width: none;
    text-align: left;
    justify-content: flex-start;
  }

  .div-block-45.hubungi-kami,
  .event_header .flex-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .header-5 .container {
    padding-left: 0;
    padding-right: 0;
  }

  .event_header > .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.footer-link-list a {
  font-size: var(--type-small);
}

.footer-link-list li {
  margin-bottom: 0;
  line-height: 18px;
}

.footer-link-list a {
  line-height: 18px;
}

/* Shared content primitives. */
.stack-content {
  display: flex;
  flex-flow: column;
  gap: 16px;
}

.feature-card-content {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 24px;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown > summary {
  cursor: pointer;
  list-style: none;
  align-items: center;
}

.nav-dropdown > summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown > summary::after {
  width: 6px;
  height: 6px;
  margin: -3px 0 0 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: '';
  transform: rotate(45deg);
}

.nav-dropdown[open] > summary::after {
  margin-top: 3px;
  transform: rotate(-135deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% - 8px);
  left: 0;
  z-index: 10;
  min-width: 230px;
  padding: 8px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 24px rgb(0 0 0 / 12%);
}

.nav-dropdown-link {
  display: block;
  padding: 10px 12px;
  border-radius: 4px;
  color: var(--black);
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
}

.nav-dropdown-link:hover,
.nav-dropdown-link.w--current {
  background: var(--white-smoke);
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown > summary {
    width: 100%;
  }

  .nav-dropdown-menu {
    position: static;
    min-width: 0;
    padding: 0 0 8px 16px;
    box-shadow: none;
  }

  .nav-dropdown-link {
    padding: 8px 12px;
  }
}

@media screen and (min-width: 992px) {
  .faq6_content {
    position: relative;
  }

  .faq6_content .div-block-44 {
    position: absolute;
    top: calc(100% - 300px);
    bottom: auto;
    width: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .faq6_content .div-block-44 {
    top: calc(100% - 335px);
  }
}

@media screen and (max-width: 767px) {
  .site-footer .footer-brand,
  .site-footer .footer-brand-area {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .navbar-menu[data-nav-menu-open] {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    max-width: none;
    padding: 0 16px 16px;
    background: var(--white);
    float: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .navbar-menu[data-nav-menu-open] > .navbar-link,
  .navbar-menu[data-nav-menu-open] > .nav-dropdown {
    width: 100%;
  }

  .navbar-menu[data-nav-menu-open] > .navbar-link,
  .navbar-menu[data-nav-menu-open] > .nav-dropdown > summary {
    justify-content: center;
  }
}

.w-nav-button.w--open .w-icon-nav-menu::before {
  content: '\00d7';
  font-family: Arial, sans-serif !important;
  font-size: 32px;
}

.w-nav-button.w--open .w-icon-nav-menu {
  color: var(--black);
}

.w-nav-button .w-icon-nav-menu {
  color: currentColor;
}

.navbar-link,
.nav-dropdown > summary {
  white-space: nowrap;
}

.industri---isi,
.industri---isi * {
  font-family: Noto Sans, sans-serif;
}

.industry-list .p-text {
  margin-top: 0;
  margin-bottom: 0;
}
