:root {
  --dark-outline: #e2e7f1;
  --body-display: #6e7488;
  --dark: #061f42;
  --transparent-grey: rgba(226, 231, 241, .75);
  --pin-stripe: #061f42;
  --alt-grey: #d3d3d3;
  --grey-text: #6e7488;
  --leaky-blue: #00bef9;
  --leaky-yellow: #ffbc15;
  --white: white;
  --black: #0d0d0d;
  --leaky-dark: #061f42;
  --edge: "Edgeofthegalaxyposter 3 Zrap", sans-serif;
}

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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: rgba(255, 255, 255, .65);
  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.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 {
  margin-bottom: 0;
}

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

.section.clip {
  opacity: 1;
}

.section.alt {
  background-color: var(--transparent-grey);
}

.section.alt.block-stripes {
  background-color: var(--dark-outline);
}

.section.bordered {
  border-top: 1px solid var(--dark);
  border-bottom: 1px solid var(--dark);
}

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

.background-image {
  z-index: 1;
  background-image: url('../images/sergey-zolkin-_UeY8aTI6d0-unsplash.jpg');
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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.featured-game-bg {
  z-index: -2;
  background-image: none;
}

.background-image.featured-game-bg.transparent {
  opacity: .3;
}

.background-image.post. {
  background-image: none;
}

.background-image.post.lbg-spring24-game-jam {
  background-image: url('../images/posts/20240415.png');
}

.background-image.team. {
  background-image: none;
}

.background-image.team.leke-onashile {
  background-image: url('../images/team/lekeonashile.jpg');
}

.background-image.team.judith {
  background-image: url('../images/team/judithosemeke.jpg');
}

.background-image.team.subomi {
  background-image: url('../images/team/subomionashile.jpg');
}

.background-image.team.adeoti {
  background-image: url('../images/team/adeotisalami.jpg');
}

.image-overlay {
  z-index: 1;
  background-color: rgba(9, 11, 25, .3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-overlay.light-overlay {
  background-color: rgba(9, 11, 25, .15);
}

.image-overlay.dark-overylay {
  background-color: rgba(9, 11, 25, .45);
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  height: 75px;
  padding-left: 5vw;
  padding-right: 5vw;
  font-family: Inter, sans-serif;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.wrapper.navbar-wrapper {
  border: 1px solid #f3f6fc;
  border-top: 1px rgba(243, 246, 252, 0);
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.wrapper.no-padding.bordered {
  border-top: 1px solid var(--dark);
  border-bottom: 1px solid var(--dark);
}

.wrapper.alt {
  background-color: var(--dark-outline);
}

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

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

.nav-link.not-right-now {
  display: none;
}

.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;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.menu-wrapper {
  border: 1px rgba(243, 246, 252, 0);
  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 rgba(243, 246, 252, 0);
  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;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  border: 1px #000;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100vw;
  min-width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
  overflow: hidden;
}

.stripe-wrapper.fixed {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

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

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

.pin-stripe.white {
  background-color: rgba(255, 255, 255, .12);
}

.pin-stripe.hide-tablet, .pin-stripe.hide-horizontal-mobile {
  background-color: var(--alt-grey);
}

.pin-stripe.mobile-only {
  display: none;
}

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

.clip.download-links {
  text-transform: none;
  flex: 0 auto;
  align-self: flex-end;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.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 {
  line-height: 1.15em;
  display: block;
}

.large-heading.align-right {
  text-align: right;
}

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

.body-display.white {
  color: rgba(255, 255, 255, .9);
}

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

.project-item {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #fff;
  border: 1px #000;
  border-radius: 5%;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: 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;
}

.horizontal-line.white {
  background-color: rgba(255, 255, 255, .12);
}

.button {
  border: 1px solid var(--dark);
  background-color: var(--dark);
  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: rgba(9, 11, 25, 0);
  border-style: solid;
  border-color: rgba(255, 255, 255, .75);
  font-family: Inter, sans-serif;
}

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

.button.grey-outline {
  border-color: var(--dark-outline);
  color: var(--dark);
  background-color: rgba(9, 11, 25, 0);
}

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

.button.grey-outline.small.download-links {
  border-color: var(--dark);
  text-transform: uppercase;
  min-height: 30px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.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;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.testimonial-arrow {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(9, 11, 25, .5);
  border-right: 1px solid rgba(255, 255, 255, .1);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 50%;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0;
  right: auto;
}

.testimonial-arrow.right-arrow {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  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: 4px;
  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: 36px;
  background-color: var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  justify-content: space-between;
  justify-items: stretch;
  width: auto;
  padding: 60px 48px;
  display: grid;
}

.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;
  display: grid;
}

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

.value-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);
  flex-direction: column;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  justify-items: stretch;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

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

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

.game-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);
  flex-direction: column;
  grid-template-rows: minmax(auto, 500px);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  justify-items: stretch;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

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

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

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

.icon.core-values-icon.light-blue {
  background-color: var(--leaky-blue);
}

.icon.core-values-icon.yellow {
  background-color: var(--leaky-yellow);
}

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

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

.subtitle {
  z-index: 10;
  color: var(--dark);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  left: auto;
}

.subtitle.right {
  text-align: right;
}

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

.subtitle.small.grey {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

.subtitle.small.white {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
  color: #fff;
}

.subtitle.white {
  color: #fff;
  padding-left: 0;
}

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

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

.subtitle.offset {
  margin-left: 4px;
}

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

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

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

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

.featured-games-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-style: solid none;
  border-width: 1px;
  border-color: var(--alt-grey) var(--pin-stripe);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}

.featured-games-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);
}

.featured-games-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);
  opacity: .88;
  border-radius: 100%;
  width: 6vw;
  max-width: 8000px;
  height: 6vw;
  max-height: 8000px;
  position: absolute;
  top: -6vw;
  bottom: auto;
  left: auto;
  right: -6vw;
}

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

.card-circle.overlay {
  background-color: rgba(9, 11, 25, .35);
}

.card-circle.featured-game-card-circle {
  z-index: -1;
  background-color: var(--leaky-yellow);
  opacity: 1;
  width: 6vw;
  max-width: none;
  height: 6vw;
  max-height: none;
}

.heading {
  z-index: 10;
  position: relative;
}

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

.logos-headline {
  color: var(--body-display);
  justify-content: flex-start;
  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;
  top: auto;
  bottom: 5vw;
  left: auto;
  right: 0;
}

.hover-link-wrapper.video-link-wrapper {
  margin-left: -24px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 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: rgba(255, 255, 255, 0);
  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;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.large-menu-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  background-color: var(--leaky-yellow);
  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;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: var(--pin-stripe);
  background-color: var(--pin-stripe);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -1px;
  margin-right: -1px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.mega-menu-overlay {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(9, 11, 25, .5);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: baseline;
  display: grid;
}

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

.team-collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  align-items: stretch;
  display: grid;
}

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

.team-social-icon.game-download-icon {
  width: 50px;
  height: 50px;
}

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

.post-list-item.menu-collection-list-item {
  grid-column-gap: 12px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
}

.post-list-item.menu-collection-list-item.category-collection-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: stretch;
  display: grid;
}

.collection-list-item {
  border-top: 1px #000;
  border-bottom: 1px solid var(--alt-grey);
  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: auto 1fr 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;
  grid-auto-columns: 1fr;
  display: flex;
}

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

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

.banner-items.project-categories {
  background-color: rgba(0, 0, 0, 0);
}

.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: -webkit-sticky;
  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(--alt-grey);
  border-bottom: 1px solid var(--alt-grey);
  color: var(--body-display);
  letter-spacing: -.03em;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  padding: 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  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: rgba(255, 255, 255, .15);
  border-bottom-color: rgba(255, 255, 255, .15);
  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%;
  color: var(--dark);
}

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

.menu-list-item.jobs {
  background-color: var(--dark-outline);
  border-radius: 20px;
  color: var(--dark);
  padding-left: 36px;
}

