@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Petrona:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://db.onlinewebfonts.com/c/103155be9ccbfb4de538da5f436755eb?family=NarzissPro");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block; }

*[hidden] {
  display: none; }

body {
  line-height: 1; }

menu,
ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 18px; }

body {
  font-family: "Petrona", sans-serif;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Petrona", sans-serif;
  font-weight: 100 !important;
  line-height: 1.2; }

.sans {
  font-family: "Open Sans", sans-serif; }

strong {
  font-weight: bolder; }

body,
html {
  height: 100%;
  background-color: #fff;
  max-width: 100%;
  position: relative; }

a {
  text-decoration: none;
  font-weight: bold; }

* {
  color: #000;
  box-sizing: border-box; }

p {
  font-weight: 450 !important; }

article.app-container {
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
  background: #fff;
  display: flex;
  flex-direction: column;
  z-index: 3;
  position: relative;
  overflow-x: hidden; }

h1,
h1 span {
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-family: "Petrona", sans-serif; }

h2 {
  font-size: 2rem; }

h4 {
  font-size: 1.5rem;
  mix-blend-mode: exclusion !important; }

h3 {
  color: #000;
  font-size: 3.5rem;
  letter-spacing: 30px;
  font-weight: 100;
  font-family: "Petrona", sans-serif;
  margin: 5rem 0;
  mix-blend-mode: exclusion !important; }
  @media all and (max-width: 900px) {
    h3 {
      font-size: 2rem;
      letter-spacing: 10px;
      margin: 3rem 0; } }

p {
  font-size: 1rem;
  line-height: 1.4rem;
  font-family: "Petrona", sans-serif !important;
  font-weight: 100; }

a:not(.vertical-nav a, .timeline h5 a) {
  color: #cc3233;
  font-weight: bolder;
  transition: color 0.2s ease; }

button {
  all: unset;
  cursor: pointer; }

.zoom-container {
  height: 100%;
  width: 100%; }

figcaption {
  font-size: 0.8rem;
  letter-spacing: 2px;
  font-style: italic;
  padding: 0.5rem 0;
  color: #bfbfbf;
  text-align: center !important;
  padding-left: 0 !important;
  margin-left: 0 !important; }

svg {
  fill: #000; }

.spacer {
  height: 5rem; }

.spacer10 {
  height: 10rem; }

.spacer20 {
  height: 20rem; }

.spacer50 {
  height: 50vh; }

.spacer100 {
  height: 100vh; }

.negative-spacer {
  margin-top: -5rem !important; }

.negative-spacer10 {
  margin-top: -10rem; }

.negative-spacer15 {
  margin-top: -15rem; }

.negative-spacer20 {
  margin-top: -20rem; }

.negative-spacer30 {
  margin-top: -30rem; }

.modal {
  position: fixed;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  background-color: #bfbfbf;
  z-index: 999;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-size: 1rem;
  font-family: "Petrona", sans-serif;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 1.5s, opacity 0.5s ease-in-out; }

.show {
  opacity: 0.8;
  visibility: visible;
  transition: opacity 0.5s ease-in-out; }

.grayscale {
  filter: grayscale(100%); }

#koldo,
#bego,
#ortiz,
#sanchez {
  position: relative;
  padding-top: 20vw; }

#koldo .title-img {
  position: absolute;
  left: 10vw;
  top: 4vw;
  z-index: -1;
  width: 33vw;
  rotate: -1deg; }
@media all and (max-width: 900px) {
  #koldo {
    padding-top: 20rem; }
    #koldo .title-img {
      width: 100vw !important;
      left: 25%;
      top: 0; } }
@media all and (max-width: 600px) {
  #koldo {
    padding-top: 20rem; }
    #koldo .title-img {
      width: 100vw !important;
      left: -10%;
      top: 5rem; } }

#bego .title-img {
  position: absolute;
  right: 15vw;
  top: 2rem;
  z-index: -1;
  width: 30vw !important;
  rotate: 0.5deg; }
@media all and (max-width: 900px) {
  #bego {
    padding-top: 18rem; }
    #bego .title-img {
      width: 60vw !important;
      left: 25%;
      top: 0; } }
@media all and (max-width: 600px) {
  #bego {
    padding-top: 7rem; }
    #bego .title-img {
      width: 100vw !important;
      left: 4%;
      top: -3rem; } }

