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

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

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --ash: #323232;
  --orange: #f15a24;
  --light-gray: #aaa;
  --gray-100: #cfcfcf;
  --gray: #868686;
  --logo-height: 0px;
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Switzer, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 132%;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 0;
}

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

.page-content {
  z-index: 1;
  max-width: 100vw;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  overflow: hidden;
}

.page-content.full-height {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.section {
  max-width: 100vw;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.navbar {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--ash);
  color: var(--white);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  height: 3.438rem;
  padding-left: 2.025rem;
  padding-right: 2.025rem;
  font-size: 16px;
  line-height: 140%;
  display: flex;
}

.text---small {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 160%;
}

.text---small.semi-bold {
  font-weight: 600;
}

.hover-link {
  color: var(--white);
  margin-top: -.2ch;
  margin-bottom: -.2ch;
  padding-top: .2ch;
  padding-bottom: .2ch;
  position: relative;
  overflow: hidden;
}

.hover-link.w--current {
  color: var(--orange);
}

.hover-link.text-color---black {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.clone {
  position: absolute;
}

.logo {
  width: 100%;
}

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

.collection-list {
  flex-flow: column;
  display: flex;
  position: relative;
}

.work-cover {
  z-index: 10005;
  background-image: url('../images/5b.png');
  background-position: 100%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.work-cover._150m {
  background-image: url('../images/150m2.png');
}

.work-cover._3 {
  background-image: url('../images/45.png');
}

.work-cover._1 {
  background-image: url('../images/150m2.png');
}

.work-cover._2 {
  background-image: url('../images/4m.png');
}

.work-cover._4 {
  background-image: url('../images/650.png');
}

.work-cover._5 {
  background-image: url('../images/5b.png');
}

.work-cover._6 {
  background-image: url('../images/15m.png');
}

.work-cover._7 {
  background-image: url('../images/73.png');
}

.work-thumbnail-container {
  width: 24.375vw;
  height: 16.719vw;
  position: relative;
  overflow: hidden;
}

.work-item {
  z-index: 2;
  color: var(--light-gray);
  cursor: pointer;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  transition: color .2s ease-in-out;
}

.work-item:hover {
  color: var(--black);
}

.work-item.default-selection {
  color: var(--black);
  display: none;
}

.load-in-container {
  z-index: 1000;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.progress-counter-container {
  background-color: var(--ash);
  color: var(--white);
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70.9531px;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.progress-counter {
  justify-content: flex-start;
  align-items: flex-start;
  height: 2ch;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.progress-numbers {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.gallery-light-box {
  width: 400px;
  position: relative;
}

.enlarged-image-container {
  z-index: 5;
  background-color: var(--white);
  cursor: zoom-out;
  display: none;
  position: fixed;
  inset: 0%;
}

.image {
  max-height: 100%;
}

.light-box-thumbnail {
  cursor: zoom-in;
  width: 100%;
}

.logo-container {
  z-index: 10;
  filter: none;
  pointer-events: none;
  mix-blend-mode: exclusion;
  width: 100%;
  padding-top: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  overflow: hidden;
}

.logo-container.full-width {
  width: 100vw;
}

.fixed-logo {
  z-index: 5;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  pointer-events: none;
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  display: flex;
  position: fixed;
  inset: auto 0% 5.625rem;
}

.work-info-list {
  z-index: 2;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-start;
  padding-bottom: 1.25rem;
  display: flex;
}

.work-content-block {
  z-index: 5;
  width: 40.365vw;
  position: relative;
}

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

.heading {
  letter-spacing: -.01em;
  font-size: 48px;
  font-weight: 500;
  line-height: 117%;
}

.top-margin---1-25rem {
  margin-top: 1.25rem;
}

.top-margin---0-625rem {
  margin-top: .625rem;
}

.team-member-info {
  color: var(--light-gray);
  flex-flow: column;
  transition: color .3s ease-in-out;
  position: relative;
}

.team-member-info:hover {
  color: var(--black);
}

.team-members-list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: flex;
  overflow: visible;
}

.team-member-contacts {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  line-height: 100%;
  display: inline-block;
}

.text-block {
  font-size: 16px;
  display: inline-flex;
}

.team-member-image {
  opacity: 1;
  pointer-events: none;
  max-width: 20vw;
  max-height: 46vh;
  margin-bottom: .5vh;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.navbar-container {
  z-index: 10;
  justify-content: center;
  align-items: center;
  margin-top: .938rem;
  display: flex;
  position: relative;
}

.navbar-container.fixed-to-bottom {
  position: fixed;
  bottom: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
}

.full-height {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  display: flex;
}

.text-color---gray {
  color: var(--light-gray);
}

.team-member-contact {
  color: var(--light-gray);
  vertical-align: middle;
  display: inline-block;
}

.work-content {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
  inset: 0%;
}

.filter-logo-block {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  pointer-events: none;
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.logo-spacer {
  opacity: 0;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 5.625rem;
  display: flex;
  position: relative;
}

.about-content {
  z-index: 1;
  box-sizing: content-box;
  flex-flow: column;
  max-width: 100%;
  height: 100vh;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.about-content-block {
  flex-flow: column;
  width: 620px;
  padding-top: 1.25rem;
}

.about-image {
  width: 935px;
}

.top-margin---2-5rem {
  margin-top: 2.5rem;
}

.work-thumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  position: relative;
}

.badge-wrap {
  z-index: 1000;
  position: fixed;
  bottom: 12px;
  right: 12px;
}

.webflow-badge {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  display: flex;
}

.badge-image {
  width: 26px;
  height: 16px;
}

.contact-text {
  vertical-align: middle;
  display: inline-block;
}

.back-button {
  z-index: 2;
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-right: 1rem;
  font-weight: 600;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
}

.work-image {
  object-fit: cover;
  width: 100%;
  max-height: 800px;
  position: relative;
}

.work-images-collection-list {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

.progress-numbers-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2ch;
  display: flex;
  position: relative;
}

.menu {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.main-logo {
  width: 100%;
}

.work-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: relative;
}

.hidden---tablet {
  display: flex;
}

.hidden---desktop {
  display: none;
}

.top-margin---medium {
  margin-top: 2.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 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.work-link-block {
  z-index: 2;
  color: var(--light-gray);
  cursor: pointer;
  width: 100%;
  transition: color .2s ease-in-out;
  position: relative;
  overflow: hidden;
}

.work-link-block:hover {
  color: var(--orange);
}

.button {
  background-color: var(--black);
  border-radius: 100px;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

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

.field-label {
  display: none;
}

.text-field {
  border: 1px solid var(--white);
  text-align: center;
  height: 1rem;
  margin-bottom: 0;
  padding: 0 20px;
}

.text-field::placeholder {
  font-size: 16px;
  line-height: 140%;
}

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

.color-block {
  background-color: var(--black);
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 10vw;
}

.color-block._2 {
  background-color: var(--ash);
}

.color-block._3 {
  background-color: var(--gray);
}

.color-block._4 {
  background-color: var(--light-gray);
}

.color-block._5 {
  border: 1px solid var(--light-gray);
  background-color: var(--white);
}

.color-block-container {
  grid-column-gap: .313rem;
  grid-row-gap: .313rem;
  flex-flow: column;
  display: flex;
}

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

.rich-text-block {
  font-size: 16px;
  line-height: 140%;
}

.contact-block {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

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

.team-members-block {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  margin-top: 1.25rem;
  display: flex;
}

.contact-info {
  flex-flow: column;
  display: inline-flex;
}

.hidden---desktop-and-tablet {
  display: none;
}

.logo-spacer-container {
  width: 0;
}

.image-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-overlay {
  background-color: var(--white);
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.animted-image.work-image {
  width: auto;
  max-height: 700px;
}

.about-image-container {
  display: flex;
}

.back-text {
  margin-top: -.2ch;
  margin-bottom: -.2ch;
  padding-top: .3ch;
  padding-bottom: .3ch;
  position: relative;
  overflow: hidden;
}

.back-text.w--current {
  color: var(--gray);
}

.back-arrow {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-details {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: fixed;
  top: 1.25rem;
  bottom: 0;
}

.work-cover-container {
  justify-content: flex-end;
  align-items: flex-start;
  width: 45vw;
  height: 20.833vw;
  margin-top: -30px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.home-contact {
  flex-flow: column;
  max-width: 650px;
  display: inline-flex;
}

.licenses-link {
  text-decoration: underline;
}

.text-block-2 {
  border-left: 6px solid var(--orange);
  color: var(--white);
  padding-left: 20px;
  font-size: 40px;
  line-height: 45px;
}

.text-block-2.text-color-orange {
  color: var(--orange);
}

.slider {
  background-color: #ddd0;
  display: none;
}

.line-seperator {
  background-color: var(--orange);
  height: 4px;
  margin-top: 3px;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 140%;
  }

  .page-content {
    padding-top: .938rem;
  }

  .page-content.full-height.about {
    padding-top: 0;
  }

  .section {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .section.about-page {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .text---small {
    font-size: 20px;
  }

  .text---small.contact-page {
    font-size: 14px;
  }

  .contact-info-list {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .progress-counter-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .logo-container {
    padding-top: .625rem;
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .fixed-logo {
    margin-left: 10px;
    margin-right: 10px;
  }

  .work-info-list {
    width: auto;
    height: auto;
    margin-top: 1.25rem;
    top: auto;
  }

  .work-content-block {
    width: 100%;
    height: auto;
  }

  .heading {
    font-size: 32px;
  }

  .team-member-info {
    min-width: 25%;
  }

  .team-members-list {
    grid-column-gap: 4.745vw;
    grid-row-gap: 4.745vw;
    flex-flow: row-reverse;
    grid-template-rows: auto;
    grid-template-columns: minmax(auto, max-content) minmax(auto, max-content) minmax(auto, max-content) minmax(auto, max-content);
    grid-auto-columns: minmax(auto, max-content);
    justify-content: flex-end;
    align-items: flex-start;
    display: grid;
  }

  .team-member-image {
    display: none;
  }

  .full-height {
    padding-top: 15px;
  }

  .work-content {
    flex-flow: column;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: visible;
  }

  .about-content {
    height: 100vh;
    padding-top: 0;
    padding-left: .625rem;
    padding-right: .625rem;
    position: relative;
    overflow: auto;
  }

  .about-content-block {
    width: 470px;
    padding-top: .938rem;
  }

  .about-image {
    width: 100%;
  }

  .back-button {
    z-index: 5;
    border-bottom: 1px solid var(--gray-100);
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55px;
    margin-right: auto;
    position: fixed;
  }

  .menu {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .work-grid {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .hidden---tablet {
    display: none;
  }

  .hidden---desktop {
    display: flex;
  }

  .work-parapraph {
    width: 55%;
  }

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

  .color-block {
    height: 16.5vw;
  }

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

  .team-members-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hidden---desktop-and-tablet {
    display: none;
  }

  .work-details {
    padding-top: 35px;
    position: static;
    top: auto;
    bottom: auto;
  }

  .work-cover-container {
    display: flex;
  }

  .text-block-2 {
    font-size: 29px;
    line-height: 32px;
  }

  .slider-image {
    height: 100%;
  }

  .slider-image-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: 80%;
    margin-bottom: -20px;
    margin-right: -16px;
    padding-right: 0;
    display: flex;
  }

  .slider-wrapper {
    color: var(--light-gray);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    height: 100%;
    padding-right: 20px;
    display: flex;
  }

  .slide-nav {
    justify-content: center;
    align-items: center;
    font-size: 8px;
    display: flex;
  }

  .slider {
    background-color: #ddd0;
    display: flex;
  }

  .slider.negative-margin {
    margin-top: -70px;
  }

  .collection-list-wrapper, .work-collection-wrapper {
    display: none;
  }

  .line-seperator {
    width: 132px;
  }
}

@media screen and (max-width: 767px) {
  .page-content.full-height {
    overflow: visible;
  }

  .team-member-info {
    min-width: 45%;
  }

  .team-members-list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: minmax(auto, max-content);
    grid-auto-columns: 1fr;
    display: flex;
  }

  .about-content-block, .work-parapraph {
    width: 100%;
  }

  .top-margin---medium {
    margin-top: 1.25rem;
  }

  .color-block {
    height: 19vw;
  }

  .conact-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 2fr;
  }

  .team-members-block {
    margin-top: 2.5rem;
  }

  .hidden---desktop-and-tablet {
    width: 1px;
    display: flex;
  }

  .text-block-2 {
    font-size: 26px;
    line-height: 31px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    grid-column-gap: 3.721vw;
    grid-row-gap: 3.721vw;
    height: 12.791vw;
    padding-left: 4.186vw;
    padding-right: 4.186vw;
    font-size: 3.721vw;
  }

  .logo-container {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-container.full-width {
    padding-bottom: .938rem;
  }

  .fixed-logo {
    margin-bottom: 12.791vw;
    bottom: 30px;
  }

  .heading {
    font-size: 7.442vw;
  }

  .team-members-list {
    grid-auto-columns: 1fr;
    overflow: hidden;
  }

  .navbar-container {
    margin-top: 10px;
  }

  .logo-spacer {
    width: 0;
    padding-bottom: 12.791vw;
    position: relative;
  }

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

  .color-block {
    height: 26vw;
  }

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

  .conact-grid {
    overflow: hidden;
  }

  .text-block-2 {
    font-size: 24px;
    line-height: 29px;
  }

  .slider-image {
    object-fit: cover;
  }

  .slider-image-wrapper {
    object-fit: cover;
    height: 50%;
    margin-left: -183px;
    padding-right: 0;
  }

  .slider.negative-margin {
    margin-top: -140px;
  }
}

#w-node-_574f9ee0-6f9a-b14a-3b49-e9c346cd7058-b0cdcf02, #w-node-b247f5f8-74ed-d710-2bbe-c90f2c761722-b0cdcf04, #w-node-_4c6a2487-4d73-b088-50b9-3af09dc43fe9-b0cdcf04 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4303a61d-7b27-02bd-9c36-a804b0b62bcd-b0cdcf04 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_13408ec3-8b99-f1b4-ceea-ec7142a948d9-b0cdcf04 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-fb6b3a5b-c48a-c047-78bb-43a51d60cc8c-b0cdcf05 {
  align-self: end;
}

#w-node-_29e5fc59-44de-41cf-01e8-d897baca50df-b0cdcf06, #w-node-_7ddce6ad-8004-a635-9f7c-4d8fe0cf39b2-b0cdcf0a, #w-node-_40712e44-0e1e-3a1b-363f-963f16ab471d-b0cdcf0b, #w-node-_29f0aca6-ce03-d749-5a0c-79e90f03de94-b0cdcf0c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-fb6b3a5b-c48a-c047-78bb-43a51d60cc8c-b0cdcf05 {
    align-self: start;
  }
}


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