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

:root {
  --black: #111112;
  --stroke-color: #ececec;
  --white: #fff;
  --whitesmoke: #f5f5f5;
  --black-2: black;
  --white-2: white;
}

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

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gambarino, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 110%;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gambarino, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 130%;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gambarino, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 120%;
}

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

h6 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Gambarino, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
}

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

a {
  text-decoration: underline;
}

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

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
  font-family: Inter Tight, sans-serif;
  font-size: .9rem;
  line-height: 140%;
}

label {
  margin-bottom: .5rem;
  font-family: Inter Tight, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 140%;
  display: block;
}

strong {
  -webkit-text-stroke-width: .5px;
  word-break: normal;
  font-weight: 400;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

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

.nav-container {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.nav-link {
  color: var(--black);
  font-family: Inter Tight, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  opacity: .5;
}

.nav-link-block {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

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

.container.hero {
  flex-direction: column;
  justify-content: space-between;
  height: 60svh;
  padding-top: 5rem;
  padding-bottom: 2rem;
  display: flex;
}

.container.footer {
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.standard-text {
  color: var(--black);
  font-family: Inter Tight, sans-serif;
  font-size: .9rem;
  line-height: 140%;
}

.block-gap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.block-gap._24 {
  grid-row-gap: 24px;
}

.block-gap._56 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
}

.hero-image {
  z-index: 1;
  width: 100%;
  position: relative;
}

.hero-image._1 {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.hero-image._2 {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

.hero-image._3 {
  z-index: 4;
  position: absolute;
  inset: 0%;
}

.hero-image._4 {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.hero-image._5 {
  z-index: 6;
  position: absolute;
  inset: 0%;
}

.hero-image-caption-wrapper {
  grid-row-gap: .5rem;
  flex-direction: column;
  width: 200px;
  display: flex;
  position: relative;
}

.hero-image-mask {
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-serif-text {
  color: var(--black);
  font-family: Gambarino, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.section {
  flex-direction: column;
  justify-content: space-between;
}

.header {
  width: 100%;
  position: absolute;
}

.hero-image-wrapper {
  position: relative;
}

.nav-link-wrapper {
  height: 1rem;
  overflow: hidden;
}

.section-title {
  z-index: 1;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1rem;
  font-family: Gambarino, sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

.section-content-wrapper {
  z-index: 2;
  margin-top: -1rem;
  position: relative;
}

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

._12-column-grid.large-gap {
  grid-row-gap: 4rem;
}

.button {
  border: 1px solid var(--stroke-color);
  background-color: var(--white);
  color: var(--black);
  padding: .5rem .75rem;
  font-family: Gambarino, sans-serif;
  font-size: .9rem;
  line-height: 120%;
}

.button:hover {
  border-color: var(--black);
}

.button.work-item-link {
  display: none;
}

.image-with-zoom-effect-wrapper {
  display: none;
  overflow: hidden;
}

.image-with-zoom-effect-wrapper.service-image {
  width: 16rem;
}

.collection-item {
  border-top: 1px solid var(--stroke-color);
  background-color: var(--white);
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.image-with-zoom-effect {
  width: 100%;
}

.image-with-zoom-effect.about-image {
  width: 12rem;
}

.service-item {
  border-top: 1px solid var(--stroke-color);
  background-color: var(--white);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-span {
  border-bottom: 1px solid #000;
}

.text-link {
  color: var(--black);
  border-bottom: 1px solid #000;
  line-height: 110%;
  text-decoration: none;
  display: inline-block;
}

.award-item {
  border-top: 1px solid var(--stroke-color);
  background-color: var(--white);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.quote-block {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.star-icon {
  width: 4rem;
}

.footer-wrapper {
  border-top: 1px solid var(--stroke-color);
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

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

.footer-link {
  color: var(--black);
  font-family: Inter Tight, sans-serif;
  font-size: .9rem;
  line-height: 120%;
  text-decoration: none;
}

.footer-link:hover {
  opacity: .5;
}

.blog-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.blog-item {
  z-index: 3;
  border-top: 1px solid var(--stroke-color);
  background-color: var(--white);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

._16px-icon {
  width: 1rem;
}

.blog-title-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.link-block {
  width: 100%;
  text-decoration: none;
}

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

.blog-item-intro-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-with-background {
  color: var(--black);
  background-color: #f5f5f5;
  padding: .25rem .5rem;
  font-family: Inter Tight, sans-serif;
  font-size: .8rem;
  line-height: 140%;
}

.square-dot {
  background-color: var(--black);
  width: .25rem;
  height: .25rem;
}

.short-info-block {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.about-intro-block {
  border-top: 1px solid var(--stroke-color);
  background-color: var(--white);
}

.short-info-row {
  border-bottom: 1px solid var(--stroke-color);
  margin-bottom: 4rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.about-client-block {
  grid-row-gap: 1rem;
  border-top: 1px solid var(--stroke-color);
  border-right: 1px solid var(--stroke-color);
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2rem;
  padding-right: 2rem;
  display: flex;
}

.client-service-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

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

.page-heading {
  z-index: 1;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1rem;
  font-family: Gambarino, sans-serif;
  font-size: 18.5rem;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

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

.experience-item {
  border-top: 1px solid var(--stroke-color);
  background-color: var(--white);
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.medium-text {
  color: var(--black);
  font-family: Inter Tight, sans-serif;
  font-size: 1.2rem;
  line-height: 140%;
}

.experience-list {
  width: 100%;
}

.page-heading-wrapper.blog-detail {
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.empty-state {
  background-color: var(--whitesmoke);
  color: var(--black);
  padding: 1rem;
  font-family: Inter Tight, sans-serif;
  font-size: .8rem;
  line-height: 140%;
}

.work-title {
  z-index: 1;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gambarino, sans-serif;
  font-size: 12.5rem;
  font-weight: 400;
  line-height: 100%;
}

.work-detail-intro-block {
  border-top: 1px solid var(--stroke-color);
  margin-top: 3rem;
  padding-top: 3rem;
}

.project-intro-block {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.project-info-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.project-info-item {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.work-thumbnails-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

.project-gallery-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.color-swatches {
  height: 10rem;
}

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

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

.color-swatches.whitesome {
  background-color: var(--whitesmoke);
}

.color-swatches.stroke-color {
  background-color: var(--stroke-color);
}

.text-block {
  background-color: var(--black);
}

.color-swatches-block {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.page-info-content-item {
  grid-row-gap: 2rem;
  border-top: 1px solid var(--stroke-color);
  flex-direction: column;
  align-items: flex-start;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.page-info-content-list {
  grid-row-gap: 5rem;
  flex-direction: column;
  margin-top: 4rem;
}

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

.heading {
  font-size: 5rem;
  line-height: 110%;
}

.heading-2 {
  line-height: 110%;
}

.typo-list {
  grid-row-gap: 4rem;
  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 {
  margin-bottom: 4rem;
  font-weight: 400;
}

.rich-text figure {
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.rich-text h3 {
  margin-top: 2rem;
  margin-bottom: .75rem;
}

.rich-text h4, .rich-text h5 {
  margin-top: 2rem;
  margin-bottom: .5rem;
}

.rich-text blockquote {
  background-color: var(--whitesmoke);
  color: var(--black);
  margin-bottom: 3rem;
  padding: 1rem;
  font-family: Gambarino, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

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

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

.rich-text h6 {
  margin-top: 1rem;
}

.form-block {
  width: 100%;
}

.text-filed, .select-field {
  background-color: var(--whitesmoke);
  color: var(--black);
  border: 1px #000;
  min-height: 50px;
  margin-bottom: 2rem;
  padding: .5rem 1rem;
  font-family: Inter Tight, sans-serif;
  font-size: .9rem;
  line-height: 140%;
}

.textarea {
  background-color: var(--whitesmoke);
  color: var(--black);
  border: 1px #000;
  min-height: 120px;
  margin-bottom: 2rem;
  padding: 1rem;
  font-family: Inter Tight, sans-serif;
  font-size: .9rem;
  line-height: 140%;
}

.large-text-link {
  color: var(--black);
  text-decoration: underline;
}

.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;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

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

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

.success-message {
  background-color: var(--whitesmoke);
  text-align: center;
  font-family: Inter Tight, sans-serif;
  font-size: .9rem;
  line-height: 140%;
}

.error-message {
  color: var(--black);
  width: 100%;
  margin-top: 2rem;
  font-family: Inter Tight, sans-serif;
  font-size: .9rem;
  line-height: 140%;
}

._404-content-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog-content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-top: 1px solid var(--stroke-color);
  flex-direction: column;
  margin-top: 3rem;
  padding-top: 2rem;
  display: flex;
}

.next-post-block {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 4rem;
  display: flex;
}

.contact-block {
  border-top: 1px solid var(--stroke-color);
  background-color: var(--white);
  padding-top: 3rem;
}

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

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

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

.text-form-block-wrapper {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.gallery-item {
  width: 100%;
}

.section-2 {
  display: block;
}

.section-3, .section-4, .section-5, .section-6 {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    line-height: 120%;
  }

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

  .container {
    padding: 4rem 1rem;
  }

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

  .section-title {
    font-size: 8rem;
  }

  .section-content-wrapper {
    margin-top: -1rem;
  }

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

  .button.work-item-link {
    margin-bottom: 1rem;
  }

  .image-with-zoom-effect-wrapper.service-image, .quote-block {
    width: 100%;
  }

  ._16px-icon {
    display: none;
  }

  .blog-title-wrapper {
    margin-top: 1rem;
  }

  .page-heading {
    font-size: 14rem;
  }

  .page-heading-wrapper {
    margin-top: 3rem;
  }

  .work-title {
    font-size: 10rem;
  }

  .project-intro-block {
    margin-bottom: 3rem;
  }

  .social-link-list {
    flex-direction: row;
    justify-content: space-between;
  }

  .social-link {
    font-size: 1rem;
  }
}

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

  h2 {
    font-size: 2.2rem;
    line-height: 115%;
  }

  h3 {
    font-size: 1.3rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  h5 {
    font-size: 1.1rem;
  }

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

  .large-serif-text {
    font-size: 1.7rem;
  }

  .section-title {
    padding-left: .5rem;
    font-size: 6rem;
  }

  .section-content-wrapper {
    margin-top: -.5rem;
  }

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

  ._12-column-grid.large-gap {
    grid-row-gap: 2rem;
  }

  .collection-item {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .star-icon {
    width: 2rem;
  }

  .short-info-row {
    margin-bottom: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .client-service-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
  }

  .about-text-block {
    grid-row-gap: 3rem;
  }

  .page-heading {
    padding-left: .5rem;
    font-size: 7.5rem;
  }

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

  .work-title {
    font-size: 8rem;
  }

  .work-detail-intro-block {
    padding-top: 2rem;
  }

  .project-intro-block {
    margin-bottom: 2rem;
  }

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

  .work-thumbnails-wrapper {
    grid-row-gap: 1rem;
  }

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

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

  .heading-3 {
    font-size: 1.2rem;
  }

  .blog-content-wrapper {
    margin-top: 2rem;
  }

  .paragraph {
    font-size: 1rem;
  }

  .contact-block {
    padding-top: 2rem;
  }

  .social-link-list {
    margin-top: 2rem;
  }
}

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

  h2 {
    font-size: 1.8rem;
    line-height: 120%;
  }

  h3 {
    font-size: 1.2rem;
  }

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

  .nav-link.logo {
    top: 1rem;
  }

  .container {
    padding-bottom: 2rem;
  }

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

  .standard-text.dot {
    display: none;
  }

  .hero-image-caption-wrapper {
    width: 200px;
  }

  .large-serif-text {
    font-size: 1.4rem;
  }

  .section-title {
    font-size: 3rem;
  }

  .section-content-wrapper {
    margin-top: -.25rem;
  }

  ._12-column-grid {
    grid-row-gap: .75rem;
  }

  .service-item {
    padding-top: 1rem;
  }

  .award-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .short-info-row {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .experience-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .medium-text.dot {
    display: none;
  }

  .work-title {
    font-size: 5rem;
  }

  .work-detail-intro-block {
    margin-top: 1rem;
    padding-top: 1rem;
  }

  .project-intro-block {
    grid-row-gap: 2rem;
    margin-bottom: 1rem;
  }

  .project-info-list {
    grid-column-gap: 2rem;
    grid-row-gap: 0rem;
  }

  .project-info-item {
    border-top: 1px solid var(--stroke-color);
    flex-direction: row;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .work-detail-content-wrapper {
    grid-row-gap: 2rem;
  }

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

  .large-text.dot {
    display: none;
  }

  .typo-list {
    grid-row-gap: 3rem;
  }

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

  ._404-content-wrapper {
    text-align: left;
  }

  .blog-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 1rem;
  }

  .next-post-block {
    margin-top: 2rem;
  }
}

#w-node-b64aedc9-c391-991f-8f9a-d737c6659b63-28d4a57f {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-b595c4c9-5eea-5ee9-c92c-5e720f97622f-28d4a57f {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_697e8505-20d4-6bf3-1e28-0b1283d5ece3-28d4a57f {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-d075de31-b894-f3d8-87fc-dc7c20b4dd86-28d4a57f {
  grid-area: 1 / 10 / 2 / 13;
  place-self: start end;
}

#w-node-f44abe0d-8775-2acc-aca3-8d4c29290f85-28d4a57f {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_3cad5893-a933-e857-66fe-687cd765b1f8-28d4a57f {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_17f19a19-60f9-8819-044d-56923e52e58d-28d4a57f {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-a9dd4fb8-018c-cf73-7f44-f77e0591b181-28d4a57f {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_57b668bc-37cc-a60d-6641-1cfed38cbc71-28d4a57f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_57b668bc-37cc-a60d-6641-1cfed38cbc73-28d4a57f {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-b08f2b5d-6571-5b93-a552-526f592b668e-28d4a57f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b08f2b5d-6571-5b93-a552-526f592b6690-28d4a57f {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_65f8614c-cbc7-4741-5f9d-426a234f192d-28d4a57f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_65f8614c-cbc7-4741-5f9d-426a234f192f-28d4a57f {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-c6aeeb97-6430-7915-e392-307caf2ce1c3-28d4a57f {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c6aeeb97-6430-7915-e392-307caf2ce1c5-28d4a57f {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-c6aeeb97-6430-7915-e392-307caf2ce1cb-28d4a57f {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c6aeeb97-6430-7915-e392-307caf2ce1cd-28d4a57f {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-c6aeeb97-6430-7915-e392-307caf2ce1d3-28d4a57f {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c6aeeb97-6430-7915-e392-307caf2ce1d5-28d4a57f {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-c6aeeb97-6430-7915-e392-307caf2ce1db-28d4a57f {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c6aeeb97-6430-7915-e392-307caf2ce1dd-28d4a57f {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-c6aeeb97-6430-7915-e392-307caf2ce1e3-28d4a57f {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c6aeeb97-6430-7915-e392-307caf2ce1e5-28d4a57f {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-bc25e040-b67f-4ce5-fdf9-e048f99127e0-28d4a57f {
  grid-area: 1 / 1 / 2 / 6;
  align-self: auto;
}

#w-node-f2b041d7-dff7-7287-5abd-ea62cab61938-28d4a57f {
  grid-area: 1 / 6 / 2 / 9;
}

#w-node-_99e54345-da15-5e92-9875-44e86c98df10-28d4a57f {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_3936b049-0ef1-6ba2-6ec5-5d7e6d5a4104-28d4a57f {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_60b94d4d-d8ae-ec04-ffda-4dc95b8a8c68-28d4a57f {
  grid-area: 1 / 11 / 2 / 13;
  justify-self: end;
}

#w-node-a953936b-05f9-4655-f3b2-6356853e19cc-28d4a57f {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_597f013b-cbb8-d715-a71f-799f2cfa782f-28d4a57f {
  grid-area: 1 / 7 / 2 / 11;
  align-self: center;
}

#w-node-_32394f06-292d-4a59-6f5d-02abee0e6532-28d4a57f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-a6369975-334f-f18f-e24e-d08f74252910-28d4a57f {
  grid-area: 1 / 10 / 2 / 13;
  place-self: center end;
}

#w-node-f9adf380-32dc-6c6a-e269-915999b18c08-28d4a57f {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-f9adf380-32dc-6c6a-e269-915999b18c0a-28d4a57f {
  grid-area: 1 / 7 / 2 / 11;
  align-self: center;
}

#w-node-f9adf380-32dc-6c6a-e269-915999b18c0c-28d4a57f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-f9adf380-32dc-6c6a-e269-915999b18c0e-28d4a57f {
  grid-area: 1 / 10 / 2 / 13;
  place-self: center end;
}

#w-node-_8b694610-54f7-4215-52be-8ccc796f7bef-28d4a57f {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_8b694610-54f7-4215-52be-8ccc796f7bf1-28d4a57f {
  grid-area: 1 / 7 / 2 / 11;
  align-self: center;
}

#w-node-_8b694610-54f7-4215-52be-8ccc796f7bf3-28d4a57f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_8b694610-54f7-4215-52be-8ccc796f7bf5-28d4a57f {
  grid-area: 1 / 10 / 2 / 13;
  place-self: center end;
}

#w-node-ad106888-d4b8-c008-fa20-9ef98c5fc3c6-28d4a57f {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-ad106888-d4b8-c008-fa20-9ef98c5fc3c8-28d4a57f {
  grid-area: 1 / 7 / 2 / 11;
  align-self: center;
}

#w-node-ad106888-d4b8-c008-fa20-9ef98c5fc3ca-28d4a57f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-ad106888-d4b8-c008-fa20-9ef98c5fc3cc-28d4a57f {
  grid-area: 1 / 10 / 2 / 13;
  place-self: center end;
}

#w-node-_933214d4-c1f1-c32a-38c3-db165ce6da6f-28d4a57f {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_933214d4-c1f1-c32a-38c3-db165ce6da71-28d4a57f {
  grid-area: 1 / 7 / 2 / 11;
  align-self: center;
}

#w-node-_933214d4-c1f1-c32a-38c3-db165ce6da73-28d4a57f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_933214d4-c1f1-c32a-38c3-db165ce6da75-28d4a57f {
  grid-area: 1 / 10 / 2 / 13;
  place-self: center end;
}

#w-node-_391c873d-870b-efc9-e59d-926ba837c0a2-28d4a580 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: start;
}

#w-node-e39d9d5c-c64e-33f4-5b61-9e35a66accef-28d4a580 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_36adfa03-4012-c192-58f8-e2716467e417-28d4a580, #w-node-_7eef56b1-9f63-c1de-3b61-ade4d6992f0c-28d4a580, #w-node-_1e64b1ad-1581-26a4-551f-d7a6c09d3e06-28d4a580 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41b9a6fc-0976-d84c-b7dc-8fe3b696b174-28d4a580, #w-node-_39f084db-8ff3-7680-925c-4a56720dc7fa-28d4a581, #w-node-e04660c6-faf0-4336-a05c-3e34226743ff-28d4a581 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_86629217-b0cd-a365-6867-27db8bc2264e-28d4a581 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: auto;
}

#w-node-_86629217-b0cd-a365-6867-27db8bc22651-28d4a581 {
  grid-area: 1 / 6 / 2 / 9;
}

#w-node-_86629217-b0cd-a365-6867-27db8bc22652-28d4a581 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_86629217-b0cd-a365-6867-27db8bc22653-28d4a581 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_86629217-b0cd-a365-6867-27db8bc22655-28d4a581 {
  grid-area: 1 / 11 / 2 / 13;
  justify-self: end;
}

#w-node-_91b80011-121a-c697-2ae7-d5d8bbdebf74-28d4a582 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_0499a500-4cd1-829b-f087-7b9c5e8c5325-28d4a582 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_2272464d-2e85-ea4a-4a0c-8a4b83d49df9-28d4a582 {
  grid-area: 1 / 9 / 2 / 13;
  justify-self: end;
}

#w-node-_2e688552-e9fa-7115-973a-0402028d6005-28d4a582 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_0c8244a7-a126-e794-7c04-1ad583f233d4-28d4a582 {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-_312c21e9-bd4d-afac-1011-8269654f39b1-28d4a582, #w-node-_5a6d532c-9757-aa6f-8e51-43c867ca6544-28d4a582 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7ab12f2-2248-7472-ba01-248300b34b83-28d4a582 {
  grid-area: 1 / 7 / 2 / 11;
  align-self: center;
}

#w-node-_685693f3-1788-3c45-b2e4-9db96ac52f43-28d4a582 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: center;
}

#w-node-b7ab12f2-2248-7472-ba01-248300b34b87-28d4a582 {
  grid-area: 1 / 11 / 2 / 13;
  place-self: center end;
}

#w-node-_8a47c319-bb7b-e16e-fa70-8356b3a4a076-28d4a582 {
  grid-area: 1 / 7 / 2 / 11;
  align-self: center;
}

#w-node-_8a47c319-bb7b-e16e-fa70-8356b3a4a078-28d4a582 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: center;
}

#w-node-_8a47c319-bb7b-e16e-fa70-8356b3a4a07c-28d4a582 {
  grid-area: 1 / 11 / 2 / 13;
  place-self: center end;
}

#w-node-_9646e608-a232-c911-9e2d-31997db84c77-28d4a582 {
  grid-area: 1 / 7 / 2 / 11;
  align-self: center;
}

#w-node-_9646e608-a232-c911-9e2d-31997db84c79-28d4a582 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: center;
}