.menu-list-item.jobs.w--current {
  background-color: var(--dark-outline);
  border-radius: 20px;
}

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

.service-menu-list.white {
  border-top-color: rgba(255, 255, 255, .15);
  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;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 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);
  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;
}

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

.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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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;
  align-content: space-between;
  justify-content: space-between;
  align-items: stretch;
  justify-items: 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: none;
}

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

.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: "." minmax(44px, auto)
                 "." .25fr
                 "."
                 "."
                 "." minmax(auto, 1fr)
                 / 1fr 1fr 1fr;
  grid-auto-rows: minmax(106px, auto);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
  overflow: visible;
}

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

.project-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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/Untitled-design-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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/codioful-formerly-gradienta-lweK7Wme_jo-unsplash.jpg');
  background-position: 50% 40%;
}

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

.hero-background-image.contact-background {
  background-image: url('../images/christina-wocintechchat-com-R_W_9D-53lw-unsplash.jpg');
}

.hero-background-image.news-background, .hero-background-image._404-background {
  background-image: url('../images/codioful-formerly-gradienta-OzfD79w8ptA-unsplash.jpg');
}

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

.hero-background-image.jobs {
  background-image: url('../images/career.jpg');
}

.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 rgba(255, 255, 255, .12);
  border-left: 1px rgba(255, 255, 255, .12);
  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: rgba(255, 255, 255, .12);
}

.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: rgba(255, 255, 255, .15);
  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;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  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;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 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 rgba(255, 255, 255, .12);
  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;
  background-color: var(--leaky-yellow);
  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);
  background-color: var(--alt-grey);
}

.project-description.top-grey-border.jobs {
  justify-self: stretch;
}

.project-description.top-grey-border.light-blue {
  background-color: var(--leaky-blue);
}

.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: rgba(9, 11, 25, .5);
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 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 solid var(--alt-grey);
}

.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: rgba(255, 255, 255, 0);
  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 {
  display: flex;
}

.list-item-text.title {
  grid-column-start: span 2;
  grid-column-end: span 2;
}

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

.heading-2.white {
  color: var(--white);
}

.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: rgba(0, 0, 0, 0);
}

.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: rgba(255, 255, 255, .65);
  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: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .16);
}

.text-field.light:focus {
  background-color: rgba(255, 255, 255, 0);
  border-color: #fff;
}

.text-field.light::placeholder {
  color: rgba(255, 255, 255, .85);
}

.submit-button {
  background-color: var(--leaky-yellow);
  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: rgba(0, 0, 0, 0);
  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: rgba(255, 255, 255, .85);
  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: rgba(255, 255, 255, 0);
  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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: visible;
}

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

.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;
  justify-items: center;
  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(--leaky-blue);
  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-cover.two, .project-discovery-cover.one {
  background-color: var(--leaky-yellow);
}

.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;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.background-banner.video-banner {
  background-image: url('../images/codioful-formerly-gradienta-OzfD79w8ptA-unsplash.jpg');
  background-position: 0 0;
}

.background-banner.projects-banner {
  background-image: url('../images/career.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
}

.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 {
  border: 1px solid var(--dark-outline);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
}

.radio-item {
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  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: -webkit-sticky;
  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;
}

.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;
  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-description.core-values {
  grid-template-columns: 1fr 1fr;
}

.category-link {
  text-align: center;
  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 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px none var(--pin-stripe);
  opacity: 1;
  mix-blend-mode: normal;
  grid-template-rows: minmax(150px, 1fr) auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 36px;
  display: grid;
  position: relative;
}

.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(--alt-grey);
  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(--black);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  padding: 72px 5vw 36px;
  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: rgba(9, 11, 25, .9);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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 rgba(255, 255, 255, .12);
  border-radius: 100px;
  width: 100%;
  height: 46px;
  position: absolute;
}

.banner-scrolling-wrapper {
  background-color: var(--leaky-blue);
  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: none;
  position: fixed;
  top: auto;
  bottom: .5rem;
  left: auto;
  right: .5rem;
}

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

.text-block {
  font-family: "Edgeofthegalaxyposter 3 Zrap", sans-serif;
}

.small-thumbnail {
  border-radius: 100%;
  width: 50px;
  height: 50px;
}

.text-block-2 {
  display: flex;
}

.heading-3 {
  font-family: Madimi One, sans-serif;
}

.div-block-2 {
  display: flex;
}

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

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

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

.collection-item {
  flex-flow: column;
  justify-content: space-around;
  margin-bottom: 40px;
  display: flex;
}

.collection-item.marginless {
  margin-bottom: 0;
}

.not-right-now {
  display: none;
}

.values-icon {
  width: 40px;
}

.image {
  max-width: 75%;
}

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

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

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

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

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

.heading-5 {
  color: var(--black);
}

@media screen and (min-width: 1280px) {
  .game-card-hover-item {
    padding: 0;
  }

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

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

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

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

  .sticky-section {
    width: 100%;
  }

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

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

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

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

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

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

  .left-navbar {
    width: 100%;
  }

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

  .pin-stripe.mobile-only {
    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;
  }

  .featured-games-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;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    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;
  }

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

@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-link {
    border-bottom: 1px solid var(--pin-stripe);
    justify-content: flex-start;
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .pin-stripe.mobile-only {
    display: block;
  }

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

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

  .testimonial-arrow {
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    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 rgba(255, 255, 255, .12);
  }

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

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

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

  .featured-games-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: rgba(0, 0, 0, 0);
  }

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

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

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

  .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: 36px;
  }

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

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

  .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: rgba(9, 11, 25, .35);
    border-top: 1px rgba(255, 255, 255, .12);
    border-bottom: 1px rgba(255, 255, 255, .12);
    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;
    grid-auto-flow: row;
    padding-left: 24px;
    padding-right: 24px;
  }

  .game-card-hover-item {
    grid-template-rows: auto auto;
  }

  .icon {
    margin-bottom: auto;
  }

  .subtitle.small.grey {
    margin-left: 0;
    margin-right: 0;
  }

  .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;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .game-card-hover-item-copy {
    grid-template-rows: auto auto;
  }
}

#w-node-dd002ff0-1786-f7aa-b0cb-21b79ffd8f18-15cfa613 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-_8e07c8f2-059d-6f6d-2fac-5813639df6f0-15cfa613 {
  grid-area: 2 / 2 / 4 / 3;
  align-self: end;
  justify-self: end;
}

#w-node-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-15cfa613 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_991b9d86-d746-6bac-12b8-a27bc65d39a9-15cfa613 {
  justify-self: start;
}

#w-node-c3dc174b-78b2-9eb5-4dbe-d315274a7469-15cfa613 {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-b128c289-fbf9-8a15-41a5-2bcdbae8da0b-15cfa613 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_4063be45-b8b3-9a31-cad9-bfe36485df5b-15cfa613 {
  align-self: center;
  justify-self: end;
}

#w-node-d75a5be9-120d-a9cc-09fb-cefd7dff224e-15cfa613 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_864b30ac-902a-1bc5-c775-6b8cda770129-15cfa613 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_70edc27a-5d85-b4b7-cc4a-a4055e230b7f-15cfa613 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a77251-15cfa613 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a77258-15cfa613 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a7725d-15cfa613 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a7725f-15cfa613 {
  align-self: stretch;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a77269-15cfa613 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a7726e-15cfa613 {
  justify-self: end;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a7727d-15cfa613 {
  align-self: center;
  justify-self: end;
}

#w-node-bdee21cf-65d2-fa58-91bf-ff783c1abf97-15cfa613 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b2491d05-c815-0fd3-d3ae-4bccc0fd5d3a-15cfa613 {
  align-self: center;
  justify-self: center;
}

#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;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-c47dbc6c-9b93-d53a-3ac5-94688c374a85-f9270e17 {
  align-self: center;
}

