@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-Regular.woff2') format("woff2"), url('../fonts/EudoxusSans-Regular.woff') format("woff"), url('../fonts/EudoxusSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-ExtraLight.woff2') format("woff2"), url('../fonts/EudoxusSans-ExtraLight.woff') format("woff"), url('../fonts/EudoxusSans-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-ExtraBold.woff2') format("woff2"), url('../fonts/EudoxusSans-ExtraBold.woff') format("woff"), url('../fonts/EudoxusSans-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-Bold.woff2') format("woff2"), url('../fonts/EudoxusSans-Bold.woff') format("woff"), url('../fonts/EudoxusSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-Light.woff2') format("woff2"), url('../fonts/EudoxusSans-Light.woff') format("woff"), url('../fonts/EudoxusSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-Medium.woff2') format("woff2"), url('../fonts/EudoxusSans-Medium.woff') format("woff"), url('../fonts/EudoxusSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-outline: #e2e7f1;
  --body-display: #6e7488;
  --dark: #090b19;
  --steel-blue: #2b7abb;
  --pin-stripe: #f3f6fc;
  --steel-blue-2: #3bae5e;
  --black: #0d0d0d;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25em;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6em;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: 3px solid var(--dark-outline);
  color: var(--body-display);
  background-color: #ffffffa6;
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 18px 24px;
  font-size: 18px;
  line-height: 1.6em;
}

