html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
b,
strong {
  font-weight: bolder;
}
code {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
img {
  border-style: none;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html {
  box-sizing: border-box;
  line-height: 1.5;
  height: 100%;
  overscroll-behavior: none;
  font-size: min(max(14px, 0.8333333334vw), 28px);
  font-family:
    Space Mono,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    sans-serif;
}
@media (min-width: 1024px) {
  html {
    font-size: min(max(12px, 0.8333333334vw), 28px);
  }
}
body {
  height: 100%;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
}
::-moz-selection {
  background-color: var(--black);
  color: var(--white);
}
::selection {
  background-color: var(--black);
  color: var(--white);
}
iframe,
img,
video,
svg {
  vertical-align: middle;
}
figure {
  margin: 0;
}
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
pre {
  margin-top: 0;
}
img,
svg {
  max-width: 100%;
  height: auto;
}
button {
  cursor: pointer;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:
    'Inter',
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    sans-serif;
  font-weight: 300;
}
p {
  margin-bottom: 1.875rem;
}
p:last-child {
  margin-bottom: 0;
}
.has-smoothscroll,
.has-smoothscroll body {
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  @supports (-webkit-hyphens: none) {
    .has-smoothscroll,
    .has-smoothscroll body {
      overflow: auto;
    }
  }
}
.scroll-container {
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overscroll-behavior: none;
}
.smoothscroll-enabled .scroll-container {
  overflow-y: auto;
}
@media (hover: hover) and (pointer: fine) {
  @supports (-webkit-hyphens: none) {
    .smoothscroll-enabled .scroll-container {
      overflow-y: hidden;
    }
  }
}
.scroll-container::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
.smoothscroll-body {
  height: 100vh;
  overflow: hidden;
}
.smoothscroll-body.smoothscroll-enabled,
.smoothscroll-body .scroll-container {
  height: auto;
  overflow: auto;
}
.unseen-scrollbar {
  position: fixed;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  z-index: 999;
}
@media (pointer: coarse) {
  .unseen-scrollbar {
    display: none;
  }
}
.smoothscroll-enabled .unseen-scrollbar:hover > div,
.smoothscroll-enabled .unseen-scrollbar.show > div,
.smoothscroll-enabled .unseen-scrollbar.active > div {
  visibility: visible;
}
.unseen-scrollbar.active > div > div {
  opacity: 0.9;
}
.unseen-scrollbar > div {
  padding: 6px 0;
  width: 10px;
  height: 0;
  margin: 0 auto;
  visibility: hidden;
}
.unseen-scrollbar > div > div {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 0.3;
  background-color: var(--scrollbar);
}
.unseen-scrollbar > div > div:hover {
  opacity: 0.9;
}
.header__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  z-index: -1;
  background: linear-gradient(
    180deg,
    var(--dark-gray) 5%,
    rgba(21, 21, 21, 0.9) 40%,
    transparent 100%
  );
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 1024px) {
  .header__background {
    height: 100%;
    background: linear-gradient(180deg, var(--dark-gray) 5%, transparent 100%);
  }
}
.header__logo-wrap {
  position: relative;
  margin: -0.5rem;
}
.header__logo {
  width: 9rem;
}
.header__logo--static {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.header__nav {
  list-style: none;
  margin-bottom: 0;
}
.header__nav li {
  display: inline-block;
}
.header__nav li:not(:last-child) {
  margin-right: 1.5rem;
}
.header__nav a {
  display: block;
  color: var(--light-gray);
  font-size: 0.875rem;
  font-family:
    LazareGrotesk,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    sans-serif;
  letter-spacing: 0.0875rem;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease-out;
}
.header__nav:has(li a.active) a {
  color: var(--mid-gray);
}
.header__nav:has(li a.active) a:hover {
  color: var(--light-gray);
}
.header__nav:has(li a.active) a.active {
  color: var(--light-gray);
}
.link-hover {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  line-height: 1;
  padding-bottom: 0.1875rem;
  margin-bottom: -0.1875rem;
}
.link-hover:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #e4e2d84d;
  transform: translate(-101%);
  transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.link-hover:hover:before,
.link-hover.active:before {
  transform: translate(0);
}
.animated-arrow {
  width: 0.5625rem;
  height: 0.875rem;
  animation: arrow-loop 2s infinite;
}
.animated-arrow--reversed {
  animation: arrow-loop-reversed 2s infinite;
}
@keyframes arrow-loop {
  0% {
    transform: translateY(-65%);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(65%);
    opacity: 0;
  }
}
@keyframes arrow-loop-reversed {
  0% {
    transform: translateY(65%);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-65%);
    opacity: 0;
  }
}
*:has(> .split-border) {
  position: relative;
}
.split-border {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.split-border:before,
.split-border:after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
}
.split-border.hide-corners:before,
.split-border.hide-corners:after {
  opacity: 0;
}
.split-border--top {
  width: calc(100% - 2rem);
  top: 0.03125rem;
  left: 1rem;
  border-top: 1px solid var(--border-edge);
}
.split-border--top:before {
  top: -0.0625rem;
  left: -1rem;
  border-top-left-radius: 75%;
  border-top: 1px solid var(--border-corner);
  border-left: 1px solid var(--border-corner);
}
.split-border--top:after {
  top: -0.0625rem;
  right: -1rem;
  border-top-right-radius: 75%;
  border-top: 1px solid var(--border-corner);
  border-right: 1px solid var(--border-corner);
}
.split-border--bottom {
  width: calc(100% - 2rem);
  left: 1rem;
  bottom: 0.03125rem;
  border-bottom: 1px solid var(--border-edge);
}
.split-border--bottom:before {
  bottom: -0.0625rem;
  left: -1rem;
  border-bottom-left-radius: 75%;
  border-bottom: 1px solid var(--border-corner);
  border-left: 1px solid var(--border-corner);
}
.split-border--bottom:after {
  bottom: -0.0625rem;
  right: -1rem;
  border-bottom-right-radius: 75%;
  border-bottom: 1px solid var(--border-corner);
  border-right: 1px solid var(--border-corner);
}
.split-border--left {
  height: calc(100% - 2rem);
  top: 1rem;
  left: 0.03125rem;
  border-left: 1px solid var(--border-edge);
}
.split-border--left:before {
  top: -1rem;
  left: -0.0625rem;
  border-top-left-radius: 75%;
  border-top: 1px solid var(--border-corner);
  border-left: 1px solid var(--border-corner);
}
.split-border--left:after {
  bottom: -1rem;
  left: -0.0625rem;
  border-bottom-left-radius: 75%;
  border-bottom: 1px solid var(--border-corner);
  border-left: 1px solid var(--border-corner);
}
.split-border--right {
  height: calc(100% - 2rem);
  top: 1rem;
  right: 0.03125rem;
  border-right: 1px solid var(--border-edge);
}
.split-border--right:before {
  top: -1rem;
  right: -0.0625rem;
  border-top-right-radius: 75%;
  border-top: 1px solid var(--border-corner);
  border-right: 1px solid var(--border-corner);
}
.split-border--right:after {
  bottom: -1rem;
  right: -0.0625rem;
  border-bottom-right-radius: 75%;
  border-bottom: 1px solid var(--border-corner);
  border-right: 1px solid var(--border-corner);
}
.horizontal-border {
  margin: 0;
  border: 0;
  height: 1px;
  background-color: var(--border-edge);
}
.about-blocks {
  margin-bottom: 13.75rem;
}
@media (min-width: 1024px) {
  .about-blocks {
    margin-bottom: 20rem;
  }
}
.about-blocks__block {
  position: relative;
  max-width: 35.625rem;
}
.about-blocks__block:not(:last-child) {
  margin-bottom: 10rem;
}
.about-blocks__block span {
  display: block;
  position: absolute;
  top: -2.125rem;
  left: 0;
  color: var(--mid-gray);
}
@media (min-width: 1024px) {
  .about-blocks__block span {
    top: 0;
    left: -2.8125rem;
  }
}
.about-blocks__block h3 {
  font-family:
    Magnetik,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    sans-serif;
  font-weight: 300;
  font-size: 3.375rem;
  color: var(--light-gray);
  line-height: 0.9;
  letter-spacing: -0.6px;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .about-blocks__block h3 {
    font-size: 4rem;
  }
}
.about-blocks__block p {
  color: var(--mid-gray);
  line-height: 1.4;
  letter-spacing: 0.32px;
}
@media (min-width: 1024px) {
  .team .break {
    flex-basis: 100%;
    height: 0;
  }
}
.team__member {
  text-align: center;
}
.team__member__image {
  display: block;
  width: 100%;
  border-radius: 0.3125rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.team__member__name {
  font-family:
    LazareGrotesk,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    sans-serif;
  font-size: 1.25rem;
  color: var(--light-gray);
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .team__member__name {
    font-size: 1.75rem;
  }
}
.team__member__role {
  display: block;
  font-size: 1.875rem;
  color: var(--light-gray2);
  line-height: 1.3;
  letter-spacing: 0.025rem;
  margin-bottom: 0.5rem;
}
.team__member__bio {
  display: block;
  font-size: 1rem;
  color: var(--mid-gray);
  line-height: 1.2;
  letter-spacing: 0.025rem;
}
.team__member__social {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin: 1.625rem 0.5rem 0;
}
.team__member__social svg {
  width: 100%;
  height: 100%;
  fill: var(--light-gray);
  transition: fill 0.3s ease-out;
}
.team__member__social:hover svg {
  fill: var(--mid-gray);
}
.team__member--large .team__member__name {
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .team__member--large .team__member__name {
    font-size: 1.875rem;
  }
}
.team__member--large .team__member__role {
  font-size: 1rem;
}
.team__supported-by {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .team__supported-by {
    max-width: 70vw;
  }
}
@media (min-width: 1366px) {
  .team__supported-by {
    max-width: 60vw;
  }
}
.team__supported-by__outer {
  position: relative;
  z-index: 1;
  -webkit-mask-image: linear-gradient(
    0deg,
    transparent 0%,
    #000 1%,
    #000 99%,
    transparent 100%
  );
  mask-image: linear-gradient(
    0deg,
    transparent 0%,
    #000 1%,
    #000 99%,
    transparent 100%
  );
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 0%;
  mask-size: 100% 0%;
}
.portfolio-logos {
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0.5%,
    #000 20%,
    #000 80%,
    transparent 99.5%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0.5%,
    #000 20%,
    #000 80%,
    transparent 99.5%
  );
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.portfolio-logos img {
  width: auto;
  max-height: 4vh;
}
@media (min-width: 768px) {
  .portfolio-logos img {
    max-height: 3vw;
  }
}
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--light-gray);
  padding: 1.125rem 1.625rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 31.25rem;
  line-height: 1.2;
  letter-spacing: 0.0375rem;
  font-family:
    LazareGrotesk,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.875rem;
  transition: border-color 0.3s ease-out;
}
@media (min-width: 768px) {
  .button {
    padding: 1.5rem 2rem;
  }
}
.button:hover {
  border-color: #fff9;
}
.button:hover .button__text {
  transform: translate(2.625rem);
}
.button:hover .button__arrow--left {
  transform: translate(0);
  opacity: 1;
}
.button:hover .button__arrow--right {
  transform: translate(1.75rem);
  opacity: 0;
}
.button__text {
  display: block;
  padding-right: 1.5rem;
  transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.button__arrow {
  display: block;
  width: 1rem;
  height: 0.625rem;
  margin-top: -0.0625rem;
  transition:
    transform 0.3s cubic-bezier(0.65, 0, 0.35, 1),
    opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.button__arrow--left {
  position: absolute;
  left: 2rem;
  transform: translate(-1.875rem);
  opacity: 0;
}
.button__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.blog-article a {
  display: block;
  text-decoration: none;
}
.blog-article a > div:first-child {
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (hover: hover) and (pointer: fine) {
  .blog-article a:hover .blog-article__image img {
    transform: scale(1.05);
  }
}
.blog-article__image {
  padding-bottom: 66.6%;
}
.blog-article__image img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.blog-article__type {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  padding: 0.9375rem 1.5rem;
  background-color: var(--light-gray);
  font-size: 0.875rem;
  color: #020202;
  text-transform: uppercase;
  font-family:
    LazareGrotesk,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    sans-serif;
  border-radius: 3.125rem;
  line-height: 1;
  z-index: 1;
}
.blog-article__type svg {
  display: block;
  margin-right: 0.75rem;
  width: 0.625rem;
  height: 1rem;
}
.blog-article__title {
  font-size: 1.875rem;
}
.blog-article--small a {
  display: block;
}
@media (min-width: 768px) {
  .blog-article--small a {
    display: flex;
  }
}
.blog-article--small a > div:first-child {
  margin-right: 1.5rem;
}
@media (min-width: 768px) {
  .blog-article--small a > div:first-child {
    width: 55%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .blog-article--small a > div:last-child {
    width: 45%;
  }
}
@media (min-width: 768px) {
  .blog-article--small .blog-article__image {
    padding-bottom: 85%;
  }
}
@media (min-width: 768px) {
  .blog-article--small .blog-article__title {
    font-size: 1.5rem;
  }
}
.blog-title span,
.blog-title h1 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .blog-title span,
  .blog-title h1 {
    max-width: 60% !important;
  }
}
.blog-content {
  color: var(--mid-gray);
}
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
  color: var(--light-gray);
  line-height: 1;
}
.blog-content h2 {
  font-size: 2.875rem;
  margin-bottom: 1.875rem;
}
.blog-content h3 {
  font-size: 1.875rem;
  margin-bottom: 1rem;
}
.blog-content h4 {
  font-size: 1.375rem;
  margin-bottom: 1rem;
}
.blog-content h5 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.blog-content h6 {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.blog-content p {
  font-size: 1.125rem;
  color: var(--mid-gray);
  line-height: 1.3;
}
@media (min-width: 768px) {
  .blog-content p {
    font-size: 1.1875rem;
  }
}
.blog-content p:empty {
  min-height: 1px;
}
.blog-content a {
  color: var(--mid-gray);
}
.blog-content ul li,
.blog-content ol li {
  margin-bottom: 1rem;
}
.blog-content blockquote {
  margin-bottom: 1.875rem;
}
.blog-content blockquote p {
  font-family:
    Magnetik,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    sans-serif;
  font-size: 3.125rem;
  margin: 0 auto 0.5rem;
  color: var(--light-gray);
  line-height: 1;
  max-width: none;
}
.blog-content figure {
  margin: 0 0 5rem;
}
@media (min-width: 1024px) {
  .blog-content figure {
    margin: 0 0 7.5rem;
  }
}
.blog-content .wp-block-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 0.3125rem;
}
.blog-content > h2,
.blog-content > h3,
.blog-content > h4,
.blog-content > h5,
.blog-content > h6,
.blog-content > p,
.blog-content > ul,
.blog-content > ol,
.blog-content > blockquote {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .blog-content > h2,
  .blog-content > h3,
  .blog-content > h4,
  .blog-content > h5,
  .blog-content > h6,
  .blog-content > p,
  .blog-content > ul,
  .blog-content > ol,
  .blog-content > blockquote {
    max-width: 60%;
  }
}
.blog-content > h2,
.blog-content > h3,
.blog-content > h4,
.blog-content > h5,
.blog-content > h6 {
  margin-bottom: 3rem;
}
.blog-content > ul,
.blog-content > ol,
.blog-content > blockquote {
  margin-bottom: 6.25rem;
}
.page-content {
  color: var(--mid-gray);
}
.page-content h2,
.page-content h3 {
  color: var(--light-gray);
  line-height: 1;
}
.page-content h2 {
  font-size: 3.75rem;
  margin-bottom: 1.875rem;
}
.page-content h3 {
  font-size: 1.875rem;
  margin-bottom: 1rem;
}
.page-content p {
  color: var(--mid-gray);
  line-height: 1.4;
}
.page-content p:has(+ h2) {
  margin-bottom: 3.75rem;
}
.page-content a {
  color: var(--mid-gray);
}
.cookie-notice {
  box-sizing: border-box;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 100;
  background: var(--dark-gray);
  border: 1px solid var(--border-edge);
  border-radius: 1rem;
  width: calc(100% - 3rem);
  max-width: 31.25rem;
  padding: 1.125rem 1.625rem;
  opacity: 0;
  visibility: hidden;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dark-gray);
  z-index: 9;
  overflow: hidden;
}
.mobile-menu__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 1rem;
}
.mobile-menu nav li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.mobile-menu nav a {
  display: block;
  font-family:
    Magnetik,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    sans-serif;
  font-size: 3.75rem;
  line-height: 0.9;
  letter-spacing: -0.0375rem;
  color: #424242;
  text-decoration: none;
}
.mobile-menu nav a.active {
  color: var(--light-gray);
}
.menu-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.menu-toggle span {
  display: block;
  position: absolute;
  width: 1rem;
  height: 0.0625rem;
  background-color: var(--light-gray);
  transform-origin: center center;
  transition: transform 0.3s ease-out;
}
.menu-toggle span:first-child {
  transform: translateY(-1.5px);
}
.menu-toggle span:last-child {
  transform: translateY(1.5px);
}
.menu-toggle.is-open span:first-child {
  transform: translateY(0) rotate(45deg);
}
.menu-toggle.is-open span:last-child {
  transform: translateY(0) rotate(-45deg);
}
.footer__logo {
  width: 9rem;
  height: 2.0625rem;
}
.footer__outer {
  position: relative;
  z-index: 1;
  -webkit-mask-image: linear-gradient(
    0deg,
    transparent 0%,
    #000 1%,
    #000 99%,
    transparent 100%
  );
  mask-image: linear-gradient(
    0deg,
    transparent 0%,
    #000 1%,
    #000 99%,
    transparent 100%
  );
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 0%;
  mask-size: 100% 0%;
}
.footer__background {
  position: absolute;
  width: 110vw;
  height: 150%;
  bottom: -2rem;
  left: -2rem;
  z-index: 0;
  background: linear-gradient(0deg, var(--dark-gray) 5%, transparent 100%);
  opacity: 0.5;
}
.footer__social:hover svg {
  fill: var(--white);
}
.footer__social svg {
  fill: var(--blue-gray);
  transition: fill 0.3s ease-out;
}
.list-unstyled {
  list-style: none;
  margin-left: 0;
  padding: 0;
}
.aspect {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.aspect__child {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.is-dark-mode {
  color-scheme: dark;
}
.bg-white {
  --background-color: var(--white);
  background-color: var(--white);
}
.t-white {
  color: var(--white);
}
.t-light-gray {
  color: var(--light-gray);
}
.t-light-gray2 {
  color: var(--light-gray2);
}
.t-mid-gray {
  color: var(--mid-gray);
}
.bg-dark-gray {
  --background-color: var(--dark-gray);
  background-color: var(--dark-gray);
}
.t-blue-gray {
  color: var(--blue-gray);
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .container {
    padding: 0 2rem;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1366px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1622px;
  }
}
@media (min-width: 1921px) {
  .container {
    max-width: 90%;
  }
}
.container-fluid {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .container-fluid {
    padding: 0 2rem;
  }
}
.d-none {
  display: none;
}
.d-inline-block {
  display: inline-block;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}
@media (min-width: 375px) {
  .d-block\@xsm {
    display: block;
  }
}
@media (min-width: 768px) {
  .d-none\@sm {
    display: none;
  }
  .d-flex\@sm {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .d-flex\@md {
    display: flex;
  }
}
.flex-no-shrink {
  flex-shrink: 0 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-column {
  flex-direction: column !important;
}
.items-center {
  align-items: center !important;
}
.items-end {
  align-items: flex-end !important;
}
.items-baseline {
  align-items: baseline !important;
}
.justify-center {
  justify-content: center !important;
}
.justify-end {
  justify-content: flex-end !important;
}
.justify-between {
  justify-content: space-between !important;
}
@media (min-width: 1024px) {
  .flex-row\@md {
    flex-direction: row !important;
  }
  .justify-end\@md {
    justify-content: flex-end !important;
  }
}
.w-20\/32 {
  width: 62.5%;
}
.w-14\/32 {
  width: 43.75%;
}
.w-4\/32 {
  width: 12.5%;
}
.w-8 {
  width: 0.5rem;
}
.w-12 {
  width: 0.75rem;
}
.w-20 {
  width: 1.25rem;
}
.max-w-650 {
  max-width: 40.625rem;
}
.w-1\/1 {
  width: 100%;
}
.w-1\/2 {
  width: 50%;
}
@media (min-width: 375px) {
  .w-1\/1\@xsm {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .w-14\/32\@sm {
    width: 43.75%;
  }
  .w-2\/32\@sm {
    width: 6.25%;
  }
  .max-w-500\@sm {
    max-width: 31.25rem;
  }
  .w-1\/4\@sm {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .w-15\/32\@md {
    width: 46.875%;
  }
  .w-11\/32\@md {
    width: 34.375%;
  }
  .w-6\/32\@md {
    width: 18.75%;
  }
  .w-5\/32\@md {
    width: 15.625%;
  }
  .w-1\/2\@md {
    width: 50%;
  }
}
@media (min-width: 1366px) {
  .w-10\/32\@lg {
    width: 31.25%;
  }
  .max-w-none\@lg {
    max-width: none;
  }
  .w-1\/2\@lg {
    width: 50%;
  }
}
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2rem;
}
.grid > * {
  padding-left: 2rem;
}
.h-100dvh {
  height: calc(var(--dvh) * 100);
}
@supports (height: 1dvh) {
  .h-100dvh {
    height: 100dvh;
  }
}
.h-150dvh {
  height: calc(var(--dvh) * 150);
}
@supports (height: 1dvh) {
  .h-150dvh {
    height: 150dvh;
  }
}
.h-12 {
  height: 0.75rem;
}
.h-20 {
  height: 1.25rem;
}
.h-190 {
  height: 11.875rem;
}
@media (min-width: 768px) {
  .offset-4\/32\@sm {
    margin-left: 12.5% !important;
  }
}
@media (min-width: 1024px) {
  .offset-20\/32\@md {
    margin-left: 62.5% !important;
  }
  .offset-4\/32\@md {
    margin-left: 12.5% !important;
  }
  .offset-2\/32\@md {
    margin-left: 6.25% !important;
  }
  .offset-1\/32\@md {
    margin-left: 3.125% !important;
  }
}
@media (min-width: 1366px) {
  .offset-2\/32\@lg {
    margin-left: 6.25% !important;
  }
}
.opacity-0 {
  opacity: 0;
}
.overflow-hidden {
  overflow: hidden;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.top {
  top: 0;
}
.right {
  right: 0;
}
.bottom {
  bottom: 0;
}
.left {
  left: 0;
}
.fill {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.radius-5 {
  border-radius: 0.3125rem;
}
.m-0 {
  margin: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.m-2 {
  margin: 0.125rem !important;
}
.mb-2 {
  margin-bottom: 0.125rem !important;
}
.ml-6 {
  margin-left: 0.375rem !important;
}
.mr-8 {
  margin-right: 0.5rem !important;
}
.mb-8 {
  margin-bottom: 0.5rem !important;
}
.ml-8 {
  margin-left: 0.5rem !important;
}
.mx-12 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}
.mb-12 {
  margin-bottom: 0.75rem !important;
}
.mt-16 {
  margin-top: 1rem !important;
}
.mr-16 {
  margin-right: 1rem !important;
}
.mb-16 {
  margin-bottom: 1rem !important;
}
.mx-20 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}
.mb-24 {
  margin-bottom: 1.5rem !important;
}
.mb-30 {
  margin-bottom: 1.875rem !important;
}
.mb-32 {
  margin-bottom: 2rem !important;
}
.mb-40 {
  margin-bottom: 2.5rem !important;
}
.mb-48 {
  margin-bottom: 3rem !important;
}
.mb-60 {
  margin-bottom: 3.75rem !important;
}
.mb-64 {
  margin-bottom: 4rem !important;
}
.mb-80 {
  margin-bottom: 5rem !important;
}
.mb-92 {
  margin-bottom: 5.75rem !important;
}
.mb-120 {
  margin-bottom: 7.5rem !important;
}
.mb-160 {
  margin-bottom: 10rem !important;
}
.mb-180 {
  margin-bottom: 11.25rem !important;
}
.mb-240 {
  margin-bottom: 15rem !important;
}
.p-0 {
  padding: 0 !important;
}
.px-2 {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}
.py-2 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}
.px-4 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.pt-6 {
  padding-top: 0.375rem !important;
}
.p-12 {
  padding: 0.75rem !important;
}
.pt-16 {
  padding-top: 1rem !important;
}
.p-20 {
  padding: 1.25rem !important;
}
.px-24 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.pt-24 {
  padding-top: 1.5rem !important;
}
.pt-32 {
  padding-top: 2rem !important;
}
.py-64 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.pb-64 {
  padding-bottom: 4rem !important;
}
.pt-80 {
  padding-top: 5rem !important;
}
.pt-96 {
  padding-top: 6rem !important;
}
.pt-120 {
  padding-top: 7.5rem !important;
}
.pt-180 {
  padding-top: 11.25rem !important;
}
@media (min-width: 768px) {
  .mb-0\@sm {
    margin-bottom: 0 !important;
  }
  .mx-12\@sm {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mb-240\@sm {
    margin-bottom: 15rem !important;
  }
  .mb-350\@sm {
    margin-bottom: 21.875rem !important;
  }
  .pt-32\@sm {
    padding-top: 2rem !important;
  }
  .px-64\@sm {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .pt-120\@sm {
    padding-top: 7.5rem !important;
  }
  .pt-180\@sm {
    padding-top: 11.25rem !important;
  }
}
@media (min-width: 1024px) {
  .mb-0\@md {
    margin-bottom: 0 !important;
  }
  .mx-38\@md {
    margin-left: 2.375rem !important;
    margin-right: 2.375rem !important;
  }
  .mb-120\@md {
    margin-bottom: 7.5rem !important;
  }
  .mb-160\@md {
    margin-bottom: 10rem !important;
  }
  .mb-540\@md {
    margin-bottom: 33.75rem !important;
  }
  .px-32\@md {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (min-width: 1366px) {
  .mb-0\@lg {
    margin-bottom: 0 !important;
  }
  .mb-16\@lg {
    margin-bottom: 1rem !important;
  }
  .px-96\@lg {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
.stroke-white {
  stroke: #fff;
}
.fill-light-gray {
  fill: #e4e2d8;
}
.stroke-light-gray {
  stroke: #e4e2d8;
}
.t-uppercase {
  text-transform: uppercase !important;
}
.t-no-underline {
  text-decoration: none !important;
}
.t-lazare {
  font-family:
    LazareGrotesk,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    sans-serif !important;
}
.t-magnetik {
  font-family:
    Magnetik,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    sans-serif !important;
}
.t-center {
  text-align: center !important;
}
.t-14 {
  font-size: 0.875rem !important;
}
.t-base {
  font-size: 1rem !important;
}
.t-18 {
  font-size: 1.125rem !important;
}
.t-24 {
  font-size: 1.5rem !important;
}
.t-30 {
  font-size: 1.875rem !important;
}
.t-40 {
  font-size: 2.5rem !important;
}
.t-48 {
  font-size: 3rem !important;
}
.t-54 {
  font-size: 3.375rem !important;
}
.t-60 {
  font-size: 3.75rem !important;
}
.t-72 {
  font-size: 4.5rem !important;
}
.t-300 {
  font-weight: 300 !important;
}
.t-ls--1\.8 {
  letter-spacing: -0.1125rem !important;
}
.t-ls-0\.6 {
  letter-spacing: 0.0375rem !important;
}
.t-ls-1\.4 {
  letter-spacing: 0.0875rem !important;
}
.t-lh-0\.9 {
  line-height: 0.9 !important;
}
.t-lh-1 {
  line-height: 1 !important;
}
.t-lh-1\.2 {
  line-height: 1.2 !important;
}
.t-lh-1\.4 {
  line-height: 1.4 !important;
}
.t-lh-2 {
  line-height: 2 !important;
}
@media (min-width: 768px) {
  .t-19\@sm {
    font-size: 1.1875rem !important;
  }
  .t-32\@sm {
    font-size: 2rem !important;
  }
  .t-64\@sm {
    font-size: 4rem !important;
  }
  .t-100\@sm {
    font-size: 6.25rem !important;
  }
  .t-120\@sm {
    font-size: 7.5rem !important;
  }
  .t-180\@sm {
    font-size: 11.25rem !important;
  }
  .t-lh-162\@sm {
    line-height: 10.125rem !important;
  }
}
@media (min-width: 1024px) {
  .t-48\@md {
    font-size: 3rem !important;
  }
  .t-60\@md {
    font-size: 3.75rem !important;
  }
  .t-160\@md {
    font-size: 10rem !important;
  }
}
:root {
  --scrollbar: #000;
  --black: #000;
  --white: #fff;
  --light-gray: #e4e2d8;
  --light-gray2: #dbdbdb;
  --mid-gray: #9b9b9b;
  --dark-gray: #151515;
  --blue-gray: #a7b4ba;
  --border-edge: rgba(224, 232, 236, 0.3019607843);
  --border-corner: #e4e2d8;
  --bp-xsm: (min-width: 375px);
  --bp-sm: (min-width: 768px);
  --bp-md: (min-width: 1024px);
  --bp-lg: (min-width: 1366px);
  --bp-xlg: (min-width: 1536px);
  --bp-xxlg: (min-width: 1921px);
  --bp-touch: (pointer: coarse);
  --bp-nottouch: (hover: hover) and (pointer: fine);
  --bp-ipadpro: (hover: none) and (pointer: coarse) and (min-width: 1024px);
  --lvh: 1vh;
}
@supports (height: 1lvh) {
  :root {
    --lvh: 1lvh;
  }
}
.visibility-hidden {
  visibility: hidden;
}
.z-negative {
  z-index: -1;
}
.z-1 {
  z-index: 1;
}
.z-10 {
  z-index: 10;
}