#w-node-b2bbd6f8-8d65-26de-4b6b-c11c36654c4a-f9270e17 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e9-f9270e17 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6ad8919c-2309-2a37-80a2-1e0756464dfe-f9270e17 {
  align-self: center;
  justify-self: 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 {
  align-self: center;
  justify-self: start;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f3-f9270e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-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 {
  align-self: center;
  justify-self: start;
}

#w-node-fc177a8e-c247-e188-8355-4c56f9270e1c-f9270e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
  grid-area: 5 / 2 / 5 / 2;
  align-self: end;
}

#w-node-_3dbaf634-2e33-4bbb-1f45-5435ecb51061-c426b91d {
  justify-self: center;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94a-c426b91d {
  grid-area: 2 / 1 / 6 / 2;
  align-self: start;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
  grid-area: 1 / 3 / 5 / 4;
  align-self: start;
  justify-self: stretch;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b92d-c426b91d {
  align-self: center;
  justify-self: start;
}

#w-node-_3ba5fc0d-00d1-0032-83ee-52ea90be55fb-c426b91d {
  align-self: center;
  justify-self: end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b931-c426b91d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: start;
}

#w-node-d7478ca7-7861-03a0-e2af-d807b17707c6-c426b91d {
  align-self: center;
  justify-self: end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b929-c426b91d {
  align-self: center;
  justify-self: start;
}

#w-node-_9528b6cc-5881-ac46-ac4f-f9567a600aa3-c426b91d {
  align-self: center;
  justify-self: end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b935-c426b91d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: start;
}

#w-node-_7efe9b07-839d-97d2-24ef-14c8a804e1f9-c426b91d {
  align-self: center;
  justify-self: end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b937-c426b91d {
  grid-area: 1 / 2 / 5 / 3;
  align-self: start;
  justify-self: stretch;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b93c-c426b91d {
  align-self: center;
  justify-self: start;
}

#w-node-eaf30d13-d8b4-446b-d7d2-d527e95fa99a-c426b91d {
  align-self: center;
  justify-self: end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b93f-c426b91d {
  align-self: center;
  justify-self: start;
}

#w-node-_6e84a20c-5fdf-34ef-f5da-11af0219cea5-c426b91d {
  align-self: center;
  justify-self: end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b942-c426b91d {
  align-self: center;
  justify-self: start;
}

#w-node-_800e5816-2ed2-cae5-269d-04a046bc20b0-c426b91d {
  align-self: center;
  justify-self: end;
}

#w-node-_49f58ffc-baef-efce-2b7a-a1eb3d375ea0-c426b91d {
  grid-area: 1 / 1 / 5 / 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_49f58ffc-baef-efce-2b7a-a1eb3d375ea5-c426b91d {
  align-self: center;
  justify-self: start;
}

#w-node-_49f58ffc-baef-efce-2b7a-a1eb3d375ea7-c426b91d {
  align-self: center;
  justify-self: end;
}

#w-node-_49f58ffc-baef-efce-2b7a-a1eb3d375ea9-c426b91d {
  align-self: center;
  justify-self: start;
}

#w-node-_49f58ffc-baef-efce-2b7a-a1eb3d375eab-c426b91d {
  align-self: center;
  justify-self: end;
}

#w-node-_49f58ffc-baef-efce-2b7a-a1eb3d375ead-c426b91d {
  align-self: center;
  justify-self: start;
}

#w-node-_49f58ffc-baef-efce-2b7a-a1eb3d375eaf-c426b91d {
  align-self: center;
  justify-self: end;
}

#w-node-_49f58ffc-baef-efce-2b7a-a1eb3d375eb1-c426b91d {
  align-self: center;
  justify-self: start;
}

#w-node-_49f58ffc-baef-efce-2b7a-a1eb3d375eb3-c426b91d {
  align-self: center;
  justify-self: end;
}

#w-node-_49f58ffc-baef-efce-2b7a-a1eb3d375eb5-c426b91d {
  align-self: center;
  justify-self: start;
}

#w-node-_49f58ffc-baef-efce-2b7a-a1eb3d375eb7-c426b91d {
  align-self: center;
  justify-self: end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94f-c426b91d {
  grid-area: 5 / 3 / 6 / 4;
  align-self: end;
}

#w-node-fb0b83fb-d50b-1cc1-acea-2af3ffe9e29f-ffe9e292 {
  align-self: center;
  justify-self: center;
}

#w-node-f93dce81-edbd-d26e-76b7-ea79de035b23-de035b20 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-f93dce81-edbd-d26e-76b7-ea79de035b24-de035b20 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-f93dce81-edbd-d26e-76b7-ea79de035b2c-de035b20 {
  align-self: start;
}

#w-node-f93dce81-edbd-d26e-76b7-ea79de035b2e-de035b20, #w-node-f93dce81-edbd-d26e-76b7-ea79de035b30-de035b20, #w-node-f93dce81-edbd-d26e-76b7-ea79de035b33-de035b20, #w-node-f93dce81-edbd-d26e-76b7-ea79de035b35-de035b20, #w-node-f93dce81-edbd-d26e-76b7-ea79de035b38-de035b20, #w-node-f93dce81-edbd-d26e-76b7-ea79de035b3a-de035b20 {
  align-self: center;
}

#w-node-f93dce81-edbd-d26e-76b7-ea79de035b3c-de035b20 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-f93dce81-edbd-d26e-76b7-ea79de035b3e-de035b20 {
  align-self: stretch;
}

#radio-6.w-node-f93dce81-edbd-d26e-76b7-ea79de035b42-de035b20 {
  align-self: center;
}

#w-node-f93dce81-edbd-d26e-76b7-ea79de035b43-de035b20 {
  align-self: center;
  justify-self: start;
}

#radio-6.w-node-f93dce81-edbd-d26e-76b7-ea79de035b46-de035b20 {
  align-self: center;
}

#w-node-f93dce81-edbd-d26e-76b7-ea79de035b47-de035b20 {
  align-self: center;
  justify-self: start;
}

#w-node-f93dce81-edbd-d26e-76b7-ea79de035b49-de035b20 {
  align-self: stretch;
}

#radio-6.w-node-f93dce81-edbd-d26e-76b7-ea79de035b4a-de035b20 {
  align-self: center;
}

#w-node-f93dce81-edbd-d26e-76b7-ea79de035b4b-de035b20 {
  align-self: center;
  justify-self: start;
}

#w-node-f93dce81-edbd-d26e-76b7-ea79de035b50-de035b20, #w-node-f93dce81-edbd-d26e-76b7-ea79de035b55-de035b20, #email-2.w-node-f93dce81-edbd-d26e-76b7-ea79de035b57-de035b20 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f93dce81-edbd-d26e-76b7-ea79de035b58-de035b20 {
  align-self: end;
  justify-self: end;
}

#w-node-f93dce81-edbd-d26e-76b7-ea79de035b59-de035b20 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f93dce81-edbd-d26e-76b7-ea79de035b65-de035b20 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-_8306ef81-b092-d0c4-3109-4af2300bfbf1-300bfbe7 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-_8306ef81-b092-d0c4-3109-4af2300bfbf8-300bfbe7 {
  align-self: start;
}

#w-node-_8306ef81-b092-d0c4-3109-4af2300bfbfe-300bfbe7 {
  align-self: stretch;
}

#w-node-dfb3ef3c-5da9-2a58-de9c-ab03ab89d453-ab89d450 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-dfb3ef3c-5da9-2a58-de9c-ab03ab89d454-ab89d450 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-dfb3ef3c-5da9-2a58-de9c-ab03ab89d459-ab89d450 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-dfb3ef3c-5da9-2a58-de9c-ab03ab89d45b-ab89d450 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-dfb3ef3c-5da9-2a58-de9c-ab03ab89d45d-ab89d450 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-dfb3ef3c-5da9-2a58-de9c-ab03ab89d45f-ab89d450 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd244f-adbd243d, #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd2466-adbd243d, #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd247d-adbd243d, #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd2494-adbd243d, #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd24ab-adbd243d {
  align-self: end;
}

#w-node-_56b7aac0-6b1a-d5d3-223e-19ef213c75bd-213c75b2 {
  align-self: stretch;
}