.section {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.section.dark {
  z-index: 10;
  background-color: var(--dark);
  color: #fff;
}

.section.no-verticle-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-verticle-padding.clip {
  padding-bottom: 30px;
}

.section.video-section {
  z-index: 10;
  color: #fff;
  padding-top: 240px;
  padding-bottom: 160px;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.no-bottom-padding {
  padding-bottom: 0;
}

.section.no-bottom-padding.clip.fff {
  padding-top: 0;
  padding-bottom: 120px;
}

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

.section.ggg {
  padding-bottom: 60px;
}

.background-cover {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-image {
  z-index: 1;
  background-image: url('../images/Space002.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-image.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.background-image.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.background-image.testimonial-003 {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 10%;
}

.background-image.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.background-image.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.background-image._1 {
  background-image: url('../images/ppc02040323.jpg');
  border: 1px solid #0000001a;
  box-shadow: 0 2px 5px #0003;
}

.background-image._2 {
  outline-offset: 0px;
  background-image: url('../images/v991-au-046.jpg');
  border: 1px solid #0000001a;
  outline: 3px #090b19;
  box-shadow: 0 2px 5px #0003;
}

.background-image._3 {
  background-image: url('../images/determine.jpeg');
  border: 1px solid #0000001a;
  box-shadow: 0 2px 5px #0003;
}

.image-overlay {
  z-index: 1;
  background-color: #090b194d;
  position: absolute;
  inset: 0%;
}

.image-overlay.light-overlay {
  background-color: #090b1926;
}

.image-overlay.dark-overylay {
  background-color: #090b1973;
}

.navbar {
  background-color: #ddd0;
  justify-content: center;
  height: 75px;
  padding-left: 5vw;
  padding-right: 5vw;
  font-family: Inter, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  position: relative;
}

.wrapper.navbar-wrapper {
  border: 1px solid #f3f6fc;
  border-top: 1px #f3f6fc00;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.wrapper.iii {
  margin-top: 30px;
}

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

.nav-link2 {
  color: var(--dark);
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link2:hover {
  color: var(--steel-blue);
}

.nav-link2.w--current {
  color: var(--dark);
}

.nav-link2.bottom {
  padding-left: 10px;
  padding-right: 10px;
}

.left-navbar {
  z-index: 30;
  border: 1px none var(--pin-stripe);
  letter-spacing: -.03em;
  background-color: #fff;
  justify-content: space-between;
  width: 33.33%;
  min-width: 275px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.menu-wrapper {
  border: 1px #f3f6fc00;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: 33.33%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu {
  z-index: 10;
  border: 1px #f3f6fc00;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.brand {
  color: var(--dark);
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 24px;
  font-size: 22px;
  display: flex;
}

.body {
  color: var(--dark);
  font-family: Open Sans, sans-serif;
}

.full-menu-button {
  border-right: 1px solid var(--pin-stripe);
  border-left: 1px solid var(--pin-stripe);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-right: -.5px;
  padding: 26px;
  display: flex;
}

.stripe-wrapper {
  z-index: 5;
  justify-content: center;
  width: 100vw;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.stripe-container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.pin-stripe {
  background-color: var(--pin-stripe);
  width: 1px;
}

.pin-stripe.white {
  background-color: #ffffff1f;
}

.hero-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.xxl-heading {
  letter-spacing: -.05em;
  margin-right: 1px;
  font-size: 78px;
}

.clip {
  position: relative;
  overflow: hidden;
}

.page-wrapper {
  z-index: 15;
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  min-height: 100vh;
  position: relative;
}

.banner-wrapper {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-intro {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
  position: relative;
}

.large-heading {
  text-transform: none;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  line-height: 1.15em;
}

.large-heading.e {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
}

.body-display {
  color: var(--body-display);
  font-size: 16px;
  line-height: 1.6em;
}

.body-display.white {
  color: #ffffffe6;
}

.body-display.large {
  font-size: 18px;
}

.body-display.h {
  color: var(--body-display);
  margin-bottom: 100px;
  font-weight: 400;
}

.body-display.ww {
  margin-bottom: 20px;
}

.project-item {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  height: 30vw;
  min-height: 300px;
  max-height: 465px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.horizontal-line {
  background-color: var(--dark-outline);
  flex: 1;
  height: 1px;
  margin-left: 18px;
}

.horizontal-line.white {
  background-color: #ffffff1f;
}

.button {
  border: 1px solid var(--steel-blue);
  background-color: var(--steel-blue);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  border-color: var(--dark-outline);
  background-color: var(--dark-outline);
  color: var(--dark);
}

.button.small {
  padding: 9px 18px;
  font-size: 9px;
}

.button.solid-white {
  color: var(--dark);
  background-color: #fff;
  border-color: #fff;
}

.button.solid-white:hover {
  background-color: var(--dark-outline);
}

.button.white-outline {
  background-color: #090b1900;
  border-style: solid;
  border-color: #ffffffbf;
  font-family: Inter, sans-serif;
}

.button.white-outline:hover {
  border-color: var(--dark);
  background-color: var(--dark);
  color: #fff;
}

.button.white-outline.e {
  width: 30%;
}

.button.white-outline.e:hover {
  border-color: var(--steel-blue);
  background-color: var(--steel-blue);
}

.button.grey-outline {
  border-color: var(--dark-outline);
  color: var(--dark);
  background-color: #090b1900;
}

.button.grey-outline:hover {
  border-color: var(--dark);
  background-color: var(--dark);
  color: #fff;
}

.button.grey-outline.small:hover {
  border-color: var(--steel-blue);
  background-color: var(--steel-blue);
}

.navigation-cover {
  border-left: 1px solid var(--pin-stripe);
  background-color: #fff;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  margin-left: -1px;
  margin-right: -5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.testimonial-arrow {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #090b1980;
  border-right: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 50%;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  display: flex;
  inset: auto auto 0% 0;
}

.testimonial-arrow.right-arrow {
  border-bottom: 1px solid #ffffff1a;
  top: 0;
  bottom: auto;
  right: auto;
}

.slider-dots {
  display: none;
}

.testimonial-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 550px;
  display: grid;
}

.testimonial-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 48px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.rotate-text {
  transform: rotate(-90deg);
}

.stacked-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.stacked-description.large {
  grid-row-gap: 24px;
}

.stacked-description.horizontal {
  grid-column-gap: 12px;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  width: 100%;
}

.stacked-description.short {
  grid-row-gap: 12px;
  padding-right: 0;
}

.credits-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #fff;
  grid-template: ". . . ."
                 ". . Area Area"
                 / auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: stretch;
  width: auto;
  padding: 60px 48px;
  display: grid;
  box-shadow: 0 2px 5px #0003;
}

.credits-wrapper.j {
  border: 3px none var(--steel-blue);
  margin-top: 30px;
  display: block;
}

.page-info-ribbon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: block;
}

.credit-item {
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.card-hover-item {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px none var(--pin-stripe);
  background-color: var(--steel-blue-2);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card-hover-item.no-top-border {
  border-top-style: none;
}

.card-hover-item.no-borders {
  border-top-style: none;
  border-bottom-style: none;
}

.card-hover-item.ww {
  background-color: #fff;
}

.icon {
  z-index: 10;
  background-color: var(--pin-stripe);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  display: flex;
  position: relative;
}

.subtitle-wrapper {
  margin-bottom: 18px;
  overflow: hidden;
}

.subtitle-wrapper.small-subtitle {
  margin-bottom: 12px;
}

.subtitle {
  z-index: 10;
  background-color: var(--steel-blue-2);
  color: var(--dark);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 800;
  display: inline-block;
  position: relative;
}

.subtitle.small {
  font-size: 12px;
}

.subtitle.white {
  color: #fff;
  background-color: #0000;
}

.subtitle.white.aa {
  margin-top: 30px;
}

.subtitle.quote-credit {
  border-left: 2px solid var(--dark);
  margin-left: -1px;
  padding-left: 18px;
}

.subtitle.grey {
  color: #000;
  background-color: #fff;
  text-decoration: none;
}

.subtitle.wh {
  color: #fff;
}

.tripple-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 2.5fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.tripple-grid.no-margin {
  margin-bottom: 0;
}

.tripple-grid._22 {
  margin-bottom: 40px;
}

.section-bottom-cover {
  z-index: 20;
  background-color: #fff;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.intro-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.services-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-top: 1px solid var(--pin-stripe);
  border-right: 1px solid var(--pin-stripe);
  border-left: 1px solid var(--pin-stripe);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-grid.two-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-style: none;
  grid-template-rows: minmax(36px, auto);
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(36px, auto);
}

.services-grid.top-border {
  border-top: 1px solid var(--pin-stripe);
  border-left-style: none;
  border-right-style: none;
}

.card-circle {
  background-color: var(--pin-stripe);
  border-radius: 100%;
  width: 6vw;
  max-width: 800px;
  height: 6vw;
  max-height: 800px;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.card-circle.white {
  background-color: #fff;
}

.card-circle.overlay {
  background-color: #090b1959;
}

.heading {
  z-index: 10;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.menu-lottie {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logos-headline {
  color: var(--body-display);
  align-items: center;
  display: flex;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link-wrapper.video-link-wrapper {
  margin-left: -24px;
  position: relative;
  inset: 0 0 0 0;
}

.hover-link-wrapper.project-view-link {
  position: relative;
  bottom: auto;
  right: auto;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.dual-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .85fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.video-info {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.project-categories-wrapper {
  z-index: 20;
  justify-content: center;
  width: 100%;
  min-height: 156px;
  margin-top: -36px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  overflow: visible;
}

.large-menu-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  background-color: var(--pin-stripe);
  flex-direction: column;
  grid-template-rows: 75px auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 25px;
  display: grid;
  position: relative;
}

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

.project-collection-item:nth-child(odd) {
  margin-top: 60px;
  margin-bottom: 80px;
}

.project-categories {
  background-color: var(--pin-stripe);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 36px;
  display: flex;
}

.project-card-info {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px 24px;
  display: flex;
  position: relative;
}

.project-hover-link-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-info-top {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-info-top.team-info {
  flex-direction: row;
  justify-content: space-between;
}

.project-info-bottom {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.categories-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  height: 100%;
  display: grid;
}

.category-collection-list-wrapper {
  background-color: var(--pin-stripe);
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.projects-search-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  height: 75px;
  display: grid;
}

.search {
  border: 1px solid var(--dark-outline);
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 3px;
  display: flex;
  overflow: hidden;
}

.search-input {
  border: 1px #000;
  min-height: 42px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 13px;
  font-weight: 300;
}

.search-input::placeholder {
  color: var(--body-display);
}

.search-wrapper {
  padding-left: 24px;
  padding-right: 24px;
}

.search-button {
  background-color: var(--dark);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 0 32px;
  font-size: 9px;
}

.mega-category-list {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
}

.mega-category-list.middle {
  border-right: 1px solid var(--dark-outline);
  border-left: 1px solid var(--dark-outline);
}

.mega-menu {
  z-index: 25;
  border-style: none none none solid;
  border-width: 1px;
  border-color: var(--pin-stripe);
  background-color: var(--pin-stripe);
  margin-left: -1px;
  margin-right: -1px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.mega-menu-overlay {
  z-index: 20;
  background-color: #090b1980;
  display: none;
  position: fixed;
  inset: 0%;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.collection-list.two-columns {
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  align-items: stretch;
}

.team-collection-item {
  flex-direction: column;
}

.team-collection-item:nth-child(2n) {
  margin-top: 80px;
  margin-bottom: 80px;
}

.team-collection-item:last-child {
  margin-top: 160px;
}

.team-collection-item.two-column-item:nth-child(2n) {
  margin-top: 80%;
  margin-bottom: -20%;
}

.team-collection-item.two-column-item:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

.team-social-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.team-social-icon {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 10px;
  display: flex;
}

.team-social-icon.outline {
  border: 1px solid var(--dark-outline);
}

.team-social-icon.small {
  width: 30px;
  height: 30px;
  padding: 7px;
}

.featured-news-list {
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px none var(--pin-stripe);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.post-list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 36px;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  min-height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 1.25em;
  text-decoration: none;
  display: grid;
}

.post-list-item.category-list-item {
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  min-height: 80px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
}

.collection-list-item {
  border-top: 1px #000;
  border-bottom: 1px solid var(--pin-stripe);
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list-item:nth-child(odd) {
  border-bottom-style: solid;
}

.collection-list-item:nth-child(2n) {
  margin-top: 48px;
  margin-bottom: -48px;
}

.inner-page-hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: .25fr auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-bottom: 24px;
  display: grid;
}

.team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  min-height: 30vh;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.mission-column {
  align-items: center;
  display: flex;
}

.navigation-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-menu-wrapper {
  z-index: 10;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: visible;
}

.banner-items {
  background-color: var(--pin-stripe);
  white-space: nowrap;
  align-items: center;
  height: 120px;
  display: flex;
  overflow: hidden;
}

.banner-items.project-categories {
  background-color: #0000;
}

.banner-items.template-credit {
  height: auto;
  overflow: visible;
}

.services-dual-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.sticky-services-menu {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.sticky-services-menu.left-side {
  border-right: 1px solid var(--pin-stripe);
  margin-right: -.5px;
}

.sticky-services-menu.extra-top-margin {
  top: 148px;
}

.menu-list-item {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  color: var(--body-display);
  letter-spacing: -.03em;
  white-space: normal;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.25em;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.menu-list-item:hover {
  color: var(--dark);
}

.menu-list-item.w--current {
  color: var(--dark);
  padding-left: 36px;
}

.menu-list-item.white {
  color: #fff;
  cursor: pointer;
  border-top-color: #ffffff26;
  border-bottom-color: #ffffff26;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
}

.menu-list-item.white.small {
  padding-top: 19px;
  padding-bottom: 19px;
}

.menu-list-item.small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu-list-item.discovery-item {
  border: 1px #000;
  width: 100%;
  height: 100%;
}

.menu-list-item.dark {
  background-color: var(--dark);
  color: #fff;
}

.service-menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-menu-list.white {
  border-top-color: #ffffff26;
  width: 100%;
  margin-left: 1px;
  margin-right: 1px;
}

.list-heading-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.scrolling-text {
  align-items: center;
  height: 100%;
  display: flex;
}

.dark-dot {
  background-color: var(--dark);
  border-radius: 100px;
  width: 4px;
  min-width: 4px;
  height: 4px;
  min-height: 4px;
  margin-left: 6px;
  margin-right: 10px;
}

.mega-social-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.services-menu-hide-cover {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0% 0;
}

.team-portrait-wrapper {
  min-height: 475px;
  position: relative;
  overflow: hidden;
}

.rich-text {
  color: var(--body-display);
  font-size: 16px;
}

.rich-text h2 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 18px;
  line-height: 1.25em;
}

.rich-text h4 {
  color: var(--dark);
  margin-top: 18px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.25em;
}

.rich-text h3 {
  color: var(--dark);
  margin-top: 24px;
  margin-bottom: 18px;
  line-height: 1.25em;
}

.rich-text h5 {
  color: var(--dark);
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 1.25em;
}

.rich-text h6 {
  color: var(--dark);
  font-size: 14px;
  line-height: 1.3em;
}

.rich-text h1 {
  color: var(--dark);
}

.rich-text p {
  margin-bottom: 16px;
}

.right-grid-intro {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.blog-card-image-wrapper {
  z-index: 1;
  width: 100%;
  min-height: 225px;
  position: relative;
  overflow: hidden;
}

.post-card-description {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 48px;
  color: var(--dark);
  cursor: pointer;
  border: 1px solid #adadad4d;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: space-between;
  padding: 36px 36px 24px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.mega-menu-list-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--dark-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.post-card-info {
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-middle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: center;
  width: 100vw;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
}

.left-preloader {
  border-bottom: 1px solid var(--pin-stripe);
  background-color: #fff;
  width: 100%;
}

.middle-preloader {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.right-preloader {
  border-bottom: 1px solid var(--pin-stripe);
  background-color: #fff;
  width: 100%;
}

.stripe-preloader {
  border-right: 1px solid var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  background-color: #fff;
  width: 33.33%;
}

.stripe-preloader.left {
  border-left: 1px solid var(--pin-stripe);
}

.grid-wrapper {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: minmax(5vw, 1fr);
  grid-auto-flow: row;
  place-content: space-between;
  place-items: stretch start;
  width: 100%;
  display: grid;
  position: relative;
}

.grid-wrapper.projects-search {
  z-index: 15;
  flex: 0 auto;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  right: auto;
  overflow: hidden;
}

.grid-wrapper.fixed {
  z-index: 25;
  align-content: end;
  align-items: end;
  max-height: 0;
}

.grid-wrapper.two-row {
  flex: 0 auto;
  grid-template-rows: 1fr auto;
  align-content: space-between;
}

.hero-bottom-feature {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  color: var(--dark);
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 33.33%;
  padding: 0;
}

.featured-project-column {
  background-color: var(--pin-stripe);
  color: var(--body-display);
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 11px;
  display: flex;
}

.hero-feature-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 36px;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 36px;
  text-decoration: none;
  display: grid;
}

.card-button-wrapper {
  display: flex;
}

.feature-card-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-rows: minmax(44px, auto) minmax(102px, auto) minmax(103px, auto) minmax(103px, auto) minmax(103px, auto) minmax(36px, auto);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(106px, auto);
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-credits {
  font-size: 13px;
  font-weight: 400;
}

.project-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.hero-background-image {
  background-image: url('../images/samo-ambiente.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero-background-image.team-background {
  background-image: url('../images/Team004.jpeg');
  background-position: 50% 0;
}

.hero-background-image.projects-background {
  background-image: url('../images/Space008.jpeg');
  background-position: 50% 40%;
}

.hero-background-image.services-background {
  background-image: url('../images/Space007.jpeg');
}

.hero-background-image.services-background.dete {
  background-image: url('../images/determine.jpeg');
}

.hero-background-image.services-background.dete.bil {
  background-image: url('../images/bilanci.jpg');
}

.hero-background-image.services-background.dete.bil.bandi {
  background-image: url('../images/bandi-e-gare.jpeg');
}

.hero-background-image.services-background.dete.bil.bandi.contr {
  background-image: url('../images/determine.jpeg');
}

.hero-background-image.services-background.dete.rr {
  background-color: var(--steel-blue-2);
  background-image: none;
}

.hero-background-image.services-background.organi {
  background-image: url('../images/1382.jpg');
}

.hero-background-image.services-background.organi.racc {
  background-image: url('../images/raccolta-e-trasporto-di-rifiuti-urbani.jpeg');
  background-position: 50%;
}

.hero-background-image.services-background.organi.racc.diff {
  background-image: url('../images/rac1.jpeg');
}

.hero-background-image.services-background.organi.racc.diff.dera {
  background-image: url('../images/dera.jpeg');
}

.hero-background-image.services-background.organi.racc.diff.dera.bg {
  background-image: url('../images/raccolta-e-trasporto-di-rifiuti-urbani.jpeg');
}

.hero-background-image.services-background.organi.racc.diff.dera.bg.dd {
  background-image: url('../images/Screenshot-2024-01-10-alle-16.46.32-min.png');
}

.hero-background-image.services-background.sicur {
  background-image: url('../images/uomo-lavoratore-con-casco-sullo-sfondo-min.jpg');
}

.hero-background-image.contact-background {
  background-image: url('../images/Space007.jpeg');
}

.hero-background-image.news-background {
  background-image: url('../images/Space006.jpeg');
}

.hero-background-image.news-background.news {
  background-image: url('../images/newssamo.webp');
}

.hero-background-image._404-background {
  background-image: url('../images/Space012.jpeg');
}

.hero-background-image.password-background {
  background-image: url('../images/Space007.jpeg');
}

.hero-background-image.search-background {
  background-image: url('../images/Space002.jpeg');
}

.project-details-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 1px;
  margin-right: 1px;
  display: grid;
  position: relative;
}

.project-detail-item {
  border-top: 1px solid #ffffff1f;
  border-left: 1px #ffffff1f;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px 12px 48px 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.project-detail-item.middle-item {
  border-left-style: solid;
  border-left-color: #ffffff1f;
}

.project-detail-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.featured-project-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffff26;
  border-top: 2px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-gallery-wrapper {
  z-index: 15;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.gallery-items-wrapper {
  z-index: 20;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 123px;
  padding-bottom: 48px;
  padding-right: 6px;
  display: flex;
  position: relative;
  overflow: visible;
}

.more-projects-wrapper {
  z-index: 25;
  flex-direction: column;
  justify-content: flex-end;
  height: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.fly-out-button {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--pin-stripe);
  white-space: nowrap;
  cursor: pointer;
  border-top: 1px #ffffff1f;
  grid-template-rows: auto;
  grid-template-columns: 5vw 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 33.33%;
  max-width: 33.33%;
  height: 48px;
  max-height: 48px;
  padding: 0 5vw 0 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.fly-out-button.on-click {
  z-index: 50;
  background-color: #fff;
}

.fly-out-button.off-click {
  z-index: 50;
  width: 100%;
  max-width: 100%;
}

.projects-lottie {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.project-search-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(100px, 1fr);
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(100px, 1fr);
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.project-search-collection {
  flex-direction: column;
  flex: 1;
  padding-right: 12px;
  display: flex;
  overflow: auto;
}

.project-search-collection-item {
  border-bottom: 1px solid var(--dark-outline);
  width: 100%;
  display: flex;
  overflow: hidden;
}

.project-search-collection-item:first-child {
  border-top: 1px solid var(--dark-outline);
}

.project-search-collection-item:last-child {
  border-bottom-style: none;
}

.project-description-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-description {
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  background-color: var(--pin-stripe);
  color: var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 60px;
  display: grid;
  position: relative;
}

.project-description.top-grey-border {
  border-top: 1px solid var(--dark-outline);
}

.project-features, .general-collection-wrapper {
  padding-top: 80px;
}

.projects-lottie-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14px;
  display: flex;
}

.project-gallery-overlay {
  z-index: 5;
  background-color: #090b1980;
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.news-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.news-list-item {
  border-bottom: 1px none var(--pin-stripe);
}

.news-list-item:nth-child(2n) {
  margin-top: 80px;
  margin-bottom: 80px;
}

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

.pagination-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(0, auto);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  align-items: center;
  display: grid;
}

.large-search-wrapper {
  background-color: #fff;
  border-radius: 100px;
  width: 50%;
  margin-bottom: 0;
  padding: 4px;
  display: flex;
}

.large-search-input {
  background-color: #fff0;
  border: 1px #000;
  border-radius: 100px;
  min-height: 48px;
  margin-bottom: 0;
  padding-left: 24px;
}

.large-search-button {
  background-color: var(--dark);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 11px;
}

.search-results-info {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-result-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-result-item {
  width: 100%;
  padding: 0;
}

.search-results-link {
  border-right: 1px solid var(--pin-stripe);
  border-bottom: 1px solid var(--dark-outline);
  border-left: 1px solid var(--pin-stripe);
  color: var(--dark);
  padding: 48px 36px 48px 24px;
  text-decoration: none;
  transition: background-color .4s linear;
}

.search-results-link:hover {
  background-color: #fff;
}

.search-result-wrapper {
  border-top: 1px solid var(--dark-outline);
  background-color: var(--pin-stripe);
  padding-top: 0;
}

.results-help-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: var(--dark);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  display: grid;
}

.author-post-item {
  grid-column-gap: 24px;
  grid-row-gap: 9px;
  border-bottom: 1px solid var(--pin-stripe);
  color: var(--body-display);
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 18px 24px;
  text-decoration: none;
  transition: color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.author-post-item:hover {
  color: var(--dark);
}

.list-item-arrow {
  width: 18px;
  min-width: 18px;
}

.list-item-text {
  color: var(--body-display);
  text-transform: none;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.list-item-text._2 {
  text-align: left;
  margin-bottom: 20px;
}

.list-item-text.r {
  color: var(--pin-stripe);
}

.gallery-heading {
  white-space: nowrap;
  padding-left: 24px;
}

.author-card {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 24px;
  padding-left: 24px;
  display: grid;
}

.author-avatar {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100px;
  height: 100px;
}

.empty-state {
  background-color: #0000;
}

.empty-collection {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: var(--pin-stripe);
  text-align: center;
  white-space: normal;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding: 36px;
  display: grid;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.text-field {
  border: 1px solid var(--dark-outline);
  background-color: #ffffffa6;
  border-radius: 2px;
  min-height: 54px;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  background-color: #fff;
  border-color: #d4ddee;
}

.text-field::placeholder {
  color: var(--body-display);
}

.text-field.large {
  min-height: 140px;
}

.text-field.light {
  color: #fff;
  background-color: #ffffff14;
  border-color: #ffffff29;
}

.text-field.light:focus {
  background-color: #fff0;
  border-color: #fff;
}

.text-field.light::placeholder {
  color: #ffffffd9;
}

.submit-button {
  background-color: var(--dark);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  min-width: 160px;
  padding: 16px 32px;
  font-size: 12px;
}

.submit-button.white {
  color: var(--dark);
  background-color: #fff;
}

.utility-message {
  background-color: #0000;
  height: 100%;
  margin-top: auto;
  padding: 0;
}

.success-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border: 1px solid var(--dark-outline);
  background-color: #ffffffd9;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 340px;
  padding: 60px;
  display: grid;
}

.success-wrapper.dark {
  color: #fff;
  background-color: #fff0;
  border-style: none;
  align-content: center;
  height: 100%;
}

.error-message {
  background-color: var(--dark-outline);
  color: var(--dark);
  margin-top: 0;
  padding: 12px 18px;
}

.discovery-button-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fly-out-button-wrapper {
  margin-left: -5vw;
  padding-left: 5vw;
  display: flex;
  overflow: hidden;
}

.services-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  display: grid;
}

.service-examples-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-info {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mission-description {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 30vw;
  min-height: 300px;
  max-height: 465px;
  padding-bottom: 20%;
  padding-left: 24px;
  display: grid;
}

.about-quote {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  height: 30vw;
  min-height: 300px;
  max-height: 465px;
  padding-top: 20%;
  padding-left: 24px;
  display: grid;
}

.project-gallery-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  display: grid;
}

.project-gallery-image:nth-child(odd) {
  margin-top: 160px;
  margin-bottom: 36px;
}

.project-schowcae-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 160px;
  margin-bottom: 36px;
  display: grid;
}

.tablet-mobile-menu, .tablet-mobile-nav-links {
  display: none;
}

.image-cover {
  z-index: 20;
  background-color: #fff;
  justify-content: center;
  width: 0%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.image-cover-wrapper {
  z-index: 15;
  width: 66.66%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.image-cover-wrapper.right-side {
  justify-content: flex-end;
  display: flex;
  inset: 0% 0% 0% auto;
}

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

.template-screen {
  z-index: 10;
  border: 1px solid var(--pin-stripe);
  flex-direction: row;
  width: 100%;
  margin-bottom: 6px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.feature-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.template-showcase-grid {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-rows: minmax(80px, auto) minmax(80px, auto);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(80px, auto);
  grid-auto-columns: 1fr;
  display: grid;
}

.page-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 120px;
  display: grid;
  overflow: hidden;
}

.page-info.no-clip {
  overflow: visible;
}

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

.project-discovery-cover {
  z-index: 10;
  background-color: var(--pin-stripe);
  width: 100%;
}

.project-discovery-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-discovery-list {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.screen-image {
  width: 100%;
  max-width: none;
  height: 100%;
}

.client-quote-credit {
  border-left: 2px solid #fff;
  margin-left: -24px;
  padding-left: 24px;
}

.news-category-item {
  border-bottom: 1px none var(--pin-stripe);
}

.background-banner {
  background-image: url('../images/Space002.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 116%;
  position: absolute;
  inset: auto 0%;
}

.background-banner.video-banner {
  background-image: url('../images/riciclo-rifiuti-soggetti-1600x520.jpg');
  background-position: 0 0;
  background-attachment: scroll;
}

.background-banner.projects-banner {
  background-image: url('../images/samo-ambiente.jpeg');
}

.background-banner.team-banner {
  background-image: url('../images/Team006.jpeg');
}

.background-banner.service-1-banner {
  background-image: url('../images/Space006.jpeg');
}

.background-banner.service-2-banner {
  background-image: url('../images/Space025.jpeg');
}

.background-banner.service-3-banner {
  background-image: url('../images/Space021.jpeg');
}

.background-banner.newsletter-banner {
  background-image: url('../images/Space002.jpeg');
  background-position: 0%;
}

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

.newsletter-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.dark-cover {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.newsletter-form-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  color: #fff;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.newsletter-intro {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  background-color: var(--pin-stripe);
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 60px 36px;
  display: grid;
  position: relative;
}

.form-block {
  z-index: 20;
  margin-bottom: 0;
  position: relative;
}

.form-column {
  flex-direction: row;
  display: flex;
}

.form-column.right {
  padding-left: 24px;
  padding-right: 24px;
}

.radio-button {
  border-color: #fff;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 18px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.radio-button.w--redirected-checked {
  box-shadow: none;
  background-color: #fff;
  border-color: #fff;
  transform: scale(1.3);
}

.field-label {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.checklist {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checklist-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.checklist-icon {
  -webkit-text-stroke-color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 0;
  display: flex;
}

.radio-item {
  cursor: pointer;
  border-bottom: 1px solid #ffffff1f;
  align-items: center;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  font-size: 16px;
  display: flex;
}

.button-text {
  z-index: 10;
  position: relative;
}

.menu-collection-list-item {
  border-bottom: 1px solid var(--dark-outline);
}

.empty-search-results {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: grid;
}

.sticky-section {
  z-index: 200;
  justify-content: center;
  align-items: stretch;
  height: 0;
  margin-bottom: 120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: sticky;
  top: 75px;
}

.page-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 650px;
  padding-top: 120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-hero.eee {
  min-height: 300px;
  padding-top: 0;
}

.projects-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 750px;
  padding-top: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.password-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 100vh;
  padding-top: 36px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

._404-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 650px;
  padding-top: 36px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-description {
  padding-right: 24px;
}

.about-description {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 24px;
  display: grid;
}

.category-description {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  max-width: 250px;
  display: grid;
}

.category-link {
  text-align: center;
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 120px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-card {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 36px;
  display: grid;
}

.banner-categories {
  width: 100%;
  height: 100%;
  padding-top: 36px;
  overflow: hidden;
}

.minimal-card {
  z-index: 10;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  align-items: center;
  height: 100%;
  padding: 36px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.anchor-link {
  z-index: 10;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.banner-items-wrapper {
  height: 120px;
  overflow: hidden;
}

.home-hero {
  z-index: 10;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-section {
  z-index: 10;
  background-color: var(--steel-blue-2);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 5vw;
  display: flex;
  position: relative;
}

.template-card {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border-top: 1px solid var(--pin-stripe);
  border-bottom: 1px none var(--pin-stripe);
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 36px;
  display: grid;
}

.template-card.bottom-border {
  border-bottom-style: solid;
}

.newsletter-overlay {
  background-color: #090b19e6;
  position: absolute;
  inset: 0%;
}

.template-credit {
  white-space: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.nav-link-hover-button {
  border: 1px solid #ffffff1f;
  border-radius: 100px;
  width: 100%;
  height: 46px;
  position: absolute;
}

.banner-scrolling-wrapper {
  background-color: var(--pin-stripe);
  width: 100%;
  height: 100%;
}

.recent-projects-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.transparent-fill {
  width: 100%;
}

.delete-me {
  z-index: 5000000;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border-radius: .75rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 22rem;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: auto .5rem .5rem auto;
}

.delete-me_text-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.delete-me_text-description {
  line-height: 1.5;
}

.delete-me_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_link {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: .65rem 1.3rem .7rem;
  line-height: 1.3;
  text-decoration: none;
}

.hide-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.nav-menu-2 {
  flex: none;
  display: flex;
}

.navbar-2 {
  background-color: #fff;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-toggle-2 {
  padding-left: 0;
}

.image {
  margin-right: 10px;
}

.ee {
  letter-spacing: 0;
  text-transform: uppercase;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.ee:hover {
  color: var(--steel-blue-2);
}

.ee.w--current {
  color: var(--steel-blue-2);
  letter-spacing: 1px;
  font-size: 12px;
}

.ee.t {
  padding-right: 25px;
}

.text-block {
  text-align: center;
  font-size: 10px;
  font-weight: 700;
}

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

.columns {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.column {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  z-index: 10;
  background-image: linear-gradient(#00000080, #00000080), url('../images/riciclo-rifiuti-soggetti-1600x520.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
  position: relative;
}

.columns-2 {
  margin-top: 60px;
}

.image-2 {
  margin-top: 0;
  margin-left: 120px;
}

.link {
  color: #fff;
}

.text-span {
  background-color: var(--steel-blue-2);
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-list-2 {
  top: -14.0547px;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  top: 71.9453px;
}

.text-block-2 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.text-block-2._7 {
  color: var(--body-display);
  font-weight: 300;
}

.bold-text {
  font-size: 20px;
  line-height: 22px;
}

.image-3 {
  box-shadow: 0 2px 5px #0003;
}

.lightbox-link {
  background-image: url('../images/Schermata-2025-01-02-alle-12.40.57.png');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 20px;
}

.image-4, .image-5 {
  box-shadow: 0 2px 5px #0003;
}

.dropdown-link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  display: block;
}

.dropdown-link:hover {
  color: var(--steel-blue-2);
}

.div-block-7 {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-7.u {
  justify-content: center;
}

.dropdown-link-2 {
  letter-spacing: 1px;
  background-color: #fff;
}

.dropdown-link-2:hover {
  color: var(--steel-blue-2);
}

.dropdown-list-3 {
  background-color: #946c6c;
}

.dropdown-list-3.w--open {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dropdown-2 {
  flex: none;
  align-self: flex-start;
}

.dropdown-list-4 {
  background-color: #fff;
}

.dropdown-list-4.w--open {
  object-fit: fill;
  height: auto;
  overflow: scroll;
}

.dropdown-list-4.m {
  height: 500px;
}

.dropdown-list-4.hh {
  height: auto;
}

.icon-7 {
  margin-right: 10px;
}

.dropdown-3 {
  display: block;
}

.text-block-29 {
  font-size: 12px;
}

.text-block-29:hover {
  color: var(--steel-blue-2);
}

.dropdown-link-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}

.dropdown-link-3:hover, .dropdown-link-3.w--current {
  color: var(--steel-blue-2);
}

.dropdown-toggle-3 {
  padding-left: 3px;
  padding-right: 25px;
  font-size: 13px;
  display: block;
}

.dropdown-toggle-3._33 {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: block;
}

.dropdown-toggle-3._4 {
  padding-right: 20px;
  font-size: 12px;
}

.dropdown-4, .dropdown-5 {
  display: inline-block;
}

.dropdown-6 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  font-family: Inter, sans-serif;
  display: block;
}

.icon-8 {
  margin-right: 5px;
}

.dropdown-list-5 {
  background-color: #fff;
}

.dropdown-list-5.w--open {
  object-fit: fill;
  height: auto;
  overflow: scroll;
}

.dropdown-list-5.hh {
  height: auto;
}

.dropdown-list-6 {
  background-color: #fff;
}

.dropdown-list-6.w--open {
  object-fit: fill;
  height: auto;
  overflow: scroll;
}

.dropdown-link-4 {
  text-transform: uppercase;
}

.a1 {
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.a1:hover, .a1.w--current {
  color: var(--steel-blue-2);
}

.text-block-30 {
  letter-spacing: 1px;
  font-size: 12px;
}

.text-block-31, .text-block-32 {
  font-size: 12px;
}

.text-block-33 {
  letter-spacing: 1px;
}

.div-block-8 {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.link-block {
  background-image: url('../images/002-instagram-copia.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.link-block._1 {
  background-image: url('../images/001-facebook-copia.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-9 {
  margin-bottom: 20px;
  padding-left: 10px;
  display: flex;
}

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

.columns-4 {
  margin-bottom: 20px;
}

.column-10, .column-11, .columns-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-34 {
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-block-34._3 {
  margin-bottom: -1px;
}

.button-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #00b3ac;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-link:hover {
  background-color: #00b3ac;
}

.button-link.contact {
  background-color: #1c5a07;
}

.button-link.contact:hover {
  background-color: #ef3b31;
}

.text-area {
  color: #677081;
  border: 1px #000;
  border-bottom: 1px solid #dde1e7;
  height: 50px;
  min-height: 70px;
  padding-top: 8px;
}

.text-area:hover {
  border-bottom-color: #142335;
}

.contact-info {
  color: #185707;
  margin-bottom: 20px;
  font-weight: 400;
}

.text-field-contact {
  color: #677081;
  background-color: #0000;
  border: 1px #eaeaea;
  border-bottom: 1px solid #dde1e7;
  width: 49%;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
}

.text-field-contact:hover {
  border-bottom-color: #142335;
}

.flex-form {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.button-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  margin-top: 30px;
  display: flex;
}

.button-wrapper.product {
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
}

.button-wrapper.product.left {
  justify-content: flex-start;
  margin-top: 30px;
}

.bottom-padding {
  margin-bottom: 30px;
}

.form-2 {
  border: 1px #000;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.error-message-color {
  color: #fff;
  text-align: center;
  background-color: #ef3b31;
  height: auto;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.checkbox-label-2 {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.checkbox-label-2.f {
  color: #727f99;
}

.success-message-color {
  color: #fff;
  background-color: #60a2d8;
}

.contact-wrapper {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 10px;
  box-shadow: -14px 14px 50px #0003;
}

.paragraph-white {
  color: #fff;
}

.paragraph-white.biger {
  font-size: 20px;
  font-weight: 400;
}

.sub-title {
  color: #414141;
  font-size: 16px;
  line-height: 26px;
}

.sub-title.top-sub {
  color: #050000;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 13px;
}

.sub-title.top-sub.white {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-size: 17px;
}

.left-padding {
  padding-left: 20px;
}

.section-2 {
  background-color: #fff;
  margin-bottom: 3px;
  padding-top: 0;
  padding-bottom: 4px;
  position: relative;
}

.section-2.background {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/banner-4.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-2.background.more-top {
  background-image: linear-gradient(#00000080, #00000080), url('../images/foto-casa-eco.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 98px;
}

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

.triangle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.triangle.top {
  inset: 0 0 auto;
}

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

.heading-white {
  color: #fff;
  font-weight: 600;
}

.heading-white.no-top-margin {
  margin-top: 0;
}

.top-title {
  margin-bottom: 80px;
}

.top-title.no-line {
  border-bottom-style: none;
  margin-bottom: 80px;
  padding-bottom: 0;
}

.contact-wrapper-2 {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 10px;
  box-shadow: -14px 14px 50px #0003;
}

.contact-title {
  color: #919191;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.div-block-239 {
  background-color: #35a659;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-3 {
  color: var(--pin-stripe);
}

.image-6 {
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-35 {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}

.text-span-2 {
  text-transform: lowercase;
}

.paragraph {
  color: var(--body-display);
}

.section-9 {
  padding-top: 147px;
  padding-bottom: 50px;
}

.text-block-124 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.text-block-125 {
  color: #000;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-277 {
  background-color: #00000008;
  height: 2px;
  margin-top: 20px;
}

.text-block-123 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.container-12 {
  margin-top: 100px;
}

.image-7 {
  margin-bottom: 30px;
}

.text-style-3lines {
  letter-spacing: -1px;
  font-family: Montserrat, sans-serif;
}

.no {
  display: block;
}

.aa {
  color: #ffffffe6;
}

.heading-13 {
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 700;
}

.paragra {
  color: #000;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.heading-14 {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.heading-15, .heading-16, .heading-17, .heading-18, .heading-19, .heading-20 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

@media screen and (min-width: 1280px) {
  .button.white-outline.ggg {
    background-color: #000;
    font-size: 17px;
  }

  .credits-wrapper {
    border: 3px solid var(--steel-blue);
    display: block;
  }

  .page-info-ribbon {
    margin-top: 10px;
  }

  .card-hover-item {
    padding: 0;
  }

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

  .image-cover-wrapper {
    padding-bottom: 21px;
  }

  .newsletter-form-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .newsletter-intro {
    padding: 80px 48px;
  }

  .sticky-section {
    width: 100%;
  }

  .columns {
    margin-top: 60px;
  }

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

  .text-block-34._3 {
    margin-bottom: 30px;
  }

  .contact-wrapper {
    padding-top: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .credits-wrapper {
    grid-column-gap: 80px;
  }

  .dual-wrapper {
    grid-template-columns: .9fr 1fr;
  }

  .hero-feature-card {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .services-card {
    padding: 48px;
  }
}

@media screen and (min-width: 1920px) {
  .menu-list-item.white.small {
    padding-top: 0;
  }

  .hero-feature-card {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 48px;
  }

  .image-2 {
    margin-left: 120px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.video-section {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .nav-link2 {
    padding: 20px 12px;
    font-size: 12px;
    text-decoration: none;
  }

  .nav-link2.w--current {
    color: var(--dark);
  }

  .left-navbar {
    width: 100%;
  }

  .nav-menu, .pin-stripe.hide-tablet {
    display: none;
  }

  .hero-content-wrapper {
    max-width: none;
  }

  .xxl-heading {
    font-size: 64px;
  }

  .banner-content {
    min-height: 325px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .body-display.dark {
    color: var(--dark);
  }

  .project-item {
    min-height: 375px;
    max-height: 550px;
  }

  .testimonial-arrow {
    height: 25%;
    top: 25%;
    bottom: auto;
  }

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

  .testimonial-column {
    min-height: 400px;
    padding: 48px 24px;
  }

  .testimonial-column.testimonial-description {
    min-height: auto;
  }

  .testimonial-column.testimonial-image {
    min-height: 450px;
  }

  .page-info-ribbon {
    grid-template-columns: 1fr;
  }

  .tripple-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .services-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

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

  .project-categories-wrapper {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .large-menu-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 75px;
    padding-bottom: 0;
  }

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

  .project-collection-item:nth-child(odd) {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .projects-search-wrapper {
    grid-template-columns: 1fr;
  }

  .search-wrapper {
    display: flex;
  }

  .mega-category-list {
    display: none;
  }

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

  .team-collection-item:nth-child(odd) {
    margin-top: 0;
  }

  .team-collection-item:nth-child(2n) {
    margin-top: 60%;
    margin-bottom: -40%;
  }

  .post-list-item {
    height: auto;
    font-size: 16px;
  }

  .post-list-item.category-list-item {
    min-height: 60px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }

  .inner-page-hero-wrapper {
    grid-template-columns: 1fr;
  }

  .team-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }

  .sticky-services-menu {
    position: relative;
    top: 0;
  }

  .sticky-services-menu.extra-top-margin {
    top: 0;
  }

  .rich-text h2 {
    font-size: 28px;
  }

  .rich-text h4 {
    font-size: 18px;
  }

  .rich-text h3 {
    font-size: 22px;
  }

  .right-grid-intro {
    padding-left: 0;
  }

  .hero-bottom-feature {
    width: 50%;
  }

  .footer-wrapper {
    grid-template-rows: minmax(44px, auto) minmax(106px, auto) minmax(106px, auto) minmax(36px, auto);
    grid-template-columns: 1fr 1fr;
  }

  .featured-project-details {
    grid-template-columns: 1fr;
  }

  .gallery-items-wrapper {
    padding-top: 160px;
  }

  .fly-out-button {
    width: 50%;
    max-width: 50%;
  }

  .fly-out-button.on-click {
    width: 66.66%;
    max-width: 66.66%;
  }

  .project-description-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .project-description {
    padding: 36px 24px;
  }

  .project-features {
    padding-top: 0;
  }

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

  .news-list-item:nth-child(2n) {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .pagination {
    grid-template-columns: 1fr 1fr;
    padding-top: 36px;
  }

  .large-search-wrapper {
    width: 100%;
  }

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

  .about-quote {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 0%;
  }

  .project-gallery-image-wrapper {
    grid-template-rows: auto 1fr;
  }

  .project-schowcae-title {
    grid-template-columns: 1fr 1fr;
    height: auto;
    margin-bottom: 0;
  }

  .tablet-mobile-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .dropdown {
    border-bottom: 1px solid var(--dark-outline);
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown.top {
    border-top: 1px solid var(--dark-outline);
  }

  .dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 24px;
    display: flex;
  }

  .tablet-mobile-nav-links {
    background-color: #fff;
    display: flex;
  }

  .dropdown-list {
    background-color: #fff;
    position: relative;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .image-cover-wrapper {
    width: 50%;
  }

  .dropdown-lottie {
    justify-content: center;
    align-items: center;
    width: 18px;
    margin-left: 24px;
    display: flex;
  }

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

  .page-info {
    overflow: auto;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0;
  }

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

  .services-card {
    padding: 36px 24px;
  }

  .banner-categories {
    padding-top: 0;
  }

  .minimal-card {
    padding: 24px;
  }

  .footer-section {
    padding-top: 100px;
  }

  .template-card {
    padding: 24px;
  }

  .nav-menu-2, .menu-button {
    background-color: #fff;
  }

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

  .dropdown-list-4.m.w--open {
    z-index: auto;
  }

  .paragraph-white.biger {
    font-size: 19px;
  }

  .section-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

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

  blockquote {
    padding-left: 18px;
    padding-right: 12px;
  }

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

  .wrapper.navbar-wrapper {
    border-style: none;
    border-color: #000;
  }

  .nav-link2 {
    border-bottom: 1px solid var(--pin-stripe);
    justify-content: flex-start;
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-link2.bottom {
    border-bottom-style: none;
  }

  .left-navbar {
    border-style: none solid solid;
    width: 100%;
    min-width: auto;
    padding-left: 0;
  }

  .menu-wrapper {
    display: none;
  }

  .brand {
    padding-left: 18px;
  }

  .pin-stripe.hide-horizontal-mobile {
    display: none;
  }

  .xxl-heading {
    font-size: 54px;
  }

  .project-item {
    width: 100%;
    height: auto;
  }

  .testimonial-arrow {
    border-top: 1px solid #ffffff1a;
    border-bottom: 1px solid #ffffff1f;
    width: 50%;
    height: 60px;
    top: 0%;
  }

  .testimonial-arrow.right-arrow {
    border-right-style: none;
    left: auto;
    right: 0;
  }

  .testimonial-content {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

  .testimonial-column {
    min-height: auto;
  }

  .testimonial-column.testimonial-description {
    border-top: 1px solid #ffffff1f;
  }

  .testimonial-column.testimonial-image {
    min-height: 400px;
  }

  .rotate-text.no-rotate-on-mobile {
    transform: none;
  }

  .credits-wrapper {
    grid-column-gap: 24px;
    padding: 36px;
  }

  .tripple-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

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

  .services-grid.two-column {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .services-grid.top-border {
    grid-row-gap: 0px;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.video-link-wrapper, .hover-link-wrapper.project-view-link {
    display: flex;
  }

  .large-menu-wrapper {
    grid-template-rows: 65px auto;
  }

  .collection-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .project-collection-item:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .project-categories {
    margin-top: 0;
  }

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

  .projects-search-wrapper {
    height: 65px;
  }

  .search-wrapper {
    display: none;
  }

  .collection-list {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .collection-list.two-columns {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .team-collection-item {
    flex-direction: row;
    min-height: 500px;
    display: flex;
  }

  .team-collection-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .team-collection-item.two-column-item:nth-child(2n) {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .featured-news-list {
    grid-template-columns: 1fr;
  }

  .collection-list-item:nth-child(2n) {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .inner-page-hero-wrapper {
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto;
  }

  .team-grid {
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

  .banner-items {
    height: 80px;
  }

  .banner-items.project-categories {
    padding-top: 0;
  }

  .banner-items.template-credit {
    height: 100px;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
  }

  .menu-list-item.discovery-item, .mega-social-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .right-grid-intro {
    margin-bottom: 24px;
  }

  .grid-wrapper {
    grid-row-gap: 120px;
  }

  .grid-wrapper.two-row {
    grid-row-gap: 60px;
  }

  .hero-bottom-feature {
    width: 100%;
  }

  .hero-feature-card {
    padding: 24px;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(36px, auto);
  }

  .project-detail-items {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-items-wrapper {
    padding-top: 140px;
  }

  .fly-out-button {
    grid-template-columns: 60px 1fr;
    width: 66.66%;
    max-width: 66.66%;
  }

  .fly-out-button.on-click {
    width: 100%;
    max-width: 100%;
  }

  .project-description {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .general-collection-wrapper {
    padding-top: 36px;
  }

  .news-list {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .news-list-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .results-help-wrapper {
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .list-item-arrow {
    width: 14px;
    min-width: 14px;
  }

  .gallery-heading {
    padding-left: 18px;
  }

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

  .services-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding-top: 36px;
  }

  .service-examples-wrapper, .services-info {
    grid-template-columns: 1fr;
  }

  .mission-description {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-bottom: 0;
    padding-left: 0;
  }

  .about-quote {
    padding-bottom: 24px;
    padding-left: 0;
  }

  .project-gallery-image-wrapper {
    grid-row-gap: 36px;
  }

  .project-gallery-image:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .project-schowcae-title {
    grid-template-columns: 1fr;
  }

  .dropdown-toggle {
    min-height: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .category-collection-item {
    border-bottom: 1px solid var(--dark-outline);
  }

  .category-collection-item:nth-child(odd) {
    border-right: 1px solid var(--dark-outline);
  }

  .image-cover-wrapper {
    width: 100%;
  }

  .page-info {
    height: auto;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0;
  }

  .dark-cover {
    background-color: #0000;
  }

  .newsletter-form-wrapper {
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 48px;
  }

  .newsletter-intro {
    padding: 36px 24px;
  }

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

  .sticky-section {
    height: auto;
    margin-bottom: 0;
    position: relative;
    top: 0;
  }

  .page-hero {
    min-height: 550px;
  }

  ._404-hero {
    min-height: 450px;
  }

  .category-link {
    min-height: 80px;
  }

  .anchor-link {
    border-bottom: 1px solid var(--dark-outline);
    min-height: 80px;
  }

  .anchor-link.bottom {
    border-bottom-style: none;
  }

  .banner-items-wrapper {
    height: 80px;
  }

  .footer-section {
    padding-bottom: 72px;
  }

  .template-card {
    border-bottom-style: solid;
  }

  .left-padding.remove-left {
    padding-left: 0;
  }

  .section-2 {
    padding-top: 65px;
  }
}

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

  h2 {
    font-size: 28px;
  }

  blockquote {
    padding-left: 18px;
    padding-right: 0;
    font-size: 16px;
  }

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

  .section.video-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section.no-bottom-padding.clip.fff {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .navbar {
    height: 65px;
  }

  .brand {
    align-items: stretch;
    padding-left: 18px;
  }

  .xxl-heading {
    font-size: 48px;
  }

  .banner-content {
    min-height: auto;
    padding: 48px 12px;
  }

  .banner-intro {
    grid-row-gap: 24px;
  }

  .large-heading {
    font-size: 30px;
  }

  .large-heading.e {
    text-align: center;
  }

  .horizontal-line {
    width: 100%;
    min-height: 1px;
    margin-top: 0;
    margin-left: 6px;
  }

  .horizontal-line.white {
    margin-top: 0;
  }

  .button.white-outline.e {
    width: auto;
  }

  .testimonial-arrow {
    font-size: 12px;
  }

  .testimonial-column.testimonial-description {
    border-top-style: none;
    padding-top: 36px;
  }

  .testimonial-column.testimonial-image {
    width: 100%;
    min-height: 350px;
  }

  .testimonial-column.testimonial-name {
    z-index: 1;
    background-color: #090b1959;
    border-top: 1px #ffffff1f;
    border-bottom: 1px #ffffff1f;
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .credits-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-hover-item {
    border-bottom-style: solid;
  }

  .icon {
    margin-bottom: 36px;
  }

  .subtitle.wh {
    font-size: 11px;
  }

  .tripple-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 36px;
  }

  .tripple-grid.no-margin {
    grid-row-gap: 36px;
  }

  .logos-headline {
    flex-direction: row;
    align-items: center;
  }

  .video-info {
    grid-row-gap: 48px;
    padding-left: 0;
  }

  .project-categories-wrapper {
    position: relative;
  }

  .large-menu-wrapper {
    padding-top: 65px;
  }

  .project-card-info {
    padding: 18px 12px;
  }

  .categories-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .category-collection-list-wrapper {
    overflow: hidden;
  }

  .collection-list {
    grid-row-gap: 24px;
  }

  .team-collection-item {
    min-height: 350px;
  }

  .featured-news-list {
    width: 100%;
  }

  .post-list-item.category-list-item {
    height: auto;
  }

  .inner-page-hero-wrapper {
    grid-row-gap: 60px;
  }

  .banner-items.template-credit {
    height: 80px;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

  .menu-list-item.white {
    grid-template-columns: auto 1fr;
  }

  .menu-list-item.discovery-item {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .service-menu-list {
    grid-auto-rows: 1fr;
  }

  .list-heading-wrapper {
    grid-template-columns: auto 1fr;
    width: 100%;
    padding-left: 18px;
  }

  .team-portrait-wrapper {
    min-height: 400px;
  }

  .rich-text h2 {
    font-size: 26px;
  }

  .right-grid-intro {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-bottom: 12px;
  }

  .post-card-description {
    padding: 24px;
  }

  .mega-menu-list-wrapper {
    grid-template-rows: auto;
    grid-auto-rows: auto;
    align-items: start;
  }

  .grid-wrapper {
    grid-row-gap: 100px;
  }

  .grid-wrapper.two-row {
    grid-row-gap: 36px;
  }

  .hero-bottom-feature {
    width: 100%;
  }

  .featured-project-column {
    font-size: 9px;
  }

  .hero-feature-card {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .project-detail-item {
    padding: 36px 18px;
  }

  .project-detail-item.middle-item {
    border-left-style: solid;
  }

  .project-detail-items {
    grid-template-columns: 1fr;
    overflow: auto;
  }

  .featured-project-details {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-items-wrapper {
    padding-top: 140px;
  }

  .fly-out-button {
    width: 100%;
    max-width: 100%;
  }

  .project-description {
    grid-row-gap: 24px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .search-result-list, .search-result-item {
    flex-direction: column;
    display: flex;
  }

  .search-results-link {
    padding: 36px 18px;
  }

  .search-result-wrapper {
    flex-direction: column;
  }

  .results-help-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .author-post-item {
    padding-left: 18px;
    padding-right: 18px;
  }

  .author-card {
    grid-row-gap: 24px;
    text-align: center;
    grid-template-columns: auto;
    padding-left: 0;
  }

  .dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .dropdown-list {
    height: auto;
  }

  .category-collection-item:nth-child(odd) {
    border-right-style: none;
  }

  .category-collection-item:last-child {
    border-bottom: 1px #000;
  }

  .client-quote-credit {
    margin-left: 0;
    padding-left: 18px;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0;
  }

  .radio-item {
    padding-left: 18px;
  }

  .page-hero {
    min-height: 450px;
    padding-top: 89px;
  }

  .projects-hero {
    padding-top: 89px;
  }

  .password-hero {
    min-height: 93vh;
  }

  .category-link {
    min-height: 60px;
  }

  .services-card {
    padding: 36px 18px;
  }

  .minimal-card {
    padding: 24px;
  }

  .anchor-link {
    min-height: 60px;
  }

  .home-hero {
    min-height: 93vh;
    padding-top: 89px;
  }

  .footer-section {
    padding-top: 80px;
  }

  .div-block {
    width: 100%;
  }

  .nav-menu-2 {
    flex: none;
  }

  .ee {
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ee.t {
    justify-content: flex-start;
    padding-right: 25px;
  }

  .ee.t.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

  .image-2 {
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
    display: none;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .dropdown-list-4.m.w--open {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    display: block;
  }

  .dropdown-3 {
    width: 100%;
  }

  .dropdown-toggle-3 {
    padding-left: 10px;
  }

  .dropdown-6 {
    padding-top: 0;
  }

  .icon-8 {
    margin-right: 10px;
  }

  .text-area {
    height: 30px;
    min-height: 100px;
  }

  .text-field-contact {
    width: 100%;
    margin-bottom: 10px;
  }

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

  .button-wrapper {
    width: auto;
  }

  .contact-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-white.biger {
    font-size: 12px;
  }

  .sub-title.top-sub.white {
    text-align: center;
    font-size: 13px;
  }

  .left-padding.remove-left {
    margin-top: 40px;
    padding-left: 9px;
  }

  .left-padding.remove-left.top-margin-device {
    font-size: 13px;
  }

  .section-2 {
    margin-bottom: 0;
    padding-top: 0;
    position: static;
  }

  .section-2.background.more-top {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-white.no-top-margin {
    font-size: 20px;
  }

  .contact-wrapper-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-_8e07c8f2-059d-6f6d-2fac-5813639df6f0-409a773e {
  grid-area: 2 / 2 / 4 / 3;
  place-self: end;
}

#w-node-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-409a773e {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_991b9d86-d746-6bac-12b8-a27bc65d39a9-409a773e {
  justify-self: start;
}

#w-node-dd002ff0-1786-f7aa-b0cb-21b79ffd8f18-409a773e {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-c3dc174b-78b2-9eb5-4dbe-d315274a7469-409a773e {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-_3e50c306-f194-4471-5bb1-59926b23c929-409a773e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b128c289-fbf9-8a15-41a5-2bcdbae8da0b-409a773e {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-e49da6c2-353d-c20c-72d2-ecbacfa956a8-409a773e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-c27b363e-e641-8c08-06d3-18a7d9643386-409a773e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_66927e21-ee65-d8e1-cc31-2e0bbfb2a5cd-409a773e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_990b7f6f-cf54-17fa-e0a6-c8d9ae6da3cb-409a773e {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-cceec5b1-f4c1-5855-7474-f64301858bfc-409a773e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e8f31ed-6771-e859-636c-b476dcab981b-409a773e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_747ab98d-2da9-b9b9-65c3-eaa5259f2fe9-409a773e {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-df8ee6ca-67e8-0b22-66bc-e740a58dcfb0-409a773e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0567ea24-f991-c7e3-bb86-8b5d3e9d4d98-409a773e {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0567ea24-f991-c7e3-bb86-8b5d3e9d4d99-409a773e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0567ea24-f991-c7e3-bb86-8b5d3e9d4d9c-409a773e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0567ea24-f991-c7e3-bb86-8b5d3e9d4da2-409a773e {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_0567ea24-f991-c7e3-bb86-8b5d3e9d4da3-409a773e, #w-node-_1b2d4246-383d-e458-9eac-5cb312bf17ee-409a773e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6954fba8-f152-e1d7-b07f-85e68ac1459f-409a773e {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6954fba8-f152-e1d7-b07f-85e68ac145a0-409a773e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6954fba8-f152-e1d7-b07f-85e68ac145a4-409a773e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6954fba8-f152-e1d7-b07f-85e68ac145a9-409a773e {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-fdc9bbe7-8ed0-55f2-8328-c592daf6f9b3-409a773e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-_7b681c7a-4674-0f47-0982-5afa0930ea33-c426b91d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
  grid-area: 3 / 3 / 6 / 4;
  place-self: start stretch;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b92d-c426b91d {
  place-self: center start;
}

#w-node-_3ba5fc0d-00d1-0032-83ee-52ea90be55fb-c426b91d {
  place-self: center end;
}

#w-node-_807a80e3-c508-1b86-be31-535737463d3f-c426b91d {
  place-self: center start;
}

#w-node-_807a80e3-c508-1b86-be31-535737463d41-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94a-c426b91d {
  grid-area: 2 / 1 / 4 / 3;
  align-self: start;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94f-c426b91d {
  grid-area: 6 / 3 / 7 / 4;
  align-self: end;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7bf-409a7742 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7c2-409a7742 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center stretch;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-409a7742 {
  grid-area: 3 / 1 / 4 / 4;
  align-self: end;
}

#w-node-_2f63b0aa-4d8d-1fa1-5a06-4ca21859a81f-409a7742 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2f63b0aa-4d8d-1fa1-5a06-4ca21859a803-409a7742 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_26839ce7-6d80-da5b-5e89-56d12f47a617-409a7743 {
  align-self: start;
}

#w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-409a7743 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbeb-409a7743 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_1754de0f-151f-b1a7-c989-ac3d7d858bf1-409a7743 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1754de0f-151f-b1a7-c989-ac3d7d858bd2-409a7743 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_820c470e-2642-280b-4e92-cb88549a75a8-409a7745 {
  align-self: start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-409a7745 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-409a7745 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_0afe1988-388e-b5cb-404e-8a553a0bef5a-409a7745 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: stretch;
}

#w-node-c1386cff-6b52-7e7b-943b-f01eec93797f-409a7745 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0afe1988-388e-b5cb-404e-8a553a0bef68-409a7745 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b5f0f859-f2e3-8e3f-1204-c264ea8fba83-409a7745 {
  place-self: center start;
}

#w-node-b5f0f859-f2e3-8e3f-1204-c264ea8fba85-409a7745 {
  place-self: center end;
}

#w-node-b57d97ad-744c-763d-df42-64a37c179c93-409a7745 {
  place-self: center start;
}

#w-node-b57d97ad-744c-763d-df42-64a37c179c95-409a7745 {
  place-self: center end;
}

#w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff5584fc-409a7746 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff5584ff-409a7746 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff558506-409a7746 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_428f3cde-bf82-0eb7-3d7d-f3c59b55c12e-409a7746 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_428f3cde-bf82-0eb7-3d7d-f3c59b55c12f-409a7746 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389036-409a7746 {
  align-self: start;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389040-409a7746 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389046-409a7746 {
  justify-self: end;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d38904c-409a7746 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389051-409a7746 {
  justify-self: stretch;
}

#w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67f5-409a7746 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d5b-336b9d43 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: center stretch;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d5d-336b9d43 {
  place-self: center stretch;
}

#w-node-_16738520-6de8-1fcc-6cbc-d48e45d42b91-336b9d43 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_16738520-6de8-1fcc-6cbc-d48e45d42b93-336b9d43 {
  align-self: center;
}

#w-node-f4f0ce64-1f82-9e16-20fb-882e6946b843-336b9d43 {
  justify-self: end;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d61-336b9d43 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d63-336b9d43 {
  place-self: center start;
}

#w-node-aea9f59c-b439-2797-db5e-6ba2ebbcded2-336b9d43 {
  justify-self: end;
}

#w-node-e16c4357-004d-8209-e100-36bb04545bd4-336b9d43 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-e16c4357-004d-8209-e100-36bb04545bd6-336b9d43 {
  place-self: center start;
}

#w-node-_1e0f0e3b-c735-de45-d3e2-0c9fcf80a649-336b9d43 {
  justify-self: end;
}

#w-node-f6a0a796-4f1d-5758-490b-395b2a23adce-336b9d43, #w-node-_169c8dac-dcf9-9d77-b5a0-6fe2bb220d51-336b9d43, #w-node-fbb98bb2-0970-908c-f9a3-aa45d34eaea4-336b9d43 {
  place-self: center end;
}

#w-node-be6e1212-c8c8-b564-9d2f-b92422ca9045-336b9d43 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_4541705a-de97-7f82-8818-9c9145464680-4546467a {
  place-self: center end;
}

#w-node-e8411f27-0bc9-1e9f-ead1-b785bda240e5-bda240e0 {
  place-self: center start;
}

#w-node-e8411f27-0bc9-1e9f-ead1-b785bda240e6-bda240e0 {
  place-self: center end;
}

#w-node-_7a338548-6995-26a0-d4df-2c2b4c59a395-4c59a38f {
  justify-self: end;
}

#w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb34-409a7747 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb37-409a7747 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb3c-409a7747 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_4e5ecd76-5faa-c0fa-2ba9-f682a18ca2e6-409a7747 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_124d18ca-1db6-6665-586b-74af69a6943b-409a7747 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe106-409a7747 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe107-409a7747 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe114-409a7747 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_71d7d42d-61ca-06a9-788b-33b7b02b1dc8-409a7747 {
  align-self: center;
}

#w-node-_72e2dcb8-b47b-e0fd-2af3-2e0f24390bf8-409a7747 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6dc7b8bf-dfd3-4025-fcd6-f726c2f032cb-409a7747 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe116-409a7747 {
  align-self: start;
}

#w-node-_259ad0eb-16f4-544b-74e2-a7917233ab8a-409a7747 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_851487d2-797d-908d-5867-0f20f9562c11-409a7747 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_5c176a8b-9730-dc1c-c9b1-0ca5febf5530-409a7747 {
  place-self: center;
}

#w-node-b29b5680-a2a2-7be5-dd1c-591f9d5b251c-409a7747 {
  place-self: center end;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-409a7747 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7128c589-0b6c-1e7b-cd0c-f6e6a998bc46-409a7747 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98c-409a7747 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98e-409a7747 {
  align-self: stretch;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc998-409a7747 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc99e-409a7747 {
  justify-self: end;
}

#w-node-_2bf53f8e-7528-82b3-54a0-6e63150524f2-409a7747 {
  place-self: center end;
}

#w-node-_397244f1-6d58-8f51-019c-f7e5a2b1e41a-f9270e17 {
  justify-self: stretch;
}

#w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch stretch;
}

#w-node-c47dbc6c-9b93-d53a-3ac5-94688c374a85-f9270e17 {
  align-self: center;
}

#w-node-_6ad8919c-2309-2a37-80a2-1e0756464dfe-f9270e17 {
  place-self: center end;
}

#w-node-_24909537-2aef-fa73-cf08-5d19c7632e15-f9270e17 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f0-f9270e17 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f1-f9270e17 {
  place-self: center start;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f3-f9270e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c1267971-e98a-4887-2b61-4f4973f4569f-f9270e17 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-fc177a8e-c247-e188-8355-4c56f9270e1a-f9270e17 {
  place-self: center start;
}

#w-node-fc177a8e-c247-e188-8355-4c56f9270e1c-f9270e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_33f3ed3b-6ef6-48e9-e36c-11ae30b77e83-409a7748 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-d20c98d0-f73a-cde4-3187-ef91057b5e82-409a7748 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-d20c98d0-f73a-cde4-3187-ef91057b5e87-409a7748 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-e7c312ca-3267-e1f8-a11b-2d85efa42270-409a7748 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-c3a15cc0-7d19-0591-2742-341248fa6606-409a7748 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c3a15cc0-7d19-0591-2742-341248fa6607-409a7748 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7ca4e425-eb0d-0a61-bbb4-07c11c1a140e-409a7748 {
  align-self: stretch;
}

#w-node-_7ca4e425-eb0d-0a61-bbb4-07c11c1a1419-409a7748 {
  justify-self: end;
}

#w-node-f176f584-7e9e-672d-84c6-8a1bf32c0f9f-409a7748 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center stretch;
}

#w-node-d7f4df13-5316-c505-a444-21863c437f4b-409a7748 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d7f4df13-5316-c505-a444-21863c437f52-409a7748 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_7b9c87a0-4164-dfa3-00cc-0a8b81af83f5-409a7748 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_0b0965f9-12de-b664-5036-c1741e1de7ea-409a7749 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: end;
}

#w-node-_0b0965f9-12de-b664-5036-c1741e1de7f4-409a7749 {
  grid-area: 1 / 3 / 3 / 4;
  justify-self: stretch;
}

#w-node-_08384802-3d40-5ff7-3c81-a3b15502acd2-409a7749 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-beaac2f3-5b16-a510-41e2-9e4db7d9b271-409a7749 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0b0965f9-12de-b664-5036-c1741e1de7ed-409a7749 {
  grid-area: 2 / 1 / 4 / 3;
  place-self: center start;
}

#w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-409a7749 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_16ee6cac-97cc-c25f-3bd3-f27e8d74ef9a-409a7749 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-_3dfaf5a9-9073-e446-da8c-ae54ca5466f3-409a7749, #w-node-ad3b4215-b22c-3535-ddd7-d56c33b83e53-409a7749, #w-node-dffaa0c6-1d6f-fd8a-0160-62334d2f8582-409a7749 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_932aec57-c897-daa7-63a7-de070d7de04e-409a7749 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_59975544-c2ae-ff5f-1ffe-92b04da09837-409a7749 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a1c244f3-8cbe-fe76-b113-ae7ccd7450fe-409a7749 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff4-409a7749 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff5-409a7749 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start stretch;
}

#w-node-_96d948bc-485a-9dab-98e0-3aeafd7c89af-409a7749 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_96d948bc-485a-9dab-98e0-3aeafd7c89b7-409a7749 {
  align-self: stretch;
}

#w-node-_2a42631d-d202-6918-ff84-7da87f7c0333-409a7749 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a42631d-d202-6918-ff84-7da87f7c0334-409a7749 {
  justify-self: start;
}

#w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff668-409a7749 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: center;
}

#w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff669-409a7749 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_01acba91-92e0-3fdc-f04f-81f56b42dc19-409a7749 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_81c4021d-70e7-bdee-d916-1636e757f75a-409a7749 {
  place-self: center;
}

#w-node-ed248ec9-b803-b9b9-17e2-a152e6711631-409a7749 {
  align-self: stretch;
}

#w-node-ed248ec9-b803-b9b9-17e2-a152e671163c-409a7749 {
  justify-self: end;
}

#w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a2-409a774a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a5-409a774a {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91aa-409a774a {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_34b8dcd5-1955-bf6e-0f89-fcc3d503f83d-409a774a {
  grid-area: 1 / 2 / 4 / 3;
  align-self: start;
}

#w-node-_8074e9fb-dd46-63be-e290-1496ab6343dc-409a774a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_552207c6-973e-0cf0-9e2b-ac76c36effc4-409a774a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-409a774a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a8ab005-0267-4aac-1756-46a4087a0991-409a774a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_14f39dd7-b780-5ba0-f8c3-6e423c9ecdee-409a774a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a8f5d73b-ace2-f797-46d1-36f3cf6a04a5-409a774a, #w-node-c04e9192-59b2-bc34-a507-563815198cc5-409a774a, #w-node-b6de9297-1ccb-3ab5-e022-83f7a40897da-409a774a {
  place-self: center end;
}

#w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f33-409a774a {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-_7a763298-e931-6ef6-cedf-70b1c6225332-409a774a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f3d-409a774a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_679ef2e1-ef79-f83f-971d-7c5a31996e9f-409a774a {
  align-self: center;
}

#w-node-c24eb999-a985-3d62-3c8f-4ef59619728d-409a774a {
  place-self: center end;
}

#w-node-e1af8745-7e74-7c0a-9e26-ec9a8040a014-409a774a {
  align-self: center;
}

#w-node-e0cdb0fe-0301-d3b0-3d3a-5117b3338481-409a774a {
  place-self: center end;
}

#w-node-_679ef2e1-ef79-f83f-971d-7c5a31996ea2-409a774a {
  align-self: center;
}

#w-node-_44ab065a-7e1c-c80d-67d8-c6e33d5e4bcf-409a774a {
  place-self: center end;
}

#w-node-_679ef2e1-ef79-f83f-971d-7c5a31996ea5-409a774a {
  align-self: center;
}

#w-node-_5f1bb171-88ed-c3df-b02c-276c811e5d3d-409a774a {
  place-self: center end;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb027112-409a774a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb027119-409a774a {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-409a774a {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb027120-409a774a {
  align-self: stretch;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02712a-409a774a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02712f-409a774a {
  justify-self: end;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02713e-409a774a {
  place-self: center end;
}

#w-node-ba6241ea-4ca2-f90d-ff56-a3b8b8b73165-409a774a {
  grid-area: 1 / 2 / 2 / 4;
  align-self: start;
}

#w-node-ba6241ea-4ca2-f90d-ff56-a3b8b8b7316c-409a774a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_6a710c8c-00bc-3097-3a96-dedad61552fb-409a774a {
  place-self: center end;
}

#w-node-b84cb859-5226-6842-ec2f-395770060748-409a774a {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b84cb859-5226-6842-ec2f-39577006074f-409a774a {
  align-self: stretch;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-409a774c {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-409a774c {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-adb9eb6b-b271-0882-0b30-6026587dd245-409a774c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68afcda8-3419-398d-0a79-b3461fde7e17-409a774c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_68afcda8-3419-398d-0a79-b3461fde7e1d-409a774c {
  justify-self: end;
}

#w-node-_43674e7b-4aad-bd63-c6bd-2bd2a0ca6494-409a774c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43674e7b-4aad-bd63-c6bd-2bd2a0ca649e-409a774c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1415da6c-b6a0-42a5-e268-fdb083c9bf7e-409a774c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1415da6c-b6a0-42a5-e268-fdb083c9bf88-409a774c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2a63c8e6-3d2f-03df-2369-fba549e00415-409a774c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a63c8e6-3d2f-03df-2369-fba549e0041f-409a774c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2a63c8e6-3d2f-03df-2369-fba549e00424-409a774c {
  justify-self: end;
}

#w-node-_2a63c8e6-3d2f-03df-2369-fba549e00439-409a774c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a63c8e6-3d2f-03df-2369-fba549e00443-409a774c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fe3a274e-b1f8-b58b-9df6-bbd267d464d5-409a774c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe3a274e-b1f8-b58b-9df6-bbd267d464df-409a774c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fe3a274e-b1f8-b58b-9df6-bbd267d464e4-409a774c {
  justify-self: end;
}

#w-node-fe3a274e-b1f8-b58b-9df6-bbd267d464e7-409a774c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe3a274e-b1f8-b58b-9df6-bbd267d464f1-409a774c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fe3a274e-b1f8-b58b-9df6-bbd267d464f9-409a774c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe3a274e-b1f8-b58b-9df6-bbd267d46503-409a774c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_20ea874d-c262-5fde-d7d1-82a07d60ba67-7d60ba5a {
  place-self: center;
}

#w-node-_20ea874d-c262-5fde-d7d1-82a07d60ba75-7d60ba5a, #w-node-_20ea874d-c262-5fde-d7d1-82a07d60ba7a-7d60ba5a, #w-node-_20ea874d-c262-5fde-d7d1-82a07d60ba7e-7d60ba5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff11f385-19e7-2610-e10a-74658e22583e-409a774e {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-ff11f385-19e7-2610-e10a-74658e225841-409a774e {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center stretch;
}

#w-node-ff11f385-19e7-2610-e10a-74658e225846-409a774e {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-f401a23e-7b45-ba45-9d27-4acdd5da1d88-409a774e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f401a23e-7b45-ba45-9d27-4acdd5da1d78-409a774e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-409a774e, #w-node-ba34e9c2-df0a-57da-3430-f5bf64771393-409a774e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ba34e9c2-df0a-57da-3430-f5bf6477139a-409a774e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d59e9609-7efc-4afd-8f71-7d2c1f85a44c-409a774e {
  place-self: end center;
}

#w-node-_605cd59d40ef8e036e3d508d00000000001a-409a774e {
  place-self: start center;
}

#w-node-_9a966d75-8ba6-8c66-a053-3fb940aae614-409a774e {
  justify-self: end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-409a774e {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad13-409a774e {
  place-self: center start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad15-409a774e {
  place-self: center end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad17-409a774e {
  place-self: center start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad19-409a774e {
  place-self: center end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad1b-409a774e {
  place-self: center start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad1d-409a774e {
  place-self: center end;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce91-bbc5e23a {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce9e-bbc5e23a {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-a37d69e5-94c2-738c-e694-f447ec87dae1-bbc5e23a {
  align-self: center;
}

#w-node-a37d69e5-94c2-738c-e694-f447ec87dae3-bbc5e23a {
  place-self: center start;
}

#w-node-_9bba7ad4-7311-9b44-908f-26f039855184-bbc5e23a {
  align-self: center;
}

#w-node-_9bba7ad4-7311-9b44-908f-26f039855186-bbc5e23a {
  place-self: center start;
}

#w-node-_9e7eebb2-76b2-5e52-96e5-5c26d76c54b8-bbc5e23a {
  align-self: center;
}

#w-node-_9e7eebb2-76b2-5e52-96e5-5c26d76c54ba-bbc5e23a {
  place-self: center start;
}

#w-node-f3b46da0-73b8-2b79-1fb8-ad92c42f1af7-bbc5e23a {
  align-self: center;
}

#w-node-f3b46da0-73b8-2b79-1fb8-ad92c42f1af9-bbc5e23a {
  place-self: center start;
}

#w-node-_510ef077-333c-0ebe-b005-5aaccb9ae4ab-bbc5e23a {
  align-self: center;
}

#w-node-_510ef077-333c-0ebe-b005-5aaccb9ae4ad-bbc5e23a {
  place-self: center start;
}

#w-node-ecda277b-dca1-2a9e-d0e7-30c8ff3926e6-bbc5e23a {
  align-self: center;
}

#w-node-ecda277b-dca1-2a9e-d0e7-30c8ff3926e8-bbc5e23a {
  place-self: center start;
}

#w-node-_71ba2afb-0b04-e2f9-c12e-ae5162e4aa08-bbc5e23a {
  align-self: center;
}

#w-node-_71ba2afb-0b04-e2f9-c12e-ae5162e4aa0a-bbc5e23a {
  place-self: center start;
}

#w-node-b680de7f-9e59-4438-61d4-49d9aae16af7-bbc5e23a {
  align-self: center;
}

#w-node-b680de7f-9e59-4438-61d4-49d9aae16af9-bbc5e23a {
  place-self: center start;
}

#w-node-_248de485-31ff-dc6b-c79f-847ab617f070-bbc5e23a {
  align-self: center;
}

#w-node-_248de485-31ff-dc6b-c79f-847ab617f072-bbc5e23a {
  place-self: center start;
}

#w-node-f47a6128-ee83-e891-325c-70682a19c859-bbc5e23a {
  align-self: center;
}

#w-node-f47a6128-ee83-e891-325c-70682a19c85b-bbc5e23a {
  place-self: center start;
}

#w-node-_5bd1cc95-0ac4-98ab-bd47-4effd35108a7-bbc5e23a {
  align-self: center;
}

#w-node-_5bd1cc95-0ac4-98ab-bd47-4effd35108a9-bbc5e23a {
  place-self: center start;
}

#w-node-e0d9d96b-ba44-7897-76ec-7a1285fce2ba-bbc5e23a {
  align-self: center;
}

#w-node-e0d9d96b-ba44-7897-76ec-7a1285fce2bc-bbc5e23a {
  place-self: center start;
}

#w-node-ae09afe2-d950-68c5-de83-8862b3c352b9-bbc5e23a {
  align-self: center;
}

#w-node-ae09afe2-d950-68c5-de83-8862b3c352bb-bbc5e23a {
  place-self: center start;
}

#w-node-a15382b2-505b-2f94-6dbd-26f7ef50a867-bbc5e23a {
  align-self: center;
}

#w-node-a15382b2-505b-2f94-6dbd-26f7ef50a869-bbc5e23a {
  place-self: center start;
}

#w-node-_5636cf12-62e4-55bd-e78a-f07bc2a843d3-bbc5e23a {
  align-self: center;
}

#w-node-_5636cf12-62e4-55bd-e78a-f07bc2a843d5-bbc5e23a {
  place-self: center start;
}

#w-node-_78675716-c67e-69ad-70ed-adc00df5228a-bbc5e23a {
  align-self: center;
}

#w-node-_78675716-c67e-69ad-70ed-adc00df5228c-bbc5e23a {
  place-self: center start;
}

#w-node-f45e069f-bf3a-1c0a-4f3d-85d2f9b92ee1-bbc5e23a {
  align-self: center;
}

#w-node-f45e069f-bf3a-1c0a-4f3d-85d2f9b92ee3-bbc5e23a {
  place-self: center start;
}

#w-node-_48b596aa-8fe7-a479-d863-3392678d7475-bbc5e23a {
  align-self: center;
}

#w-node-_48b596aa-8fe7-a479-d863-3392678d7477-bbc5e23a {
  place-self: center start;
}

#w-node-_2ea3d837-3697-c137-ec40-4bee958a69fa-bbc5e23a {
  align-self: center;
}

