@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&display=swap");
.variation-font {
  font-family: "Silkscreen";
  letter-spacing: 0em;
  font-size: 0.9em;
}
.variation-font * {
  font-family: "Silkscreen";
  letter-spacing: 0em;
}

.background-color {
  background: #0b0f14;
}

.background-color-tint {
  background: #141a22;
  border-bottom: 1px solid rgba(255, 255, 255, 0.032);
}

.background-color-theme {
  background: #111827;
}

.background-color-contrast {
  background: #05060a;
}
.background-color-contrast * {
  color: #f4f1e8 !important;
}

.theme-text {
  color: #111827;
}

.text-contrast {
  color: #f4f1e8;
}

.text-background-color {
  color: #0b0f14;
}

p,
a,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #f4f1e8;
}

.card-padding {
  padding: 2rem;
}

.color-white {
  color: #f4f1e8;
}
.color-white * {
  color: #f4f1e8;
}

.hr-color-tint {
  background: rgba(82, 39, 183, 0.0274509804);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color-scheme: dark;
}

body {
  min-height: 100vh;
  width: 100%;
  background: #0b0f14;
}

a {
  -webkit-appearance: none;
  all: unset;
  cursor: pointer;
}

ul {
  list-style: none;
}

img,
svg,
video {
  display: block;
  width: 100%;
}

p {
  line-height: 1.3em;
}

