:root {
  --black: #000000;
  --light: #ffffff;
  --page-space: calc(1.5rem + 1vw);
  --big-text: calc(7rem + 4vw);
  --body-text: calc(0.7rem + 1vw);
  --cta-text: 1em;
  --size: 200px;
}
@media screen and (min-width: 768px) {
  :root {
    --body-text: calc(0.8rem + 0.7vw);
    --size: 250px;
  }
}
@media screen and (min-width: 960px) {
  :root {
    --body-text: calc(0.5rem + 0.8vw);
    --big-text: calc(5.8rem + 4vw);
    --small-text: calc(0.5rem + 0.6vw);
    --cta-text: calc(0.6rem + 0.5vw);
    --size: 300px;
  }
}
@media screen and (min-width: 1800px) {
  :root {
    --body-text: 1.5rem;
  }
}
@media screen and (min-width: 2100px) {
  :root {
    --body-text: 2rem;
    --size: 500px;
  }
}

@font-face {
  font-family: "Satoshi";
  src: url("./../../assets/fonts/Satoshi-Medium.ttf") format("woff2"), url("./../../assets/fonts/Satoshi-Medium.woff") format("woff"), url("./../../assets/fonts/Satoshi-Medium.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("./../../assets/fonts/CormorantGaramond-Italic.woff2") format("woff2"), url("./../../assets/fonts/CormorantGaramond-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("./../../assets/fonts/CormorantGaramond-Regular.woff2") format("woff2"), url("./../../assets/fonts/CormorantGaramond-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("./../../assets/fonts/CormorantGaramond-BoldItalic.woff2") format("woff2"), url("./../../assets/fonts/CormorantGaramond-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("./../../assets/fonts/CormorantGaramond-Bold.woff2") format("woff2"), url("./../../assets/fonts/CormorantGaramond-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --almost-black: #111;
}

.serif {
  font-family: "Cormorant Garamond", serif;
}

.sans-serif {
  font-family: "Satoshi";
}

.btn-primary-play {
  border-radius: 200px;
  box-shadow: none;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.3em 0.3em;
  border: 1pt solid black;
  transition: 0.3s all ease-in-out;
  background-color: transparent;
  cursor: pointer;
}
.btn-primary-play:hover {
  background-color: var(--black);
  transition: 0.3s all ease-in-out;
}
.btn-primary-play:hover svg {
  fill: var(--client-color-primary);
  transition: 0.3s all ease-in-out;
}
.btn-primary-play svg {
  fill: var(--black);
  display: block;
  width: 20px;
  height: 100%;
}
@media screen and (min-width: 678px) {
  .btn-primary-play svg {
    width: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .btn-primary-play svg {
    width: 20px;
  }
}
@media screen and (min-width: 1800px) {
  .btn-primary-play svg {
    width: 25px;
  }
}
@media screen and (min-width: 2100px) {
  .btn-primary-play svg {
    width: 30px;
  }
}

.btn-secondary {
  transition: 0.3s all ease-in-out;
  background-color: transparent;
  border-radius: 200px;
  border: 1pt solid black;
  box-shadow: none;
  color: var(--black);
  cursor: pointer;
  font-size: 1rem;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.25em 0.75em;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1rem;
}
.btn-secondary:hover {
  background-color: var(--black);
  color: var(--light);
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}

.btn-carousel-after {
  background-color: none;
  background: none;
  box-shadow: none;
  cursor: pointer;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  outline: none;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5;
  border: none;
  margin-left: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .btn-carousel-after {
    margin-left: initial;
  }
}
.btn-carousel-after svg {
  width: 30px;
  cursor: pointer;
  display: block;
  fill: var(--black);
}
@media screen and (min-width: 1025px) {
  .btn-carousel-after svg {
    width: 100%;
    margin-top: 10px;
    margin-left: initial;
  }
}
.btn-carousel-after:hover {
  opacity: 0.8;
  transition: 0.3s all ease-in-out;
}

.btn-carousel {
  background-color: none;
  background: none;
  box-shadow: none;
  cursor: pointer;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  outline: none;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5;
  border: none;
  transition: 0.3s all ease-in-out;
}
.btn-carousel svg {
  width: 30px;
  cursor: pointer;
  display: block;
  fill: var(--black);
  transform: rotate(180deg);
}
@media screen and (min-width: 1025px) {
  .btn-carousel svg {
    width: 100%;
  }
}
.btn-carousel:hover {
  opacity: 0.8;
  transition: 0.3s all ease-in-out;
}

.no-pointer-events {
  pointer-events: none;
}

.carousel-status {
  white-space: nowrap;
}

.container {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}

.x {
  -webkit-animation: x 8s linear infinite alternate;
          animation: x 8s linear infinite alternate;
}

.y {
  -webkit-animation: y 5s linear infinite alternate;
          animation: y 5s linear infinite alternate;
}

@-webkit-keyframes x {
  100% {
    transform: translateX(calc(100vw - var(--size)));
  }
}

@keyframes x {
  100% {
    transform: translateX(calc(100vw - var(--size)));
  }
}
@-webkit-keyframes y {
  100% {
    transform: translateY(calc(100vh - var(--size)));
  }
}
@keyframes y {
  100% {
    transform: translateY(calc(100vh - var(--size)));
  }
}
.ball {
  position: absolute;
  pointer-events: none;
  height: var(--size);
  width: var(--size);
}
.ball img {
  height: 20vh;
  mix-blend-mode: multiply;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1025px) {
  .ball img {
    height: 30vh;
  }
}
@media screen and (min-width: 2000px) {
  .ball img {
    height: 40vh;
  }
}

.letter-title {
  align-items: center;
  display: flex;
  padding-bottom: 1em;
}
.letter-title .letter-word:first-letter {
  text-transform: uppercase;
}
.letter-title .letter-abaco {
  align-items: center;
  display: flex;
  height: 1.5em;
  justify-content: center;
  text-transform: uppercase;
  width: 1.5em;
}
.letter-title .letter-separator {
  padding: 0 0.5em;
}

video {
  width: 100%;
  height: 100%;
}

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 10;
}
.play-button-wrapper .play-gif {
  cursor: pointer;
  pointer-events: auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-button-wrapper .play-gif svg {
  width: 60px;
  height: 60px;
  fill: #fff;
  stroke: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0.9;
}
@media screen and (min-width: 1024px) {
  .play-button-wrapper .play-gif svg {
    width: 100px;
    height: 100px;
  }
}

:root {
  --almost-black: #111;
}

.serif {
  font-family: "Cormorant Garamond", serif;
}

.sans-serif {
  font-family: "Satoshi";
}

.btn-primary-play {
  border-radius: 200px;
  box-shadow: none;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.3em 0.3em;
  border: 1pt solid black;
  transition: 0.3s all ease-in-out;
  background-color: transparent;
  cursor: pointer;
}
.btn-primary-play:hover {
  background-color: var(--black);
  transition: 0.3s all ease-in-out;
}
.btn-primary-play:hover svg {
  fill: var(--client-color-primary);
  transition: 0.3s all ease-in-out;
}
.btn-primary-play svg {
  fill: var(--black);
  display: block;
  width: 20px;
  height: 100%;
}
@media screen and (min-width: 678px) {
  .btn-primary-play svg {
    width: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .btn-primary-play svg {
    width: 20px;
  }
}
@media screen and (min-width: 1800px) {
  .btn-primary-play svg {
    width: 25px;
  }
}
@media screen and (min-width: 2100px) {
  .btn-primary-play svg {
    width: 30px;
  }
}

.btn-secondary {
  transition: 0.3s all ease-in-out;
  background-color: transparent;
  border-radius: 200px;
  border: 1pt solid black;
  box-shadow: none;
  color: var(--black);
  cursor: pointer;
  font-size: 1rem;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.25em 0.75em;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1rem;
}
.btn-secondary:hover {
  background-color: var(--black);
  color: var(--light);
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}

.btn-carousel-after {
  background-color: none;
  background: none;
  box-shadow: none;
  cursor: pointer;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  outline: none;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5;
  border: none;
  margin-left: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .btn-carousel-after {
    margin-left: initial;
  }
}
.btn-carousel-after svg {
  width: 30px;
  cursor: pointer;
  display: block;
  fill: var(--black);
}
@media screen and (min-width: 1025px) {
  .btn-carousel-after svg {
    width: 100%;
    margin-top: 10px;
    margin-left: initial;
  }
}
.btn-carousel-after:hover {
  opacity: 0.8;
  transition: 0.3s all ease-in-out;
}

.btn-carousel {
  background-color: none;
  background: none;
  box-shadow: none;
  cursor: pointer;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  outline: none;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5;
  border: none;
  transition: 0.3s all ease-in-out;
}
.btn-carousel svg {
  width: 30px;
  cursor: pointer;
  display: block;
  fill: var(--black);
  transform: rotate(180deg);
}
@media screen and (min-width: 1025px) {
  .btn-carousel svg {
    width: 100%;
  }
}
.btn-carousel:hover {
  opacity: 0.8;
  transition: 0.3s all ease-in-out;
}

.no-pointer-events {
  pointer-events: none;
}

.carousel-status {
  white-space: nowrap;
}

.container {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}

.x {
  -webkit-animation: x 8s linear infinite alternate;
          animation: x 8s linear infinite alternate;
}

.y {
  -webkit-animation: y 5s linear infinite alternate;
          animation: y 5s linear infinite alternate;
}

@keyframes x {
  100% {
    transform: translateX(calc(100vw - var(--size)));
  }
}
@keyframes y {
  100% {
    transform: translateY(calc(100vh - var(--size)));
  }
}
.ball {
  position: absolute;
  pointer-events: none;
  height: var(--size);
  width: var(--size);
}
.ball img {
  height: 20vh;
  mix-blend-mode: multiply;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1025px) {
  .ball img {
    height: 30vh;
  }
}
@media screen and (min-width: 2000px) {
  .ball img {
    height: 40vh;
  }
}

.letter-title {
  align-items: center;
  display: flex;
  padding-bottom: 1em;
}
.letter-title .letter-word:first-letter {
  text-transform: uppercase;
}
.letter-title .letter-abaco {
  align-items: center;
  display: flex;
  height: 1.5em;
  justify-content: center;
  text-transform: uppercase;
  width: 1.5em;
}
.letter-title .letter-separator {
  padding: 0 0.5em;
}

video {
  width: 100%;
  height: 100%;
}

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 10;
}
.play-button-wrapper .play-gif {
  cursor: pointer;
  pointer-events: auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-button-wrapper .play-gif svg {
  width: 60px;
  height: 60px;
  fill: #fff;
  stroke: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0.9;
}
@media screen and (min-width: 1024px) {
  .play-button-wrapper .play-gif svg {
    width: 100px;
    height: 100px;
  }
}

.menu-dropdown {
  transition: 0.3s all ease-in-out;
  border-left: 1pt solid var(--black);
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: scroll;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  transform: translate3d(100%, 0%, 0);
  visibility: hidden;
  width: 80%;
  z-index: 9;
  padding: var(--page-space);
}
@media screen and (min-width: 768px) {
  .menu-dropdown {
    width: 50%;
  }
}
.menu-dropdown svg {
  width: 100%;
  display: block;
  fill: var(--almost-black);
}
.menu-dropdown.show {
  transition: 0.3s all ease-in-out;
  transform: translate3d(0%, 0, 0);
  visibility: visible !important;
  opacity: 1;
}
.menu-dropdown ul {
  display: flex;
  flex-direction: column;
}
.menu-dropdown ul li a {
  text-decoration: none;
  cursor: pointer;
}
.menu-dropdown ul li a:hover {
  opacity: 0.5;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.menu-dropdown ul li .active {
  display: flex;
  align-items: center;
}
.menu-dropdown ul li .active:before {
  padding-right: 0.8em;
  display: inline-block;
  content: "";
  background-image: url("../../assets/images/arrow_black.svg");
  background-size: 28px 28px;
  background-repeat: no-repeat;
  height: 28px;
  width: 28px;
  position: relative;
}
.menu-dropdown ul li .active:before svg {
  width: 100%;
  display: block;
  fill: var(--almost-black);
}

.menu-toggle {
  cursor: pointer;
  height: 35px;
  top: calc(var(--page-space) - 0.4rem);
  right: var(--page-space);
  position: absolute;
  width: 35px;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .menu-toggle {
    width: 45px;
  }
}

.burger {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
}

.burger,
.burger:before,
.burger:after {
  padding: 0;
  width: 30px;
  height: 2px;
  background-color: var(--black);
  transition: 0.3s all ease-in-out;
  display: block;
  position: absolute;
  transition: margin 0.1s 0.2s, transform 0.2s;
}
@media screen and (min-width: 1200px) {
  .burger,
.burger:before,
.burger:after {
    width: 45px;
  }
}

.burger:before,
.burger:after {
  margin: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.burger:before {
  margin-top: -8px;
}

.burger:after {
  margin-top: 8px;
}

.open .burger {
  transform: rotate(45deg);
}

.open .burger,
.open .burger:before,
.open .burger:after {
  transition: margin 0.2s, transform 0.1s 0.2s;
}

.open .burger:before,
.open .burger:after {
  margin-top: 0;
}

.open .burger:after {
  transform: rotate(-90deg);
}

header {
  width: 100%;
  z-index: 10;
  padding: var(--page-space);
  display: grid;
}
@media screen and (min-width: 678px) {
  header {
    position: absolute;
  }
}
@media screen and (min-width: 768px) {
  header {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 967px) {
  header {
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
  }
}
header .logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  grid-column: span 1;
}
@media screen and (min-width: 967px) {
  header .logo {
    grid-column: span 3;
  }
}

.menu {
  left: 0;
  padding: 0 var(--page-space);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.menu .menu-languages {
  text-transform: uppercase;
  position: fixed;
  top: calc(var(--page-space) - 0.1rem);
  right: calc(var(--page-space) + 3.2em);
  font-size: 1em;
}
@media screen and (min-width: 960px) {
  .menu .menu-languages {
    top: calc(var(--page-space) - 0.2rem);
    right: calc(var(--page-space) + 3.5em);
  }
}
.menu .menu-languages a {
  text-decoration: none;
}
.menu ul {
  padding: 0;
}
.menu li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (min-width: 1200px) {
  .menu li {
    font-size: 1em;
    line-height: 1.2;
  }
}

:root {
  --black: #000000;
  --light: #ffffff;
  --page-space: calc(1.5rem + 1vw);
  --big-text: calc(7rem + 4vw);
  --body-text: calc(0.7rem + 1vw);
  --cta-text: 1em;
  --size: 200px;
}
@media screen and (min-width: 768px) {
  :root {
    --body-text: calc(0.8rem + 0.7vw);
    --size: 250px;
  }
}
@media screen and (min-width: 960px) {
  :root {
    --body-text: calc(0.5rem + 0.8vw);
    --big-text: calc(5.8rem + 4vw);
    --small-text: calc(0.5rem + 0.6vw);
    --cta-text: calc(0.6rem + 0.5vw);
    --size: 300px;
  }
}
@media screen and (min-width: 1800px) {
  :root {
    --body-text: 1.5rem;
  }
}
@media screen and (min-width: 2100px) {
  :root {
    --body-text: 2rem;
    --size: 500px;
  }
}

.footer {
  padding: var(--page-space);
  display: grid;
  align-items: flex-start;
  margin-top: auto;
  font-size: 0.8em;
}
@media screen and (min-width: 768px) {
  .footer {
    font-size: 0.5em;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 967px) {
  .footer {
    font-size: 0.5em;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
  }
}
.footer .legal-info {
  align-self: end;
  margin-top: 1rem;
}
.footer .contact-info {
  display: grid;
}
@media screen and (min-width: 768px) {
  .footer .contact-info {
    grid-template-columns: 1fr 1.2fr;
  }
}
@media screen and (min-width: 967px) {
  .footer .contact-info {
    grid-column: 4/6;
  }
}
.footer .contact-info .small-logo {
  width: 75%;
}
.footer .contact-info .logos {
  display: grid;
  padding-bottom: 1rem;
  padding-top: 1rem;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer .contact-info .logos {
    padding-top: initial;
    padding-bottom: initial;
    width: 60%;
    grid-template-columns: initial;
  }
}
.footer .contact-info .logos img {
  mix-blend-mode: multiply;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  padding: 1rem 1.5rem 0 1.5rem;
  filter: grayscale(1);
}
.footer .contact-info .logos img:nth-child(odd) {
  padding-left: 0;
}
.footer .contact-info .logos img:nth-child(even) {
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .footer .contact-info .logos img {
    padding: 1rem 0 0 0;
  }
  .footer .contact-info .logos img:first-child {
    padding: 0;
  }
}
.footer .credit p {
  margin-bottom: 1rem;
}
.footer .download {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-color: var(--black);
          text-decoration-color: var(--black);
  text-decoration-thickness: 1pt;
}

* {
  box-sizing: border-box;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  font-family: "Satoshi";
  -ms-overflow-style: none;
  scrollbar-width: none;
}
*::-webkit-scrollbar {
  display: none;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  font-size: var(--body-text);
  line-height: 1.4;
  min-height: 100%;
  background-color: var(--client-color-primary);
}

.menu-dropdown {
  background-color: var(--client-color-primary);
}

.change-color {
  background-color: var(--client-color-secondary);
  transition: 0.3s all ease-in-out;
}

a {
  color: inherit;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.no-scroll {
  overflow: hidden;
}

.no-touch {
  pointer-events: none;
}