#w-node-_56b7aac0-6b1a-d5d3-223e-19ef213c75c8-213c75b2 {
  justify-self: end;
}

#w-node-_3974b269-be6b-6a57-d446-18274a22b8e3-4a22b8df {
  justify-self: start;
}

#w-node-b499c286-fb2a-34ea-8e19-d7338c9f72b7-8c9f72b6, #w-node-b499c286-fb2a-34ea-8e19-d7338c9f72b8-8c9f72b6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b499c286-fb2a-34ea-8e19-d7338c9f72bd-8c9f72b6 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d5b-336b9d43 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
  justify-self: stretch;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d5d-336b9d43 {
  align-self: center;
  justify-self: 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 {
  align-self: center;
  justify-self: 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 {
  align-self: center;
  justify-self: start;
}

#w-node-_1e0f0e3b-c735-de45-d3e2-0c9fcf80a649-336b9d43 {
  justify-self: end;
}

#w-node-d3e4bd61-c683-3cb4-79d6-9265bb810e28-336b9d43 {
  align-self: center;
  justify-self: start;
}

#w-node-d3e4bd61-c683-3cb4-79d6-9265bb810e2a-336b9d43 {
  justify-self: end;
}

#w-node-_6d1a8d87-c0cc-2b39-6d93-92846302dc0e-336b9d43 {
  align-self: center;
  justify-self: start;
}

#w-node-_6d1a8d87-c0cc-2b39-6d93-92846302dc10-336b9d43 {
  justify-self: end;
}

#w-node-_3ce27f69-c6cc-41db-a6d7-59d6342abefd-336b9d43 {
  align-self: center;
  justify-self: start;
}

#w-node-_3ce27f69-c6cc-41db-a6d7-59d6342abeff-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 {
  align-self: center;
  justify-self: end;
}

#w-node-be6e1212-c8c8-b564-9d2f-b92422ca9045-336b9d43 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_4541705a-de97-7f82-8818-9c9145464680-4546467a {
  align-self: center;
  justify-self: end;
}

#w-node-e8411f27-0bc9-1e9f-ead1-b785bda240e5-bda240e0 {
  align-self: center;
  justify-self: start;
}

#w-node-e8411f27-0bc9-1e9f-ead1-b785bda240e6-bda240e0, #w-node-adf64165-58ed-5ab8-1f21-2cac6f553fdf-4c59a38f {
  align-self: center;
  justify-self: end;
}

#w-node-_7a338548-6995-26a0-d4df-2c2b4c59a394-4c59a38f {
  align-self: center;
  justify-self: auto;
}

#w-node-aa6c9483-06a5-8d97-cdfb-8bc21736ebe7-4c59a38f {
  align-self: center;
  justify-self: end;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7bf-15cfa61a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: start;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7c2-15cfa61a {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
  justify-self: stretch;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-15cfa61a {
  grid-area: 3 / 1 / 4 / 4;
  align-self: end;
}

#w-node-_2f63b0aa-4d8d-1fa1-5a06-4ca21859a81f-15cfa61a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2f63b0aa-4d8d-1fa1-5a06-4ca21859a803-15cfa61a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_26839ce7-6d80-da5b-5e89-56d12f47a617-15cfa61b {
  align-self: start;
}

#w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-15cfa61b {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbeb-15cfa61b {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_1754de0f-151f-b1a7-c989-ac3d7d858bf1-15cfa61b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1754de0f-151f-b1a7-c989-ac3d7d858bd2-15cfa61b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_97b5be87-96b4-8a68-e2f9-5d26caa985a4-15cfa61c {
  justify-self: start;
}

#w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2c8-15cfa61c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: start;
}

#w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2cb-15cfa61c {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2d0-15cfa61c {
  grid-area: 3 / 1 / 4 / 3;
  align-self: center;
  justify-self: stretch;
}

#w-node-_24f471f5-7ae5-636f-791d-ef5b1eb8c6ea-15cfa61c {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5018a62d-76c9-9b79-e637-eba824af5874-15cfa61c {
  align-self: stretch;
}

#w-node-_56ccd570-0519-3bf2-4705-a8c2647a0020-15cfa61c {
  grid-area: 1 / 1 / 2 / 4;
  align-self: stretch;
}

#w-node-f68f6a28-e129-6b94-46f2-4058b39ff83c-15cfa61c {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-f68f6a28-e129-6b94-46f2-4058b39ff83d-15cfa61c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c8016839-d34a-93dc-5848-6b1c4cd42057-15cfa61c {
  grid-area: 3 / 3 / 4 / 4;
  align-self: end;
}

#w-node-_05feffb7-128e-e30f-38d4-0e5d778328fb-15cfa61c {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-a7aef5a2-89ad-9607-aebc-418f300b7abe-15cfa61c, #w-node-_039a13e7-2f12-63de-e7c0-249b72a7dc04-15cfa61c, #w-node-_4e3a1c6c-f575-30fc-b449-822c3b2e726d-15cfa61c {
  align-self: center;
  justify-self: end;
}

#w-node-_67fc3ec3-420d-8ca8-9344-31ef598a4e5d-15cfa61c {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_1c13acc5-517c-491d-fcdf-0a83558a1ea1-15cfa61c {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_1c13acc5-517c-491d-fcdf-0a83558a1ea3-15cfa61c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c6101cb4-a40d-5f86-c6d0-b441f4c76786-15cfa61c {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-_0234013c-0566-8f57-609c-b9d330f8de61-15cfa61c {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_0234013c-0566-8f57-609c-b9d330f8de63-15cfa61c {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_0234013c-0566-8f57-609c-b9d330f8de65-15cfa61c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3a4fe7b3-a33b-c58a-8726-f49ee09199b7-15cfa61c {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_3a4fe7b3-a33b-c58a-8726-f49ee09199b9-15cfa61c {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_3a4fe7b3-a33b-c58a-8726-f49ee09199bb-15cfa61c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2d07d497-14a4-1853-199b-d4d510d0a241-15cfa61c {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_2d07d497-14a4-1853-199b-d4d510d0a243-15cfa61c {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_2d07d497-14a4-1853-199b-d4d510d0a245-15cfa61c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e30cac9e-d1be-fe81-e118-c37ff2adf554-15cfa61c {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-e30cac9e-d1be-fe81-e118-c37ff2adf558-15cfa61c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e30cac9e-d1be-fe81-e118-c37ff2adf556-15cfa61c {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_8b5208b1-a9b3-e3f9-8931-5020120eb71a-15cfa61c {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_8b5208b1-a9b3-e3f9-8931-5020120eb71c-15cfa61c {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_8b5208b1-a9b3-e3f9-8931-5020120eb71e-15cfa61c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c9f0e5df-545f-1b48-ac6e-40272a3c46d6-15cfa61c {
  justify-self: start;
}

#w-node-_7f1f6b0a-25a1-a3f6-ffa0-7d8f329d9398-15cfa61c {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-dab5903c-a7e0-3d67-1fc1-3f4bc831cca3-15cfa61c {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-c856d493-a86f-98c0-cc6d-ee3dea7be915-15cfa61c {
  align-self: start;
}

#w-node-_53e77774-181e-6532-0ddd-1bf3be51f711-15cfa61c {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_7f1f6b0a-25a1-a3f6-ffa0-7d8f329d93a6-15cfa61c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2dc0e3de-1db8-f7bc-5bf8-522432bd6fd8-15cfa61c, #w-node-_7b55ff7e-c0c1-d1bd-d48d-a6a1b72716ed-15cfa61c, #w-node-_9abc7d49-bd28-7c24-d044-69b2caffdbb5-15cfa61c {
  align-self: center;
  justify-self: end;
}

#w-node-c22516d2-790b-8f49-2202-99f4645fc53d-15cfa61c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c22516d2-790b-8f49-2202-99f4645fc53e-15cfa61c {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-c22516d2-790b-8f49-2202-99f4645fc543-15cfa61c {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-d8799780-2e51-2e92-6b2b-dfee47c128c2-15cfa61c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-d8799780-2e51-2e92-6b2b-dfee47c128c8-15cfa61c {
  align-self: stretch;
}