#w-node-_2ea3d837-3697-c137-ec40-4bee958a69fc-bbc5e23a {
  place-self: center start;
}

#w-node-_42d8df05-75c7-b19c-3131-5b4e160dbbcd-bbc5e23a {
  align-self: center;
}

#w-node-_42d8df05-75c7-b19c-3131-5b4e160dbbcf-bbc5e23a {
  place-self: center start;
}

#w-node-_40d4960d-622f-377b-8fea-f06d5cdfa787-bbc5e23a {
  align-self: center;
}

#w-node-_40d4960d-622f-377b-8fea-f06d5cdfa789-bbc5e23a {
  place-self: center start;
}

#w-node-_6a3a6154-bae8-3c59-2c42-0da103a8fa0c-bbc5e23a {
  align-self: center;
}

#w-node-_6a3a6154-bae8-3c59-2c42-0da103a8fa0e-bbc5e23a {
  place-self: center start;
}

#w-node-f1f92d1d-48f2-2036-7214-0bb5c6bedc0b-bbc5e23a {
  align-self: center;
}

#w-node-f1f92d1d-48f2-2036-7214-0bb5c6bedc0d-bbc5e23a {
  place-self: center start;
}

#w-node-cccd9664-216f-d64a-3bf1-6d606e80b54c-bbc5e23a {
  align-self: center;
}

