:root {
  --black: #141414;
  --white: white;
  --primary: #eefe90;
  --black-800: #211e1e;
  --dark-grey: #333;
  --light-grey: rgba(255, 255, 255, .6);
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: -.25px;
  font-family: Switzer, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

h1 {
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 90%;
}

h2 {
  letter-spacing: -.25vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

h3 {
  letter-spacing: -.25px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

p {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.6;
}

a {
  color: var(--white);
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: var(--primary) !important;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

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

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.nav-container {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-left: 9.5vw;
  padding-right: 9.5vw;
  display: flex;
}

.section {
  min-height: 32px;
  margin-bottom: 200px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.section.hero-section {
  height: 100vh;
  margin-bottom: 120px;
  padding-top: 0;
}

.section.styleguide-section {
  padding-bottom: 80px;
}

.section.subpage-hero-section {
  min-height: auto;
  align-items: flex-start;
  margin-top: 120px;
  margin-bottom: 120px;
  display: flex;
}

.section.subpage-hero-section.margin-top-48 {
  margin-top: 48px;
}

.section.black-800-background {
  background-color: #211e1e;
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  top: 0;
}

.section.black-800-background.no-margin-bottom {
  background-color: var(--black-800);
  margin-bottom: 0;
}

.section.black-800-background.no-padding-top-bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 7vw;
  position: static;
}

.container.hero-top-container {
  height: 68vh;
}

.container.hero-bottom-container {
  height: 32vh;
  align-items: center;
  display: flex;
}

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

.divider.styleguide-bottom-divider {
  margin-top: 80px;
}

.divider.margin-top-24 {
  margin-top: 24px;
}

.divider.margin-top-24.margin-bottom-32 {
  margin-bottom: 32px;
}

.text-large {
  letter-spacing: -.25px;
  font-family: Switzer, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.footer {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  padding-bottom: 80px;
}

._2-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.rich-text-block {
  max-width: 1337px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  font-weight: 400;
}

.rich-text-block h2 {
  letter-spacing: 0;
  margin-bottom: 32px;
  font-family: Switzer, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
}

.rich-text-block h3 {
  letter-spacing: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 110%;
}

.rich-text-block p {
  color: rgba(255, 255, 255, .6);
  margin-bottom: 32px;
  font-size: 18px;
}

.rich-text-block h4 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
}

.rich-text-block blockquote {
  border-left-color: var(--primary);
  margin-top: 16px;
  margin-bottom: 32px;
}

.rich-text-block h1 {
  letter-spacing: 0;
  font-family: Switzer, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 116%;
}

.rich-text-block h5 {
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 500;
}

.rich-text-block h6 {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 500;
}

.rich-text-block figcaption {
  color: gray;
  text-align: left;
  font-size: 16px;
}

.rich-text-block figure {
  margin-top: 40px;
  margin-bottom: 64px;
}

.rich-text-block ul {
  margin-bottom: 40px;
  font-size: 18px;
}

.text-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--dark-grey);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 48px;
  padding-top: 12px;
  padding-bottom: 48px;
  padding-left: 0;
  font-size: 18px;
}

.text-field:active, .text-field:focus {
  border-bottom-color: var(--primary);
}

.text-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, .3);
  font-size: 18px;
}

.text-field::placeholder {
  color: rgba(255, 255, 255, .3);
  font-size: 18px;
}

.text-field.text-area {
  min-height: 180px;
  margin-bottom: 0;
}

.submit-button {
  color: var(--white);
  letter-spacing: .05rem;
  text-transform: uppercase;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .1);
  border-bottom: 0 #000;
  border-radius: 100vw;
  margin-top: 80px;
  padding: 23px 32px 20px;
  font-family: Clashdisplay, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  transition: all .2s;
}

.submit-button:hover {
  background-color: var(--primary);
  color: var(--black);
}

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