html {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

html {
  font-size: clamp(16px, 0.7vw + 0.5vh, 23px);
}

.dynamic-size-1 {
  font-size: 0.6944444444rem;
}

.dynamic-size-2 {
  font-size: 0.8333333333rem;
}

.dynamic-size-3, .label {
  font-size: 1rem;
}

.dynamic-size-4 {
  font-size: 1.2rem;
  line-height: 1.5em;
}

.dynamic-size-5 {
  font-size: 1.44rem;
}
@media only screen and (max-width: 1000px) {
  .dynamic-size-5 {
    font-size: 1.3758376208rem;
  }
}
@media only screen and (max-width: 600px) {
  .dynamic-size-5 {
    font-size: 1.314534138rem;
  }
}
@media only screen and (max-width: 400px) {
  .dynamic-size-5 {
    font-size: 1.2559621673rem;
  }
}

.dynamic-size-6 {
  font-size: 1.728rem;
}
@media only screen and (max-width: 1000px) {
  .dynamic-size-6 {
    font-size: 1.6510051449rem;
  }
}
@media only screen and (max-width: 600px) {
  .dynamic-size-6 {
    font-size: 1.5774409656rem;
  }
}
@media only screen and (max-width: 400px) {
  .dynamic-size-6 {
    font-size: 1.5071546007rem;
  }
}

.dynamic-size-7 {
  font-size: 2.0736rem;
}
@media only screen and (max-width: 1000px) {
  .dynamic-size-7 {
    font-size: 1.9812061739rem;
  }
}
@media only screen and (max-width: 600px) {
  .dynamic-size-7 {
    font-size: 1.8929291587rem;
  }
}
@media only screen and (max-width: 400px) {
  .dynamic-size-7 {
    font-size: 1.8085855209rem;
  }
}

.dynamic-size-8 {
  font-size: 2.48832rem;
}
@media only screen and (max-width: 1000px) {
  .dynamic-size-8 {
    font-size: 2.3774474087rem;
  }
}
@media only screen and (max-width: 600px) {
  .dynamic-size-8 {
    font-size: 2.2715149905rem;
  }
}
@media only screen and (max-width: 400px) {
  .dynamic-size-8 {
    font-size: 2.170302625rem;
  }
}

.dynamic-size-9 {
  font-size: 2.985984rem;
}
@media only screen and (max-width: 1000px) {
  .dynamic-size-9 {
    font-size: 2.8529368904rem;
  }
}
@media only screen and (max-width: 600px) {
  .dynamic-size-9 {
    font-size: 2.7258179886rem;
  }
}
@media only screen and (max-width: 400px) {
  .dynamic-size-9 {
    font-size: 2.6043631501rem;
  }
}

.dynamic-size-super {
  line-height: 1em;
  font-size: 3.5831808rem;
}
@media only screen and (max-width: 1000px) {
  .dynamic-size-super {
    font-size: 3.4235242685rem;
  }
}
@media only screen and (max-width: 600px) {
  .dynamic-size-super {
    font-size: 3.2709815863rem;
  }
}
@media only screen and (max-width: 400px) {
  .dynamic-size-super {
    font-size: 3.1252357801rem;
  }
}

.text-margin-top {
  margin-top: 1em;
}

.text-margin-bottom {
  margin-bottom: 1em;
}

.text-margin {
  margin: 1em 0;
}

.text-padding {
  padding: 1em 0;
}

.line-height-extra {
  line-height: 1em;
}

.line-height-small {
  line-height: 1.1em;
}

* {
  font-family: "Inter";
  letter-spacing: -0.05em;
}

.text-align-center {
  text-align: center;
}
@container (max-width: 900px) {
  .text-align-center.dynamic-text-align-left {
    text-align: left;
  }
}

.space-between {
  display: flex;
  justify-content: space-between;
  column-gap: 1rem;
  row-gap: 2rem;
  flex-wrap: wrap;
}

.block {
  display: block !important;
}

.full-span {
  grid-column: -1/1;
}

.border-top {
  border-top: 1px solid rgba(244, 241, 232, 0.18);
}

.section-padding-top {
  padding-top: 5rem;
}

.no-scroll {
  overflow: hidden;
}

.bold {
  font-weight: 600;
}

.opacity {
  opacity: 0.8;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-none {
  cursor: none;
}

.max-content {
  width: max-content;
}

.clipboard {
  width: max-content;
}
.clipboard:hover {
  transform: translateX(0) !important;
}

.copy-clipboard {
  position: relative;
}
.copy-clipboard::after {
  content: "Kopieer";
  position: absolute;
  font-size: 1em;
  width: max-content;
  left: calc(100% + 3em);
  color: #f4f1e8;
  opacity: 0;
  transition: 0.2s ease-in-out;
  text-transform: none;
  padding: 0.5em 1em !important;
  border-radius: 0.4em !important;
  top: 50%;
  transform: translateY(-50%);
}
.copy-clipboard:hover::after {
  left: calc(100% + 1em);
  opacity: 0.3;
}

.copy-clipboard.copied::after {
  content: "Gekopieerd";
  color: rgb(0, 255, 0);
}

.media-container {
  contain: paint;
  image-rendering: pixelated;
}
.media-container > * {
  width: 100%;
}

.object-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer {
  margin-top: auto;
}

.container-padding-block {
  width: 100%;
  padding-block: 6rem;
}

.container-padding-top {
  width: 100%;
  padding-top: 6rem;
}

.container-padding-bottom {
  width: 100%;
  padding-bottom: 6rem;
}

.footer-padding-bottom {
  padding-bottom: 2rem;
}

.gap {
  gap: calc(1vw + 1rem);
}

.gap-page {
  gap: 6rem;
}

.gap-small {
  display: grid;
  gap: 1em !important;
}

.justify-self-end {
  justify-self: end;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-center {
  justify-self: center;
}

.justify-content-center {
  justify-content: center;
}

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

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

.space-between {
  align-content: space-between;
}

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

.align-self-end {
  align-self: end;
}

.align-self-start {
  align-self: start;
}

@media (min-width: 1200px) {
  .sticky-top {
    position: sticky;
    top: 12rem;
    align-self: start;
  }
}

.place-content-center {
  place-content: center;
}

.place-self-center {
  place-self: center;
}

.aspect-3-1 {
  aspect-ratio: 3/1;
}

.flex {
  display: flex;
}

.wrap {
  flex-wrap: wrap;
}

.tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.tag {
  border-radius: 1em;
  padding: 0.5em 1em;
}

.logos {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.logos .logo {
  height: 5rem;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.half-background {
  position: relative;
}
.half-background::after {
  content: "";
  position: absolute;
  width: 200vw;
  height: 40%;
  background: #141a22;
  z-index: -1;
  left: -100vw;
  bottom: -10em;
}

.half-background-top {
  position: relative;
}
.half-background-top::after {
  content: "";
  position: absolute;
  width: 110vw;
  height: 70%;
  background: #141a22;
  z-index: -1;
  left: -10vw;
  top: -6rem;
}

.m-1 {
  margin: 1rem;
}

.m-2 {
  margin: 2rem;
}

.m-3 {
  margin: 3rem;
}

.section-card-padding {
  padding: 4rem;
}

.close-button > * {
  transition: 0.1s ease-in-out;
  cursor: pointer;
  transform-origin: center;
}
.close-button > *:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.fit {
  display: grid;
  resize: horizontal;
}
.fit.column-2 {
  grid-template-columns: 1fr 1fr;
}
@container (max-width: 900px) {
  .fit.column-2 {
    grid-template-columns: 1fr;
  }
  .fit.column-2 .row-top {
    grid-row: 1/2;
  }
}
@container (min-width: 500px) {
  .fit.column-2 .span-2-column {
    grid-column: span 2;
  }
}
.fit.column-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@container (max-width: calc(500px * 2)) {
  .fit.column-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@container (max-width: 500px) {
  .fit.column-3 {
    grid-template-columns: 1fr;
  }
}
@container (min-width: 500px) {
  .fit.column-3 .span-2-column {
    grid-column: span 2;
  }
  .fit.column-3 .span-3-column {
    grid-column: span 2;
  }
}
@container (min-width: calc(500px * 2)) {
  .fit.column-3 .span-3-column {
    grid-column: span 3;
  }
}
.fit.column-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@container (max-width: calc(500px * 3)) {
  .fit.column-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@container (max-width: calc(500px * 2)) {
  .fit.column-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@container (max-width: 500px) {
  .fit.column-4 {
    grid-template-columns: 1fr;
  }
}
@container (min-width: 500px) {
  .fit.column-4 .span-2-column {
    grid-column: span 2;
  }
  .fit.column-4 .span-3-column {
    grid-column: span 2;
  }
  .fit.column-4 .span-4-column {
    grid-column: span 2;
  }
}
@container (min-width: calc(500px * 2)) {
  .fit.column-4 .span-3-column {
    grid-column: span 3;
  }
  .fit.column-4 .span-4-column {
    grid-column: span 3;
  }
}
@container (min-width: calc(500px * 3)) {
  .fit.column-4 .span-4-column {
    grid-column: span 4;
  }
}
.fit.column-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@container (max-width: calc(500px * 4)) {
  .fit.column-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@container (max-width: calc(500px * 3)) {
  .fit.column-5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@container (max-width: calc(500px * 2)) {
  .fit.column-5 {
    grid-template-columns: 1fr 1fr;
  }
}
@container (max-width: 500px) {
  .fit.column-5 {
    grid-template-columns: 1fr;
  }
}
@container (min-width: 500px) {
  .fit.column-5 .span-2-column {
    grid-column: span 2;
  }
  .fit.column-5 .span-3-column {
    grid-column: span 2;
  }
  .fit.column-5 .span-4-column {
    grid-column: span 2;
  }
}
@container (min-width: calc(500px * 2)) {
  .fit.column-5 .span-3-column {
    grid-column: span 3;
  }
  .fit.column-5 .span-4-column {
    grid-column: span 3;
  }
  .fit.column-5 .span-5-column {
    grid-column: span 3;
  }
}
@container (min-width: calc(500px * 3)) {
  .fit.column-5 .span-4-column {
    grid-column: span 4;
  }
  .fit.column-5 .span-5-column {
    grid-column: span 4;
  }
}
@container (min-width: calc(500px * 4)) {
  .fit.column-5 .span-5-column {
    grid-column: span 5;
  }
}
.fit.side-bar {
  grid-template-columns: 10vw auto 10vw;
}
@container (max-width: 800px) {
  .fit.side-bar {
    grid-template-columns: 1fr;
  }
}
.fit .span-full-column {
  grid-column: -1/1;
}

.fill {
  display: flex;
  flex-wrap: wrap;
}
.fill.column-300px > * {
  width: min(300px, 100%);
}
.fill.column-400px > * {
  width: min(400px, 100%);
}
.fill.column-500px > * {
  width: min(500px, 100%);
}
.fill.column-600px > * {
  width: min(600px, 100%);
}

.auto-row > * {
  display: block;
  line-height: 2em;
}

.auto {
  display: grid;
  gap: calc((1vw + 1rem) * 0.25);
}
.auto.column-250px {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.gap {
  gap: calc(1vw + 1rem);
}

.text-gap {
  display: grid;
  gap: calc(1vw + 5rem);
}

.auto-column {
  grid-auto-columns: max-content;
}

.span-full-row {
  grid-row: 1/3;
  grid-column: 2/3;
}

.cursor {
  aspect-ratio: 1/1;
  position: fixed;
  transition: 0.5s ease-in-out;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border-radius: 100%;
  pointer-events: none;
  z-index: 999999;
  display: grid;
}
.cursor > * {
  transform: scale(0);
  transform-origin: center;
  transition: 0.5s ease;
  aspect-ratio: 1/1;
  padding: 1em;
  background: none;
  color: #f4f1e8;
  display: grid;
  place-content: center;
  border-radius: 20rem;
  box-shadow: 0px 20px 0px 0px rgba(99, 63, 26, 0.4509803922);
  grid-column: 1/2;
  grid-row: 1/2;
  opacity: 0;
}
.cursor .visible {
  transform: scale(1);
  z-index: 9999999;
  opacity: 1;
  cursor: none;
}
.cursor .cursor-default.visible {
  transform: scale(0.3);
}
.cursor .cursor-explore.visible {
  transform: scale(1);
}

.page-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 6rem;
}

.main-nav {
  position: fixed;
  z-index: 9999;
  top: 0;
  padding-block: 0rem;
  width: 100%;
  background: none;
  height: max-content;
}
.main-nav .inner-nav {
  width: calc(100% - (30vw - 5rem));
  justify-self: center;
  margin: 2rem auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #0b0f14;
  border-bottom: none;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.main-nav .inner-nav .logo {
  width: 3rem;
  z-index: 9999;
  image-rendering: pixelated;
}
.main-nav .inner-nav .logo p {
  font-family: "Silkscreen", sans-serif !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}
.main-nav .inner-nav .logo img,
.main-nav .inner-nav .logo svg {
  cursor: pointer;
}
.main-nav .inner-nav .nav-items {
  background: none;
}
.main-nav .inner-nav .nav-items > ul {
  display: flex;
  gap: 0rem;
}
.main-nav .inner-nav .nav-items > ul li {
  display: inline-block;
  padding-block: 0rem;
  background: transparent;
}
.main-nav .inner-nav .nav-items > ul li a {
  padding: 0rem 1rem;
  background: transparent;
}
.main-nav .inner-nav .nav-items > ul li a[aria-current=page] {
  opacity: 0.55;
}
.main-nav .inner-nav .nav-items .extra {
  display: none;
}
.main-nav .inner-nav .menu-button {
  display: none;
}
@media (max-width: 700px) {
  .main-nav .inner-nav .menu-button {
    width: 2rem;
    aspect-ratio: 1/1;
    display: block;
    z-index: 9999;
    cursor: pointer;
    margin-right: 0.75rem;
  }
  .main-nav .inner-nav .menu-button .bar {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    transition: 0.2s ease;
  }
  .main-nav .inner-nav .menu-button .bar::before, .main-nav .inner-nav .menu-button .bar::after {
    content: "";
    background: #f4f1e8;
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s ease;
  }
  .main-nav .inner-nav .menu-button .bar::before {
    top: 35%;
  }
  .main-nav .inner-nav .menu-button .bar::after {
    top: 65%;
  }
  .main-nav .inner-nav .menu-button .bar.close::before {
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
  }
  .main-nav .inner-nav .menu-button .bar.close::after {
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
  }
  .main-nav .inner-nav .nav-items {
    background: #0b0f14;
  }
  .main-nav .inner-nav .nav-items > ul {
    padding: calc((30vw - 5rem) * 0.5);
    padding-top: 10rem;
    z-index: 100;
    display: grid;
    gap: 0.5em;
    grid-auto-rows: max-content;
    transition: 0.5s ease;
    overflow-y: scroll;
    height: 100%;
    width: max-content;
  }
  .main-nav .inner-nav .nav-items > ul::-webkit-scrollbar {
    display: none;
  }
  .main-nav .inner-nav .nav-items > ul li {
    width: max-content;
    overflow: hidden;
    display: inline-block;
  }
  .main-nav .inner-nav .nav-items > ul li a {
    position: relative;
    display: inline-block;
    transform: translateY(100%);
    font-size: 2em !important;
  }
  .main-nav .inner-nav .nav-items > ul li a.visible {
    animation: reveal 0.2s forwards ease;
  }
  @keyframes reveal {
    to {
      transform: translateY(0);
    }
  }
  .main-nav .inner-nav .nav-items.full-screen {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 100vw;
    top: 0;
    display: grid;
    transition: 0.2s ease;
  }
  .main-nav .inner-nav .nav-items.full-screen.visible {
    left: 0%;
  }
  .main-nav .inner-nav .nav-items .extra {
    display: block;
    overflow-y: scroll;
  }
  .main-nav .inner-nav .nav-items .extra::-webkit-scrollbar {
    display: none;
  }
}

header {
  min-height: 90vh;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  background: #141a22;
}
header > * {
  grid-row: 1/2;
  grid-column: 1/2;
}
header .container {
  z-index: 5;
}
header .container > * {
  align-self: center;
}
header .header-background {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
header .header-background > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.full-width {
  width: 100vw !important;
}

section {
  width: 100%;
}

.container {
  width: calc(100% - (30vw - 5rem));
  max-width: 3000px;
  justify-self: center;
  display: grid;
  gap: calc(1vw + 1rem);
  margin: 0 auto;
  container-type: inline-size;
}

.dynamic-container {
  width: 100%;
  max-width: 55ch;
  display: grid;
  grid-auto-rows: max-content;
  gap: calc(1vw + 1rem);
}

.icons > * {
  width: 2rem;
}

.icon {
  width: 2rem;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.button {
  display: inline-block;
  width: max-content;
  padding: 0.5em 1.5em;
  border-radius: 0;
  clip-path: polygon(0 8px, 8px 8px, 8px 0, calc(100% - 8px) 0, calc(100% - 8px) 8px, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 8px calc(100% - 8px), 0 calc(100% - 8px));
  position: relative;
  overflow: hidden;
  display: flex;
  gap: 1em;
  line-height: 1.5em;
  cursor: pointer;
  z-index: 2;
}
.button img {
  height: 1em;
  align-self: center;
}
.button::before, .button::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  transition: 0.2s ease;
  z-index: -1;
  clip-path: inherit;
}
.button::before {
  top: 100%;
}
.button::after {
  top: 0;
  z-index: -1;
}
.button:hover::before {
  top: 0;
}
.button:hover::after {
  top: 100%;
}
.button.primary {
  background: transparent;
  border-color: #2f36b7;
  color: #f4f1e8 !important;
  outline: none;
}
.button.primary::before {
  background: transparent;
}
.button.primary::after {
  background: #2f36b7;
}
.button.primary:hover {
  color: #2f36b7 !important;
}
.button.background {
  background: transparent;
  border-color: #f4f1e8;
  color: #f4f1e8 !important;
}
.button.background::before {
  background: transparent;
}
.button.background::after {
  background: #f4f1e8;
}
.button.background:hover {
  color: #05060a !important;
}
.button.secondary {
  background: transparent;
  border-color: #2f36b7;
  color: #f4f1e8 !important;
}
.button.secondary::before {
  background: #2f36b7;
}
.button.secondary::after {
  background: transparent;
}
.button.secondary:hover {
  color: #05060a !important;
}

.card {
  border-radius: 0;
  backdrop-filter: blur(5px);
  box-shadow: none;
  background: #141a22;
  outline: 3px solid #141a22;
  color: #f4f1e8;
}

.background-color-dark {
  background: #05060a;
}

.background-color-white {
  background: #0b0f14;
}
.background-color-white *:not(.button *) {
  color: #f4f1e8;
}

.background-color-transparent-white {
  background: rgba(255, 255, 255, 0.08);
}
.background-color-transparent-white *:not(.button *) {
  color: #f4f1e8;
}

hr {
  all: unset;
  width: 100%;
  height: 1px;
  background: #05060a;
}

.hr-opacity {
  opacity: 0.2;
}

.media-container {
  display: grid;
  position: relative;
}
.media-container > * {
  grid-row: 1/2;
  grid-column: 1/2;
}
.media-container > *:nth-child(2) {
  z-index: 10;
}

.relative {
  position: relative;
}

.overflow-row {
  display: flex;
}

.collapse-container .collapse-header {
  display: grid;
  grid-template-columns: max-content auto max-content;
  cursor: pointer;
}
.collapse-container .collapse-toggle {
  display: grid;
  max-height: 0;
  transition: max-height 0.5s ease;
  overflow: hidden;
}
.collapse-container .collapse-arrow {
  transition: 0.2s ease;
  place-self: center;
  color: #f4f1e8;
}
.collapse-container .collapse-arrow.rotate {
  rotate: 90deg;
}

.copy-button {
  cursor: pointer;
}

.pop-up-container {
  position: fixed;
  top: 0;
  z-index: 100;
}
.pop-up-container .pop-up {
  background: rgba(0, 0, 0, 0.242);
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  padding-top: 6rem;
  z-index: 500;
}
.pop-up-container .pop-up .pop-up-header {
  display: grid;
  grid-template-columns: auto max-content;
}

.fade-scroll {
  transform: translateY(50px) rotate(0deg);
  transition: 2s cubic-bezier(0, 0.87, 0.25, 1);
  transform-origin: 0 100%;
  opacity: 0;
}

.fade-out-scroll {
  opacity: 1;
  transition: 2s cubic-bezier(0, 0.87, 0.25, 1);
  transform-origin: 0 100%;
}

.fade-out {
  opacity: 0;
}

.fade-load {
  transform: translateY(1em);
  opacity: 0;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fade {
  transform: translateY(0%) rotate(0deg) !important;
  opacity: 1;
}

@media screen and (max-width: 800px) {
  .zoom {
    transform: scale(1) !important;
  }
}
.zoom img {
  transform-origin: bottom;
}

.text-reveal .word {
  font-family: inherit;
  overflow: hidden;
  vertical-align: top;
}

.line-height-large .word {
  padding-block: 0.1em;
}

.line-height-small .word {
  padding-block: 0.01em;
  transform: translateY(-0.14em);
}

.media-parallax img,
.media-parallax video {
  transform: scale(1.2);
  animation-name: parallax;
  animation-duration: 1ms; /* Firefox requires this to apply the animation */
  animation-direction: alternate;
  animation-timeline: view();
}
@keyframes parallax {
  from {
    transform: scale(1.2) translateY(-30px);
  }
  to {
    transform: scale(1.2) translateY(30px);
  }
}

.mouse-parallax {
  width: inherit;
  height: inherit;
}

.mouse-parallax-medium,
.mouse-parallax-close,
.mouse-parallax-far {
  transition: 0.1s ease;
}

.bounce-transition {
  transition: transform 0.6s cubic-bezier(0.34, 4, 0.3, 1) !important;
}

.move-carrousel {
  width: max-content;
}
.move-carrousel > * {
  animation-duration: 1ms; /* Firefox requires this to apply the animation */
  animation-direction: alternate;
  animation-timeline: view();
}
@container (max-width: calc(500px * 2)) {
  .move-carrousel > * > * {
    max-width: 30vw;
  }
}
.move-carrousel .move-right {
  animation-name: move-right;
}
@keyframes move-right {
  from {
    transform: translateX(-4%);
  }
  to {
    transform: translateX(0);
  }
}
.move-carrousel .move-left {
  animation-name: move-left;
}
@keyframes move-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-4%);
  }
}

.media-reveal {
  animation-duration: 1ms; /* Firefox requires this to apply the animation */
  animation-direction: alternate;
  animation-timeline: view(99% 0);
  animation-name: reveal;
}
@keyframes reveal {
  from {
    transform: translateY(10%);
  }
  to {
    transform: translateY(0%);
  }
}

.anim-hover:hover .anim-out-in {
  animation-duration: 0.5s; /* Firefox requires this to apply the animation */
  animation-name: out-in;
  animation-fill-mode: forwards;
}
@keyframes out-in {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(100%);
    opacity: 0;
  }
  51% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

.cursor {
  display: block;
  z-index: 9999999;
  position: fixed;
}
.cursor::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
  background-color: #f4f1e8;
  transition: 0.2s ease;
  translate: 0 -0.8rem;
}
.cursor.copy::after {
  content: "Click to Copy";
  width: max-content;
  background: #0b0f14;
  padding: 0.5em 1em;
  border-radius: 50rem;
  color: #f4f1e8;
  font-family: "Silkscreen";
}
.cursor.copy.mouse-click::after {
  content: "Copied";
}
.cursor.what-is-mc::after {
  content: "What is Minecraft?";
  width: max-content;
  background: #f4f1e8;
  padding: 0.5em 1em;
  border-radius: 50rem;
  color: #0b0f14;
  font-family: "Silkscreen";
}
.cursor.question-mark::after {
  content: "?";
  width: max-content;
  background: #f4f1e8;
  padding: 0.5em 1em;
  border-radius: 50rem;
  font-size: 2em;
  color: #0b0f14;
  font-family: "Silkscreen";
}
.cursor.explore::after {
  content: ">";
  width: max-content;
  background: #111827;
  padding: 0.5em 1em;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  color: #f4f1e8;
  font-family: "Silkscreen";
  font-size: 2em;
  outline: 3px solid black;
}

.inner-nav {
  border-radius: 0 0.5rem 0.5rem 0;
}
.inner-nav .logo p {
  font-family: "Silkscreen", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Silkscreen", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.game-case-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  height: 80vh;
  background: #111827;
  overflow: hidden;
  width: 100%;
}
.game-case-hero > * {
  grid-column: 1/2;
  grid-row: 1/2;
}
.game-case-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='360'%3E%3Crect x='0' y='0' width='60' height='60' fill='white' opacity='0.05'/%3E%3Crect x='60' y='0' width='60' height='60' fill='white' opacity='0.02'/%3E%3Crect x='120' y='0' width='60' height='60' fill='white' opacity='0.08'/%3E%3Crect x='180' y='0' width='60' height='60' fill='white' opacity='0.01'/%3E%3Crect x='240' y='0' width='60' height='60' fill='white' opacity='0.06'/%3E%3Crect x='300' y='0' width='60' height='60' fill='white' opacity='0.03'/%3E%3Crect x='0' y='60' width='60' height='60' fill='white' opacity='0.09'/%3E%3Crect x='60' y='60' width='60' height='60' fill='white' opacity='0.04'/%3E%3Crect x='120' y='60' width='60' height='60' fill='white' opacity='0.01'/%3E%3Crect x='180' y='60' width='60' height='60' fill='white' opacity='0.07'/%3E%3Crect x='240' y='60' width='60' height='60' fill='white' opacity='0.03'/%3E%3Crect x='300' y='60' width='60' height='60' fill='white' opacity='0.10'/%3E%3Crect x='0' y='120' width='60' height='60' fill='white' opacity='0.02'/%3E%3Crect x='60' y='120' width='60' height='60' fill='white' opacity='0.06'/%3E%3Crect x='120' y='120' width='60' height='60' fill='white' opacity='0.11'/%3E%3Crect x='180' y='120' width='60' height='60' fill='white' opacity='0.02'/%3E%3Crect x='240' y='120' width='60' height='60' fill='white' opacity='0.08'/%3E%3Crect x='300' y='120' width='60' height='60' fill='white' opacity='0.04'/%3E%3Crect x='0' y='180' width='60' height='60' fill='white' opacity='0.07'/%3E%3Crect x='60' y='180' width='60' height='60' fill='white' opacity='0.01'/%3E%3Crect x='120' y='180' width='60' height='60' fill='white' opacity='0.05'/%3E%3Crect x='180' y='180' width='60' height='60' fill='white' opacity='0.09'/%3E%3Crect x='240' y='180' width='60' height='60' fill='white' opacity='0.02'/%3E%3Crect x='300' y='180' width='60' height='60' fill='white' opacity='0.06'/%3E%3Crect x='0' y='240' width='60' height='60' fill='white' opacity='0.03'/%3E%3Crect x='60' y='240' width='60' height='60' fill='white' opacity='0.08'/%3E%3Crect x='120' y='240' width='60' height='60' fill='white' opacity='0.03'/%3E%3Crect x='180' y='240' width='60' height='60' fill='white' opacity='0.04'/%3E%3Crect x='240' y='240' width='60' height='60' fill='white' opacity='0.10'/%3E%3Crect x='300' y='240' width='60' height='60' fill='white' opacity='0.01'/%3E%3Crect x='0' y='300' width='60' height='60' fill='white' opacity='0.06'/%3E%3Crect x='60' y='300' width='60' height='60' fill='white' opacity='0.05'/%3E%3Crect x='120' y='300' width='60' height='60' fill='white' opacity='0.07'/%3E%3Crect x='180' y='300' width='60' height='60' fill='white' opacity='0.02'/%3E%3Crect x='240' y='300' width='60' height='60' fill='white' opacity='0.05'/%3E%3Crect x='300' y='300' width='60' height='60' fill='white' opacity='0.07'/%3E%3C/svg%3E"), linear-gradient(0, rgb(8, 0, 125), rgba(8, 0, 125, 0.041));
  background-size: 360px 360px, auto;
  background-repeat: repeat, no-repeat;
  background-blend-mode: screen, normal;
  z-index: 1;
}
.game-case-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4.5rem;
  background: linear-gradient(#0b0f14 0 0) bottom/100% 2rem no-repeat, repeating-linear-gradient(90deg, #0b0f14 0 6rem, transparent 6rem 12rem) left top/12rem calc(100% - 1.8rem) repeat-x;
  z-index: 3;
}
.game-case-hero .media-container {
  height: 100%;
  width: 100%;
  min-height: 0;
  max-height: none;
}
.game-case-hero .media-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.game-case-hero .game-case-hero-overlay {
  z-index: 2;
  align-self: end;
  padding-bottom: 6.5rem;
}
.game-case-hero .game-case-hero-overlay * {
  color: #f4f1e8;
}
.game-case-hero .game-case-hero-meta {
  display: grid;
  margin-top: 1.5rem;
  grid-template-columns: max-content 1fr;
  gap: 0.5rem 3rem;
  width: 100%;
}
.game-case-hero .game-case-hero-meta-item {
  display: flex;
  gap: 1rem;
}
.game-case-hero .game-case-hero-meta-label {
  opacity: 0.6;
  max-width: none;
}

.game-case-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  transition: opacity 0.2s;
}
.game-case-back-btn:hover {
  opacity: 1;
}

.game-case-next .game-case-next-link {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  color: white;
  text-decoration: none;
}
.game-case-next .game-case-next-link * {
  color: white;
}
.game-case-next .game-case-next-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.3) 60%, transparent 100%);
  pointer-events: none;
}
.game-case-next .game-case-next-link:hover .game-case-next-bg img {
  transform: scale(1.03);
}
.game-case-next .game-case-next-bg {
  aspect-ratio: 21/9;
}
.game-case-next .game-case-next-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.game-case-next .game-case-next-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  z-index: 1;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.game-case-next .game-case-next-label {
  opacity: 0.75;
}
.game-case-next .game-case-next-desc {
  max-width: 40ch;
}
@media (max-width: 700px) {
  .game-case-next .game-case-next-bg {
    aspect-ratio: 4/3;
  }
}

.page-dark-hero {
  position: relative;
  background: #111827;
  padding-bottom: 4.5rem;
}
.page-dark-hero * {
  color: #f4f1e8;
}
.page-dark-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4.5rem;
  background: linear-gradient(#0b0f14 0 0) bottom/100% 2rem no-repeat, repeating-linear-gradient(90deg, #0b0f14 0 6rem, transparent 6rem 12rem) left top/12rem calc(100% - 1.8rem) repeat-x;
  pointer-events: none;
  z-index: 1;
}
.page-dark-hero .media-container {
  width: 100%;
}
.page-dark-hero .media-container img {
  width: 100%;
  object-fit: cover;
}
.page-dark-hero .hero-icon {
  width: clamp(4rem, 5vw, 5.5rem);
  aspect-ratio: 1/1;
  clip-path: polygon(0 8px, 8px 8px, 8px 0, calc(100% - 8px) 0, calc(100% - 8px) 8px, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 8px calc(100% - 8px), 0 calc(100% - 8px));
  outline: 3px solid black;
  overflow: hidden;
}
.page-dark-hero .hero-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.page-dark-hero .hero-centered-copy {
  padding-top: clamp(2rem, 6vw, 6rem);
}
.page-dark-hero .dynamic-container.gap.justify-self-center {
  justify-items: center;
}

.game-case-intro .media-container {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.game-case-intro .media-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.game-case-gallery {
  position: relative;
  background: #2f36b7;
  padding-top: calc(inherit + 4.5rem);
}
.game-case-gallery::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4.5rem;
  background: linear-gradient(#0b0f14 0 0) top/100% 2rem no-repeat, repeating-linear-gradient(90deg, #0b0f14 0 6rem, transparent 6rem 12rem) left bottom/12rem calc(100% - 1.8rem) repeat-x;
  pointer-events: none;
}
.game-case-gallery .dynamic-container * {
  color: #f4f1e8;
}

.castle-background-color {
  background: #2f36b7;
  padding-top: 10.5rem;
  position: relative;
}
.castle-background-color::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4.5rem;
  background: linear-gradient(#0b0f14 0 0) top/100% 2rem no-repeat, repeating-linear-gradient(90deg, #0b0f14 0 6rem, transparent 6rem 12rem) left bottom/12rem calc(100% - 1.8rem) repeat-x;
  pointer-events: none;
}
.castle-background-color .dynamic-container * {
  color: #f4f1e8;
}

.castle-background-color-hero {
  background: #2f36b7;
  padding-block: 6rem;
  padding-bottom: 10.5rem;
  position: relative;
}
.castle-background-color-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4.5rem;
  background: linear-gradient(#0b0f14 0 0) bottom/100% 2rem no-repeat, repeating-linear-gradient(90deg, #0b0f14 0 6rem, transparent 6rem 12rem) left top/12rem calc(100% - 1.8rem) repeat-x;
  pointer-events: none;
}
.castle-background-color-hero .dynamic-container * {
  color: #f4f1e8;
}

.game-case-gallery-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}
.game-case-gallery-grid .media-container {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.game-case-gallery-grid .media-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 900px) {
  .game-case-gallery-grid {
    grid-template-columns: 1fr;
  }
}

.games-scroll-section {
  position: relative;
  background: #2f36b7;
  padding-top: 4.5rem;
  padding-bottom: calc(1vw + 1rem);
}
.games-scroll-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4.5rem;
  background: linear-gradient(#0b0f14 0 0) top/100% 2rem no-repeat, repeating-linear-gradient(90deg, #0b0f14 0 6rem, transparent 6rem 12rem) left bottom/12rem calc(100% - 1.8rem) repeat-x;
  pointer-events: none;
}
.games-scroll-section h2 {
  color: #f4f1e8;
}

.games-scroll-track-outer {
  width: 100vw;
  max-width: 100vw;
  cursor: ew-resize;
  padding-block: calc(1vw + 1rem);
  overflow-x: scroll;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scrollbar-width: auto;
}
.games-scroll-track-outer::-webkit-scrollbar {
  height: 12px;
}
.games-scroll-track-outer::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 999px;
}
.games-scroll-track-outer::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.15);
}

.games-scroll-track {
  display: flex;
  align-items: stretch;
  gap: calc(1vw + 1rem);
  width: max-content;
  min-width: 100%;
  padding-inline: calc((30vw - 5rem) / 2);
  scroll-snap-type: x proximity;
  scroll-behavior: auto;
}
.games-scroll-track > * {
  flex: 0 0 auto;
  width: clamp(360px, 40vw, 560px);
  scroll-snap-align: start;
}

.quotes-section .quotes-grid {
  align-items: start;
  overflow: visible;
  padding-top: 1.5rem;
}
.quotes-section h2 {
  max-width: 20ch;
}

.quote-card {
  position: relative;
  background: #141a22;
  padding: 3rem 1.8rem 1.8rem;
  min-height: 16rem;
}
.quote-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1.6rem;
  background: repeating-linear-gradient(90deg, transparent 0 2.2rem, #141a22 2.2rem 4.4rem);
}

.quote-card-avatar {
  position: absolute;
  top: -1.25rem;
  right: 1.5rem;
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
  border: 3px solid #0b0f14;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background: #0b0f14;
}
.quote-card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.quote-mark {
  position: absolute;
  left: 0.6rem;
  top: 1.8rem;
  font-size: 2.2rem;
  line-height: 1;
  color: #111827;
  font-weight: 700;
}

.values-card {
  display: grid;
  grid-auto-rows: max-content;
  gap: 1em;
}

@container (max-width: calc(500px * 2)) {
  .values-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .values-grid > * {
    flex: 0 1 45%;
  }
}
@container (max-width: 500px) {
  .values-grid > * {
    flex: 0 1 100%;
  }
}

.values-card-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.values-card-image {
  width: 12rem;
  height: 12rem;
  overflow: hidden;
}
.values-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.value-info-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0.1rem;
  cursor: pointer;
  color: #f4f1e8;
  opacity: 0.45;
  transition: opacity 0.15s ease;
  flex-shrink: 0;
}
.value-info-btn:hover {
  opacity: 1;
}