#w-node-cccd9664-216f-d64a-3bf1-6d606e80b54e-bbc5e23a {
  place-self: center start;
}

#w-node-d411743f-5f25-1156-db38-d4f5654eeace-bbc5e23a {
  align-self: center;
}

#w-node-d411743f-5f25-1156-db38-d4f5654eead0-bbc5e23a {
  place-self: center start;
}

#w-node-_752edafb-2141-16a4-336b-a6605a71bc22-bbc5e23a {
  align-self: center;
}

#w-node-_752edafb-2141-16a4-336b-a6605a71bc24-bbc5e23a {
  place-self: center start;
}

#w-node-dbad81fa-d415-5596-8756-b31dd26d15c4-bbc5e23a {
  align-self: center;
}

#w-node-dbad81fa-d415-5596-8756-b31dd26d15c6-bbc5e23a {
  place-self: center start;
}

#w-node-fb87b503-f581-5cbf-10cb-49698ced76dd-bbc5e23a {
  align-self: center;
}

#w-node-fb87b503-f581-5cbf-10cb-49698ced76df-bbc5e23a {
  place-self: center start;
}

#w-node-_01132ebf-f4b7-f3f4-72bd-1c7b61a644c5-bbc5e23a {
  align-self: center;
}

#w-node-_01132ebf-f4b7-f3f4-72bd-1c7b61a644c7-bbc5e23a {
  place-self: center start;
}

#w-node-_1f956b64-19d3-3351-6043-425a93b7b08e-bbc5e23a {
  align-self: center;
}

#w-node-_1f956b64-19d3-3351-6043-425a93b7b090-bbc5e23a {
  place-self: center start;
}

#w-node-_627a1906-0354-2877-c9ba-830ece9f0f74-bbc5e23a {
  align-self: center;
}

#w-node-_627a1906-0354-2877-c9ba-830ece9f0f76-bbc5e23a {
  place-self: center start;
}

#w-node-_5f1c8c22-75cd-87bb-ae0d-aba7ceed25f1-bbc5e23a {
  align-self: center;
}

#w-node-_5f1c8c22-75cd-87bb-ae0d-aba7ceed25f3-bbc5e23a {
  place-self: center start;
}

#w-node-_4977da3b-f55f-0b11-4cac-58992f92a629-bbc5e23a {
  align-self: center;
}

#w-node-_4977da3b-f55f-0b11-4cac-58992f92a62b-bbc5e23a {
  place-self: center start;
}

#w-node-_998610ac-02e0-c056-a0db-efe53f70118f-bbc5e23a {
  align-self: center;
}

#w-node-_998610ac-02e0-c056-a0db-efe53f701191-bbc5e23a {
  place-self: center start;
}

#w-node-_782a7461-8c27-50ca-8faf-9e5d5d865758-bbc5e23a {
  align-self: center;
}

#w-node-_782a7461-8c27-50ca-8faf-9e5d5d86575a-bbc5e23a {
  place-self: center start;
}

#w-node-_46b0f3ec-5943-889a-99ee-0277a2fcb3e2-bbc5e23a {
  align-self: center;
}

#w-node-_46b0f3ec-5943-889a-99ee-0277a2fcb3e4-bbc5e23a {
  place-self: center start;
}

#w-node-_7abf9d4a-4e15-abd1-0e89-7e254fa2ea7d-bbc5e23a {
  align-self: center;
}

#w-node-_7abf9d4a-4e15-abd1-0e89-7e254fa2ea7f-bbc5e23a {
  place-self: center start;
}

#w-node-_98bf17bf-3486-96c5-ed40-0d1940d2ebb0-bbc5e23a {
  align-self: center;
}

#w-node-_98bf17bf-3486-96c5-ed40-0d1940d2ebb2-bbc5e23a {
  place-self: center start;
}

#w-node-b6b6695c-a842-449f-04ef-fc3894040a6e-bbc5e23a {
  align-self: center;
}

#w-node-b6b6695c-a842-449f-04ef-fc3894040a70-bbc5e23a {
  place-self: center start;
}

#w-node-_465e84f1-5694-fce5-9b6a-9f149e5f01c0-bbc5e23a {
  align-self: center;
}

#w-node-_465e84f1-5694-fce5-9b6a-9f149e5f01c2-bbc5e23a {
  place-self: center start;
}

#w-node-_3b83fda3-873f-2522-179f-a8564b20142c-bbc5e23a {
  align-self: center;
}

#w-node-_3b83fda3-873f-2522-179f-a8564b20142e-bbc5e23a {
  place-self: center start;
}

#w-node-_241d974c-fe09-4e8e-56b0-4c7a0ec0c908-bbc5e23a {
  align-self: center;
}

#w-node-_241d974c-fe09-4e8e-56b0-4c7a0ec0c90a-bbc5e23a {
  place-self: center start;
}

#w-node-_47ca4cb5-fed2-b003-479f-98d0720bc1a2-bbc5e23a {
  align-self: center;
}

#w-node-_47ca4cb5-fed2-b003-479f-98d0720bc1a4-bbc5e23a {
  place-self: center start;
}

#w-node-_4d782c52-b562-5fd0-ef57-a1ea3f340e84-bbc5e23a {
  align-self: center;
}

#w-node-_4d782c52-b562-5fd0-ef57-a1ea3f340e86-bbc5e23a {
  place-self: center start;
}

#w-node-_9fb8e319-afb6-7810-d369-1c5dbe3598dc-bbc5e23a {
  align-self: center;
}

#w-node-_9fb8e319-afb6-7810-d369-1c5dbe3598de-bbc5e23a {
  place-self: center start;
}

#w-node-_1dc1a5f4-915e-4990-2f08-000e0f56d3eb-bbc5e23a {
  align-self: center;
}

#w-node-_1dc1a5f4-915e-4990-2f08-000e0f56d3ed-bbc5e23a {
  place-self: center start;
}

#w-node-_2dfe8f5e-5870-44dc-a6aa-25c568fa8c2f-bbc5e23a {
  align-self: center;
}

#w-node-_2dfe8f5e-5870-44dc-a6aa-25c568fa8c31-bbc5e23a {
  place-self: center start;
}

#w-node-_9f44194f-d0ca-5e27-1067-503e548fe851-bbc5e23a {
  align-self: center;
}

#w-node-_9f44194f-d0ca-5e27-1067-503e548fe853-bbc5e23a {
  place-self: center start;
}

#w-node-_745459ac-c55b-cc27-1e3a-77f0570d4d75-bbc5e23a {
  align-self: center;
}

#w-node-_745459ac-c55b-cc27-1e3a-77f0570d4d77-bbc5e23a {
  place-self: center start;
}

#w-node-_96dd443b-4271-a30a-e6ef-e5bee937c118-bbc5e23a {
  align-self: center;
}

#w-node-_96dd443b-4271-a30a-e6ef-e5bee937c11a-bbc5e23a {
  place-self: center start;
}

#w-node-_5b948eef-8d32-b841-3d8e-ca2fa9aa176c-bbc5e23a {
  align-self: center;
}

#w-node-_5b948eef-8d32-b841-3d8e-ca2fa9aa176e-bbc5e23a {
  place-self: center start;
}

#w-node-_0918b4e0-c157-94f3-0f42-1f53a2f921a8-bbc5e23a {
  align-self: center;
}

#w-node-_0918b4e0-c157-94f3-0f42-1f53a2f921aa-bbc5e23a {
  place-self: center start;
}

#w-node-c152395c-12b8-195d-e771-9ba85d3bd5ca-bbc5e23a {
  align-self: center;
}

#w-node-c152395c-12b8-195d-e771-9ba85d3bd5cc-bbc5e23a {
  place-self: center start;
}

#w-node-ec8bbdca-0c3a-10c4-15d3-bbb80ed4ae87-bbc5e23a {
  align-self: center;
}

#w-node-ec8bbdca-0c3a-10c4-15d3-bbb80ed4ae89-bbc5e23a {
  place-self: center start;
}

#w-node-_15c571f5-4e02-08d0-4613-30632301a0ca-bbc5e23a {
  align-self: center;
}

#w-node-_15c571f5-4e02-08d0-4613-30632301a0cc-bbc5e23a {
  place-self: center start;
}

#w-node-a801b80c-0566-0994-d19c-5fddb21b07ae-bbc5e23a {
  align-self: center;
}

#w-node-a801b80c-0566-0994-d19c-5fddb21b07b0-bbc5e23a {
  place-self: center start;
}