#ortiz .title-img {
  position: absolute;
  left: 16vw;
  top: 3vw;
  z-index: -1;
  width: 30vw !important;
  rotate: -0.5deg; }
@media all and (max-width: 900px) {
  #ortiz {
    padding-top: 18rem; }
    #ortiz .title-img {
      width: 55vw !important;
      left: 25%;
      top: 0; } }
@media all and (max-width: 600px) {
  #ortiz {
    padding-top: 7rem; }
    #ortiz .title-img {
      width: 90vw !important;
      left: 4%;
      top: -3rem; } }

#sanchez .title-img {
  position: absolute;
  right: 13vw;
  top: 1rem;
  z-index: -1;
  width: 30vw !important;
  rotate: 1deg; }
@media all and (max-width: 900px) {
  #sanchez {
    padding-top: 18rem; }
    #sanchez .title-img {
      width: 55vw !important;
      left: 25%;
      top: 0; } }
@media all and (max-width: 600px) {
  #sanchez {
    padding-top: 10rem; }
    #sanchez .title-img {
      width: 80vw !important;
      left: 10%;
      top: -7.5rem; } }

.fade-in {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s ease-in, transform 1s ease; }

.fade-in.animate {
  opacity: 1;
  transform: translateY(0); }

em {
  font-style: italic; }

.mobile {
  display: none; }
  @media all and (max-width: 900px) {
    .mobile {
      display: block; } }

.desktop {
  display: block; }
  @media all and (max-width: 900px) {
    .desktop {
      display: none; } }

.italic {
  font-style: italic; }