.values-popup-heading {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.values-popup-content {
  display: grid;
  gap: 1rem;
}

.values-popup-img {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  flex-shrink: 0;
}

.split-feature-media {
  position: relative;
  display: grid;
  height: 100%;
}
.split-feature-media .media-container {
  position: relative;
  z-index: 1;
  border-radius: 0;
  overflow: hidden;
}
.split-feature-media .media-container * {
  height: 100%;
  object-fit: cover;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto max-content;
  height: 82vh;
}
@media (max-width: 1000px) {
  .intro-grid {
    min-height: 80vh;
    height: auto;
  }
}
.intro-grid h1,
.intro-grid .media-container {
  grid-row: 1/2;
  grid-column: 1/2;
}
.intro-grid .media-container {
  position: relative;
  z-index: -1;
  height: 100%;
}
.intro-grid .media-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: -1;
}
.intro-grid .media-container::after {
  content: "";
  background: linear-gradient(180deg, rgba(224, 226, 218, 0), rgb(224, 226, 218) 90%);
  position: absolute;
  bottom: 0;
  display: block;
  height: 50%;
  width: 100%;
  z-index: 1;
  transform: scale(2, 2);
}
.intro-grid .intro-image {
  width: 30rem;
  justify-self: center;
}
@media (max-width: 1000px) {
  .intro-grid .intro-image {
    width: 100%;
  }
}
.intro-grid .project-title {
  width: 100%;
}
.intro-grid .bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.intro-grid .bottom > *:nth-child(2) {
  justify-self: center;
}
.intro-grid .bottom > *:nth-child(3) {
  justify-self: end;
}
@media (max-width: 1000px) {
  .intro-grid .bottom {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .intro-grid .bottom > * {
    justify-self: center !important;
  }
}

.nav-items ul {
  gap: 1rem !important;
  margin-right: 1rem;
}

header.hero-grid-header {
  position: relative;
  min-height: 100vh;
  display: block;
  padding: 0;
  overflow: hidden;
  background: #111827;
  color: #f4f1e8;
  isolation: isolate;
}
header.hero-grid-header .hero-stage {
  position: absolute;
  inset: 0;
  z-index: 0;
}
header.hero-grid-header .hero-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
  pointer-events: none;
}
header.hero-grid-header .hero-video-stack,
header.hero-grid-header .hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
header.hero-grid-header .hero-video-stack {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
header.hero-grid-header .hero-video-stack > * {
  grid-column: 1/2;
  grid-row: 1/2;
}
header.hero-grid-header .hero-video-main,
header.hero-grid-header .hero-video-bleed,
header.hero-grid-header .hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
header.hero-grid-header .hero-video-main {
  position: relative;
  z-index: 2;
  opacity: 1;
}
header.hero-grid-header .hero-video-bleed {
  filter: blur(140px) saturate(1.1);
  transform: scale(1.12);
  opacity: 0.45;
  z-index: 1;
}
header.hero-grid-header .hero-overlay {
  position: relative;
  min-height: 100vh;
  z-index: 2;
  width: 100%;
  padding: clamp(6rem, 14vw, 10rem) clamp(1.5rem, 5vw, 4rem) clamp(4.5rem, 9vw, 6rem);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f4f1e8;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
  box-sizing: border-box;
}
header.hero-grid-header .hero-overlay * {
  color: inherit;
}
header.hero-grid-header .hero-content {
  width: min(100%, 64rem);
  max-width: 64rem;
  min-width: 0;
  gap: 2.5rem;
  align-items: center;
  justify-items: center;
}
header.hero-grid-header .hero-kicker,
header.hero-grid-header .hero-intro,
header.hero-grid-header .hero-partners {
  max-width: 40rem;
}
header.hero-grid-header .hero-kicker {
  text-transform: uppercase;
  opacity: 0.85;
}
header.hero-grid-header .hero-content h1 {
  max-width: 22ch;
  text-wrap: balance;
}
header.hero-grid-header .hero-intro {
  opacity: 0.9;
}
header.hero-grid-header .hero-cta {
  margin-top: 0.25rem;
}
header.hero-grid-header .hero-cta.button.primary, header.hero-grid-header .hero-cta.button.primary:hover {
  color: #f4f1e8 !important;
}
header.hero-grid-header .hero-partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.75rem;
  padding: 0;
  background: transparent;
}
header.hero-grid-header .hero-partners * {
  color: #f4f1e8;
}
header.hero-grid-header .hero-partners > p {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.72;
}
header.hero-grid-header .hero-partners .hero-partner-marquee {
  overflow: hidden;
  width: min(100%, 42rem);
  min-width: 0;
}
header.hero-grid-header .hero-partners .hero-partner-track {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  width: max-content;
  margin-inline: auto;
  animation: partner-marquee 22s linear infinite;
  will-change: transform;
}
header.hero-grid-header .hero-partners .hero-partner-logo {
  display: flex;
  align-items: center;
  height: 1rem;
  flex: 0 0 auto;
}
header.hero-grid-header .hero-partners .hero-partner-logo img {
  height: 100%;
  width: auto;
  max-width: 9rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
@keyframes partner-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  header.hero-grid-header .hero-partners .hero-partner-track {
    animation: none;
  }
}
@media (max-width: 900px) {
  header.hero-grid-header {
    min-height: 100svh;
  }
  header.hero-grid-header .hero-overlay {
    padding-inline: 1.25rem;
  }
  header.hero-grid-header .hero-content {
    width: min(100%, 52rem);
    max-width: 52rem;
  }
  header.hero-grid-header .hero-partners .hero-partner-marquee {
    width: min(100%, 30rem);
  }
}
@media (max-width: 700px) {
  header.hero-grid-header {
    min-height: 100svh;
  }
  header.hero-grid-header .hero-overlay {
    padding-inline: 1rem;
    min-height: 100svh;
  }
  header.hero-grid-header .hero-content {
    width: 100%;
    max-width: 100%;
    gap: 1rem;
  }
  header.hero-grid-header .hero-content h1 {
    max-width: 11ch;
  }
  header.hero-grid-header .hero-partners {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  header.hero-grid-header .hero-partners .hero-partner-marquee {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  header.hero-grid-header .hero-partners .hero-partner-track {
    width: max-content;
    flex-wrap: nowrap;
    justify-content: flex-start;
    animation: partner-marquee 22s linear infinite;
    gap: 1rem;
  }
  header.hero-grid-header .hero-partners .hero-partner-logo img {
    max-width: 5rem;
  }
}

.logo {
  display: flex;
  place-items: center;
  gap: 1em;
}

.container-header {
  display: flex;
  justify-content: space-between;
}

.loading {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 0;
  height: 400vh;
  opacity: 1;
  visibility: visible;
  transition: 1s ease-in-out;
  background: transparent url("http://assets.iceable.com/img/noise-transparent.png") repeat 0 0;
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  animation: load-out;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
@keyframes load-out {
  0% {
    width: 200vw;
  }
  100% {
    width: 0vw;
  }
}

.loading-bg {
  width: 0;
  left: -50%;
  top: -50%;
  height: 200vh;
  background: #0b0f14;
  z-index: 99998;
  position: fixed;
  transition: 1s ease-in-out;
  overflow: hidden;
  animation: load-out;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
@keyframes load-out {
  0% {
    width: 200vw;
  }
  100% {
    width: 0vw;
  }
}

.loading-init {
  width: 200vw;
}

.section-grid {
  grid-template-columns: 0.5fr 4fr;
}
@media (max-width: 1000px) {
  .section-grid {
    grid-template-columns: 1fr;
  }
}

.project-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 1000px) {
  .project-grid {
    grid-template-columns: 1fr;
  }
}
.project-grid .project {
  aspect-ratio: 1/1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  overflow: hidden;
}
.project-grid .project .media-container {
  width: 100%;
  height: 100%;
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
}
.project-grid .project .media-container::after {
  content: "";
  background: linear-gradient(180deg, rgba(224, 226, 218, 0), rgb(224, 226, 218));
  position: absolute;
  bottom: 0;
  display: block;
  height: 50%;
  width: 100%;
  z-index: 1;
}
.project-grid .project .media-container img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  z-index: -1;
}
.project-grid .project .tags {
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: end;
  padding: 1rem;
  display: grid;
  gap: 1rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 1000px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

.tag {
  background: #2f36b7;
  color: #f4f1e8;
  z-index: 100;
  font-size: 0.6944444444rem;
  padding: 1em 2em;
  max-width: max-content;
  display: inline-block;
  border-radius: 0;
  clip-path: polygon(0 8px, 8px 8px, 8px 0, calc(100% - 8px) 0, calc(100% - 8px) 8px, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 8px calc(100% - 8px), 0 calc(100% - 8px));
  outline: 3px solid black;
}

.pixel-cut-frame {
  clip-path: polygon(0 8px, 8px 8px, 8px 0, calc(100% - 8px) 0, calc(100% - 8px) 8px, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 8px calc(100% - 8px), 0 calc(100% - 8px));
  background: #2f36b7;
  outline: 3px solid black;
  overflow: hidden;
}
.pixel-cut-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.meet-mindcastle-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: start;
}
@media (max-width: 900px) {
  .meet-mindcastle-grid {
    grid-template-columns: 1fr;
  }
}

.meet-mindcastle-card {
  align-items: center;
}

.meet-mindcastle-linkedin {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  opacity: 0.95;
  transition: transform 0.15s ease, opacity 0.15s ease;
}
.meet-mindcastle-linkedin img {
  width: 100%;
  height: 100%;
  display: block;
}
.meet-mindcastle-linkedin:hover {
  opacity: 1;
  transform: translateY(-0.1rem);
}

.meet-mindcastle-image {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
}

.pixelate-hover-canvas {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  image-rendering: pixelated;
  transition: opacity 0.18s ease;
}

.pixelate-hover-canvas.is-visible {
  opacity: 1;
}

img.pixelate-hover {
  transition: opacity 0.18s ease;
}

.meet-mindcastle-intro {
  max-width: 42rem;
  margin-inline: auto;
}

.main-tag {
  background: #f4f1e8;
  border: 2px solid #f4f1e8;
  color: #0b0f14;
}

.secondary-tag {
  background: none;
  border: 2px solid #f4f1e8;
  color: #f4f1e8;
}

.profile-pic {
  width: 8rem;
  height: 8rem;
  overflow: hidden;
  border-radius: 10rem;
}
.profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icons {
  display: flex;
  gap: 1rem;
}
.icons > * {
  width: 1.5rem;
  transition: 0.2s ease;
}
.icons > *:hover {
  transform: translateY(-0.2rem);
}

.contact {
  display: grid;
  align-items: end;
}
.contact .column-2 > div {
  display: grid;
  gap: 1rem;
}
.contact .column-2 > div > div {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 500px) {
  .contact .column-2 > div > div {
    grid-template-columns: 1fr;
  }
  .contact .column-2 > div > div > *:nth-child(even) {
    margin-bottom: 0.5rem;
  }
}
.contact .column-2 > div:last-child {
  justify-content: end;
  align-self: end;
}

.contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 800px) {
  .contact-buttons * {
    font-size: 1em;
  }
}

footer {
  overflow-y: hidden;
}

.footer-graphic {
  position: absolute;
  bottom: -25%;
  left: 5%;
  width: 40%;
  opacity: 0.4;
}
@media (max-width: 1200px) {
  .footer-graphic {
    display: none;
  }
}

.footer-trusted-by-marquee {
  overflow: hidden;
  width: 100%;
  min-width: 0;
}
.footer-trusted-by-marquee .hero-partner-track {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: max-content;
  animation: partner-marquee 22s linear infinite;
  will-change: transform;
}
.footer-trusted-by-marquee .hero-partner-logo {
  display: flex;
  align-items: center;
  height: 1rem;
  flex: 0 0 auto;
}
.footer-trusted-by-marquee .hero-partner-logo img {
  height: 100%;
  width: auto;
  max-width: 8rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
@media (prefers-reduced-motion: reduce) {
  .footer-trusted-by-marquee .hero-partner-track {
    animation: none;
  }
}
@media (max-width: 700px) {
  .footer-trusted-by-marquee .hero-partner-track {
    gap: 1rem;
  }
}

header.header-apple {
  height: auto;
}
header.header-apple .title {
  margin-bottom: 20rem;
}
header.header-apple .container > * {
  align-self: center;
}
header.header-apple .header-background {
  overflow: hidden;
  display: grid;
  justify-self: center;
  align-self: end;
}
@media (max-width: 800px) {
  header.header-apple {
    height: 100vh;
  }
  header.header-apple .header-background {
    padding-top: 20rem;
  }
  header.header-apple .title {
    margin-bottom: 20rem;
  }
}

header.header-portfolio {
  height: auto;
  padding-top: 15rem;
}

.explore-button > * {
  background: red;
  aspect-ratio: 1/1;
  border-radius: 5rem;
  display: grid;
  justify-items: center;
  align-content: center;
  padding: 1em;
}
.explore-button {
  position: absolute;
  top: 0;
  right: 50%;
  width: max-content;
  transform: translate(50%, -50%);
}

h1,
h2 {
  font-weight: 400;
}

#header-carrousel {
  margin-top: -11rem;
}
@media (max-width: 1200px) {
  #header-carrousel {
    margin-top: 0;
  }
}

