:root {
  --text--primary--dark: var(--green--400);
  --green--200: #4bcdb4;
  --yellow--100: #feefd3;
  --yellow--025: #fffdfa;
  --green--300: #037d61;
  --green--400: #155c4c;
  --yellow--050: #faf7f1;
  --yellow--200: #ffc64b;
  --green--250: #039d7e;
  --yellow--300: #d29101;
  --green--100: #d3f4ec;
  --yellow--150: #ffe09f;
  --yellow--250: #efa725;
  --border--accent--dark: var(--yellow--300);
  --red--050: #fee6e7;
  --red--300: #be262b;
  --red--400: #8e2124;
  --red--100: #fdc3c5;
  --red--350: #a42125;
  --red--200: #e02d32;
}
@supports (scrollbar-color: auto) {
  body {
    scrollbar-width: thin;
    scrollbar-color: #00000035 transparent;
  }
}

@supports selector(::-webkit-scrollbar) {
  body::-webkit-scrollbar {
    background: transparent;
    width: 4px;
    padding: 2px;
  }
  body::-webkit-scrollbar-thumb {
    background: #00000035;
  }
}

.is-hidden {
  display: none !important;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

a {
  color: var(--text--primary--dark);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

select {
  height: auto;
  min-width: 5rem;
  background: none;
  border: 1.5px solid #4bcdb4;
  border-radius: 4px;
  color: var(--text--primary--dark);
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  padding: 0.5em 2.5em 0.5em 0.8em;
  margin: 0;
  box-sizing: border-box;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'><path fill='currentColor' d='m12 13.171l4.95-4.95l1.414 1.415L12 16L5.636 9.636L7.05 8.222z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.navbar-brand {
  grid-column-gap: 16px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.logo404 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 36px;
  text-decoration: none;
  display: flex;
  margin-top: 16px;
  margin-left: 40px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.img-logo24 {
  object-fit: cover;
  overflow: hidden;
}

.logo1 {
  color: var(--text--primary--dark);
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: MuseoModerno, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.dropdown-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1.5px solid var(--green--200);
  border-radius: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 12px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  overflow: hidden;
}

.dropdown-btn:hover {
  background-color: var(--yellow--100);
}

.dropdown-btn.w--open {
  background-color: var(--yellow--025);
  border-radius: 8px;
}

.l1-m-link {
  color: var(--text--primary--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.l1-m-link:hover {
  color: var(--green--300);
}

.l1-m-link.navdropdown {
  text-align: center;
}

.l1-m-link.navdropdown.w--current {
  color: var(--green--400);
  display: none;
}

.navbar-menu {
  z-index: 99;
  grid-column-gap: 6px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.dropdown-btn-lang {
  grid-column-gap: 2px;
  border: 1.5px solid var(--green--200);
  cursor: pointer;
  border-radius: 4px;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  padding: 3px 4px 3px 8px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  overflow: hidden;
}

.dropdown-btn-lang:hover {
  background-color: var(--yellow--100);
}

.l3-b-link {
  color: var(--text--primary--dark);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.l3-b-link:hover {
  color: var(--green--300);
}

.l3-b-link.w--current {
  color: var(--green--400);
  display: none;
}

.viewcountwrapper {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.viewcountwrapper.light {
  padding-left: 0;
  padding-right: 0;
}

.l2-r {
  color: var(--text--primary--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  word-break: keep-all;
}

.l2-r.white {
  color: var(--yellow--025);
}

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

.img-navlogo {
  object-fit: cover;
}

.icon {
  color: var(--green--300);
  margin-right: 0;
  display: flex;
  position: relative;
}

.dropdown-nav-list {
  z-index: 99;
  background-color: var(--yellow--025);
  margin-top: 16px;
  left: 50%;
  transform: translate(-50%);
}

.dropdown-nav-list.w--open {
  z-index: 99;
  border: 1.5px solid var(--green--200);
  background-color: var(--yellow--025);
  border-radius: 8px;
  width: auto;
  min-width: 194px;
  margin-top: 10px;
}

.dropdown-nav-list.lang {
  border: 1.5px solid var(--green--200);
  background-color: var(--yellow--025);
  border-radius: 8px;
  flex-flow: column;
  align-items: center;
  margin-top: 32px;
  left: -50%;
  right: -50%;
}

.dropdown-nav-list.lang.w--open {
  min-width: 100px;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.dropdown-nav-list.lang.homepage {
  inset: 0% auto auto 0%;
}

.navbar {
  background-color: var(--yellow--050);
  display: flex;
  box-shadow: 0 1px 8px #1e372814;
}

.divider-navdrop {
  background-color: var(--green--200);
  max-width: 540px;
  height: 1px;
  margin-left: 16px;
  margin-right: 16px;
}

.body {
  background-color: var(--yellow--050);
}

.mappanelwrapper {
  height: calc(100svh - 48px);
  display: flex;
  position: relative;
  overflow: hidden;
}

.panel-overview {
  grid-row-gap: 10px;
  background-color: var(--yellow--200);
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 504px;
  height: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
  overflow: scroll;
  box-shadow: 1px 1px 8px #1e37281a;
}

.panel-overview.city {
  background-color: var(--green--200);
}

.overviewfilter {
  grid-row-gap: 8px;
  background-color: #fffdfa;
  border-radius: 8px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 5px 5px #d29101;
}

.overviewfilter.city {
  box-shadow: 5px 5px 0 0 var(--green--250);
}

.l1-b-cap {
  color: var(--text--primary--dark);
  letter-spacing: .02em;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.l1-b-cap.underline {
  text-underline-offset: 16%;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--green--200);
  text-decoration-color: var(--green--200);
  text-decoration-style: dotted;
  text-decoration-thickness: calc(1em / 6.25);
}

.valuelabel {
  color: var(--text--primary--dark);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.overviewcard {
  grid-row-gap: 8px;
  background-color: var(--yellow--025);
  box-shadow: 5px 5px 0 0 var(--yellow--300);
  border-radius: 8px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 12px 16px 16px;
  text-decoration: none;
  display: flex;
}

.overviewcard.city {
  box-shadow: 5px 5px 0 0 var(--green--250);
}

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

.row-g4.center {
  justify-content: flex-start;
  align-items: center;
}

.label-value-lg {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  background-color: var(--green--100);
  width: 100%;
  padding: 0 8px;
  border-radius: 4px;
  margin-bottom: 4px;
}
.label-value-lg.is-yellow {
  background-color: var(--yellow--100);
}

.pb-2 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  text-decoration: none;
  display: flex;
}

.l-xl {
  color: var(--text--primary--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
  word-break: break-word;
}

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

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

.card-icon-value {
  grid-column-gap: 8px;
  background-color: #fffdfabf;
  border: 1.5px solid #4bcdb4;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 12px 8px 8px;
  text-decoration: none;
  display: flex;
}

.icon-24 {
  object-fit: cover;
  flex: none;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.icon-24.plus, .icon-24.minus {
  opacity: 1;
  position: absolute;
}

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

.value-unit {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}
.value-unit.center {
  align-items: center;
}

.card-icon-stacked {
  grid-row-gap: 4px;
  background-color: #fffdfabf;
  border: 1.5px solid #4bcdb4;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
}

.l-lg {
  color: var(--text--primary--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
  word-break: keep-all;
}

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

.p2-m {
  color: var(--text--primary--dark);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
}

.radio-button {
  border: 1.5px solid var(--green--200);
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: -8px;
}

.radio-button.w--redirected-checked {
  background-color: var(--green--400);
}

.radio-button.w--redirected-focus, .radio-button.w--redirected-focus-visible {
  box-shadow: 0 2px 5px #0000;
}

.radio-button-field {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.div-filter {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: flex;
}

.grid-2col {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  padding-right: 8px;
}

.grid-3col {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  padding-right: 8px;
}

.grid-3col.pb-8 {
  padding-bottom: 8px;
}

.mapwrapper {
  background-color: var(--yellow--100);
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.map-nav {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-top: 8px;
  margin-right: 8px;
  text-decoration: none;
  display: flex;
  position: absolute;
  right: 0%;
}

.btn-map-y {
  grid-column-gap: 8px;
  cursor: pointer;
  background-color: #fffdfa;
  border: 1.5px solid #4bcdb4;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  overflow: hidden;
}

.btn-map-y:hover {
  background-color: var(--yellow--100);
}

.btn-map-y.active {
  background-color: var(--yellow--200);
}

.btn-map-y.active.city {
  border-color: var(--green--300);
  background-color: var(--green--300);
}

.btn-map-y.active.city:hover {
  background-color: var(--green--300);
}

.btn-map-y.city:hover {
  background-color: var(--green--100);
}

.l1-b {
  color: #155c4c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.l1-b.white {
  color: var(--yellow--025);
}

.panel-locat {
  z-index: 99;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--yellow--200);
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  position: relative;
  overflow-y: scroll;
}

.panel-locat.city {
  background-color: var(--green--200);
}

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

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

.h4 {
  color: #155c4c;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 140%;
  text-decoration: none;
}

.badge {
  grid-column-gap: 8px;
  border: 1px solid #d29101;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
}

.label-value {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.p2-b {
  color: #155c4c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
}

.img-org {
  object-fit: cover;
  border-radius: 8px;
}

.l2-b {
  color: var(--text--primary--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.accordion-item {
  background-color: var(--yellow--025);
  box-shadow: 5px 5px 0 0 var(--yellow--300);
  border-radius: 8px;
  flex: none;
  width: 100% !important;
  overflow: hidden;
}

.accordion-item.city {
  box-shadow: 5px 5px 0 0 var(--green--250);
}

.accordion-toggle {
  cursor: pointer;
  align-items: center;
  height: auto;
  padding: 8px 8px 8px 16px;
  display: flex;
}

.accordian-content {
  background-color: #0000;
  padding: 4px 16px 16px;
  display: block;
  position: static;
}

.accordion-icon {
  width: 24px;
  height: 24px;
  position: relative;
}

.row-pills {
  grid-column-gap: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.btn-pill {
  grid-column-gap: 8px;
  background-color: var(--yellow--100);
  cursor: pointer;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  overflow: hidden;
}

.btn-pill:hover {
  background-color: var(--yellow--150);
}

.btn-pill.active {
  background-color: var(--yellow--200);
}

.matrix-placeholder {
  width: 100%;
  height: 328px;
}

.list {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--text--primary--dark);
  flex-flow: column;
  margin-bottom: 4px;
  padding-left: 20px;
  display: flex;
}

.message {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  color: var(--text--primary--dark);
}

.snapshot-placeholder {
  border-radius: 8px;
  width: 100%;
  height: 400px;
}

.btn-closepanel {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 60px;
  margin-top: 16px;
  margin-right: -28px;
  display: flex;
  position: absolute;
  right: 0;
}

.panellocatwrapper {
  z-index: 99;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 600px;
  height: 100%;
  position: absolute;
  box-shadow: 1px 1px 8px #1e37281a;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); 
  transform-style: preserve-3d;
  transition: transform 0.5s ease;
}
.panellocatwrapper.closed {
  transform: translate3d(-630px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); 
  transform-style: preserve-3d;
  transition: transform 0.5s ease;
}

.img-tabclose {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.markerplaceholder {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
}

.dropdown-nav {
  cursor: pointer;
}

.logodiv {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
  flex-wrap: wrap;
}

.menudiv {
  align-items: center;
  display: flex;
}

.menu {
  grid-row-gap: 16px;
  background-color: #fffdfa;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: none;
  overflow: hidden;
}

.txtlink-icon {
  grid-column-gap: 2px;
  cursor: pointer;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.humbleiconsexternal-link {
  object-fit: cover;
  overflow: hidden;
}

.counterdiv {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
}

.slide {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-bottom: -10px;
  padding-top: 12px;
  padding-bottom: 10px;
  display: none;
}

.slidehandle {
  background-color: var(--yellow--250);
  border-radius: 4px;
  width: 80px;
  height: 4px;
}

.icon-sm {
  color: var(--green--300);
  margin-right: 0;
  font-size: 12px;
  display: flex;
  position: relative;
}

.dropdown-lang {
  display: flex;
}

.langdiv {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 8px;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.langdiv.homepage {
  padding-right: 0;
  position: absolute;
}

.spacer {
  width: 100%;
}

.langdiv-mobile {
  align-items: center;
  display: none;
}

.section-style {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 128px;
  text-decoration: none;
  display: flex;
}

.container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.grid {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 190px 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: grid;
  position: relative;
}

.menuitems {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -20px;
  padding-top: 32px;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 0;
}

.menulabel {
  color: #155c4c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 170%;
  text-decoration: none;
}

.panelmenubtn {
  grid-column-gap: 8px;
  background-color: #0000;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.panelmenubtn:hover {
  background-color: var(--yellow--150);
}

.content-style {
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  height: auto;
  text-decoration: none;
  display: flex;
}

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

.h2-style {
  color: #155c4c;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: MuseoModerno, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.p3-r {
  color: #155c4c;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 190%;
  text-decoration: none;
}

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

.h3-style {
  color: #155c4c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: MuseoModerno, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}

.grid-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h4-style {
  color: var(--text--primary--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: MuseoModerno, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
}

.logo-placeholder {
  object-fit: contain;
  width: 180px;
  height: 180px;
}

.logo-title {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.footer {
  background-color: #02866c;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 40px;
  text-decoration: none;
  display: flex;
}

.footerlinkdiv {
  grid-column-gap: 48px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footerlink {
  color: var(--yellow--025);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.footerlink:hover {
  color: var(--yellow--200);
}

.btn-footerlink {
  cursor: pointer;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
}

.menusticky {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
}

.dropdown-about {
  cursor: pointer;
  width: 100%;
  display: none;
}

.icon-green300 {
  color: var(--green--300);
}

.dropdown-btn-about {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1.5px solid var(--green--200);
  border-radius: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 12px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  overflow: hidden;
}

.dropdown-btn-about:hover {
  background-color: var(--yellow--100);
}

.dropdown-btn-about.w--open {
  background-color: var(--yellow--025);
  border-radius: 8px;
}

.dropdown-about-list {
  z-index: 99;
  background-color: var(--yellow--025);
  margin-top: 16px;
  left: 50%;
  transform: translate(-50%);
}

.dropdown-about-list.w--open {
  z-index: 99;
  border: 1.5px solid var(--green--200);
  background-color: var(--yellow--025);
  border-radius: 8px;
  width: auto;
  min-width: 194px;
  margin-top: 10px;
}

.l1-b-link {
  color: var(--text--primary--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.l1-b-link:hover {
  color: var(--green--300);
}

.divider-footer {
  background-color: var(--green--200);
  max-width: 540px;
  height: 1px;
  margin-left: 16px;
  margin-right: 16px;
  display: none;
}

.session-hero {
  grid-column-gap: 16px;
  background-color: #faf7f1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px 40px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.display1 {
  color: #155c4c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: MuseoModerno, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.color-bar {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.p0-b {
  color: #155c4c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 178%;
  text-decoration: none;
}

.btn {
  grid-column-gap: 8px;
  background-color: var(--yellow--200);
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 #03816400;
}

.btn.disabled {
  background-color: var(--yellow--150);
  cursor: default;
}

.btn:hover {
  box-shadow: 6px 6px #038164;
}

.btn.disabled:hover {
  box-shadow: 0 0;
}

.btn.secondary {
  border: 2px solid var(--green--300);
  background-color: var(--yellow--025);
}

.session-cards {
  grid-row-gap: 32px;
  background-color: #faf7f0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px 40px 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.card {
  grid-column-gap: 32px;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.hpcard-img {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  margin-top: -20px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.hpcard-img.aligncenter {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-right: 0;
}

.hpcard-textdiv {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  text-decoration: none;
  display: flex;
}

.h1-style {
  color: #155c4c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: MuseoModerno, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.p1-b {
  color: #155c4c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 176%;
  text-decoration: none;
}

.btn1-b {
  color: #155c4c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
  text-decoration: none;
}

.btn1-b.is-white {
  color: var(--yellow--025);
}

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

.container-hp.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column-reverse;
  align-items: center;
  position: relative;
}

.session-relatedproj {
  grid-row-gap: 32px;
  background-color: #faf7f0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px 40px 96px;
  text-decoration: none;
  display: flex;
}

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

.h4-eyebrow {
  color: #155c4e;
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: MuseoModerno, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.btn-sec {
  grid-column-gap: 8px;
  background-color: #fffdfa;
  border: 2px solid #155c4c;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.heroimg-map {
  z-index: 1;
  max-width: none;
  padding-top: 24px;
  display: block;
  position: absolute;
}

.heroimgdiv {
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.heroimg-solarpic {
  z-index: 2;
  border: 1.5px solid var(--green--200);
  border-radius: 16px;
  max-width: none;
  position: absolute;
  bottom: 5%;
  left: 10%;
}

.heroimgwrapper {
  justify-content: center;
  align-items: center;
  width: 900px;
  height: 540px;
  display: flex;
  position: relative;
}

.heroimg-solargraph {
  z-index: 3;
  position: absolute;
  top: 10%;
  left: 35%;
}

.heroimg-solarstat {
  z-index: 4;
  position: absolute;
  bottom: 32%;
  left: 30%;
}

.hpcardimg-map {
  z-index: 1;
  border: 2px solid var(--green--200);
  border-radius: 24px;
  position: absolute;
  left: 0;
  box-shadow: 6px 6px 35px #3f31152e;
}

.hpcardimg-stat {
  z-index: 5;
  margin-top: 150px;
  margin-left: -40px;
  position: relative;
}

.hpcardimg-stat.energy {
  margin-top: 90px;
}

.hpcardimg-related {
  border: 2px solid var(--green--200);
  border-radius: 24px;
  position: relative;
  box-shadow: 6px 6px 35px #3f31152e;
}

.teal {
  background-color: var(--green--200);
  width: 25%;
  height: 8px;
}

.red {
  background-color: #ff5a60;
  width: 25%;
  height: 8px;
}

.grey {
  background-color: #545454;
  width: 25%;
  height: 8px;
}

.yellow {
  background-color: #ffb103;
  width: 25%;
  height: 8px;
}

.color-bar-session {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 448px;
  height: auto;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.heroimg-energypic {
  z-index: 2;
  border: 1.5px solid var(--green--200);
  border-radius: 16px;
  max-width: none;
  position: absolute;
  bottom: 5%;
  left: 10%;
}

.heroimg-energystat {
  z-index: 4;
  position: absolute;
  bottom: 32%;
  left: 30%;
}

.heroimg-energygraph {
  z-index: 3;
  position: absolute;
  top: 10%;
  left: 35%;
}

.utility-page-wrap {
  background-color: var(--yellow--050);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: calc(100vh - 86px);
  max-height: 100%;
  display: flex;
  position: relative;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.div404 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.herobtn {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1.5px solid var(--green--200);
  background-color: var(--yellow--200);
  color: var(--green--300);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 6px 16px 8px;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 26%;
  left: 46%;
}

.herobtn.is-energymap {
  background-color: var(--green--400);
  color: var(--green--200);
}

.icon-26 {
  object-fit: cover;
  flex: none;
  width: 26px;
  height: 26px;
  overflow: hidden;
}

.icon-26.plus, .icon-26.minus {
  opacity: 1;
  position: absolute;
}

.icon-16-hero {
  object-fit: cover;
  flex: none;
  width: 16px;
  height: 16px;
  margin-left: -4px;
  overflow: hidden;
}

.icon-16-hero.plus, .icon-16-hero.minus {
  opacity: 1;
  position: absolute;
}

.herobtn_label {
  color: #155c4c;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
  text-decoration: none;
}

.herobtn_label.is-white {
  color: var(--yellow--025);
}

@media screen and (min-width: 1280px) {
  .herotextdiv {
    width: 40%;
    padding-top: 160px;
  }

  .color-bar {
    width: 100%;
  }

  .btn {
    flex: none;
    width: auto;
  }

  .session-cards {
    padding-top: 24px;
  }

  .hpcard-img {
    justify-content: center;
    align-items: center;
  }

  .container-hp.hero {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
  }

  .heroimg-map {
    top: 42%;
    transform: translate(0, -42%);
  }

  .heroimgdiv {
    width: 50%;
    height: 100vh;
    max-height: 432px;
    padding-top: 32px;
  }

  .heroimgwrapper {
    justify-content: flex-start;
    position: absolute;
    inset: -15% auto auto 0%;
  }

  .heroimg-solargraph {
    top: 10%;
  }

  .hpcardimg-map {
    left: 45%;
    right: auto;
    transform: translate(-50%);
  }

  .hpcardimg-stat {
    margin-left: 120px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }

  .heroimg-energygraph {
    top: 10%;
  }
}

@media screen and (max-width: 1200px) {
  .footer {
    flex-flow: column;
  }


  .herobtn {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .navbar-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo.w--current {
    margin-left: 24px;
  }

  .navbar-menu {
    max-width: unset;
    background-color: var(--yellow--025);
    box-shadow: 0 2px 5px #1e372814;
  }

  .divider-navdrop {
    order: 1;
    width: 100%;
    margin-top: 8px;
  }

  .mappanelwrapper {
    flex-flow: column;
    height: calc(100svh - 60px);
  }

  .panel-overview {
    z-index: 2;
    flex: none;
    width: 100%;
    max-width: none;
    height: 40svh;
    position: relative;
  }

  .panel-locat {
    padding-top: 0;
  }

  .btn-closepanel {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
     display: block;
  }
  .dropdown-nav {
    display: none;
  }

  .icon-25 {
    color: var(--green--400);
  }

  .logodiv {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menudiv {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    flex: none;
    align-items: center;
    padding-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .menu {
    grid-row-gap: 0px;
    padding-top: 8px;
    display: flex;
  }

  .counterdiv {
    justify-content: center;
    align-items: center;
    padding-bottom: 8px;
    display: flex;
  }
  .langdiv {
    display: none;
  }

  .langdiv.homepage {
    display: flex;
  }

  .langdiv-mobile {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-bottom: 8px;
    display: flex;
  }
  .navbar-menu {
    max-width: unset;
    background-color: var(--yellow--025);
    box-shadow: 0 2px 5px #1e372814;
  }
  
  .divider-navdrop {
    order: 1;
    width: 100%;
    margin-top: 8px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo404 {
    margin-left: 24px;
  }

  .mappanelwrapper {
    flex-flow: column-reverse;
    height: calc(100svh - 60px);
  }

  .panel-overview {
    z-index: 2;
    flex: none;
    width: 100%;
    max-width: none;
    height: 40svh;
    position: relative;
  }

  .panel-locat {
    padding-top: 0;
  }

  .btn-closepanel {
    display: none;
  }

  .panellocatwrapper {
    width: 100%;
    max-width: none;
    transform: translate3d(0px, 0svh, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
  }
  .panellocatwrapper.closed {
    transform: translate3d(0px, 110svh, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
  }

  .slide {
    display: flex;
  }

  .slidehandle.city {
    background-color: var(--green--250);
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
  }

  .footer {
    flex-flow: column;
  }

  .dropdown-about {
    display: none;
  }

  .divider-footer {
    order: 1;
    width: 100%;
    margin-top: 8px;
  }

  .session-hero {
    padding-top: 32px;
  }

  .herotextdiv {
    z-index: 99;
    position: relative;
  }

  .session-cards {
    padding-top: 0;
  }

  .card {
    grid-row-gap: 32px;
    flex-flow: column;
    padding-top: 0;
  }

  .card.is-reverse {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column-reverse;
  }

  .hpcard-img {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: -20px;
  }

  .hpcard-textdiv {
    width: 100%;
  }

  .container-hp {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .session-relatedproj {
    padding-top: 32px;
  }

  .heroimgdiv {
    margin-top: -16px;
  }

  .heroimgwrapper {
    width: 100%;
    height: 560px;
  }

  .hpcardimg-map {
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .hpcardimg-stat {
    margin-top: 140px;
    margin-left: 310px;
  }

  .color-bar-session {
    padding-bottom: 16px;
  }

  .utility-page-wrap {
    height: calc(100vh - 142px);
  }
}

@media screen and (max-width: 767px) {
  .section-style {
    padding-bottom: 88px;
  }

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

  .menuitems {
    padding-top: 0;
    display: none;
  }

  .h2-style {
    width: calc(100% - 16px);
  }

  .h2-style.about-scrolladj, .h3-style.about-scrolladj {
    margin-top: -88px;
    padding-top: 88px;
  }

  .footerlinkdiv {
    grid-column-gap: 32px;
    justify-content: center;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 8px;
  }

  .btn-footerlink {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .dropdown-about {
    background-color: var(--yellow--050);
    padding: 24px 16px;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .dropdown-btn-about {
    padding-left: 16px;
  }

  .dropdown-about-list.w--open {
    width: calc(100% - 32px);
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .l1-b-link {
    font-weight: 800;
  }

  .session-hero {
    padding: 24px;
  }

  .display1 {
    font-size: 52px;
  }

  .p0-b {
    font-size: 18px;
  }

  .session-cards {
    padding-left: 24px;
    padding-right: 24px;
  }

  .h1-style {
    font-size: 44px;
  }

  .session-relatedproj {
    padding-left: 24px;
    padding-right: 24px;
  }

  .h4-eyebrow {
    font-size: 22px;
  }

  .heroimg-map {
    width: 450px;
  }

  .heroimg-solarpic {
    border-width: 2px;
    width: 170px;
    bottom: 3%;
    left: 0%;
  }

  .heroimgwrapper {
    max-width: 520px;
    height: 340px;
    margin-left: 8px;
  }

  .heroimg-solargraph {
    width: 180px;
    top: 14%;
    left: 50%;
  }

  .heroimg-solarstat {
    width: 140px;
  }

  .heroimg-energypic {
    width: 170px;
    bottom: 3%;
    left: 0%;
  }

  .heroimg-energystat {
    width: 140px;
  }

  .heroimg-energygraph {
    width: 180px;
    top: 18%;
    left: 50%;
  }

  .herobtn, .herobtn.is-energymap {
    bottom: 22%;
    left: 50%;
  }

  .herobtn_label {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .logo404 {
    margin-left: 16px;
  }

  .viewcountwrapper {
    margin-top: 16px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .viewcountwrapper.light {
    margin-top: 8px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .divider-navdrop {
    order: 0;
  }

  .grid-2col, .grid-3col, .grid-3col.pb-8 {
    grid-template-columns: 1fr;
  }

  .info {
    flex-flow: column;
  }

  .label-value.smstack {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .img-org {
    object-fit: contain;
    padding-top: 8px;
  }

  .counterdiv {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .section-style {
    padding-bottom: 64px;
  }

  .divider-footer {
    order: 0;
    display: block;
  }

  .session-hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .session-cards {
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .session-relatedproj {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heroimgwrapper {
    margin-left: 0;
  }

  .hpcardimg-map {
    width: 100%;
    max-width: 350px;
  }

  .hpcardimg-stat {
    max-width: 50%;
    margin-top: 70px;
    margin-left: 220px;
  }

  .utility-page-wrap {
    height: calc(100vh - 226px);
  }

  .utility-page-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .herobtn, .herobtn.is-energymap {
    bottom: 16%;
    left: auto;
    right: 4%;
  }
}

#w-node-_10882983-7446-1f5a-f367-4a69cd1c204d-bbf07352, #w-node-_5e1a6a98-3160-2401-be10-0512488aa591-bbf07352 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