.utility-page-content {
  width: 800px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.utility-page-form {
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  display: block;
}

.utility-form-text {
  margin-bottom: 40px;
}

.styleguide-heading-wrapper {
  margin-bottom: 48px;
}

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

.light-grey-text.footer-text {
  max-width: 35%;
}

.light-grey-text.text-2-columns {
  column-gap: 64px;
}

.typography-container {
  margin-bottom: 48px;
}

.swatch {
  width: 100%;
  height: 200px;
  background-color: var(--white);
  border: 1px solid #e6e6e6;
}

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

.swatch.dark-grey {
  background-color: var(--dark-grey);
  color: #aaa;
  border: 0 rgba(0, 0, 0, 0);
}

.swatch.black-800 {
  background-color: var(--black-800);
  border-style: none;
  border-width: 0;
}

.swatch.white {
  background-color: var(--white);
  border-width: 0;
}

.swatch.light-grey {
  background-color: var(--light-grey);
}

.swatch.primary {
  background-color: var(--primary);
  border-width: 0;
}

.styleguide-heading {
  letter-spacing: -2px;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 10vw;
}

.project-thumbnail {
  width: 100%;
  object-fit: cover;
  margin-bottom: 0;
  overflow: visible;
}

.styleguide-list-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.project-thumbnail-wrapper {
  width: 100%;
  max-height: 80vh;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-list {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.projects {
  width: 100%;
}

.margin-bottom-120 {
  margin-bottom: 120px;
}

.margin-bottom-64 {
  margin-bottom: 64px;
}

.service-container {
  border-bottom: 1px solid var(--dark-grey);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  position: static;
}

.service-container.fade-in-bottom {
  width: 100%;
}

.hero-usp-container {
  max-width: 85%;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-bottom-8 {
  margin-bottom: 8px;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

._4-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.logo {
  max-width: 40px;
}

.nav-link {
  color: var(--white);
  padding: 32px 24px !important;
  font-size: 18px !important;
  transition: all .2s;
  display: inline-block !important;
}

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

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

.nav-link.first-navlink {
  padding-left: 0;
  padding-right: 24px;
}

.nav-link.last-navlink.w--current {
  padding-right: 24px;
}

.nav-menu {
  margin-right: 0;
}

.navbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 0 !important;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.navbar.position-absolute {
  margin-top: 0;
  position: absolute;
}

.nav-logo {
  padding-left: 0;
}

.hero-image {
  z-index: -1;
  height: 100%;
  opacity: .8;
  object-fit: cover;
  object-position: 50% 0%;
  align-self: auto;
  margin-top: 0%;
  display: block;
  position: static;
  overflow: auto;
}

.hero-image-container {
  z-index: auto;
  width: 69.3%;
  height: 100%;
  opacity: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.text-2xl {
  letter-spacing: -.1rem;
  font-family: Switzer, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-2xl.margin-bottom-80 {
  font-style: normal;
}

.text-2xl.text-regular {
  font-weight: 400;
}

.text-2xl.margin-bottom-48 {
  margin-bottom: 48px;
}

._12-column-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
  position: relative;
}

._12-column-grid.grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 104px;
}

.margin-top-80 {
  margin-top: 80px;
}

.case-info-container {
  display: block;
}

.services-list-container {
  border-top: 1px solid var(--dark-grey);
  background-color: rgba(0, 0, 0, 0);
}

.form {
  width: 100%;
  margin-top: 0;
}

.project-image {
  margin-bottom: 80px;
}

.case {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 200px;
  display: flex;
}

.case:nth-child(2n+1) {
  grid-auto-flow: row;
  align-items: stretch;
  justify-items: stretch;
}

.case:nth-child(2n) {
  justify-content: space-between;
}

.case.fade-in-bottom {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.case.fade-in-bottom:last-child {
  margin-bottom: 120px;
}

.case.case-subpage:last-child {
  margin-bottom: 0;
}

.case-service {
  color: var(--light-grey);
  margin-bottom: 0;
}

.case-info-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: -32px;
  display: flex;
  position: relative;
}

.margin-top-16 {
  margin-top: 16px;
}

.text-xl {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-xl.margin-bottom-32 {
  margin-bottom: 32px;
}

.list-container {
  border-top: 1px solid var(--dark-grey);
}

.list-item-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid var(--dark-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  padding-top: 64px;
  padding-bottom: 64px;
  display: grid;
}

.hero-top-container {
  height: 70vh;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 9.5vw;
  padding-right: 9.5vw;
  display: flex;
  position: relative;
}

.hero-bottom-container {
  height: 30vh;
}

.text-medium {
  color: var(--light-grey);
  letter-spacing: 0;
  font-family: Switzer, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.slider {
  width: 90.5vw;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 9.5vw;
  overflow: hidden;
}

.slide {
  width: 100%;
  margin-right: 40px;
  padding-bottom: 0;
  padding-right: 0;
}

.button {
  max-width: 100%;
  color: var(--white);
  letter-spacing: 50px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
  padding: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: .725rem;
  font-weight: 600;
  display: inline-block;
  position: static;
  overflow: visible;
}

.button.no-margin-top {
  margin-top: 0;
}

.button-text {
  letter-spacing: .05rem;
  margin-bottom: -1px;
  margin-left: 8px;
  font-size: .875rem;
  line-height: 1;
}

.button-background {
  z-index: -1;
  width: 4rem;
  height: 100%;
  object-fit: fill;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 100vw;
  justify-content: space-between;
  align-items: center;
  display: block;
  position: absolute;
  left: 0;
}

.button-content-wrapper {
  width: 100%;
  height: 4rem;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 8px 28px 8px 20px;
  display: flex;
  position: relative;
}

.button-arrow {
  width: 28px;
  height: 28px;
  color: var(--primary);
  margin-top: 0;
}

.button-arrow.second-arrow {
  margin-top: 0;
  margin-right: 0;
  position: absolute;
  top: -42px;
}

.home-hero-text {
  margin-bottom: 48px;
  font-size: 8vw;
}

.margin-bottom-4 {
  margin-bottom: 4px;
}

.section-heading-container {
  align-items: center;
  margin-bottom: 48px;
  display: block;
}

.section-heading-container.no-margin-bottom {
  transform-origin: 7% 60%;
  margin-bottom: 0;
}

.section-heading-container.no-margin-bottom.sticky-rotated-section-heading {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  transform: rotate(90deg);
}

.section-heading-container.margin-top-4 {
  margin-top: 4px;
}

.section-heading-container.margin-bottom-16 {
  margin-bottom: 16px;
}

.section-heading-content {
  align-items: center;
  display: flex;
}

.dot {
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  border-radius: 100vw;
  margin-right: 8px;
}

.text-s {
  letter-spacing: 0;
  font-family: Switzer, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.1;
}

.text-4xl {
  font-family: Clashdisplay, sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: .85;
}

.text-4xl.primary-text {
  color: var(--primary);
}

.text-4xl.text-shadow {
  text-shadow: 0 4px 7px rgba(0, 0, 0, .8);
}

.lead-column-container {
  max-width: 85%;
}

.lead-image {
  z-index: auto;
  width: 100%;
  height: 132%;
  max-width: 87%;
  margin-top: -104px;
  position: relative;
}

.footer-content-container {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 120px;
  display: flex;
}

.footer-text {
  max-width: 40%;
}

.footer-nav-links-container {
  margin-top: 64px;
  margin-bottom: 200px;
}

.footer-navlink {
  margin-right: 48px;
  font-family: Clashdisplay, sans-serif;
  font-size: 3rem;
  font-weight: 500;
}

.footer-links-container {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-link-list {
  align-items: center;
  display: flex;
}

.subfooter-link {
  color: rgba(255, 255, 255, .6);
  margin-right: 40px;
  line-height: 1.5;
}

.subfooter-link.last-subfooter-link {
  margin-right: 0;
}

.footer-link-list-right {
  align-items: center;
  display: flex;
}

.subfooter-logo {
  width: auto;
  margin-right: 40px;
}

.text-3xl {
  letter-spacing: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
}

.case-overlay {
  background-image: linear-gradient(rgba(20, 20, 20, 0) 32%, rgba(20, 20, 20, .6));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.case-overlay:hover, .case-wrapper:hover {
  color: var(--white);
}

.case-wrapper.fade-in-bottom {
  width: 100%;
}

.view-circle {
  width: 8rem;
  height: 8rem;
  background-color: var(--primary);
  color: var(--black);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.approach-item-container {
  max-width: 80%;
}

.black-900-background {
  height: 50%;
  background-color: var(--black);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.large-image-container {
  width: 81vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.large-image-container.pinball-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-button {
  width: 4rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.center-text {
  text-align: center;
}

.text-5xl {
  font-family: Clashdisplay, sans-serif;
  font-size: 7rem;
  font-weight: 500;
  line-height: .9;
}

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

.field-label {
  margin-bottom: 24px;
}

.from-block {
  width: 100%;
}

.margin-top-48 {
  margin-top: 48px;
}

.margin-top-12 {
  margin-top: 12px;
}

.subpage-hero-text-container {
  margin-bottom: -56px;
}

.mask {
  width: 81vw;
  height: auto;
  overflow: visible;
}

.right-arrow {
  right: 9.5vw;
}

.slide-nav {
  display: none;
}

.collection-list-wrapper {
  width: 100%;
}

.team-member-image-container {
  background-color: var(--black-800);
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 32px;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.team-member-image-container.profile-page-image-container {
  width: 100%;
  margin-bottom: 0;
}

.team-member-link {
  color: var(--white);
  cursor: pointer;
  align-items: center;
  margin-top: 40px;
  text-decoration: none;
  display: flex;
}

.team-member-image {
  width: 100%;
  margin-bottom: -1px;
}

.margin-right-8 {
  margin-right: 8px;
}

.team-member-container {
  width: 100%;
  cursor: pointer;
}

.team-member-container:hover {
  color: var(--white);
}

.collection-item, .service-list-item {
  width: 100%;
}

.service-list-item:hover {
  color: var(--white);
}

.journal-list {
  border-top: 1px solid var(--dark-grey);
}

.journal-post-container {
  width: 100%;
  border-bottom: 1px solid var(--dark-grey);
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}

.journal-post-container:hover {
  color: var(--white);
}

.journal-post-image {
  z-index: auto;
  width: 50%;
  position: absolute;
  bottom: 16px;
  right: 0;
}

.journal-post-heading-container {
  z-index: 2;
  position: relative;
}

.subtle-text-link {
  color: rgba(255, 255, 255, .6);
  font-size: .875rem;
  text-decoration: underline;
}

.text-7xl {
  font-family: Clashdisplay, sans-serif;
  font-size: 9rem;
  font-weight: 500;
  line-height: .9;
}

.text-7xl.margin-top-64 {
  margin-top: 64px;
}

.text-2-columns {
  column-count: 2;
  column-gap: 40px;
}

.deliverables-container {
  width: 100%;
  border-top: 1px solid var(--dark-grey);
}

.deliverable-container {
  border-bottom: 1px solid var(--dark-grey);
  padding-top: 32px;
  padding-bottom: 32px;
}

.team-member-text-container {
  margin-top: 32px;
  position: relative;
}

.heading {
  letter-spacing: -.1vw;
}

.html-embed {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.text-span {
  font-size: 4vw;
}

.button-2 {
  display: none;
}

.button-3 {
  position: relative;
}

.div-block {
  z-index: 1;
  position: relative;
}

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

.html-embed-4 {
  width: 100%;
  height: 80vh;
  max-width: 480px;
  align-items: center;
  display: block;
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: 0;
    font-size: 4.5rem;
    line-height: .85;
  }

  h3 {
    margin-bottom: 0;
  }

  .nav-container {
    background-color: var(--black);
    padding: 24px 48px;
    position: relative;
  }

  .section {
    margin-bottom: 120px;
  }

  .section.hero-section {
    height: auto;
  }

  .section.subpage-hero-section {
    height: auto;
    margin-top: 120px;
  }

  .container {
    padding-left: 48px;
    padding-right: 48px;
  }

  .container.hero-top-container {
    height: auto;
    margin-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.hero-bottom-container {
    height: auto;
  }

  .footer {
    padding-bottom: 48px;
  }

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

  .rich-text-block h3 {
    font-weight: 500;
  }

  .light-grey-text.footer-text {
    max-width: 50%;
  }

  .project-thumbnail-wrapper {
    height: auto;
  }

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

  .hero-usp-container {
    max-width: 100%;
  }

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

  .bottom-line {
    width: 32px;
    height: 2px;
    background-color: var(--white);
    margin-top: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link {
    padding-left: 0;
    display: block !important;
  }

  .nav-link.last-navlink.w--current {
    padding-right: 0;
  }

  .nav-menu {
    z-index: 0;
    background-color: var(--black);
    margin-top: 0;
    margin-bottom: auto;
    /*padding: 120px 48px 40px;*/
    top: 0%;
  }

  .navbar {
    z-index: 10;
    margin-top: 0;
    position: relative;
  }

  .navbar.position-absolute {
    z-index: 10;
    position: relative !important;
  }

  .top-line {
    width: 32px;
    height: 2px;
    background-color: var(--white);
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-logo {
    z-index: 99;
  }

  .nav-logo.w--current {
    z-index: 2;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
  }

  .menu-button:active, .menu-button:focus {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.w--open {
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
  }

  .hero-image-container {
    width: 100%;
    height: 32vh;
    font-size: 0;
    line-height: 0;
    position: relative;
  }

  ._12-column-grid {
    grid-column-gap: 40px;
    grid-row-gap: 72px;
    grid-template-columns: minmax(16px, 1fr);
  }

  ._12-column-grid.hero-grid {
    grid-row-gap: 48px;
  }

  ._12-column-grid.list-grid {
    grid-row-gap: 24px;
  }

  ._12-column-grid.home-hero-bottom-grid {
    grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  }

  ._12-column-grid.grid-large {
    grid-column-gap: 40px;
    grid-row-gap: 80px;
  }

  .list-item-container {
    grid-template-columns: 1fr 1.5fr;
  }

  .slider {
    width: 100%;
    margin-left: 0;
    padding-left: 48px;
  }

  .home-hero-text {
    margin: -40px 48px 0;
    font-size: 6.5rem;
  }

  .section-heading-container.no-margin-bottom.sticky-rotated-section-heading {
    position: static;
    transform: none;
  }

  .section-heading-container.margin-top-12 {
    margin-top: 0;
  }

  .lead-image {
    height: 45vh;
    max-width: none;
    margin-top: 0;
    position: static;
  }

  .footer-navlink {
    margin-right: 32px;
    font-size: 2.5rem;
  }

  .view-circle {
    display: none;
  }

  .icon-button {
    justify-content: center;
    display: none;
  }

  .text-5xl {
    font-size: 6rem;
  }

  .subpage-hero-text-container {
    margin-top: 48px;
    margin-bottom: 0;
    padding-left: 48px;
    padding-right: 48px;
  }

  .journal-post-image {
    display: none;
    bottom: 24px;
  }

  .text-7xl {
    font-size: 6rem;
  }

  .button-2, .button-3.nav-link {
    display: none;
  }

  .div-block-2 {
    margin-top: -64px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: 0;
    font-size: 2.9rem;
  }

  h2 {
    font-size: 3.4rem;
  }

  h3 {
    margin-bottom: 16px;
  }

  .nav-container {
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section {
    margin-bottom: 120px;
  }

  .section.hero-section {
    padding-top: 0;
  }

  .section.subpage-hero-section {
    margin-top: 64px;
    padding-top: 0;
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .light-grey-text.footer-text {
    max-width: 70%;
  }

  .light-grey-text.text-2-columns {
    column-count: auto;
  }

  .styleguide-heading {
    letter-spacing: -1px;
  }

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

  .hero-usp-container {
    max-width: 100%;
  }

  .nav-menu {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button, .menu-button.w--open {
    margin-top: 0;
  }

  .hero-image-container {
    height: 32vh;
    margin-top: 0%;
  }

  .text-2xl {
    letter-spacing: -1px;
    font-size: 48px;
  }

  ._12-column-grid {
    grid-row-gap: 48px;
  }

  ._12-column-grid.hero-grid {
    grid-row-gap: 40px;
  }

  ._12-column-grid.home-hero-bottom-grid {
    grid-template-columns: minmax(16px, 1fr);
  }

  .case-info-container {
    max-width: none;
  }

  .project-image {
    margin-bottom: 64px;
  }

  .case {
    grid-template-columns: 1fr;
    margin-bottom: 120px;
  }

  .case-info-wrapper {
    margin-top: -24px;
  }

  .list-item-container {
    grid-template-columns: .75fr 3fr;
  }

  .home-hero-text {
    margin-left: 40px;
    font-size: 4.8rem;
  }

  .text-4xl {
    font-size: 4.8rem;
  }

  .footer-nav-links-container {
    flex-direction: column;
    margin-bottom: 120px;
    display: flex;
  }

  .footer-navlink {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .footer-links-container {
    flex-direction: column;
  }

  .footer-link-list-right {
    margin-top: 48px;
  }

  .text-3xl {
    font-size: 3.2rem;
  }

  .icon-button {
    display: none;
  }

  .text-5xl {
    font-size: 5rem;
  }

  .subpage-hero-text-container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-7xl {
    font-size: 5rem;
  }

  .html-embed-2, .button-2, .button-3.nav-link {
    display: none;
  }

  .div-block-2 {
    margin-top: -64px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: 0;
    font-size: 2.9rem;
  }

  h2 {
    letter-spacing: 0;
    font-size: 2.2rem;
  }

  h3 {
    font-size: 28px;
  }

  .nav-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section {
    margin-bottom: 80px;
  }

  .section.hero-section {
    padding-top: 0;
  }

  .section.subpage-hero-section {
    height: auto;
    min-height: auto;
    margin-top: 64px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.hero-top-container {
    height: auto;
  }

  .text-large {
    letter-spacing: -.25px;
    font-size: 1.25rem;
  }

  .footer {
    margin-top: 0;
  }

  ._2-column-grid {
    grid-column-gap: 40px;
    grid-row-gap: 49px;
    grid-template-columns: 1fr;
  }

  .text-field {
    margin-bottom: 32px;
    font-size: 20px;
  }

  .text-field::-ms-input-placeholder {
    font-size: 20px;
  }

  .text-field::placeholder {
    font-size: 20px;
  }

  .text-field.text-area {
    min-height: 120px;
  }

  .submit-button {
    margin-top: 48px;
    padding-top: 23px;
    font-size: .875rem;
  }

  .styleguide-heading {
    letter-spacing: 0;
  }

  .projects-list {
    grid-row-gap: 32px;
  }

  .logo {
    max-height: 40px;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-image-container {
    height: 32vh;
    justify-content: space-around;
    align-items: stretch;
    margin-top: 0%;
  }

  .text-2xl {
    font-size: 2rem;
  }

  ._12-column-grid {
    grid-row-gap: 48px;
  }

  ._12-column-grid.hero-grid {
    grid-row-gap: 24px;
  }

  ._12-column-grid.list-grid {
    grid-row-gap: 16px;
  }

  .case-info-container {
    max-width: 100%;
  }

  .project-image {
    margin-bottom: 40px;
  }

  .case {
    grid-template-columns: 1fr;
    margin-bottom: 120px;
  }

  .case-info-wrapper {
    margin-top: -16px;
  }

  .text-xl {
    font-size: 9vw;
  }

  .text-xl.margin-bottom-32 {
    font-size: 1.8rem;
  }

  .list-item-container {
    grid-template-columns: 3fr;
  }

  .slider {
    padding-left: 24px;
  }

  .home-hero-text {
    margin-top: -19px;
    margin-left: 24px;
    margin-right: 24px;
    font-size: 2.7rem;
  }

  .section-heading-container.no-margin-bottom {
    display: none;
  }

  .text-4xl {
    font-size: 2.9rem;
  }

  .lead-column-container {
    display: none;
  }

  .lead-image {
    display: block;
  }

  .footer-link-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .subfooter-link {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .footer-link-list-right {
    flex-direction: column;
    align-items: flex-start;
  }

  .subfooter-logo {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .text-3xl {
    font-size: 2.2rem;
  }

  .approach-item-container {
    max-width: none;
  }

  .text-5xl {
    font-size: 2.8rem;
  }

  .subpage-hero-text-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .mask {
    width: 79vw;
  }

  .slide {
    margin-right: 16px;
  }

  .text-7xl {
    font-size: 2.8rem;
  }

  .text-7xl.margin-top-64 {
    margin-top: 24px;
  }

  .html-embed-2, .html-embed-3 {
    display: none;
  }

  .button-2 {
    display: block;
  }

  .button-3.nav-link {
    display: none;
  }

  .div-block-2 {
    margin-top: -64px;
  }

  .html-embed-4 {
    height: 75vh;
  }
}

#w-node-_7f9dc63e-b5ed-8f42-51a8-9ebce3078be4-00c19cac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5c999ab-fad3-cdf6-6265-b136a433b0b1-00c19cac {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_0d63e369-9bf2-30e8-2491-b31230731ee6-00c19cac {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-a6a3da5f-1681-fd5e-2d77-48e1ffda33a2-00c19cac {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_1c10886e-2216-57c0-7a67-4341bff5a1cd-00c19cac {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_5330ff04-2d9e-2483-3791-b77e01915797-00c19cac {
  grid-area: 2 / 11 / 3 / 13;
  align-self: end;
  justify-self: end;
}

#w-node-a2df83a7-abae-71ee-5d0f-50d7aa274488-00c19cac {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-dd42f271-cd32-2455-63d8-0f531ea1191b-00c19cac {
  grid-area: 1 / 2 / 2 / 13;
}

#w-node-_553609b7-844a-a432-39f5-ff22067293e2-00c19cac {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-a3daa308-2736-660e-de4c-0f6a0bbcf6d5-00c19cac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bb29d3da-06da-8ee6-826a-6e6f6375da46-00c19cac, #w-node-_7f3e6006-60cf-7f3e-f4d2-28d6eb5b33a9-00c19cac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab0a7322-25b7-d313-c755-63709da67e5e-00c19cac {
  grid-area: 2 / 1 / 2 / 5;
}

#w-node-_5a409e38-8910-ad0d-6c5e-baf282ad2ffa-00c19cac {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_6b8f9c39-042a-1432-59bd-17ae3616a66c-00c19cac {
  grid-area: 1 / 2 / 2 / 13;
}

#w-node-_6b8f9c39-042a-1432-59bd-17ae3616a671-00c19cac {
  justify-self: auto;
}

#w-node-_6b8f9c39-042a-1432-59bd-17ae3616a673-00c19cac {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_917f04f8-36b4-9205-5144-030db4b0909a-00c19cac {
  grid-area: 1 / 5 / 2 / 9;
  justify-self: center;
}

#w-node-_7dd433f2-c6e7-8972-0f2e-91c8cfa88743-00c19cac, #w-node-e95c69b0-cc1d-1bd9-1e22-86b6ce35043b-00c19cac {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_5de4a0d6-f964-8bcd-5c88-3e32614b1ab6-00c19cac {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: end;
}

#w-node-f8e2fe27-44a8-c67f-9556-93d9a49bc8c4-00c19cac {
  grid-area: 2 / 4 / 3 / 8;
}

#w-node-d314dd8d-253a-cd50-fde0-d0257599b3a9-00c19cac {
  grid-area: 2 / 8 / 2 / 12;
}

#w-node-_65b5bba4-9c92-97d4-8cf2-1147ca561a3a-ca561a36 {
  grid-area: 1 / 2 / 2 / 12;
  justify-self: center;
}

#w-node-bc360bae-d6ab-0c2b-ed71-56df2fc11189-59c19caf {
  grid-area: 1 / 2 / 2 / 9;
  align-self: center;
}

#w-node-da40a133-ee64-2ac4-b5a1-3a20cd9c3a8a-59c19caf {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
  justify-self: start;
}

#w-node-ef919d60-4741-0d5d-1dd8-8ae1b7f3cc8e-59c19caf {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_86135ea5-251d-60f4-8792-7711422faa32-59c19caf {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_86135ea5-251d-60f4-8792-7711422faa34-59c19caf, #w-node-_86135ea5-251d-60f4-8792-7711422faa39-59c19caf, #w-node-_86135ea5-251d-60f4-8792-7711422faa3e-59c19caf, #w-node-_86135ea5-251d-60f4-8792-7711422faa43-59c19caf, #w-node-_86135ea5-251d-60f4-8792-7711422faa48-59c19caf, #w-node-_86135ea5-251d-60f4-8792-7711422faa4d-59c19caf {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_264b6b87-e33f-cb16-ab18-213b74b9a6b6-59c19caf {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
  justify-self: start;
}

#w-node-bba87639-05b8-8f05-0c3f-6e8815a617d3-59c19caf {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_8b266af7-8918-9138-45bd-5d8958641925-59c19caf {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-f22e61f5-f3b5-0b57-4b97-9b959f55861a-59c19caf {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_604b573f-9188-477d-f30a-46b558a32dd8-59c19caf {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: end;
  justify-self: end;
}

#w-node-d44e8878-750f-c39f-4076-eedf5df6369c-59c19caf {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-d44e8878-750f-c39f-4076-eedf5df6369e-59c19caf, #w-node-_4abb70e5-0a4e-0ff3-b68a-4ccf32624205-59c19caf {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e063e9c8-34c3-f434-edb6-834a30f086e5-59c19caf {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-e063e9c8-34c3-f434-edb6-834a30f086e7-59c19caf {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: end;
  justify-self: end;
}

#w-node-_9ab23e4b-ca31-c452-5e36-113d5968da37-59c19caf, #w-node-fd534518-223e-6918-1667-c8b0d5b59a73-59c19caf, #w-node-_5133c52b-a2dc-2d23-68f6-e41846561cbb-59c19caf, #w-node-_5133c52b-a2dc-2d23-68f6-e41846561cbe-59c19caf, #w-node-a55a382d-f73d-64d8-65b2-158ad9823bbd-59c19caf, #w-node-a55a382d-f73d-64d8-65b2-158ad9823bc0-59c19caf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d2f32d8-dd7a-1c22-9997-a4b1fffe347f-fffe3474 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_0d2f32d8-dd7a-1c22-9997-a4b1fffe3480-fffe3474 {
  grid-area: 1 / 8 / 2 / 9;
  align-self: center;
}

#w-node-_0d2f32d8-dd7a-1c22-9997-a4b1fffe3481-fffe3474 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: end;
}

#w-node-_490b76ab-b07c-0ba2-dfe3-385728885767-18c19cb2 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_732bcef8-8d83-7c8b-49b6-bdaaeaec745a-18c19cb2 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-f6d67567-19b4-0507-7f79-0cc269e1b956-18c19cb2 {
  grid-area: 1 / 2 / 3 / 9;
}

#w-node-_3c218da5-acea-014a-4d03-5a53c762b04c-18c19cb2 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-c3f41d87-bc8d-ccff-85c6-ada2a380d7d4-3bc19cb3 {
  grid-area: 1 / 2 / 2 / 9;
  align-self: center;
}

#w-node-_7617afef-263f-f8e1-4b74-182a01f22d9a-3bc19cb3 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_7617afef-263f-f8e1-4b74-182a01f22d9b-3bc19cb3 {
  grid-area: 2 / 4 / 3 / 12;
}

#w-node-a94fb919-9ce2-f546-f6f9-15523f170078-3bc19cb3 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
  justify-self: start;
}

#w-node-adac8492-caf5-794d-ec8e-eb62c18c44a5-3bc19cb3 {
  grid-area: 1 / 4 / 5 / 12;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-cf7b155c-134e-0748-569f-31722e4faeeb-3bc19cb3 {
  grid-area: 3 / 1 / 5 / 3;
}

#w-node-_7dc67a31-56fa-6e33-16f2-59cea6a01fec-3bc19cb3 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
  justify-self: start;
}

#w-node-b7677b99-79ab-29eb-dc90-7135531cdf25-3bc19cb3 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_7e745d1b-c998-9262-2677-c0add3db6111-3bc19cb3 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_7e745d1b-c998-9262-2677-c0add3db6113-3bc19cb3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: end;
  justify-self: end;
}

#w-node-_7e745d1b-c998-9262-2677-c0add3db6118-3bc19cb3 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_7e745d1b-c998-9262-2677-c0add3db6122-3bc19cb3 {
  justify-self: auto;
}

#w-node-_7e745d1b-c998-9262-2677-c0add3db6124-3bc19cb3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_88ef57e9-70fe-909e-c7d0-badbcf24d639-9cc19cb4 {
  grid-area: 1 / 2 / 2 / 9;
  align-self: center;
}

#w-node-_88ef57e9-70fe-909e-c7d0-badbcf24d63a-9cc19cb4 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
  justify-self: start;
}