#w-node-_5ef7b72b-ba8b-2d27-ce02-b7b47ea3e12c-15cfa61c {
  align-self: center;
  justify-self: center;
}

#w-node-f308c788-1b49-0625-87a1-4e17d6b8e52c-15cfa61c {
  align-self: stretch;
}

#w-node-f308c788-1b49-0625-87a1-4e17d6b8e537-15cfa61c {
  justify-self: end;
}

#w-node-_0d8ee8af-e772-549e-a168-e1d57c4e96ad-7c4e96aa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0d8ee8af-e772-549e-a168-e1d57c4e96ae-7c4e96aa {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_820c470e-2642-280b-4e92-cb88549a75a8-15cfa61d {
  align-self: start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-15cfa61d {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-15cfa61d {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_78588d14-247f-5076-34c1-c503a9ab4918-15cfa61d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_08abb744-5a25-175e-8602-d4c23b82483b-15cfa61d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8d1ee2d5-058e-0fb3-0c9b-76704d1da7f9-15cfa61d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8d1ee2d5-058e-0fb3-0c9b-76704d1da7fa-15cfa61d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d5234d97-41f8-ce1a-62f1-d3ea53e4afda-15cfa61d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0afe1988-388e-b5cb-404e-8a553a0bef5a-15cfa61d {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: stretch;
}

#w-node-c1386cff-6b52-7e7b-943b-f01eec93797f-15cfa61d, #w-node-c1386cff-6b52-7e7b-943b-f01eec937981-15cfa61d, #w-node-_5e3db900-a825-6509-a424-cf926f0e51a6-15cfa61d, #name-3.w-node-_5e3db900-a825-6509-a424-cf926f0e51a8-15cfa61d, #w-node-_9f611142-c9c4-1dbb-5d72-be5bad231d1e-15cfa61d, #field.w-node-_9ecb47d5-8f4d-56b8-1721-4ed5246ec8ac-15cfa61d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1386cff-6b52-7e7b-943b-f01eec937987-15cfa61d {
  justify-self: start;
}

#w-node-_0afe1988-388e-b5cb-404e-8a553a0bef68-15cfa61d {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e9ec757d-bde5-cfd1-09ea-ee86b7bf3893-15cfa61d {
  align-self: center;
  justify-self: start;
}

#w-node-e9ec757d-bde5-cfd1-09ea-ee86b7bf3895-15cfa61d {
  align-self: center;
  justify-self: end;
}

#w-node-b5f0f859-f2e3-8e3f-1204-c264ea8fba83-15cfa61d {
  align-self: center;
  justify-self: start;
}

#w-node-b5f0f859-f2e3-8e3f-1204-c264ea8fba85-15cfa61d {
  align-self: center;
  justify-self: end;
}

#w-node-b57d97ad-744c-763d-df42-64a37c179c93-15cfa61d {
  align-self: center;
  justify-self: start;
}

#w-node-b57d97ad-744c-763d-df42-64a37c179c95-15cfa61d {
  align-self: center;
  justify-self: end;
}

#w-node-_33f3ed3b-6ef6-48e9-e36c-11ae30b77e83-15cfa61f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-d20c98d0-f73a-cde4-3187-ef91057b5e82-15cfa61f {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-d20c98d0-f73a-cde4-3187-ef91057b5e87-15cfa61f {
  grid-area: 3 / 1 / 4 / 3;
  align-self: center;
  justify-self: stretch;
}

#w-node-e7c312ca-3267-e1f8-a11b-2d85efa42270-15cfa61f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-c3a15cc0-7d19-0591-2742-341248fa6606-15cfa61f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c3a15cc0-7d19-0591-2742-341248fa6607-15cfa61f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7ca4e425-eb0d-0a61-bbb4-07c11c1a140e-15cfa61f {
  align-self: stretch;
}

#w-node-_7ca4e425-eb0d-0a61-bbb4-07c11c1a1419-15cfa61f {
  justify-self: end;
}

#w-node-f176f584-7e9e-672d-84c6-8a1bf32c0f9f-15cfa61f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: stretch;
}

#w-node-d7f4df13-5316-c505-a444-21863c437f4b-15cfa61f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d7f4df13-5316-c505-a444-21863c437f52-15cfa61f {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-_7b9c87a0-4164-dfa3-00cc-0a8b81af83f5-15cfa61f {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff5584fc-15cfa621 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: start;
}

#w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff5584ff-15cfa621 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff558506-15cfa621 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: center;
  justify-self: stretch;
}

#w-node-_428f3cde-bf82-0eb7-3d7d-f3c59b55c12e-15cfa621 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_428f3cde-bf82-0eb7-3d7d-f3c59b55c12f-15cfa621 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389036-15cfa621 {
  align-self: start;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389040-15cfa621 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389046-15cfa621 {
  justify-self: end;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d38904c-15cfa621 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389051-15cfa621 {
  justify-self: stretch;
}

#w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67f5-15cfa621 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb34-15cfa622 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: start;
}

#w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb37-15cfa622 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb3c-15cfa622 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: center;
  justify-self: stretch;
}

#w-node-_4e5ecd76-5faa-c0fa-2ba9-f682a18ca2e6-15cfa622 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_124d18ca-1db6-6665-586b-74af69a6943b-15cfa622 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe106-15cfa622 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: stretch;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe107-15cfa622 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe114-15cfa622 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_71d7d42d-61ca-06a9-788b-33b7b02b1dc8-15cfa622 {
  align-self: center;
}

#w-node-_72e2dcb8-b47b-e0fd-2af3-2e0f24390bf8-15cfa622 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6dc7b8bf-dfd3-4025-fcd6-f726c2f032cb-15cfa622 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe116-15cfa622 {
  align-self: start;
}

#w-node-_259ad0eb-16f4-544b-74e2-a7917233ab8a-15cfa622 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_851487d2-797d-908d-5867-0f20f9562c11-15cfa622 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_5c176a8b-9730-dc1c-c9b1-0ca5febf5530-15cfa622 {
  align-self: center;
  justify-self: center;
}

#w-node-b29b5680-a2a2-7be5-dd1c-591f9d5b251c-15cfa622 {
  align-self: center;
  justify-self: end;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-15cfa622 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7128c589-0b6c-1e7b-cd0c-f6e6a998bc46-15cfa622 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98c-15cfa622 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98e-15cfa622 {
  align-self: stretch;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc998-15cfa622 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc99e-15cfa622 {
  justify-self: end;
}

#w-node-_2bf53f8e-7528-82b3-54a0-6e63150524f2-15cfa622 {
  align-self: center;
  justify-self: end;
}

#w-node-_0b0965f9-12de-b664-5036-c1741e1de7ea-15cfa623 {
  grid-area: 1 / 2 / 3 / 3;
  align-self: end;
  justify-self: end;
}

#w-node-_0b0965f9-12de-b664-5036-c1741e1de7f4-15cfa623 {
  grid-area: 1 / 3 / 3 / 4;
  justify-self: stretch;
}

#w-node-_08384802-3d40-5ff7-3c81-a3b15502acd2-15cfa623 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-beaac2f3-5b16-a510-41e2-9e4db7d9b271-15cfa623 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0b0965f9-12de-b664-5036-c1741e1de7ed-15cfa623 {
  grid-area: 2 / 1 / 4 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-15cfa623 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_16ee6cac-97cc-c25f-3bd3-f27e8d74ef9a-15cfa623 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-_3dfaf5a9-9073-e446-da8c-ae54ca5466f3-15cfa623, #w-node-ad3b4215-b22c-3535-ddd7-d56c33b83e53-15cfa623, #w-node-dffaa0c6-1d6f-fd8a-0160-62334d2f8582-15cfa623 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_932aec57-c897-daa7-63a7-de070d7de04e-15cfa623 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_59975544-c2ae-ff5f-1ffe-92b04da09837-15cfa623 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a1c244f3-8cbe-fe76-b113-ae7ccd7450fe-15cfa623 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff4-15cfa623 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff5-15cfa623 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: stretch;
}

