@charset "UTF-8";

/* static/src/scss/main-desktop.scss */
@font-face {
  font-family: "Apalu";
  src: url("../fonts/Apalu.b0a79d8ab9a7.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cormorant Garamond Italic";
  src: url("../fonts/CormorantGaramondItalic.7da24ab5cc66.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond.c47ff12887a3.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora.5d5a586a9741.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather.5c271de154f2.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fjalla One";
  src: url("../fonts/FjallaOne.1b492d988a78.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  font-size: 110%;
  line-height: 1.2;
  min-height: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  min-height: 100vh;
}
.page-spacer {
  flex: 1 0 auto;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.25rem;
}
h4,
h5,
h6 {
  font-size: 1.5rem;
}
a {
  color: hsl(280, 80%, 50%);
  font-weight: normal;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.icon-button {
  display: flex;
  flex-direction: row;
  background: none;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
}
.icon-button i {
  color: inherit;
}
.text-xs {
  font-size: 0.75rem;
  line-height: calc(1rem / 0.75rem);
}
.text-sm {
  font-size: 0.875rem;
  line-height: calc(1.25rem / 0.875rem);
}
.text-base {
  font-size: 1rem;
  line-height: calc(1.5rem / 1rem);
}
.text-lg {
  font-size: 1.125rem;
  line-height: calc(1.75rem / 1.125rem);
}
.text-xl {
  font-size: 1.25rem;
  line-height: calc(1.75rem / 1.25rem);
}
.text-2xl {
  font-size: 1.5rem;
  line-height: calc(2rem / 1.5rem);
}
.text-3xl {
  font-size: 1.875rem;
  line-height: calc(2.25rem / 1.875rem);
}
.text-4xl {
  font-size: 2.25rem;
  line-height: calc(2.5rem / 2.25rem);
}
.text-5xl {
  font-size: 3rem;
  line-height: calc(3rem / 3rem);
}
.text-6xl {
  font-size: 3.75rem;
  line-height: calc(3.75rem / 3.75rem);
}
.text-7xl {
  font-size: 4.5rem;
  line-height: calc(4.5rem / 4.5rem);
}
.text-8xl {
  font-size: 6rem;
  line-height: calc(6rem / 6rem);
}
.text-9xl {
  font-size: 8rem;
  line-height: calc(8rem / 8rem);
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.leading-none {
  line-height: 1;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.text-black {
  color: black;
}
.text-white {
  color: white;
}
.text-current {
  color: currentColor;
}
.text-inherit {
  color: inherit;
}
.text-transparent {
  color: transparent;
}
.text-purple {
  color: hsl(280, 80%, 50%);
}
.text-secondary {
  color: hsl(0, 0%, 39%);
}
.text-neutral-50 {
  color: oklch(98.5% 0 0deg);
}
.text-neutral-100 {
  color: oklch(97% 0 0deg);
}
.text-neutral-200 {
  color: oklch(92.2% 0 0deg);
}
.text-neutral-300 {
  color: oklch(87% 0 0deg);
}
.text-neutral-400 {
  color: oklch(70.8% 0 0deg);
}
.text-neutral-500 {
  color: oklch(55.6% 0 0deg);
}
.text-neutral-600 {
  color: oklch(43.9% 0 0deg);
}
.text-neutral-700 {
  color: oklch(37.1% 0 0deg);
}
.text-neutral-800 {
  color: oklch(26.9% 0 0deg);
}
.text-neutral-900 {
  color: oklch(20.5% 0 0deg);
}
.text-neutral-950 {
  color: oklch(14.5% 0 0deg);
}
.bg-black {
  background-color: black;
}
.bg-white {
  background-color: white;
}
.bg-current {
  background-color: currentColor;
}
.bg-inherit {
  background-color: inherit;
}
.bg-transparent {
  background-color: transparent;
}
.bg-content {
  background-color: white;
}
.bg-footer {
  background-color: hsl(280, 80%, 10%);
}
.bg-purple-light {
  background-color: hsl(280, 80%, 30%);
}
.bg-purple-dark {
  background-color: hsl(280, 80%, 10%);
}
.bg-purple-gradient {
  background:
    linear-gradient(
      to bottom,
      hsl(280, 80%, 30%),
      hsl(280, 80%, 10%));
}
.badges,
.pills {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4em;
  line-height: normal;
}
.badges > span:not(.badges__label),
.pills > a,
.pills > span:not(.pills__label) {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  border: 0.07em solid hsl(0, 0%, 30%);
  color: hsl(0, 0%, 30%);
  background: hsl(0, 0%, 94%);
  text-decoration: none;
}
.pills > a:hover,
.pills > a:focus-visible,
.pills > a.selected,
.pills > span:not(.pills__label):hover,
.pills > span:not(.pills__label):focus-visible,
.pills > span:not(.pills__label).selected {
  color: hsl(280, 80%, 50%);
  border-color: hsl(280, 80%, 50%);
}
.pills > a,
.pills > span:not(.pills__label) {
  border-radius: 1em;
  padding: 0.3em 0.6em;
}
.pills > a.selected,
.pills > span:not(.pills__label).selected {
  background: hsl(280, 80%, 95%);
}
.badges > span:not(.badges__label) {
  border-radius: 0.25em;
  padding: 0.15em 0.2em;
}
.p-0 {
  padding: 0rem;
}
.px-0 {
  padding-inline: 0rem;
}
.py-0 {
  padding-block: 0rem;
}
.pt-0 {
  padding-top: 0rem;
}
.pb-0 {
  padding-bottom: 0rem;
}
.m-0 {
  margin: 0rem;
}
.mx-0 {
  margin-inline: 0rem;
}
.my-0 {
  margin-block: 0rem;
}
.mt-0 {
  margin-top: 0rem;
}
.mb-0 {
  margin-bottom: 0rem;
}
.gap-0 {
  gap: 0rem;
}
.w-0 {
  width: 0rem;
}
.h-0 {
  height: 0rem;
}
.min-w-0 {
  min-width: 0rem;
}
.max-w-0 {
  max-width: 0rem;
}
.min-h-0 {
  min-height: 0rem;
}
.max-h-0 {
  max-height: 0rem;
}
.p-1 {
  padding: 0.25rem;
}
.px-1 {
  padding-inline: 0.25rem;
}
.py-1 {
  padding-block: 0.25rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.m-1 {
  margin: 0.25rem;
}
.mx-1 {
  margin-inline: 0.25rem;
}
.my-1 {
  margin-block: 0.25rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.gap-1 {
  gap: 0.25rem;
}
.w-1 {
  width: 0.25rem;
}
.h-1 {
  height: 0.25rem;
}
.min-w-1 {
  min-width: 0.25rem;
}
.max-w-1 {
  max-width: 0.25rem;
}
.min-h-1 {
  min-height: 0.25rem;
}
.max-h-1 {
  max-height: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.px-2 {
  padding-inline: 0.5rem;
}
.py-2 {
  padding-block: 0.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.m-2 {
  margin: 0.5rem;
}
.mx-2 {
  margin-inline: 0.5rem;
}
.my-2 {
  margin-block: 0.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.w-2 {
  width: 0.5rem;
}
.h-2 {
  height: 0.5rem;
}
.min-w-2 {
  min-width: 0.5rem;
}
.max-w-2 {
  max-width: 0.5rem;
}
.min-h-2 {
  min-height: 0.5rem;
}
.max-h-2 {
  max-height: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.px-4 {
  padding-inline: 1rem;
}
.py-4 {
  padding-block: 1rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.m-4 {
  margin: 1rem;
}
.mx-4 {
  margin-inline: 1rem;
}
.my-4 {
  margin-block: 1rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.gap-4 {
  gap: 1rem;
}
.w-4 {
  width: 1rem;
}
.h-4 {
  height: 1rem;
}
.min-w-4 {
  min-width: 1rem;
}
.max-w-4 {
  max-width: 1rem;
}
.min-h-4 {
  min-height: 1rem;
}
.max-h-4 {
  max-height: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-6 {
  padding-inline: 1.5rem;
}
.py-6 {
  padding-block: 1.5rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.m-6 {
  margin: 1.5rem;
}
.mx-6 {
  margin-inline: 1.5rem;
}
.my-6 {
  margin-block: 1.5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.gap-6 {
  gap: 1.5rem;
}
.w-6 {
  width: 1.5rem;
}
.h-6 {
  height: 1.5rem;
}
.min-w-6 {
  min-width: 1.5rem;
}
.max-w-6 {
  max-width: 1.5rem;
}
.min-h-6 {
  min-height: 1.5rem;
}
.max-h-6 {
  max-height: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-8 {
  padding-inline: 2rem;
}
.py-8 {
  padding-block: 2rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.m-8 {
  margin: 2rem;
}
.mx-8 {
  margin-inline: 2rem;
}
.my-8 {
  margin-block: 2rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.gap-8 {
  gap: 2rem;
}
.w-8 {
  width: 2rem;
}
.h-8 {
  height: 2rem;
}
.min-w-8 {
  min-width: 2rem;
}
.max-w-8 {
  max-width: 2rem;
}
.min-h-8 {
  min-height: 2rem;
}
.max-h-8 {
  max-height: 2rem;
}
.p-10 {
  padding: 2.5rem;
}
.px-10 {
  padding-inline: 2.5rem;
}
.py-10 {
  padding-block: 2.5rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.m-10 {
  margin: 2.5rem;
}
.mx-10 {
  margin-inline: 2.5rem;
}
.my-10 {
  margin-block: 2.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.gap-10 {
  gap: 2.5rem;
}
.w-10 {
  width: 2.5rem;
}
.h-10 {
  height: 2.5rem;
}
.min-w-10 {
  min-width: 2.5rem;
}
.max-w-10 {
  max-width: 2.5rem;
}
.min-h-10 {
  min-height: 2.5rem;
}
.max-h-10 {
  max-height: 2.5rem;
}
.p-20 {
  padding: 5rem;
}
.px-20 {
  padding-inline: 5rem;
}
.py-20 {
  padding-block: 5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.m-20 {
  margin: 5rem;
}
.mx-20 {
  margin-inline: 5rem;
}
.my-20 {
  margin-block: 5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.gap-20 {
  gap: 5rem;
}
.w-20 {
  width: 5rem;
}
.h-20 {
  height: 5rem;
}
.min-w-20 {
  min-width: 5rem;
}
.max-w-20 {
  max-width: 5rem;
}
.min-h-20 {
  min-height: 5rem;
}
.max-h-20 {
  max-height: 5rem;
}
.p-30 {
  padding: 7.5rem;
}
.px-30 {
  padding-inline: 7.5rem;
}
.py-30 {
  padding-block: 7.5rem;
}
.pt-30 {
  padding-top: 7.5rem;
}
.pb-30 {
  padding-bottom: 7.5rem;
}
.m-30 {
  margin: 7.5rem;
}
.mx-30 {
  margin-inline: 7.5rem;
}
.my-30 {
  margin-block: 7.5rem;
}
.mt-30 {
  margin-top: 7.5rem;
}
.mb-30 {
  margin-bottom: 7.5rem;
}
.gap-30 {
  gap: 7.5rem;
}
.w-30 {
  width: 7.5rem;
}
.h-30 {
  height: 7.5rem;
}
.min-w-30 {
  min-width: 7.5rem;
}
.max-w-30 {
  max-width: 7.5rem;
}
.min-h-30 {
  min-height: 7.5rem;
}
.max-h-30 {
  max-height: 7.5rem;
}
.p-40 {
  padding: 10rem;
}
.px-40 {
  padding-inline: 10rem;
}
.py-40 {
  padding-block: 10rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.m-40 {
  margin: 10rem;
}
.mx-40 {
  margin-inline: 10rem;
}
.my-40 {
  margin-block: 10rem;
}
.mt-40 {
  margin-top: 10rem;
}
.mb-40 {
  margin-bottom: 10rem;
}
.gap-40 {
  gap: 10rem;
}
.w-40 {
  width: 10rem;
}
.h-40 {
  height: 10rem;
}
.min-w-40 {
  min-width: 10rem;
}
.max-w-40 {
  max-width: 10rem;
}
.min-h-40 {
  min-height: 10rem;
}
.max-h-40 {
  max-height: 10rem;
}
.p-50 {
  padding: 12.5rem;
}
.px-50 {
  padding-inline: 12.5rem;
}
.py-50 {
  padding-block: 12.5rem;
}
.pt-50 {
  padding-top: 12.5rem;
}
.pb-50 {
  padding-bottom: 12.5rem;
}
.m-50 {
  margin: 12.5rem;
}
.mx-50 {
  margin-inline: 12.5rem;
}
.my-50 {
  margin-block: 12.5rem;
}
.mt-50 {
  margin-top: 12.5rem;
}
.mb-50 {
  margin-bottom: 12.5rem;
}
.gap-50 {
  gap: 12.5rem;
}
.w-50 {
  width: 12.5rem;
}
.h-50 {
  height: 12.5rem;
}
.min-w-50 {
  min-width: 12.5rem;
}
.max-w-50 {
  max-width: 12.5rem;
}
.min-h-50 {
  min-height: 12.5rem;
}
.max-h-50 {
  max-height: 12.5rem;
}
.p-0\.5 {
  padding: 0.125rem;
}
.px-0\.5 {
  padding-inline: 0.125rem;
}
.py-0\.5 {
  padding-block: 0.125rem;
}
.mx-auto {
  margin-inline: auto;
}
.my-auto {
  margin-block: auto;
}
.ms-auto {
  margin-inline-start: auto;
}
.me-auto {
  margin-inline-end: auto;
}
.mt-auto {
  margin-top: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-2\/3 {
  width: 66.6667%;
}
.w-3\/4 {
  width: 75%;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-1\/2 {
  height: 50%;
}
.h-2\/3 {
  height: 66.6667%;
}
.h-3\/4 {
  height: 75%;
}
.px-top {
  padding-inline: 0.5rem;
}
.h-header {
  height: 3rem;
}
.wide {
  width: 100%;
  max-width: 1100px;
}
.narrow {
  width: 100%;
  max-width: 800px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.hidden {
  display: none;
}
.contents {
  display: contents;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-none {
  flex: none;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.select-none {
  user-select: none;
  -webkit-user-select: none;
}
.select-auto {
  user-select: auto;
}
.select-text {
  user-select: text;
}
.select-all {
  user-select: all;
}
.section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.meta-row {
  display: flex;
  gap: 0.5em;
}
.meta-row > * + *::before {
  content: "\2022";
  margin-inline-end: 0.5em;
}
.header-in-home {
  position: absolute;
  top: 0;
  z-index: 10;
}
.header-logo-wordmark {
  font-family: "Fjalla One";
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: rgb(235, 200, 0);
}
body.no-scroll {
  overflow: hidden;
}
.menu {
  display: flex;
  flex-direction: column;
  background: rgba(96.9, 15.3, 137.7, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  margin: 0;
  width: 15rem;
  min-width: min-content;
  border: none;
  outline: none;
  backdrop-filter: blur(20px);
  max-height: 100dvh;
  overflow-y: auto;
  transform: translateY(-110%);
  opacity: 0;
}
.menu[open] {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
@starting-style {
  .menu[open] {
    transform: translateY(-110%);
    opacity: 0;
  }
}
.menu:not([open]) {
  display: none;
}
.menu::backdrop {
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(5px);
  opacity: 0;
}
.menu[open]::backdrop {
  opacity: 1;
  transition: opacity 0.2s ease;
}
@starting-style {
  .menu[open]::backdrop {
    opacity: 0;
  }
}
.menu-group {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.menu-group:last-child {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(235, 200, 0, 0.5);
}
.menu-group-title {
  position: relative;
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: white;
  padding: 0.6rem 0.8rem;
  padding-bottom: 0.9rem;
}
.menu-group-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.36rem;
  height: 1.5px;
  background: rgba(235, 200, 0, 0.5);
}
.menu-list {
  display: flex;
  flex-direction: column;
  width: max-content;
  list-style: none;
}
.menu-list.with-icons {
  display: grid;
  grid-template-columns: auto auto;
}
.menu-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 500;
  gap: 0.4em;
  text-decoration: none;
  color: rgb(235, 200, 0);
  padding: 0.6rem 0.8rem;
  border-radius: 0.4em;
  transition: background 0.15s ease;
}
.menu-item .icon {
  display: block;
  width: 18px;
  height: 18px;
  color: rgba(235, 200, 0, 0.7);
}
.menu-item:hover,
.menu-item:focus {
  background: rgba(235, 200, 0, 0.12);
  outline: none;
}
.block-audio {
  width: 100%;
}
.block-audio audio {
  width: 100%;
  display: block;
}
.block-audio .element-caption {
  margin-top: 0.5em;
  font-size: 0.8em;
  color: hsl(0, 0%, 51%);
  text-align: center;
}
.prose {
  display: flex;
  flex-direction: column;
  gap: 1em;
  line-height: 1.6;
  hyphens: auto;
  word-wrap: break-word;
}
.prose a:hover,
.prose a:focus {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.prose .source {
  filter: brightness(3) saturate(0.2);
}
.prose p {
  text-align: justify;
}
.prose h1,
.prose h2,
.prose h3,
.prose h4,
.prose h5,
.prose h6 {
  font-weight: 700;
  line-height: 1.25;
  color: hsl(0, 0%, 12%);
}
.prose h1 {
  font-size: 1.25rem;
  line-height: calc(1.75rem / 1.25rem);
}
.prose h2 {
  font-size: 1.125rem;
  line-height: calc(1.75rem / 1.125rem);
}
.prose h3,
.prose h4,
.prose h5,
.prose h6,
.prose p {
  font-size: 1.1rem;
}
.prose blockquote {
  border-left: 0.3em solid hsl(280, 80%, 50%);
  padding-left: 0.5em;
}
.prose blockquote > * + * {
  margin-top: 1em;
}
.prose iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  border: none;
}
.prose ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 2em;
}
.prose ol > * + * {
  margin-top: 1em;
}
.prose ol li {
  line-height: 1.6;
}
.prose ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 2em;
}
.prose ul > * + * {
  margin-top: 1em;
}
.prose ul li {
  line-height: 1.6;
}
.prose li > ul,
.prose li > ol {
  margin-left: 2em;
}
.prose ol.tight-list,
.prose ul.tight-list {
  margin: 1em 0 0 0;
  list-style-position: outside;
  padding-left: 2em;
}
.prose ol.tight-list > * + *,
.prose ul.tight-list > * + * {
  margin-top: 0;
}
.prose ol.tight-list li,
.prose ul.tight-list li {
  line-height: 1.6;
}
.prose ol.tight-list li,
.prose ul.tight-list li {
  margin: 0;
}
.prose ol.tight-list li:first-child,
.prose ul.tight-list li:first-child {
  margin-top: 0;
}
.prose .tight-list > ol,
.prose .tight-list > ul {
  margin: 1em 0 0 0;
  list-style-position: outside;
  padding-left: 2em;
}
.prose .tight-list > ol > * + *,
.prose .tight-list > ul > * + * {
  margin-top: 0;
}
.prose .tight-list > ol li,
.prose .tight-list > ul li {
  line-height: 1.6;
}
.prose .tight-list > ol li,
.prose .tight-list > ul li {
  margin: 0;
}
.prose .tight-list > ol li:first-child,
.prose .tight-list > ul li:first-child {
  margin-top: 0;
}
.toggle {
  --toggle-dir: 1;
  position: relative;
  width: 3.2em;
  height: 1.8em;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: hsl(0, 0%, 82%);
  cursor: pointer;
  transition: background 150ms ease;
}
[dir=rtl] .toggle {
  --toggle-dir: -1;
}
.toggle__thumb {
  position: absolute;
  top: 0.15em;
  inset-inline-start: 0.15em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 999px;
  background: white;
  transition: transform 150ms ease;
}
.toggle[aria-pressed=true] {
  background: hsl(280, 80%, 50%);
}
.toggle[aria-pressed=true] .toggle__thumb {
  transform: translateX(calc(1.4em * var(--toggle-dir)));
}
.hero-fade-in-1 {
  animation: hero-fade-in 0.6s ease-out 0.2s both;
}
.hero-fade-in-2 {
  animation: hero-fade-in 0.6s ease-out 0.4s both;
}
.hero-fade-in-3 {
  animation: hero-fade-in 0.6s ease-out 0.6s both;
}
.hero-line1 {
  font-family: "Apalu";
  color: white;
  font-size: 5rem;
  margin-bottom: -0.6rem;
}
.hero-line2 {
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(235, 200, 0);
  animation: color-pulse 7s ease-in-out 0.6s infinite;
}
@keyframes color-pulse {
  0% {
    color: rgb(235, 200, 0);
  }
  35% {
    color: rgb(235, 200, 0);
  }
  50% {
    color: rgb(217, 76, 30);
  }
  65% {
    color: rgb(235, 200, 0);
  }
  100% {
    color: rgb(235, 200, 0);
  }
}
@keyframes hero-fade-in {
  from {
    opacity: 0;
    transform: translateY(0.4rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-button {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  padding: 0.7em 2em;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgb(235, 200, 0);
  background: transparent;
  text-decoration: none;
  border: 0.05rem solid rgb(235, 200, 0);
  border-radius: 99rem;
  box-shadow: 0 0 0 0.0625rem rgb(235, 200, 0), 0 0 1.5rem rgba(235, 200, 0, 0.5);
  animation: hero-fade-in 0.6s ease-out 0.6s both, hero-button-pulse 7s ease-in-out 0.6s infinite;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}
.hero-button .hero-button__icon {
  width: 1em;
  height: 1em;
  transition: transform 0.2s ease;
}
.hero-button:hover,
.hero-button:focus {
  color: hsl(280, 80%, 10%);
  background: rgb(235, 200, 0);
  box-shadow:
    inset 0 0.0625rem 0 rgba(255, 255, 255, 0.35),
    inset 0 -0.0625rem 0 rgba(0, 0, 0, 0.15),
    0 0.25rem 1rem rgba(235, 200, 0, 0.35);
  outline: none;
  transform: translateY(-0.0625rem);
}
.hero-button:hover .hero-button__icon,
.hero-button:focus .hero-button__icon {
  transform: translateX(0.2em);
}
.hero-button:active {
  transform: translateY(0);
  background: rgb(209.5, 178.2978723404, 0);
  color: hsl(280, 80%, 10%);
}
@keyframes hero-button-pulse {
  0%, 35%, 65%, 100% {
    box-shadow: 0 0 0 0.0625rem rgb(235, 200, 0), 0 0 1rem rgba(235, 200, 0, 0.4);
  }
  50% {
    box-shadow: 0 0 0 0.0625rem rgb(235, 200, 0), 0 0 1.75rem rgba(235, 200, 0, 0.7);
  }
}
.home-verse {
  display: flex;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.home-verse__text {
  font-family: "Cormorant Garamond Italic", serif;
  font-optical-sizing: auto;
  font-style: italic;
  font-weight: 400;
  font-size: 1.6rem;
  color: hsl(0, 0%, 80%);
  text-align: center;
  line-height: 1.2;
  text-wrap: balance;
}
.home-verse__cite {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
  color: hsl(0, 0%, 80%);
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgb(235, 200, 0);
}
.home-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}
.home-card {
  position: relative;
  display: block;
  aspect-ratio: 1;
  padding: 0;
  border: 0.15rem solid rgba(235, 200, 0, 0.25);
  border-radius: 0.75rem;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.home-card:hover,
.home-card:focus {
  transform: translateY(-0.25rem);
  border-color: rgba(235, 200, 0, 0.7);
}
.home-card:hover .home-card__image,
.home-card:focus .home-card__image {
  transform: scale(1.04);
}
.home-card:hover .home-card__title::before,
.home-card:focus .home-card__title::before {
  background: rgb(235, 200, 0);
  box-shadow: 0 0 8px rgba(235, 200, 0, 0.6);
}
.home-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.55) sepia(0.25);
  transition: transform 0.5s ease;
}
.home-card__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 35%,
      rgba(32.3, 5.1, 45.9, 0.9) 100%);
  pointer-events: none;
}
.home-card__content {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.home-card__title {
  position: relative;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.1;
  color: rgb(235, 200, 0);
  margin: 0;
  padding-top: 0.7rem;
}
.home-card__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2px;
  background: rgba(235, 200, 0, 0.5);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}
.home-card__description {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.title {
  font-size: 1.875rem;
  line-height: calc(2.25rem / 1.875rem);
  font-weight: 600;
  color: hsl(0, 0%, 12%);
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb a {
  color: hsl(0, 0%, 39%);
}
.breadcrumb a:hover,
.breadcrumb a:focus {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.breadcrumb .icon-home {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  color: currentColor;
}
.breadcrumb li:not(:last-child)::after {
  content: "\bb";
  padding: 0 0.2em;
  color: hsl(0, 0%, 59%);
}
.item-main {
  flex: 1;
  color: hsl(0, 0%, 20%);
  line-height: 1.8;
}
.content-divider {
  width: 30%;
  height: 0.05rem;
  margin-inline: auto;
  margin-block: 0.5rem;
  border: none;
  background: hsl(0, 0%, 78%);
}
.share-bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
  color: inherit;
}
.share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: inherit;
}
.share-btn:hover {
  color: hsl(0, 0%, 12%);
}
.share-btn .icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  color: currentColor;
}
.share-btn {
  border-radius: 4px;
}
.share-btn .icon-check {
  display: none;
  color: green;
}
.share-btn.copied .icon-link {
  display: none;
}
.share-btn.copied .icon-check {
  display: block;
}
.slideshow {
  position: relative;
  outline: none;
}
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
}
.slide.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.slideshow-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.slide-counter {
  width: 6em;
  text-align: center;
  font-weight: 500;
}
.slide-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid hsl(280, 80%, 70%);
  border-radius: 0.3rem;
  background: hsl(280, 80%, 90%);
  color: hsl(280, 80%, 40%);
  overflow: hidden;
  text-decoration: none;
}
.slide-btn:hover,
.slide-btn:focus {
  background: hsl(280, 80%, 80%);
}
.slide-btn .icon {
  display: block;
  width: 36px;
  height: 36px;
  color: currentColor;
}
.slide-btn .icon path {
  transform: scale(1.2);
  transform-origin: center;
  transform-box: fill-box;
}
.slide-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.filter {
  line-height: normal;
}
.filter summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.4em;
}
.filter summary::-webkit-details-marker {
  display: none;
}
.filter summary .icon {
  display: block;
  width: 0.8em;
  height: 0.8em;
  color: currentColor;
  transition: transform 0.1s ease;
}
.filter[open] summary .icon {
  transform: rotate(90deg);
}
.prev-next {
  display: flex;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: auto;
}
.prev-next-item {
  display: flex;
  align-items: flex-start;
  width: 48%;
  gap: 0.4em;
}
.prev-next-item.prev {
  flex-direction: row;
  text-align: left;
}
.prev-next-item.next {
  flex-direction: row-reverse;
  text-align: right;
}
.prev-next-arrow {
  font-weight: 600;
}
.prev-next-arrow:only-child {
  color: hsl(0, 0%, 78%);
}
.prev-next-title {
  text-wrap: balance;
}
.search-bar {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
}
.search-bar input[type=search] {
  flex: 1;
  padding: 0.25em 0.8em;
  border: 1px solid hsl(0, 0%, 78%);
  border-radius: 0.3em;
  font: inherit;
  font-size: 0.875rem;
  line-height: calc(1.25rem / 0.875rem);
  color: hsl(0, 0%, 20%);
  background: white;
  outline: none;
}
.search-bar input[type=search]:focus {
  border-color: hsl(280, 80%, 50%);
}
.search-bar button[type=submit] {
  display: flex;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.6em;
  border: 1px solid hsl(0, 0%, 78%);
  border-radius: 0.3em;
  background: hsl(0, 0%, 94%);
  color: hsl(0, 0%, 39%);
  cursor: pointer;
}
.search-bar button[type=submit] .icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  color: currentColor;
}
.search-bar button[type=submit]:hover,
.search-bar button[type=submit]:focus {
  background: hsl(280, 80%, 95%);
  color: hsl(280, 80%, 50%);
  border-color: hsl(280, 80%, 50%);
  outline: none;
}
mark {
  background: rgba(235, 200, 0, 0.35);
  color: inherit;
  padding: 0 0.1em;
  border-radius: 0.15em;
}
/*# sourceMappingURL=main-desktop.css.bd103f175d18.map */