#w-node-_88ef57e9-70fe-909e-c7d0-badbcf24d63f-9cc19cb4 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-fb14dc66-f829-3954-1d6a-e8cf46ba4265-9cc19cb4 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-fb14dc66-f829-3954-1d6a-e8cf46ba4267-9cc19cb4 {
  grid-area: 2 / 4 / 2 / 12;
}

#w-node-fb14dc66-f829-3954-1d6a-e8cf46ba4269-9cc19cb4 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4b3616cc-c0c1-627c-fe2c-87580e503d32-22c19cb5 {
  grid-area: 1 / 2 / 2 / 13;
}

#w-node-b566f9f4-a9ff-e8d9-a851-48946cfe6034-e3c19cb6 {
  grid-area: 1 / 2 / 2 / 9;
  align-self: center;
}

#w-node-b566f9f4-a9ff-e8d9-a851-48946cfe6035-e3c19cb6 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
  justify-self: start;
}

#w-node-b566f9f4-a9ff-e8d9-a851-48946cfe603a-e3c19cb6 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-bb9952b6-530c-1c01-5241-4a6d75d69ece-e3c19cb6 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-bb9952b6-530c-1c01-5241-4a6d75d69ed0-e3c19cb6 {
  grid-area: 2 / 4 / 2 / 12;
}