#w-node-_96d948bc-485a-9dab-98e0-3aeafd7c89af-15cfa623 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_96d948bc-485a-9dab-98e0-3aeafd7c89b7-15cfa623 {
  align-self: stretch;
}

#w-node-_2a42631d-d202-6918-ff84-7da87f7c0333-15cfa623 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a42631d-d202-6918-ff84-7da87f7c0334-15cfa623 {
  justify-self: start;
}

#w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff668-15cfa623 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: center;
}

#w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff669-15cfa623 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_01acba91-92e0-3fdc-f04f-81f56b42dc19-15cfa623 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_81c4021d-70e7-bdee-d916-1636e757f75a-15cfa623 {
  align-self: center;
  justify-self: center;
}

#w-node-ed248ec9-b803-b9b9-17e2-a152e6711631-15cfa623 {
  align-self: stretch;
}

#w-node-ed248ec9-b803-b9b9-17e2-a152e671163c-15cfa623 {
  justify-self: end;
}

#w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a2-15cfa624 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: start;
}

#w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a5-15cfa624 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91aa-15cfa624 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: center;
  justify-self: stretch;
}

#w-node-_34b8dcd5-1955-bf6e-0f89-fcc3d503f83d-15cfa624 {
  grid-area: 1 / 2 / 4 / 3;
  align-self: start;
}

#w-node-_8074e9fb-dd46-63be-e290-1496ab6343dc-15cfa624 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_552207c6-973e-0cf0-9e2b-ac76c36effc4-15cfa624 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-15cfa624 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a8ab005-0267-4aac-1756-46a4087a0991-15cfa624 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_14f39dd7-b780-5ba0-f8c3-6e423c9ecdee-15cfa624 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a8f5d73b-ace2-f797-46d1-36f3cf6a04a5-15cfa624, #w-node-c04e9192-59b2-bc34-a507-563815198cc5-15cfa624, #w-node-b6de9297-1ccb-3ab5-e022-83f7a40897da-15cfa624 {
  align-self: center;
  justify-self: end;
}

#w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f33-15cfa624 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-_7a763298-e931-6ef6-cedf-70b1c6225332-15cfa624 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f3d-15cfa624 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_679ef2e1-ef79-f83f-971d-7c5a31996e9f-15cfa624 {
  align-self: center;
}

#w-node-c24eb999-a985-3d62-3c8f-4ef59619728d-15cfa624 {
  align-self: center;
  justify-self: end;
}

#w-node-e1af8745-7e74-7c0a-9e26-ec9a8040a014-15cfa624 {
  align-self: center;
}

#w-node-e0cdb0fe-0301-d3b0-3d3a-5117b3338481-15cfa624 {
  align-self: center;
  justify-self: end;
}

#w-node-_679ef2e1-ef79-f83f-971d-7c5a31996ea2-15cfa624 {
  align-self: center;
}

#w-node-_44ab065a-7e1c-c80d-67d8-c6e33d5e4bcf-15cfa624 {
  align-self: center;
  justify-self: end;
}

#w-node-_679ef2e1-ef79-f83f-971d-7c5a31996ea5-15cfa624 {
  align-self: center;
}

#w-node-_5f1bb171-88ed-c3df-b02c-276c811e5d3d-15cfa624 {
  align-self: center;
  justify-self: end;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb027112-15cfa624 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb027119-15cfa624 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-15cfa624 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb027120-15cfa624 {
  align-self: stretch;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02712a-15cfa624 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02712f-15cfa624 {
  justify-self: end;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02713e-15cfa624 {
  align-self: center;
  justify-self: end;
}

#w-node-ba6241ea-4ca2-f90d-ff56-a3b8b8b73165-15cfa624 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: start;
}

#w-node-ba6241ea-4ca2-f90d-ff56-a3b8b8b7316c-15cfa624 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_6a710c8c-00bc-3097-3a96-dedad61552fb-15cfa624 {
  align-self: center;
  justify-self: end;
}

#w-node-b84cb859-5226-6842-ec2f-395770060748-15cfa624 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b84cb859-5226-6842-ec2f-39577006074f-15cfa624 {
  align-self: stretch;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-15cfa626 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-15cfa626 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: center;
  justify-self: stretch;
}

#w-node-_2f47a1d7-7fde-406a-5650-93b8b4e97997-15cfa626 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2f47a1d7-7fde-406a-5650-93b8b4e97998-15cfa626 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4d2d02a8-4623-d7a4-1a99-4764d5bdf25a-15cfa626 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_68afcda8-3419-398d-0a79-b3461fde7e0d-15cfa626 {
  align-self: start;
}

#w-node-_68afcda8-3419-398d-0a79-b3461fde7e17-15cfa626 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_68afcda8-3419-398d-0a79-b3461fde7e1d-15cfa626 {
  justify-self: end;
}

#w-node-_9921994f-70cc-1547-5a78-2c400de6f5b8-15cfa626 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_335d42e6-e27c-f1bd-6e39-94998e5d331c-15cfa626 {
  justify-self: stretch;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-15cfa627 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-d15422da-e94e-a208-9f30-9461a834d48a-15cfa627 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_10f47213-c61e-c747-c65d-888833cdd28c-15cfa627 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_10f47213-c61e-c747-c65d-888833cdd28d-15cfa627 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4d2d02a8-4623-d7a4-1a99-4764d5bdf25a-15cfa627 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0dc79234-095b-de28-5fb1-8b375340c98b-15cfa627, #w-node-_0dc79234-095b-de28-5fb1-8b375340c98c-15cfa627 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0dc79234-095b-de28-5fb1-8b375340c991-15cfa627 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_8772bea6-a819-33f0-5093-5f51aa74b743-15cfa627 {
  align-self: stretch;
}

#w-node-_8772bea6-a819-33f0-5093-5f51aa74b74e-15cfa627 {
  justify-self: end;
}

#w-node-_17967762-cbf5-21cc-9417-419df7e89e3a-15cfa627 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff11f385-19e7-2610-e10a-74658e22583e-15cfa628 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: start;
}

#w-node-ff11f385-19e7-2610-e10a-74658e225841-15cfa628 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
  justify-self: stretch;
}

#w-node-ff11f385-19e7-2610-e10a-74658e225846-15cfa628 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: center;
  justify-self: stretch;
}

#w-node-f401a23e-7b45-ba45-9d27-4acdd5da1d88-15cfa628 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f401a23e-7b45-ba45-9d27-4acdd5da1d78-15cfa628 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-15cfa628, #w-node-ba34e9c2-df0a-57da-3430-f5bf64771393-15cfa628 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ba34e9c2-df0a-57da-3430-f5bf6477139a-15cfa628 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d59e9609-7efc-4afd-8f71-7d2c1f85a44c-15cfa628 {
  align-self: end;
  justify-self: center;
}

#w-node-_605cd59d40ef8e036e3d508d00000000001a-15cfa628 {
  align-self: start;
  justify-self: center;
}