#w-node-_307d299f-669b-48bf-e7ab-ecdcbcdbfd7d-bbc5e23a {
  align-self: center;
}

#w-node-_307d299f-669b-48bf-e7ab-ecdcbcdbfd7f-bbc5e23a {
  place-self: center start;
}

#w-node-_86250cd2-540b-7cda-3bea-e1cb944e66f6-bbc5e23a {
  align-self: center;
}

#w-node-_86250cd2-540b-7cda-3bea-e1cb944e66f8-bbc5e23a {
  place-self: center start;
}

#w-node-dd5b8cd4-5422-fc46-b6dc-454336fed269-bbc5e23a {
  align-self: center;
}

#w-node-dd5b8cd4-5422-fc46-b6dc-454336fed26b-bbc5e23a {
  place-self: center start;
}

#w-node-_258a4bd7-160c-f068-176f-c3c71566e781-bbc5e23a {
  align-self: center;
}

#w-node-_258a4bd7-160c-f068-176f-c3c71566e783-bbc5e23a {
  place-self: center start;
}

#w-node-ae596868-3c78-0fe8-f8f4-72e662028488-bbc5e23a {
  align-self: center;
}

#w-node-ae596868-3c78-0fe8-f8f4-72e66202848a-bbc5e23a {
  place-self: center start;
}

#w-node-fb69481a-2a14-5e70-3a1b-a4026d425be7-bbc5e23a {
  align-self: center;
}

#w-node-fb69481a-2a14-5e70-3a1b-a4026d425be9-bbc5e23a {
  place-self: center start;
}

#w-node-_79225bf1-dfdf-5069-16b9-af93c654af3c-bbc5e23a {
  align-self: center;
}

#w-node-_79225bf1-dfdf-5069-16b9-af93c654af3e-bbc5e23a {
  place-self: center start;
}

#w-node-_2203997c-a131-13e4-e99f-9324d726e9dd-bbc5e23a {
  align-self: center;
}

#w-node-_2203997c-a131-13e4-e99f-9324d726e9df-bbc5e23a {
  place-self: center start;
}

#w-node-ca5029c6-ebe8-b3dd-3911-eaea02c10438-bbc5e23a {
  align-self: center;
}

#w-node-ca5029c6-ebe8-b3dd-3911-eaea02c1043a-bbc5e23a {
  place-self: center start;
}

#w-node-b20b2a02-8dd5-f3a4-95f1-fcb6d57dfa99-bbc5e23a {
  align-self: center;
}

#w-node-b20b2a02-8dd5-f3a4-95f1-fcb6d57dfa9b-bbc5e23a {
  place-self: center start;
}

#w-node-_120afda1-0e74-58ac-ddb1-43e7970f147b-bbc5e23a {
  align-self: center;
}

#w-node-_120afda1-0e74-58ac-ddb1-43e7970f147d-bbc5e23a {
  place-self: center start;
}

#w-node-_2d2ec0e1-438d-7aa0-ddb8-7c85849a9747-bbc5e23a {
  align-self: center;
}

#w-node-_2d2ec0e1-438d-7aa0-ddb8-7c85849a9749-bbc5e23a {
  place-self: center start;
}

#w-node-_03555380-beda-7152-3af3-e43ad3d018f5-bbc5e23a {
  align-self: center;
}

#w-node-_03555380-beda-7152-3af3-e43ad3d018f7-bbc5e23a {
  place-self: center start;
}

#w-node-_455fdeb3-18f6-0de4-546b-3118d7124610-bbc5e23a {
  align-self: center;
}

#w-node-_455fdeb3-18f6-0de4-546b-3118d7124612-bbc5e23a {
  place-self: center start;
}

#w-node-bedf0b4d-fb28-6902-444a-421cb4df678d-bbc5e23a {
  align-self: center;
}

#w-node-bedf0b4d-fb28-6902-444a-421cb4df678f-bbc5e23a {
  place-self: center start;
}

#w-node-_874c2c1a-9fb7-4607-b924-d7546e99ee24-bbc5e23a {
  align-self: center;
}

#w-node-_874c2c1a-9fb7-4607-b924-d7546e99ee26-bbc5e23a {
  place-self: center start;
}

#w-node-_62789c1f-5381-dc6c-f539-723cbe2f733d-bbc5e23a {
  align-self: center;
}

#w-node-_62789c1f-5381-dc6c-f539-723cbe2f733f-bbc5e23a {
  place-self: center start;
}

#w-node-_57ef5c51-ca7a-ff3d-42e2-c67a9b362483-bbc5e23a {
  align-self: center;
}

#w-node-_57ef5c51-ca7a-ff3d-42e2-c67a9b362485-bbc5e23a {
  place-self: center start;
}

#w-node-_66a934e7-de22-8e6d-f7e7-4cdc00a8b8de-bbc5e23a {
  align-self: center;
}

#w-node-_66a934e7-de22-8e6d-f7e7-4cdc00a8b8e0-bbc5e23a {
  place-self: center start;
}

#w-node-f3b07b19-5cb6-4133-1594-f5e26ff74e92-bbc5e23a {
  align-self: center;
}

#w-node-f3b07b19-5cb6-4133-1594-f5e26ff74e94-bbc5e23a {
  place-self: center start;
}

#w-node-c343fd93-dde5-158d-30e6-d7103b760255-bbc5e23a {
  align-self: center;
}

#w-node-c343fd93-dde5-158d-30e6-d7103b760257-bbc5e23a {
  place-self: center start;
}

#w-node-_97911f4e-204f-b0ce-b68e-4dd4838c975d-bbc5e23a {
  align-self: center;
}

#w-node-_97911f4e-204f-b0ce-b68e-4dd4838c975f-bbc5e23a {
  place-self: center start;
}

#w-node-a2e99532-41ed-0133-2a77-e0044d39af64-bbc5e23a {
  align-self: center;
}

#w-node-a2e99532-41ed-0133-2a77-e0044d39af66-bbc5e23a {
  place-self: center start;
}

#w-node-_1e1db15c-3092-eacd-0ec5-6e2d366e42cc-bbc5e23a {
  align-self: center;
}

#w-node-_1e1db15c-3092-eacd-0ec5-6e2d366e42ce-bbc5e23a {
  place-self: center start;
}

#w-node-_45b37bf3-b58a-f787-07a8-32f5d6ea381f-bbc5e23a {
  align-self: center;
}

#w-node-_45b37bf3-b58a-f787-07a8-32f5d6ea3821-bbc5e23a {
  place-self: center start;
}

#w-node-_37543a4d-ec5e-a5e2-9c4f-c9ea13089dea-bbc5e23a {
  align-self: center;
}

#w-node-_37543a4d-ec5e-a5e2-9c4f-c9ea13089dec-bbc5e23a {
  place-self: center start;
}

#w-node-_3e913d19-c30f-1f84-7994-210691018a03-bbc5e23a {
  align-self: center;
}

#w-node-_3e913d19-c30f-1f84-7994-210691018a05-bbc5e23a {
  place-self: center start;
}

#w-node-cf1834c1-8edc-a918-d451-9d91356696d2-bbc5e23a {
  align-self: center;
}

#w-node-cf1834c1-8edc-a918-d451-9d91356696d4-bbc5e23a {
  place-self: center start;
}

#w-node-e00904fb-e5d0-0192-bb88-7f7ff8a23cdd-bbc5e23a {
  align-self: center;
}

#w-node-e00904fb-e5d0-0192-bb88-7f7ff8a23cdf-bbc5e23a {
  place-self: center start;
}

#w-node-_071f0b47-af56-a2b6-0a75-bb2d22834f16-bbc5e23a {
  align-self: center;
}

#w-node-_071f0b47-af56-a2b6-0a75-bb2d22834f18-bbc5e23a {
  place-self: center start;
}

#w-node-a57719d3-5884-19b3-afb9-5d3ef5aac10c-bbc5e23a {
  align-self: center;
}

#w-node-a57719d3-5884-19b3-afb9-5d3ef5aac10e-bbc5e23a {
  place-self: center start;
}

#w-node-_76532365-b836-fb06-d323-7062921d9c11-bbc5e23a {
  align-self: center;
}

#w-node-_76532365-b836-fb06-d323-7062921d9c13-bbc5e23a {
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0cf76-bbc5e23a {
  align-self: center;
}

#w-node-_7308736a-7213-ef64-e991-041904a0cf78-bbc5e23a {
  place-self: center start;
}

#w-node-_68e0df9e-5eca-1ddc-f0cf-2aacd77626dc-bbc5e23a {
  align-self: center;
}

#w-node-_68e0df9e-5eca-1ddc-f0cf-2aacd77626de-bbc5e23a {
  place-self: center start;
}

#w-node-a5f7d827-5644-45cf-66a3-79bddb892e8a-bbc5e23a {
  align-self: center;
}

#w-node-a5f7d827-5644-45cf-66a3-79bddb892e8c-bbc5e23a {
  place-self: center start;
}

#w-node-e448d3a2-2a9a-271e-274c-41f5dd0451d7-bbc5e23a {
  align-self: center;
}

#w-node-e448d3a2-2a9a-271e-274c-41f5dd0451d9-bbc5e23a {
  place-self: center start;
}

#w-node-_8f130f0f-efd2-f1ed-1e8f-d3208b51aff1-bbc5e23a {
  align-self: center;
}

#w-node-_8f130f0f-efd2-f1ed-1e8f-d3208b51aff3-bbc5e23a {
  place-self: center start;
}

#w-node-_30fc65c1-8956-a4f8-2a7d-547c5f17b55b-bbc5e23a {
  align-self: center;
}

#w-node-_30fc65c1-8956-a4f8-2a7d-547c5f17b55d-bbc5e23a {
  place-self: center start;
}

#w-node-dca81482-cf5b-768e-1d5d-bd9d687c7f22-bbc5e23a {
  align-self: center;
}

#w-node-dca81482-cf5b-768e-1d5d-bd9d687c7f24-bbc5e23a {
  place-self: center start;
}

#w-node-cede8f6b-dc18-9033-d9b4-ab8f91805da1-bbc5e23a {
  align-self: center;
}

#w-node-cede8f6b-dc18-9033-d9b4-ab8f91805da3-bbc5e23a {
  place-self: center start;
}

#w-node-_21c11282-aadc-4fea-5434-b0f2649f00ee-bbc5e23a {
  align-self: center;
}

#w-node-_21c11282-aadc-4fea-5434-b0f2649f00f0-bbc5e23a {
  place-self: center start;
}

#w-node-_277b11e2-ece7-3ea8-463b-91d0bf6beaea-bbc5e23a {
  align-self: center;
}

#w-node-_277b11e2-ece7-3ea8-463b-91d0bf6beaec-bbc5e23a {
  place-self: center start;
}

#w-node-_4fecf8da-e6d5-2c97-3567-5fafdb5650a4-bbc5e23a {
  align-self: center;
}

#w-node-_4fecf8da-e6d5-2c97-3567-5fafdb5650a6-bbc5e23a {
  place-self: center start;
}

#w-node-_25328df7-d4af-b195-8e4a-fe7e79fd66c0-bbc5e23a {
  align-self: center;
}

#w-node-_25328df7-d4af-b195-8e4a-fe7e79fd66c2-bbc5e23a {
  place-self: center start;
}

#w-node-a9672586-ad70-9ffe-ddd9-9f921009e545-bbc5e23a {
  align-self: center;
}

#w-node-a9672586-ad70-9ffe-ddd9-9f921009e547-bbc5e23a {
  place-self: center start;
}

#w-node-_07b01f73-deb6-7776-e0b7-c2c43f24e553-bbc5e23a {
  align-self: center;
}

#w-node-_07b01f73-deb6-7776-e0b7-c2c43f24e555-bbc5e23a {
  place-self: center start;
}

#w-node-bc90bd1e-1c86-356f-7dbc-42ef274accea-bbc5e23a {
  align-self: center;
}

#w-node-bc90bd1e-1c86-356f-7dbc-42ef274accec-bbc5e23a {
  place-self: center start;
}

#w-node-_8450c281-ab24-3b53-051f-a1d760bce94b-bbc5e23a {
  align-self: center;
}

#w-node-_8450c281-ab24-3b53-051f-a1d760bce94d-bbc5e23a {
  place-self: center start;
}

#w-node-_0a050055-a3d0-4aff-611d-ef074f2e107e-bbc5e23a {
  align-self: center;
}

#w-node-_0a050055-a3d0-4aff-611d-ef074f2e1080-bbc5e23a {
  place-self: center start;
}

#w-node-_81aa4cc4-b268-ea21-25aa-f8e4f9fd9fa2-bbc5e23a {
  align-self: center;
}

#w-node-_81aa4cc4-b268-ea21-25aa-f8e4f9fd9fa4-bbc5e23a {
  place-self: center start;
}

#w-node-bf193663-1a70-1147-5523-10ba7aa7083f-bbc5e23a {
  align-self: center;
}

#w-node-bf193663-1a70-1147-5523-10ba7aa70841-bbc5e23a {
  place-self: center start;
}

#w-node-_078b09cd-051c-4b0c-4975-bf785ee26721-bbc5e23a {
  align-self: center;
}

#w-node-_078b09cd-051c-4b0c-4975-bf785ee26723-bbc5e23a {
  place-self: center start;
}

#w-node-cd0b86a2-2d58-47a6-de78-653a20f9f066-bbc5e23a {
  align-self: center;
}

#w-node-cd0b86a2-2d58-47a6-de78-653a20f9f068-bbc5e23a {
  place-self: center start;
}

#w-node-f9ef57e8-9b2d-2949-8631-250a3aa4507f-bbc5e23a {
  align-self: center;
}

#w-node-f9ef57e8-9b2d-2949-8631-250a3aa45081-bbc5e23a {
  place-self: center start;
}

#w-node-_50b5bbc8-3254-d9d6-4c43-59591b613d21-bbc5e23a {
  align-self: center;
}

#w-node-_50b5bbc8-3254-d9d6-4c43-59591b613d23-bbc5e23a {
  place-self: center start;
}

#w-node-_806d69c8-c413-39be-1a14-7cb92fe9a91f-bbc5e23a {
  align-self: center;
}

#w-node-_806d69c8-c413-39be-1a14-7cb92fe9a921-bbc5e23a {
  place-self: center start;
}

#w-node-_50ad99c2-1568-8e62-cbc2-b842c6365e05-bbc5e23a {
  align-self: center;
}

#w-node-_50ad99c2-1568-8e62-cbc2-b842c6365e07-bbc5e23a {
  place-self: center start;
}

#w-node-_2cda45c9-3648-ffae-748e-7b57680385d0-bbc5e23a {
  align-self: center;
}

#w-node-_2cda45c9-3648-ffae-748e-7b57680385d2-bbc5e23a {
  place-self: center start;
}

#w-node-_625340c1-5195-2708-5fc8-e28c70000b61-bbc5e23a {
  align-self: center;
}

#w-node-_625340c1-5195-2708-5fc8-e28c70000b63-bbc5e23a {
  place-self: center start;
}

#w-node-_44f1423d-b158-d9fa-170c-82343344e0ee-bbc5e23a {
  align-self: center;
}

#w-node-_44f1423d-b158-d9fa-170c-82343344e0f0-bbc5e23a {
  place-self: center start;
}

#w-node-_2f78fdab-bbc6-5615-19ee-390a502f4719-bbc5e23a {
  align-self: center;
}

#w-node-_2f78fdab-bbc6-5615-19ee-390a502f471b-bbc5e23a {
  place-self: center start;
}

#w-node-_1fc05084-a43f-0c0a-8f85-f097d15f1415-bbc5e23a {
  align-self: center;
}

#w-node-_1fc05084-a43f-0c0a-8f85-f097d15f1417-bbc5e23a {
  place-self: center start;
}

#w-node-b84b0b9f-44fb-fcaa-ff32-98b81f2826ef-bbc5e23a {
  align-self: center;
}

#w-node-b84b0b9f-44fb-fcaa-ff32-98b81f2826f1-bbc5e23a {
  place-self: center start;
}

#w-node-cf4fc038-09e2-adeb-9e0e-3f68e25cdae4-bbc5e23a {
  align-self: center;
}

#w-node-cf4fc038-09e2-adeb-9e0e-3f68e25cdae6-bbc5e23a {
  place-self: center start;
}

#w-node-_900d4f52-6b73-cb23-d1f9-b79880f0a423-bbc5e23a {
  align-self: center;
}

#w-node-_900d4f52-6b73-cb23-d1f9-b79880f0a425-bbc5e23a {
  place-self: center start;
}

#w-node-fa0c8293-2576-94af-0494-26e303a46083-bbc5e23a {
  align-self: center;
}

#w-node-fa0c8293-2576-94af-0494-26e303a46085-bbc5e23a {
  place-self: center start;
}

#w-node-_71de94b7-8a7b-e483-a3a8-d383bc66761d-bbc5e23a {
  align-self: center;
}

#w-node-_71de94b7-8a7b-e483-a3a8-d383bc66761f-bbc5e23a {
  place-self: center start;
}

#w-node-_22ff7c1a-97ee-1f8b-10a5-227fd9f98899-bbc5e23a {
  align-self: center;
}

#w-node-_22ff7c1a-97ee-1f8b-10a5-227fd9f9889b-bbc5e23a {
  place-self: center start;
}

#w-node-_5bf4f2da-5535-4101-4eef-0e20faf13252-bbc5e23a {
  align-self: center;
}

#w-node-_5bf4f2da-5535-4101-4eef-0e20faf13254-bbc5e23a {
  place-self: center start;
}

#w-node-c296f03e-9b2a-17f1-4923-3a387f9cc103-bbc5e23a {
  align-self: center;
}

#w-node-c296f03e-9b2a-17f1-4923-3a387f9cc105-bbc5e23a {
  place-self: center start;
}

#w-node-e8b545f1-3c4f-6fab-3656-d9c2bd43c1b6-bbc5e23a {
  align-self: center;
}

#w-node-e8b545f1-3c4f-6fab-3656-d9c2bd43c1b8-bbc5e23a {
  place-self: center start;
}

#w-node-_806624c8-e57e-377e-150e-2dc518f0b192-bbc5e23a {
  align-self: center;
}

#w-node-_806624c8-e57e-377e-150e-2dc518f0b194-bbc5e23a {
  place-self: center start;
}

#w-node-d77989db-c787-8c03-bdce-0a298505f863-bbc5e23a {
  align-self: center;
}

#w-node-d77989db-c787-8c03-bdce-0a298505f865-bbc5e23a {
  place-self: center start;
}

#w-node-e28a9807-71c9-9650-d2ba-1e4ab4765c30-bbc5e23a {
  align-self: center;
}

#w-node-e28a9807-71c9-9650-d2ba-1e4ab4765c32-bbc5e23a {
  place-self: center start;
}

#w-node-_1640bc33-061c-5d31-9db8-28e29367c7e9-bbc5e23a {
  align-self: center;
}

#w-node-_1640bc33-061c-5d31-9db8-28e29367c7eb-bbc5e23a {
  place-self: center start;
}

#w-node-bed2bda7-ddc6-0774-68e8-50395072a170-bbc5e23a {
  align-self: center;
}

#w-node-bed2bda7-ddc6-0774-68e8-50395072a172-bbc5e23a {
  place-self: center start;
}

#w-node-_21fd7f1d-df3f-3906-6e66-19b789ab0edf-bbc5e23a {
  align-self: center;
}

#w-node-_21fd7f1d-df3f-3906-6e66-19b789ab0ee1-bbc5e23a {
  place-self: center start;
}

#w-node-_47b29aef-250e-58d5-05d2-e47105b5fc4e-bbc5e23a {
  align-self: center;
}

#w-node-_47b29aef-250e-58d5-05d2-e47105b5fc50-bbc5e23a {
  place-self: center start;
}

#w-node-_7e9760be-51b9-b205-4ddd-5ab86e5a22eb-bbc5e23a {
  align-self: center;
}

#w-node-_7e9760be-51b9-b205-4ddd-5ab86e5a22ed-bbc5e23a {
  place-self: center start;
}

#w-node-af62c2c9-7eb4-0740-e918-9350f326b14c-bbc5e23a {
  align-self: center;
}

#w-node-af62c2c9-7eb4-0740-e918-9350f326b14e-bbc5e23a {
  place-self: center start;
}

#w-node-_3e0c2053-6960-bdc3-b29f-ce96bed8bf4e-bbc5e23a {
  align-self: center;
}

#w-node-_3e0c2053-6960-bdc3-b29f-ce96bed8bf50-bbc5e23a {
  place-self: center start;
}

#w-node-_1135367d-e0c4-05c0-9e11-057ecf36793e-bbc5e23a {
  align-self: center;
}

#w-node-_1135367d-e0c4-05c0-9e11-057ecf367940-bbc5e23a {
  place-self: center start;
}

#w-node-_3542fb5e-590b-c286-3a24-48ea3291e658-bbc5e23a {
  align-self: center;
}

#w-node-_3542fb5e-590b-c286-3a24-48ea3291e65a-bbc5e23a {
  place-self: center start;
}

#w-node-_51baa0e7-d409-a10e-6a6e-42bba7646d20-bbc5e23a {
  align-self: center;
}

#w-node-_51baa0e7-d409-a10e-6a6e-42bba7646d22-bbc5e23a {
  place-self: center start;
}

#w-node-_2fb0a551-15bf-5079-c916-ba90ff8ad2fa-bbc5e23a {
  align-self: center;
}

#w-node-_2fb0a551-15bf-5079-c916-ba90ff8ad2fc-bbc5e23a {
  place-self: center start;
}

#w-node-_8be8b2a0-c158-560e-608f-6fe66429baae-bbc5e23a {
  align-self: center;
}

#w-node-_8be8b2a0-c158-560e-608f-6fe66429bab0-bbc5e23a {
  place-self: center start;
}

#w-node-bf987eed-1c16-f476-8a45-b0685a3bb322-bbc5e23a {
  align-self: center;
}

#w-node-bf987eed-1c16-f476-8a45-b0685a3bb324-bbc5e23a {
  place-self: center start;
}

#w-node-_0c2f9f37-a0c9-a7a3-1533-86e6f1000112-bbc5e23a {
  align-self: center;
}

#w-node-_0c2f9f37-a0c9-a7a3-1533-86e6f1000114-bbc5e23a {
  place-self: center start;
}

#w-node-e7b57cd2-07d9-4e9a-866e-40b12d81d2fc-bbc5e23a {
  align-self: center;
}

#w-node-e7b57cd2-07d9-4e9a-866e-40b12d81d2fe-bbc5e23a {
  place-self: center start;
}

#w-node-_4d766f51-e1df-6844-03a0-c14ea7380d17-bbc5e23a {
  align-self: center;
}

#w-node-_4d766f51-e1df-6844-03a0-c14ea7380d19-bbc5e23a {
  place-self: center start;
}