#w-node-_9646e608-a232-c911-9e2d-31997db84c7d-28d4a582 {
  grid-area: 1 / 11 / 2 / 13;
  place-self: center end;
}

#w-node-_97d92468-bdb3-4ce8-ed49-de8087ea846c-28d4a582 {
  grid-area: 1 / 7 / 2 / 11;
  align-self: center;
}

#w-node-_97d92468-bdb3-4ce8-ed49-de8087ea846e-28d4a582 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: center;
}

#w-node-_97d92468-bdb3-4ce8-ed49-de8087ea8472-28d4a582 {
  grid-area: 1 / 11 / 2 / 13;
  place-self: center end;
}

#w-node-_01b3f2bc-7250-3c1b-be92-efe9b9f974f0-28d4a582 {
  grid-area: 1 / 7 / 2 / 11;
  align-self: center;
}

#w-node-_01b3f2bc-7250-3c1b-be92-efe9b9f974f2-28d4a582 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: center;
}

#w-node-_01b3f2bc-7250-3c1b-be92-efe9b9f974f6-28d4a582 {
  grid-area: 1 / 11 / 2 / 13;
  place-self: center end;
}

#w-node-f5c9c20d-ad6e-29f4-b590-aed286370aea-28d4a582, #w-node-ce4b47ee-e49e-dc3b-45c6-99781e498b8e-28d4a582 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-e3e0e1e3-e940-ad07-d337-278326c9a746-28d4a58a {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-ea885d66-6372-8ecd-69a5-bfd65744459c-28d4a58a {
  grid-area: 1 / 1 / 2 / 6;
}

