:root {
  --black-100: #171718;
  --white-smoke: #f5f5f5;
  --black-50: #0000004d;
  --white-100: #fff;
  --black-10: #0000001a;
  --white-101: white;
  --black-101: black;
  --primary: #0400ff;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

h1 {
  color: var(--black-100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 4.6rem;
  font-weight: 400;
  line-height: 120%;
}

h2 {
  color: var(--black-100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  color: var(--black-100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 120%;
}

h4 {
  color: var(--black-100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 130%;
}

h5 {
  color: var(--black-100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 140%;
}

h6 {
  color: var(--black-100);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

p {
  color: var(--black-100);
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

a {
  color: var(--black-100);
  text-decoration: underline;
}

ul {
  color: var(--black-100);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

ol {
  color: var(--black-100);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

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

label {
  color: var(--black-100);
  margin-bottom: .5rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  display: block;
}

blockquote {
  background-color: var(--white-smoke);
  color: var(--black-100);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 0;
  padding: 1rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1.2rem;
  line-height: 140%;
}

figure {
  margin-bottom: 4rem;
}

figcaption {
  color: var(--black-50);
  text-align: center;
  margin-top: .5rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.submit-button {
  color: #fff;
  background-color: #171718;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.submit-button:hover {
  background-color: #00000080;
}

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

.typo-list {
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-field {
  color: #171718;
  background-color: #f5f5f5;
  border: 1px #000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .75rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.select-field {
  color: #000000e6;
  border: 1px #000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .75rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.style-guide-item {
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

._12-column-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

._12-column-grid.header {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.info-page-content {
  grid-row-gap: 7rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rich-text h1 {
  margin-bottom: 2rem;
}

.rich-text h2 {
  margin-bottom: 1.5rem;
}

.rich-text p {
  color: var(--black-50);
  margin-bottom: 4rem;
}

.rich-text h3 {
  margin-bottom: 1.5rem;
}

.rich-text h4, .rich-text h5 {
  margin-bottom: 1rem;
}

.rich-text ol, .rich-text ul {
  margin-bottom: 2rem;
}

.rich-text blockquote {
  margin-bottom: 4rem;
}

.error-message {
  margin-top: 2rem;
  padding: .75rem 1rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
}

.standard-text {
  color: var(--black-100);
  text-align: left;
  align-self: center;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.standard-text.black-50 {
  color: #00000080;
  align-self: flex-start;
  font-size: 1.3rem;
}

.large-text {
  color: var(--black-100);
  text-align: left;
  font-family: Inter Tight, sans-serif;
  font-size: 2rem;
  line-height: 140%;
}

.success-message {
  color: #000000e6;
  background-color: #f5f5f5;
  padding: .75rem 1rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
}

.color-swatch {
  width: 100%;
  height: 10rem;
}

.color-swatch.white-100 {
  background-color: var(--white-100);
  border: 1px solid #0000001a;
}

.color-swatch.whitesmoke {
  background-color: var(--white-smoke);
}

.color-swatch.black-100 {
  background-color: var(--black-100);
}

.color-swatch.black-50 {
  background-color: var(--black-50);
}

.color-swatch.black-10 {
  background-color: var(--black-10);
}

.container {
  background-color: #fff;
  min-height: 80px;
  padding: 2rem 2rem 4rem;
}

.container.footer {
  padding-top: 1rem;
  padding-bottom: 0;
}

.container.hero {
  background-color: #0000;
  min-height: 88px;
  padding-top: 10rem;
  padding-bottom: 8rem;
  font-size: 14px;
}

.container.project-detail-header {
  min-height: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container.project-detail {
  padding-top: 6rem;
  padding-bottom: 0;
}

.container.selectedwork {
  background-color: #0000;
  line-height: 20px;
}

.text-area {
  color: #171718;
  background-color: #f5f5f5;
  border: 1px #000;
  min-height: 6rem;
  margin-bottom: 2rem;
  padding: .75rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

.info-page-heading-wrapper {
  margin-bottom: 5rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 3rem;
  display: flex;
}

.header-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1rem 2rem;
  display: grid;
}

.logo-wrapper {
  grid-column-gap: .75rem;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.description-text {
  color: var(--black-50);
  font-family: Inter Tight, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 130%;
}

.logo-image {
  width: auto;
  height: 16px;
}

.nav-link-wrapper {
  grid-column-gap: 2.5rem;
  display: flex;
}

.nav-link {
  color: var(--black-100);
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 140%;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--black-50);
}

.green-dot {
  background-color: #0400ff;
  border-radius: 20px;
  width: 8px;
  height: 8px;
}

.working-status {
  grid-column-gap: .5rem;
  background-color: var(--white-smoke);
  border-radius: 1000px;
  align-items: center;
  padding: .4rem .8rem;
  display: flex;
}

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

.button {
  background-color: var(--white-smoke);
  border-radius: .25rem;
  padding: .25rem .75rem;
  text-decoration: none;
}

.button-text-mask {
  height: 24px;
  overflow: hidden;
}

.hero-content-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-text-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.background.white-smoke {
  background-color: var(--white-smoke);
  background-color: #f5f5f5;
}

.section-title {
  color: var(--black-50);
  font-size: .9rem;
  line-height: 140%;
}

.about-content-block {
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.big-column-block {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100svh;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 2rem;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
  right: 0;
}

.small-column-block {
  grid-row-gap: 2rem;
  border-left: 1px solid var(--black-10);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  display: flex;
}

.about-info-block {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.divider {
  background-color: var(--black-10);
  width: 100%;
  height: 1px;
}

.work-duration {
  background-color: var(--white-100);
  color: var(--black-100);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-family: Inter Tight, sans-serif;
  font-size: .8rem;
  line-height: 140%;
}

.experience-list {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.experience-item {
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.client-list {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.client-item {
  grid-column-gap: .75rem;
  border: 1px solid var(--black-10);
  background-color: var(--white-100);
  border-radius: 100px;
  align-items: center;
  padding: .25rem 1rem .25rem .25rem;
  display: flex;
}

.service-list {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-link-block {
  text-decoration: none;
}

.project-cursor {
  z-index: 1000;
  grid-column-gap: 1rem;
  border: 1px solid var(--black-10);
  background-color: var(--white-100);
  box-shadow: 7px 4px 20px 3px var(--black-10);
  border-radius: 100px;
  align-items: center;
  padding: .5rem;
  display: none;
  position: fixed;
  inset: 0 auto auto 0;
}

.contact-text-cursor-wrapper {
  text-align: center;
}

.contact-text {
  color: var(--black-100);
  text-align: left;
  font-family: Inter Tight, sans-serif;
  font-size: 2rem;
  line-height: 110%;
}

.footer-link-wrapper {
  grid-column-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.footer-link {
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 140%;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--black-50);
}

.footer-bottom-bar {
  border-top: 1px solid var(--black-10);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer-content-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.collection-list-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.collection-list {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-link {
  text-decoration: none;
}

.project-info-text-wrapper {
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.project-detail-title {
  font-size: 6rem;
  line-height: 110%;
}

.project-thumbnail {
  border-radius: 8px;
}

.work-block {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.social-link-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-info-wrapper {
  grid-row-gap: 20rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.link-arrow {
  width: 12px;
}

.social-link {
  grid-column-gap: .4rem;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-arrow-wrapper {
  flex-direction: column;
  width: 12px;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.back-to-top-link {
  text-decoration: none;
}

.back-to-top-link:hover {
  opacity: .5;
}

.thumbnail-wrapper {
  border-radius: 8px;
  overflow: hidden;
}

.empy-state {
  background-color: var(--white-smoke);
  color: var(--black-100);
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

.back-arrow {
  width: 16px;
}

.back-to-home-button {
  grid-column-gap: .25rem;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.back-arrow-icon-wrapper {
  display: flex;
}

.back-arrow-icon-mask {
  width: 16px;
  height: 16px;
  overflow: hidden;
}

.project-detail-info-item {
  grid-column-gap: .25rem;
  display: flex;
}

.project-detail-info-wrapper {
  grid-column-gap: 3rem;
  align-items: center;
  display: flex;
}

.project-detail-header {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.medium-text {
  color: var(--black-100);
  text-align: left;
  order: 1;
  justify-content: flex-start;
  padding-left: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.3rem;
  line-height: 140%;
  display: block;
}

.project-detail-content-wrapper {
  grid-row-gap: 5rem;
  flex-direction: column;
  margin-bottom: 4rem;
  display: flex;
}

.project-intro {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.project-name {
  font-size: 1.6rem;
  line-height: 120%;
}

.project-gallery {
  grid-row-gap: 2rem;
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.next-project-block {
  border-top: 1px solid var(--black-10);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.next-project-link {
  text-decoration: none;
}

.next-project-link:hover {
  opacity: .5;
}

.about-image {
  border-radius: 8px;
  width: 160px;
}

.contact-cursor-image {
  width: 64px;
}

.client-logo {
  width: 40px;
}

.logo-block {
  display: flex;
}

.large-text-2 {
  color: #171718;
  text-align: left;
  font-family: Inter Tight, sans-serif;
  font-size: 2rem;
  line-height: 140%;
}

.work-duration-2 {
  color: #171718;
  background-color: #fff;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-family: Inter Tight, sans-serif;
  font-size: .8rem;
  line-height: 140%;
}

.divider-2 {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
}

.client-item-2 {
  grid-column-gap: .75rem;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 100px;
  align-items: center;
  padding: .25rem 1rem .25rem .25rem;
  display: flex;
}

.small-column-block-2 {
  grid-row-gap: 2rem;
  border-left: 1px solid #0000001a;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -.3rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  display: flex;
}

.standard-text-2 {
  color: #4c4b4e;
  text-align: left;
  font-family: Inter Tight, sans-serif;
  font-size: 1.2rem;
  line-height: 140%;
}

.standard-text-2.client-style {
  color: var(--black-50);
}

.section-title-2 {
  color: #00000080;
  font-size: 1rem;
  line-height: 140%;
}

.large-text-3 {
  color: #171718;
  text-align: left;
  text-indent: 56px;
  padding-right: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 2rem;
  line-height: 140%;
}

.work-duration-3 {
  color: #171718;
  background-color: #fff;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-family: Inter Tight, sans-serif;
  font-size: .8rem;
  line-height: 140%;
}

.divider-3 {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
}

.client-item-3 {
  grid-column-gap: .75rem;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 100px;
  align-items: center;
  padding: .25rem 1rem .25rem .25rem;
  display: flex;
}

.aboutcontainer {
  aspect-ratio: auto;
  background-color: #f3f3f3;
  background-image: linear-gradient(#ffffff7a, #ffffff7a), url('../images/686c0fa5b96bc078b3b6de76_noise-small.avif');
  background-position: 0 0, 0 0;
  background-size: auto, 60px;
  min-height: 80px;
  padding: 4rem 2rem;
}

.work-duration-4 {
  color: #171718;
  background-color: #fff;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-self: flex-start;
  display: flex;
  position: static;
}

.paragraph {
  font-size: 1.2rem;
}

.nav-link-wrapper-2 {
  grid-column-gap: 2.5rem;
  display: flex;
}

.working-status-2 {
  grid-column-gap: .5rem;
  background-color: #f5f5f5;
  border-radius: 1000px;
  align-items: center;
  padding: .4rem .8rem;
  display: flex;
}

.nav-link-2 {
  color: #171718;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 140%;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #00000080;
}

.logo-image-2 {
  width: 48px;
  height: 48px;
}

.description-text-2 {
  color: #00000080;
  font-family: Inter Tight, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 130%;
}

.standard-text-3 {
  color: #171718;
  text-align: left;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.header-container-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1rem 2rem;
  display: grid;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link-3 {
  color: #171718;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 140%;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #00000080;
}

.logo-image-3 {
  width: 48px;
  height: 48px;
}

.description-text-3 {
  color: #00000080;
  text-align: center;
  font-family: Inter Tight, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 130%;
}

.standard-text-4 {
  color: #171718;
  text-align: left;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.header-container-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1rem 2rem;
  display: grid;
}

.nav-menu-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.standard-text-5 {
  color: #171718;
  text-align: left;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.nav-link-4 {
  color: #171718;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 140%;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #00000080;
}

.working-status-3 {
  grid-column-gap: .5rem;
  color: #fff;
  background-color: #f5f5f5;
  border-radius: 1000px;
  justify-content: flex-start;
  align-items: center;
  width: 157px;
  padding: .4rem .8rem;
  display: none;
}

.header-container-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1rem 2rem;
  display: grid;
}

.nav-menu-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading {
  color: var(--black-100);
  text-indent: 56px;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
}

.heading-2 {
  text-align: right;
  width: 100%;
}

.quick-stack {
  width: 100%;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-2 {
  padding-left: 0;
  padding-right: 0;
}

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

.quick-stack-4 {
  grid-column-gap: 20px;
  padding-left: 0;
  padding-right: 0;
}

.heading-3 {
  color: var(--black-50);
  font-size: 1rem;
}

.image, .image-2, .image-3, .image-4, .image-5 {
  border-radius: 8px;
}

.image-6 {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
}

.cell {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
}

.section {
  color: #fff;
}

.marquee-horizontal {
  z-index: 200;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 140px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-text {
  color: #000;
  text-transform: none;
  flex: none;
  margin-right: 8vw;
  font-family: Inter Tight, sans-serif;
  font-size: 32px;
  line-height: 100%;
}

.standard-text-6 {
  color: #171718;
  text-align: left;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.standard-text-6.black-50 {
  color: #00000080;
}

.container-3 {
  min-height: 80px;
  padding: 4rem 2rem;
}

.container-3.project-detail-header {
  min-height: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.standard-text-7 {
  color: #171718;
  text-align: left;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.standard-text-7.black-50 {
  color: #00000080;
}

.button-2 {
  background-color: #f5f5f5;
  border-radius: .25rem;
  padding: .25rem .75rem;
  text-decoration: none;
}

.empy-state-2 {
  color: #171718;
  background-color: #f5f5f5;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

.container-4 {
  min-height: 80px;
  padding: 4rem 2rem;
}

.container-4.project-detail {
  padding-top: 6rem;
  padding-bottom: 0;
}

.next-project-block-2 {
  border-top: 1px solid #0000001a;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

._12-column-grid-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.medium-text-2 {
  color: #171718;
  text-align: left;
  text-indent: 0;
  text-overflow: clip;
  word-break: normal;
  overflow-wrap: normal;
  margin-bottom: 8px;
  padding-top: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 140%;
}

.medium-text-2.award {
  font-size: 1rem;
}

.div-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-top: 20px;
  display: flex;
}

.image-7, .image-8 {
  aspect-ratio: 16 / 9;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  font-weight: 400;
}

.div-block-3 {
  padding-top: 12px;
}

.div-block-4 {
  cursor: pointer;
}

.link-block, .link-block-2 {
  text-decoration: none;
}

.list {
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 1.6rem;
  font-size: 1.3rem;
}

.list-item {
  padding-bottom: 12px;
  list-style-type: disc;
}

.link-block-3, .portfoliolink {
  text-decoration: none;
}

.thumbnail {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background-image: url('../images/67b632a99f0775d43794a9ed_noise.avif');
  background-position: 0 0;
  background-size: auto;
  border-radius: 8px;
}

.div-block-5, .div-block-6, .div-block-7, .div-block-8, .div-block-9, .div-block-10, .div-block-11 {
  overflow: hidden;
}

.contact-cursor {
  z-index: 1000;
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: .5rem 2rem .5rem .5rem;
  display: none;
  position: fixed;
  inset: 0 auto auto 0;
  box-shadow: 7px 4px 20px 3px #0000001a;
}

.contact-text-2 {
  color: #171718;
  text-align: left;
  font-family: Inter Tight, sans-serif;
  font-size: 2rem;
  line-height: 110%;
}

.standard-text-8 {
  color: #171718;
  text-align: left;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.container-5 {
  min-height: 80px;
  padding: 4rem 2rem;
}

.container-5.footer {
  padding-top: 1rem;
  padding-bottom: 0;
}

.footer-link-2 {
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 140%;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #00000080;
}

.footer-bottom-bar-2 {
  border-top: 1px solid #0000001a;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.view-cursor {
  z-index: 1000;
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: .125rem;
  display: none;
  position: fixed;
  inset: 0 auto auto 0;
  box-shadow: 7px 4px 20px 3px #0000001a;
}

.text-span4 {
  font-family: ivypresto-headline, sans-serif;
  font-style: italic;
}

.body-3 {
  background-color: #fff;
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/686c0fa5b96bc078b3b6de76_noise-small.avif');
  background-position: 0 0, 0 0;
  background-size: auto, 50px;
}

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

.caption {
  font-family: Inter Tight, sans-serif;
  font-size: .9em;
}

.bold-text-10, .bold-text-11, .bold-text-12 {
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4.2rem;
    line-height: 130%;
  }

  h2 {
    font-size: 2.6rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  h4 {
    font-size: 1.6rem;
  }

  ._12-column-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  ._12-column-grid.back-to-top-block {
    flex-flow: row;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form-wrapper {
    margin-top: 2rem;
  }

  .header-container {
    grid-template-columns: 1fr 2fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .big-column-block {
    grid-row-gap: 1rem;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .small-column-block {
    border-left-style: none;
    margin-top: 4rem;
    padding-left: 0;
  }

  .project-detail-title {
    font-size: 4.2rem;
  }

  .contact-info-wrapper {
    grid-row-gap: 10rem;
  }

  .small-column-block-2 {
    border-left-style: none;
    width: 100%;
    margin-top: 4rem;
    padding-left: 0;
  }

  .aboutcontainer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-container-2, .header-container-3 {
    grid-template-columns: 1fr 2fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-container-4 {
    grid-template-columns: 1fr 1.25fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-3, .container-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .container-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .view-cursor {
    width: 100px;
    height: 200px;
  }

  .heading-5 {
    font-size: 2.2rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  ._12-column-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  ._12-column-grid.header {
    justify-content: space-between;
    align-items: flex-start;
  }

  ._12-column-grid.back-to-top-block {
    flex-flow: row;
  }

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

  .container, .container.hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container.project-detail {
    padding-top: 4rem;
  }

  .utility-page-content {
    width: 80%;
  }

  .header-container {
    border-bottom: 1px solid var(--black-10);
  }

  .about-content-block {
    grid-row-gap: 2rem;
    margin-top: 2rem;
  }

  .big-column-block {
    grid-row-gap: 0rem;
  }

  .footer-link-wrapper {
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-content-wrapper {
    grid-row-gap: 1.5rem;
  }

  .collection-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .work-block {
    grid-row-gap: 1.5rem;
  }

  .project-detail-content-wrapper {
    grid-row-gap: 4rem;
  }

  .project-gallery {
    grid-row-gap: 1rem;
  }

  .large-text-2 {
    font-size: 1.5rem;
  }

  .small-column-block-2 {
    flex-flow: column;
    width: 100%;
  }

  .large-text-3 {
    font-size: 1.5rem;
  }

  .aboutcontainer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .header-container-2, .header-container-3 {
    border-bottom: 1px solid #0000001a;
  }

  .header-container-4 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-bottom: 1px solid #0000001a;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "."
                         "Area";
    grid-auto-flow: row;
    place-content: space-between;
    align-items: center;
    display: flex;
  }

  .heading {
    font-size: 2.5rem;
  }

  .container-3, .container-4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-4.project-detail {
    padding-top: 4rem;
  }

  .container-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

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

  h2 {
    font-size: 1.6rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  h4 {
    font-size: 1.1rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .9rem;
  }

  ._12-column-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  ._12-column-grid.back-to-top-block {
    flex-flow: row;
  }

  .rich-text h1, .rich-text h2 {
    margin-bottom: 1rem;
  }

  .rich-text p {
    margin-bottom: 3rem;
  }

  .rich-text h3, .rich-text h4, .rich-text h5 {
    margin-bottom: .75rem;
  }

  .rich-text blockquote {
    margin-bottom: 3rem;
  }

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

  .color-swatch {
    height: 5rem;
  }

  .container {
    padding: 2rem .75rem;
  }

  .container.hero {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .utility-page-content {
    width: 90%;
  }

  .header-container {
    grid-row-gap: 1rem;
    padding-top: 1rem;
  }

  .nav-link-wrapper {
    justify-content: flex-end;
  }

  .working-status {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    top: 1rem;
    right: 0;
  }

  .nav-menu {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    aspect-ratio: auto;
    flex-direction: row;
    justify-content: flex-start;
    width: auto;
  }

  .small-column-block {
    margin-top: 3rem;
  }

  .about-info-block {
    grid-row-gap: 1rem;
  }

  .contact-text {
    font-size: 1.2rem;
  }

  .footer-link-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .footer-content-wrapper {
    grid-row-gap: 1rem;
  }

  .collection-list {
    grid-row-gap: 2rem;
  }

  .project-detail-title {
    font-size: 3rem;
  }

  .social-link-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-info-wrapper {
    grid-row-gap: 6rem;
  }

  .project-detail-info-item {
    flex-direction: column;
  }

  .project-detail-info-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .project-detail-header {
    flex-direction: column;
  }

  .back-to-home-button-wrapper {
    border-bottom: 1px solid var(--black-10);
    margin-bottom: 2rem;
    margin-left: -.75rem;
    margin-right: -.75rem;
    padding-bottom: 1rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .medium-text {
    font-size: 1.2rem;
  }

  .project-detail-content-wrapper {
    grid-row-gap: 3rem;
  }

  .project-name {
    font-size: 1.2rem;
  }

  .project-gallery {
    grid-row-gap: 1rem;
  }

  .next-project-block {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .next-project {
    margin-bottom: 1rem;
  }

  .large-text-2 {
    font-size: 1.2rem;
  }

  .small-column-block-2 {
    margin-top: 3rem;
  }

  .large-text-3 {
    text-indent: 0;
    font-size: 1.6rem;
  }

  .aboutcontainer {
    padding: 2rem .75rem;
  }

  .nav-link-wrapper-2 {
    grid-column-gap: 1rem;
  }

  .working-status-2 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    top: 1rem;
    right: 0;
  }

  .header-container-2, .header-container-3 {
    padding-top: 4rem;
  }

  .working-status-3 {
    border-radius: 100px;
    display: none;
    position: static;
    top: 1rem;
    right: 0;
  }

  .header-container-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
  }

  .nav-menu-4 {
    flex-wrap: nowrap;
  }

  .heading {
    text-indent: 0;
    font-size: 2rem;
  }

  .container-3 {
    padding: 2rem .75rem;
  }

  .back-to-home-button-wrapper-2 {
    border-bottom: 1px solid #0000001a;
    margin-bottom: 2rem;
    margin-left: -.75rem;
    margin-right: -.75rem;
    padding-bottom: 1rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .container-4 {
    padding: 2rem .75rem;
  }

  .next-project-block-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  ._12-column-grid-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .medium-text-2, .contact-text-2 {
    font-size: 1.2rem;
  }

  .container-5 {
    padding: 2rem .75rem;
  }
}

#w-node-d4b57454-17a9-7e9f-b017-e8e1fb3a56c8-9e372de0 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
}

#w-node-d4b57454-17a9-7e9f-b017-e8e1fb3a56cb-9e372de0, #w-node-_6be5c285-bd35-4767-7c6d-fe33e8145ad2-9e372de0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_834a0b18-82d6-7105-ff09-769b16367543-9e372de0 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
}

#w-node-_834a0b18-82d6-7105-ff09-769b16367547-9e372de0, #w-node-_834a0b18-82d6-7105-ff09-769b16367551-9e372de0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-febacd81-d5c1-30c7-3d19-4d00cc306af9-9e372de0 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
}

#w-node-febacd81-d5c1-30c7-3d19-4d00cc306b07-9e372de0, #w-node-febacd81-d5c1-30c7-3d19-4d00cc306afd-9e372de0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_26cd84a7-652c-bf9b-1d9c-6dc2c8d06863-9e372de0 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
}

#w-node-_26cd84a7-652c-bf9b-1d9c-6dc2c8d06867-9e372de0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-ff0cc3a3-7fae-32d7-b04b-64275c6b51f1-9e372de0 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_39abb2f7-e75d-2d7b-18b3-d389de06f966-de06f941 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_39abb2f7-e75d-2d7b-18b3-d389de06f96a-de06f941 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: end;
}

#w-node-_0e05ce2d-77fd-d0b6-e33f-cd5c4fe5cd0f-84cf150e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e05ce2d-77fd-d0b6-e33f-cd5c4fe5cd17-84cf150e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_53885199-075d-8830-6878-e9f46812e64e-a01d5135 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start;
}

#w-node-_53885199-075d-8830-6878-e9f46812e651-a01d5135 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_53885199-075d-8830-6878-e9f46812e654-a01d5135 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_53885199-075d-8830-6878-e9f46812e655-a01d5135 {
  grid-area: 3 / 4 / 4 / 8;
}

#w-node-_53885199-075d-8830-6878-e9f46812e658-a01d5135 {
  grid-area: 3 / 11 / 4 / 13;
  justify-self: end;
}

#w-node-_53885199-075d-8830-6878-e9f46812e664-a01d5135 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_53885199-075d-8830-6878-e9f46812e667-a01d5135 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-a93fa7da-8ff4-215a-1cd4-210d7af2c547-a01d5135 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-a93fa7da-8ff4-215a-1cd4-210d7af2c54a-a01d5135 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_1f042d6a-958c-8262-d2b5-4c403a30a03e-a01d5135 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_1f042d6a-958c-8262-d2b5-4c403a30a041-a01d5135 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_28f005d6-1035-a469-3a13-b6a3d37e8b92-a01d5135 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_28f005d6-1035-a469-3a13-b6a3d37e8b93-a01d5135 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_5e8edced-655f-7c0a-c163-cced7d09df50-a01d5135 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_5e8edced-655f-7c0a-c163-cced7d09df53-a01d5135 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_99a94018-be1e-093e-7923-965c9e1e4b98-a01d5135 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_99a94018-be1e-093e-7923-965c9e1e4b9b-a01d5135 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-a6a30b67-88e9-65db-0651-f0cb2656355f-26563539 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a6a30b67-88e9-65db-0651-f0cb26563564-26563539 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: end;
}

#w-node-_53885199-075d-8830-6878-e9f46812e64e-e1e45494 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start;
}

#w-node-_53885199-075d-8830-6878-e9f46812e651-e1e45494 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_53885199-075d-8830-6878-e9f46812e654-e1e45494 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_53885199-075d-8830-6878-e9f46812e655-e1e45494 {
  grid-area: 3 / 4 / 4 / 8;
}

#w-node-_53885199-075d-8830-6878-e9f46812e658-e1e45494 {
  grid-area: 3 / 11 / 4 / 13;
  justify-self: end;
}

#w-node-_53885199-075d-8830-6878-e9f46812e664-e1e45494 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_53885199-075d-8830-6878-e9f46812e667-e1e45494, #w-node-a93fa7da-8ff4-215a-1cd4-210d7af2c54a-e1e45494 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-ca53362b-e60b-afa1-cb91-0497fa284a79-e1e45494 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-ca53362b-e60b-afa1-cb91-0497fa284a7c-e1e45494 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-fe3ae3ee-6eb3-b8aa-4a5b-9d3f4a138d42-e1e45494 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-fe3ae3ee-6eb3-b8aa-4a5b-9d3f4a138d45-e1e45494, #w-node-_28f005d6-1035-a469-3a13-b6a3d37e8b93-e1e45494 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_1f042d6a-958c-8262-d2b5-4c403a30a03e-e1e45494 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_1f042d6a-958c-8262-d2b5-4c403a30a041-e1e45494, #w-node-_61cd84e0-3aa4-e1f6-2a59-3c5d08ebdf58-e1e45494 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_5e8edced-655f-7c0a-c163-cced7d09df50-e1e45494 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_5e8edced-655f-7c0a-c163-cced7d09df53-e1e45494 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_53885199-075d-8830-6878-e9f46812e64e-798fcf0b {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start;
}

#w-node-_53885199-075d-8830-6878-e9f46812e651-798fcf0b {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_53885199-075d-8830-6878-e9f46812e654-798fcf0b {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_53885199-075d-8830-6878-e9f46812e655-798fcf0b {
  grid-area: 3 / 4 / 4 / 8;
}

#w-node-_53885199-075d-8830-6878-e9f46812e658-798fcf0b {
  grid-area: 3 / 11 / 4 / 13;
  justify-self: end;
}

#w-node-_53885199-075d-8830-6878-e9f46812e664-798fcf0b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_53885199-075d-8830-6878-e9f46812e667-798fcf0b, #w-node-a93fa7da-8ff4-215a-1cd4-210d7af2c54a-798fcf0b {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-ca53362b-e60b-afa1-cb91-0497fa284a79-798fcf0b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-ca53362b-e60b-afa1-cb91-0497fa284a7c-798fcf0b {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_8602a337-d331-e968-c25d-dc7739803252-798fcf0b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_8602a337-d331-e968-c25d-dc7739803255-798fcf0b, #w-node-_079838c0-251c-400c-9153-936b0e97b79f-798fcf0b {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-fe3ae3ee-6eb3-b8aa-4a5b-9d3f4a138d42-798fcf0b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-fe3ae3ee-6eb3-b8aa-4a5b-9d3f4a138d45-798fcf0b, #w-node-_36a5bd11-5c47-395f-fa72-21a52bcd1437-798fcf0b, #w-node-_1ed98974-db60-f8ca-a0c5-3782605bb721-798fcf0b {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_1f042d6a-958c-8262-d2b5-4c403a30a03e-798fcf0b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_1f042d6a-958c-8262-d2b5-4c403a30a041-798fcf0b {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_5e8edced-655f-7c0a-c163-cced7d09df50-798fcf0b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_5e8edced-655f-7c0a-c163-cced7d09df53-798fcf0b, #w-node-_581cf4f1-5107-ed18-7fe1-0541383db0c0-798fcf0b {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_53885199-075d-8830-6878-e9f46812e64e-d7bb4d7d {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start;
}

#w-node-_53885199-075d-8830-6878-e9f46812e651-d7bb4d7d {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_53885199-075d-8830-6878-e9f46812e654-d7bb4d7d {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_53885199-075d-8830-6878-e9f46812e655-d7bb4d7d {
  grid-area: 3 / 4 / 4 / 8;
}

#w-node-_53885199-075d-8830-6878-e9f46812e658-d7bb4d7d {
  grid-area: 3 / 11 / 4 / 13;
  justify-self: end;
}

#w-node-_53885199-075d-8830-6878-e9f46812e664-d7bb4d7d {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_53885199-075d-8830-6878-e9f46812e667-d7bb4d7d, #w-node-a93fa7da-8ff4-215a-1cd4-210d7af2c54a-d7bb4d7d {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-ca53362b-e60b-afa1-cb91-0497fa284a79-d7bb4d7d {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-ca53362b-e60b-afa1-cb91-0497fa284a7c-d7bb4d7d, #w-node-_28f005d6-1035-a469-3a13-b6a3d37e8b93-d7bb4d7d {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-fe3ae3ee-6eb3-b8aa-4a5b-9d3f4a138d42-d7bb4d7d {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-fe3ae3ee-6eb3-b8aa-4a5b-9d3f4a138d45-d7bb4d7d, #w-node-_61cd84e0-3aa4-e1f6-2a59-3c5d08ebdf58-d7bb4d7d {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_1f042d6a-958c-8262-d2b5-4c403a30a03e-d7bb4d7d {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_1f042d6a-958c-8262-d2b5-4c403a30a041-d7bb4d7d {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_53885199-075d-8830-6878-e9f46812e64e-9ec1cd48 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start;
}

#w-node-_53885199-075d-8830-6878-e9f46812e651-9ec1cd48 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_53885199-075d-8830-6878-e9f46812e654-9ec1cd48 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_53885199-075d-8830-6878-e9f46812e655-9ec1cd48 {
  grid-area: 3 / 4 / 4 / 8;
}

#w-node-_53885199-075d-8830-6878-e9f46812e658-9ec1cd48 {
  grid-area: 3 / 11 / 4 / 13;
  justify-self: end;
}

#w-node-_53885199-075d-8830-6878-e9f46812e664-9ec1cd48 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_53885199-075d-8830-6878-e9f46812e667-9ec1cd48, #w-node-_475fe113-7e2f-efcf-0dcf-8b46add582c2-9ec1cd48 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-ca53362b-e60b-afa1-cb91-0497fa284a79-9ec1cd48 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-ca53362b-e60b-afa1-cb91-0497fa284a7c-9ec1cd48 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-bb507e6e-f6ec-4364-a15e-652593296987-9ec1cd48 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-bb507e6e-f6ec-4364-a15e-65259329698a-9ec1cd48 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-fe3ae3ee-6eb3-b8aa-4a5b-9d3f4a138d42-9ec1cd48 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-fe3ae3ee-6eb3-b8aa-4a5b-9d3f4a138d45-9ec1cd48 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_1f042d6a-958c-8262-d2b5-4c403a30a03e-9ec1cd48 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_1f042d6a-958c-8262-d2b5-4c403a30a041-9ec1cd48 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_53885199-075d-8830-6878-e9f46812e64e-efa9fc33 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start;
}

#w-node-_53885199-075d-8830-6878-e9f46812e651-efa9fc33 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_53885199-075d-8830-6878-e9f46812e654-efa9fc33 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_53885199-075d-8830-6878-e9f46812e655-efa9fc33 {
  grid-area: 3 / 4 / 4 / 8;
}

#w-node-_53885199-075d-8830-6878-e9f46812e658-efa9fc33 {
  grid-area: 3 / 11 / 4 / 13;
  justify-self: end;
}

#w-node-_53885199-075d-8830-6878-e9f46812e664-efa9fc33 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_53885199-075d-8830-6878-e9f46812e667-efa9fc33, #w-node-a93fa7da-8ff4-215a-1cd4-210d7af2c54a-efa9fc33 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-ca53362b-e60b-afa1-cb91-0497fa284a79-efa9fc33 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-ca53362b-e60b-afa1-cb91-0497fa284a7c-efa9fc33 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-bb507e6e-f6ec-4364-a15e-652593296987-efa9fc33 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-bb507e6e-f6ec-4364-a15e-65259329698a-efa9fc33 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-fe3ae3ee-6eb3-b8aa-4a5b-9d3f4a138d42-efa9fc33 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-fe3ae3ee-6eb3-b8aa-4a5b-9d3f4a138d45-efa9fc33 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_4fbe039e-38df-be12-64d2-303bea22f725-efa9fc33 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_4fbe039e-38df-be12-64d2-303bea22f728-efa9fc33 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_1f042d6a-958c-8262-d2b5-4c403a30a03e-efa9fc33 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_1f042d6a-958c-8262-d2b5-4c403a30a041-efa9fc33 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_53885199-075d-8830-6878-e9f46812e64e-eb87cd30 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start;
}

#w-node-_53885199-075d-8830-6878-e9f46812e651-eb87cd30 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_53885199-075d-8830-6878-e9f46812e654-eb87cd30 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_53885199-075d-8830-6878-e9f46812e655-eb87cd30 {
  grid-area: 3 / 4 / 4 / 8;
}

#w-node-_53885199-075d-8830-6878-e9f46812e658-eb87cd30 {
  grid-area: 3 / 11 / 4 / 13;
  justify-self: end;
}

#w-node-_53885199-075d-8830-6878-e9f46812e664-eb87cd30 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_53885199-075d-8830-6878-e9f46812e667-eb87cd30, #w-node-a93fa7da-8ff4-215a-1cd4-210d7af2c54a-eb87cd30 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-ca53362b-e60b-afa1-cb91-0497fa284a79-eb87cd30 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-ca53362b-e60b-afa1-cb91-0497fa284a7c-eb87cd30 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-bb507e6e-f6ec-4364-a15e-652593296987-eb87cd30 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-bb507e6e-f6ec-4364-a15e-65259329698a-eb87cd30 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_4fbe039e-38df-be12-64d2-303bea22f725-eb87cd30 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_4fbe039e-38df-be12-64d2-303bea22f728-eb87cd30 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_1f042d6a-958c-8262-d2b5-4c403a30a03e-eb87cd30 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_1f042d6a-958c-8262-d2b5-4c403a30a041-eb87cd30 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_53885199-075d-8830-6878-e9f46812e64e-9fe23824 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start;
}

#w-node-_53885199-075d-8830-6878-e9f46812e651-9fe23824 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_53885199-075d-8830-6878-e9f46812e654-9fe23824 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_53885199-075d-8830-6878-e9f46812e655-9fe23824 {
  grid-area: 3 / 4 / 4 / 8;
}

#w-node-_53885199-075d-8830-6878-e9f46812e658-9fe23824 {
  grid-area: 3 / 11 / 4 / 13;
  justify-self: end;
}

#w-node-_53885199-075d-8830-6878-e9f46812e664-9fe23824 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_53885199-075d-8830-6878-e9f46812e667-9fe23824, #w-node-a93fa7da-8ff4-215a-1cd4-210d7af2c54a-9fe23824 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-ca53362b-e60b-afa1-cb91-0497fa284a79-9fe23824 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-ca53362b-e60b-afa1-cb91-0497fa284a7c-9fe23824, #w-node-_28f005d6-1035-a469-3a13-b6a3d37e8b93-9fe23824 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-fe3ae3ee-6eb3-b8aa-4a5b-9d3f4a138d42-9fe23824 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-fe3ae3ee-6eb3-b8aa-4a5b-9d3f4a138d45-9fe23824 {
  grid-area: 1 / 4 / 2 / 13;
  align-self: center;
}

#w-node-_61cd84e0-3aa4-e1f6-2a59-3c5d08ebdf58-9fe23824 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_5e8edced-655f-7c0a-c163-cced7d09df50-9fe23824 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_5e8edced-655f-7c0a-c163-cced7d09df53-9fe23824 {
  grid-area: 1 / 4 / 2 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-ff0cc3a3-7fae-32d7-b04b-64275c6b51f1-9e372de0 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_39abb2f7-e75d-2d7b-18b3-d389de06f966-de06f941 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e651-a01d5135 {
    grid-column: 3 / 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e654-a01d5135 {
    grid-column-end: 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e655-a01d5135 {
    grid-column: 3 / 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e658-a01d5135 {
    grid-area: 4 / 3 / 5 / 9;
    justify-self: start;
  }

  #w-node-a6a30b67-88e9-65db-0651-f0cb2656355f-26563539 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e651-e1e45494 {
    grid-column: 3 / 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e654-e1e45494 {
    grid-column-end: 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e655-e1e45494 {
    grid-column: 3 / 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e658-e1e45494 {
    grid-area: 4 / 3 / 5 / 9;
    justify-self: start;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e651-798fcf0b {
    grid-column: 3 / 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e654-798fcf0b {
    grid-column-end: 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e655-798fcf0b {
    grid-column: 3 / 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e658-798fcf0b {
    grid-area: 4 / 3 / 5 / 9;
    justify-self: start;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e651-d7bb4d7d {
    grid-column: 3 / 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e654-d7bb4d7d {
    grid-column-end: 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e655-d7bb4d7d {
    grid-column: 3 / 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e658-d7bb4d7d {
    grid-area: 4 / 3 / 5 / 9;
    justify-self: start;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e651-9ec1cd48 {
    grid-column: 3 / 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e654-9ec1cd48 {
    grid-column-end: 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e655-9ec1cd48 {
    grid-column: 3 / 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e658-9ec1cd48 {
    grid-area: 4 / 3 / 5 / 9;
    justify-self: start;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e651-efa9fc33 {
    grid-column: 3 / 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e654-efa9fc33 {
    grid-column-end: 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e655-efa9fc33 {
    grid-column: 3 / 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e658-efa9fc33 {
    grid-area: 4 / 3 / 5 / 9;
    justify-self: start;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e651-eb87cd30 {
    grid-column: 3 / 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e654-eb87cd30 {
    grid-column-end: 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e655-eb87cd30 {
    grid-column: 3 / 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e658-eb87cd30 {
    grid-area: 4 / 3 / 5 / 9;
    justify-self: start;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e651-9fe23824 {
    grid-column: 3 / 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e654-9fe23824 {
    grid-column-end: 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e655-9fe23824 {
    grid-column: 3 / 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e658-9fe23824 {
    grid-area: 4 / 3 / 5 / 9;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d4b57454-17a9-7e9f-b017-e8e1fb3a56c8-9e372de0, #w-node-_834a0b18-82d6-7105-ff09-769b16367543-9e372de0, #w-node-febacd81-d5c1-30c7-3d19-4d00cc306af9-9e372de0, #w-node-_26cd84a7-652c-bf9b-1d9c-6dc2c8d06863-9e372de0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #Top.w-node-e249c988-125d-4a10-1648-f21384cf150e-84cf150e {
    grid-column: span 1 / span 1;
  }

  #w-node-_0e05ce2d-77fd-d0b6-e33f-cd5c4fe5cd0f-84cf150e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0e05ce2d-77fd-d0b6-e33f-cd5c4fe5cd17-84cf150e {
    grid-column: span 2 / span 2;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e64e-a01d5135 {
    grid-row: 1 / 2;
    grid-column-end: 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e651-a01d5135 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e654-a01d5135 {
    grid-row: 3 / 4;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e655-a01d5135 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e658-a01d5135 {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e664-a01d5135, #w-node-_53885199-075d-8830-6878-e9f46812e667-a01d5135, #w-node-a93fa7da-8ff4-215a-1cd4-210d7af2c547-a01d5135, #w-node-a93fa7da-8ff4-215a-1cd4-210d7af2c54a-a01d5135, #w-node-_1f042d6a-958c-8262-d2b5-4c403a30a03e-a01d5135, #w-node-_1f042d6a-958c-8262-d2b5-4c403a30a041-a01d5135, #w-node-_28f005d6-1035-a469-3a13-b6a3d37e8b92-a01d5135, #w-node-_28f005d6-1035-a469-3a13-b6a3d37e8b93-a01d5135, #w-node-_5e8edced-655f-7c0a-c163-cced7d09df50-a01d5135, #w-node-_5e8edced-655f-7c0a-c163-cced7d09df53-a01d5135, #w-node-_99a94018-be1e-093e-7923-965c9e1e4b98-a01d5135, #w-node-_99a94018-be1e-093e-7923-965c9e1e4b9b-a01d5135 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e64e-e1e45494 {
    grid-row: 1 / 2;
    grid-column-end: 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e651-e1e45494 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e654-e1e45494 {
    grid-row: 3 / 4;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e655-e1e45494 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e658-e1e45494 {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e664-e1e45494, #w-node-_53885199-075d-8830-6878-e9f46812e667-e1e45494, #w-node-a93fa7da-8ff4-215a-1cd4-210d7af2c54a-e1e45494, #w-node-ca53362b-e60b-afa1-cb91-0497fa284a79-e1e45494, #w-node-ca53362b-e60b-afa1-cb91-0497fa284a7c-e1e45494, #w-node-fe3ae3ee-6eb3-b8aa-4a5b-9d3f4a138d42-e1e45494, #w-node-fe3ae3ee-6eb3-b8aa-4a5b-9d3f4a138d45-e1e45494, #w-node-_28f005d6-1035-a469-3a13-b6a3d37e8b93-e1e45494, #w-node-_1f042d6a-958c-8262-d2b5-4c403a30a03e-e1e45494, #w-node-_1f042d6a-958c-8262-d2b5-4c403a30a041-e1e45494, #w-node-_61cd84e0-3aa4-e1f6-2a59-3c5d08ebdf58-e1e45494, #w-node-_5e8edced-655f-7c0a-c163-cced7d09df50-e1e45494, #w-node-_5e8edced-655f-7c0a-c163-cced7d09df53-e1e45494 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e64e-798fcf0b {
    grid-row: 1 / 2;
    grid-column-end: 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e651-798fcf0b {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e654-798fcf0b {
    grid-row: 3 / 4;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e655-798fcf0b {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e658-798fcf0b {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e664-798fcf0b, #w-node-_53885199-075d-8830-6878-e9f46812e667-798fcf0b, #w-node-a93fa7da-8ff4-215a-1cd4-210d7af2c54a-798fcf0b, #w-node-ca53362b-e60b-afa1-cb91-0497fa284a79-798fcf0b, #w-node-ca53362b-e60b-afa1-cb91-0497fa284a7c-798fcf0b, #w-node-_8602a337-d331-e968-c25d-dc7739803252-798fcf0b, #w-node-_8602a337-d331-e968-c25d-dc7739803255-798fcf0b, #w-node-_079838c0-251c-400c-9153-936b0e97b79f-798fcf0b, #w-node-fe3ae3ee-6eb3-b8aa-4a5b-9d3f4a138d42-798fcf0b, #w-node-fe3ae3ee-6eb3-b8aa-4a5b-9d3f4a138d45-798fcf0b, #w-node-_36a5bd11-5c47-395f-fa72-21a52bcd1437-798fcf0b, #w-node-_1ed98974-db60-f8ca-a0c5-3782605bb721-798fcf0b, #w-node-_1f042d6a-958c-8262-d2b5-4c403a30a03e-798fcf0b, #w-node-_1f042d6a-958c-8262-d2b5-4c403a30a041-798fcf0b, #w-node-_5e8edced-655f-7c0a-c163-cced7d09df50-798fcf0b, #w-node-_5e8edced-655f-7c0a-c163-cced7d09df53-798fcf0b, #w-node-_581cf4f1-5107-ed18-7fe1-0541383db0c0-798fcf0b {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e64e-d7bb4d7d {
    grid-row: 1 / 2;
    grid-column-end: 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e651-d7bb4d7d {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e654-d7bb4d7d {
    grid-row: 3 / 4;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e655-d7bb4d7d {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e658-d7bb4d7d {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e664-d7bb4d7d, #w-node-_53885199-075d-8830-6878-e9f46812e667-d7bb4d7d, #w-node-a93fa7da-8ff4-215a-1cd4-210d7af2c54a-d7bb4d7d, #w-node-ca53362b-e60b-afa1-cb91-0497fa284a79-d7bb4d7d, #w-node-ca53362b-e60b-afa1-cb91-0497fa284a7c-d7bb4d7d, #w-node-_28f005d6-1035-a469-3a13-b6a3d37e8b93-d7bb4d7d, #w-node-fe3ae3ee-6eb3-b8aa-4a5b-9d3f4a138d42-d7bb4d7d, #w-node-fe3ae3ee-6eb3-b8aa-4a5b-9d3f4a138d45-d7bb4d7d, #w-node-_61cd84e0-3aa4-e1f6-2a59-3c5d08ebdf58-d7bb4d7d, #w-node-_1f042d6a-958c-8262-d2b5-4c403a30a03e-d7bb4d7d, #w-node-_1f042d6a-958c-8262-d2b5-4c403a30a041-d7bb4d7d {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e64e-9ec1cd48 {
    grid-row: 1 / 2;
    grid-column-end: 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e651-9ec1cd48 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e654-9ec1cd48 {
    grid-row: 3 / 4;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e655-9ec1cd48 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e658-9ec1cd48 {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e664-9ec1cd48, #w-node-_53885199-075d-8830-6878-e9f46812e667-9ec1cd48, #w-node-_475fe113-7e2f-efcf-0dcf-8b46add582c2-9ec1cd48, #w-node-ca53362b-e60b-afa1-cb91-0497fa284a79-9ec1cd48, #w-node-ca53362b-e60b-afa1-cb91-0497fa284a7c-9ec1cd48, #w-node-bb507e6e-f6ec-4364-a15e-652593296987-9ec1cd48, #w-node-bb507e6e-f6ec-4364-a15e-65259329698a-9ec1cd48, #w-node-fe3ae3ee-6eb3-b8aa-4a5b-9d3f4a138d42-9ec1cd48, #w-node-fe3ae3ee-6eb3-b8aa-4a5b-9d3f4a138d45-9ec1cd48, #w-node-_1f042d6a-958c-8262-d2b5-4c403a30a03e-9ec1cd48, #w-node-_1f042d6a-958c-8262-d2b5-4c403a30a041-9ec1cd48 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e64e-efa9fc33 {
    grid-row: 1 / 2;
    grid-column-end: 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e651-efa9fc33 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e654-efa9fc33 {
    grid-row: 3 / 4;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e655-efa9fc33 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e658-efa9fc33 {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e664-efa9fc33, #w-node-_53885199-075d-8830-6878-e9f46812e667-efa9fc33, #w-node-a93fa7da-8ff4-215a-1cd4-210d7af2c54a-efa9fc33, #w-node-ca53362b-e60b-afa1-cb91-0497fa284a79-efa9fc33, #w-node-ca53362b-e60b-afa1-cb91-0497fa284a7c-efa9fc33, #w-node-bb507e6e-f6ec-4364-a15e-652593296987-efa9fc33, #w-node-bb507e6e-f6ec-4364-a15e-65259329698a-efa9fc33, #w-node-fe3ae3ee-6eb3-b8aa-4a5b-9d3f4a138d42-efa9fc33, #w-node-fe3ae3ee-6eb3-b8aa-4a5b-9d3f4a138d45-efa9fc33, #w-node-_4fbe039e-38df-be12-64d2-303bea22f725-efa9fc33, #w-node-_4fbe039e-38df-be12-64d2-303bea22f728-efa9fc33, #w-node-_1f042d6a-958c-8262-d2b5-4c403a30a03e-efa9fc33, #w-node-_1f042d6a-958c-8262-d2b5-4c403a30a041-efa9fc33 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e64e-eb87cd30 {
    grid-row: 1 / 2;
    grid-column-end: 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e651-eb87cd30 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e654-eb87cd30 {
    grid-row: 3 / 4;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e655-eb87cd30 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e658-eb87cd30 {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e664-eb87cd30, #w-node-_53885199-075d-8830-6878-e9f46812e667-eb87cd30, #w-node-a93fa7da-8ff4-215a-1cd4-210d7af2c54a-eb87cd30, #w-node-ca53362b-e60b-afa1-cb91-0497fa284a79-eb87cd30, #w-node-ca53362b-e60b-afa1-cb91-0497fa284a7c-eb87cd30, #w-node-bb507e6e-f6ec-4364-a15e-652593296987-eb87cd30, #w-node-bb507e6e-f6ec-4364-a15e-65259329698a-eb87cd30, #w-node-_4fbe039e-38df-be12-64d2-303bea22f725-eb87cd30, #w-node-_4fbe039e-38df-be12-64d2-303bea22f728-eb87cd30, #w-node-_1f042d6a-958c-8262-d2b5-4c403a30a03e-eb87cd30, #w-node-_1f042d6a-958c-8262-d2b5-4c403a30a041-eb87cd30 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e64e-9fe23824 {
    grid-row: 1 / 2;
    grid-column-end: 9;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e651-9fe23824 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e654-9fe23824 {
    grid-row: 3 / 4;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e655-9fe23824 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e658-9fe23824 {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }

  #w-node-_53885199-075d-8830-6878-e9f46812e664-9fe23824, #w-node-_53885199-075d-8830-6878-e9f46812e667-9fe23824, #w-node-a93fa7da-8ff4-215a-1cd4-210d7af2c54a-9fe23824, #w-node-ca53362b-e60b-afa1-cb91-0497fa284a79-9fe23824, #w-node-ca53362b-e60b-afa1-cb91-0497fa284a7c-9fe23824, #w-node-_28f005d6-1035-a469-3a13-b6a3d37e8b93-9fe23824, #w-node-fe3ae3ee-6eb3-b8aa-4a5b-9d3f4a138d42-9fe23824, #w-node-fe3ae3ee-6eb3-b8aa-4a5b-9d3f4a138d45-9fe23824, #w-node-_61cd84e0-3aa4-e1f6-2a59-3c5d08ebdf58-9fe23824, #w-node-_5e8edced-655f-7c0a-c163-cced7d09df50-9fe23824, #w-node-_5e8edced-655f-7c0a-c163-cced7d09df53-9fe23824 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d4b57454-17a9-7e9f-b017-e8e1fb3a56c8-9e372de0, #w-node-_834a0b18-82d6-7105-ff09-769b16367543-9e372de0, #w-node-febacd81-d5c1-30c7-3d19-4d00cc306af9-9e372de0, #w-node-_26cd84a7-652c-bf9b-1d9c-6dc2c8d06863-9e372de0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_39abb2f7-e75d-2d7b-18b3-d389de06f966-de06f941 {
    grid-row: 1 / 2;
    grid-column-end: 5;
  }

  #w-node-_39abb2f7-e75d-2d7b-18b3-d389de06f96a-de06f941 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a6a30b67-88e9-65db-0651-f0cb2656355f-26563539 {
    grid-row: 1 / 2;
    grid-column-end: 5;
  }

  #w-node-a6a30b67-88e9-65db-0651-f0cb26563564-26563539 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


