:root {
  --black-100: #171718;
  --white-smoke\<deleted\|variable-c42e6f1c-d48f-9129-dc31-c78b314aef65\>: #f5f5f5;
  --black-50: #00000080;
  --white-100: #fff;
  --black-10: #0000001a;
  --white-50\<deleted\|variable-3d1af483-8aee-d65f-ac6d-96f35fe7fc3a\>: #ffffff80;
}

h1 {
  color: var(--black-100);
  letter-spacing: -1px;
  -webkit-text-stroke-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 110%;
}

h2 {
  color: var(--black-100);
  letter-spacing: -.8px;
  -webkit-text-stroke-width: .8px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  color: var(--black-100);
  letter-spacing: -.6px;
  -webkit-text-stroke-width: .6px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, Arial, sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 120%;
}

h4 {
  color: var(--black-100);
  letter-spacing: -.4px;
  -webkit-text-stroke-width: .4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 130%;
}

h5 {
  color: var(--black-100);
  letter-spacing: -.4px;
  -webkit-text-stroke-width: .4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 140%;
}

h6 {
  color: var(--black-100);
  letter-spacing: -.4px;
  -webkit-text-stroke-width: .4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

p {
  color: var(--black-100);
  letter-spacing: -.4px;
  -webkit-text-stroke-width: .4px;
  margin-bottom: 0;
  font-family: Switzer, Arial, 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;
  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;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

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

strong {
  font-weight: bold;
}

blockquote {
  background-color: var(--white-smoke\<deleted\|variable-c42e6f1c-d48f-9129-dc31-c78b314aef65\>);
  color: var(--black-100);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 0;
  padding: 1rem;
  font-family: Inter Tight;
  font-size: 1.2rem;
  line-height: 140%;
}

figure {
  margin-bottom: 4rem;
}

figcaption {
  color: var(--black-50);
  text-align: center;
  letter-spacing: -.2px;
  -webkit-text-stroke-width: .2px;
  margin-top: .5rem;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.submit-button {
  border-bottom: 1px solid var(--black-100);
  background-color: var(--white-100);
  color: var(--black-100);
  letter-spacing: -.4px;
  -webkit-text-stroke-width: .4px;
  padding: 0 0 .25rem;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 140%;
}

.submit-button:hover {
  opacity: .5;
}

.large-text {
  color: var(--black-100);
  letter-spacing: -.4px;
  -webkit-text-stroke-width: .8px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 3rem;
  line-height: 120%;
}

.large-text.white {
  color: var(--white-100);
}

._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 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black-10);
  background-color: var(--white-100);
  color: var(--black-100);
  letter-spacing: -.4px;
  -webkit-text-stroke-width: .4px;
  min-height: 4rem;
  margin-bottom: 2rem;
  padding: 1.5rem 0;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 140%;
}

.select-field {
  border-style: solid;
  border-width: 1px;
  border-color: var(--white-100) var(--white-100) var(--black-10);
  background-color: var(--white-100);
  color: var(--black-100);
  letter-spacing: -.4px;
  -webkit-text-stroke-width: .4px;
  min-height: 4rem;
  margin-bottom: 2rem;
  padding: 0;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.5rem;
  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 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

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

.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-100);
  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 {
  letter-spacing: -.2px;
  -webkit-text-stroke-width: .2px;
  margin-bottom: 2rem;
  font-family: Switzer, Arial, sans-serif;
}

.rich-text blockquote {
  letter-spacing: -.4px;
  -webkit-text-stroke-width: .4px;
  margin-bottom: 4rem;
  font-family: Switzer, Arial, sans-serif;
}

.error-message {
  color: var(--black-100);
  letter-spacing: -.4px;
  -webkit-text-stroke-width: .4px;
  margin-top: 2rem;
  padding: .75rem 1rem;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1rem;
}

.standard-text {
  color: var(--black-100);
  text-align: left;
  letter-spacing: -.4px;
  -webkit-text-stroke-width: .4px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 140%;
}

.standard-text.white {
  color: var(--white-100);
}

.medium-text {
  color: var(--black-100);
  text-align: left;
  letter-spacing: -.4px;
  -webkit-text-stroke-width: .4px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 130%;
}

.success-message {
  color: var(--black-100);
  letter-spacing: -.4px;
  -webkit-text-stroke-width: .4px;
  background-color: #f5f5f5;
  padding: .75rem 1rem;
  font-family: Switzer, Arial, 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.black-100 {
  background-color: var(--black-100);
}

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

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

.container {
  opacity: 1;
  color: #3330;
  border: 1px solid #0000;
  padding: 1rem 2rem 8rem;
}

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

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

.container.header {
  padding-bottom: 1rem;
}

.container.page-heading {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

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

.logo-text {
  letter-spacing: -.4px;
  -webkit-text-stroke-width: .4px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 130%;
  text-decoration: none;
}

.nav-menu {
  grid-column-gap: 2rem;
  display: flex;
}

.nav-item {
  letter-spacing: -.4px;
  -webkit-text-stroke-width: .4px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 140%;
  text-decoration: none;
}

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

.hero-heading {
  letter-spacing: -1px;
  -webkit-text-stroke-width: 1px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 120%;
}

.section-title {
  letter-spacing: -.4px;
  -webkit-text-stroke-width: .4px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 140%;
}

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

.project-title {
  letter-spacing: -.4px;
  -webkit-text-stroke-width: .4px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 130%;
}

.project-title-arrow-wrapper {
  grid-column-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.arrow-icon {
  width: 20px;
  height: 20px;
}

.project-title-block {
  margin-bottom: 1rem;
  overflow: hidden;
}

.project-title-block.work-page {
  margin-top: 1rem;
  margin-bottom: 0;
}

.collection-list {
  grid-row-gap: 5rem;
  flex-direction: column;
  display: flex;
}

.button-link {
  color: var(--black-50);
  letter-spacing: -.4px;
  -webkit-text-stroke-width: .4px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 130%;
  text-decoration: none;
}

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

.button-link.white {
  color: var(--white-50\<deleted\|variable-3d1af483-8aee-d65f-ac6d-96f35fe7fc3a\>);
}

.button-link.small {
  font-size: 1.2rem;
}

.sticky-block {
  position: sticky;
  top: 1rem;
}

.empty-state {
  background-color: var(--white-smoke\<deleted\|variable-c42e6f1c-d48f-9129-dc31-c78b314aef65\>);
  color: var(--black-100);
  letter-spacing: -.3px;
  -webkit-text-stroke-width: .4px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 130%;
}

.border-top {
  border-top: 1px solid var(--black-10);
}

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

.section-sub-title-block {
  border-bottom: 1px solid var(--black-10);
  padding-bottom: .5rem;
}

.text-list {
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
}

.text-list.medium-text {
  grid-row-gap: .5rem;
}

.section-sub-content-block {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

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

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

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

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

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

.link-arrow-icon {
  width: 16px;
  height: 16px;
}

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

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

.footer-bottom-bar {
  margin-top: 6rem;
  margin-bottom: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

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

.footer-sub-link {
  color: var(--white-100);
  letter-spacing: -.3px;
  -webkit-text-stroke-width: .4px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 140%;
  text-decoration: none;
}

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

.footer-link-wrapper {
  grid-column-gap: 1rem;
  display: flex;
}

.footer-big-text {
  opacity: .4;
  width: 100%;
}

.thumbnail-wrapper {
  overflow: hidden;
}

.project-thumbnail {
  width: 100%;
}

.image-animation-block {
  position: relative;
  overflow: hidden;
}

.footer {
  position: sticky;
  bottom: 0;
}

.page-content {
  z-index: 999;
  background-color: var(--white-100);
  position: relative;
}

.div-block {
  border-top: 1px solid #ffffff1a;
  padding-top: 3rem;
}

.image {
  width: 100%;
}

.about-short-intro-block {
  border-bottom: 1px solid var(--black-10);
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.about-detail-info-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--black-10);
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  display: grid;
}

.about-info-block {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  display: flex;
}

.experience-list {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.experience-item {
  border-bottom: 1px solid var(--black-10);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

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

.statistic-list {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

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

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

.contact-info-link:hover {
  opacity: .5;
}

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

.contact-info-list {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-area {
  border-style: solid;
  border-width: 1px;
  border-color: var(--white-100) var(--white-100) var(--black-10);
  color: var(--black-100);
  border-radius: 0;
  min-height: 120px;
  margin-bottom: 4rem;
  padding: 1.5rem 0;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 140%;
}

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

.work-detail-info-block {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
}

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

.project-detail-content {
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  display: flex;
}

.collection-list-3 {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.gallery-image {
  width: 100%;
}

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

.field-label {
  letter-spacing: -.4px;
  -webkit-text-stroke-width: .4px;
  font-family: Switzer, Arial, sans-serif;
}

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

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

  h2 {
    font-size: 2.6rem;
  }

  h3 {
    font-size: 2.2rem;
  }

  h4 {
    font-size: 1.6rem;
  }

  .large-text {
    -webkit-text-stroke-width: .5px;
    font-size: 2rem;
  }

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

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

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

  .medium-text {
    letter-spacing: -.2px;
    font-size: 1.2rem;
  }

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

  .container.footer {
    padding-top: 4rem;
  }

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

  .logo-text, .nav-item {
    font-size: 1.2rem;
  }

  .hero-heading {
    letter-spacing: -1px;
    -webkit-text-stroke-width: .7px;
    font-size: 2.4rem;
  }

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

  .project-title-arrow-wrapper {
    justify-content: flex-start;
  }

  .arrow-icon {
    display: none;
  }

  .button-link {
    font-size: 1.2rem;
  }

  .button-link.small {
    font-size: 1rem;
  }

  .sticky-block.all-project-button {
    position: static;
  }

  .footer-bottom-bar {
    margin-top: 4rem;
  }

  .footer-sub-link {
    font-size: 1rem;
  }

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

  .statistic-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  .submit-button {
    font-size: 1rem;
  }

  .large-text {
    letter-spacing: -.4px;
    -webkit-text-stroke-width: .4px;
  }

  .text-field, .select-field {
    font-size: 1.2rem;
  }

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

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

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

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

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

  .hero-heading {
    letter-spacing: -.4px;
    -webkit-text-stroke-width: .4px;
    font-size: 2rem;
  }

  .work-link {
    flex-direction: column-reverse;
    display: flex;
  }

  .work-link.work-page {
    flex-direction: column;
  }

  .project-title-arrow-wrapper {
    justify-content: flex-start;
  }

  .project-title-block {
    margin-top: 1rem;
    margin-bottom: 0;
  }

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

  .sticky-block.featured-work-title {
    position: static;
  }

  .all-project-button-wrapper {
    margin-top: 1rem;
  }

  .footer-contect-block {
    grid-row-gap: 1rem;
  }

  .social-link-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 2rem;
    display: grid;
  }

  .footer-link-wrapper {
    justify-content: space-around;
  }

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

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

  .form-block {
    margin-bottom: 3rem;
  }

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

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

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

@media screen and (max-width: 479px) {
  h2 {
    letter-spacing: -.4px;
    -webkit-text-stroke-width: .4px;
    font-size: 1.6rem;
  }

  h3 {
    letter-spacing: -.4px;
    -webkit-text-stroke-width: .4px;
    font-size: 1.2rem;
  }

  h4 {
    font-size: 1.1rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .9rem;
  }

  strong {
    font-weight: 500;
  }

  .large-text {
    letter-spacing: -.3px;
    -webkit-text-stroke-width: .3px;
    font-size: 1.6rem;
  }

  .text-field {
    min-height: 3rem;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .select-field {
    min-height: 3rem;
  }

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

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

  .rich-text p {
    letter-spacing: -.2px;
    -webkit-text-stroke-width: .2px;
    margin-bottom: 3rem;
  }

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

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

  .standard-text {
    letter-spacing: -.2px;
    -webkit-text-stroke-width: .2px;
  }

  .medium-text {
    -webkit-text-stroke-width: .2px;
    font-size: 1rem;
  }

  .color-swatch {
    height: 5rem;
  }

  .container {
    padding-bottom: 3rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .container.footer {
    padding-top: 3rem;
  }

  .container.page-heading {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

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

  .logo-text.w--current {
    letter-spacing: -.2px;
    -webkit-text-stroke-width: .2px;
  }

  .nav-menu {
    grid-column-gap: 1rem;
  }

  .nav-item {
    font-size: 1rem;
  }

  .nav-item.w--current {
    letter-spacing: -.2px;
    -webkit-text-stroke-width: .2px;
  }

  .hero-heading {
    font-size: 1.6rem;
  }

  .section-title {
    letter-spacing: -.2px;
    -webkit-text-stroke-width: .2px;
    font-size: 1rem;
  }

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

  .project-title-block, .project-title-block.work-page {
    margin-top: .5rem;
  }

  .button-link {
    letter-spacing: -.2px;
    -webkit-text-stroke-width: .2px;
    font-size: 1rem;
  }

  .footer-sub-link {
    letter-spacing: -.2px;
    -webkit-text-stroke-width: .2px;
  }

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

  .about-detail-info-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
  }

  .statistic-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: flex;
  }

  .text-area {
    margin-bottom: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .heading-3 {
    letter-spacing: -.5px;
  }
}

#w-node-_88ad03c5-8ef2-6f50-f0d9-2816c83c3840-c7bed31e {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-c2e44710-9d21-5d0f-aec3-22a85c73419b-c7bed31e {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_7270de2a-cc2c-778b-b609-e5cf0e255900-c7bed31e {
  grid-area: 2 / 10 / 4 / 13;
  align-self: end;
}

#w-node-_1fd6fe6c-1d46-b8c9-4216-d12550e29276-c7bed31e {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_51e54c5a-f17e-01ca-b6df-60b50575b53f-c7bed31e {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_9058aa3c-ee9c-df6e-1d2d-e27f6f9e73e2-c7bed31e {
  grid-area: 3 / 1 / 4 / 4;
  place-self: end start;
}

#w-node-b5c37c74-1460-3fc0-378b-5ad617aae1aa-17aae1a4 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b5c37c74-1460-3fc0-378b-5ad617aae1c7-17aae1a4 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-b5c37c74-1460-3fc0-378b-5ad617aae1ce-17aae1a4 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: start;
}

#w-node-b5c37c74-1460-3fc0-378b-5ad617aae1d1-17aae1a4 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-b5c37c74-1460-3fc0-378b-5ad617aae1d3-17aae1a4 {
  grid-area: 1 / 8 / 2 / 13;
  justify-self: end;
}

#w-node-dda2cd72-6293-43b8-a167-65e212d68f19-12d68f16 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-dda2cd72-6293-43b8-a167-65e212d68f1c-12d68f16 {
  grid-area: 1 / 4 / 2 / 9;
}

#w-node-dda2cd72-6293-43b8-a167-65e212d68f1e-12d68f16 {
  grid-area: 1 / 9 / 2 / 13;
  justify-self: end;
}

#w-node-f1572b4c-3030-524b-a2fa-5a87508055f4-c7bed324 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f1572b4c-3030-524b-a2fa-5a87508055f6-c7bed324 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1572b4c-3030-524b-a2fa-5a87508055f8-c7bed324 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f1572b4c-3030-524b-a2fa-5a87508055fa-c7bed324 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87b2b831-4aa3-8a96-26b9-3cfc2c1fb5cb-c7bed324 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_87b2b831-4aa3-8a96-26b9-3cfc2c1fb5cd-c7bed324 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1572b4c-3030-524b-a2fa-5a8750805604-c7bed324 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f1572b4c-3030-524b-a2fa-5a8750805606-c7bed324 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a0b97b5-17c0-7f67-700b-8df4ff9d591b-c7bed325 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_092ff8cf-e72b-515b-9af4-a8396b62de1e-c7bed325 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-b64720b0-e7d4-b8d4-e935-236bfbfd0970-c7bed325 {
  grid-area: 3 / 4 / 4 / 13;
}

#w-node-_38580c6c-56a9-5977-3630-ba3050a5327d-c7bed325 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: end start;
}

#w-node-_232f3bba-df0f-1f48-7b16-7301902456be-c7bed325, #w-node-be14da1c-ade3-3e1d-2d12-bc3497ce1571-c7bed325, #w-node-_9975ad5d-9925-e757-614a-23556b71761c-c7bed325 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5e195e8c-0c67-a234-1e38-8753babc3412-c7bed325 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-d8b3530a-9740-a142-c16a-c62e28dd78e6-c7bed325 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_2fbfeb5e-5518-cd48-5d6a-d9eb75ec238c-c7bed325 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_96c12a29-4907-b44f-5fa1-19429637257b-c7bed326 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_2dfdf3d7-9957-6d74-eea5-e3920526944b-c7bed326 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-b9f89ca5-78e5-883f-ea33-6b712350b4f5-c7bed326 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_857e8e1d-2cee-25ca-14de-25e795915dbd-c7bed326 {
  grid-area: 2 / 4 / 3 / 13;
}

#w-node-_49be2372-5edb-37a2-6e00-1ba9cf026f39-c7bed326 {
  grid-area: 3 / 4 / 4 / 13;
}

#w-node-_41c1a9f7-ea6d-7e9a-998c-a1aaba720905-c7bed326 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_88ad03c5-8ef2-6f50-f0d9-2816c83c3840-c7bed31e {
    grid-column: 3 / 9;
  }

  #w-node-c2e44710-9d21-5d0f-aec3-22a85c73419b-c7bed31e {
    grid-column-end: 9;
  }

  #w-node-_7270de2a-cc2c-778b-b609-e5cf0e255900-c7bed31e {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_1fd6fe6c-1d46-b8c9-4216-d12550e29276-c7bed31e {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_51e54c5a-f17e-01ca-b6df-60b50575b53f-c7bed31e {
    grid-area: 3 / 5 / 4 / 9;
  }

  #w-node-_9058aa3c-ee9c-df6e-1d2d-e27f6f9e73e2-c7bed31e {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-b5c37c74-1460-3fc0-378b-5ad617aae1aa-17aae1a4 {
    grid-column-end: 4;
  }

  #w-node-b5c37c74-1460-3fc0-378b-5ad617aae1c7-17aae1a4 {
    grid-column: 4 / 9;
  }

  #w-node-b5c37c74-1460-3fc0-378b-5ad617aae1ce-17aae1a4 {
    grid-column-end: 5;
  }

  #w-node-b5c37c74-1460-3fc0-378b-5ad617aae1d1-17aae1a4 {
    grid-column: 4 / 9;
    justify-self: start;
  }

  #w-node-b5c37c74-1460-3fc0-378b-5ad617aae1d3-17aae1a4 {
    grid-area: 2 / 4 / 3 / 9;
    justify-self: start;
  }

  #w-node-f1572b4c-3030-524b-a2fa-5a87508055f4-c7bed324, #w-node-f1572b4c-3030-524b-a2fa-5a87508055f8-c7bed324, #w-node-_87b2b831-4aa3-8a96-26b9-3cfc2c1fb5cb-c7bed324, #w-node-f1572b4c-3030-524b-a2fa-5a8750805604-c7bed324 {
    grid-column: span 4 / span 4;
  }

  #w-node-_38580c6c-56a9-5977-3630-ba3050a5327d-c7bed325 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_232f3bba-df0f-1f48-7b16-7301902456be-c7bed325, #w-node-be14da1c-ade3-3e1d-2d12-bc3497ce1571-c7bed325, #w-node-_9975ad5d-9925-e757-614a-23556b71761c-c7bed325 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2dfdf3d7-9957-6d74-eea5-e3920526944b-c7bed326 {
    grid-column: 1 / 9;
  }

  #w-node-b9f89ca5-78e5-883f-ea33-6b712350b4f5-c7bed326 {
    grid-row: 3 / 4;
    grid-column-end: 9;
  }

  #w-node-_857e8e1d-2cee-25ca-14de-25e795915dbd-c7bed326 {
    grid-column: 1 / 9;
  }

  #w-node-_49be2372-5edb-37a2-6e00-1ba9cf026f39-c7bed326 {
    grid-area: 4 / 1 / 5 / 9;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_88ad03c5-8ef2-6f50-f0d9-2816c83c3840-c7bed31e, #w-node-b5c37c74-1460-3fc0-378b-5ad617aae1aa-17aae1a4, #w-node-b5c37c74-1460-3fc0-378b-5ad617aae1c7-17aae1a4 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-b5c37c74-1460-3fc0-378b-5ad617aae1d1-17aae1a4 {
    grid-column-start: 5;
    justify-self: start;
  }

  #w-node-b5c37c74-1460-3fc0-378b-5ad617aae1d3-17aae1a4 {
    grid-column-start: 1;
  }

  #w-node-dda2cd72-6293-43b8-a167-65e212d68f19-12d68f16 {
    grid-column-end: 5;
  }

  #w-node-dda2cd72-6293-43b8-a167-65e212d68f1c-12d68f16 {
    grid-column-start: 5;
    justify-self: end;
  }

  #w-node-dda2cd72-6293-43b8-a167-65e212d68f1e-12d68f16 {
    grid-area: 2 / 1 / 3 / 9;
    justify-self: start;
  }

  #w-node-f1572b4c-3030-524b-a2fa-5a87508055f4-c7bed324, #w-node-f1572b4c-3030-524b-a2fa-5a87508055f8-c7bed324, #w-node-_87b2b831-4aa3-8a96-26b9-3cfc2c1fb5cb-c7bed324, #w-node-f1572b4c-3030-524b-a2fa-5a8750805604-c7bed324 {
    grid-column: span 4 / span 4;
  }

  #w-node-_1a0b97b5-17c0-7f67-700b-8df4ff9d591b-c7bed325, #w-node-_092ff8cf-e72b-515b-9af4-a8396b62de1e-c7bed325, #w-node-b64720b0-e7d4-b8d4-e935-236bfbfd0970-c7bed325 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_38580c6c-56a9-5977-3630-ba3050a5327d-c7bed325 {
    grid-area: 1 / 7 / 2 / 9;
  }

  #w-node-_232f3bba-df0f-1f48-7b16-7301902456be-c7bed325 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-be14da1c-ade3-3e1d-2d12-bc3497ce1571-c7bed325 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_9975ad5d-9925-e757-614a-23556b71761c-c7bed325 {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-_5e195e8c-0c67-a234-1e38-8753babc3412-c7bed325 {
    grid-column-end: 9;
  }

  #w-node-d8b3530a-9740-a142-c16a-c62e28dd78e6-c7bed325 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_96c12a29-4907-b44f-5fa1-19429637257b-c7bed326 {
    grid-column: 1 / 9;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_88ad03c5-8ef2-6f50-f0d9-2816c83c3840-c7bed31e {
    grid-column: span 4 / span 4;
  }

  #w-node-c2e44710-9d21-5d0f-aec3-22a85c73419b-c7bed31e {
    grid-column-end: 5;
  }

  #w-node-_1fd6fe6c-1d46-b8c9-4216-d12550e29276-c7bed31e {
    grid-row: 3 / 4;
  }

  #w-node-_51e54c5a-f17e-01ca-b6df-60b50575b53f-c7bed31e {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_9058aa3c-ee9c-df6e-1d2d-e27f6f9e73e2-c7bed31e {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-b5c37c74-1460-3fc0-378b-5ad617aae1ce-17aae1a4 {
    grid-column-end: 3;
  }

  #w-node-b5c37c74-1460-3fc0-378b-5ad617aae1d1-17aae1a4 {
    grid-column: 3 / 5;
  }

  #w-node-b5c37c74-1460-3fc0-378b-5ad617aae1d3-17aae1a4 {
    grid-column-end: 5;
  }

  #w-node-dda2cd72-6293-43b8-a167-65e212d68f19-12d68f16 {
    grid-column-end: 2;
  }

  #w-node-dda2cd72-6293-43b8-a167-65e212d68f1c-12d68f16 {
    grid-column: 2 / 5;
  }

  #w-node-dda2cd72-6293-43b8-a167-65e212d68f1e-12d68f16 {
    grid-column-end: 5;
  }

  #w-node-_38580c6c-56a9-5977-3630-ba3050a5327d-c7bed325 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_9975ad5d-9925-e757-614a-23556b71761c-c7bed325 {
    grid-area: 2 / 1 / 3 / 3;
  }
}


@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}