@media screen and (max-width: 991px) {
  #w-node-b595c4c9-5eea-5ee9-c92c-5e720f97622f-28d4a57f {
    grid-column-end: 3;
  }

  #w-node-_697e8505-20d4-6bf3-1e28-0b1283d5ece3-28d4a57f {
    grid-column: 4 / 9;
  }

  #w-node-d075de31-b894-f3d8-87fc-dc7c20b4dd86-28d4a57f {
    grid-area: 2 / 4 / 3 / 9;
    justify-self: start;
  }

  #w-node-f44abe0d-8775-2acc-aca3-8d4c29290f85-28d4a57f {
    grid-row: 3 / 4;
    grid-column-end: 9;
  }

  #w-node-_3cad5893-a933-e857-66fe-687cd765b1f8-28d4a57f {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-_17f19a19-60f9-8819-044d-56923e52e58d-28d4a57f, #w-node-a9dd4fb8-018c-cf73-7f44-f77e0591b181-28d4a57f, #w-node-_57b668bc-37cc-a60d-6641-1cfed38cbc71-28d4a57f, #w-node-_57b668bc-37cc-a60d-6641-1cfed38cbc73-28d4a57f, #w-node-b08f2b5d-6571-5b93-a552-526f592b668e-28d4a57f, #w-node-b08f2b5d-6571-5b93-a552-526f592b6690-28d4a57f, #w-node-_65f8614c-cbc7-4741-5f9d-426a234f192d-28d4a57f, #w-node-_65f8614c-cbc7-4741-5f9d-426a234f192f-28d4a57f, #w-node-c6aeeb97-6430-7915-e392-307caf2ce1c3-28d4a57f, #w-node-c6aeeb97-6430-7915-e392-307caf2ce1c5-28d4a57f, #w-node-c6aeeb97-6430-7915-e392-307caf2ce1cb-28d4a57f, #w-node-c6aeeb97-6430-7915-e392-307caf2ce1cd-28d4a57f, #w-node-c6aeeb97-6430-7915-e392-307caf2ce1d3-28d4a57f, #w-node-c6aeeb97-6430-7915-e392-307caf2ce1d5-28d4a57f, #w-node-c6aeeb97-6430-7915-e392-307caf2ce1db-28d4a57f, #w-node-c6aeeb97-6430-7915-e392-307caf2ce1dd-28d4a57f, #w-node-c6aeeb97-6430-7915-e392-307caf2ce1e3-28d4a57f, #w-node-c6aeeb97-6430-7915-e392-307caf2ce1e5-28d4a57f {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-bc25e040-b67f-4ce5-fdf9-e048f99127e0-28d4a57f {
    grid-row: 2 / 3;
    grid-column-end: 9;
  }

  #w-node-f2b041d7-dff7-7287-5abd-ea62cab61938-28d4a57f {
    grid-row: 1 / 2;
    grid-column-start: 1;
  }

  #w-node-_3936b049-0ef1-6ba2-6ec5-5d7e6d5a4104-28d4a57f {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-a953936b-05f9-4655-f3b2-6356853e19cc-28d4a57f {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-_597f013b-cbb8-d715-a71f-799f2cfa782f-28d4a57f {
    grid-column: 6 / 8;
  }

  #w-node-a6369975-334f-f18f-e24e-d08f74252910-28d4a57f {
    grid-column: 7 / 9;
  }

  #w-node-f9adf380-32dc-6c6a-e269-915999b18c08-28d4a57f {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-f9adf380-32dc-6c6a-e269-915999b18c0a-28d4a57f {
    grid-column: 6 / 8;
  }

  #w-node-f9adf380-32dc-6c6a-e269-915999b18c0e-28d4a57f {
    grid-column: 7 / 9;
  }

  #w-node-_8b694610-54f7-4215-52be-8ccc796f7bef-28d4a57f {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-_8b694610-54f7-4215-52be-8ccc796f7bf1-28d4a57f {
    grid-column: 6 / 8;
  }

  #w-node-_8b694610-54f7-4215-52be-8ccc796f7bf5-28d4a57f {
    grid-column: 7 / 9;
  }

  #w-node-ad106888-d4b8-c008-fa20-9ef98c5fc3c6-28d4a57f {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-ad106888-d4b8-c008-fa20-9ef98c5fc3c8-28d4a57f {
    grid-column: 6 / 8;
  }

  #w-node-ad106888-d4b8-c008-fa20-9ef98c5fc3cc-28d4a57f {
    grid-column: 7 / 9;
  }

  #w-node-_933214d4-c1f1-c32a-38c3-db165ce6da6f-28d4a57f {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-_933214d4-c1f1-c32a-38c3-db165ce6da71-28d4a57f {
    grid-column: 6 / 8;
  }

  #w-node-_933214d4-c1f1-c32a-38c3-db165ce6da75-28d4a57f {
    grid-column: 7 / 9;
  }

  #w-node-_391c873d-870b-efc9-e59d-926ba837c0a2-28d4a580 {
    grid-row: 2 / 3;
    grid-column-end: 9;
  }

  #w-node-e39d9d5c-c64e-33f4-5b61-9e35a66accef-28d4a580 {
    grid-column: 1 / 9;
  }

  #w-node-_41b9a6fc-0976-d84c-b7dc-8fe3b696b174-28d4a580, #w-node-_39f084db-8ff3-7680-925c-4a56720dc7fa-28d4a581, #w-node-e04660c6-faf0-4336-a05c-3e34226743ff-28d4a581 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_86629217-b0cd-a365-6867-27db8bc2264e-28d4a581 {
    grid-row: 2 / 3;
    grid-column-end: 9;
  }

  #w-node-_86629217-b0cd-a365-6867-27db8bc22651-28d4a581 {
    grid-row: 1 / 2;
    grid-column-start: 1;
  }

  #w-node-_86629217-b0cd-a365-6867-27db8bc22653-28d4a581 {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-_2e688552-e9fa-7115-973a-0402028d6005-28d4a582 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-b7ab12f2-2248-7472-ba01-248300b34b83-28d4a582 {
    grid-column: 5 / 7;
  }

  #w-node-_685693f3-1788-3c45-b2e4-9db96ac52f43-28d4a582 {
    grid-column: 2 / 5;
  }

  #w-node-b7ab12f2-2248-7472-ba01-248300b34b87-28d4a582 {
    grid-column: 7 / 9;
  }

  #w-node-_8a47c319-bb7b-e16e-fa70-8356b3a4a076-28d4a582 {
    grid-column: 5 / 7;
  }

  #w-node-_8a47c319-bb7b-e16e-fa70-8356b3a4a078-28d4a582 {
    grid-column: 2 / 5;
  }

  #w-node-_8a47c319-bb7b-e16e-fa70-8356b3a4a07c-28d4a582 {
    grid-column: 7 / 9;
  }

  #w-node-_9646e608-a232-c911-9e2d-31997db84c77-28d4a582 {
    grid-column: 5 / 7;
  }

  #w-node-_9646e608-a232-c911-9e2d-31997db84c79-28d4a582 {
    grid-column: 2 / 5;
  }

  #w-node-_9646e608-a232-c911-9e2d-31997db84c7d-28d4a582 {
    grid-column: 7 / 9;
  }

  #w-node-_97d92468-bdb3-4ce8-ed49-de8087ea846c-28d4a582 {
    grid-column: 5 / 7;
  }

  #w-node-_97d92468-bdb3-4ce8-ed49-de8087ea846e-28d4a582 {
    grid-column: 2 / 5;
  }

  #w-node-_97d92468-bdb3-4ce8-ed49-de8087ea8472-28d4a582 {
    grid-column: 7 / 9;
  }

  #w-node-_01b3f2bc-7250-3c1b-be92-efe9b9f974f0-28d4a582 {
    grid-column: 5 / 7;
  }

  #w-node-_01b3f2bc-7250-3c1b-be92-efe9b9f974f2-28d4a582 {
    grid-column: 2 / 5;
  }

  #w-node-_01b3f2bc-7250-3c1b-be92-efe9b9f974f6-28d4a582 {
    grid-column: 7 / 9;
  }

  #w-node-f5c9c20d-ad6e-29f4-b590-aed286370aea-28d4a582, #w-node-ce4b47ee-e49e-dc3b-45c6-99781e498b8e-28d4a582 {
    grid-column: span 8 / span 8;
  }

  #w-node-e3e0e1e3-e940-ad07-d337-278326c9a746-28d4a58a, #w-node-ea885d66-6372-8ecd-69a5-bfd65744459c-28d4a58a {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b595c4c9-5eea-5ee9-c92c-5e720f97622f-28d4a57f, #w-node-_697e8505-20d4-6bf3-1e28-0b1283d5ece3-28d4a57f, #w-node-d075de31-b894-f3d8-87fc-dc7c20b4dd86-28d4a57f, #w-node-f44abe0d-8775-2acc-aca3-8d4c29290f85-28d4a57f, #w-node-_3cad5893-a933-e857-66fe-687cd765b1f8-28d4a57f, #w-node-_17f19a19-60f9-8819-044d-56923e52e58d-28d4a57f, #w-node-a9dd4fb8-018c-cf73-7f44-f77e0591b181-28d4a57f, #w-node-_57b668bc-37cc-a60d-6641-1cfed38cbc71-28d4a57f, #w-node-_57b668bc-37cc-a60d-6641-1cfed38cbc73-28d4a57f, #w-node-b08f2b5d-6571-5b93-a552-526f592b668e-28d4a57f, #w-node-b08f2b5d-6571-5b93-a552-526f592b6690-28d4a57f, #w-node-_65f8614c-cbc7-4741-5f9d-426a234f192d-28d4a57f, #w-node-_65f8614c-cbc7-4741-5f9d-426a234f192f-28d4a57f, #w-node-c6aeeb97-6430-7915-e392-307caf2ce1c3-28d4a57f, #w-node-c6aeeb97-6430-7915-e392-307caf2ce1c5-28d4a57f, #w-node-c6aeeb97-6430-7915-e392-307caf2ce1cb-28d4a57f, #w-node-c6aeeb97-6430-7915-e392-307caf2ce1cd-28d4a57f, #w-node-c6aeeb97-6430-7915-e392-307caf2ce1d3-28d4a57f, #w-node-c6aeeb97-6430-7915-e392-307caf2ce1d5-28d4a57f, #w-node-c6aeeb97-6430-7915-e392-307caf2ce1db-28d4a57f, #w-node-c6aeeb97-6430-7915-e392-307caf2ce1dd-28d4a57f, #w-node-c6aeeb97-6430-7915-e392-307caf2ce1e3-28d4a57f, #w-node-c6aeeb97-6430-7915-e392-307caf2ce1e5-28d4a57f, #w-node-a953936b-05f9-4655-f3b2-6356853e19cc-28d4a57f, #w-node-f9adf380-32dc-6c6a-e269-915999b18c08-28d4a57f, #w-node-_8b694610-54f7-4215-52be-8ccc796f7bef-28d4a57f, #w-node-ad106888-d4b8-c008-fa20-9ef98c5fc3c6-28d4a57f, #w-node-_933214d4-c1f1-c32a-38c3-db165ce6da6f-28d4a57f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e3e0e1e3-e940-ad07-d337-278326c9a746-28d4a58a, #w-node-ea885d66-6372-8ecd-69a5-bfd65744459c-28d4a58a {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b595c4c9-5eea-5ee9-c92c-5e720f97622f-28d4a57f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_597f013b-cbb8-d715-a71f-799f2cfa782f-28d4a57f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a6369975-334f-f18f-e24e-d08f74252910-28d4a57f {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-f9adf380-32dc-6c6a-e269-915999b18c0a-28d4a57f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f9adf380-32dc-6c6a-e269-915999b18c0e-28d4a57f {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_8b694610-54f7-4215-52be-8ccc796f7bf1-28d4a57f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8b694610-54f7-4215-52be-8ccc796f7bf5-28d4a57f {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-ad106888-d4b8-c008-fa20-9ef98c5fc3c8-28d4a57f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ad106888-d4b8-c008-fa20-9ef98c5fc3cc-28d4a57f {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_933214d4-c1f1-c32a-38c3-db165ce6da71-28d4a57f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_933214d4-c1f1-c32a-38c3-db165ce6da75-28d4a57f {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_36adfa03-4012-c192-58f8-e2716467e417-28d4a580 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7eef56b1-9f63-c1de-3b61-ade4d6992f0c-28d4a580, #w-node-_1e64b1ad-1581-26a4-551f-d7a6c09d3e06-28d4a580 {
    grid-column: span 3 / span 3;
  }

  #w-node-_91b80011-121a-c697-2ae7-d5d8bbdebf74-28d4a582, #w-node-_0499a500-4cd1-829b-f087-7b9c5e8c5325-28d4a582 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2272464d-2e85-ea4a-4a0c-8a4b83d49df9-28d4a582 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: start;
  }

  #w-node-b7ab12f2-2248-7472-ba01-248300b34b83-28d4a582 {
    grid-area: 1 / 3 / 2 / 5;
    justify-self: end;
  }

  #w-node-_685693f3-1788-3c45-b2e4-9db96ac52f43-28d4a582 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b7ab12f2-2248-7472-ba01-248300b34b87-28d4a582 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_8a47c319-bb7b-e16e-fa70-8356b3a4a076-28d4a582 {
    grid-area: 1 / 3 / 2 / 5;
    justify-self: end;
  }

  #w-node-_8a47c319-bb7b-e16e-fa70-8356b3a4a078-28d4a582 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8a47c319-bb7b-e16e-fa70-8356b3a4a07c-28d4a582 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_9646e608-a232-c911-9e2d-31997db84c77-28d4a582 {
    grid-area: 1 / 3 / 2 / 5;
    justify-self: end;
  }

  #w-node-_9646e608-a232-c911-9e2d-31997db84c79-28d4a582 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9646e608-a232-c911-9e2d-31997db84c7d-28d4a582 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_97d92468-bdb3-4ce8-ed49-de8087ea846c-28d4a582 {
    grid-area: 1 / 3 / 2 / 5;
    justify-self: end;
  }

  #w-node-_97d92468-bdb3-4ce8-ed49-de8087ea846e-28d4a582 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_97d92468-bdb3-4ce8-ed49-de8087ea8472-28d4a582 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_01b3f2bc-7250-3c1b-be92-efe9b9f974f0-28d4a582 {
    grid-area: 1 / 3 / 2 / 5;
    justify-self: end;
  }

  #w-node-_01b3f2bc-7250-3c1b-be92-efe9b9f974f2-28d4a582 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_01b3f2bc-7250-3c1b-be92-efe9b9f974f6-28d4a582 {
    grid-area: 2 / 3 / 3 / 5;
  }
}


@font-face {
  font-family: 'Gambarino';
  src: url('../fonts/Gambarino-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}