#w-node-f8700ead-05af-2389-4f3d-c19b61b10e1f-bbc5e23a {
  align-self: center;
}

#w-node-f8700ead-05af-2389-4f3d-c19b61b10e21-bbc5e23a {
  place-self: center start;
}

#w-node-d2e7c0fa-71ca-92a0-28af-fc5b9d5add52-bbc5e23a {
  align-self: center;
}

#w-node-d2e7c0fa-71ca-92a0-28af-fc5b9d5add54-bbc5e23a {
  place-self: center start;
}

#w-node-_9649865a-5ae9-0b60-1f11-b3ba7e25b715-bbc5e23a {
  align-self: center;
}

#w-node-_4ec99f74-6b08-6d16-3c04-8ee444c3f310-bbc5e23a {
  place-self: center start;
}

#w-node-_4ec99f74-6b08-6d16-3c04-8ee444c3f30e-bbc5e23a {
  align-self: center;
}

#w-node-_9649865a-5ae9-0b60-1f11-b3ba7e25b717-bbc5e23a {
  place-self: center start;
}

#w-node-_27125303-ba49-43fa-e788-7fd3c1eca4de-bbc5e23a {
  align-self: center;
}

#w-node-_27125303-ba49-43fa-e788-7fd3c1eca4e0-bbc5e23a {
  place-self: center start;
}

#w-node-_8b1581de-f45a-5a39-6917-b75827989ff5-bbc5e23a {
  align-self: center;
}

#w-node-_8b1581de-f45a-5a39-6917-b75827989ff7-bbc5e23a {
  place-self: center start;
}

#w-node-f87b4750-854e-3837-5cc2-ad59c693cafb-bbc5e23a {
  align-self: center;
}

#w-node-f87b4750-854e-3837-5cc2-ad59c693cafd-bbc5e23a {
  place-self: center start;
}

#w-node-_9c92cea8-40ad-2432-87bd-d6296782c4f8-bbc5e23a {
  align-self: center;
}

#w-node-_9c92cea8-40ad-2432-87bd-d6296782c4fa-bbc5e23a {
  place-self: center start;
}

#w-node-_7ec70718-db23-b9b4-927c-3bebe6d1ce51-bbc5e23a {
  align-self: center;
}

#w-node-_7ec70718-db23-b9b4-927c-3bebe6d1ce53-bbc5e23a {
  place-self: center start;
}

#w-node-_53a0634c-6864-7725-a873-ccc8a22bff49-bbc5e23a {
  align-self: center;
}

#w-node-_53a0634c-6864-7725-a873-ccc8a22bff4b-bbc5e23a {
  place-self: center start;
}

#w-node-bcda840c-beee-92c1-65c7-c80247a0b028-bbc5e23a {
  align-self: center;
}

#w-node-bcda840c-beee-92c1-65c7-c80247a0b02a-bbc5e23a {
  place-self: center start;
}

#w-node-b5e2939e-ebdd-2060-424e-3cda928d1017-bbc5e23a {
  align-self: center;
}

#w-node-b5e2939e-ebdd-2060-424e-3cda928d1019-bbc5e23a {
  place-self: center start;
}

#w-node-_781ebf8e-7c12-5db8-0b8e-e938d8a91358-bbc5e23a {
  align-self: center;
}

#w-node-_781ebf8e-7c12-5db8-0b8e-e938d8a9135a-bbc5e23a {
  place-self: center start;
}

#w-node-ee887784-202b-f3a2-c0e8-ab355f18f2f6-bbc5e23a {
  align-self: center;
}

#w-node-ee887784-202b-f3a2-c0e8-ab355f18f2f8-bbc5e23a {
  place-self: center start;
}

#w-node-_0a2f531c-5af5-362e-41b4-4d9629c44994-bbc5e23a {
  align-self: center;
}

#w-node-_0a2f531c-5af5-362e-41b4-4d9629c44996-bbc5e23a {
  place-self: center start;
}

#w-node-_4534f2be-b07b-9e98-5f34-f99e34936609-bbc5e23a {
  align-self: center;
}

#w-node-_4534f2be-b07b-9e98-5f34-f99e3493660b-bbc5e23a {
  place-self: center start;
}

#w-node-a880c06f-353d-1179-a5f6-c196bb30cdfd-bbc5e23a {
  align-self: center;
}

#w-node-a880c06f-353d-1179-a5f6-c196bb30cdff-bbc5e23a {
  place-self: center start;
}

#w-node-e81270d3-df46-33b1-97ea-9ff98282d24d-bbc5e23a {
  align-self: center;
}

#w-node-e81270d3-df46-33b1-97ea-9ff98282d24f-bbc5e23a {
  place-self: center start;
}

#w-node-_3dbabf4c-a128-3072-e16e-cb3a6da88f73-bbc5e23a {
  align-self: center;
}

#w-node-_3dbabf4c-a128-3072-e16e-cb3a6da88f75-bbc5e23a {
  place-self: center start;
}

#w-node-_1bc9c7c8-2a44-4b52-bc03-0314c17dd2ae-bbc5e23a {
  align-self: center;
}

#w-node-_1bc9c7c8-2a44-4b52-bc03-0314c17dd2b0-bbc5e23a {
  place-self: center start;
}

#w-node-d41ccf4b-a84b-c03c-6a49-4869aaab77b2-bbc5e23a {
  align-self: center;
}

#w-node-d41ccf4b-a84b-c03c-6a49-4869aaab77b4-bbc5e23a {
  place-self: center start;
}

#w-node-_7c92702f-7b45-804c-6c91-a95254ae71e8-bbc5e23a {
  align-self: center;
}

#w-node-_7c92702f-7b45-804c-6c91-a95254ae71ea-bbc5e23a {
  place-self: center start;
}

#w-node-d8055818-1302-4293-856b-3a79e83c6226-bbc5e23a {
  align-self: center;
}

#w-node-d8055818-1302-4293-856b-3a79e83c6228-bbc5e23a {
  place-self: center start;
}

#w-node-bda1c1d0-5709-8783-3e2b-4a51f0015884-bbc5e23a {
  align-self: center;
}

#w-node-bda1c1d0-5709-8783-3e2b-4a51f0015886-bbc5e23a {
  place-self: center start;
}

#w-node-_9376940c-029a-1614-8248-148903d86879-bbc5e23a {
  align-self: center;
}

#w-node-_9376940c-029a-1614-8248-148903d8687b-bbc5e23a {
  place-self: center start;
}

#w-node-_47fdf8a1-2ef1-1421-c249-732b6bd3da21-bbc5e23a {
  align-self: center;
}

#w-node-_47fdf8a1-2ef1-1421-c249-732b6bd3da23-bbc5e23a {
  place-self: center start;
}

#w-node-_03614dc1-c8e8-5d15-62ce-2cea811d2421-bbc5e23a {
  align-self: center;
}

#w-node-_03614dc1-c8e8-5d15-62ce-2cea811d2423-bbc5e23a {
  place-self: center start;
}

#w-node-cdacc998-3f6b-5911-4a71-abffbab8a414-bbc5e23a {
  align-self: center;
}

#w-node-cdacc998-3f6b-5911-4a71-abffbab8a416-bbc5e23a {
  place-self: center start;
}

#w-node-_9d99f2f7-af7b-b15e-f82b-32c270cff4c7-bbc5e23a {
  align-self: center;
}

#w-node-_9d99f2f7-af7b-b15e-f82b-32c270cff4c9-bbc5e23a {
  place-self: center start;
}

#w-node-c3f2ce6c-a70f-531e-13a6-c49c5736eddb-bbc5e23a {
  align-self: center;
}

#w-node-c3f2ce6c-a70f-531e-13a6-c49c5736eddd-bbc5e23a {
  place-self: center start;
}

#w-node-_9e60c405-4061-91b6-3f5b-2fe094e45115-bbc5e23a {
  align-self: center;
}

#w-node-_9e60c405-4061-91b6-3f5b-2fe094e45117-bbc5e23a {
  place-self: center start;
}

#w-node-e7d72d89-cff1-e9ba-49a6-5fc4913ec63f-bbc5e23a {
  align-self: center;
}

#w-node-e7d72d89-cff1-e9ba-49a6-5fc4913ec641-bbc5e23a {
  place-self: center start;
}

#w-node-_36463999-87b8-def1-a7c9-d679fb5b42d0-bbc5e23a {
  align-self: center;
}

#w-node-_36463999-87b8-def1-a7c9-d679fb5b42d2-bbc5e23a {
  place-self: center start;
}

#w-node-_2c13d785-0ff1-3a5b-0d02-7aeee8115e3e-bbc5e23a {
  align-self: center;
}

#w-node-_2c13d785-0ff1-3a5b-0d02-7aeee8115e40-bbc5e23a {
  place-self: center start;
}

#w-node-e97d0bda-5b30-31b9-3bb5-f65cde537fe8-bbc5e23a {
  align-self: center;
}

#w-node-e97d0bda-5b30-31b9-3bb5-f65cde537fea-bbc5e23a {
  place-self: center start;
}

#w-node-_95761558-68b1-3b56-d2b1-ae07f20a263c-bbc5e23a {
  align-self: center;
}

#w-node-_95761558-68b1-3b56-d2b1-ae07f20a263e-bbc5e23a {
  place-self: center start;
}

#w-node-_6afa2b83-e82d-bf34-cf02-1ffb0b557d0b-bbc5e23a {
  align-self: center;
}

#w-node-_6afa2b83-e82d-bf34-cf02-1ffb0b557d0d-bbc5e23a {
  place-self: center start;
}

#w-node-_83134344-fe47-b276-f990-1c7d97a45bec-bbc5e23a {
  align-self: center;
}

#w-node-_83134344-fe47-b276-f990-1c7d97a45bee-bbc5e23a {
  place-self: center start;
}

#w-node-_514f5b9f-c668-c593-0038-bcc68680dfd2-bbc5e23a {
  align-self: center;
}

#w-node-_514f5b9f-c668-c593-0038-bcc68680dfd4-bbc5e23a {
  place-self: center start;
}

#w-node-_088de0ea-2d30-7982-dc4b-ac3643958b0f-bbc5e23a {
  align-self: center;
}

#w-node-_088de0ea-2d30-7982-dc4b-ac3643958b11-bbc5e23a {
  place-self: center start;
}

#w-node-_68c7aa89-2893-614a-ff30-a0e263fc7647-bbc5e23a {
  align-self: center;
}

#w-node-_68c7aa89-2893-614a-ff30-a0e263fc7649-bbc5e23a {
  place-self: center start;
}

#w-node-b1cd0f67-86e1-dc23-dfd9-1743727cd48a-bbc5e23a {
  align-self: center;
}

#w-node-b1cd0f67-86e1-dc23-dfd9-1743727cd48c-bbc5e23a {
  place-self: center start;
}

#w-node-_9af94b96-ae00-04d8-5741-cd5e4a197bf6-bbc5e23a {
  align-self: center;
}

#w-node-_9af94b96-ae00-04d8-5741-cd5e4a197bf8-bbc5e23a {
  place-self: center start;
}

#w-node-e9f3d166-cd30-f3de-a337-77055525955d-bbc5e23a {
  align-self: center;
}

#w-node-e9f3d166-cd30-f3de-a337-77055525955f-bbc5e23a {
  place-self: center start;
}

#w-node-f54c4f90-d717-18d5-72bc-2ea0860db688-bbc5e23a {
  align-self: center;
}

#w-node-f54c4f90-d717-18d5-72bc-2ea0860db68a-bbc5e23a {
  place-self: center start;
}

#w-node-_01a55840-29d4-8b23-ec26-b08ac3f43ebf-bbc5e23a {
  align-self: center;
}

#w-node-_01a55840-29d4-8b23-ec26-b08ac3f43ec1-bbc5e23a {
  place-self: center start;
}

#w-node-_91fb351c-8406-7e2e-496d-50e68094fa18-bbc5e23a {
  align-self: center;
}

#w-node-_91fb351c-8406-7e2e-496d-50e68094fa1a-bbc5e23a {
  place-self: center start;
}

#w-node-_9486134d-5886-454a-dac7-b4014d29afa8-bbc5e23a {
  align-self: center;
}

#w-node-_9486134d-5886-454a-dac7-b4014d29afaa-bbc5e23a {
  place-self: center start;
}

#w-node-bdf1b845-024c-689e-aae6-2b6163ad3b11-bbc5e23a {
  align-self: center;
}

#w-node-bdf1b845-024c-689e-aae6-2b6163ad3b13-bbc5e23a {
  place-self: center start;
}

#w-node-_26171346-4ebd-b4bb-319f-32d79e0bceba-bbc5e23a {
  align-self: center;
}

#w-node-_26171346-4ebd-b4bb-319f-32d79e0bcebc-bbc5e23a {
  place-self: center start;
}

#w-node-_47e76c00-6b70-ec1e-d447-2582faa5943f-bbc5e23a {
  align-self: center;
}

#w-node-_47e76c00-6b70-ec1e-d447-2582faa59441-bbc5e23a {
  place-self: center start;
}

#w-node-c18060db-b770-c9a1-f334-b893d42ad088-bbc5e23a {
  align-self: center;
}

#w-node-c18060db-b770-c9a1-f334-b893d42ad08a-bbc5e23a {
  place-self: center start;
}

#w-node-ee12cb09-1c8b-4fa6-42d9-783b29c35830-bbc5e23a {
  align-self: center;
}

#w-node-ee12cb09-1c8b-4fa6-42d9-783b29c35832-bbc5e23a {
  place-self: center start;
}

#w-node-_68b69e6f-1f4b-a76a-0cfe-d79412a8c6e3-bbc5e23a {
  align-self: center;
}

#w-node-_68b69e6f-1f4b-a76a-0cfe-d79412a8c6e5-bbc5e23a {
  place-self: center start;
}

#w-node-b48205e7-b70d-d455-98e3-d463959793ce-bbc5e23a {
  align-self: center;
}

#w-node-b48205e7-b70d-d455-98e3-d463959793d0-bbc5e23a {
  place-self: center start;
}

#w-node-_4a118b2b-48b4-479a-0040-6d47cb0ec60c-bbc5e23a {
  align-self: center;
}

#w-node-_4a118b2b-48b4-479a-0040-6d47cb0ec60e-bbc5e23a {
  place-self: center start;
}

#w-node-_055a66e1-6ea0-7d80-59ec-76e89750f8a6-bbc5e23a {
  align-self: center;
}

#w-node-_055a66e1-6ea0-7d80-59ec-76e89750f8a8-bbc5e23a {
  place-self: center start;
}

#w-node-_949567ed-cb51-ecd3-aab4-83d25684da97-bbc5e23a {
  align-self: center;
}

#w-node-_949567ed-cb51-ecd3-aab4-83d25684da99-bbc5e23a {
  place-self: center start;
}

#w-node-_683de92c-658f-ed1e-c89e-29b9fe0a81fe-bbc5e23a {
  align-self: center;
}

#w-node-_683de92c-658f-ed1e-c89e-29b9fe0a8200-bbc5e23a {
  place-self: center start;
}

#w-node-_6d954f35-38f2-c792-4c63-c70c641823c0-bbc5e23a {
  align-self: center;
}

#w-node-_6d954f35-38f2-c792-4c63-c70c641823c2-bbc5e23a {
  place-self: center start;
}

#w-node-_80a71766-621c-658a-9aa7-79a2cfa8b768-bbc5e23a {
  align-self: center;
}

#w-node-_80a71766-621c-658a-9aa7-79a2cfa8b76a-bbc5e23a {
  place-self: center start;
}

#w-node-ef971cb1-29ae-d24e-fe3f-50f655d24fad-bbc5e23a {
  align-self: center;
}

#w-node-ef971cb1-29ae-d24e-fe3f-50f655d24faf-bbc5e23a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-a0473ec5-18ca-aeef-2c43-af68c1921165-bbc5e23a {
  align-self: center;
}

#w-node-a0473ec5-18ca-aeef-2c43-af68c1921167-bbc5e23a {
  place-self: center start;
}

#w-node-_4f84eb73-d556-bd5d-1c58-08f875841092-bbc5e23a {
  align-self: center;
}

#w-node-_4f84eb73-d556-bd5d-1c58-08f875841094-bbc5e23a {
  place-self: center start;
}

#w-node-_5ec4ec86-82d6-7511-2509-80f00fdc7e0c-bbc5e23a {
  align-self: center;
}

#w-node-_5ec4ec86-82d6-7511-2509-80f00fdc7e0e-bbc5e23a {
  place-self: center start;
}

#w-node-_995eaf08-0c5d-1217-fa22-1af8a54a8350-bbc5e23a {
  align-self: center;
}

#w-node-_995eaf08-0c5d-1217-fa22-1af8a54a8352-bbc5e23a {
  place-self: center start;
}

#w-node-_7f158e2c-fa74-450a-12c0-b529c6701513-bbc5e23a {
  align-self: center;
}

#w-node-_7f158e2c-fa74-450a-12c0-b529c6701515-bbc5e23a {
  place-self: center start;
}

#w-node-b8761eae-bd40-7ad7-d279-c1d022e63b71-bbc5e23a {
  align-self: center;
}

#w-node-b8761eae-bd40-7ad7-d279-c1d022e63b73-bbc5e23a {
  place-self: center start;
}

#w-node-ea91853e-9533-0faa-d065-aab5989e9639-bbc5e23a {
  align-self: center;
}

#w-node-ea91853e-9533-0faa-d065-aab5989e963b-bbc5e23a {
  place-self: center start;
}

#w-node-d575cde5-61bd-3b13-13b8-b63f9d004c2b-bbc5e23a {
  align-self: center;
}

#w-node-d575cde5-61bd-3b13-13b8-b63f9d004c2d-bbc5e23a {
  place-self: center start;
}

#w-node-_26e999a0-8cf1-4113-f5c5-742571705926-bbc5e23a {
  align-self: center;
}

#w-node-_26e999a0-8cf1-4113-f5c5-742571705928-bbc5e23a {
  place-self: center start;
}

#w-node-_54ab1439-e0b3-3831-fd2f-b7c668a8fd43-bbc5e23a {
  align-self: center;
}

#w-node-_54ab1439-e0b3-3831-fd2f-b7c668a8fd45-bbc5e23a {
  place-self: center start;
}

#w-node-_73cc4efa-a430-95be-b87f-bfcb82846612-bbc5e23a {
  align-self: center;
}

#w-node-_73cc4efa-a430-95be-b87f-bfcb82846614-bbc5e23a {
  place-self: center start;
}

#w-node-_2b696736-6da5-9628-00fc-471b9918039c-bbc5e23a {
  align-self: center;
}

#w-node-_2b696736-6da5-9628-00fc-471b9918039e-bbc5e23a {
  place-self: center start;
}

#w-node-_2839cb05-c761-a8e6-a683-d650a5cfd3f3-bbc5e23a {
  align-self: center;
}

#w-node-_2839cb05-c761-a8e6-a683-d650a5cfd3f5-bbc5e23a {
  place-self: center start;
}

#w-node-e462aff3-0805-dcb0-33cd-8f137da72cca-bbc5e23a {
  align-self: center;
}

#w-node-e462aff3-0805-dcb0-33cd-8f137da72ccc-bbc5e23a {
  place-self: center start;
}

#w-node-_83dc90ad-64d9-71a6-2d64-c4ca604f29c4-bbc5e23a {
  align-self: center;
}

#w-node-_83dc90ad-64d9-71a6-2d64-c4ca604f29c6-bbc5e23a {
  place-self: center start;
}

#w-node-_768e6d20-2249-3124-16ee-28085dd20044-bbc5e23a {
  align-self: center;
}

#w-node-_768e6d20-2249-3124-16ee-28085dd20046-bbc5e23a {
  place-self: center start;
}

#w-node-_831fac8d-5cf9-d641-f04e-2bdb408d320c-bbc5e23a {
  align-self: center;
}

#w-node-_831fac8d-5cf9-d641-f04e-2bdb408d320e-bbc5e23a {
  place-self: center start;
}

#w-node-f32446b3-8945-9185-17a1-aeec6c5980f5-bbc5e23a {
  align-self: center;
}

#w-node-f32446b3-8945-9185-17a1-aeec6c5980f7-bbc5e23a {
  place-self: center start;
}

#w-node-_7ab267ee-0d82-aaf3-bc74-c31e212429e9-bbc5e23a {
  align-self: center;
}

#w-node-_7ab267ee-0d82-aaf3-bc74-c31e212429eb-bbc5e23a {
  place-self: center start;
}

#w-node-_160f6767-a7f5-13c0-fe35-8023e5c58b04-bbc5e23a {
  align-self: center;
}

#w-node-_160f6767-a7f5-13c0-fe35-8023e5c58b06-bbc5e23a {
  place-self: center start;
}

#w-node-c4de692e-39fa-a038-b35c-5a5e68edeee1-bbc5e23a {
  align-self: center;
}

#w-node-c4de692e-39fa-a038-b35c-5a5e68edeee3-bbc5e23a {
  place-self: center start;
}

#w-node-aef95120-0daf-54d8-fa26-d24e26137743-bbc5e23a {
  align-self: center;
}

#w-node-aef95120-0daf-54d8-fa26-d24e26137745-bbc5e23a {
  place-self: center start;
}

#w-node-c7e98314-8168-6f50-3988-4b0f63460b8b-bbc5e23a {
  align-self: center;
}

#w-node-c7e98314-8168-6f50-3988-4b0f63460b8d-bbc5e23a {
  place-self: center start;
}

#w-node-_9507393f-bebc-c754-54e0-8ea10a6eef9c-bbc5e23a {
  align-self: center;
}

#w-node-_9507393f-bebc-c754-54e0-8ea10a6eef9e-bbc5e23a {
  place-self: center start;
}

#w-node-_572a933f-77bf-0a21-86d8-cf5bffa0c142-bbc5e23a {
  align-self: center;
}

#w-node-_572a933f-77bf-0a21-86d8-cf5bffa0c144-bbc5e23a {
  place-self: center start;
}

#w-node-e1982afe-b779-6253-0470-ff7a4edf8a7b-bbc5e23a {
  align-self: center;
}

#w-node-e1982afe-b779-6253-0470-ff7a4edf8a7d-bbc5e23a {
  place-self: center start;
}

#w-node-_4d829852-6d54-3b05-5dd2-e5ab811e9d04-bbc5e23a {
  align-self: center;
}

#w-node-_4d829852-6d54-3b05-5dd2-e5ab811e9d06-bbc5e23a {
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce91-770eeadb {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce9e-770eeadb {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_7308736a-7213-ef64-e991-041904a0cf76-770eeadb {
  align-self: center;
}

#w-node-_7308736a-7213-ef64-e991-041904a0cf78-770eeadb {
  place-self: center start;
}

#w-node-f53d058c-17ba-ac0f-7aad-4904120e8732-770eeadb {
  align-self: center;
}