.topbar {
  --mouse-x: 0px;
  --mouse-y: 0px;
  position: fixed;
  z-index: 99;
  top: 0;
  height: 62px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
  background: #fff;
  margin: 0 auto; }
  .topbar ul {
    display: flex;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto; }
    .topbar ul li {
      width: 33.33%; }
  .topbar svg {
    max-width: 5rem;
    max-height: 2rem;
    transition: fill 0.3s; }
  .topbar--brand-logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: start;
    transition: opacity 0.5s;
    opacity: 0; }
    .topbar--brand-logo svg {
      width: auto !important;
      height: 2rem;
      padding-bottom: 3px; }
  .topbar--magas-logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .topbar--magas-logo svg {
      transform: scale(1.4); }
    .topbar--magas-logo a {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
  .topbar--share-container {
    display: flex;
    justify-content: end;
    align-items: center;
    transition: fill 0.3s, opacity 0.5s;
    opacity: 0; }
    .topbar--share-container ul {
      padding: 0; }
    .topbar--share-container svg:hover {
      fill: #cc3233; }
    .topbar--share-container .share-container {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      position: relative;
      width: 13rem;
      height: 2.2rem;
      justify-content: center;
      border: 1px solid none;
      border-radius: 50px;
      gap: 1rem;
      font-family: "DM Serif Text", serif;
      font-size: 0.8rem;
      transition: all 0.3s; }
      .topbar--share-container .share-container span {
        font-family: "Petrona", sans-serif;
        font-weight: bold; }
      .topbar--share-container .share-container::before {
        content: "";
        position: absolute;
        top: var(--mouse-y);
        left: var(--mouse-x);
        width: 5rem;
        height: 5rem;
        background: radial-gradient(circle, #cc3233, transparent, transparent);
        border-radius: 50%;
        pointer-events: none;
        transform: translate(-50%, -50%);
        transition: opacity 0.5s ease;
        opacity: 0;
        filter: blur(50px); }
      .topbar--share-container .share-container:hover::before {
        opacity: 1; }
      .topbar--share-container .share-container .line {
        width: 100%;
        height: 1px;
        background-color: #000; }
      .topbar--share-container .share-container ul {
        gap: 0.5rem; }
        .topbar--share-container .share-container ul li {
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center; }
          .topbar--share-container .share-container ul li svg {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            max-width: 1rem !important; }
        .topbar--share-container .share-container ul .instagram svg {
          transform: scale(1.15); }
        .topbar--share-container .share-container ul .share svg {
          transform: scale(0.9); }
  .topbar .share-mobile {
    display: none; }
  @media all and (max-width: 1180px) {
    .topbar--share-container .share-container {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 1rem;
      padding: 0;
      border: none; }
      .topbar--share-container .share-container .line {
        width: 0; }
      .topbar--share-container .share-container ul,
      .topbar--share-container .share-container ul li,
      .topbar--share-container .share-container span,
      .topbar--share-container .share-container .line {
        display: none; }
      .topbar--share-container .share-container .share-mobile {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0.5rem;
        border-radius: 50%; }
        .topbar--share-container .share-container .share-mobile svg {
          fill: #000; } }
  @media all and (max-width: 900px) {
    .topbar {
      margin-bottom: 2.5rem;
      padding: 0 10%; }
      .topbar .topbar--share-container {
        transform: scale(1); } }

.background {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px); }

.hero {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding-bottom: 40rem;
  max-width: 100vw !important;
  padding: 5rem 0; }
  .hero h1 {
    font-size: 3rem;
    line-height: 3rem;
    text-align: center;
    font-weight: 300 !important;
    margin-bottom: 1rem;
    width: 40%;
    z-index: 10;
    color: black;
    text-shadow: 0 0 5px white;
    max-width: 600px; }
  .hero h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    margin: 0 auto;
    color: black;
    width: 40%;
    z-index: 10;
    text-shadow: 0 0 10px white;
    font-weight: 450 !important; }
  @media screen and (max-width: 500px) {
    .hero {
      padding-top: 12rem; } }
  @media screen and (max-width: 350px) {
    .hero {
      padding-top: 10rem; } }
  @media all and (max-width: 900px) {
    .hero {
      display: flex;
      align-items: center; }
      .hero h1 {
        font-size: 1.8rem;
        line-height: 1.8rem;
        width: 100%;
        max-width: 85%; }
      .hero h2 {
        font-size: 1rem;
        line-height: 1rem;
        width: 80%; } }
  .hero img {
    position: absolute;
    transition: all 0.3s;
    width: 40vw; }
  .hero .puzzle-lt {
    top: -4vw;
    left: 9vw;
    width: 20vw; }
  .hero .puzzle-rt {
    right: -7vw;
    top: -10vw; }
  .hero .puzzle-lb {
    left: -7vw;
    top: 22vw; }
  .hero .puzzle-rb {
    right: 0vw;
    top: 55vh; }
  @media screen and (max-width: 1650px) {
    .hero .puzzle-lt {
      top: -8vw;
      left: 10vw;
      width: 20vw; }
    .hero .puzzle-rt {
      right: -7vw;
      top: -10vw; }
    .hero .puzzle-lb {
      left: -10vw;
      top: 20vw; }
    .hero .puzzle-rb {
      right: 0vw;
      top: 65vh; } }
  @media screen and (max-width: 1500px) {
    .hero .puzzle-rb {
      right: -15vw;
      top: 35vh; }
    .hero .puzzle-lb {
      left: -20vw;
      top: 20vw;
      width: 50vw; } }
  @media screen and (max-width: 900px) {
    .hero .puzzle-lt {
      top: 0vw;
      left: 10vw;
      width: 30vw; }
    .hero .puzzle-rt {
      right: 5vw;
      top: 0vw; }
    .hero .puzzle-lb {
      left: -8vw;
      top: 65vw; }
    .hero .puzzle-rb {
      right: -8vw;
      top: 60vh;
      width: 50vw; } }
  @media screen and (max-width: 500px) {
    .hero .puzzle-lt {
      top: 10vw;
      left: -2vw;
      width: 55vw; }
    .hero .puzzle-rt {
      right: -15vw;
      top: 20vw;
      width: 60vw; }
    .hero .puzzle-lb {
      left: -25vw;
      top: 83vh;
      width: 65vw; }
    .hero .puzzle-rb {
      right: -15vw;
      top: 80vh;
      width: 80vw; } }

.footer {
  --mouse-x: 0px;
  --mouse-y: 0px;
  z-index: 0;
  margin: 0 auto;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  position: sticky;
  bottom: 0;
  height: 70vh;
  width: 100%; }
  .footer:hover::before {
    opacity: 1; }
  .footer * {
    color: #f8f8f8;
    font-weight: lighter;
    text-align: center;
    z-index: 9999;
    position: relative; }
  .footer svg {
    fill: #f8f8f8 !important; }
  .footer a {
    width: 1rem;
    height: 1rem;
    z-index: 999; }
  .footer__logo {
    display: flex;
    align-items: center;
    font-family: "Petrona", sans-serif;
    font-size: 1.5rem;
    font-weight: 100; }
    @media all and (max-width: 900px) {
      .footer__logo {
        flex-direction: column; } }
    .footer__logo svg {
      display: flex;
      height: 3rem;
      width: 7rem;
      margin: 0 0.5rem 0.8rem 0.3rem; }
      @media all and (max-width: 900px) {
        .footer__logo svg {
          margin: 0; } }
      .footer__logo svg path {
        fill: #f8f8f8 !important; }
  .footer__branded {
    align-items: center;
    justify-content: center;
    text-align: center; }
    .footer__branded p {
      color: darkgray;
      font-family: "Petrona", sans-serif;
      margin-top: -1rem; }
    .footer__branded svg {
      display: flex;
      height: 2.5rem;
      margin: 2rem 0; }
  .footer__social {
    font-family: "Petrona", sans-serif; }
    .footer__social ul {
      display: flex;
      gap: 1rem; }
    .footer__social svg {
      height: 2rem;
      width: 2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: fill 0.3s; }
      .footer__social svg:hover {
        fill: #cc3233 !important; }
    .footer__social--tik-tok svg {
      transform: scale(0.9) translateX(-0.5rem); }
    .footer__social--twitter svg {
      transform: scale(0.8) translateX(0.2rem); }
    .footer__social--instagram svg {
      transform: scale(0.9); }
  .footer address {
    font-family: "Petrona", sans-serif;
    font-weight: 300;
    font-size: 0.9rem;
    color: darkgray;
    text-transform: uppercase; }
    @media all and (max-width: 375px) {
      .footer address {
        padding: 0 3rem; } }

.text, .text-right {
  max-width: 638px;
  margin: 0 auto;
  z-index: 2;
  margin-bottom: 5rem;
  position: relative; }
  .text a, .text-right a {
    text-decoration: underline;
    color: #000 !important; }
    .text a:hover, .text-right a:hover {
      color: #cc3233 !important; }
  .text figure, .text-right figure {
    width: 100%;
    margin-top: 5rem; }
    .text figure img, .text-right figure img {
      width: 100%;
      height: auto; }
  @media all and (max-width: 1150px) {
    .text, .text-right {
      margin: 0 8% 5rem 8%; } }
  .text .line, .text-right .line {
    height: 0.5rem;
    width: 30%;
    background: var(--primary);
    margin: 2rem 0; }
  .text .first-letter:first-letter, .text-right .first-letter:first-letter {
    font-size: 5rem !important;
    font-family: "Petrona", sans-serif; }
    @media all and (max-width: 900px) {
      .text .first-letter:first-letter, .text-right .first-letter:first-letter {
        font-size: 2.5rem; } }
  .text p:not(.related p), .text-right p:not(.related p) {
    margin-bottom: 1rem;
    width: 100%;
    text-shadow: 0 0 10px #fff; }
  .text h3, .text-right h3 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    position: relative;
    display: flex;
    padding-top: 1rem;
    flex-direction: column; }
    @media all and (max-width: 600px) {
      .text h3, .text-right h3 {
        margin-top: -5rem; } }
    .text h3 span, .text-right h3 span {
      font-size: 1.1rem;
      margin-bottom: 0.25rem;
      font-family: "Open Sans", sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: normal; }
  .text .question, .text-right .question {
    font-family: "DM Serif Text", serif;
    font-size: 1.3rem;
    margin-top: 2rem; }
  @media all and (max-width: 900px) {
    .text p:not(.related p), .text-right p:not(.related p) {
      width: 100%; } }

.text-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr minmax(0, 631px) 1fr; }
  @media all and (max-width: 1150px) {
    .text-grid {
      margin: 0 8% 5rem 8%; } }
  @media all and (max-width: 900px) {
    .text-grid {
      display: flex;
      flex-direction: column;
      margin: 0; } }
  .text-grid a {
    text-decoration: underline;
    color: #000 !important; }
    .text-grid a:hover {
      color: #cc3233 !important; }
  @media all and (max-width: 900px) {
    .text-grid {
      display: flex;
      flex-direction: column; } }
  .text-grid .first-letter:first-letter {
    font-size: 5rem !important;
    font-family: "Petrona", sans-serif; }
    @media all and (max-width: 900px) {
      .text-grid .first-letter:first-letter {
        font-size: 2.5rem; } }
  .text-grid .credits-grid {
    padding-top: 1.5rem;
    font-size: 1rem;
    line-height: 0.8rem; }
    .text-grid .credits-grid span {
      font-family: "Open Sans", sans-serif;
      font-size: 0.8rem;
      color: darkgray; }
    @media all and (max-width: 900px) {
      .text-grid .credits-grid {
        padding-bottom: 2rem;
        margin: 0 8% 1rem 8%; } }
    .text-grid .credits-grid .credits-item {
      margin-bottom: 1.5rem; }
      .text-grid .credits-grid .credits-item span {
        font-size: 0.8rem; }
      .text-grid .credits-grid .credits-item a {
        display: block;
        font-family: "Petrona", sans-serif !important;
        text-decoration: none;
        color: #000;
        margin: 0.5rem 0; }
        .text-grid .credits-grid .credits-item a:hover {
          color: #cc3233; }

.text-right {
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: end; }
  @media all and (max-width: 900px) {
    .text-right p:not(.related p) {
      width: 100%; } }

@media screen and (max-width: 390px) {
  #protagonists h4 {
    font-size: 1.3rem; } }

#koldo h3 {
  color: #cc3233 !important; }

#ortiz h3 {
  color: #edd2be !important; }

#bego h3 {
  color: #b3bdd1 !important; }

#sanchez h3 {
  color: #a6b28c !important; }

.single-content {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 5rem;
  position: relative; }
  @media all and (max-width: 1150px) {
    .single-content {
      margin: 0 8% 5rem 8%; } }
  .single-content figure {
    width: 100%; }
    .single-content figure img,
    .single-content figure video {
      height: 100%;
      width: 100%;
      object-fit: cover; }
    .single-content figure figcaption {
      padding: 0.5rem 0;
      width: 100%; }
  .single-content .second-figure {
    position: relative;
    z-index: 1; }

.single-content-centered {
  max-width: 638px;
  margin: 0 auto;
  margin-bottom: 5rem;
  position: relative; }
  .single-content-centered figure {
    width: 100%; }
    .single-content-centered figure img,
    .single-content-centered figure video {
      height: 100%;
      width: 100%;
      object-fit: cover; }
    .single-content-centered figure figcaption {
      padding: 0.5rem 0;
      width: 100%;
      transition: padding 0.3s; }
      @media all and (max-width: 580px) {
        .single-content-centered figure figcaption {
          padding-left: 10%; } }

.single-content-fullscreen {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 5rem;
  position: relative;
  display: flex;
  justify-content: center;
  z-index: -1; }
  @media all and (max-width: 1150px) {
    .single-content-fullscreen {
      margin: 0 8% 5rem 8%; } }
  .single-content-fullscreen figure {
    width: 100%;
    display: flex;
    flex-direction: column; }
    .single-content-fullscreen figure img,
    .single-content-fullscreen figure video {
      height: 100%;
      width: 100%;
      object-fit: cover; }
    .single-content-fullscreen figure figcaption {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0.5rem 0;
      width: 100%;
      transition: padding 0.3s; }
      @media all and (max-width: 1150px) {
        .single-content-fullscreen figure figcaption {
          padding-left: 10%; } }

.midscreen {
  max-width: 1080px;
  margin: 0 auto; }
  @media all and (max-width: 1150px) {
    .midscreen {
      margin: 0 8% 5rem 8%; } }

@media all and (max-width: 900px) {
  .tree {
    transform: scale(1) !important;
    margin-bottom: -2rem;
    margin-top: -1rem; } }

.credits-extended {
  margin: 0 auto;
  margin: 10rem auto 0rem auto;
  width: 100%;
  border-top: 2px solid #bfbfbf;
  z-index: 2; }
  .credits-extended main {
    display: flex;
    justify-content: center;
    min-height: max-content; }
    @media all and (max-width: 1150px) {
      .credits-extended main {
        margin: 0 8%; } }
  .credits-extended .credits__title {
    padding-left: 0 !important;
    font-size: 1.2rem;
    margin-right: 21vw;
    width: 10rem;
    font-family: "DM Serif Text", serif;
    height: 100%;
    padding-top: 5rem; }
  .credits-extended .credits__marquee {
    width: 100%;
    column-count: 3;
    column-gap: 2rem;
    padding: 5rem 0; }
  .credits-extended div {
    margin-bottom: 1rem; }
    .credits-extended div p,
    .credits-extended div a {
      display: block;
      font-size: 1rem;
      font-weight: 100 !important;
      color: #000;
      font-family: "DM Serif Text", serif; }
      .credits-extended div p:hover,
      .credits-extended div a:hover {
        color: #cc3233; }
    .credits-extended div span {
      font-size: 0.8rem;
      font-family: "Open Sans", sans-serif;
      color: #000; }
  @media all and (max-width: 900px) {
    .credits-extended main {
      flex-direction: column;
      align-items: start; }
    .credits-extended .credits__title {
      font-size: 1.2rem;
      margin: 1rem 0;
      padding-top: 3rem; }
    .credits-extended .credits__marquee {
      width: 100%;
      column-count: 2;
      column-gap: 2rem;
      padding: 5rem 0;
      padding: 2rem 0 5rem 0; } }

.centered-content-small {
  margin: 0 auto;
  margin-bottom: 5rem;
  position: relative; }
  @media all and (max-width: 1150px) {
    .centered-content-small {
      margin: 0 8% 5rem 8%; } }
  .centered-content-small figure {
    max-width: 30rem;
    margin: 0 auto;
    aspect-ratio: 1; }
    .centered-content-small figure img {
      object-fit: cover;
      width: 100%;
      height: 100%; }

.centered-content {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 5rem;
  position: relative; }
  .centered-content figure {
    width: 100%;
    margin: 0 auto;
    aspect-ratio: 1;
    max-width: 80%; }
    .centered-content figure img {
      object-fit: cover;
      width: 100%;
      height: 100%; }

@media all and (max-width: 900px) {
  .centered-content-grayscale {
    margin-top: -5rem !important;
    margin-bottom: -3rem !important; } }
.centered-content-grayscale {
  margin: 0 auto;
  margin-bottom: 5rem;
  position: relative; }
  .centered-content-grayscale figure {
    width: 100%;
    margin: 0 auto;
    aspect-ratio: 1;
    max-width: 80%; }
    @media all and (max-width: 900px) {
      .centered-content-grayscale figure {
        max-width: 100%; } }
    .centered-content-grayscale figure img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .centered-content-grayscale .absolute {
    position: absolute;
    scale: 0.8;
    inset: 0;
    margin: auto;
    translate: 0 -1rem; }

.date {
  max-width: 638px;
  margin: 0 auto;
  margin-bottom: 5rem; }
  @media all and (max-width: 1150px) {
    .date {
      margin: 0 8% 5rem 8%; } }
  .date * {
    font-family: "Open Sans", sans-serif !important;
    font-size: 0.8rem !important; }
  @media all and (max-width: 900px) {
    .date {
      margin-top: 0;
      margin-bottom: 2rem; } }
  .date span,
  .date p {
    color: darkgray;
    line-height: 0.8rem; }

.legend {
  max-width: 638px;
  margin: 0 auto;
  margin-top: -3rem;
  margin-bottom: 5rem; }
  @media all and (max-width: 1150px) {
    .legend {
      margin: 0 8% 5rem 8%; } }
  @media all and (max-width: 900px) {
    .legend {
      margin-top: -9rem; } }
  .legend figure {
    margin-top: 3rem;
    width: 100%; }
    .legend figure img {
      width: 100%;
      height: auto; }
  .legend * {
    font-family: "Petrona", sans-serif;
    font-weight: 100;
    font-size: 0.9rem; }
  .legend ul {
    width: 100%;
    justify-content: start;
    gap: 2rem;
    display: flex;
    margin-top: -6rem; }
    @media all and (max-width: 900px) {
      .legend ul {
        display: flex;
        grid-template-columns: repeat(2, 1fr);
        margin-top: -5rem;
        margin-bottom: 5rem; }
        .legend ul li {
          margin: 0 auto;
          min-width: 10rem; } }
    .legend ul li {
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
      white-space: nowrap; }
    .legend ul .color-key {
      width: 1rem;
      height: 1rem;
      border-radius: 50%;
      margin-right: 0.5rem; }
    .legend ul li:nth-child(1) .color-key {
      background: #cc3233; }
    .legend ul li:nth-child(2) .color-key {
      background: #b3bdd1; }
    .legend ul li:nth-child(3) .color-key {
      background: #edd2be; }
    .legend ul li:nth-child(4) .color-key {
      background: #92a582; }
  .legend .color-key.facts {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    margin-right: 0.5rem;
    background-color: #cc3233 !important; }
  .legend .color-key.exclusives {
    width: 1.5rem;
    height: 1.5rem;
    border: 0.2rem solid black;
    border-radius: 50%;
    margin-right: 0.5rem;
    background-color: #cc3233 !important; }

.legend-2 {
  margin: 0;
  margin-top: 3rem; }
  @media all and (max-width: 900px) {
    .legend-2 ul {
      display: flex;
      flex-direction: column;
      gap: 0.5rem; }
      .legend-2 ul li {
        margin: 0; } }

.timeline {
  display: flex;
  flex-direction: column;
  max-width: 1080px;
  margin: 0 auto;
  max-width: 900px; }
  @media all and (max-width: 1150px) {
    .timeline {
      margin: 0 8% 5rem 8%; } }
  .timeline .underline {
    text-decoration: underline;
    text-underline-offset: 0.2rem;
    text-decoration-color: #edd2be; }
  .timeline h5 a {
    text-decoration: underline !important;
    transition: all 0.3s ease-in-out;
    cursor: pointer; }
    .timeline h5 a:hover {
      color: #cc3233 !important; }
  .timeline a {
    all: unset;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%; }
  .timeline p a {
    all: unset;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold; }
  .timeline li {
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 0.8s ease-out, transform 1s ease-out; }
  .timeline li.animate {
    opacity: 1;
    transform: translateY(0); }
  .timeline .card {
    width: 100%;
    height: 100%;
    border-left: 2px solid #bfbfbf;
    position: relative;
    padding: 2rem; }
    .timeline .card .redirect {
      padding-top: 0;
      display: flex;
      margin: 0 auto;
      border: 1px solid #f4f4f4;
      background: #fff;
      align-items: center; }
      .timeline .card .redirect * {
        line-height: 1.2rem !important; }
      @media all and (max-width: 900px) {
        .timeline .card .redirect {
          flex-direction: column; } }
      .timeline .card .redirect .news-image {
        max-width: 30%; }
        @media all and (max-width: 900px) {
          .timeline .card .redirect .news-image {
            max-width: 100%;
            width: 100%; } }
      .timeline .card .redirect figure {
        width: 100%;
        aspect-ratio: 16/9 !important;
        overflow: hidden; }
      .timeline .card .redirect img {
        width: 100%;
        aspect-ratio: 16/9 !important;
        object-fit: cover;
        transition: all 0.55s;
        filter: grayscale(100%); }
      .timeline .card .redirect .news-content {
        padding: 0 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        line-height: initial; }
        @media all and (max-width: 900px) {
          .timeline .card .redirect .news-content {
            padding: 1.5rem 1rem; } }
        .timeline .card .redirect .news-content h5 {
          font-size: 1rem;
          line-height: initial;
          font-weight: bold !important;
          margin-bottom: 0.5rem; }
          @media all and (max-width: 900px) {
            .timeline .card .redirect .news-content h5 {
              font-size: 0.9rem;
              line-height: 0.9rem; } }
        .timeline .card .redirect .news-content p {
          color: gray;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin: 0; }
    @media all and (max-width: 900px) {
      .timeline .card {
        padding: 1.5rem; } }
    .timeline .card img {
      width: 60%; }
      @media all and (max-width: 900px) {
        .timeline .card img {
          width: 200%; } }
    .timeline .card:before {
      content: "";
      position: absolute;
      top: 2.3rem;
      left: -0.55rem;
      width: 1rem;
      height: 1rem;
      background: #cc3233;
      border-radius: 50%;
      outline: 0.3rem solid white; }
    .timeline .card .exclusive {
      background: #000;
      color: white;
      padding: 0.5rem 0.75rem;
      width: fit-content;
      height: 2rem;
      display: none;
      align-items: center;
      justify-content: center;
      font-size: 0.8rem;
      margin-bottom: 0.5rem;
      font-family: "Open Sans", sans-serif !important;
      text-transform: uppercase !important; }
    .timeline .card .timeline-date {
      font-weight: 600;
      color: #989898;
      font-size: 0.9rem;
      padding-top: 0.5rem;
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase; }
      @media all and (max-width: 900px) {
        .timeline .card .timeline-date {
          font-size: 0.8rem; } }
    .timeline .card h5 {
      font-size: 1.2rem;
      font-weight: bold !important;
      margin-bottom: 0.5rem; }
      @media all and (max-width: 900px) {
        .timeline .card h5 {
          font-size: 1.1rem; } }
    .timeline .card p {
      font-size: 0.9rem;
      margin-bottom: 1rem; }
  .timeline .card.last {
    border-left: none;
    margin-bottom: 5rem; }
    .timeline .card.last::after {
      content: "";
      position: absolute;
      left: 0;
      width: 2px;
      height: 5rem;
      top: -3rem;
      background: #bfbfbf; }
    .timeline .card.last::before {
      left: -0.45rem; }
  .timeline .card.first::after {
    content: "";
    position: absolute;
    left: -5px;
    width: 10px;
    height: 5.1rem;
    top: -3rem;
    background: white; }
  .timeline .card.exclusive.last {
    border-left: none;
    background: linear-gradient(to bottom, #f4f4f4, transparent) !important; }
    .timeline .card.exclusive.last::after {
      content: "";
      position: absolute;
      left: 0;
      width: 2px;
      height: 8rem;
      top: -3rem;
      background: #bfbfbf; }
    .timeline .card.exclusive.last::before {
      left: -0.45rem;
      z-index: 9999; }
  .timeline .card.exclusive {
    background-color: #f4f4f4;
    cursor: pointer; }
    .timeline .card.exclusive .timeline-date {
      color: #7e7e7e;
      padding-bottom: 0.2rem; }
    .timeline .card.exclusive:hover img {
      transform: scale(1.03);
      transition: 0.3s all ease-in-out; }
    .timeline .card.exclusive .exclusive {
      display: flex; }
    .timeline .card.exclusive:before {
      content: "";
      top: 5rem;
      border: 0.3rem solid black;
      background: #cc3233;
      transform: translate(-0.3rem);
      outline: none; }

#ortiz .card:before {
  content: "";
  background: #edd2be !important; }

#bego .card:before {
  content: "";
  background: #b3bdd1 !important; }

#sanchez .card:before {
  content: "";
  background: #92a582 !important; }

#ortiz .card.exclusive:before {
  content: "";
  background: #edd2be !important; }

#bego .card.exclusive:before {
  content: "";
  background: #b3bdd1 !important; }

#sanchez .card.exclusive:before {
  content: "";
  background: #92a582 !important; }

.timeline-spacer {
  width: 100%;
  height: 1rem;
  border-left: 2px solid #bfbfbf; }

#bego .timeline h5 a:hover {
  color: #b3bdd1 !important; }

#ortiz .timeline h5 a:hover {
  color: #edd2be !important; }

#sanchez .timeline h5 a:hover {
  color: #92a582 !important; }

.exclusive-graphic {
  width: 100%; }
  .exclusive-graphic img {
    width: 100% !important;
    transform: scale(1) !important; }

.final-puzzle {
  margin: 0 auto;
  padding-top: 15rem;
  padding-bottom: 15rem;
  position: relative; }
  @media all and (max-width: 900px) {
    .final-puzzle {
      padding: 0;
      transform: scale(2);
      margin-top: -15rem;
      margin-bottom: -7.5rem; } }
  .final-puzzle .puzzle-grid {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr; }
    .final-puzzle .puzzle-grid div {
      width: 100%;
      position: relative; }
  .final-puzzle img {
    position: absolute;
    width: 30vw; }
  .final-puzzle .final-puzzle-lt {
    bottom: 1vw;
    right: -1.2vw;
    transform: scale(1.15); }
  .final-puzzle .final-puzzle-rt {
    left: -1vw;
    bottom: 3vw; }
  .final-puzzle .final-puzzle-lb {
    right: -1vw;
    top: 3vw; }
  .final-puzzle .final-puzzle-rb {
    left: -1vw;
    top: -5.8vw;
    transform: scale(0.75); }

/*# sourceMappingURL=style.css.map */