#w-node-bb9952b6-530c-1c01-5241-4a6d75d69ed2-e3c19cb6 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1a95310c-9e2e-7b05-6a78-31a413f46aad-e3c19cb6 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_1a95310c-9e2e-7b05-6a78-31a413f46aaf-e3c19cb6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: end;
  justify-self: end;
}

#w-node-_1a95310c-9e2e-7b05-6a78-31a413f46ab4-e3c19cb6 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_1a95310c-9e2e-7b05-6a78-31a413f46abe-e3c19cb6 {
  justify-self: auto;
}

#w-node-_1a95310c-9e2e-7b05-6a78-31a413f46ac0-e3c19cb6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-cd1987c3-09a6-9ee3-c346-f012856c8e7b-b5c19cb7 {
  grid-area: 1 / 5 / 2 / 13;
  align-self: center;
}

#w-node-cd1987c3-09a6-9ee3-c346-f012856c8e7c-b5c19cb7 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
  justify-self: start;
}

#w-node-cd1987c3-09a6-9ee3-c346-f012856c8e81-b5c19cb7 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-f51f283e-03cb-0bed-f3a4-3d3f00c7a850-b5c19cb7 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-d07041cb-232d-c196-be3f-922a70329afd-b5c19cb7 {
  grid-area: 2 / 4 / 2 / 10;
}