#w-node-f53d058c-17ba-ac0f-7aad-4904120e8734-770eeadb {
  place-self: center start;
}

#w-node-_39ca9195-44d8-3acb-ed19-d72946ce0150-770eeadb {
  align-self: center;
}

#w-node-_39ca9195-44d8-3acb-ed19-d72946ce0152-770eeadb {
  place-self: center start;
}

#w-node-aa6968d2-d4b6-db8e-3d90-a9d07ed13b19-770eeadb {
  align-self: center;
}

#w-node-aa6968d2-d4b6-db8e-3d90-a9d07ed13b1b-770eeadb {
  place-self: center start;
}

#w-node-_7461ae51-884d-2c6c-e392-84a21a8fe4d8-770eeadb {
  align-self: center;
}

#w-node-_7461ae51-884d-2c6c-e392-84a21a8fe4da-770eeadb {
  place-self: center start;
}

#w-node-a13f451c-b9c1-3a25-cd2e-be1fdbcf3d07-770eeadb {
  align-self: center;
}

#w-node-a13f451c-b9c1-3a25-cd2e-be1fdbcf3d09-770eeadb {
  place-self: center start;
}

#w-node-_366c4a49-436b-ca4a-0d7a-87cf9330df7c-770eeadb {
  align-self: center;
}

#w-node-_366c4a49-436b-ca4a-0d7a-87cf9330df7e-770eeadb {
  place-self: center start;
}

#w-node-_96c0f0e5-9365-4fd2-aa6e-bff7f8b30bcd-770eeadb {
  align-self: center;
}

#w-node-_96c0f0e5-9365-4fd2-aa6e-bff7f8b30bcf-770eeadb {
  place-self: center start;
}

#w-node-_65cf72b9-475a-26f5-d5b7-7f746382a219-770eeadb {
  align-self: center;
}

#w-node-_65cf72b9-475a-26f5-d5b7-7f746382a21b-770eeadb {
  place-self: center start;
}

#w-node-_4b5b2565-c38c-06fd-e242-cda94764cfd5-770eeadb {
  align-self: center;
}

#w-node-_4b5b2565-c38c-06fd-e242-cda94764cfd7-770eeadb {
  place-self: center start;
}

#w-node-_1aff6774-f8da-823f-4334-94638a26341c-770eeadb {
  align-self: center;
}

#w-node-_1aff6774-f8da-823f-4334-94638a26341e-770eeadb {
  place-self: center start;
}

#w-node-_625340c1-5195-2708-5fc8-e28c70000b61-770eeadb {
  align-self: center;
}

#w-node-_625340c1-5195-2708-5fc8-e28c70000b63-770eeadb {
  place-self: center start;
}

#w-node-db91f250-a8cb-4165-6a86-d91b6f529146-770eeadb {
  align-self: center;
}

#w-node-db91f250-a8cb-4165-6a86-d91b6f529148-770eeadb {
  place-self: center start;
}

#w-node-b344a868-9413-f770-c860-e307dd6c8e32-770eeadb {
  align-self: center;
}

#w-node-b344a868-9413-f770-c860-e307dd6c8e34-770eeadb {
  place-self: center start;
}

#w-node-_7b21b7c7-e11a-db6e-1231-84e2cd163cc3-770eeadb {
  align-self: center;
}

#w-node-_7b21b7c7-e11a-db6e-1231-84e2cd163cc5-770eeadb {
  place-self: center start;
}

#w-node-_73f6819e-59bb-2c1d-4f7e-c181d9858ded-770eeadb {
  align-self: center;
}

#w-node-_73f6819e-59bb-2c1d-4f7e-c181d9858def-770eeadb {
  place-self: center start;
}

#w-node-_33a114f0-d5ba-dffe-5dc4-bd0a5c8cafc9-770eeadb {
  align-self: center;
}

#w-node-_33a114f0-d5ba-dffe-5dc4-bd0a5c8cafcb-770eeadb {
  place-self: center start;
}

#w-node-f9c8c0be-3dbf-0674-d66c-367cc5ead6cb-770eeadb {
  align-self: center;
}

#w-node-f9c8c0be-3dbf-0674-d66c-367cc5ead6cd-770eeadb {
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce91-98f1f72b {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce9e-98f1f72b {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_7308736a-7213-ef64-e991-041904a0cf76-98f1f72b {
  align-self: center;
}

#w-node-_7308736a-7213-ef64-e991-041904a0cf78-98f1f72b {
  place-self: center start;
}

#w-node-af178c69-34d6-8da5-e614-11bb40065ed6-98f1f72b {
  align-self: center;
}

#w-node-af178c69-34d6-8da5-e614-11bb40065ed8-98f1f72b {
  place-self: center start;
}

#w-node-_44bbe7c1-0f8e-ef47-6a34-6d224bec8a86-98f1f72b {
  align-self: center;
}

#w-node-_44bbe7c1-0f8e-ef47-6a34-6d224bec8a88-98f1f72b {
  place-self: center start;
}

#w-node-b344a868-9413-f770-c860-e307dd6c8e32-98f1f72b {
  align-self: center;
}

#w-node-b344a868-9413-f770-c860-e307dd6c8e34-98f1f72b {
  place-self: center start;
}

#w-node-_1b1cebc8-e4d5-9e87-8e24-7188f34c73dc-98f1f72b {
  align-self: center;
}

#w-node-_1b1cebc8-e4d5-9e87-8e24-7188f34c73de-98f1f72b {
  place-self: center start;
}

#w-node-f103882b-0354-50d5-262c-af00a10484b6-98f1f72b {
  align-self: center;
}

#w-node-f103882b-0354-50d5-262c-af00a10484b8-98f1f72b {
  place-self: center start;
}

#w-node-_73f6819e-59bb-2c1d-4f7e-c181d9858ded-98f1f72b {
  align-self: center;
}

#w-node-_73f6819e-59bb-2c1d-4f7e-c181d9858def-98f1f72b {
  place-self: center start;
}

#w-node-a01319f4-2e2b-f598-9bb5-e2f639217a96-98f1f72b {
  align-self: center;
}

#w-node-a01319f4-2e2b-f598-9bb5-e2f639217a98-98f1f72b {
  place-self: center start;
}

#w-node-_5158570b-d146-7977-c969-8aa6c35095af-98f1f72b {
  align-self: center;
}

#w-node-_5158570b-d146-7977-c969-8aa6c35095b1-98f1f72b {
  place-self: center start;
}

#w-node-cc2d3cce-6a4a-9a24-9cc2-f2b3f5b46a7b-98f1f72b {
  align-self: center;
}

#w-node-cc2d3cce-6a4a-9a24-9cc2-f2b3f5b46a7d-98f1f72b {
  place-self: center start;
}

#w-node-b73003ba-5044-28ad-4d28-5eafa5df2917-98f1f72b {
  align-self: center;
}

#w-node-b73003ba-5044-28ad-4d28-5eafa5df2919-98f1f72b {
  place-self: center start;
}

#w-node-b67c561b-8a95-c25e-62f8-0885df8658e0-98f1f72b {
  align-self: center;
}

#w-node-b67c561b-8a95-c25e-62f8-0885df8658e2-98f1f72b {
  place-self: center start;
}

#w-node-cbe8a3c8-a779-f15f-50ce-3f94aa36b6e2-98f1f72b {
  align-self: center;
}

#w-node-cbe8a3c8-a779-f15f-50ce-3f94aa36b6e4-98f1f72b {
  place-self: center start;
}

#w-node-bcafa2a5-d940-0fa9-f99c-bb15428ed29f-98f1f72b {
  align-self: center;
}

#w-node-bcafa2a5-d940-0fa9-f99c-bb15428ed2a1-98f1f72b {
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce91-adbb07b1 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce9e-adbb07b1 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_7308736a-7213-ef64-e991-041904a0cf76-adbb07b1 {
  align-self: center;
}

#w-node-_7308736a-7213-ef64-e991-041904a0cf78-adbb07b1 {
  place-self: center start;
}

#w-node-b344a868-9413-f770-c860-e307dd6c8e32-adbb07b1 {
  align-self: center;
}

#w-node-b344a868-9413-f770-c860-e307dd6c8e34-adbb07b1 {
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce91-b767f24e {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce9e-b767f24e {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-da952d5b-ba0b-d5e7-0164-82a71c94b13e-3a0e3e01 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-da952d5b-ba0b-d5e7-0164-82a71c94b145-3a0e3e01 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-d99127bb-04be-acdc-99df-08332dd4c182-3a0e3e01 {
  align-self: center;
}

#w-node-d99127bb-04be-acdc-99df-08332dd4c184-3a0e3e01 {
  place-self: center start;
}

#w-node-ffd633c6-22e8-9cbf-cf9e-d8c9e4926fa0-3a0e3e01 {
  align-self: center;
}

#w-node-ffd633c6-22e8-9cbf-cf9e-d8c9e4926fa2-3a0e3e01 {
  place-self: center start;
}

#w-node-a9a315be-9a8e-d807-b73d-0c455ecbd6ac-3a0e3e01 {
  align-self: center;
}

#w-node-a9a315be-9a8e-d807-b73d-0c455ecbd6ae-3a0e3e01 {
  place-self: center start;
}

#w-node-f2f7126a-f8e9-9f23-1867-0e59cd1b96b8-3a0e3e01 {
  align-self: center;
}

#w-node-f2f7126a-f8e9-9f23-1867-0e59cd1b96ba-3a0e3e01 {
  place-self: center start;
}

#w-node-_6133d259-7a35-73aa-60fd-58e9968b99de-3a0e3e01 {
  align-self: center;
}

#w-node-_6133d259-7a35-73aa-60fd-58e9968b99e0-3a0e3e01 {
  place-self: center start;
}

#w-node-fb042919-1f68-29b4-7058-32deb74e82e1-3a0e3e01 {
  align-self: center;
}

#w-node-fb042919-1f68-29b4-7058-32deb74e82e3-3a0e3e01 {
  place-self: center start;
}

#w-node-f0d8f83f-e818-e48f-08f4-6b3cc04f2323-3a0e3e01 {
  align-self: center;
}

#w-node-f0d8f83f-e818-e48f-08f4-6b3cc04f2325-3a0e3e01 {
  place-self: center start;
}

#w-node-d900a318-8725-4bde-872b-05542194bb7f-3a0e3e01 {
  align-self: center;
}

#w-node-d900a318-8725-4bde-872b-05542194bb81-3a0e3e01 {
  place-self: center start;
}

#w-node-_187afed9-de68-1507-c81c-7d4b8c37776b-3a0e3e01 {
  align-self: center;
}

#w-node-_187afed9-de68-1507-c81c-7d4b8c37776d-3a0e3e01 {
  place-self: center start;
}

#w-node-e8049ec0-3f47-68ca-ebe2-fecc9ce8fe0d-3a0e3e01 {
  align-self: center;
}

#w-node-e8049ec0-3f47-68ca-ebe2-fecc9ce8fe0f-3a0e3e01 {
  place-self: center start;
}

#w-node-f47c961c-cdd0-1d34-7f15-195036fa9222-3a0e3e01 {
  align-self: center;
}

#w-node-f47c961c-cdd0-1d34-7f15-195036fa9224-3a0e3e01 {
  place-self: center start;
}

#w-node-_9b178000-ccd8-f612-2ac2-f3298f9563c9-3a0e3e01 {
  align-self: center;
}

#w-node-_9b178000-ccd8-f612-2ac2-f3298f9563cb-3a0e3e01 {
  place-self: center start;
}

#w-node-aabc63c9-fda9-8e55-9127-4c1e879e19a1-3a0e3e01 {
  align-self: center;
}

#w-node-aabc63c9-fda9-8e55-9127-4c1e879e19a3-3a0e3e01 {
  place-self: center start;
}

#w-node-ecb8e2a1-564b-858b-08b4-477f3d750873-3a0e3e01 {
  align-self: center;
}

#w-node-ecb8e2a1-564b-858b-08b4-477f3d750875-3a0e3e01 {
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0cf76-3a0e3e01 {
  align-self: center;
}

#w-node-_7308736a-7213-ef64-e991-041904a0cf78-3a0e3e01 {
  place-self: center start;
}

#w-node-ef5a2e43-264e-25ca-671a-8ab062ea1690-3a0e3e01 {
  align-self: center;
}

#w-node-ef5a2e43-264e-25ca-671a-8ab062ea1692-3a0e3e01 {
  place-self: center start;
}

#w-node-_87afb8ed-62dc-fa16-718e-f2e58aa648b7-3a0e3e01 {
  align-self: center;
}

#w-node-_87afb8ed-62dc-fa16-718e-f2e58aa648b9-3a0e3e01 {
  place-self: center start;
}

#w-node-_1217760f-b168-b8e3-75ad-bd445a18064e-3a0e3e01 {
  align-self: center;
}

#w-node-_1217760f-b168-b8e3-75ad-bd445a180650-3a0e3e01 {
  place-self: center start;
}

#w-node-_1217760f-b168-b8e3-75ad-bd445a180653-3a0e3e01 {
  align-self: center;
}

#w-node-_1217760f-b168-b8e3-75ad-bd445a180655-3a0e3e01 {
  place-self: center start;
}

#w-node-_1217760f-b168-b8e3-75ad-bd445a180658-3a0e3e01 {
  align-self: center;
}

#w-node-_1217760f-b168-b8e3-75ad-bd445a18065a-3a0e3e01 {
  place-self: center start;
}

#w-node-_1217760f-b168-b8e3-75ad-bd445a18065d-3a0e3e01 {
  align-self: center;
}

#w-node-_1217760f-b168-b8e3-75ad-bd445a18065f-3a0e3e01 {
  place-self: center start;
}

#w-node-_1217760f-b168-b8e3-75ad-bd445a180662-3a0e3e01 {
  align-self: center;
}

#w-node-_1217760f-b168-b8e3-75ad-bd445a180664-3a0e3e01 {
  place-self: center start;
}

#w-node-_1217760f-b168-b8e3-75ad-bd445a180667-3a0e3e01 {
  align-self: center;
}

#w-node-_1217760f-b168-b8e3-75ad-bd445a180669-3a0e3e01 {
  place-self: center start;
}

#w-node-_1217760f-b168-b8e3-75ad-bd445a18066c-3a0e3e01 {
  align-self: center;
}

#w-node-_1217760f-b168-b8e3-75ad-bd445a18066e-3a0e3e01 {
  place-self: center start;
}

#w-node-_1217760f-b168-b8e3-75ad-bd445a180671-3a0e3e01 {
  align-self: center;
}

#w-node-_1217760f-b168-b8e3-75ad-bd445a180673-3a0e3e01 {
  place-self: center start;
}

#w-node-_1217760f-b168-b8e3-75ad-bd445a180676-3a0e3e01 {
  align-self: center;
}

#w-node-_1217760f-b168-b8e3-75ad-bd445a180678-3a0e3e01 {
  place-self: center start;
}

#w-node-f61923e1-b873-afb3-2eab-3cee34aa14bd-3a0e3e01 {
  align-self: center;
}

#w-node-f61923e1-b873-afb3-2eab-3cee34aa14bf-3a0e3e01 {
  place-self: center start;
}

#w-node-ca9eb132-4465-d6bc-52ea-e8328d283c67-3a0e3e01 {
  align-self: center;
}

#w-node-ca9eb132-4465-d6bc-52ea-e8328d283c69-3a0e3e01 {
  place-self: center start;
}

#w-node-_7463cd1b-c3b2-9b78-671c-96211015ac0c-3a0e3e01 {
  align-self: center;
}

#w-node-_7463cd1b-c3b2-9b78-671c-96211015ac0e-3a0e3e01 {
  place-self: center start;
}

#w-node-_3a37f6ec-b8d1-4d2b-62fa-8a62715edd75-3a0e3e01 {
  align-self: center;
}

#w-node-_3a37f6ec-b8d1-4d2b-62fa-8a62715edd77-3a0e3e01 {
  place-self: center start;
}

#w-node-_625340c1-5195-2708-5fc8-e28c70000b61-3a0e3e01 {
  align-self: center;
}

#w-node-_625340c1-5195-2708-5fc8-e28c70000b63-3a0e3e01 {
  place-self: center start;
}

#w-node-db91f250-a8cb-4165-6a86-d91b6f529146-3a0e3e01 {
  align-self: center;
}

#w-node-db91f250-a8cb-4165-6a86-d91b6f529148-3a0e3e01 {
  place-self: center start;
}

#w-node-b344a868-9413-f770-c860-e307dd6c8e32-3a0e3e01 {
  align-self: center;
}

#w-node-b344a868-9413-f770-c860-e307dd6c8e34-3a0e3e01 {
  place-self: center start;
}

#w-node-_7b21b7c7-e11a-db6e-1231-84e2cd163cc3-3a0e3e01 {
  align-self: center;
}

#w-node-_7b21b7c7-e11a-db6e-1231-84e2cd163cc5-3a0e3e01 {
  place-self: center start;
}

#w-node-_73f6819e-59bb-2c1d-4f7e-c181d9858ded-3a0e3e01 {
  align-self: center;
}

#w-node-_73f6819e-59bb-2c1d-4f7e-c181d9858def-3a0e3e01 {
  place-self: center start;
}

#w-node-_9307bb5e-cbe2-de95-81f8-185ed04f3f40-3a0e3e01 {
  align-self: center;
}

#w-node-_9307bb5e-cbe2-de95-81f8-185ed04f3f42-3a0e3e01 {
  place-self: center start;
}

#w-node-f736a3f1-5141-5ae4-eef7-722a8fb519d4-3a0e3e01 {
  align-self: center;
}

#w-node-f736a3f1-5141-5ae4-eef7-722a8fb519d6-3a0e3e01 {
  place-self: center start;
}

#w-node-_13190b38-3988-454e-bf5e-77b835609f91-3a0e3e01 {
  align-self: center;
}

#w-node-_13190b38-3988-454e-bf5e-77b835609f93-3a0e3e01 {
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce91-6fccc37d {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce9e-6fccc37d {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_2cad437e-39dc-7102-b82c-65a00021d13c-6fccc37d {
  align-self: center;
}

#w-node-_2cad437e-39dc-7102-b82c-65a00021d13e-6fccc37d {
  place-self: center start;
}

#w-node-acfa7f19-1f61-2dc0-99a6-876b9c0c2cf8-6fccc37d {
  align-self: center;
}

#w-node-acfa7f19-1f61-2dc0-99a6-876b9c0c2cfa-6fccc37d {
  place-self: center start;
}

#w-node-ebb84dcf-53f7-a04f-903c-a6931a13b8ae-6fccc37d {
  align-self: center;
}

#w-node-ebb84dcf-53f7-a04f-903c-a6931a13b8b0-6fccc37d {
  place-self: center start;
}

#w-node-f3c02b75-a6b7-eb06-bb53-87e067bfb8f0-6fccc37d {
  align-self: center;
}

#w-node-f3c02b75-a6b7-eb06-bb53-87e067bfb8f2-6fccc37d {
  place-self: center start;
}

#w-node-_3744af1b-d2ef-0b08-59ee-a7a397a7b75a-6fccc37d {
  align-self: center;
}

#w-node-_3744af1b-d2ef-0b08-59ee-a7a397a7b75c-6fccc37d {
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce91-3662ec1d {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce9e-3662ec1d {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_89915d8b-d5af-ebc3-9de8-1e820c7eacc1-3662ec1d {
  align-self: center;
}

#w-node-_89915d8b-d5af-ebc3-9de8-1e820c7eacc3-3662ec1d {
  place-self: center start;
}

#w-node-_89915d8b-d5af-ebc3-9de8-1e820c7eacc6-3662ec1d {
  align-self: center;
}

#w-node-_89915d8b-d5af-ebc3-9de8-1e820c7eacc8-3662ec1d {
  place-self: center start;
}

#w-node-fe63bbc5-da23-7b11-95e5-bd89822564bd-3662ec1d {
  align-self: center;
}

#w-node-fe63bbc5-da23-7b11-95e5-bd89822564bf-3662ec1d {
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce91-6f309a82 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce9e-6f309a82 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_89915d8b-d5af-ebc3-9de8-1e820c7eacc1-6f309a82 {
  align-self: center;
}

#w-node-_89915d8b-d5af-ebc3-9de8-1e820c7eacc3-6f309a82 {
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce91-90449d77 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce9e-90449d77 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_89915d8b-d5af-ebc3-9de8-1e820c7eacc1-90449d77 {
  align-self: center;
}

#w-node-_89915d8b-d5af-ebc3-9de8-1e820c7eacc3-90449d77 {
  place-self: center start;
}

#w-node-c05857e6-091f-1d9d-3fca-d653ad28beb2-90449d77 {
  align-self: center;
}

#w-node-c05857e6-091f-1d9d-3fca-d653ad28beb4-90449d77 {
  place-self: center start;
}

#w-node-dbff07cd-b58e-1c36-101d-0a1c0808ab64-90449d77 {
  align-self: center;
}

#w-node-dbff07cd-b58e-1c36-101d-0a1c0808ab66-90449d77 {
  place-self: center start;
}

#w-node-a33ddef9-23d6-510a-40b3-53263a750a2a-90449d77 {
  align-self: center;
}

#w-node-a33ddef9-23d6-510a-40b3-53263a750a2c-90449d77 {
  place-self: center start;
}

#w-node-_8f120d97-dd4c-8e15-aa91-9aee55f2277e-90449d77 {
  align-self: center;
}

#w-node-_8f120d97-dd4c-8e15-aa91-9aee55f22780-90449d77 {
  place-self: center start;
}

#w-node-bc03d41c-03fb-1082-dad9-451a237fc56c-90449d77 {
  align-self: center;
}

#w-node-bc03d41c-03fb-1082-dad9-451a237fc56e-90449d77 {
  place-self: center start;
}

#w-node-_917c0780-290a-7c62-cf2f-0e2c532a2e1f-90449d77 {
  align-self: center;
}

#w-node-_917c0780-290a-7c62-cf2f-0e2c532a2e21-90449d77 {
  place-self: center start;
}

#w-node-_2d6aa9ee-fb5d-a3d2-c2a1-f5424de9d180-90449d77 {
  align-self: center;
}

#w-node-_2d6aa9ee-fb5d-a3d2-c2a1-f5424de9d182-90449d77 {
  place-self: center start;
}

#w-node-b7051d6e-e834-546f-2f9a-21cff0d8c3af-90449d77 {
  align-self: center;
}

#w-node-b7051d6e-e834-546f-2f9a-21cff0d8c3b1-90449d77 {
  place-self: center start;
}

#w-node-_164fd747-4add-4dba-799f-38aa867918fd-90449d77 {
  align-self: center;
}

#w-node-_164fd747-4add-4dba-799f-38aa867918ff-90449d77 {
  place-self: center start;
}