.test {
  background: red;
  width: 30rem;
  aspect-ratio: 1/1;
  animation-name: rotateAnimation;
  animation-duration: 1ms; /* Firefox requires this to apply the animation */
  animation-direction: alternate;
  animation-timeline: view();
}
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.big-title {
  font-size: 15vw;
  line-height: 0.8em;
  font-family: "Dragon" !important;
}
.big-title * {
  font-family: "Base Neue Trial" !important;
  letter-spacing: 0em;
  font-weight: bold;
  padding-top: 0.01em;
}

.buy-container {
  position: fixed;
  width: max-content;
  background: #0b0f14;
  box-shadow: 0px 20px 0px 0px rgba(99, 63, 26, 0.4509803922);
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 1rem;
  z-index: 9999;
  border-radius: 0;
}

.download-card ol li {
  list-style: none;
  border-bottom: 1px solid #f4f1e8;
  padding-block: 1em;
}
.download-card ol li:last-child {
  border-bottom: none;
}

.complete {
  position: relative;
}
.complete::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  background: #f4f1e8;
  right: 100%;
  margin-right: 1em;
}

.game {
  display: grid;
  grid-template-columns: max-content auto max-content;
  align-items: center;
  gap: 2rem;
  border-bottom: 1px solid #f4f1e8;
}
.game .media-container {
  width: 15rem;
}

