[data-chroma-theme=ishgard] h1, [data-chroma-theme=ishgard] h2, [data-chroma-theme=ishgard] h3, [data-chroma-theme=ishgard] h4, [data-chroma-theme=ishgard] h5, [data-chroma-theme=ishgard] h6 {
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
}

/** Theme management, recursion, etc. **/
/** Theme applicators **/
/** EXPORTS **/
section#developers {
  position: relative;
  overflow: hidden;
}
section#developers::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -10;
  background-size: cover;
  background-position: center;
  filter: blur(2px);
}
section#developers::before {
  background-image: url("/assets/backgrounds/heroes/marketing/s9_workstation-ba438b27.webp");
  background-blend-mode: lighten;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (prefers-color-scheme: dark) {
  body[data-chroma-theme=auto] section#developers::before {
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.65);
  }
}
[data-chroma-theme=umbral] section#developers::before {
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.65);
}

[data-chroma-theme=gridania] section#developers::before {
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.65);
}

[data-chroma-theme=limsa] section#developers::before {
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.65);
}

[data-chroma-theme=thanalan] section#developers::before {
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.65);
}

[data-chroma-theme=thirteenth] section#developers::before {
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.65);
}

section#counters {
  position: relative;
  overflow: hidden;
}
section#counters::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -10;
  background-size: cover;
  background-position: center;
  filter: blur(2px);
}
section#counters::before {
  background-image: url("/assets/backgrounds/heroes/marketing/labyrin_day-ad14eea9.webp");
  background-blend-mode: lighten;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (prefers-color-scheme: dark) {
  body[data-chroma-theme=auto] section#counters::before {
    background-image: url("/assets/backgrounds/heroes/marketing/labyrin_night-33c249c7.webp");
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.65);
  }
}
[data-chroma-theme=umbral] section#counters::before {
  background-image: url("/assets/backgrounds/heroes/marketing/labyrin_night-33c249c7.webp");
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.65);
}

[data-chroma-theme=gridania] section#counters::before {
  background-image: url("/assets/backgrounds/heroes/marketing/labyrin_night-33c249c7.webp");
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.65);
}

[data-chroma-theme=limsa] section#counters::before {
  background-image: url("/assets/backgrounds/heroes/marketing/labyrin_night-33c249c7.webp");
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.65);
}

[data-chroma-theme=thanalan] section#counters::before {
  background-image: url("/assets/backgrounds/heroes/marketing/labyrin_night-33c249c7.webp");
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.65);
}

[data-chroma-theme=thirteenth] section#counters::before {
  background-image: url("/assets/backgrounds/heroes/marketing/labyrin_night-33c249c7.webp");
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.65);
}

.marketing-card {
  position: relative;
  isolation: isolate;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.3s, border 0.3s;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
}
@media (prefers-color-scheme: dark) {
  body[data-chroma-theme=auto] .marketing-card {
    background: rgba(30, 30, 30, 0.35);
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.18);
  }
}
[data-chroma-theme=umbral] .marketing-card {
  background: rgba(30, 30, 30, 0.35);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.18);
}

[data-chroma-theme=gridania] .marketing-card {
  background: rgba(30, 30, 30, 0.35);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.18);
}

[data-chroma-theme=limsa] .marketing-card {
  background: rgba(30, 30, 30, 0.35);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.18);
}

[data-chroma-theme=thanalan] .marketing-card {
  background: rgba(30, 30, 30, 0.35);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.18);
}

[data-chroma-theme=thirteenth] .marketing-card {
  background: rgba(30, 30, 30, 0.35);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.18);
}

.marketing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.12);
}
@media (prefers-color-scheme: dark) {
  body[data-chroma-theme=auto] .marketing-card:hover {
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.25);
  }
}
[data-chroma-theme=umbral] .marketing-card:hover {
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.25);
}

[data-chroma-theme=gridania] .marketing-card:hover {
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.25);
}

[data-chroma-theme=limsa] .marketing-card:hover {
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.25);
}

[data-chroma-theme=thanalan] .marketing-card:hover {
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.25);
}

[data-chroma-theme=thirteenth] .marketing-card:hover {
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.25);
}

.marketing-card:hover .icon-badge {
  transform: rotate(8deg) scale(1.05);
}
.marketing-card .icon-badge {
  width: 2.5rem;
  height: 2.5rem;
  transition: transform 0.3s ease-in-out;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
.marketing-card .icon-badge .bi {
  font-size: 1.25rem;
}

.btn-outline-secondary {
  backdrop-filter: blur(4px);
}

.marketing-dna-buff {
  height: 2rem;
  vertical-align: baseline -2px;
}

@keyframes cursor-blink-animation {
  0%, 40% {
    opacity: 1;
  }
  50%, 90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.code-ps1 {
  color: var(--bs-gray);
  word-spacing: -0.3em;
}

.cursor-blink {
  animation: cursor-blink-animation 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .cursor-blink {
    animation: none;
  }
}

/*# sourceMappingURL=/assets/special/marketing-e5d211c7.css.map */