#w-node-_7e2df456-056c-c30b-ccc3-318453d4a487-b9c19cba {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_7e2df456-056c-c30b-ccc3-318453d4a48c-b9c19cba {
  grid-area: 1 / 10 / 2 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-f2af4ad2-83de-3ec5-1287-428a56799375-44c19cbe {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-aaa883df-d212-2a93-8f71-8384e5254948-44c19cbe {
  grid-area: 1 / 10 / 2 / 13;
  align-self: end;
  justify-self: start;
}

#w-node-_0ce368af-e534-84af-043b-b10f4e113cf0-44c19cbe {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_0ce368af-e534-84af-043b-b10f4e113cfa-44c19cbe {
  justify-self: auto;
}

#w-node-_0ce368af-e534-84af-043b-b10f4e113cfc-44c19cbe {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-b5c999ab-fad3-cdf6-6265-b136a433b0b1-00c19cac {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0d63e369-9bf2-30e8-2491-b31230731ee6-00c19cac {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-a6a3da5f-1681-fd5e-2d77-48e1ffda33a2-00c19cac, #w-node-_1c10886e-2216-57c0-7a67-4341bff5a1cd-00c19cac {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5330ff04-2d9e-2483-3791-b77e01915797-00c19cac {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-a2df83a7-abae-71ee-5d0f-50d7aa274488-00c19cac {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dd42f271-cd32-2455-63d8-0f531ea1191b-00c19cac, #w-node-_553609b7-844a-a432-39f5-ff22067293e2-00c19cac, #w-node-bb29d3da-06da-8ee6-826a-6e6f6375da46-00c19cac, #w-node-_7f3e6006-60cf-7f3e-f4d2-28d6eb5b33a9-00c19cac, #w-node-ab0a7322-25b7-d313-c755-63709da67e5e-00c19cac, #w-node-_5a409e38-8910-ad0d-6c5e-baf282ad2ffa-00c19cac, #w-node-_6b8f9c39-042a-1432-59bd-17ae3616a66c-00c19cac {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6b8f9c39-042a-1432-59bd-17ae3616a673-00c19cac {
    grid-column: span 1 / span 1;
  }

  #w-node-_917f04f8-36b4-9205-5144-030db4b0909a-00c19cac {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7dd433f2-c6e7-8972-0f2e-91c8cfa88743-00c19cac, #w-node-e95c69b0-cc1d-1bd9-1e22-86b6ce35043b-00c19cac {
    grid-column: span 1 / span 1;
  }

  #w-node-_5de4a0d6-f964-8bcd-5c88-3e32614b1ab6-00c19cac {
    order: -9999;
    grid-column: span 1 / span 1;
    justify-self: start;
  }

  #w-node-f8e2fe27-44a8-c67f-9556-93d9a49bc8c4-00c19cac, #w-node-d314dd8d-253a-cd50-fde0-d0257599b3a9-00c19cac, #w-node-_65b5bba4-9c92-97d4-8cf2-1147ca561a3a-ca561a36, #w-node-bc360bae-d6ab-0c2b-ed71-56df2fc11189-59c19caf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-da40a133-ee64-2ac4-b5a1-3a20cd9c3a8a-59c19caf {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ef919d60-4741-0d5d-1dd8-8ae1b7f3cc8e-59c19caf, #w-node-_86135ea5-251d-60f4-8792-7711422faa32-59c19caf, #w-node-_86135ea5-251d-60f4-8792-7711422faa34-59c19caf, #w-node-_86135ea5-251d-60f4-8792-7711422faa39-59c19caf, #w-node-_86135ea5-251d-60f4-8792-7711422faa3e-59c19caf, #w-node-_86135ea5-251d-60f4-8792-7711422faa43-59c19caf, #w-node-_86135ea5-251d-60f4-8792-7711422faa48-59c19caf, #w-node-_86135ea5-251d-60f4-8792-7711422faa4d-59c19caf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_264b6b87-e33f-cb16-ab18-213b74b9a6b6-59c19caf {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bba87639-05b8-8f05-0c3f-6e8815a617d3-59c19caf {
    grid-column: span 1 / span 1;
  }

  #w-node-_8b266af7-8918-9138-45bd-5d8958641925-59c19caf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f22e61f5-f3b5-0b57-4b97-9b959f55861a-59c19caf {
    grid-column: span 1 / span 1;
  }

  #w-node-_604b573f-9188-477d-f30a-46b558a32dd8-59c19caf {
    order: -9999;
    grid-column: span 1 / span 1;
    justify-self: start;
  }

  #w-node-d44e8878-750f-c39f-4076-eedf5df6369c-59c19caf, #w-node-d44e8878-750f-c39f-4076-eedf5df6369e-59c19caf, #w-node-e063e9c8-34c3-f434-edb6-834a30f086e5-59c19caf {
    grid-column: span 1 / span 1;
  }

  #w-node-e063e9c8-34c3-f434-edb6-834a30f086e7-59c19caf {
    order: -9999;
    grid-column: span 1 / span 1;
    justify-self: start;
  }

  #w-node-_0d2f32d8-dd7a-1c22-9997-a4b1fffe347f-fffe3474 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0d2f32d8-dd7a-1c22-9997-a4b1fffe3480-fffe3474 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0d2f32d8-dd7a-1c22-9997-a4b1fffe3481-fffe3474 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_490b76ab-b07c-0ba2-dfe3-385728885767-18c19cb2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_732bcef8-8d83-7c8b-49b6-bdaaeaec745a-18c19cb2 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f6d67567-19b4-0507-7f79-0cc269e1b956-18c19cb2 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_3c218da5-acea-014a-4d03-5a53c762b04c-18c19cb2 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c3f41d87-bc8d-ccff-85c6-ada2a380d7d4-3bc19cb3, #w-node-_7617afef-263f-f8e1-4b74-182a01f22d9a-3bc19cb3, #w-node-_7617afef-263f-f8e1-4b74-182a01f22d9b-3bc19cb3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a94fb919-9ce2-f546-f6f9-15523f170078-3bc19cb3 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7dc67a31-56fa-6e33-16f2-59cea6a01fec-3bc19cb3 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7e745d1b-c998-9262-2677-c0add3db6111-3bc19cb3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7e745d1b-c998-9262-2677-c0add3db6113-3bc19cb3 {
    order: -9999;
    grid-column: span 1 / span 1;
    justify-self: start;
  }

  #w-node-_7e745d1b-c998-9262-2677-c0add3db6118-3bc19cb3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7e745d1b-c998-9262-2677-c0add3db6124-3bc19cb3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_88ef57e9-70fe-909e-c7d0-badbcf24d639-9cc19cb4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_88ef57e9-70fe-909e-c7d0-badbcf24d63a-9cc19cb4 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_88ef57e9-70fe-909e-c7d0-badbcf24d63f-9cc19cb4, #w-node-fb14dc66-f829-3954-1d6a-e8cf46ba4265-9cc19cb4, #w-node-fb14dc66-f829-3954-1d6a-e8cf46ba4267-9cc19cb4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fb14dc66-f829-3954-1d6a-e8cf46ba4269-9cc19cb4 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4b3616cc-c0c1-627c-fe2c-87580e503d32-22c19cb5, #w-node-b566f9f4-a9ff-e8d9-a851-48946cfe6034-e3c19cb6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b566f9f4-a9ff-e8d9-a851-48946cfe6035-e3c19cb6 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b566f9f4-a9ff-e8d9-a851-48946cfe603a-e3c19cb6, #w-node-bb9952b6-530c-1c01-5241-4a6d75d69ece-e3c19cb6, #w-node-bb9952b6-530c-1c01-5241-4a6d75d69ed0-e3c19cb6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb9952b6-530c-1c01-5241-4a6d75d69ed2-e3c19cb6 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1a95310c-9e2e-7b05-6a78-31a413f46aad-e3c19cb6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1a95310c-9e2e-7b05-6a78-31a413f46aaf-e3c19cb6 {
    order: -9999;
    grid-column: span 1 / span 1;
    justify-self: start;
  }

  #w-node-_1a95310c-9e2e-7b05-6a78-31a413f46ab4-e3c19cb6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1a95310c-9e2e-7b05-6a78-31a413f46ac0-e3c19cb6 {
    grid-column: span 1 / span 1;
  }

  #w-node-cd1987c3-09a6-9ee3-c346-f012856c8e7b-b5c19cb7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-cd1987c3-09a6-9ee3-c346-f012856c8e7c-b5c19cb7 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cd1987c3-09a6-9ee3-c346-f012856c8e81-b5c19cb7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f51f283e-03cb-0bed-f3a4-3d3f00c7a850-b5c19cb7 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d07041cb-232d-c196-be3f-922a70329afd-b5c19cb7, #w-node-_7e2df456-056c-c30b-ccc3-318453d4a487-b9c19cba, #w-node-_7e2df456-056c-c30b-ccc3-318453d4a48c-b9c19cba, #w-node-f2af4ad2-83de-3ec5-1287-428a56799375-44c19cbe, #w-node-aaa883df-d212-2a93-8f71-8384e5254948-44c19cbe, #w-node-_0ce368af-e534-84af-043b-b10f4e113cf0-44c19cbe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0ce368af-e534-84af-043b-b10f4e113cfc-44c19cbe {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0d63e369-9bf2-30e8-2491-b31230731ee6-00c19cac, #w-node-a6a3da5f-1681-fd5e-2d77-48e1ffda33a2-00c19cac, #w-node-_1c10886e-2216-57c0-7a67-4341bff5a1cd-00c19cac {
    grid-column: span 3 / span 3;
  }

  #w-node-a2df83a7-abae-71ee-5d0f-50d7aa274488-00c19cac {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a3daa308-2736-660e-de4c-0f6a0bbcf6d5-00c19cac {
    grid-column: span 1 / span 1;
  }

  #w-node-a94fb919-9ce2-f546-f6f9-15523f170078-3bc19cb3 {
    grid-column: span 2 / span 2;
  }

  #w-node-adac8492-caf5-794d-ec8e-eb62c18c44a5-3bc19cb3 {
    grid-area: span 4 / span 8 / span 4 / span 8;
  }

  #w-node-cf7b155c-134e-0748-569f-31722e4faeeb-3bc19cb3 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b9673b67-5b7c-920e-c281-e4909156e3b3-00c19cac {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7dd433f2-c6e7-8972-0f2e-91c8cfa88743-00c19cac, #w-node-e95c69b0-cc1d-1bd9-1e22-86b6ce35043b-00c19cac, #w-node-f8e2fe27-44a8-c67f-9556-93d9a49bc8c4-00c19cac, #w-node-d314dd8d-253a-cd50-fde0-d0257599b3a9-00c19cac {
    grid-column: span 1 / span 1;
  }

  #w-node-a94fb919-9ce2-f546-f6f9-15523f170078-3bc19cb3 {
    grid-column: span 3 / span 3;
  }

  #w-node-ac657427-f304-c1f4-cfdf-76edf677931e-3bc19cb3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_7dc67a31-56fa-6e33-16f2-59cea6a01fec-3bc19cb3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b7677b99-79ab-29eb-dc90-7135531cdf25-3bc19cb3 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }
}