.video-block {
  position: absolute;
  aspect-ratio: 1/1;
}
.video-block.block-1 {
  height: 20vw;
  right: 40%;
  top: 40%;
  transform: rotate(-10deg);
}
.video-block.block-2 {
  height: 30vw;
  right: 20%;
  top: 30%;
  transform: rotate(0deg);
}
.video-block.block-3 {
  height: 20vw;
  right: 5%;
  top: 40%;
  transform: rotate(10deg);
}

.header-video {
  margin-left: 35vw;
}

#contact-button.button.primary, #contact-button.button.primary:hover {
  background: #0b0f14;
  border-color: #0b0f14;
  color: #f4f1e8 !important;
}
#contact-button.button.primary::before, #contact-button.button.primary::after {
  background: #0b0f14;
}
@container (max-width: calc(500px * 2)) {
  #contact-button.dynamic-resize {
    font-size: 0.7em;
  }
}

.footer-details {
  background: #f4f1e8;
}
.footer-details * {
  color: #f4f1e8 !important;
}

#title-padding {
  width: max-content;
  padding: 2rem 2rem 2rem 0;
}

.game-image {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.game-image img {
  height: 100%;
  width: 100%;
}

@container (max-width: calc(900px)) {
  .header-buttons {
    flex-direction: column;
  }
}

.game-card {
  cursor: pointer;
  transition: 0.2s ease;
  display: flex;
  flex-direction: column;
}
.game-card .card {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.game-card .card > .mouse-parallax-far {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.game-card .card > .mouse-parallax-far .card-padding {
  flex: 1;
  align-content: start;
}
.game-card img {
  transition: 0.2s ease;
}
.game-card:hover {
  transform: scale(1.005);
}
.game-card:hover img {
  transform: scale(1.02);
}

.game-card-explore .card {
  background: rgba(255, 255, 255, 0.08);
  border: 2px dashed rgba(255, 255, 255, 0.25);
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s;
}
.game-card-explore:hover .card {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.5);
}
.game-card-explore .game-card-explore-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 2rem;
  text-align: center;
  color: white;
  height: 100%;
}
.game-card-explore .game-card-explore-inner span {
  color: white;
}

.title {
  color: #f4f1e8;
  transform: translateY(0.25em);
}

header {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  padding-left: calc((30vw - 5rem) / 2);
  padding-bottom: 7rem;
  position: relative;
  overflow: hidden;
  background: #111827;
  padding-top: 7rem;
  contain: paint;
}
header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4.5rem;
  background: linear-gradient(#0b0f14 0 0) bottom/100% 2rem no-repeat, repeating-linear-gradient(90deg, #0b0f14 0 6rem, transparent 6rem 12rem) left top/12rem calc(100% - 1.8rem) repeat-x;
  pointer-events: none;
  z-index: 50;
}
header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='360'%3E%3Crect x='0' y='0' width='60' height='60' fill='white' opacity='0.05'/%3E%3Crect x='60' y='0' width='60' height='60' fill='white' opacity='0.02'/%3E%3Crect x='120' y='0' width='60' height='60' fill='white' opacity='0.08'/%3E%3Crect x='180' y='0' width='60' height='60' fill='white' opacity='0.01'/%3E%3Crect x='240' y='0' width='60' height='60' fill='white' opacity='0.06'/%3E%3Crect x='300' y='0' width='60' height='60' fill='white' opacity='0.03'/%3E%3Crect x='0' y='60' width='60' height='60' fill='white' opacity='0.09'/%3E%3Crect x='60' y='60' width='60' height='60' fill='white' opacity='0.04'/%3E%3Crect x='120' y='60' width='60' height='60' fill='white' opacity='0.01'/%3E%3Crect x='180' y='60' width='60' height='60' fill='white' opacity='0.07'/%3E%3Crect x='240' y='60' width='60' height='60' fill='white' opacity='0.03'/%3E%3Crect x='300' y='60' width='60' height='60' fill='white' opacity='0.10'/%3E%3Crect x='0' y='120' width='60' height='60' fill='white' opacity='0.02'/%3E%3Crect x='60' y='120' width='60' height='60' fill='white' opacity='0.06'/%3E%3Crect x='120' y='120' width='60' height='60' fill='white' opacity='0.11'/%3E%3Crect x='180' y='120' width='60' height='60' fill='white' opacity='0.02'/%3E%3Crect x='240' y='120' width='60' height='60' fill='white' opacity='0.08'/%3E%3Crect x='300' y='120' width='60' height='60' fill='white' opacity='0.04'/%3E%3Crect x='0' y='180' width='60' height='60' fill='white' opacity='0.07'/%3E%3Crect x='60' y='180' width='60' height='60' fill='white' opacity='0.01'/%3E%3Crect x='120' y='180' width='60' height='60' fill='white' opacity='0.05'/%3E%3Crect x='180' y='180' width='60' height='60' fill='white' opacity='0.09'/%3E%3Crect x='240' y='180' width='60' height='60' fill='white' opacity='0.02'/%3E%3Crect x='300' y='180' width='60' height='60' fill='white' opacity='0.06'/%3E%3Crect x='0' y='240' width='60' height='60' fill='white' opacity='0.03'/%3E%3Crect x='60' y='240' width='60' height='60' fill='white' opacity='0.08'/%3E%3Crect x='120' y='240' width='60' height='60' fill='white' opacity='0.03'/%3E%3Crect x='180' y='240' width='60' height='60' fill='white' opacity='0.04'/%3E%3Crect x='240' y='240' width='60' height='60' fill='white' opacity='0.10'/%3E%3Crect x='300' y='240' width='60' height='60' fill='white' opacity='0.01'/%3E%3Crect x='0' y='300' width='60' height='60' fill='white' opacity='0.06'/%3E%3Crect x='60' y='300' width='60' height='60' fill='white' opacity='0.05'/%3E%3Crect x='120' y='300' width='60' height='60' fill='white' opacity='0.07'/%3E%3Crect x='180' y='300' width='60' height='60' fill='white' opacity='0.02'/%3E%3Crect x='240' y='300' width='60' height='60' fill='white' opacity='0.05'/%3E%3Crect x='300' y='300' width='60' height='60' fill='white' opacity='0.07'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 360px 360px;
  opacity: 0.1;
  mix-blend-mode: color-dodge;
}
header > * {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  z-index: 1;
}
header .right {
  grid-template-rows: 1fr min-content;
}
header .media-container {
  background: #141a22;
  height: 100%;
  overflow: visible;
  contain: unset;
}
header .media-container img,
header .media-container video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
header .media-container .hero-video-stack {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
header .media-container .hero-video-stack * {
  grid-column: 1/2;
  grid-row: 1/2;
}
header .media-container .hero-video-stack *:nth-child(1) {
  z-index: 10;
  opacity: 1;
}
header .media-container .hero-video-stack .hero-video-bleed {
  filter: blur(500px);
  z-index: 5;
}
header .media-container .hero-video-stack video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header h1 {
  z-index: 5;
}
header .hero-partners {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 1em;
  background: #05060a;
  padding: 1rem;
}
header .hero-partners * {
  color: #f4f1e8;
}
header .hero-partners .hero-partner-marquee {
  overflow: hidden;
  width: 100%;
  min-width: 12rem;
}
header .hero-partners .hero-partner-track {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: max-content;
  animation: partner-marquee 22s linear infinite;
  will-change: transform;
}
header .hero-partners .hero-partner-logo {
  display: flex;
  align-items: center;
  height: 1rem;
  flex: 0 0 auto;
}
header .hero-partners .hero-partner-logo img {
  height: 100%;
  width: auto;
  max-width: 9rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
@keyframes partner-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  header .hero-partners .hero-partner-track {
    animation: none;
  }
}
@media (max-width: 700px) {
  header .hero-partners {
    grid-template-columns: max-content 1fr;
    gap: 0.6rem;
  }
  header .hero-partners .hero-partner-marquee {
    min-width: 0;
  }
}

.header-margin {
  margin-top: 10rem;
}

.mark {
  background: #111827;
  padding: 0.1em 0.6em;
  border-radius: 2em;
  outline: 5px solid black;
  font-family: "Silkscreen";
  letter-spacing: 0em;
  font-weight: 100;
}
.mark * {
  font-family: "Silkscreen";
  letter-spacing: 0em;
}

.collapse-container {
  border-radius: 0;
}

.gallery-description {
  background: black;
  color: white;
  padding: 1.5em;
  border-radius: 0;
  transform: scale(0);
  transform-origin: bottom left;
  transition: 0.1s ease;
  align-content: space-between;
  box-sizing: border-box;
  width: calc(100% - 2em);
}
.gallery-description * {
  color: #f4f1e8;
}

.game-card img {
  transform: scale(1.1);
}
.game-card:hover .gallery-description {
  transform: scale(1);
}

.header-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='360'%3E%3Crect x='0' y='0' width='60' height='60' fill='white' opacity='0.05'/%3E%3Crect x='60' y='0' width='60' height='60' fill='white' opacity='0.02'/%3E%3Crect x='120' y='0' width='60' height='60' fill='white' opacity='0.08'/%3E%3Crect x='180' y='0' width='60' height='60' fill='white' opacity='0.01'/%3E%3Crect x='240' y='0' width='60' height='60' fill='white' opacity='0.06'/%3E%3Crect x='300' y='0' width='60' height='60' fill='white' opacity='0.03'/%3E%3Crect x='0' y='60' width='60' height='60' fill='white' opacity='0.09'/%3E%3Crect x='60' y='60' width='60' height='60' fill='white' opacity='0.04'/%3E%3Crect x='120' y='60' width='60' height='60' fill='white' opacity='0.01'/%3E%3Crect x='180' y='60' width='60' height='60' fill='white' opacity='0.07'/%3E%3Crect x='240' y='60' width='60' height='60' fill='white' opacity='0.03'/%3E%3Crect x='300' y='60' width='60' height='60' fill='white' opacity='0.10'/%3E%3Crect x='0' y='120' width='60' height='60' fill='white' opacity='0.02'/%3E%3Crect x='60' y='120' width='60' height='60' fill='white' opacity='0.06'/%3E%3Crect x='120' y='120' width='60' height='60' fill='white' opacity='0.11'/%3E%3Crect x='180' y='120' width='60' height='60' fill='white' opacity='0.02'/%3E%3Crect x='240' y='120' width='60' height='60' fill='white' opacity='0.08'/%3E%3Crect x='300' y='120' width='60' height='60' fill='white' opacity='0.04'/%3E%3Crect x='0' y='180' width='60' height='60' fill='white' opacity='0.07'/%3E%3Crect x='60' y='180' width='60' height='60' fill='white' opacity='0.01'/%3E%3Crect x='120' y='180' width='60' height='60' fill='white' opacity='0.05'/%3E%3Crect x='180' y='180' width='60' height='60' fill='white' opacity='0.09'/%3E%3Crect x='240' y='180' width='60' height='60' fill='white' opacity='0.02'/%3E%3Crect x='300' y='180' width='60' height='60' fill='white' opacity='0.06'/%3E%3Crect x='0' y='240' width='60' height='60' fill='white' opacity='0.03'/%3E%3Crect x='60' y='240' width='60' height='60' fill='white' opacity='0.08'/%3E%3Crect x='120' y='240' width='60' height='60' fill='white' opacity='0.03'/%3E%3Crect x='180' y='240' width='60' height='60' fill='white' opacity='0.04'/%3E%3Crect x='240' y='240' width='60' height='60' fill='white' opacity='0.10'/%3E%3Crect x='300' y='240' width='60' height='60' fill='white' opacity='0.01'/%3E%3Crect x='0' y='300' width='60' height='60' fill='white' opacity='0.06'/%3E%3Crect x='60' y='300' width='60' height='60' fill='white' opacity='0.05'/%3E%3Crect x='120' y='300' width='60' height='60' fill='white' opacity='0.07'/%3E%3Crect x='180' y='300' width='60' height='60' fill='white' opacity='0.02'/%3E%3Crect x='240' y='300' width='60' height='60' fill='white' opacity='0.05'/%3E%3Crect x='300' y='300' width='60' height='60' fill='white' opacity='0.07'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 360px 360px;
  opacity: 0.1;
  mix-blend-mode: color-dodge;
}