#w-node-bbcc39ca-7ff3-a0c6-25a9-2a3a11a252eb-90449d77 {
  align-self: center;
}

#w-node-bbcc39ca-7ff3-a0c6-25a9-2a3a11a252ed-90449d77 {
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce91-c8d2e463 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce9e-c8d2e463 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_89915d8b-d5af-ebc3-9de8-1e820c7eacc1-c8d2e463 {
  align-self: center;
}

#w-node-_89915d8b-d5af-ebc3-9de8-1e820c7eacc3-c8d2e463 {
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce91-ba2a3c84 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce9e-ba2a3c84 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_89915d8b-d5af-ebc3-9de8-1e820c7eacc1-ba2a3c84 {
  align-self: center;
}

#w-node-_89915d8b-d5af-ebc3-9de8-1e820c7eacc3-ba2a3c84 {
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce91-76815fd9 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce9e-76815fd9 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_89915d8b-d5af-ebc3-9de8-1e820c7eacc1-76815fd9 {
  align-self: center;
}

#w-node-_89915d8b-d5af-ebc3-9de8-1e820c7eacc3-76815fd9 {
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce91-96196969 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce9e-96196969 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_7308736a-7213-ef64-e991-041904a0cf76-96196969 {
  align-self: center;
}

#w-node-_7308736a-7213-ef64-e991-041904a0cf78-96196969 {
  place-self: center start;
}

#w-node-af178c69-34d6-8da5-e614-11bb40065ed6-96196969 {
  align-self: center;
}

#w-node-af178c69-34d6-8da5-e614-11bb40065ed8-96196969 {
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce91-a1ffe634 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce9e-a1ffe634 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_625340c1-5195-2708-5fc8-e28c70000b61-a1ffe634 {
  align-self: center;
}

#w-node-_625340c1-5195-2708-5fc8-e28c70000b63-a1ffe634 {
  place-self: center start;
}

#w-node-_632ca92d-2484-2bcd-740f-05cd3095b686-a1ffe634 {
  align-self: center;
}

#w-node-_632ca92d-2484-2bcd-740f-05cd3095b688-a1ffe634 {
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce91-6fd2e3ee {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce9e-6fd2e3ee {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_89915d8b-d5af-ebc3-9de8-1e820c7eacc1-6fd2e3ee {
  align-self: center;
}

#w-node-_89915d8b-d5af-ebc3-9de8-1e820c7eacc3-6fd2e3ee {
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce91-4d2b6220 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce9e-4d2b6220 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce91-910b45de {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce9e-910b45de {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_89915d8b-d5af-ebc3-9de8-1e820c7eacc1-910b45de {
  align-self: center;
}

#w-node-_89915d8b-d5af-ebc3-9de8-1e820c7eacc3-910b45de {
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce91-27e681f7 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce9e-27e681f7 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_625340c1-5195-2708-5fc8-e28c70000b61-27e681f7 {
  align-self: center;
}

#w-node-_625340c1-5195-2708-5fc8-e28c70000b63-27e681f7 {
  place-self: center start;
}

#w-node-e81270d3-df46-33b1-97ea-9ff98282d24d-27e681f7 {
  align-self: center;
}

#w-node-e81270d3-df46-33b1-97ea-9ff98282d24f-27e681f7 {
  place-self: center start;
}

#w-node-_2b696736-6da5-9628-00fc-471b9918039c-27e681f7 {
  align-self: center;
}

#w-node-_2b696736-6da5-9628-00fc-471b9918039e-27e681f7 {
  place-self: center start;
}

#w-node-_2839cb05-c761-a8e6-a683-d650a5cfd3f3-27e681f7 {
  align-self: center;
}

#w-node-_2839cb05-c761-a8e6-a683-d650a5cfd3f5-27e681f7 {
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce91-e2d7f00c {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce9e-e2d7f00c {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_66074c06-dd70-e774-afb1-edc6eb6d21a0-e2d7f00c {
  align-self: center;
}

#w-node-_66074c06-dd70-e774-afb1-edc6eb6d21a2-e2d7f00c {
  place-self: center start;
}

#w-node-f3d0c7ca-899f-6027-2c10-d7207c1a962d-7c1a962a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3d0c7ca-899f-6027-2c10-d7207c1a9640-7c1a962a {
  place-self: center start;
}

#w-node-f3d0c7ca-899f-6027-2c10-d7207c1a9642-7c1a962a {
  place-self: center end;
}

#w-node-fd0106b8-647a-f61f-dbbc-c4099e92a5f8-7c1a962a {
  place-self: center start;
}

#w-node-fd0106b8-647a-f61f-dbbc-c4099e92a5fa-7c1a962a {
  place-self: center end;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce91-8db74b2d {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce9e-8db74b2d {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce91-6252c0d2 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce9e-6252c0d2 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-da952d5b-ba0b-d5e7-0164-82a71c94b13e-f237fe3c {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-da952d5b-ba0b-d5e7-0164-82a71c94b145-f237fe3c {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_7308736a-7213-ef64-e991-041904a0cf76-f237fe3c {
  align-self: center;
}

#w-node-_7308736a-7213-ef64-e991-041904a0cf78-f237fe3c {
  place-self: center start;
}

#w-node-_625340c1-5195-2708-5fc8-e28c70000b61-f237fe3c {
  align-self: center;
}

#w-node-_625340c1-5195-2708-5fc8-e28c70000b63-f237fe3c {
  place-self: center start;
}

#w-node-b344a868-9413-f770-c860-e307dd6c8e32-f237fe3c {
  align-self: center;
}

#w-node-b344a868-9413-f770-c860-e307dd6c8e34-f237fe3c {
  place-self: center start;
}

#w-node-db91f250-a8cb-4165-6a86-d91b6f529146-f237fe3c {
  align-self: center;
}

#w-node-db91f250-a8cb-4165-6a86-d91b6f529148-f237fe3c {
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce91-4e99d228 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce9e-4e99d228 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_89915d8b-d5af-ebc3-9de8-1e820c7eacc1-4e99d228 {
  align-self: center;
}

#w-node-_89915d8b-d5af-ebc3-9de8-1e820c7eacc3-4e99d228 {
  place-self: center start;
}

#w-node-_288f0a47-bb6d-815b-5568-d14c91bc586d-4e99d228 {
  align-self: center;
}

#w-node-_288f0a47-bb6d-815b-5568-d14c91bc586f-4e99d228 {
  place-self: center start;
}

#w-node-_8b00d553-f809-b635-533b-142140cc729e-4e99d228 {
  align-self: center;
}

#w-node-_8b00d553-f809-b635-533b-142140cc72a0-4e99d228 {
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce91-52959642 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce9e-52959642 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_89915d8b-d5af-ebc3-9de8-1e820c7eacc1-52959642 {
  align-self: center;
}

#w-node-_89915d8b-d5af-ebc3-9de8-1e820c7eacc3-52959642 {
  place-self: center start;
}

#w-node-a551b636-b801-2919-398b-05df7f2547e8-52959642 {
  align-self: center;
}

#w-node-a551b636-b801-2919-398b-05df7f2547ea-52959642 {
  place-self: center start;
}

#w-node-_396eac27-0004-d873-29e3-53a425756453-52959642 {
  align-self: center;
}

#w-node-_396eac27-0004-d873-29e3-53a425756455-52959642 {
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce91-c162a548 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce9e-c162a548 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_89915d8b-d5af-ebc3-9de8-1e820c7eacc1-c162a548 {
  align-self: center;
}

#w-node-_89915d8b-d5af-ebc3-9de8-1e820c7eacc3-c162a548 {
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce91-fc65a814 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_7308736a-7213-ef64-e991-041904a0ce9e-fc65a814 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_625340c1-5195-2708-5fc8-e28c70000b61-fc65a814 {
  align-self: center;
}

#w-node-_625340c1-5195-2708-5fc8-e28c70000b63-fc65a814 {
  place-self: center start;
}

#w-node-cd2a9fc9-0278-a0e9-1329-540680c75608-fc65a814 {
  align-self: center;
}

#w-node-cd2a9fc9-0278-a0e9-1329-540680c7560a-fc65a814 {
  place-self: center start;
}

@media screen and (max-width: 991px) {
  #w-node-f0f5e323-181e-a966-b19c-3f730e85c925-409a773e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
    grid-column-end: 3;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94a-c426b91d {
    grid-row-end: 3;
    grid-column-end: 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94f-c426b91d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7c2-409a7742 {
    grid-column-end: 2;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-409a7742, #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-409a7743, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-409a7745 {
    grid-column-end: 3;
  }

  #w-node-_0afe1988-388e-b5cb-404e-8a553a0bef5a-409a7745 {
    grid-column-end: 2;
  }

  #w-node-_0afe1988-388e-b5cb-404e-8a553a0bef68-409a7745 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff5584ff-409a7746, #w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff558506-409a7746 {
    grid-column-end: 2;
  }

  #w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67ee-409a7746 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_17c43587-c790-b4d8-1466-5f40336b9d5b-336b9d43 {
    grid-column: 1 / 2;
  }

  #w-node-_6fe66bf6-22c6-7c4b-e980-c09ffd4740ae-336b9d43 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-e16c4357-004d-8209-e100-36bb04545bd4-336b9d43 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d364a0a1-eed2-cc02-8c38-c72be241387a-336b9d43 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_742bc615-eb92-0d24-5678-32641c325156-336b9d43 {
    justify-self: stretch;
  }

  #w-node-f6a0a796-4f1d-5758-490b-395b2a23adce-336b9d43 {
    place-self: center end;
  }

  #w-node-e7216152-f701-971a-aa13-8b0d399ea0a2-336b9d43 {
    justify-self: stretch;
  }

  #w-node-_169c8dac-dcf9-9d77-b5a0-6fe2bb220d51-336b9d43 {
    place-self: center end;
  }

  #w-node-fdd5de7a-6baa-18bc-4fc4-17f9de14bff9-336b9d43 {
    justify-self: stretch;
  }

  #w-node-fbb98bb2-0970-908c-f9a3-aa45d34eaea4-336b9d43 {
    place-self: center end;
  }

  #w-node-be6e1212-c8c8-b564-9d2f-b92422ca9045-336b9d43 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb37-409a7747, #w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb3c-409a7747, #w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe106-409a7747 {
    grid-column-end: 2;
  }

  #w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe114-409a7747 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-409a7747 {
    grid-column-start: 1;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98c-409a7747 {
    grid-column: 1 / 3;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc9a3-409a7747 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17, #w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
    grid-column-end: 3;
  }

  #w-node-_93ff6921-d28d-6640-4312-da6eaaed889e-f9270e17 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e82-409a7748, #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e87-409a7748 {
    grid-column-end: 2;
  }

  #w-node-d7f4df13-5316-c505-a444-21863c437f4b-409a7748 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7b9c87a0-4164-dfa3-00cc-0a8b81af83f5-409a7748 {
    grid-column: 1 / 3;
  }

  #w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff4-409a7749 {
    place-self: start stretch;
  }

  #w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff5-409a7749 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_96d948bc-485a-9dab-98e0-3aeafd7c89af-409a7749 {
    grid-row: 2 / 3;
  }

  #w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff668-409a7749 {
    grid-column: 1 / 3;
  }

  #w-node-_01acba91-92e0-3fdc-f04f-81f56b42dc19-409a7749 {
    grid-row: 2 / 3;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a5-409a774a, #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91aa-409a774a {
    grid-column-end: 2;
  }

  #w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-409a774a {
    grid-column: span 1 / span 1;
  }

  #w-node-_8a8ab005-0267-4aac-1756-46a4087a0991-409a774a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_14f39dd7-b780-5ba0-f8c3-6e423c9ecdee-409a774a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f33-409a774a {
    grid-column: 1 / 3;
  }

  #w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f3d-409a774a {
    grid-row: 2 / 3;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027112-409a774a {
    grid-column-start: 1;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-409a774a {
    grid-column: 1 / 3;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027134-409a774a {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ba6241ea-4ca2-f90d-ff56-a3b8b8b73165-409a774a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-b84cb859-5226-6842-ec2f-395770060748-409a774a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-409a774c, #w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-409a774c, #w-node-ff11f385-19e7-2610-e10a-74658e225841-409a774e, #w-node-ff11f385-19e7-2610-e10a-74658e225846-409a774e {
    grid-column-end: 2;
  }

  #w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-409a774e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7308736a-7213-ef64-e991-041904a0ce91-bbc5e23a, #w-node-_7308736a-7213-ef64-e991-041904a0ce9e-bbc5e23a, #w-node-_7308736a-7213-ef64-e991-041904a0ce91-770eeadb, #w-node-_7308736a-7213-ef64-e991-041904a0ce9e-770eeadb, #w-node-_7308736a-7213-ef64-e991-041904a0ce91-98f1f72b, #w-node-_7308736a-7213-ef64-e991-041904a0ce9e-98f1f72b, #w-node-_7308736a-7213-ef64-e991-041904a0ce91-adbb07b1, #w-node-_7308736a-7213-ef64-e991-041904a0ce9e-adbb07b1, #w-node-_7308736a-7213-ef64-e991-041904a0ce91-b767f24e, #w-node-_7308736a-7213-ef64-e991-041904a0ce9e-b767f24e, #w-node-da952d5b-ba0b-d5e7-0164-82a71c94b13e-3a0e3e01, #w-node-da952d5b-ba0b-d5e7-0164-82a71c94b145-3a0e3e01, #w-node-_7308736a-7213-ef64-e991-041904a0ce91-6fccc37d, #w-node-_7308736a-7213-ef64-e991-041904a0ce9e-6fccc37d, #w-node-_7308736a-7213-ef64-e991-041904a0ce91-3662ec1d, #w-node-_7308736a-7213-ef64-e991-041904a0ce9e-3662ec1d, #w-node-_7308736a-7213-ef64-e991-041904a0ce91-6f309a82, #w-node-_7308736a-7213-ef64-e991-041904a0ce9e-6f309a82, #w-node-_7308736a-7213-ef64-e991-041904a0ce91-90449d77, #w-node-_7308736a-7213-ef64-e991-041904a0ce9e-90449d77, #w-node-_7308736a-7213-ef64-e991-041904a0ce91-c8d2e463, #w-node-_7308736a-7213-ef64-e991-041904a0ce9e-c8d2e463, #w-node-_7308736a-7213-ef64-e991-041904a0ce91-ba2a3c84, #w-node-_7308736a-7213-ef64-e991-041904a0ce9e-ba2a3c84, #w-node-_7308736a-7213-ef64-e991-041904a0ce91-76815fd9, #w-node-_7308736a-7213-ef64-e991-041904a0ce9e-76815fd9, #w-node-_7308736a-7213-ef64-e991-041904a0ce91-96196969, #w-node-_7308736a-7213-ef64-e991-041904a0ce9e-96196969, #w-node-_7308736a-7213-ef64-e991-041904a0ce91-a1ffe634, #w-node-_7308736a-7213-ef64-e991-041904a0ce9e-a1ffe634, #w-node-_7308736a-7213-ef64-e991-041904a0ce91-6fd2e3ee, #w-node-_7308736a-7213-ef64-e991-041904a0ce9e-6fd2e3ee, #w-node-_7308736a-7213-ef64-e991-041904a0ce91-4d2b6220, #w-node-_7308736a-7213-ef64-e991-041904a0ce9e-4d2b6220, #w-node-_7308736a-7213-ef64-e991-041904a0ce91-910b45de, #w-node-_7308736a-7213-ef64-e991-041904a0ce9e-910b45de, #w-node-_7308736a-7213-ef64-e991-041904a0ce91-27e681f7, #w-node-_7308736a-7213-ef64-e991-041904a0ce9e-27e681f7, #w-node-_7308736a-7213-ef64-e991-041904a0ce91-e2d7f00c, #w-node-_7308736a-7213-ef64-e991-041904a0ce9e-e2d7f00c, #w-node-_7308736a-7213-ef64-e991-041904a0ce91-8db74b2d, #w-node-_7308736a-7213-ef64-e991-041904a0ce9e-8db74b2d, #w-node-_7308736a-7213-ef64-e991-041904a0ce91-6252c0d2, #w-node-_7308736a-7213-ef64-e991-041904a0ce9e-6252c0d2, #w-node-da952d5b-ba0b-d5e7-0164-82a71c94b13e-f237fe3c, #w-node-da952d5b-ba0b-d5e7-0164-82a71c94b145-f237fe3c, #w-node-_7308736a-7213-ef64-e991-041904a0ce91-4e99d228, #w-node-_7308736a-7213-ef64-e991-041904a0ce9e-4e99d228, #w-node-_7308736a-7213-ef64-e991-041904a0ce91-52959642, #w-node-_7308736a-7213-ef64-e991-041904a0ce9e-52959642, #w-node-_7308736a-7213-ef64-e991-041904a0ce91-c162a548, #w-node-_7308736a-7213-ef64-e991-041904a0ce9e-c162a548, #w-node-_7308736a-7213-ef64-e991-041904a0ce91-fc65a814, #w-node-_7308736a-7213-ef64-e991-041904a0ce9e-fc65a814 {
    grid-column-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f0f5e323-181e-a966-b19c-3f730e85c925-409a773e {
    grid-column: span 1 / span 1;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
    grid-column-end: 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94f-c426b91d {
    grid-row: 5 / 6;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-409a7742, #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-409a7743, #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbeb-409a7743, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-409a7745, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-409a7745 {
    grid-column-end: 2;
  }

  #w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67ee-409a7746 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67f5-409a7746 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-409a7747 {
    grid-column-end: 2;
  }

  #w-node-_7128c589-0b6c-1e7b-cd0c-f6e6a998bc46-409a7747 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98c-409a7747 {
    grid-column-end: 2;
  }

  #w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17, #w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
    grid-column-end: 4;
  }

  #w-node-_93ff6921-d28d-6640-4312-da6eaaed889e-f9270e17 {
    grid-column: span 3 / span 3;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e82-409a7748 {
    grid-row: 2 / 3;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e87-409a7748 {
    grid-row: 4 / 5;
  }

  #w-node-e7c312ca-3267-e1f8-a11b-2d85efa42270-409a7748 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d7f4df13-5316-c505-a444-21863c437f4b-409a7748 {
    grid-column: span 1 / span 1;
  }

  #w-node-d7f4df13-5316-c505-a444-21863c437f52-409a7748 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_0b0965f9-12de-b664-5036-c1741e1de7ed-409a7749 {
    grid-row-start: 3;
  }

  #w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-409a7749 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3dfaf5a9-9073-e446-da8c-ae54ca5466f3-409a7749 {
    grid-column: span 3 / span 3;
  }

  #w-node-ad3b4215-b22c-3535-ddd7-d56c33b83e53-409a7749 {
    grid-column: span 1 / span 1;
  }

  #w-node-dffaa0c6-1d6f-fd8a-0160-62334d2f8582-409a7749 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff5-409a7749 {
    grid-column: span 1 / span 1;
  }

  #w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff668-409a7749 {
    grid-column-end: 2;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a5-409a774a {
    grid-row: 2 / 3;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91aa-409a774a {
    grid-row: 4 / 5;
  }

  #w-node-_34b8dcd5-1955-bf6e-0f89-fcc3d503f83d-409a774a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-409a774a {
    grid-row: span 1 / span 1;
  }

  #w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f33-409a774a {
    grid-column-end: 2;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027119-409a774a {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-409a774a {
    grid-column-end: 2;
  }

  #w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-409a774e {
    grid-column: span 1 / span 1;
  }

  #w-node-_9a966d75-8ba6-8c66-a053-3fb940aae614-409a774e {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_66927e21-ee65-d8e1-cc31-2e0bbfb2a5cd-409a773e {
    grid-column: span 4 / span 4;
  }

  #w-node-_3e8f31ed-6771-e859-636c-b476dcab981b-409a773e, #w-node-_0567ea24-f991-c7e3-bb86-8b5d3e9d4d9c-409a773e, #w-node-_6954fba8-f152-e1d7-b07f-85e68ac145a4-409a773e {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c3e4a622-32f8-f922-a5f9-7c9122fd7a0c-409a7747 {
    place-self: center stretch;
  }

  #w-node-_231f18f0-034c-bf91-9e26-aa98c5f5105a-409a7747 {
    place-self: center;
  }

  #w-node-_6dc7b8bf-dfd3-4025-fcd6-f726c2f032cb-409a7747 {
    justify-self: center;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-409a7747, #w-node-_7128c589-0b6c-1e7b-cd0c-f6e6a998bc46-409a7747 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc99e-409a7747 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0b0965f9-12de-b664-5036-c1741e1de7ed-409a7749, #w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-409a7749 {
    grid-column-end: 2;
  }

  #w-node-_16ee6cac-97cc-c25f-3bd3-f27e8d74ef9a-409a7749 {
    grid-column-end: 3;
  }

  #w-node-_3dfaf5a9-9073-e446-da8c-ae54ca5466f3-409a7749 {
    grid-column: span 3 / span 3;
  }

  #w-node-ad3b4215-b22c-3535-ddd7-d56c33b83e53-409a7749, #w-node-dffaa0c6-1d6f-fd8a-0160-62334d2f8582-409a7749 {
    grid-column: span 1 / span 1;
  }

  #w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-409a774a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8a8ab005-0267-4aac-1756-46a4087a0991-409a774a {
    order: -9999;
    grid-row: 1 / 2;
  }

  #w-node-_14f39dd7-b780-5ba0-f8c3-6e423c9ecdee-409a774a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027112-409a774a {
    grid-column-end: 2;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-409a774a, #w-node-de232761-f644-f9f0-bd3b-00bfbb027120-409a774a, #w-node-de232761-f644-f9f0-bd3b-00bfbb02713b-409a774a {
    justify-self: stretch;
  }

  #w-node-_6a710c8c-00bc-3097-3a96-dedad61552fb-409a774a {
    justify-self: start;
  }

  #w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-409a774e, #w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-409a774e {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Regular.woff2') format('woff2'), url('../fonts/EudoxusSans-Regular.woff') format('woff'), url('../fonts/EudoxusSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraLight.woff2') format('woff2'), url('../fonts/EudoxusSans-ExtraLight.woff') format('woff'), url('../fonts/EudoxusSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraBold.woff2') format('woff2'), url('../fonts/EudoxusSans-ExtraBold.woff') format('woff'), url('../fonts/EudoxusSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Bold.woff2') format('woff2'), url('../fonts/EudoxusSans-Bold.woff') format('woff'), url('../fonts/EudoxusSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Light.woff2') format('woff2'), url('../fonts/EudoxusSans-Light.woff') format('woff'), url('../fonts/EudoxusSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Medium.woff2') format('woff2'), url('../fonts/EudoxusSans-Medium.woff') format('woff'), url('../fonts/EudoxusSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}