#w-node-_9a966d75-8ba6-8c66-a053-3fb940aae614-15cfa628 {
  justify-self: end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-15cfa628 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad13-15cfa628 {
  align-self: center;
  justify-self: start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad15-15cfa628 {
  align-self: center;
  justify-self: end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad17-15cfa628 {
  align-self: center;
  justify-self: start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad19-15cfa628 {
  align-self: center;
  justify-self: end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad1b-15cfa628 {
  align-self: center;
  justify-self: start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad1d-15cfa628 {
  align-self: center;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_864b30ac-902a-1bc5-c775-6b8cda770129-15cfa613 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77251-15cfa613 {
    grid-column: 1 / 2;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77258-15cfa613 {
    grid-column: 2 / 3;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a7725d-15cfa613 {
    grid-column: 1 / 3;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77273-15cfa613 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #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-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
    grid-area: 2 / 2 / 4 / 2;
    align-self: end;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94a-c426b91d {
    grid-row-end: 3;
    grid-column-end: 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b937-c426b91d {
    grid-area: 2 / 1 / 5 / 1;
    align-self: end;
  }

  #w-node-_49f58ffc-baef-efce-2b7a-a1eb3d375ea0-c426b91d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94f-c426b91d {
    grid-area: 3 / 2 / 5 / 2;
    align-self: end;
  }

  #w-node-f93dce81-edbd-d26e-76b7-ea79de035b24-de035b20 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f93dce81-edbd-d26e-76b7-ea79de035b3c-de035b20 {
    grid-column: span 1 / span 1;
  }

  #name-3.w-node-f93dce81-edbd-d26e-76b7-ea79de035b52-de035b20 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f93dce81-edbd-d26e-76b7-ea79de035b65-de035b20 {
    grid-column-end: 3;
  }

  #w-node-_8306ef81-b092-d0c4-3109-4af2300bfbea-300bfbe7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8306ef81-b092-d0c4-3109-4af2300bfbf1-300bfbe7 {
    grid-column: 2 / 3;
  }

  #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd2452-adbd243d, #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd2469-adbd243d, #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd2480-adbd243d, #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd2497-adbd243d, #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd24ae-adbd243d {
    grid-area: 2 / 1 / 3 / 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 {
    align-self: center;
    justify-self: end;
  }

  #w-node-e7216152-f701-971a-aa13-8b0d399ea0a2-336b9d43 {
    justify-self: stretch;
  }

  #w-node-_169c8dac-dcf9-9d77-b5a0-6fe2bb220d51-336b9d43 {
    align-self: center;
    justify-self: end;
  }

  #w-node-fdd5de7a-6baa-18bc-4fc4-17f9de14bff9-336b9d43 {
    justify-self: stretch;
  }

  #w-node-fbb98bb2-0970-908c-f9a3-aa45d34eaea4-336b9d43 {
    align-self: center;
    justify-self: end;
  }

  #w-node-be6e1212-c8c8-b564-9d2f-b92422ca9045-336b9d43 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7c2-15cfa61a {
    grid-column-end: 2;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-15cfa61a, #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-15cfa61b {
    grid-column-end: 3;
  }

  #w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2cb-15cfa61c, #w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2d0-15cfa61c {
    grid-column-end: 2;
  }

  #w-node-_24f471f5-7ae5-636f-791d-ef5b1eb8c6ea-15cfa61c {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_56ccd570-0519-3bf2-4705-a8c2647a0020-15cfa61c {
    grid-row-end: 5;
    grid-column-end: 3;
  }

  #w-node-f68f6a28-e129-6b94-46f2-4058b39ff83c-15cfa61c {
    grid-column: 1 / 2;
  }

  #w-node-c8016839-d34a-93dc-5848-6b1c4cd42057-15cfa61c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_05feffb7-128e-e30f-38d4-0e5d778328fb-15cfa61c {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_1c13acc5-517c-491d-fcdf-0a83558a1ead-15cfa61c {
    align-self: stretch;
  }

  #w-node-_7f1f6b0a-25a1-a3f6-ffa0-7d8f329d9398-15cfa61c {
    grid-column: 1 / 3;
  }

  #w-node-_7f1f6b0a-25a1-a3f6-ffa0-7d8f329d93a6-15cfa61c {
    grid-row: 2 / 3;
  }

  #w-node-d8799780-2e51-2e92-6b2b-dfee47c128b4-15cfa61c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-15cfa61d {
    grid-column-end: 3;
  }

  #w-node-_0afe1988-388e-b5cb-404e-8a553a0bef5a-15cfa61d {
    grid-column-end: 2;
  }

  #w-node-_0afe1988-388e-b5cb-404e-8a553a0bef68-15cfa61d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e82-15cfa61f, #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e87-15cfa61f {
    grid-column-end: 2;
  }

  #w-node-d7f4df13-5316-c505-a444-21863c437f4b-15cfa61f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7b9c87a0-4164-dfa3-00cc-0a8b81af83f5-15cfa61f {
    grid-column: 1 / 3;
  }

  #w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff5584ff-15cfa621, #w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff558506-15cfa621 {
    grid-column-end: 2;
  }

  #w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67ee-15cfa621 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb37-15cfa622, #w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb3c-15cfa622, #w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe106-15cfa622 {
    grid-column-end: 2;
  }

  #w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe114-15cfa622 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-15cfa622 {
    grid-column-start: 1;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98c-15cfa622 {
    grid-column: 1 / 3;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc9a3-15cfa622 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff4-15cfa623 {
    align-self: start;
    justify-self: stretch;
  }

  #w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff5-15cfa623 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_96d948bc-485a-9dab-98e0-3aeafd7c89af-15cfa623 {
    grid-row: 2 / 3;
  }

  #w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff668-15cfa623 {
    grid-column: 1 / 3;
  }

  #w-node-_01acba91-92e0-3fdc-f04f-81f56b42dc19-15cfa623 {
    grid-row: 2 / 3;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a5-15cfa624, #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91aa-15cfa624 {
    grid-column-end: 2;
  }

  #w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-15cfa624 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8a8ab005-0267-4aac-1756-46a4087a0991-15cfa624 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_14f39dd7-b780-5ba0-f8c3-6e423c9ecdee-15cfa624 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f33-15cfa624 {
    grid-column: 1 / 3;
  }

  #w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f3d-15cfa624 {
    grid-row: 2 / 3;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027112-15cfa624 {
    grid-column-start: 1;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-15cfa624 {
    grid-column: 1 / 3;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027134-15cfa624 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ba6241ea-4ca2-f90d-ff56-a3b8b8b73165-15cfa624 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-b84cb859-5226-6842-ec2f-395770060748-15cfa624 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-15cfa626, #w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-15cfa626 {
    grid-column-end: 2;
  }

  #w-node-_9921994f-70cc-1547-5a78-2c400de6f5b8-15cfa626 {
    grid-column: 1 / 2;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-15cfa627 {
    grid-column-end: 3;
  }

  #w-node-ff11f385-19e7-2610-e10a-74658e225841-15cfa628, #w-node-ff11f385-19e7-2610-e10a-74658e225846-15cfa628 {
    grid-column-end: 2;
  }

  #w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-15cfa628 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_864b30ac-902a-1bc5-c775-6b8cda770129-15cfa613 {
    grid-column: span 1 / span 1;
  }

  #w-node-_70edc27a-5d85-b4b7-cc4a-a4055e230b7f-15cfa613, #w-node-_1aa5acca-7f49-679e-50b8-388c32a77258-15cfa613 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a7725d-15cfa613 {
    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-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
    grid-column-end: 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
    grid-area: 1 / 2 / 1 / 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94f-c426b91d {
    /*grid-row: 5 / 5;*/
  }

  #w-node-f93dce81-edbd-d26e-76b7-ea79de035b59-de035b20 {
    grid-column-end: 2;
  }

  #w-node-_8306ef81-b092-d0c4-3109-4af2300bfbea-300bfbe7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8306ef81-b092-d0c4-3109-4af2300bfbf1-300bfbe7 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd2447-adbd243d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd2452-adbd243d {
    grid-column-end: 3;
  }

  #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd245e-adbd243d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd2469-adbd243d {
    grid-column-end: 3;
  }

  #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd2475-adbd243d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd2480-adbd243d {
    grid-column-end: 3;
  }

  #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd248c-adbd243d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd2497-adbd243d {
    grid-column-end: 3;
  }

  #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd24a3-adbd243d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd24ae-adbd243d {
    grid-column-end: 3;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-15cfa61a, #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-15cfa61b, #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbeb-15cfa61b {
    grid-column-end: 2;
  }

  #w-node-_24f471f5-7ae5-636f-791d-ef5b1eb8c6ea-15cfa61c {
    grid-row: 2 / 3;
  }

  #w-node-_56ccd570-0519-3bf2-4705-a8c2647a0020-15cfa61c {
    grid-row-end: 2;
  }

  #w-node-f68f6a28-e129-6b94-46f2-4058b39ff83c-15cfa61c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c8016839-d34a-93dc-5848-6b1c4cd42057-15cfa61c {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_05feffb7-128e-e30f-38d4-0e5d778328fb-15cfa61c {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7f1f6b0a-25a1-a3f6-ffa0-7d8f329d9398-15cfa61c {
    grid-column-end: 2;
  }

  #w-node-dab5903c-a7e0-3d67-1fc1-3f4bc831cca3-15cfa61c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_53e77774-181e-6532-0ddd-1bf3be51f711-15cfa61c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8799780-2e51-2e92-6b2b-dfee47c128b4-15cfa61c {
    grid-column: span 1 / span 1;
  }

  #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-15cfa61d, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-15cfa61d {
    grid-column-end: 2;
  }

  #w-node-c1386cff-6b52-7e7b-943b-f01eec937981-15cfa61d {
    grid-column: span 1 / span 1;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e82-15cfa61f {
    grid-row: 2 / 3;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e87-15cfa61f {
    grid-row: 4 / 5;
  }

  #w-node-e7c312ca-3267-e1f8-a11b-2d85efa42270-15cfa61f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d7f4df13-5316-c505-a444-21863c437f4b-15cfa61f {
    grid-column: span 1 / span 1;
  }

  #w-node-d7f4df13-5316-c505-a444-21863c437f52-15cfa61f {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67ee-15cfa621 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67f5-15cfa621 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-15cfa622 {
    grid-column-end: 2;
  }

  #w-node-_7128c589-0b6c-1e7b-cd0c-f6e6a998bc46-15cfa622 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98c-15cfa622 {
    grid-column-end: 2;
  }

  #w-node-_0b0965f9-12de-b664-5036-c1741e1de7ed-15cfa623 {
    grid-row-start: 3;
  }

  #w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-15cfa623 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3dfaf5a9-9073-e446-da8c-ae54ca5466f3-15cfa623 {
    grid-column: span 3 / span 3;
  }

  #w-node-ad3b4215-b22c-3535-ddd7-d56c33b83e53-15cfa623 {
    grid-column: span 1 / span 1;
  }

  #w-node-dffaa0c6-1d6f-fd8a-0160-62334d2f8582-15cfa623 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff5-15cfa623 {
    grid-column: span 1 / span 1;
  }

  #w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff668-15cfa623 {
    grid-column-end: 2;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a5-15cfa624 {
    grid-row: 2 / 3;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91aa-15cfa624 {
    grid-row: 4 / 5;
  }

  #w-node-_34b8dcd5-1955-bf6e-0f89-fcc3d503f83d-15cfa624 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-15cfa624 {
    grid-row: span 1 / span 1;
  }

  #w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f33-15cfa624 {
    grid-column-end: 2;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027119-15cfa624 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-15cfa624 {
    grid-column-end: 2;
  }

  #w-node-d15422da-e94e-a208-9f30-9461a834d48a-15cfa627 {
    align-self: end;
  }

  #w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-15cfa628 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9a966d75-8ba6-8c66-a053-3fb940aae614-15cfa628 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77251-15cfa613 {
    grid-column-end: 2;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a7725d-15cfa613, #w-node-_1aa5acca-7f49-679e-50b8-388c32a7725f-15cfa613, #w-node-_1aa5acca-7f49-679e-50b8-388c32a7727a-15cfa613 {
    justify-self: stretch;
  }

  #w-node-dfb3ef3c-5da9-2a58-de9c-ab03ab89d454-ab89d450 {
    grid-column: span 4 / span 4;
  }

  #w-node-dfb3ef3c-5da9-2a58-de9c-ab03ab89d45b-ab89d450 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-dfb3ef3c-5da9-2a58-de9c-ab03ab89d45f-ab89d450 {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd2444-adbd243d, #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd2447-adbd243d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd2452-adbd243d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd245b-adbd243d, #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd245e-adbd243d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd2469-adbd243d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd2472-adbd243d, #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd2475-adbd243d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd2480-adbd243d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd2489-adbd243d, #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd248c-adbd243d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd2497-adbd243d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd24a0-adbd243d, #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd24a3-adbd243d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ea23bdd-29fb-4edf-be22-2b1fadbd24ae-adbd243d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b499c286-fb2a-34ea-8e19-d7338c9f72b7-8c9f72b6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f68f6a28-e129-6b94-46f2-4058b39ff83c-15cfa61c, #w-node-_05feffb7-128e-e30f-38d4-0e5d778328fb-15cfa61c {
    order: 9999;
  }

  #w-node-c22516d2-790b-8f49-2202-99f4645fc53d-15cfa61c {
    grid-column: span 1 / span 1;
  }

  #w-node-c22516d2-790b-8f49-2202-99f4645fc53e-15cfa61c {
    grid-column: span 3 / span 3;
  }

  #w-node-c22516d2-790b-8f49-2202-99f4645fc543-15cfa61c {
    grid-column: 2 / 3;
  }

  #w-node-c3e4a622-32f8-f922-a5f9-7c9122fd7a0c-15cfa622 {
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_231f18f0-034c-bf91-9e26-aa98c5f5105a-15cfa622 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_6dc7b8bf-dfd3-4025-fcd6-f726c2f032cb-15cfa622 {
    justify-self: center;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-15cfa622, #w-node-_7128c589-0b6c-1e7b-cd0c-f6e6a998bc46-15cfa622 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc99e-15cfa622 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0b0965f9-12de-b664-5036-c1741e1de7ed-15cfa623, #w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-15cfa623 {
    grid-column-end: 2;
  }

  #w-node-_16ee6cac-97cc-c25f-3bd3-f27e8d74ef9a-15cfa623 {
    grid-column-end: 3;
  }

  #w-node-_3dfaf5a9-9073-e446-da8c-ae54ca5466f3-15cfa623 {
    grid-column: span 3 / span 3;
  }

  #w-node-ad3b4215-b22c-3535-ddd7-d56c33b83e53-15cfa623, #w-node-dffaa0c6-1d6f-fd8a-0160-62334d2f8582-15cfa623 {
    grid-column: span 1 / span 1;
  }

  #w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-15cfa624 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8a8ab005-0267-4aac-1756-46a4087a0991-15cfa624 {
    order: -9999;
    grid-row: 1 / 2;
  }

  #w-node-_14f39dd7-b780-5ba0-f8c3-6e423c9ecdee-15cfa624 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027112-15cfa624 {
    grid-column-end: 2;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-15cfa624, #w-node-de232761-f644-f9f0-bd3b-00bfbb027120-15cfa624, #w-node-de232761-f644-f9f0-bd3b-00bfbb02713b-15cfa624 {
    justify-self: stretch;
  }

  #w-node-_6a710c8c-00bc-3097-3a96-dedad61552fb-15cfa624 {
    justify-self: start;
  }

  #w-node-_4d2d02a8-4623-d7a4-1a99-4764d5bdf25a-15cfa626 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4d2d02a8-4623-d7a4-1a99-4764d5bdf25a-15cfa627 {
    grid-column: span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_0dc79234-095b-de28-5fb1-8b375340c98b-15cfa627 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-15cfa628, #w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-15cfa628 {
    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;
}
@font-face {
  font-family: 'Zvjb 3';
  src: url('../fonts/EdgeOfTheGalaxyItalic-ZVJB3.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ovea 6';
  src: url('../fonts/EdgeOfTheGalaxyRegular-OVEa6.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'X 3 O 1 M';
  src: url('../fonts/EdgeOfTheGalaxyPosterItalic-x3o1m.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Edgeofthegalaxyposter 3 Zrap';
  src: url('../fonts/EdgeOfTheGalaxyPoster-3zRAp.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}