/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./css/main.scss ***!
  \**********************************************************************************************************************************************************************************************************/
/* Defaults */
@font-face {
  font-family: "Degular Display";
  src: url("./fonts/Degular_Display-Black.woff"), url("/fonts/Degular_Display-Black.woff2");
  font-weight: 900;
}
@font-face {
  font-family: "Degular Text";
  src: url("/fonts/Degular_Text-Medium.woff"), url("/fonts/Degular_Text-Medium.woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Degular Text";
  src: url("/fonts/Degular_Text-Medium_Italic.woff"), url("/fonts/Degular_Text-Medium_Italic.woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Degular Text";
  src: url("/fonts/Degular_Text-Bold.woff"), url("/fonts/Degular_Text-Bold.woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Degular Text";
  src: url("/fonts/Degular_Text-Bold_Italic.woff"), url("/fonts/Degular_Text-Bold_Italic.woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Ancho Variable";
  src: url("/fonts/Ancho-Variable.woff2") format("woff2-variations");
  font-weight: 300;
}
@font-face {
  font-family: "Obviously Variable";
  src: url("/fonts/Obviously-Variable.woff2") format("woff2-variations");
  font-weight: 150 800;
  font-stretch: 100% 800%;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}
@font-face {
  font-family: "Ancho Variable";
  src: url("/fonts/Ancho-Variable.woff2") format("woff2-variations");
  font-weight: 300;
}
@font-face {
  font-family: "VCTR Mono";
  src: url("/fonts/VCTRMonov0.12-Regular.woff"), url("/fonts/VCTRMonov0.12-Regular.wof2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "VCTR Mono";
  src: url("/fonts/VCTRMonov0.12-RegularItalic.woff"), url("/fonts/VCTRMonov0.12-RegularItalic.wof2");
  font-weight: 400;
  font-style: italic;
}
h1,
h2,
h3,
h4 {
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a {
  text-decoration: none;
}

blockquote {
  margin: 0;
}

a {
  text-decoration: underline;
  color: inherit;
}

/* Simple List */
.simple_list {
  list-style-type: none;
  padding: 0;
}

.simple_list li {
  margin-bottom: 0.5em;
}

.simple_list li a {
  font-weight: bold;
}

/* Numbered List */
.numbered_list {
  list-style-type: decimal-leading-zero;
  list-style-position: outside;
  padding-left: 1.5em;
}

.numbered_list li {
  margin-bottom: 0.5em;
}

.numbered_list li a {
  font-weight: bold;
}

/* Client List */
.client_list {
  display: grid;
  gap: 0.5em;
  grid-template-columns: 1fr 1fr;
  list-style-type: none;
  padding: 0;
}

.client_list li {
  line-height: 1em;
}

.mt-xs {
  margin-top: clamp(0.25rem, 0.42vw + 0.17rem, 0.5rem) !important;
}

.mr-xs {
  margin-right: clamp(0.25rem, 0.42vw + 0.17rem, 0.5rem) !important;
}

.mb-xs {
  margin-bottom: clamp(0.25rem, 0.42vw + 0.17rem, 0.5rem) !important;
}

.ml-xs {
  margin-left: clamp(0.25rem, 0.42vw + 0.17rem, 0.5rem) !important;
}

.mx-xs {
  margin-left: clamp(0.25rem, 0.42vw + 0.17rem, 0.5rem) !important;
  margin-right: clamp(0.25rem, 0.42vw + 0.17rem, 0.5rem) !important;
}

.my-xs {
  margin-top: clamp(0.25rem, 0.42vw + 0.17rem, 0.5rem) !important;
  margin-bottom: clamp(0.25rem, 0.42vw + 0.17rem, 0.5rem) !important;
}

.pt-xs {
  padding-top: clamp(0.25rem, 0.42vw + 0.17rem, 0.5rem) !important;
}

.pr-xs {
  padding-right: clamp(0.25rem, 0.42vw + 0.17rem, 0.5rem) !important;
}

.pb-xs {
  padding-bottom: clamp(0.25rem, 0.42vw + 0.17rem, 0.5rem) !important;
}

.pl-xs {
  padding-left: clamp(0.25rem, 0.42vw + 0.17rem, 0.5rem) !important;
}

.px-xs {
  padding-left: clamp(0.25rem, 0.42vw + 0.17rem, 0.5rem) !important;
  padding-right: clamp(0.25rem, 0.42vw + 0.17rem, 0.5rem) !important;
}

.py-xs {
  padding-top: clamp(0.25rem, 0.42vw + 0.17rem, 0.5rem) !important;
  padding-bottom: clamp(0.25rem, 0.42vw + 0.17rem, 0.5rem) !important;
}

.mt-sm {
  margin-top: clamp(0.5rem, 0.83vw + 0.33rem, 1rem) !important;
}

.mr-sm {
  margin-right: clamp(0.5rem, 0.83vw + 0.33rem, 1rem) !important;
}

.mb-sm {
  margin-bottom: clamp(0.5rem, 0.83vw + 0.33rem, 1rem) !important;
}

.ml-sm {
  margin-left: clamp(0.5rem, 0.83vw + 0.33rem, 1rem) !important;
}

.mx-sm {
  margin-left: clamp(0.5rem, 0.83vw + 0.33rem, 1rem) !important;
  margin-right: clamp(0.5rem, 0.83vw + 0.33rem, 1rem) !important;
}

.my-sm {
  margin-top: clamp(0.5rem, 0.83vw + 0.33rem, 1rem) !important;
  margin-bottom: clamp(0.5rem, 0.83vw + 0.33rem, 1rem) !important;
}

.pt-sm {
  padding-top: clamp(0.5rem, 0.83vw + 0.33rem, 1rem) !important;
}

.pr-sm {
  padding-right: clamp(0.5rem, 0.83vw + 0.33rem, 1rem) !important;
}

.pb-sm {
  padding-bottom: clamp(0.5rem, 0.83vw + 0.33rem, 1rem) !important;
}

.pl-sm {
  padding-left: clamp(0.5rem, 0.83vw + 0.33rem, 1rem) !important;
}

.px-sm {
  padding-left: clamp(0.5rem, 0.83vw + 0.33rem, 1rem) !important;
  padding-right: clamp(0.5rem, 0.83vw + 0.33rem, 1rem) !important;
}

.py-sm {
  padding-top: clamp(0.5rem, 0.83vw + 0.33rem, 1rem) !important;
  padding-bottom: clamp(0.5rem, 0.83vw + 0.33rem, 1rem) !important;
}

.mt-md {
  margin-top: clamp(1rem, 1.67vw + 0.67rem, 2rem) !important;
}

.mr-md {
  margin-right: clamp(1rem, 1.67vw + 0.67rem, 2rem) !important;
}

.mb-md {
  margin-bottom: clamp(1rem, 1.67vw + 0.67rem, 2rem) !important;
}

.ml-md {
  margin-left: clamp(1rem, 1.67vw + 0.67rem, 2rem) !important;
}

.mx-md {
  margin-left: clamp(1rem, 1.67vw + 0.67rem, 2rem) !important;
  margin-right: clamp(1rem, 1.67vw + 0.67rem, 2rem) !important;
}

.my-md {
  margin-top: clamp(1rem, 1.67vw + 0.67rem, 2rem) !important;
  margin-bottom: clamp(1rem, 1.67vw + 0.67rem, 2rem) !important;
}

.pt-md {
  padding-top: clamp(1rem, 1.67vw + 0.67rem, 2rem) !important;
}

.pr-md {
  padding-right: clamp(1rem, 1.67vw + 0.67rem, 2rem) !important;
}

.pb-md {
  padding-bottom: clamp(1rem, 1.67vw + 0.67rem, 2rem) !important;
}

.pl-md {
  padding-left: clamp(1rem, 1.67vw + 0.67rem, 2rem) !important;
}

.px-md {
  padding-left: clamp(1rem, 1.67vw + 0.67rem, 2rem) !important;
  padding-right: clamp(1rem, 1.67vw + 0.67rem, 2rem) !important;
}

.py-md {
  padding-top: clamp(1rem, 1.67vw + 0.67rem, 2rem) !important;
  padding-bottom: clamp(1rem, 1.67vw + 0.67rem, 2rem) !important;
}

.mt-lg {
  margin-top: clamp(1.5rem, 2.5vw + 1rem, 3rem) !important;
}

.mr-lg {
  margin-right: clamp(1.5rem, 2.5vw + 1rem, 3rem) !important;
}

.mb-lg {
  margin-bottom: clamp(1.5rem, 2.5vw + 1rem, 3rem) !important;
}

.ml-lg {
  margin-left: clamp(1.5rem, 2.5vw + 1rem, 3rem) !important;
}

.mx-lg {
  margin-left: clamp(1.5rem, 2.5vw + 1rem, 3rem) !important;
  margin-right: clamp(1.5rem, 2.5vw + 1rem, 3rem) !important;
}

.my-lg {
  margin-top: clamp(1.5rem, 2.5vw + 1rem, 3rem) !important;
  margin-bottom: clamp(1.5rem, 2.5vw + 1rem, 3rem) !important;
}

.pt-lg {
  padding-top: clamp(1.5rem, 2.5vw + 1rem, 3rem) !important;
}

.pr-lg {
  padding-right: clamp(1.5rem, 2.5vw + 1rem, 3rem) !important;
}

.pb-lg {
  padding-bottom: clamp(1.5rem, 2.5vw + 1rem, 3rem) !important;
}

.pl-lg {
  padding-left: clamp(1.5rem, 2.5vw + 1rem, 3rem) !important;
}

.px-lg {
  padding-left: clamp(1.5rem, 2.5vw + 1rem, 3rem) !important;
  padding-right: clamp(1.5rem, 2.5vw + 1rem, 3rem) !important;
}

.py-lg {
  padding-top: clamp(1.5rem, 2.5vw + 1rem, 3rem) !important;
  padding-bottom: clamp(1.5rem, 2.5vw + 1rem, 3rem) !important;
}

.mt-xl {
  margin-top: clamp(2rem, 3.33vw + 1.33rem, 4rem) !important;
}

.mr-xl {
  margin-right: clamp(2rem, 3.33vw + 1.33rem, 4rem) !important;
}

.mb-xl {
  margin-bottom: clamp(2rem, 3.33vw + 1.33rem, 4rem) !important;
}

.ml-xl {
  margin-left: clamp(2rem, 3.33vw + 1.33rem, 4rem) !important;
}

.mx-xl {
  margin-left: clamp(2rem, 3.33vw + 1.33rem, 4rem) !important;
  margin-right: clamp(2rem, 3.33vw + 1.33rem, 4rem) !important;
}

.my-xl {
  margin-top: clamp(2rem, 3.33vw + 1.33rem, 4rem) !important;
  margin-bottom: clamp(2rem, 3.33vw + 1.33rem, 4rem) !important;
}

.pt-xl {
  padding-top: clamp(2rem, 3.33vw + 1.33rem, 4rem) !important;
}

.pr-xl {
  padding-right: clamp(2rem, 3.33vw + 1.33rem, 4rem) !important;
}

.pb-xl {
  padding-bottom: clamp(2rem, 3.33vw + 1.33rem, 4rem) !important;
}

.pl-xl {
  padding-left: clamp(2rem, 3.33vw + 1.33rem, 4rem) !important;
}

.px-xl {
  padding-left: clamp(2rem, 3.33vw + 1.33rem, 4rem) !important;
  padding-right: clamp(2rem, 3.33vw + 1.33rem, 4rem) !important;
}

.py-xl {
  padding-top: clamp(2rem, 3.33vw + 1.33rem, 4rem) !important;
  padding-bottom: clamp(2rem, 3.33vw + 1.33rem, 4rem) !important;
}

.mt-2xl {
  margin-top: clamp(3rem, 5vw + 2rem, 6rem) !important;
}

.mr-2xl {
  margin-right: clamp(3rem, 5vw + 2rem, 6rem) !important;
}

.mb-2xl {
  margin-bottom: clamp(3rem, 5vw + 2rem, 6rem) !important;
}

.ml-2xl {
  margin-left: clamp(3rem, 5vw + 2rem, 6rem) !important;
}

.mx-2xl {
  margin-left: clamp(3rem, 5vw + 2rem, 6rem) !important;
  margin-right: clamp(3rem, 5vw + 2rem, 6rem) !important;
}

.my-2xl {
  margin-top: clamp(3rem, 5vw + 2rem, 6rem) !important;
  margin-bottom: clamp(3rem, 5vw + 2rem, 6rem) !important;
}

.pt-2xl {
  padding-top: clamp(3rem, 5vw + 2rem, 6rem) !important;
}

.pr-2xl {
  padding-right: clamp(3rem, 5vw + 2rem, 6rem) !important;
}

.pb-2xl {
  padding-bottom: clamp(3rem, 5vw + 2rem, 6rem) !important;
}

.pl-2xl {
  padding-left: clamp(3rem, 5vw + 2rem, 6rem) !important;
}

.px-2xl {
  padding-left: clamp(3rem, 5vw + 2rem, 6rem) !important;
  padding-right: clamp(3rem, 5vw + 2rem, 6rem) !important;
}

.py-2xl {
  padding-top: clamp(3rem, 5vw + 2rem, 6rem) !important;
  padding-bottom: clamp(3rem, 5vw + 2rem, 6rem) !important;
}

.mt-3xl {
  margin-top: clamp(4rem, 6.67vw + 2.67rem, 8rem) !important;
}

.mr-3xl {
  margin-right: clamp(4rem, 6.67vw + 2.67rem, 8rem) !important;
}

.mb-3xl {
  margin-bottom: clamp(4rem, 6.67vw + 2.67rem, 8rem) !important;
}

.ml-3xl {
  margin-left: clamp(4rem, 6.67vw + 2.67rem, 8rem) !important;
}

.mx-3xl {
  margin-left: clamp(4rem, 6.67vw + 2.67rem, 8rem) !important;
  margin-right: clamp(4rem, 6.67vw + 2.67rem, 8rem) !important;
}

.my-3xl {
  margin-top: clamp(4rem, 6.67vw + 2.67rem, 8rem) !important;
  margin-bottom: clamp(4rem, 6.67vw + 2.67rem, 8rem) !important;
}

.pt-3xl {
  padding-top: clamp(4rem, 6.67vw + 2.67rem, 8rem) !important;
}

.pr-3xl {
  padding-right: clamp(4rem, 6.67vw + 2.67rem, 8rem) !important;
}

.pb-3xl {
  padding-bottom: clamp(4rem, 6.67vw + 2.67rem, 8rem) !important;
}

.pl-3xl {
  padding-left: clamp(4rem, 6.67vw + 2.67rem, 8rem) !important;
}

.px-3xl {
  padding-left: clamp(4rem, 6.67vw + 2.67rem, 8rem) !important;
  padding-right: clamp(4rem, 6.67vw + 2.67rem, 8rem) !important;
}

.py-3xl {
  padding-top: clamp(4rem, 6.67vw + 2.67rem, 8rem) !important;
  padding-bottom: clamp(4rem, 6.67vw + 2.67rem, 8rem) !important;
}

/* https://www.a11yproject.com/posts/how-to-hide-content/ */
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.desktop_only {
  display: none;
}
@media (min-width: 992px) {
  .desktop_only {
    display: inherit;
  }
}

.mobile_only {
  display: inherit;
}
@media (min-width: 992px) {
  .mobile_only {
    display: none;
  }
}

.display-lg {
  font-family: "Obviously Variable", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
  font-style: normal !important;
  font-variation-settings: "slnt" 0;
  font-size: clamp(3.25rem, 11.25vw + 1rem, 10rem);
  line-height: 0.85;
}

.display-md {
  font-family: "Obviously Variable", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
  font-style: normal !important;
  font-variation-settings: "slnt" 0;
  font-size: clamp(2.25rem, 2.92vw + 1.67rem, 4rem);
  font-stretch: 200%;
  font-weight: 650;
}

.display-sm {
  font-family: "Obviously Variable", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
  font-style: normal !important;
  font-variation-settings: "slnt" 0;
  font-size: clamp(2rem, 1.67vw + 1.67rem, 3rem);
  font-weight: 650;
  font-stretch: 300%;
}

.meta-sm {
  font-family: "VCTR Mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.25em;
  text-transform: uppercase;
  font-size: clamp(0.75rem, 0.21vw + 0.71rem, 0.88rem);
}

.meta-md {
  font-family: "VCTR Mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.25em;
  text-transform: uppercase;
  font-size: clamp(0.88rem, 0.21vw + 0.83rem, 1rem);
}

.meta-lg {
  font-family: "VCTR Mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.25em;
  text-transform: uppercase;
  font-size: clamp(1rem, 0.21vw + 0.96rem, 1.13rem);
}

.text-sm {
  font-family: "Degular Text";
  font-size: clamp(0.88rem, 0.21vw + 0.83rem, 1rem);
}

.text-md {
  font-family: "Degular Text";
  font-size: clamp(0.88rem, 0.63vw + 0.75rem, 1.25rem);
}

.text-lg {
  font-family: "Degular Text";
  font-size: clamp(1rem, 0.63vw + 0.88rem, 1.38rem);
}

.text-xl {
  font-family: "Degular Text";
  font-size: clamp(1.5rem, 0.83vw + 1.33rem, 2rem);
}

.stretchy {
  font-style: normal !important;
  font-stretch: 200%;
}
.stretchy > span {
  display: block;
}
.stretchy > span,
.stretchy .stretchy-span {
  font-stretch: var(--font-stretch);
}
@media (max-width: 991px) {
  .stretchy > span,
  .stretchy .stretchy-span {
    font-stretch: calc(var(--font-stretch) * 0.75);
  }
}
.stretchy i, .stretchy em {
  font-style: normal;
}

.article_grid-inner {
  display: grid;
  grid-template-columns: 1fr;
}
.article_grid-inner .article_card {
  margin: -1px 0 0 0;
}
@media (min-width: 992px) {
  .article_grid-inner {
    grid-template-columns: 1fr 1fr;
  }
  .article_grid-inner .article_card {
    margin: -1px 0 0 -1px;
  }
}

.article_card {
  border: 1px solid black;
  border-radius: clamp(1rem, 1.67vw + 0.67rem, 2rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem;
}
@media (min-width: 992px) {
  .article_card {
    padding: 2rem;
    border-radius: 2rem;
  }
}
.article_card h3 {
  margin-bottom: 0.25em;
}
.article_card p {
  margin: 0;
}
.article_card-excerpt {
  margin-top: auto !important;
}

@media (min-width: 992px) {
  .bento {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
.bento > div {
  border: 1px solid #2B2B3B;
  border-radius: clamp(1rem, 1.67vw + 0.67rem, 2rem);
  padding: 1.5rem;
  height: 100%;
}
@media (min-width: 768px) {
  .bento > div {
    padding: 3rem;
  }
}
.bento > div:nth-child(1) {
  grid-area: 1/1/3/2;
  margin-right: -1px;
}
.bento > div:nth-child(2) {
  grid-area: 1/2/2/3;
}
.bento > div:nth-child(3) {
  grid-area: 2/2/3/3;
  margin-top: -1px;
}

.card_slider {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: visisble;
}
.card_slider-inner {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-left: calc((100vw - 1440px) / 2);
  padding-right: calc((100vw - 1440px) / 2);
  padding-bottom: 2px;
  scroll-snap-type: x mandatory;
  scroll-padding: 2rem;
  width: 100%;
  /* Hide scrollbar for Chrome, Safari and Opera */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
@media (min-width: 992px) {
  .card_slider-inner {
    scroll-padding: 4rem;
  }
}
.card_slider-inner::-webkit-scrollbar {
  display: none;
}
.card_slider-inner > * {
  flex: 0 0 auto;
  margin-right: -1px;
  width: 70%;
  scroll-snap-align: start;
}
@media (min-width: 992px) {
  .card_slider-inner > * {
    width: 36%;
  }
}
.card_slider-inner > *:first-child {
  margin-left: clamp(1.5rem, 4.17vw + 0.67rem, 4rem);
}
.card_slider-inner > *:last-child {
  margin-right: clamp(1.5rem, 4.17vw + 0.67rem, 4rem);
}

.collage {
  display: block;
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.37, 0, 0.63, 1);
}
.collage.is-loaded {
  opacity: 1;
}
.collage.is-loaded img {
  transform: translate(0, 0);
}
.collage img {
  height: 100%;
  width: auto;
}
.faq-heading {
  margin-bottom: 1rem;
}
.faq-item {
  padding: 0.75em 0;
}
.faq-item summary {
  cursor: s-resize;
  list-style: none;
}
.faq-item-answer {
  max-width: 68ch;
  margin-bottom: 2em;
}
.faq-item-answer > *:last-child {
  margin-bottom: 0;
}

.footer p {
  margin: 0;
}
.footer-heading {
  margin-bottom: clamp(1.5rem, 4.17vw + 0.67rem, 4rem);
}
.footer-heading a {
  text-decoration: underline;
  transition: font-weight 0.3s ease-in-out;
}
.footer-heading a:hover {
  font-style: oblique 0;
  font-weight: 600;
}
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  justify-content: space-between;
}
.footer-legal a {
  border-bottom: 1px solid transparent;
  display: block;
  text-decoration: none;
}
.footer-legal a.is-active, .footer-legal a:hover {
  border-bottom-color: inherit;
}
.footer-legal ul {
  display: flex;
  list-style: none;
  gap: 0 1rem;
  margin: 0;
  padding: 0;
}
.footer-legal ul a {
  text-decoration: none;
}

button {
  color: #2B2B3B;
}
button:active {
  outline: none;
}

.filter_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.filter_tags button {
  font-family: "VCTR Mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.25em;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #2B2B3B;
  border-radius: clamp(1rem, 1.67vw + 0.67rem, 2rem);
  color: #2B2B3B;
  font-size: 12px;
  padding: 0.5rem 1rem 0.4rem;
}
@media (min-width: 992px) {
  .filter_tags button {
    font-size: 14px;
  }
}
.filter_tags button.is-active, .filter_tags button:hover {
  background: #2B2B3B;
  color: #D3F4FF !important;
}

.gallery_cta a {
  border-bottom: 1px solid #2B2B3B;
}
.gallery_cta-items {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 992px) {
  .gallery_cta-items {
    grid-template-columns: repeat(8, 1fr);
  }
}
.gallery_cta-items img {
  border: 1px solid #2B2B3B;
  border-radius: 0.5rem;
  width: 100%;
  height: auto;
}

.gallery-items {
  display: grid;
  gap: 2rem 1rem;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media (min-width: 992px) {
  .gallery-items {
    gap: 2rem;
  }
}
.gallery-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.gallery-item-image {
  position: relative;
}
.gallery-item img,
.gallery-item video {
  border: 1px solid #2B2B3B;
  border-radius: 1em;
  width: 100%;
  height: auto;
}
.gallery-item.is-hidden {
  display: none;
}
.gallery-item figcaption {
  display: flex;
  align-items: center;
  gap: 1rem 0.75rem;
}
.gallery-item figcaption .icon {
  width: 12px;
  height: 12px;
  margin-top: -2px;
}
.gallery-item-caption-tag {
  display: inline-block;
}

.header {
  padding: 2rem 0;
  position: relative;
  z-index: 99;
}
.header-inner {
  align-items: center;
  display: flex;
  gap: 0.5em 1.5em;
  justify-content: space-between;
}
.header-inner .veggie_burger {
  flex: 0 0 32px;
}
.header h1,
.header p,
.header li {
  margin: 0;
}
.header a {
  border-bottom: 1px solid transparent;
  display: inline-block;
  text-decoration: none;
}
@media (min-width: 992px) {
  .header a.is-active, .header a:hover {
    border-bottom-color: inherit;
  }
}
.header ul {
  display: flex;
  gap: 1rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.veggie_burger {
  align-items: center;
  background: #2B2B3B;
  border: none;
  border-radius: 28px;
  color: #D3F4FF !important;
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr 1fr 1fr;
  height: 32px;
  width: 32px !important;
  padding: 6px;
  transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
  z-index: 9999;
}
@media (min-width: 992px) {
  .veggie_burger {
    display: none;
  }
}
.veggie_burger span {
  height: 4px;
  border-radius: 4px;
  background: currentColor;
}

@media (max-width: 991px) {
  body.nav_open {
    background: #fff;
    overflow: hidden;
  }
  body.nav_open .veggie_burger {
    color: #fff !important;
    transform: rotate(180deg);
  }
}

.mobile_nav {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #2B2B3B;
  opacity: 0;
  padding: clamp(1.5rem, 4.17vw + 0.67rem, 4rem);
  pointer-events: none;
  z-index: 88;
}
.mobile_nav.is-visible {
  -webkit-appearance: inherit;
     -moz-appearance: inherit;
          appearance: inherit;
  opacity: 1;
  pointer-events: auto;
}
.mobile_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile_nav ul li {
  font-family: "Obviously Variable", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
  font-style: normal !important;
  font-variation-settings: "slnt" 0;
  font-size: clamp(4rem, 10vw + 2rem, 10rem);
  margin: 0 0 0.25em;
}
.mobile_nav ul li:nth-child(1) {
  font-stretch: 240%;
}
.mobile_nav ul li:nth-child(2) {
  font-stretch: 320%;
  font-weight: 500;
}
.mobile_nav ul li:nth-child(3) {
  font-stretch: 200%;
  font-weight: 200;
}
body.nav_open .mobile_nav ul li {
  opacity: 1;
  transform: translateY(0);
}
.mobile_nav ul li a {
  display: block;
  text-decoration: none;
}
.mobile_nav .mobile_nav-inner {
  display: flex;
  flex-direction: column;
  gap: 1em;
  justify-content: space-between;
  height: 100%;
  padding-top: 4em;
}
.mobile_nav .mobile_nav-inner p {
  margin: 0;
}

.masthead {
  margin: 0 0 2rem;
}
@media (min-width: 992px) {
  .masthead {
    margin: 4rem 0;
  }
}
.masthead-heading {
  margin: 0;
  text-transform: uppercase;
}
.masthead-content p {
  max-width: 48ch;
}
.masthead-content p:last-child {
  margin-bottom: 0;
}

.content_blocks .masthead {
  margin-bottom: 0 !important;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(43, 43, 59, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal__container {
  padding: 0;
  max-width: 880px;
  width: calc(100vw - 48px);
  max-height: calc(100vh - 48px);
  box-sizing: border-box;
  z-index: 9999;
}

.modal__container {
  display: flex;
  flex-direction: column;
}

.modal__close, .modal__caption {
  flex: 1 0 auto;
}

.modal__content {
  flex: 1 1 auto;
  overflow-y: auto;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  align-self: flex-end;
  background: transparent;
  border: 0;
  color: #fff;
  display: block;
  margin-bottom: 8px;
  padding: 0 0.5rem;
}
@media (min-width: 992px) {
  .modal__close {
    position: absolute;
    top: 2rem;
    right: -3rem;
    transform: rotate(90deg);
  }
}
.modal__close:focus, .modal__close:active {
  outline: none;
  text-shadow: 0 0 0 2px #fff;
}

.modal__content {
  background: #fff;
  border: 1px solid #2B2B3B;
  border-radius: 8px;
  overflow: scroll-y;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
.modal__content img,
.modal__content video {
  display: block;
  height: auto;
  width: 100%;
}

.modal__caption {
  background: #fff;
  border: 1px solid #2B2B3B;
  border-radius: 8px;
  margin-top: 0.5rem;
  padding: 0.6rem 1rem 0.5rem;
}
@media (min-width: 992px) {
  .modal__caption {
    margin-top: 1rem;
    padding: 1.1rem 1.5rem 1rem;
  }
}
.modal__caption figcaption {
  max-width: 78ch;
  text-transform: none !important;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.project_card {
  margin-bottom: 4rem;
  overflow-x: hidden;
}
@media (min-width: 640px) {
  .project_card {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .project_card {
    grid-template-columns: 400px 1fr;
    margin-bottom: 2rem;
  }
}
.project_card-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
}
.project_card-content > * {
  margin: 0;
}
.project_card-heading {
  max-width: 770px;
}
.project_card-link a {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #2B2B3B;
  width: auto;
  flex: 0;
}
.project_card-meta {
  margin-bottom: -0.5em;
}
.project_card-image {
  aspect-ratio: 3/2;
  border: 1px solid black;
  border-radius: clamp(1rem, 1.67vw + 0.67rem, 2rem);
  height: auto;
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 992px) {
  .project_card-image {
    margin-bottom: 0;
  }
}

.related {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  list-style-type: none;
  margin: 4rem;
}
.related li {
  margin: 0;
  padding: 0;
}

.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext blockqoute {
  margin: 2rem 0;
}
.richtext hr {
  margin: clamp(2rem, 8vw, 4rem) 0;
  background: #2B2B3B;
  border: none;
  height: 1px;
}
.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5 {
  @inlcude font-display();
  font-size: clamp(1.5rem, 0.83vw + 1.33rem, 2rem);
  line-height: 1em;
  position: relative;
  text-transform: uppercase;
}
.richtext h2 .header-anchor,
.richtext h3 .header-anchor,
.richtext h4 .header-anchor,
.richtext h5 .header-anchor {
  font-size: 0.5em;
  opacity: 0.3;
}
.richtext p {
  font-size: clamp(1rem, 0.63vw + 0.88rem, 1.38rem);
}
.richtext p + p {
  margin: 1em 0;
}
.richtext blockquote {
  border-left: 1px solid #2B2B3B;
  padding-left: 2em;
}
.richtext ol, .richtext ul {
  font-size: clamp(1rem, 0.63vw + 0.88rem, 1.38rem);
}
.richtext ol li, .richtext ul li {
  margin: 0.5em 0;
}
.richtext > *:first-child {
  margin-top: 0 !important;
}
.richtext > *:last-child {
  margin-bottom: 0 !important;
}

figure {
  margin: 0;
}
figure .image_group {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  position: relative;
  width: 100%;
}
figure .image_group-item {
  flex: 1 1 auto;
  position: relative;
  width: 80px;
  max-width: 100%;
}
figure .image_group-item video,
figure .image_group-item img {
  border-radius: clamp(1rem, 1.67vw + 0.67rem, 2rem);
  border: 1px solid #2B2B3B;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
figure figcaption {
  margin: 1em 0.7em 0;
  max-width: 80ch;
  text-transform: none !important;
}
@media (min-width: 992px) {
  figure figcaption {
    margin: 1em 1em 0;
  }
}

.paragraph_list {
  list-style: none;
  padding-left: 0;
}
.paragraph_list li {
  display: inline-block;
  margin: 0 0.5em 0 0 !important;
}
.paragraph_list li:not(:last-child)::after {
  content: ", ";
}

.mute_button {
  font-family: "VCTR Mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.25em;
  text-transform: uppercase;
  background: #D3F4FF url("/img/icon-volume.svg") no-repeat 8px center;
  border: 1px solid #2B2B3B;
  border-radius: clamp(1rem, 1.67vw + 0.67rem, 2rem);
  padding: 8px 12px 4px 40px;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  height: 40px;
}
.mute_button:hover {
  background-color: #a0e7ff;
}

.wrap {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 clamp(1.5rem, 4.17vw + 0.67rem, 4rem);
}
@media (max-width: 768px) {
  .wrap .wrap_small {
    padding: 0;
  }
}

.wrap_small {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 clamp(1.5rem, 4.17vw + 0.67rem, 4rem);
}

* {
  box-sizing: border-box;
}

html, body {
  color: #2B2B3B;
  background-color: #D3F4FF;
  height: 100%;
  margin: 0 auto;
  min-height: 100vh;
  padding: 0;
  max-width: 100%;
  width: 100%;
}

body {
  font-family: "Degular Text";
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.content {
  flex: 1 0 auto;
  overflow-x: hidden;
  position: relative;
  width: 100vw;
}

.content_blocks {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 1.67vw + 1.67rem, 3rem);
}
.content_blocks > * {
  width: 100%;
}

.footer {
  flex-shrink: 0;
}