@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Black.woff2') format('woff2'), url('../fonts/Switzer-Black.eot') format('embedded-opentype'), url('../fonts/Switzer-Black.woff') format('woff'), url('../fonts/Switzer-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-LightItalic.woff2') format('woff2'), url('../fonts/Switzer-LightItalic.eot') format('embedded-opentype'), url('../fonts/Switzer-LightItalic.woff') format('woff'), url('../fonts/Switzer-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-BlackItalic.woff2') format('woff2'), url('../fonts/Switzer-BlackItalic.eot') format('embedded-opentype'), url('../fonts/Switzer-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Bold.woff2') format('woff2'), url('../fonts/Switzer-Extrabold.woff2') format('woff2'), url('../fonts/Switzer-Bold.eot') format('embedded-opentype'), url('../fonts/Switzer-Extrabold.eot') format('embedded-opentype'), url('../fonts/Switzer-Bold.woff') format('woff'), url('../fonts/Switzer-Extrabold.woff') format('woff'), url('../fonts/Switzer-Bold.ttf') format('truetype'), url('../fonts/Switzer-Extrabold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Medium.woff2') format('woff2'), url('../fonts/Switzer-Medium.eot') format('embedded-opentype'), url('../fonts/Switzer-Medium.woff') format('woff'), url('../fonts/Switzer-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-BoldItalic.woff2') format('woff2'), url('../fonts/Switzer-ExtraboldItalic.woff2') format('woff2'), url('../fonts/Switzer-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Switzer-ExtraboldItalic.eot') format('embedded-opentype'), url('../fonts/Switzer-BoldItalic.woff') format('woff'), url('../fonts/Switzer-ExtraboldItalic.woff') format('woff'), url('../fonts/Switzer-ExtraboldItalic.ttf') format('truetype'), url('../fonts/Switzer-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-MediumItalic.woff2') format('woff2'), url('../fonts/Switzer-MediumItalic.eot') format('embedded-opentype'), url('../fonts/Switzer-MediumItalic.woff') format('woff'), url('../fonts/Switzer-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.woff2') format('woff2'), url('../fonts/Switzer-Regular.eot') format('embedded-opentype'), url('../fonts/Switzer-Regular.woff') format('woff'), url('../fonts/Switzer-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Semibold.woff2') format('woff2'), url('../fonts/Switzer-Semibold.eot') format('embedded-opentype'), url('../fonts/Switzer-Semibold.woff') format('woff'), url('../fonts/Switzer-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-SemiboldItalic.woff2') format('woff2'), url('../fonts/Switzer-SemiboldItalic.eot') format('embedded-opentype'), url('../fonts/Switzer-SemiboldItalic.woff') format('woff'), url('../fonts/Switzer-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Italic.woff2') format('woff2'), url('../fonts/Switzer-VariableItalic.woff2') format('woff2'), url('../fonts/Switzer-Italic.eot') format('embedded-opentype'), url('../fonts/Switzer-VariableItalic.eot') format('embedded-opentype'), url('../fonts/Switzer-Italic.woff') format('woff'), url('../fonts/Switzer-VariableItalic.woff') format('woff'), url('../fonts/Switzer-Italic.ttf') format('truetype'), url('../fonts/Switzer-VariableItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Light.woff2') format('woff2'), url('../fonts/Switzer-Light.eot') format('embedded-opentype'), url('../fonts/Switzer-Light.woff') format('woff'), url('../fonts/Switzer-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Switzer variable';
  src: url('../fonts/Switzer-Variable.eot') format('embedded-opentype'), url('../fonts/Switzer-Variable.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Extralight.woff') format('woff'), url('../fonts/Switzer-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-ExtralightItalic.woff') format('woff'), url('../fonts/Switzer-ExtralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Thin.woff') format('woff'), url('../fonts/Switzer-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-ThinItalic.woff') format('woff'), url('../fonts/Switzer-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Clashdisplay variable';
  src: url('../fonts/ClashDisplay-Variable.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.sidebar-menu-dark .sidebar-menu-sub-toggle .sidebar-menu-nav-icon {
  background-image: url('../images/arrow.svg') !important;
}

td {
  padding: .25rem .5rem .25rem .5rem;
}

table {
  width: 100%;
  table-layout: fixed;
}

strong > button {
  border-radius: .25rem;
  background-color: #3898EC;
  padding: .25rem .5rem .25rem .5rem;
}

blockquote > p {
  margin-bottom: 0 !important;
}

.rich-text-block a {
  text-decoration: underline;
}