@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap");
@keyframes hero-logo-mask-fade {
  0% {
    opacity: 0;
  }
  7.1428571429% {
    opacity: 0;
  }
  7.1428571429% {
    opacity: 1;
  }
  17.8571428571% {
    opacity: 1;
  }
  21.4285714286% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.hero-logo-mask {
  animation: hero-logo-mask-fade 21s infinite;
  left: 0;
  mask-image: url("/assets/jason-ramirez-logo-white-d7ecdf21.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  -webkit-mask-image: url("/assets/jason-ramirez-logo-white-d7ecdf21.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.hero-logo-mask:nth-child(1) {
  animation-delay: 3s;
}
.hero-logo-mask:nth-child(2) {
  animation-delay: 6s;
}
.hero-logo-mask:nth-child(3) {
  animation-delay: 9s;
}
.hero-logo-mask:nth-child(4) {
  animation-delay: 12s;
}
.hero-logo-mask:nth-child(5) {
  animation-delay: 15s;
}
.hero-logo-mask:nth-child(6) {
  animation-delay: 18s;
}
.hero-logo-mask:nth-child(7) {
  animation-delay: 21s;
}

.hero-logo-container {
  position: relative;
  height: 16rem;
  width: 14rem;
}

@keyframes rotate-text {
  0%, 20% {
    opacity: 0;
  }
  25%, 35% {
    opacity: 1;
  }
  40%, 100% {
    opacity: 0;
  }
}
@keyframes rotate-text-last {
  0%, 20% {
    opacity: 0;
  }
  25%, 35% {
    opacity: 1;
  }
  40%, 100% {
    opacity: 1;
  }
}
.rotating-text {
  min-height: 32vw;
  position: relative;
  width: 100vw;
}
@media (min-width: 600px) {
  .rotating-text {
    min-height: 14rem;
  }
}
.rotating-text__item {
  align-items: center;
  animation: rotate-text 8s;
  animation-iteration-count: 1;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.rotating-text__item:nth-child(1) {
  animation-delay: 0s;
}
.rotating-text__item:nth-child(2) {
  animation-delay: 2s;
}
.rotating-text__item:nth-child(3) {
  animation-delay: 4s;
}
.rotating-text__item:nth-child(4) {
  animation: rotate-text-last 8s;
  animation-delay: 6s;
  animation-fill-mode: forwards;
}

@keyframes slide-in-out-from-bottom {
  0% {
    bottom: -100%;
  }
  20% {
    bottom: 0;
  }
  80% {
    bottom: 0;
  }
  100% {
    bottom: -100%;
  }
}
@keyframes guiding-light {
  0% {
    opacity: 0;
    top: -1rem;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    top: calc(50% - 1rem);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: calc(100% - 1rem);
  }
}
body,
html {
  background-color: #181923;
  font-size: 0.9rem;
  height: 100vh;
  margin: 0;
  overflow: auto;
  overflow-x: hidden;
  width: 100vw;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 900px) {
  body,
  html {
    font-size: 1rem;
  }
}
@media (min-width: 1240px) {
  body,
  html {
    font-size: 1.1rem;
  }
}
@media (min-width: 1560px) {
  body,
  html {
    font-size: 1.2rem;
  }
}

@font-face {
  font-family: "Passo";
  src: font-url("/assets/passo_regular-c23b5751.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Passo";
  src: font-url("/assets/passo_italic-14d802e2.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Passo";
  src: font-url("/assets/passo_bold-0dc1e4fb.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Passo";
  src: font-url("/assets/passo_bold_italic-87271f81.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Passo";
  src: font-url("/assets/passo_medium-96155b03.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Passo";
  src: font-url("/assets/passo_medium_italic-f4c9a1bd.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Passo";
  src: font-url("/assets/passo_semi_bold-a8bde561.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Passo";
  src: font-url("/assets/passo_semi_bold_italic-7c44f291.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Calibre";
  src: font-url("/assets/calibre_regular-41b2359d.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Calibre";
  src: font-url("/assets/calibre_medium-78fac431.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Charter";
  src: font-url("/assets/charter_regular-1af726db.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Charter";
  src: font-url("/assets/charter_italic-5d705164.woff") format("woff");
  font-style: italic;
}
@font-face {
  font-family: "Charter";
  src: font-url("/assets/charter_bold-c5fa96eb.woff") format("woff");
  font-weight: bold;
}
button {
  border: none;
  background: none;
  font-family: "Passo", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

fieldset {
  background-color: #181923;
  border: solid 1px rgba(255, 250, 237, 0.2);
  margin: 0 0 1rem;
  padding: 1.5rem;
}

input,
label,
select {
  border-radius: 0;
  display: block;
  font-family: "Charter", serif;
  font-size: 1rem;
}
input::placeholder,
label::placeholder,
select::placeholder {
  color: rgba(255, 250, 237, 0.6);
}
input:focus::placeholder,
label:focus::placeholder,
select:focus::placeholder {
  color: rgba(255, 250, 237, 0.6);
}

label {
  font-size: 0.85rem;
  font-family: "Passo", sans-serif;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
label abbr {
  display: none;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea, select[multiple=multiple] {
  background-color: rgba(255, 250, 237, 0.1);
  border: none;
  border-radius: 0.15rem;
  box-sizing: border-box;
  color: #fffaed;
  font-family: "Passo", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1.5rem;
  padding: 1rem;
  transition: border-color 250ms ease;
  width: 100%;
}
input[type=color]:hover, input[type=date]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=email]:hover, input[type=month]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=time]:hover, input[type=url]:hover, input[type=week]:hover, textarea:hover, select[multiple=multiple]:hover {
  border-color: rgba(255, 250, 237, 0.45);
}
input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus, select[multiple=multiple]:focus {
  border-color: #1246ff;
  outline: none;
}
input[type=color]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=email]:disabled, input[type=month]:disabled, input[type=number]:disabled, input[type=password]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=text]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=week]:disabled, textarea:disabled, select[multiple=multiple]:disabled {
  background-color: rgb(13.6271186441, 14.1949152542, 19.8728813559);
  cursor: not-allowed;
}
input[type=color].error, input[type=date].error, input[type=datetime].error, input[type=datetime-local].error, input[type=email].error, input[type=month].error, input[type=number].error, input[type=password].error, input[type=search].error, input[type=tel].error, input[type=text].error, input[type=time].error, input[type=url].error, input[type=week].error, textarea.error, select[multiple=multiple].error {
  box-shadow: 0 0 1px 1px #e35252;
}

textarea {
  line-height: 1.6;
  resize: vertical;
}

input[type=search] {
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 0.5rem;
}
input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
}

input[type=file] {
  margin-bottom: 1rem;
  width: 100%;
}

input[readonly] {
  background-color: #181923;
  border: solid 1px rgba(255, 250, 237, 0.2);
  border-radius: 0.15rem;
  box-sizing: border-box;
  color: #fffaed;
  font-family: "Passo", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1.5rem;
  padding: 1rem;
  transition: border-color 250ms ease;
  width: 100%;
}

.input input[type=checkbox],
.checkbox input[type=checkbox] {
  position: absolute;
  left: -999px;
}
.input input[type=checkbox] + label:hover,
.checkbox input[type=checkbox] + label:hover {
  cursor: pointer;
}
.input input[type=checkbox] + label,
.checkbox input[type=checkbox] + label {
  padding-left: 2.25rem;
  position: relative;
}
.input input[type=checkbox] + label::before,
.checkbox input[type=checkbox] + label::before {
  background-color: rgba(255, 250, 237, 0.1);
  bottom: 0;
  content: "";
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.25rem;
}
.input input[type=checkbox] + label::after,
.checkbox input[type=checkbox] + label::after {
  content: "";
  background-color: #1246ff;
  background-image: asset-url("/assets/icon-checkmark-36e35abd.svg");
  background-size: 0.85rem;
  background-repeat: no-repeat;
  background-position: center center;
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 250ms;
  width: 1.25rem;
}
.input input[type=checkbox]:not(:checked) + label::after,
.checkbox input[type=checkbox]:not(:checked) + label::after {
  opacity: 0;
  transform: scale(0);
}
.input input[type=checkbox]:checked + label::after,
.checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 0.25rem 0.75rem #1246ff;
}

select {
  appearance: none;
  background-color: rgba(255, 250, 237, 0.1);
  background-position: calc(100% - 0.5rem), center;
  background-repeat: no-repeat;
  border-radius: 0;
  border: none;
  font-family: "Calibre", sans-serif;
  color: #fffaed;
  margin-bottom: 1.5rem;
  max-width: 100%;
  padding: 0.5rem 1.5rem 0.5rem 1rem;
  position: relative;
  -webkit-appearance: none;
}

.checkbox {
  line-height: 1.5;
}

table {
  background-color: #181923;
  border-collapse: collapse;
  border: 1px solid rgba(255, 250, 237, 0.2);
  font-family: "Passo", sans-serif;
  font-feature-settings: "kern", "liga", "tnum";
  font-size: 1rem;
  margin-bottom: 2.25rem;
  overflow-x: hidden;
  width: 100%;
}

th {
  background-color: #181923;
  font-weight: 400;
  font-size: 0.85rem;
  padding: 1rem;
  text-align: left;
  white-space: nowrap;
}

td {
  padding: 1rem;
  text-align: center;
  white-space: nowrap;
}

tr,
td,
th {
  font-size: 0.85rem;
  text-align: left;
  vertical-align: middle;
}
tr:not(:last-child),
td:not(:last-child),
th:not(:last-child) {
  border-right: solid 1px rgba(255, 250, 237, 0.1);
}

tr:nth-child(odd) {
  background-color: rgba(255, 250, 237, 0);
}

a {
  color: #fffaed;
  text-decoration-color: #1246ff;
  text-decoration-line: underline;
  text-decoration-thickness: 0.1em;
  text-decoration-skip-ink: none;
  text-underline-offset: 0.15em;
  transition: all 250ms ease;
}
a:hover {
  cursor: pointer;
}
a:active, a:focus, a:hover {
  color: #1246ff;
  outline: none;
}
a:active *, a:focus *, a:hover * {
  transition: all 250ms ease;
}
a:active svg path, a:focus svg path, a:hover svg path {
  transition: all 250ms ease;
}
a * {
  text-decoration-thickness: 0.1em;
}
a svg path {
  transition: all 250ms ease;
}

blockquote {
  border-top: solid 1px rgba(255, 250, 237, 0.2);
  border-bottom: solid 1px rgba(255, 250, 237, 0.2);
  font-style: italic;
  margin: 3rem 0;
  padding: 3rem 0 1.5rem;
}

body {
  color: #fffaed;
  font-family: "Calibre", sans-serif;
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 1rem;
  line-height: 1.6;
}

code {
  padding: 0 0.5rem;
  background-color: rgba(255, 250, 237, 0.05);
  color: #f5e3b5;
  border: solid 1px rgba(255, 250, 237, 0.05);
  font-family: "JetBrains Mono", monospace;
  font-size: 1rem;
}
pre code {
  background-color: transparent;
  border: none;
  line-height: 1.1;
  padding: 0;
}

del {
  display: inline-block;
  padding: 0 1.5rem;
  position: relative;
}
del::before {
  background-color: rgb(34.3728813559, 35.8050847458, 50.1271186441);
  bottom: 2px;
  content: "";
  left: 0;
  padding: 0 1.5rem;
  position: absolute;
  right: 0;
  top: 2px;
}

figcaption {
  color: rgba(255, 250, 237, 0.6);
  font-size: 0.85rem;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Passo", sans-serif;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.0125em;
}

h1 {
  font-size: 2.25rem;
}
@media (min-width: 600px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 1.65rem;
}

h3 {
  font-size: 1.15rem;
}

hr {
  border-bottom: solid 1px rgba(255, 250, 237, 0.2);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5rem 0;
}

img {
  margin: 0;
  max-width: 100%;
}

ol {
  list-style-type: decimal;
  padding-left: 2rem;
  line-height: 1.6;
}

p {
  margin: 0 0 1.5rem;
}

pre {
  background-color: rgba(255, 250, 237, 0.05);
  line-height: 1.1;
  padding: 1.5rem;
}

mark {
  background: #181923;
  color: #fffaed;
}

time {
  display: block;
  font-family: "Passo", sans-serif;
  font-size: 0.85rem;
  margin-bottom: 0;
}

ul {
  list-style-type: "-  ";
  padding-left: 1rem;
}

.admin-chip {
  align-items: center;
  background-color: rgba(255, 250, 237, 0);
  border-radius: 1rem;
  display: inline-flex;
  font-family: "Calibre", sans-serif;
  font-size: 0.85rem;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem;
  position: relative;
  width: auto;
}
.admin-chip::before {
  content: "";
  border-radius: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  width: 1rem;
}

.admin-chip--small {
  height: 1rem;
  margin: 0;
  padding: 0;
  width: 1rem;
}
.admin-chip--small::before {
  bottom: 50%;
  height: 0.5rem;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 0.5rem;
}

.admin-chip--published {
  background-color: rgba(60, 182, 88, 0.125);
}
.admin-chip--published::before {
  background-color: #3cb658;
}

.admin-chip--not-published {
  background-color: rgba(227, 82, 82, 0.125);
}
.admin-chip--not-published::before {
  background-color: #e35252;
}

.admin-drawer {
  background-color: rgb(19.8508474576, 20.6779661017, 28.9491525424);
  bottom: 0;
  position: fixed;
  max-width: 900px;
  overflow-x: hidden;
  overflow-y: scroll;
  right: -200%;
  top: 0;
  transition: right 250ms ease;
  padding: 1.5rem 7.5rem 1.5rem 1.5rem;
  z-index: 2;
}
.admin-drawer.open {
  bottom: 0;
  right: 0;
  top: 0;
  position: fixed;
}
.admin-drawer::before {
  background-color: rgb(19.8508474576, 20.6779661017, 28.9491525424);
  border-left: solid 1px rgba(255, 250, 237, 0.1);
  bottom: 0;
  content: "";
  position: fixed;
  right: -100%;
  top: 0;
  transition: right 250ms ease;
  width: 6rem;
}

.open.admin-drawer::before {
  right: 0;
}

.admin-drawer__close-trigger {
  position: fixed;
  right: -100%;
  top: 1.5rem;
}
.open .admin-drawer__close-trigger {
  right: 1.5rem;
}

.admin-floating-action {
  bottom: 1.5rem;
  position: fixed;
  right: 1.5rem;
  z-index: 3;
}

.admin-floating-action__button {
  appearance: none;
  align-items: center;
  background: #1246ff;
  border-radius: 3px;
  color: #fffaed;
  display: flex;
  font-family: "Passo", sans-serif;
  font-weight: 600;
  height: 3rem;
  justify-content: center;
  margin-top: 1rem;
  width: 3rem;
}
.admin-floating-action__button:active, .admin-floating-action__button:focus, .admin-floating-action__button:hover {
  background-color: rgb(0, 48.7088607595, 222);
  cursor: pointer;
}
.admin-floating-action__button:active svg, .admin-floating-action__button:focus svg, .admin-floating-action__button:hover svg {
  stroke: #fffaed;
}
.admin-floating-action__button:active svg path, .admin-floating-action__button:focus svg path, .admin-floating-action__button:hover svg path {
  transition: all 250ms ease;
}
.admin-floating-action__button svg {
  height: 1.5rem;
  width: 1.5rem;
}

.admin-post-form input[type=color], .admin-post-form input[type=date], .admin-post-form input[type=datetime], .admin-post-form input[type=datetime-local], .admin-post-form input[type=email], .admin-post-form input[type=month], .admin-post-form input[type=number], .admin-post-form input[type=password], .admin-post-form input[type=search], .admin-post-form input[type=tel], .admin-post-form input[type=text], .admin-post-form input[type=time], .admin-post-form input[type=url], .admin-post-form input[type=week], .admin-post-form textarea, .admin-post-form select[multiple=multiple],
.admin-post-form select[multiple=multiple] {
  font-family: "JetBrains Mono", monospace;
  line-height: 1.6;
}

.admin-post-form__title {
  background-color: transparent;
  font-family: "Passo", sans-serif;
  font-size: 1rem;
  margin-top: 3rem;
  padding: 0;
}

.admin-post-form__body {
  background-color: transparent;
  font-family: "Charter", serif;
  font-size: 1rem;
  line-height: 1.3333333333;
  padding: 0;
  resize: none;
}
@media (600px) {
  .admin-post-form__body {
    font-size: 1.15rem;
    line-height: 1.6;
  }
}

.admin-post-hashtags .checkbox {
  display: inline;
  margin-right: 1rem;
}
.admin-post-hashtags input[type=checkbox] + label,
.admin-post-hashtags input[type=checkbox]:checked + label {
  background-color: rgba(255, 250, 237, 0.04);
  border-radius: 1rem;
  padding: 0.5rem 1rem 0.5rem 2.25rem;
  text-transform: lowercase;
}
.admin-post-hashtags input[type=checkbox]:checked + label {
  background-color: rgba(18, 70, 255, 0.2);
}
.admin-post-hashtags input[type=checkbox] + label::before,
.admin-post-hashtags input[type=checkbox]:checked + label::after {
  border-radius: 1rem;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.admin-post-hashtags input[type=checkbox]:checked + label::after {
  outline: solid 0.15rem #1246ff;
}

.admin-post-item {
  align-items: center;
  display: flex;
  margin-bottom: 1.5rem;
}

.admin-post-item__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-grow: 1;
  font-size: 1rem;
}
.not-published .admin-post-item__title {
  color: #fffaed;
}
.admin-post-item__title .badge {
  margin-left: 0.5rem;
  transform: translateY(1px);
  color: #fffaed;
}

.admin-post-item__published-status {
  align-items: center;
  display: flex;
  width: 2rem;
}

.admin-post-item__time {
  width: 4rem;
}
.not-published .admin-post-item__time {
  color: #fffaed;
}

.admin-post-meta {
  margin-bottom: 2.25rem;
}
.admin-post-meta .text {
  flex-direction: column;
  align-items: flex-start;
}
.admin-post-meta .date {
  align-items: center;
  display: flex;
  margin: 0 0.5rem 0 0;
}
.admin-post-meta label {
  margin-bottom: 1rem;
}
.admin-post-meta textarea {
  margin-bottom: 0;
}

.badge {
  align-items: center;
  display: flex;
  background-color: rgba(255, 250, 237, 0.325);
  border-radius: 0.5rem;
  color: #181923;
  font-size: 1rem;
  justify-content: center;
  margin-left: 0.25rem;
  padding: 0.05rem 0.5rem;
  transform: translateY(-0.05rem);
}
.badge:hover, a:hover .badge {
  background-color: rgb(0, 37.5189873418, 171);
  color: #181923;
}

.badge--bright {
  background-color: #1246ff;
  color: #181923;
}

.badge--small {
  font-size: 0.65rem;
}

.banner {
  align-items: center;
  background-color: #181923;
  border-radius: 0.15rem;
  color: #fffaed;
  display: flex;
  font-size: 1rem;
  justify-content: center;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  padding: 1rem;
  text-align: center;
}
.banner svg {
  margin-right: 1rem;
}

.banner--warning {
  background-color: rgba(227, 82, 82, 0.1);
  color: rgb(226.3605970149, 78.0494029851, 78.0494029851);
}

/*
 * Button Component with Loading State
 * 
 * Usage:
 * 1. Add the 'button' class to any button element
 * 2. Add 'loading' class to show loading state: <button class="button loading">Loading...</button>
 * 3. Add 'disabled' class or disabled attribute to disable: <button class="button" disabled>Disabled</button>
 * 
 * JavaScript Integration:
 * - Use LoadingButton.init(buttonElement) to add loading functionality
 * - Use LoadingButton.initFormSubmit(formElement) for form submit buttons
 * - Auto-initialize with data-loading="true" on forms: <form data-loading="true">
 * 
 * Loading State Features:
 * - Spinning animation with CSS keyframes
 * - Text becomes transparent, spinner appears
 * - Button becomes disabled and unclickable
 * - Works with both <button> and <input type="submit"> elements
 */
.button {
  appearance: none;
  background-color: #1246ff;
  border: none;
  border-radius: 3px;
  color: #fffaed;
  cursor: pointer;
  display: inline-block;
  font-family: "Passo", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.025rem;
  word-spacing: 0.1rem;
  outline: #1246ff solid 0px;
  padding: 0.25rem 1rem;
  text-transform: uppercase;
  transition: all 250ms;
}
.button:hover {
  background-color: rgb(0, 48.7088607595, 222);
  color: #fffaed;
  cursor: pointer;
  text-decoration: none;
}
.button + .button {
  margin-left: 1.5rem;
}
.button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
@media (max-width: 600px) {
  .button {
    font-size: 1rem;
    word-spacing: 0.15rem;
  }
}

.button--loading {
  color: transparent;
  position: relative;
}
.button--loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid transparent;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.button--square {
  align-items: center;
  display: flex;
  font-size: 2rem;
  height: 3rem;
  justify-content: center;
  padding: 0;
  width: 3rem;
}
.button--square:active svg path, .button--square:focus svg path, .button--square:hover svg path {
  transition: all 250ms ease;
  fill: #fffaed;
}
.button--square svg {
  height: 1.5rem;
  width: 1.5rem;
}

.button--secondary {
  color: #fffaed;
  border: solid 1px rgba(255, 250, 237, 0.2);
  text-decoration: none;
  background-color: transparent;
}

.button--with-icon {
  overflow: hidden;
  position: relative;
}
.button--with-icon:hover {
  padding-right: 4.5rem;
}
.button--with-icon:hover svg g {
  stroke: #1246ff;
}
.button--with-icon:hover .button__icon {
  opacity: 100%;
}

.button--link {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #fffaed;
  padding: 0;
}
.button--link:hover {
  background-color: transparent;
  box-shadow: none;
  outline: none;
}

.button__icon {
  height: 1rem;
  left: 50%;
  opacity: 0%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition-duration: 250ms;
  transition-property: transform padding opacity;
  width: 1rem;
  z-index: 1;
}

.carousel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.carousel__cards {
  display: flex;
  left: 0;
  position: absolute;
  top: 0;
  transition: left 500ms ease;
  width: 100vw;
}

.carousel__card {
  align-items: center;
  border-radius: 0.15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  width: 100vw;
  flex-shrink: 0;
  height: auto;
}
.carousel__card img {
  pointer-events: none;
  user-select: none;
  max-width: 900px;
  width: calc(100% - 1.5rem);
}
.carousel__card figcaption {
  margin-top: 1rem;
  max-width: 540px;
}

.carousel__cards-placeholder {
  position: relative;
}

.carousel__actions {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  width: 100%;
}
.carousel__actions a {
  align-items: center;
  display: flex;
  justify-content: center;
}

.checkbox {
  display: block;
  margin-right: 1.5rem;
}
.checkbox input {
  border: none;
  display: inline-block;
  margin-right: 1rem;
}
.checkbox label {
  text-transform: capitalize;
}

.collapseable {
  font-family: inherit;
  font-size: inherit;
}

.collapseable__input {
  display: none;
}
.collapseable__input + .collapseable__trigger + .collapseable__content {
  display: none;
}
.collapseable__input:checked + .collapseable__trigger + .collapseable__content {
  display: block;
}
.collapseable__input:checked + .collapseable__trigger svg {
  transform: rotate(180deg) translateY(-10%);
}

.collapseable__content {
  margin-bottom: 6rem;
}

.collapseable__trigger:hover {
  color: #1246ff;
  cursor: pointer;
}
.collapseable__trigger:hover svg path {
  fill: #1246ff;
}
.collapseable__trigger h2,
.collapseable__trigger h5 {
  align-items: center;
  display: flex;
  transition-duration: 250ms;
  transition-timing-function: ease;
  transition-property: all;
}
.collapseable__trigger svg {
  height: 1rem;
  margin-left: 1.5rem;
  transform: translateY(10%);
  transition-duration: 250ms;
  transition-property: transform;
  width: auto;
}
.collapseable__trigger svg path {
  transition-duration: 250ms;
  transition-timing-function: ease;
  transition-property: fill, transform;
}

.content-full-screen {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.content-full-viewport {
  height: 100vh;
  min-height: 600px;
}

.content {
  margin: 3rem auto;
  max-width: 900px;
  padding: 0 1.5rem;
}
@media (900px) {
  .content {
    padding: 0;
  }
}
.content:first-of-type {
  margin-top: 9rem;
}

.content--slim {
  max-width: 540px;
}
@media (900px) {
  .content--slim {
    max-width: 594px;
  }
}
@media (1240px) {
  .content--slim {
    max-width: 648px;
  }
}

.content--wide {
  max-width: 100%;
}

.content--reading {
  font-family: "Charter", serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.6;
  max-width: 540px;
  transition: all 250ms ease;
}
@media (900px) {
  .content--reading {
    max-width: 594px;
  }
}
@media (1240px) {
  .content--reading {
    max-width: 648px;
  }
}

.custom-audio-player {
  background-color: rgba(24, 25, 35, 0.85);
  border-radius: 0.15rem;
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  width: 100%;
}

.custom-audio-player__title-container {
  align-items: center;
  border-bottom: 1px solid rgba(255, 250, 237, 0.25);
  display: flex;
  margin-bottom: 0.5rem;
  padding-bottom: 1rem;
}

.custom-audio-player__title-icon {
  margin-right: 0.5rem;
}

.custom-audio-player__title {
  font-family: "Passo", sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
}

.custom-audio-player__controls {
  align-items: center;
  display: flex;
  width: 100%;
}

.custom-audio-player__play-button {
  color: #fffaed;
  margin-right: 1rem;
  padding: 0;
}
.custom-audio-player__play-button .icon {
  height: 16px;
  width: 16px;
}
.custom-audio-player__play-button .icon path {
  fill: none;
}
.custom-audio-player__play-button .icon:hover {
  stroke: #1246ff;
}
.custom-audio-player__play-button .play-icon {
  display: block;
}
.custom-audio-player__play-button .pause-icon {
  display: none;
}
.custom-audio-player__play-button.playing .play-icon {
  display: none;
}
.custom-audio-player__play-button.playing .pause-icon {
  display: block;
}

.custom-audio-player__progress-container {
  flex: 1;
  position: relative;
}

.custom-audio-player__progress-bar {
  background: #1246ff;
  border-radius: 4px;
  cursor: pointer;
  height: 4px;
  position: relative;
  width: 100%;
}

.custom-audio-player__progress-bar-fill {
  background: #1246ff;
  border-radius: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  transition: width 0.1s ease;
  width: 0%;
}

.custom-audio-player__progress-bar-handle {
  background: #1246ff;
  border-radius: 0.15rem;
  cursor: pointer;
  height: 12px;
  position: absolute;
  top: -4px;
  transform: translateX(-50%);
  transition: transform 0.1s ease;
  width: 8px;
}
.custom-audio-player__progress-bar-handle:hover {
  transform: translateX(-50%) scale(1.2);
}

.custom-audio-player__time {
  color: rgba(255, 250, 237, 0.6);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.85rem;
  font-weight: 400;
  margin: 0 1rem;
  text-align: center;
}

.custom-audio-player__volume {
  align-items: center;
  display: flex;
}

.custom-audio-player__volume-button {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0.5rem;
  transition: color 250ms ease;
}
.custom-audio-player__volume-button:hover .icon {
  stroke: #1246ff;
}
.custom-audio-player__volume-button .icon {
  height: 16px;
  stroke: #fffaed;
  width: 16px;
}
.custom-audio-player__volume-button .icon path {
  fill: none;
}
.custom-audio-player__volume-button .volume-icon {
  display: none;
}
.custom-audio-player__volume-button .volume-icon--muted {
  display: none;
}
.custom-audio-player__volume-button .volume-icon--high {
  display: block;
}
.custom-audio-player__volume-button.volume-muted .volume-icon--muted {
  display: block;
}
.custom-audio-player__volume-button.volume-muted .volume-icon--high {
  display: none;
}
.custom-audio-player__volume-button.volume-high .volume-icon--muted {
  display: none;
}
.custom-audio-player__volume-button.volume-high .volume-icon--high {
  display: block;
}

.custom-audio-player__volume-slider {
  -webkit-appearance: none;
  appearance: none;
  background: #fffaed;
  border: none;
  border-radius: 0.15rem;
  cursor: pointer;
  height: 4px;
  outline: none;
  width: 60px;
}
.custom-audio-player__volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #1246ff;
  border-radius: 0.15rem;
  cursor: pointer;
  height: 12px;
  margin-top: 0px;
  width: 8px;
}
.custom-audio-player__volume-slider::-moz-range-progress {
  background: #1246ff;
  border-radius: 2px;
  height: 4px;
}
.custom-audio-player__volume-slider::-moz-range-track {
  background: #fffaed;
  border: none;
  border-radius: 2px;
  height: 4px;
}
.custom-audio-player__volume-slider::-moz-range-thumb {
  background: #1246ff;
  border: none;
  border-radius: 0.15rem;
  cursor: pointer;
  height: 12px;
  width: 18px;
}
.custom-audio-player__volume-slider:focus {
  outline: none;
}
.custom-audio-player__volume-slider:focus::-webkit-slider-thumb {
  background: #1246ff;
  transform: scale(1.1);
}
.custom-audio-player__volume-slider:focus::-moz-range-thumb {
  background: #1246ff;
  transform: scale(1.1);
}

.custom-audio-player__speed {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: 1rem;
}

select.custom-audio-player__speed-selector {
  background: transparent;
  border: none;
  border-radius: 0.15rem;
  box-shadow: none;
  color: #fffaed;
  cursor: pointer;
  font-family: "Calibre", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0;
  padding: 4px 0px 4px 6px;
  transition: all 250ms ease;
}
select.custom-audio-player__speed-selector:hover {
  border-color: #1246ff;
  color: #1246ff;
}
select.custom-audio-player__speed-selector:focus {
  border-color: #1246ff;
  outline: none;
}
select.custom-audio-player__speed-selector option {
  background: #181923;
  color: #fffaed;
}

.custom-audio-player__transcript-button {
  align-items: center;
  background: none;
  border: none;
  color: #fffaed;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin-left: 1.5rem;
  padding: 4px;
  transition: all 250ms ease;
}
.custom-audio-player__transcript-button:hover {
  color: rgb(69, 109.8101265823, 255);
}
.custom-audio-player__transcript-button.active {
  color: rgb(0, 48.7088607595, 222);
}

.custom-audio-player__transcript-content {
  border-top: solid 1px rgba(255, 250, 237, 0.25);
  display: none;
  margin-top: 1rem;
  padding-top: 1rem;
}
.custom-audio-player__transcript-content.show {
  display: block;
}

.flashes {
  align-items: center;
  animation-duration: 5s;
  animation-name: slide-in-out-from-bottom;
  background-color: #181923;
  border-radius: 0.15rem;
  bottom: -100%;
  color: #fffaed;
  display: flex;
  font-size: 1rem;
  height: 2rem;
  justify-content: center;
  margin: 1.5rem;
  padding: 0.25rem 1rem;
  position: fixed;
  z-index: 4;
}
.flashes a {
  color: rgb(135, 97.5, 0);
}
.flashes a:focus, .flashes a:hover {
  color: rgb(33, 23.8333333333, 0);
}
.flashes svg {
  height: 1.25rem;
  margin-right: 0.5rem;
  width: auto;
}
.flashes > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flash-alert {
  background-color: #e35252;
  color: #fffaed;
  padding: 1.5rem;
  border-radius: 0.15rem;
  margin-bottom: 1.5rem;
}

.flash-error {
  background-color: #e35252;
  color: rgb(226.3605970149, 78.0494029851, 78.0494029851);
  padding: 1.5rem;
  border-radius: 0.15rem;
  margin-bottom: 1.5rem;
}

.flash-notice {
  background-color: #3cb658;
  color: #fffaed;
  padding: 1.5rem;
  border-radius: 0.15rem;
  margin-bottom: 1.5rem;
}

.form-actions {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.form-actions__left {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: flex-start;
}

.form-actions__right {
  align-items: center;
  display: flex;
  flex: 1;
  height: 100%;
  justify-content: flex-end;
}

.form-error-message {
  color: #e35252;
  margin-bottom: 1.5rem;
}

.highlight table td {
  padding: 5px;
}

.highlight table pre {
  margin: 0;
}

.highlight .cm {
  color: #999988;
  font-style: italic;
}

.highlight .cp {
  color: #999999;
  font-weight: bold;
}

.highlight .c1 {
  color: #999988;
  font-style: italic;
}

.highlight .cs {
  color: #999999;
  font-weight: bold;
  font-style: italic;
}

.highlight .c,
.highlight .cd {
  color: #999988;
  font-style: italic;
}

.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}

.highlight .gd {
  color: #4eacf9;
  background-color: #ffdddd;
}

.highlight .ge {
  color: #4eacf9;
  font-style: italic;
}

.highlight .gr {
  color: #aa0000;
}

.highlight .gh {
  color: #999999;
}

.highlight .gi {
  color: #4eacf9;
  background-color: #ddffdd;
}

.highlight .go {
  color: #888888;
}

.highlight .gp {
  color: #555555;
}

.highlight .gs {
  font-weight: bold;
}

.highlight .gu {
  color: #aaaaaa;
}

.highlight .gt {
  color: #aa0000;
}

.highlight .kc {
  color: #4eacf9;
  font-weight: bold;
}

.highlight .kd {
  color: #4eacf9;
  font-weight: bold;
}

.highlight .kn {
  color: #4eacf9;
  font-weight: bold;
}

.highlight .kp {
  color: #4eacf9;
  font-weight: bold;
}

.highlight .kr {
  color: #4eacf9;
  font-weight: bold;
}

.highlight .kt {
  color: #6abb61;
  font-weight: bold;
}

.highlight .k,
.highlight .kv {
  color: #4eacf9;
  font-weight: bold;
}

.highlight .mf {
  color: #009999;
}

.highlight .mh {
  color: #009999;
}

.highlight .il {
  color: #009999;
}

.highlight .mi {
  color: #009999;
}

.highlight .mo {
  color: #009999;
}

.highlight .m,
.highlight .mb,
.highlight .mx {
  color: #009999;
}

.highlight .sb {
  color: #ff5959;
}

.highlight .sc {
  color: #ff5959;
}

.highlight .sd {
  color: #ff5959;
}

.highlight .s2 {
  color: #ff5959;
}

.highlight .se {
  color: #ff5959;
}

.highlight .sh {
  color: #ff5959;
}

.highlight .si {
  color: #ff5959;
}

.highlight .sx {
  color: #ff5959;
}

.highlight .sr {
  color: #009926;
}

.highlight .s1 {
  color: #ff5959;
}

.highlight .ss {
  color: #990073;
}

.highlight .s {
  color: #ff5959;
}

.highlight .na {
  color: #00b1b1;
}

.highlight .bp {
  color: #999999;
}

.highlight .nb {
  color: #8ce2ff;
}

.highlight .nc {
  color: #6abb61;
  font-weight: bold;
}

.highlight .no {
  color: #00b1b1;
}

.highlight .nd {
  color: #3c5d5d;
  font-weight: bold;
}

.highlight .ni {
  color: #800080;
}

.highlight .ne {
  color: #abe377;
  font-weight: bold;
}

.highlight .nf {
  color: #abe377;
  font-weight: bold;
}

.highlight .nl {
  color: #abe377;
  font-weight: bold;
}

.highlight .nn {
  color: #555555;
}

.highlight .nt {
  color: #4eacf9;
}

.highlight .vc {
  color: #00b1b1;
}

.highlight .vg {
  color: #00b1b1;
}

.highlight .vi {
  color: #00b1b1;
}

.highlight .nv {
  color: #00b1b1;
}

.highlight .ow {
  color: #4eacf9;
  font-weight: bold;
}

.highlight .o {
  color: #4eacf9;
  font-weight: bold;
}

.highlight .w {
  color: #bbbbbb;
}

.hero-description {
  align-items: center;
  display: flex;
  flex-direction: column;
  transition: all 250ms ease;
}
.hero-description a {
  color: inherit;
}
.hero-description a:hover {
  color: #1246ff;
}

.hero-description__hashtag {
  display: inline-flex;
}
.hero-description__hashtag button {
  padding: 0;
  text-transform: lowercase;
  font-size: 1.25rem;
}
@media (600px) {
  .hero-description__hashtag button {
    font-size: 1.5rem;
  }
}
.hero-description__hashtag .link {
  margin-right: -0.125rem;
  position: relative;
}

.hero-description__hashtag-count {
  background-color: #1246ff;
  border-radius: 0.15rem;
  color: #fffaed;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.7rem;
  font-weight: 600;
  margin: 0 0.25rem 0 0;
  padding: 0.125rem 0.35rem;
  width: 1rem;
}

.hero-description__hashtag-link {
  font-family: "JetBrains Mono", monospace;
  font-weight: 400;
}

.hero-description__content {
  margin: 1.5rem 1.5rem 3rem;
  max-width: 600px;
  text-align: center;
}
@media (1240px) {
  .hero-description__content {
    max-width: 780px;
  }
}
@media (1560px) {
  .hero-description__content {
    max-width: 870px;
  }
}

.hero-description__quote-person {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 1.5rem;
  max-width: 540px;
  padding: 0 1.5rem;
  width: 100%;
}
.hero-description__quote-person img {
  height: 2rem;
  width: auto;
  margin-bottom: 1rem;
}
@media (900px) {
  .hero-description__quote-person img {
    height: 3rem;
  }
}
.hero-description__quote-person p {
  color: rgba(255, 250, 237, 0.6);
}

.hero {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 5rem);
  min-height: 600px;
}
@media (min-width: 600px) {
  .hero {
    height: calc(100vh - 8rem);
    min-height: 800px;
  }
}

.hero_title {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: "Passo", sans-serif;
  font-size: 22vw;
  font-weight: 600;
  justify-content: center;
  letter-spacing: -0.0125em;
  line-height: 1.35;
  margin: 0;
  min-height: 25vh;
  position: relative;
  text-align: center;
  overflow: visible;
}
@media (min-width: 600px) {
  .hero_title {
    font-size: 10rem;
  }
}

.hero-title__small {
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.025rem;
  opacity: 0.5;
}

.hero_filler {
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}
.hero_filler:first-child {
  height: 35%;
}
.hero_filler:last-child {
  height: 65%;
}

.hero_leading-line {
  background: linear-gradient(0deg, rgba(255, 250, 237, 0.15), rgba(255, 250, 237, 0));
  height: 100%;
  width: 1px;
}

.hero_guiding-light {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: guiding-light;
  animation-timing-function: linear;
  background: #fffaed;
  border-radius: 50%;
  content: "";
  height: 0.35rem;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 0.35rem;
  z-index: 100;
}

.history-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1.5rem 0;
  width: 100%;
}
@media (min-width: 900px) {
  .history-item {
    flex-direction: row;
  }
}

.history-item__details {
  display: flex;
  flex-direction: column;
  padding: 1rem 0 0;
  text-align: center;
  width: 50%;
}
@media (min-width: 900px) {
  .history-item__details {
    padding: 0 1rem 0;
    text-align: left;
  }
}
.history-item__details h2 {
  font-size: 1.25rem;
  line-height: 1;
  margin: 0;
}
.history-item__details span {
  color: rgba(255, 250, 237, 0.6);
}

@media (min-width: 900px) {
  .history-item__filler {
    width: calc(50% + 2rem);
  }
}

.history-item__image {
  height: 6rem;
  width: 6rem;
}
.history-item__image img {
  width: 6rem;
}

.history {
  align-items: left;
  display: flex;
  flex-direction: column;
  margin-bottom: 12rem;
}
@media (min-width: 900px) {
  .history {
    align-items: center;
  }
}

.image--centered {
  margin: 1.5rem 0;
  text-align: center;
}

img {
  border-radius: 0.15rem;
}

figure {
  display: block;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.large-ordered-list {
  counter-reset: counts;
  list-style: none;
  padding-left: 0;
}
.large-ordered-list li {
  counter-increment: count;
  padding-left: 3rem;
  margin-bottom: 2.25rem;
  position: relative;
}
.large-ordered-list li::before {
  content: counter(count, decimal) ". ";
  bottom: 0;
  font-family: "Passo", sans-serif;
  font-size: 1.17em;
  font-weight: bold;
  left: 0;
  line-height: 1.4;
  position: absolute;
  right: 0;
  top: 0;
}
.large-ordered-list h3 {
  display: inline;
}

.leading-line {
  height: 15vh;
  width: 100%;
}
.leading-line::after {
  background-color: rgba(255, 250, 237, 0.15);
  content: " ";
  display: block;
  height: 100%;
  margin: 0 auto;
  width: 1px;
}

.leading-line--large {
  height: 30vh;
}

.link {
  align-items: center;
  display: inline-flex;
  color: #fffaed;
  text-decoration-color: #1246ff;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.15em;
  transition-duration: 250ms;
  transition-timing-function: ease;
  transition: color, stroke;
}
.link svg {
  transform: translateY(-2px);
  height: 20px;
  margin-right: 0.5rem;
  width: auto;
}
.link:hover {
  color: #1246ff;
}

.minimal-unordered-list {
  list-style-type: "";
  margin-left: 0;
  padding-left: 0;
}
.minimal-unordered-list li {
  margin-left: 0;
  padding-left: 0;
}

.modal {
  align-items: center;
  background-color: black;
  backdrop-filter: blur(8px) brightness(1);
  bottom: 0;
  box-shadow: 0 0 2rem 0 black;
  display: none;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 200;
  -webkit-backdrop-filter: blur(8px) brightness(0.8);
}

.modal--open {
  display: flex;
}

.modal__container {
  background-color: #181923;
  border-radius: 0.15rem;
  max-height: 90vh;
  max-width: 90vw;
  overflow-y: auto;
  position: relative;
  width: 100%;
}
@media (min-width: 600px) {
  .modal__container {
    max-width: 600px;
  }
}

.modal__header {
  display: flex;
  justify-content: space-between;
  padding: 0 1.5rem;
  border-bottom: solid 1px rgba(255, 250, 237, 0.2);
}

.modal__close-button {
  padding: 0;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 16px;
}

.modal__content {
  padding: 1.5rem;
}

.modal__actions {
  border-top: solid 1px rgba(255, 250, 237, 0.2);
  padding: 1.5rem;
}

.my-mind-navigation {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  height: 3rem;
  justify-content: flex-start;
  left: 0;
  padding: 1rem;
  position: fixed;
  right: 0;
  top: 0.5rem;
  width: 100%;
  z-index: 2;
}
.my-mind-navigation a {
  align-items: center;
  background-color: #181923;
  border: solid 1px rgba(255, 250, 237, 0.2);
  border-radius: 0.15rem;
  display: flex;
  padding: 0.5rem;
  justify-content: center;
}

.my-mind-chat-container {
  height: calc(100vh - 5rem);
  margin: 0 auto;
  overflow-y: auto;
  padding: 1.5rem;
  position: relative;
  width: 100%;
}
@media (600px) {
  .my-mind-chat-container {
    height: calc(100vh - 5rem);
  }
}
.my-mind-chat-container::before {
  content: "";
  background: linear-gradient(to bottom, transparent, #181923);
  display: block;
  height: 9rem;
  left: 0;
  bottom: 5rem;
  right: 0;
  position: fixed;
  z-index: 1;
}

.my-mind-chat-prompt {
  align-items: center;
  bottom: 1.5rem;
  display: flex;
  height: 5rem;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1;
}

.my-mind-chat-prompt__form {
  background-color: #181923;
  border: solid 1px rgba(255, 250, 237, 0.025);
  border-radius: 1.95rem;
  display: flex;
  max-width: 600px;
  padding: 1rem;
  gap: 1rem;
  width: 100%;
}
.my-mind-chat-prompt__form input[type=text] {
  margin-bottom: 0;
}
.my-mind-chat-prompt__form input {
  border-radius: 1.25rem;
}

.my-mind-chat-prompt__button {
  align-items: center;
  border-radius: 1.25rem;
  display: flex;
  justify-content: center;
}

.my-mind-chat-history {
  display: flex;
  flex-direction: column;
  opacity: 0;
  animation: fadeIn 2.5s ease-in-out forwards;
  width: 100%;
  max-width: 600px;
  margin: 6rem auto;
}
.my-mind-chat-history::after {
  content: "";
  background: linear-gradient(to bottom, #181923, transparent);
  display: block;
  height: 6rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.my-mind-chat-message {
  font-family: "Charter", serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.6;
  max-width: 80%;
  margin: 1.5rem 0;
}

.my-mind-chat-message--answer {
  align-self: flex-start;
}

.my-mind-chat-message--question {
  align-self: flex-end;
  background-color: #000;
  color: #fffaed;
  padding: 1rem;
  border-radius: 1.25rem;
}

.my-mind-chat-message__actions {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  height: 16px;
  margin-top: 0.5rem;
  opacity: 0.5;
  transition: opacity 250ms ease;
  width: 100%;
}
.my-mind-chat-message__actions:hover {
  opacity: 1;
}
.my-mind-chat-message--answer .my-mind-chat-message__actions {
  justify-content: flex-start;
}
.my-mind-chat-message--question .my-mind-chat-message__actions {
  justify-content: flex-end;
}
.my-mind-chat-message__actions *:hover {
  cursor: pointer;
}

.light .my-mind-chat-message--question a {
  color: #fffaed;
}

.my-mind-chat-message--question .my-mind-chat-message__copy {
  display: none;
}

.my-mind-chat-message__confidence-score {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 14px;
  font-family: "JetBrains Mono", monospace;
  transition: all 250ms ease;
  transform: translateY(-2px);
}
.my-mind-chat-message__confidence-score:hover {
  color: #1246ff;
  cursor: pointer;
}

.my-mind-chat-message__source-links {
  display: flex;
  flex-direction: row;
  margin: 0.5rem 0 1rem;
}

.my-mind-source-link {
  align-items: center;
  background-color: rgba(255, 250, 237, 0.05);
  border-radius: 0.15rem;
  color: rgba(255, 250, 237, 0.5);
  display: flex;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.5666666667rem;
  justify-content: center;
  margin-right: 0.25rem;
  padding: 0.25rem 0.5rem 0.2rem 0.5rem;
  text-decoration: none;
}

.my-mind-sources {
  list-style: none;
  padding: 0;
  margin: 0;
}

.my-mind-source {
  background-color: rgba(255, 250, 237, 0.025);
  border-radius: 0.15rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.85rem !important;
}
.my-mind-source * {
  font-size: 0.85rem !important;
  font-family: "JetBrains Mono", monospace;
}

.navigation {
  align-items: center;
  background-color: #181923;
  border-bottom: solid 1px rgba(255, 250, 237, 0.2);
  display: flex;
  height: 5rem;
  justify-content: space-between;
  padding: 0 1.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media (600px) {
  .navigation {
    height: 8rem;
  }
}

.navigation--left {
  flex-grow: 1;
}

.navigation--mobile-trigger-icon::after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  content: "☰";
  font-size: 1.5rem;
  transform: translateY(-55%);
}
@media (min-width: 600px) {
  .navigation--mobile-trigger-icon::after {
    content: "";
  }
}

.navigation__links {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navigation__links li {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .navigation--right .navigation__links {
    position: fixed;
    top: calc(5rem - 120%);
    right: 120%;
    align-items: center;
    align-items: center;
    background-color: #181923;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 5rem);
    justify-content: center;
    padding-bottom: 5vh;
    transition: left 250ms, right 250ms;
    z-index: 1;
  }
  .navigation--right .navigation__links li {
    margin: 0;
    padding: 1.5rem;
  }
}
@media (max-width: 600px) {
  .navigation__mobile-trigger:checked + .navigation__links {
    position: fixed;
    top: 5rem;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.navigation__link {
  color: #fffaed;
  display: flex;
  font-family: "Passo", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .navigation__link {
    font-size: 0.85rem;
  }
}
.navigation__link + .navigation__link {
  margin-left: 1.5rem;
}
.navigation__link a {
  align-items: center;
  display: flex;
  text-decoration: none;
}
.navigation__link svg {
  height: 1rem;
}
@media (min-width: 600px) {
  .navigation__link svg {
    height: 0.85rem;
  }
}
.navigation__link svg path {
  fill: #fffaed;
}
.navigation__link:hover svg path {
  fill: #1246ff;
}

.navigation__mobile-trigger {
  cursor: pointer;
  height: 2rem;
  opacity: 0;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  z-index: 1;
}
@media (min-width: 600px) {
  .navigation__mobile-trigger {
    display: none;
  }
}

.page {
  margin-bottom: 9rem;
}
@media (max-width 420px) {
  .page {
    padding-top: 5rem;
  }
}

.post-meta {
  align-items: start;
  display: flex;
  flex-direction: column;
  font: "Calibre", sans-serif;
  justify-content: flex-start;
  margin-bottom: 3rem;
}

.post-meta__stats {
  color: rgba(255, 250, 237, 0.6);
  display: flex;
  flex-direction: column;
}
.post-meta__stats p {
  margin-bottom: 0;
}

.post-meta__published {
  font-family: "Calibre", sans-serif;
}

.post-meta__updated {
  font-family: "Calibre", sans-serif;
}

.post-meta__image {
  margin-bottom: 9rem;
}

.post-meta__title {
  font-family: "Passo", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.215;
  margin: 6rem 0 3rem;
  text-transform: capitalize;
}
@media (600px) {
  .post-meta__title {
    font-size: 4rem;
  }
}

.post-meta__subtitle,
.post-meta__description {
  font-size: 1.5rem;
  line-height: 1.35;
  margin-bottom: 6rem;
  font-weight: 400;
  width: 100%;
}

.post-sample {
  align-items: top;
  color: #fffaed;
  margin: 0 0 3rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
}

.post-sample__title {
  text-transform: capitalize;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.post-sample__date {
  color: rgba(255, 250, 237, 0.6);
  margin: 0.5rem 0;
}

.post-sample__hashtag {
  display: inline-flex;
}
.post-sample__hashtag button {
  font-size: 0.85rem;
  font-weight: normal;
  margin-right: 0.25rem;
  padding: 0;
  text-transform: lowercase;
  transform: translateX(-0.25rem);
}

.post-video {
  border-radius: 1rem;
  box-shadow: 0 1.5rem 2rem #000;
  margin-bottom: 10vh;
  padding-bottom: 64%;
  position: relative;
}
.post-video .post-video__video {
  border-radius: 1rem;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.post {
  font-family: "Charter", serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.6;
  transition: all 250ms ease;
}
.post h1,
.post h2,
.post h3 {
  margin-bottom: 0.5em;
  margin-top: 1.5em;
  word-wrap: break-word;
}
.post hr {
  margin: 6rem 0;
}
.post img {
  border: 1px solid rgba(255, 250, 237, 0.2);
  margin: 0 auto;
}
.post p,
.post table {
  margin-bottom: 1.25rem;
}
@media (900px) {
  .post p,
  .post table {
    margin-bottom: 1.5rem;
  }
}
.post p:has(img + img) {
  display: flex;
}
@media (max-width: 900px) {
  .post p:has(img + img) {
    flex-direction: column;
    margin-bottom: 0;
  }
}
@media (max-width: 900px) {
  .post p:has(img + img) img {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 900px) {
  .post p:has(img + img) img {
    margin-right: 1.5rem;
    width: calc(50% - (0.75rem));
  }
}

.content__title {
  font-size: 6rem;
}

.search-input {
  background-image: image-url("/assets/icon-search-b6a63da0.svg");
  background-position: center left 1rem;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  padding-left: 3rem;
}
.search-input:placeholder-shown {
  background-image: image-url("/assets/icon-search-empty-321b9acd.svg");
}
.light .search-input:placeholder-shown {
  background-image: image-url("/assets/icon-search-empty--light-e28471e9.svg");
}
.search-input:focus {
  background-image: image-url("/assets/icon-search-b6a63da0.svg");
}
.light .search-input:focus {
  background-image: image-url("/assets/icon-search--light-a2ae4ab1.svg");
}

.site-footer {
  border-top: solid 1px rgba(255, 250, 237, 0.1);
  padding: 9rem 0;
  text-align: center;
}

.site-footer__links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.site-footer__link {
  color: #fffaed;
  display: block;
  font-family: "Passo", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 420px) {
  .site-footer__link {
    display: inline;
    margin: 1rem;
  }
}
@media (min-width: 600px) {
  .site-footer__link {
    font-size: 0.85rem;
  }
}
.site-footer__link a {
  text-decoration: none;
}

.site-header {
  right: 0;
  align-items: center;
  background-color: #181923;
  display: flex;
  height: 5rem;
  justify-content: space-between;
  left: 0;
  margin: 0 auto;
  max-width: 900px;
  padding: 1.5rem;
  position: fixed;
  top: 0;
  z-index: 1;
}
@media (min-width: 420px) {
  .site-header {
    background-color: transparent;
    position: relative;
  }
}
@media (900px) {
  .site-header {
    height: 8rem;
    padding: 3rem 1.5rem;
  }
}

.sky-label {
  margin: 1.5rem 0;
  position: relative;
}

.sky-label input {
  margin-bottom: 1.875rem;
}

.sky-label label {
  color: rgba(255, 250, 237, 0.6);
  cursor: text;
  left: 0;
  line-height: 1.6;
  padding: 1rem;
  position: absolute;
  top: 0;
  transition-property: background-color color left opacity top transform;
  transition-duration: 250ms;
}

.sky-label-focused label,
.sky-label-has-text label {
  color: rgba(255, 250, 237, 0.6);
  cursor: default;
  left: -1rem;
  top: -2.475rem;
}

.sky-label-has-text label {
  opacity: 0;
}

.sky-label-has-text.sky-label-focused label {
  opacity: 1;
}

.table-container {
  position: relative;
  width: 100%;
}
.table-container.has-more-content .table-container__overflow-cover {
  opacity: 1;
}
.table-container.at-end .table-container__overflow-cover {
  opacity: 0;
}

.table-container__table-wrapper {
  overflow-x: auto;
}

.table-container__overflow-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  background: linear-gradient(to right, transparent, #181923);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.carousel-index {
  display: inline-flex;
}

.carousel__index {
  background-color: rgba(255, 250, 237, 0.25);
  border-radius: 50%;
  height: 0.25rem;
  margin: 0 0.25rem;
  width: 0.25rem;
}

.carousel__index--selected {
  background-color: #fffaed;
}

.work-focus {
  border-bottom: solid 1px rgba(255, 250, 237, 0.2);
  border-top: solid 1px rgba(255, 250, 237, 0.2);
  margin: 6rem 0;
  padding: 2.25rem 0;
}
.work-focus ul.minimal-unordered-list {
  padding-left: 0;
}

.work-focus--small li,
.work-focus--small ol,
.work-focus--small p,
.work-focus--small strong {
  font-size: 1rem;
}

.work-focus__header {
  margin-top: 1.25rem;
  margin-bottom: 1.5rem;
}

.work-focus__grid {
  column-count: 2;
}
@media (min-width: 900px) {
  .work-focus__grid {
    column-count: 3;
  }
}
.work-focus__grid strong {
  margin-bottom: 1rem;
}
.work-focus__grid ul {
  break-inside: avoid-column;
  margin-bottom: 3rem;
  margin-top: 0;
}

.work-footer-navigation {
  padding: 0 1.5rem;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  max-width: 540px;
  transition: all 250ms ease;
  width: 100%;
}
@media (900px) {
  .work-footer-navigation {
    padding: 0 0;
    align-items: space-between;
    flex-direction: row;
  }
}
@media (1240px) {
  .work-footer-navigation {
    max-width: 621px;
  }
}
@media (1560px) {
  .work-footer-navigation {
    max-width: 675px;
  }
}

.work-footer-navigation__link {
  color: #fffaed;
  display: flex;
  flex-direction: column;
  font-weight: normal;
  line-height: 1.3333333333;
  text-decoration: none;
  width: 50%;
}
@media (900px) {
  .work-footer-navigation__link.left {
    align-items: flex-start;
  }
}
.work-footer-navigation__link.right {
  margin-top: 6rem;
}
@media (900px) {
  .work-footer-navigation__link.right {
    margin-top: 0;
    align-items: flex-end;
    text-align: right;
  }
}
.work-footer-navigation__link:focus, .work-footer-navigation__link:hover {
  color: #1246ff;
}
.work-footer-navigation__link:focus svg path, .work-footer-navigation__link:hover svg path {
  fill: #1246ff;
}
.work-footer-navigation__link svg {
  display: flex;
  height: 0.85rem;
  width: auto;
  align-self: flex-start;
}
@media (900px) {
  .work-footer-navigation__link svg {
    align-self: auto;
  }
}
.work-footer-navigation__link p {
  font-family: "Charter", serif;
  font-size: 1rem;
  width: 85%;
}

.work-footer {
  border-top: solid 1px rgba(255, 250, 237, 0.2);
  display: flex;
  justify-content: center;
  margin-top: 9rem;
  padding-top: 9rem;
}

.work-image-container {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100vw;
  flex-shrink: 0;
  height: auto;
}

.work-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.work-image img,
.work-image video {
  border-radius: 0.15rem;
  pointer-events: none;
  user-select: none;
  max-width: 900px;
  width: calc(100% - 1.5rem);
}
.work-image figcaption {
  margin-top: 1rem;
  max-width: 540px;
}

.work-video {
  display: block !important;
  height: auto !important;
  margin: 0 auto !important;
  max-width: 800px !important;
  width: 100% !important;
}

.work-link {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 9rem;
  text-decoration: none;
  transition-duration: 250ms;
  transition-timing-function: ease;
  transition: color, transform;
}
.work-link:hover {
  color: currentColor;
}
.work-link:hover * {
  color: currentColor;
}

.work-link__image-container {
  aspect-ratio: 16/9;
  border-bottom: 0;
  border-radius: 0.15rem;
  display: flex;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
}

.work-link__title {
  margin-top: 3.5rem;
  font-weight: 400;
}

.work-link__protected {
  background-color: #181923;
  border-radius: 1rem;
  display: flex;
  font-size: 0.85rem;
  padding: 0.5rem;
  position: absolute;
  right: -0.25rem;
  top: -0.25rem;
}

.work-link__description {
  font-weight: 400;
  letter-spacing: 0.025rem;
  line-height: 1.6;
  width: 100%;
}
@media (600px) {
  .work-link__description {
    width: 75%;
  }
}

.work-link__video-container {
  aspect-ratio: 16/9;
  border-bottom: 0;
  border-radius: 0.15rem;
  display: flex;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
}

.work-link__video {
  border-bottom: 0;
  display: flex;
  text-decoration: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-link__logo-overlay {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.work-link__logo-overlay svg {
  height: 60%;
  transform: translate(-50%, -50%);
  width: 60%;
}

.work-prototype {
  background-color: #181923;
  height: 750px;
  padding: 1.5rem;
  text-align: center;
  width: 100%;
}
@media (900px) {
  .work-prototype {
    height: 850px;
  }
}
.work-prototype iframe {
  -moz-transform: scale(0.65);
  -o-transform: scale(0.65);
  -webkit-transform: scale(0.65);
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  -ms-zoom: 0.65;
}
@media (900px) {
  .work-prototype iframe {
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-zoom: 0.8;
  }
}

.u-margin-bottom {
  margin-bottom: 1.5rem;
}

.u-margin-bottom-none {
  margin-bottom: 0;
}

.u-margin-bottom-medium {
  margin-bottom: 2.25rem;
}

.u-margin-bottom-large {
  margin-bottom: 3rem;
}

.u-margin-bottom-x-large {
  margin-bottom: 6rem;
}

.u-margin-top {
  margin-top: 1.5rem;
}

.u-margin-top-none {
  margin-top: 0;
}

.u-margin-top-medium {
  margin-top: 2.25rem;
}

.u-margin-top-large {
  margin-top: 3rem;
}

.u-margin-top-x-large {
  margin-top: 6rem;
}

.u-padding-bottom {
  padding-bottom: 1.5rem;
}

.u-padding-bottom-none {
  padding-bottom: 0;
}

.u-padding-bottom-medium {
  padding-bottom: 2.25rem;
}

.u-padding-bottom-large {
  padding-bottom: 3rem;
}

.u-padding-bottom-x-large {
  padding-bottom: 6rem;
}

.u-padding-navigation-height {
  padding-top: 8rem;
}

/*# sourceMappingURL=/assets/application_dark-d7d6ef7c.css.map */
