/* ===================================================================
* fonts
*
* graphik
*
* ------------------------------------------------------------------- */
@font-face {
  font-family: "GraphikRegular";
  src: url("../fonts/GraphikMedium.eot");
  src: url("../fonts/GraphikRegular.eot") format("embedded-opentype"), url("../fonts/GraphikRegular.woff2") format("woff2"), url("../fonts/GraphikRegular.woff") format("woff"), url("../fonts/GraphikRegular.ttf") format("truetype"), url("../fonts/GraphikRegular.svg#GraphikRegular") format("svg");
}
@font-face {
  font-family: "GraphikMedium";
  src: url("../fonts/GraphikMedium.eot");
  src: url("../fonts/GraphikMedium.eot") format("embedded-opentype"), url("../fonts/GraphikMedium.woff2") format("woff2"), url("../fonts/GraphikMedium.woff") format("woff"), url("../fonts/GraphikMedium.ttf") format("truetype"), url("../fonts/GraphikMedium.svg#GraphikMedium") format("svg");
}
/* ===================================================================
* # vars
*
* ------------------------------------------------------------------- */
/* ====
* # colors
* ---- */
/* ====
* # fonts features
* ---- */
/* ====
* # fonts
* ---- */
/* Usado en labels */
/* Para bloques largos de text */
/* Botones */
/* http://meyerweb.com/eric/tools/css/reset/
v5.0.1 | 20191019
License: none (public domain)
*/
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[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, body {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  font-size: 14px;
  font-family: "GraphikRegular", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0;
  position: relative;
}

html, body {
  height: 100%;
}

/* ------------------------------------------------------------------- 
* ## links 
* ------------------------------------------------------------------- */
a {
  text-decoration: none;
  line-height: inherit;
}

a img {
  border: none;
}

/* ------------------------------------------------------------------- 
* ## Media
* ------------------------------------------------------------------- */
img,
video {
  max-width: 100%;
  height: auto;
}

img, iframe {
  border: 0;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
  max-width: 100%;
}

.lazy-img {
  background-color: rgba(0, 0, 0, 0.05);
  will-change: transform, opacity;
  transform: scale3d(0.8, 0.8, 0.8);
  opacity: 0.5;
  transition: all 0.3s ease-out;
  text-indent: -9999px;
}
.lazy-img.lazy-transparent {
  background-color: transparent;
}
.lazy-img.init {
  transform: scale3d(1, 1, 1);
  opacity: 1;
  background-color: transparent;
}

.waitingToBeAnim {
  opacity: 0;
}

body .panel-release-bottom {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  height: 100vh;
  transform: translate3d(0, -100vh, 0);
  will-change: transform;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000;
}
body .panel-release-bottom.panel-release-visible {
  animation: panelReleaseBottomShow 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
body .panel-release-bottom.panel-release-invisible {
  animation: panelReleaseBottomHide 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

body .panel-release-left {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  height: 100vh;
  transform: translate3d(100vw, 0, 0);
  will-change: transform;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000;
}
body .panel-release-left.panel-release-visible {
  animation: panelReleaseLeftShow 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
body .panel-release-left.panel-release-invisible {
  animation: panelReleaseLeftHide 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

body .panel-release-vcenter {
  transform: translateY(-50%) scale3d(1, 0, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000;
}
body .panel-release-vcenter.panel-release-visible {
  animation: panelReleaseCenterShow 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
body .panel-release-vcenter.panel-release-invisible {
  animation: panelReleaseCenterHide 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes panelReleaseBottomShow {
  0% {
    transform: translate3d(0, -100vh, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes panelReleaseBottomHide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -100vh, 0);
  }
}
@keyframes panelReleaseLeftShow {
  0% {
    transform: translate3d(100vw, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes panelReleaseLeftHide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(100vw, 0, 0);
  }
}
@keyframes panelReleaseCenterShow {
  0% {
    transform: translateY(-50%) scale3d(1, 0, 1);
  }
  100% {
    transform: translateY(-50%) scale3d(1, 1, 1);
  }
}
@keyframes panelReleaseCenterHide {
  0% {
    transform: translateY(-50%) scale3d(1, 1, 1);
  }
  100% {
    transform: translateY(-50%) scale3d(1, 0, 1);
  }
}
[pd-anim^=slideUpLetters], [pd-anim^=slideUpWords], [pd-anim^=slideDownLetters] {
  will-change: opacity;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000;
}
[pd-anim^=slideUpLetters].init, [pd-anim^=slideUpWords].init, [pd-anim^=slideDownLetters].init {
  opacity: 1;
}
[pd-anim^=slideUpLetters].finished, [pd-anim^=slideUpWords].finished, [pd-anim^=slideDownLetters].finished {
  opacity: 0;
}
[pd-anim^=slideUpLetters] w, [pd-anim^=slideUpWords] w, [pd-anim^=slideDownLetters] w {
  position: relative;
  display: inline-block;
  margin-bottom: -1em;
  white-space: nowrap;
}
[pd-anim^=slideUpLetters] .prev-to-new-line + .space, [pd-anim^=slideUpLetters] br + .space, [pd-anim^=slideUpWords] .prev-to-new-line + .space, [pd-anim^=slideUpWords] br + .space, [pd-anim^=slideDownLetters] .prev-to-new-line + .space, [pd-anim^=slideDownLetters] br + .space {
  display: none;
}
[pd-anim^=slideUpLetters] l, [pd-anim^=slideUpWords] l, [pd-anim^=slideDownLetters] l {
  display: inline-block;
  will-change: transform, opacity;
  opacity: 0;
  animation-name: slideUpLetter;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

[pd-anim=slideDownLetters] l {
  animation-name: slideDownLetter;
}

[pd-anim=slideDownLetters_reverse] {
  opacity: 1;
}
[pd-anim=slideDownLetters_reverse] l {
  animation-name: none;
  opacity: 1;
  animation-duration: 0.3s;
}
[pd-anim=slideDownLetters_reverse].init l {
  animation-name: slideDownLetter;
  animation-direction: reverse;
}

[pd-anim=slideUpLetters_reverse] {
  opacity: 1;
}
[pd-anim=slideUpLetters_reverse] l {
  animation-name: none;
  opacity: 1;
  animation-duration: 0.3s;
}
[pd-anim=slideUpLetters_reverse].init l {
  animation-name: slideUpLetter;
  animation-direction: reverse;
  animation-fill-mode: forwards;
}

@keyframes slideUpLetter {
  0% {
    transform: translate3d(0, 50%, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideDownLetter {
  0% {
    transform: translate3d(0, -50%, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
[pd-anim=slideUp] {
  will-change: transform, opacity;
  transform: translate3d(0, 2em, 0);
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000;
}
[pd-anim=slideUp].init {
  opacity: 0;
  animation-name: slideUp;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

[pd-anim=slideUp_reverse] {
  opacity: 1;
  animation-name: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000;
}
[pd-anim=slideUp_reverse].init {
  animation-name: slideUp_reverse;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes slideUp {
  50% {
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideUp_reverse {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translate3d(0, -2em, 0);
    opacity: 0;
  }
}
[pd-anim=fadeIn] {
  will-change: opacity;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000;
}
[pd-anim=fadeIn].init {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
[pd-anim^=lineThrough] {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000;
  position: relative;
  z-index: 2;
  display: inline-block;
}
[pd-anim^=lineThrough] > span {
  opacity: 0;
  will-change: opacity;
}
[pd-anim^=lineThrough]:before {
  will-change: transform;
  content: " ";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scale3d(0, 1, 1);
  transform-origin: center left;
  background-color: currentColor;
}
[pd-anim^=lineThrough].init {
  opacity: 1;
}
[pd-anim^=lineThrough].init > span {
  animation-name: lineThroughContent;
  animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: inherit;
}
[pd-anim^=lineThrough].init:before {
  animation-name: lineThrough;
  animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: inherit;
}

[pd-anim=lineThrough_reverse] {
  opacity: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000;
}
[pd-anim=lineThrough_reverse] > span {
  opacity: 1;
  animation-name: none;
}
[pd-anim=lineThrough_reverse]:before {
  transform-origin: center right;
  animation-name: none;
}
[pd-anim=lineThrough_reverse].init > span {
  animation-name: lineThroughContent;
  animation-direction: reverse;
}
[pd-anim=lineThrough_reverse].init:before {
  animation-name: lineThrough;
  animation-direction: reverse;
}
[pd-anim=lineThrough_reverse].finished {
  opacity: 0;
}

@keyframes lineThroughContent {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lineThrough {
  0% {
    transform: scale3d(0, 1, 1);
    transform-origin: center left;
  }
  50% {
    transform: scale3d(1, 1, 1);
    transform-origin: center left;
  }
  51% {
    transform-origin: center right;
  }
  100% {
    transform: scale3d(0, 1, 1);
    transform-origin: center right;
  }
}
.parallax-init {
  will-change: transform;
}

.parallax-started {
  transition: transform 0.2s ease;
}

.parallax-title {
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.2);
  font-size: 21vw;
  line-height: 0;
  white-space: nowrap;
  font-weight: 500;
  position: absolute;
  left: 0;
  margin: 0;
  transform: translate3d(0, 0, 0);
  transition: transform 1s ease;
  will-change: transform;
  -webkit-user-select: none;
  user-select: none;
}
.schedule-content__titleContainer .parallax-title {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.15);
}
.cms-content .parallax-title {
  line-height: 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .parallax-title {
    width: 100%;
    text-align: center;
  }
}

.bouncing-isotype .logo-circle {
  height: 100px;
  overflow: visible;
}

.circle-bg-floating {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.circle-bg-floating symbol {
  position: absolute;
  top: 45%;
  left: 33%;
  bottom: auto;
  right: auto;
  width: 100px;
  fill: #FF4745;
  z-index: 1;
}
.circle-bg-floating svg {
  top: 45%;
  left: 33%;
  bottom: auto;
  right: auto;
  z-index: 1;
  position: absolute;
  width: 100px;
  fill: #FF4745;
}

.bouncing-isotype .logo-path, .bouncing-isotype .logo-circle {
  overflow: visible;
}
.bouncing-isotype .logo-path use, .bouncing-isotype .logo-circle use {
  will-change: transform;
  transform-origin: 80%;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000;
}
.bouncing-isotype .logo-circle {
  height: 100px;
  overflow: visible;
}
.bouncing-isotype .logo-circle use {
  animation: logoBounce-circle 48s 1 linear;
  will-change: transform;
  transform-origin: 80%;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000;
}
.bouncing-isotype[pd-anim=slideUp] .logo-path use {
  animation: none;
}
.bouncing-isotype[pd-anim=slideUp] .logo-circle use {
  animation: none;
}
.bouncing-isotype[pd-anim=slideUp].init .logo-path use {
  animation: logoBounce-path 8s cubic-bezier(0.2, 0, 0.7, 1) 2 alternate;
}
.bouncing-isotype[pd-anim=slideUp].init .logo-circle use {
  animation: logoBounce-circle 48s 1 linear;
}

@keyframes logoBounce-path {
  100% {
    transform: translate3d(30%, -60%, 0) rotate(-30deg);
  }
}
@keyframes logoBounce-circle {
  10% {
    transform: translate3d(-25%, -50%, 0);
  }
  20% {
    transform: translate3d(-75%, -100%, 0);
  }
  30% {
    transform: translate3d(-100%, -150%, 0);
  }
  40% {
    transform: translate3d(-75%, -200%, 0);
  }
  50% {
    transform: translate3d(-10%, -200%, 0);
  }
  60% {
    transform: translate3d(40%, -150%, 0);
  }
  70% {
    transform: translate3d(60%, -100%, 0);
  }
  80% {
    transform: translate3d(35%, -50%, 0);
  }
  90% {
    transform: translate3d(15%, 25%, 0);
  }
}
/* ===================================================================
* # generals
*
* ------------------------------------------------------------------- */
/* ====
* # colors
* ---- */
.c-primary {
  color: #FF4543;
}

.c-secondary {
  color: #FFFFFF;
}

.c-tertiary {
  color: #181F2C;
}

.c-quaternary {
  color: #FF4543;
}

/* ====
* # fonts
* ---- */
.f-secondary {
  font-family: "GraphikMedium", Arial, Helvetica, sans-serif;
}

/* ====
* # buttons
* ---- */
.b-primary {
  color: #FFFFFF;
  padding-bottom: 10px;
  position: relative;
}
.b-primary:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
}
.b-primary:hover:after {
  transition: transform 0.3s ease;
  animation: button-line-hover 1s ease forwards;
}

.b-secondary {
  color: #FF4543;
  padding-bottom: 10px;
  position: relative;
}
.b-secondary:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FF4543;
}
.b-secondary:hover:after {
  transition: transform 0.3s ease;
  animation: button-line-hover 1s ease forwards;
}

@keyframes button-line-hover {
  0% {
    transform-origin: right;
  }
  40% {
    transform: scaleX(0);
    transform-origin: right;
  }
  50% {
    transform-origin: left;
    transform: scaleX(0);
  }
  100% {
    transform-origin: left;
  }
}
.fix-button {
  background: #FF4745;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 40px;
  margin-top: -80px;
  padding: 0 30px;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9;
  transform: rotate(-90deg) translate3d(0px, 110%, 0);
  -webkit-transform: rotate(-90deg) translate3d(0px, 110%, 0);
  transform-origin: calc(100% - 20px) 50%;
  -webkit-transform-origin: calc(100% - 20px) 50%;
  animation: showFixTagFromRight 0.5s 3s ease-out forwards;
}
.fix-button .fix-button__logo {
  display: inline-block;
  margin: -4px -10px -4px 20px;
  width: 20px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

@keyframes showFixTagFromRight {
  100% {
    transform: rotate(-90deg) translate3d(0px, 0, 0);
  }
}
.disabled-link {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}

.modal-show {
  position: relative;
}

/* ====
* # common elements
* ---- */
.inner {
  margin: 0 auto;
  max-width: 960px;
}
@media (max-width: 768px) {
  .inner {
    max-width: initial;
    padding: 50px 24px 75px;
  }
}

.text-separator {
  background-color: #cccccc;
  display: inline-block;
  height: 2px;
  margin: 0 25px;
  vertical-align: middle;
  width: 47px;
}

.ending-point {
  bottom: -2px;
  font-size: 20px;
  margin-left: 8px;
  position: relative;
}

/* ====
* # show/hide responsive classes
* ---- */
.show-desktop {
  display: none;
}

.show-mobile {
  display: block;
}

@media (min-width: 768px) {
  .show-desktop {
    display: block !important;
  }

  .show-mobile {
    display: none !important;
  }
}
.header {
  display: block;
  position: relative;
  width: 100%;
}
.header .header-content {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 27px;
  left: 50%;
  margin-left: -553px;
  max-width: 1106px;
  position: fixed;
  top: 35px;
  width: 100%;
  z-index: 500;
}
.header .header-content.nav-up {
  height: 66px;
  top: -60px;
  margin-left: -50%;
  max-width: 100%;
  width: 100%;
  animation: hideHeaderTop 0.375s ease forwards;
}
.header .header-content.nav-up .header-logo.dark-mode {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 50;
}
.header .header-content.nav-up .header-logo.dark-mode .site-logo {
  animation: makeLogoDarkResp 0.25s ease forwards;
}
@media (min-width: 1025px) {
  .header .header-content.nav-up .header-logo.dark-mode .site-logo {
    animation: makeLogoDark 0.25s ease forwards;
  }
}
.header .header-content.nav-up .header-logo.dark-mode .site-logo img {
  z-index: 100;
}
@media (max-width: 1024px) {
  .header .header-content.nav-up .header-logo.dark-mode .site-logo .logo-resp {
    display: block;
  }
  .header .header-content.nav-up .header-logo.dark-mode .site-logo .logo-desk {
    display: none;
  }
}
.header .header-content.nav-up .nav-link {
  color: transparent !important;
}
.header .header-content.nav-initial {
  background: transparent;
  height: 27px;
  top: 35px;
  animation: showHeaderInitial 0.375s ease forwards;
}
.header .header-content.scrolling-up {
  background: rgba(255, 255, 255, 0.9);
  height: 66px;
  margin-left: -50%;
  max-width: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  animation: showHeaderTop 0.375s ease forwards;
}
.header .header-content.scrolling-up .header-nav .header-nav__list {
  display: flex;
  margin-right: 40px;
}
.header .header-content.scrolling-up .header-nav .header-nav__list .b-primary {
  color: #181F2C;
}
.header .header-content.scrolling-up .header-nav .header-nav__list .b-primary:after {
  display: none;
}
.header .header-content.scrolling-up .header-nav .header-nav__list .b-primary:hover:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  transition: transform 0.3s ease;
  animation: button-line-hover 1s ease forwards;
}
.header .header-content.scrolling-up .header-logo.dark-mode {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 50;
}
.header .header-content.scrolling-up .header-logo.dark-mode .site-logo {
  animation: makeLogoDarkResp 0.25s ease forwards;
}
@media (min-width: 1025px) {
  .header .header-content.scrolling-up .header-logo.dark-mode .site-logo {
    animation: makeLogoDark 0.25s ease forwards;
  }
}
.header .header-content.scrolling-up .header-logo.dark-mode .site-logo img {
  z-index: 100;
}
@media (max-width: 1024px) {
  .header .header-content.scrolling-up .header-logo.dark-mode .site-logo .logo-resp {
    display: block;
  }
  .header .header-content.scrolling-up .header-logo.dark-mode .site-logo .logo-desk {
    display: none;
  }
}
.header .header-content .header-logo .site-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  z-index: 100;
}
.header .header-content .header-logo .site-logo .logo-resp {
  display: none;
}
.header .header-content .header-logo.dark-mode {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 50;
}
.header .header-content .header-logo.dark-mode .site-logo {
  animation: makeLogoDarkResp 0.25s ease forwards;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1025px) {
  .header .header-content .header-logo.dark-mode .site-logo {
    animation: makeLogoDark 0.25s ease forwards;
  }
}
.header .header-content .header-logo.dark-mode .site-logo img {
  z-index: 100;
}
.header .header-content .header-logo.initial-mode {
  position: relative;
  z-index: 50;
}
.header .header-content .header-logo.initial-mode .site-logo {
  animation: makeLogoInitial 0.25s ease forwards;
}
.header .header-content .header-logo.initial-mode .site-logo img {
  max-width: 126px;
  z-index: 100;
}
.header .header-content .header-nav {
  display: block;
  position: absolute;
  right: 0;
}
.header .header-content .header-nav .header-nav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-content .header-nav .header-nav__list li {
  cursor: pointer;
}
.header .header-content .header-nav .header-nav__list li + li {
  margin-left: 32px;
}
.header .header-content .header-nav .header-nav__list .b-primary {
  color: #FFFFFF;
  font-family: "GraphikMedium", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.header .header-content .header-nav .header-nav__list .b-primary:after {
  display: none;
}
.header .header-content .header-nav .header-nav__list .b-primary:hover:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FF4543;
  transition: transform 0.3s ease;
  animation: button-line-hover 1s ease forwards;
}
.header .header-content .header-nav .header-nav__cta {
  display: none;
}
.header .header-content .header-nav .header-nav__cta .header-nav__showMenu {
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  width: 20px;
}
.header .header-content .header-nav .header-nav__cta .header-nav__showMenu span {
  background-color: #FFFFFF;
  display: block;
  height: 2px;
  width: 100%;
  transition: width 0.3s ease;
}
.header .header-content .header-nav .header-nav__cta .header-nav__showMenu span + span {
  margin-top: 4px;
}
.header .header-content .header-nav .header-nav__cta .header-nav__showMenu span:nth-child(2) {
  width: 50%;
}
.header .header-content .header-nav .header-nav__cta .header-nav__showMenu span:last-child {
  width: 15px;
}
.header .header-content .header-nav .header-nav__cta .header-nav__showMenu:hover span {
  background-color: #F9F9F9;
}
.header .header-content .header-nav .header-nav__cta .header-nav__showMenu:hover span:nth-child(2) {
  width: 100%;
}
.header .header-content .header-nav .header-nav__cta .header-nav__showMenu:hover span:last-child {
  width: 100%;
}
@media (max-width: 1200px) {
  .header .header-content {
    margin-left: -480px;
    width: 960px;
  }
  .header .header-content .header-nav__list li + li {
    margin-left: 32px;
  }
}
@media (max-width: 1024px) {
  .header .header-content {
    box-sizing: border-box;
    margin-left: -50%;
    padding: 0 24px;
    width: 100%;
  }
  .header .header-content.scrolling-up, .header .header-content.nav-up {
    background: transparent;
  }
  .header .header-content.scrolling-up .header-nav__showMenu, .header .header-content.nav-up .header-nav__showMenu {
    background: #FF4543;
    padding: 23px 20px;
    right: 0;
    top: 0;
    position: fixed;
    animation: hideHeaderTop 0.375s ease forwards;
  }
  .header .header-content.scrolling-up .header-logo, .header .header-content.nav-up .header-logo {
    max-width: 60px;
  }
  .header .header-content.scrolling-up .header-logo .site-logo, .header .header-content.nav-up .header-logo .site-logo {
    width: 100%;
  }
  .header .header-content.scrolling-up .header-logo .site-logo img, .header .header-content.nav-up .header-logo .site-logo img {
    max-width: 15px !important;
  }
  .header .header-content .header-nav {
    display: block;
    right: 24px;
  }
  .header .header-content .header-nav .header-nav__hideMenu {
    display: none;
  }
  .header .header-content .header-nav .header-nav__content {
    background: #181F2C;
    display: none;
    height: 100vh;
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    z-index: 30;
  }
  .header .header-content .header-nav.animatedMenu .header-nav__content {
    animation: slideOutLeft 0.25s forwards;
  }
  .header .header-content .header-nav.openedMenu .header-nav__list {
    z-index: 100;
  }
  .header .header-content .header-nav.openedMenu .header-nav__list .b-primary {
    color: #FFFFFF !important;
  }
  .header .header-content .header-nav.openedMenu .header-nav__content {
    display: block;
    animation: slideInLeft 0.5s forwards;
  }
  .header .header-content .header-nav.openedMenu .header-nav__showMenu {
    display: none;
  }
  .header .header-content .header-nav.openedMenu .header-nav__hideMenu {
    display: block;
    position: fixed;
    right: 24px;
    top: 20px;
    z-index: 50;
  }
  .header .header-content .header-nav.openedMenu .header-nav__hideMenu img {
    transition: transform 0.25s, opacity 0.25s;
    opacity: 0.85;
  }
  .header .header-content .header-nav.openedMenu .header-nav__hideMenu:hover img {
    transform: rotate(270deg);
    opacity: 1;
  }
  .header .header-content .header-nav .header-nav__cta {
    display: block;
  }
  .header .header-content .header-nav .header-nav__list {
    flex-direction: column;
    padding: 120px 0;
    width: 100%;
  }
  .header .header-content .header-nav .header-nav__list li + li {
    margin-left: 0;
    margin-top: 30px;
  }
  .header .header-content .header-nav .header-nav__list li .b-primary {
    font-size: 20px;
    line-height: 32px;
  }
  .header .header-content .header-nav .header-nav__list li .b-primary:after {
    content: " ";
    background-color: transparent;
    display: block;
    bottom: 0;
    height: 2px;
    left: 50%;
    margin-left: -7.5px;
    position: absolute;
    width: 15px;
  }
}
@keyframes slideInLeft {
  100% {
    left: 0;
  }
}
@keyframes slideOutLeft {
  0% {
    left: 0%;
  }
  20% {
    left: 20%;
  }
  40% {
    left: 40%;
  }
  60% {
    left: 60%;
  }
  80% {
    left: 80%;
  }
  100% {
    left: 100%;
  }
}
@media (min-width: 768px) {
  @keyframes hideHeaderTop {
    0% {
      top: 6.5px;
    }
    100% {
      top: -60px;
    }
  }
  @keyframes showHeaderTop {
    0% {
      top: -60px;
    }
    100% {
      top: 0;
    }
  }
  @keyframes showHeaderInitial {
    0% {
      top: -60px;
    }
    50% {
      top: -30px;
    }
    100% {
      top: 35px;
    }
  }
}
@media (max-width: 1024px) {
  @keyframes hideHeaderTop {
    0% {
      top: 20px;
      margin: 0;
    }
    100% {
      top: 0;
      margin: 0;
    }
  }
  @keyframes showHeaderTop {
    0% {
      top: 0;
    }
    100% {
      top: 0;
    }
  }
}
@keyframes respMenuAnimated {
  0% {
    background: transparent;
    padding: 0;
    right: 24px;
    top: 18.5px;
    position: fixed;
  }
  50% {
    background: rgba(255, 69, 67, 0.5);
    padding: 11px 10px;
    right: 12px;
    top: 9px;
    position: fixed;
  }
  100% {
    background: #FF4543;
    padding: 23px 20px;
    right: 0;
    top: 0;
    position: fixed;
  }
}
@keyframes makeLogoDark {
  0% {
    background: transparent;
    height: 22px;
    left: 20px;
    opacity: 0;
    top: 20px;
    width: 228px;
  }
  50% {
    background: rgba(24, 31, 44, 0.5);
    height: 44px;
    left: 10px;
    opacity: 0.25;
    top: 10px;
    width: 228px;
  }
  100% {
    background: #181F2C;
    height: 66px;
    left: 0;
    opacity: 1;
    top: 0;
    width: 228px;
  }
}
@keyframes makeLogoDarkResp {
  0% {
    background: transparent;
    height: 10px;
    left: 20px;
    opacity: 0;
    top: 20px;
    width: 10px;
  }
  100% {
    background: #181F2C;
    height: 60px;
    left: 0;
    opacity: 1;
    top: 0;
    width: 60px;
  }
}
@keyframes makeLogoInitial {
  0% {
    background: #181F2C;
    height: 60px;
    opacity: 0;
    width: 265px;
  }
  50% {
    background: rgba(24, 31, 44, 0.5);
    height: 40px;
    opacity: 0.25;
    width: 265px;
  }
  100% {
    background: transparent;
    height: 23px;
    opacity: 1;
    width: 265px;
  }
}
.home {
  margin: 0 auto;
  max-height: 805px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.home .home-content {
  max-height: 805px;
}
.home .home-content .home-content__main {
  text-align: center;
}
.home .home-content .home-content__main h3 {
  color: #FFFFFF;
  font-size: 11px;
  font-family: "GraphikRegular", Arial, Helvetica, sans-serif;
  line-height: 17px;
  margin-top: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .home .home-content .home-content__main h3 {
    justify-content: flex-start;
  }
}
.home .home-content .home-content__main h1 {
  color: #FFFFFF;
  font-family: "GraphikMedium", Arial, Helvetica, sans-serif;
  font-size: 50px;
  text-align: center;
  line-height: 65px;
  margin: 65px auto 44px;
  max-width: 652px;
}
.home .home-content .home-content__main a {
  color: #FFFFFF;
  display: inline-block;
  font-family: "GraphikMedium", Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.home .home-content .home-content__main .separator {
  display: block;
  height: 2px;
  background: #FFFFFF;
  width: 100px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .home .home-content {
    margin-bottom: 0;
    padding: 165px 0 125px;
  }
  .home .home-content .home-content__main h1 {
    font-size: 100px;
    line-height: 100px;
    margin: 84px auto 151px;
  }
  .home .home-content .home-content__main h1 .ending-point {
    font-size: 36px;
  }
  .home .home-content .home-content__main h3 {
    font-size: 14px;
    margin-top: 0;
  }
  .home .home-content .home-content__main a {
    margin-bottom: 0;
  }
}
.home .fullscreen-bg {
  background: url(../images/bg_home1.svg) center center no-repeat;
  background-size: cover;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  will-change: transform;
  z-index: -100;
}
.home .shadow-video-layer {
  background-color: rgba(0, 0, 0, 0.55);
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  will-change: transform;
  z-index: -100;
}
.home .fullscreen-bg__video {
  height: auto;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  width: auto;
  z-index: -100;
}
@media (min-aspect-ratio: 16/9) {
  .home .fullscreen-bg__video {
    height: auto;
    width: 100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .home .fullscreen-bg__video {
    height: 100%;
    width: auto;
  }
}
@media (max-width: 767px) {
  .home {
    background: url(../images/bg_home1.svg) center center no-repeat;
    background-size: cover;
    background-color: transparent;
  }
  .home .fullscreen-bg {
    background: transparent;
  }
  .home .shadow-video-layer,
.home .fullscreen-bg__video {
    display: none;
  }
}

.description {
  background-color: #FFFFFF;
  position: relative;
}
.description .description-content__main {
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.description .description-content__main h2 {
  color: #181F2C;
  font-size: 50px;
  font-family: "GraphikMedium", Arial, Helvetica, sans-serif;
  margin: 0 auto 43px;
  z-index: 10;
  position: relative;
}
.description .description-content__main p {
  color: #585858;
  font-size: 12px;
  font-family: "GraphikRegular", Arial, Helvetica, sans-serif;
  line-height: 35px;
  z-index: 10;
  position: relative;
}
.description .description-content__main p.description-info__main {
  margin: 0 auto 40px;
}
.description .description-content__steps {
  margin: 0 auto 142px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .description .description-content__steps {
    padding: 0 40px;
  }
}
.description .description-content__steps h3 {
  color: #181F2C;
  font-family: "GraphikMedium", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 32px 0 29px;
  position: relative;
}
.description .description-content__steps h3:after {
  content: "";
  background: #cccccc;
  display: block;
  height: 1px;
  position: absolute;
  width: 47px;
  left: 41px;
  top: 7px;
}
.description .description-content__steps p {
  color: #585858;
  line-height: 36px;
  max-width: 452px;
}
.description .description-content__steps ul {
  display: flex;
  flex-direction: column;
}
.description .description-content__steps ul li {
  max-width: 477px;
  position: relative;
}
@media (min-width: 1023px) {
  .description .description-content__steps ul li:nth-child(2) {
    top: -55px;
  }
  .description .description-content__steps ul li:nth-child(3) {
    top: -115px;
  }
  .description .description-content__steps ul li:nth-child(4) {
    top: -10px;
  }
}
@media (max-width: 768px) {
  .description .description-content__steps ul li {
    max-width: initial;
  }
  .description .description-content__steps ul li + li {
    margin-top: 60px;
  }
}
.description .description-content__steps ul li:nth-child(even) {
  align-self: flex-end;
}
.description .descrtiption-content_warning p {
  color: #181F2C;
  line-height: 35px;
  margin: 0 auto;
  max-width: 623px;
  text-align: center;
}
@media (min-width: 1023px) {
  .description .description-content__main {
    padding-top: 139px;
  }
}
@media (min-width: 768px) {
  .description {
    padding-bottom: 217px;
  }
  .description .description-content__main {
    max-width: 623px;
    margin-bottom: 90px;
  }
  .description .description-content__main h2 {
    font-size: 120px;
  }
  .description .description-content__main p {
    font-size: 14px;
  }
}

.schedule {
  background-color: #181F2C;
  position: relative;
  overflow: hidden;
}
.schedule .schedule-content {
  position: relative;
}
.schedule .schedule-content .schedule-content__titleContainer {
  position: relative;
  padding-top: 40px;
}
.schedule .schedule-content .schedule-content__titleContainer .schedule-content__title {
  color: #FFFFFF;
  font-family: "GraphikMedium", Arial, Helvetica, sans-serif;
  font-size: 50px;
  line-height: 65px;
  margin-bottom: 36px;
  text-align: center;
}
.schedule .schedule-content .schedule-content__talks h3,
.schedule .schedule-content .schedule-content__workshops h3 {
  color: #FFFFFF;
  cursor: pointer;
  font-family: "GraphikMedium", Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 48px;
  padding-bottom: 22px;
}
.schedule .schedule-content .schedule-content__talks .schedule-content__item + .schedule-content__item,
.schedule .schedule-content .schedule-content__workshops .schedule-content__item + .schedule-content__item {
  margin-top: 40px;
}
.schedule .schedule-content .schedule-content__talks .schedule-content__item .schedule-content__time,
.schedule .schedule-content .schedule-content__workshops .schedule-content__item .schedule-content__time {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 16px;
}
.schedule .schedule-content .schedule-content__talks .schedule-content__item .schedule-content__itemTitle,
.schedule .schedule-content .schedule-content__workshops .schedule-content__item .schedule-content__itemTitle {
  color: #FFFFFF;
  font-family: "GraphikMedium", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 16px;
}
.schedule .schedule-content .schedule-content__talks .schedule-content__item .schedule-content__tracks,
.schedule .schedule-content .schedule-content__workshops .schedule-content__item .schedule-content__tracks {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.schedule .schedule-content .schedule-content__talks .schedule-content__item .schedule-content__tracks .schedule-content__itemTitle,
.schedule .schedule-content .schedule-content__workshops .schedule-content__item .schedule-content__tracks .schedule-content__itemTitle {
  margin-bottom: 16px;
}
.schedule .schedule-content .schedule-content__talks .schedule-content__item .schedule-content__tracks .schedule-content__itemTitle span,
.schedule .schedule-content .schedule-content__workshops .schedule-content__item .schedule-content__tracks .schedule-content__itemTitle span {
  font-weight: normal;
}
.schedule .schedule-content .schedule-content__talks .schedule-content__item .schedule-content__tracks .schedule-content__itemTitle span.half_hour,
.schedule .schedule-content .schedule-content__workshops .schedule-content__item .schedule-content__tracks .schedule-content__itemTitle span.half_hour {
  font-size: 0.6em;
}
.schedule .schedule-content .schedule-content__talks .schedule-content__item .schedule-content__tracks li,
.schedule .schedule-content .schedule-content__workshops .schedule-content__item .schedule-content__tracks li {
  line-height: 200%;
}
.schedule .schedule-content .schedule-content__talks .schedule-content__item .schedule-content__tracks li + li,
.schedule .schedule-content .schedule-content__workshops .schedule-content__item .schedule-content__tracks li + li {
  border-top: 1px solid #FFFFFF;
  margin-top: 40px;
  padding-top: 40px;
}
.schedule .schedule-content .schedule-content__talks .schedule-content__item .schedule-content__tracks li span,
.schedule .schedule-content .schedule-content__workshops .schedule-content__item .schedule-content__tracks li span {
  font-weight: normal;
}
.schedule .schedule-content .schedule-content__talks a,
.schedule .schedule-content .schedule-content__workshops a {
  font-family: "GraphikMedium", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.schedule .schedule-content .schedule-content__talks .schedule-content__links a + a,
.schedule .schedule-content .schedule-content__workshops .schedule-content__links a + a {
  margin-left: 35px;
}
.schedule .schedule-content .schedule-content__workshops {
  margin-top: 40px;
}
.schedule .schedule-subtitle {
  color: rgba(255, 255, 255, 0.1);
  font-family: "GraphikMedium", Arial, Helvetica, sans-serif;
  font-size: 11vw;
  line-height: 1em;
  margin-left: 15%;
  position: absolute;
  top: 2%;
  z-index: 1;
}
@media (max-width: 768px) {
  .schedule .schedule-subtitle {
    margin-left: 8%;
    top: 2.5%;
  }
}
@media (max-width: 460px) {
  .schedule .schedule-subtitle {
    margin-left: 10%;
    top: 3%;
  }
}
@media (min-width: 768px) {
  .schedule {
    padding: 0 0 160px;
  }
  .schedule .schedule-content .schedule-content__titleContainer {
    padding-top: 153px;
  }
  .schedule .schedule-content .schedule-content__titleContainer .schedule-content__title {
    font-size: 120px;
    line-height: 140px;
    margin-bottom: 100px;
  }
  .schedule .schedule-content .schedule-content__talks h3,
.schedule .schedule-content .schedule-content__workshops h3 {
    font-size: 80px;
    line-height: 100px;
    padding-bottom: 80px;
  }
  .schedule .schedule-content .schedule-content__talks .schedule-content__item + .schedule-content__item,
.schedule .schedule-content .schedule-content__workshops .schedule-content__item + .schedule-content__item {
    margin-top: 80px;
  }
  .schedule .schedule-content .schedule-content__talks .schedule-content__item .schedule-content__time,
.schedule .schedule-content .schedule-content__workshops .schedule-content__item .schedule-content__time {
    font-size: 50px;
    line-height: 75px;
    margin-bottom: 40px;
  }
  .schedule .schedule-content .schedule-content__talks .schedule-content__item .schedule-content__itemTitle,
.schedule .schedule-content .schedule-content__workshops .schedule-content__item .schedule-content__itemTitle {
    font-family: "GraphikMedium", Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-bottom: 40px;
  }
  .schedule .schedule-content .schedule-content__talks .schedule-content__item .schedule-content__tracks,
.schedule .schedule-content .schedule-content__workshops .schedule-content__item .schedule-content__tracks {
    justify-content: space-between;
    flex-direction: row;
  }
  .schedule .schedule-content .schedule-content__talks .schedule-content__item .schedule-content__tracks .schedule-content__itemTitle,
.schedule .schedule-content .schedule-content__workshops .schedule-content__item .schedule-content__tracks .schedule-content__itemTitle {
    margin-bottom: 20px;
  }
  .schedule .schedule-content .schedule-content__talks .schedule-content__item .schedule-content__tracks li,
.schedule .schedule-content .schedule-content__workshops .schedule-content__item .schedule-content__tracks li {
    position: relative;
    width: calc(100% / 3);
    padding-right: 20px;
  }
  .schedule .schedule-content .schedule-content__talks .schedule-content__item .schedule-content__tracks li + li,
.schedule .schedule-content .schedule-content__workshops .schedule-content__item .schedule-content__tracks li + li {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    padding-left: 20px;
  }
  .schedule .schedule-content .schedule-content__talks .schedule-content__item .schedule-content__tracks li + li:before,
.schedule .schedule-content .schedule-content__workshops .schedule-content__item .schedule-content__tracks li + li:before {
    content: "";
    background: #FFFFFF;
    display: inline-block;
    left: 0;
    height: 100%;
    position: absolute;
    width: 2px;
  }
  .schedule .schedule-content .schedule-content__talks .schedule-content__item .schedule-content__tracks.workshops li,
.schedule .schedule-content .schedule-content__workshops .schedule-content__item .schedule-content__tracks.workshops li {
    width: 50%;
  }
  .schedule .schedule-content .schedule-content__talks a,
.schedule .schedule-content .schedule-content__workshops a {
    font-size: 20px;
  }
  .schedule .schedule-content .schedule-content__workshops {
    margin-top: 100px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .schedule {
    padding: 0 40px 160px;
  }
  .schedule .schedule-content .schedule-content__titleContainer {
    padding-top: 153px;
  }
  .schedule .schedule-content .schedule-content__titleContainer .schedule-content__title {
    font-size: 120px;
    line-height: 100px;
    margin-bottom: 60px;
  }
}

.tickets {
  background-color: #FF4543;
  text-align: left;
}
.tickets .tickets-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.tickets .tickets-content__title {
  color: #FFFFFF;
  font-family: "GraphikMedium", Arial, Helvetica, sans-serif;
  font-size: 50px;
  line-height: 65px;
  margin-bottom: 32px;
}
.tickets .tickets-content__text {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 60px;
}
.tickets .tickets-content__link {
  font-size: 16px;
}
@media (min-width: 768px) {
  .tickets {
    padding: 108px 0 126px;
  }
  .tickets .tickets-content {
    flex-direction: row;
    justify-content: space-between;
  }
  .tickets .tickets-content__info {
    max-width: 440px;
  }
  .tickets .tickets-content__title {
    font-size: 80px;
    line-height: 100px;
    margin-bottom: 60px;
  }
  .tickets .tickets-content__text {
    font-size: 20px;
    line-height: 30px;
  }
  .tickets .tickets-content__link {
    font-size: 20px;
  }
  .tickets .tickets-content__img img {
    max-width: 400px;
  }
}
@media (max-width: 1024px) {
  .tickets {
    padding: 56px 0 63px;
  }
  .tickets .tickets-content {
    flex-direction: column;
  }
  .tickets .tickets-content__img img {
    margin: 40px auto 0;
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .tickets .tickets-content > .show-mobile {
    margin-bottom: 40px;
    max-width: 216px;
  }
}

.c4p {
  background-color: #FF4543;
  text-align: left;
}
.c4p .c4p-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.c4p .c4p-content__title {
  color: #FFFFFF;
  font-family: "GraphikMedium", Arial, Helvetica, sans-serif;
  font-size: 50px;
  line-height: 65px;
  margin-bottom: 32px;
}
.c4p .c4p-content__text {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 60px;
}
.c4p .ticc4pkets-content__link {
  font-size: 16px;
}
@media (min-width: 768px) {
  .c4p {
    padding: 108px 0 126px;
  }
  .c4p .c4p-content {
    flex-direction: row;
    justify-content: space-between;
  }
  .c4p .c4p-content__info {
    max-width: 440px;
  }
  .c4p .c4p-content__title {
    font-size: 80px;
    line-height: 100px;
    margin-bottom: 60px;
  }
  .c4p .c4p-content__text {
    font-size: 20px;
    line-height: 30px;
  }
  .c4p .c4p-content__link {
    font-size: 20px;
  }
  .c4p .c4p-content__img img {
    max-width: 400px;
  }
}
@media (max-width: 1024px) {
  .c4p {
    padding: 56px 0 63px;
  }
  .c4p .c4p-content {
    flex-direction: column;
  }
  .c4p .c4p-content__img img {
    margin: 40px auto 0;
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .c4p .c4p-content > .show-mobile {
    margin-bottom: 40px;
    max-width: 216px;
  }
}

.rules {
  background-color: #FFFFFF;
}
.rules .rules-content__title {
  color: #181F2C;
  font-family: "GraphikMedium", Arial, Helvetica, sans-serif;
  font-size: 50px;
  margin: 0 auto 37px;
  line-height: 65px;
}
.rules .rules-content__main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  margin: 0 auto;
}
.rules .rules-content__description {
  box-sizing: border-box;
  margin-top: 120px;
}
.rules .rules-content__description img {
  margin-bottom: 18px;
  max-width: 133px;
}
.rules .rules-content__description h3 {
  color: #181F2C;
  font-size: 36px;
  margin-bottom: 18px;
}
.rules .rules-content__description p {
  font-size: 14px;
  line-height: 20px;
}
.rules .rules-content__principles {
  box-sizing: border-box;
}
.rules .rules-content__principles ul {
  display: flex;
  flex-direction: column;
}
.rules .rules-content__principles ul li {
  box-sizing: border-box;
}
.rules .rules-content__principles ul li + li {
  margin-top: 60px;
}
.rules .rules-content__principles ul li .rules-content__imgContainer {
  margin-bottom: 36px;
}
.rules .rules-content__principles ul li h4 {
  color: #181F2C;
  font-size: 24px;
  margin-bottom: 12px;
}
.rules .rules-content__principles ul li p {
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .rules {
    padding: 115px 0 184px;
  }
  .rules .rules-content__title {
    font-size: 100px;
    line-height: 140px;
    margin: 0 auto 150px;
    text-align: center;
  }
  .rules .rules-content__main {
    flex-direction: row;
    align-items: center;
  }
  .rules .rules-content__description,
.rules .rules-content__principles li {
    border: 1px solid #E6E6E6;
  }
  .rules .rules-content__description {
    flex: 0 50%;
    margin-top: 0;
    max-width: 465px;
    padding: 48px 62px 76px;
  }
  .rules .rules-content__description img {
    margin-bottom: 39px;
    margin-left: -58px;
    max-width: initial;
  }
  .rules .rules-content__description h3 {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .rules .rules-content__principles {
    flex: 0 50%;
  }
  .rules .rules-content__principles ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .rules .rules-content__principles ul li {
    flex: 0 50%;
    box-sizing: border-box;
    padding: 16.5px 35px 26px;
  }
  .rules .rules-content__principles ul li + li {
    margin-top: 0;
  }
  .rules .rules-content__principles ul li .rules-content__imgContainer {
    margin-bottom: 16px;
  }
  .rules .rules-content__principles ul li h4 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .rules .rules-content__principles ul li p {
    line-height: 20px;
  }
  .rules .rules-content__principles ul li:nth-child(1) .rules-content__imgContainer, .rules .rules-content__principles ul li:nth-child(2) .rules-content__imgContainer {
    height: 118px;
  }
  .rules .rules-content__principles ul li:nth-child(3) .rules-content__imgContainer, .rules .rules-content__principles ul li:nth-child(4) .rules-content__imgContainer {
    height: 154px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .rules {
    padding: 56px 40px 88px;
  }
  .rules .rules-content__title {
    margin: 0 auto 50px;
  }
  .rules .rules-content__main {
    flex-direction: column;
  }
  .rules .rules-content__description {
    border: none;
    padding-top: 0;
  }
}
@media (max-width: 460px) {
  .rules .rules-content__title {
    font-size: 36px;
    line-height: 45px;
  }
}

.code {
  background-color: #181F2C;
}
.code .code-content__title {
  color: #FFFFFF;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 46px;
  text-align: left;
}
.code .code-content__title .ending-point {
  font-size: 10px;
}
.code .code-content__main {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.code .code-content__main img {
  min-width: 272px;
}
.code .code-content__main .code-content__info {
  max-width: 380px;
}
.code .code-content__main .code-content__info p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 36px;
  margin-top: 55px;
}
.code .code-content__main .code-content__info .b-secondary {
  display: inline-block;
  font-family: "GraphikMedium", Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin-top: 90px;
}
@media (min-width: 768px) {
  .code {
    padding: 143px 0 203px;
  }
  .code .code-content__title {
    font-size: 50px;
    line-height: 75px;
    margin-bottom: 121px;
    text-align: center;
  }
  .code .code-content__main {
    flex-direction: row;
  }
  .code .code-content__main img {
    min-width: 370px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .code .code-content__main {
    flex-direction: column;
  }
}

.firstEdition {
  background-color: #F9F9F9;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .firstEdition .firstEdition-content {
    padding: 0 40px;
  }
}
.firstEdition .firstEdition-content > div:first-child {
  overflow: visible;
  position: relative;
}
.firstEdition .firstEdition-content__imgResp {
  position: absolute;
  right: -141px;
  top: 0;
  width: 349px;
}
.firstEdition .firstEdition-content__title {
  color: #181F2C;
  font-family: "GraphikMedium", Arial, Helvetica, sans-serif;
  font-size: 50px;
  line-height: 65px;
  margin-bottom: 36px;
  max-width: 623px;
  position: relative;
}
.firstEdition .firstEdition-content__main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 60px;
}
@media (min-width: 768px) {
  .firstEdition .firstEdition-content__main {
    justify-content: flex-start;
  }
}
.firstEdition .firstEdition-content__info {
  max-width: 623px;
}
.firstEdition .firstEdition-content__item {
  max-width: 452px;
}
.firstEdition .firstEdition-content__item + .firstEdition-content__item {
  margin-top: 30px;
}
.firstEdition .firstEdition-content__subtitle {
  margin-bottom: 50px;
}
.firstEdition .firstEdition-content__subtitle,
.firstEdition .firstEdition-content__itemTitle {
  color: #181F2C;
  cursor: pointer;
}
.firstEdition .firstEdition-content__subtitle {
  font-size: 16px;
  line-height: 32px;
}
.firstEdition .firstEdition-content__itemTitle {
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
}
.firstEdition .firstEdition-content__itemTitle {
  position: relative;
}
.firstEdition .firstEdition-content__itemTitle:hover:after {
  content: " ";
  background-color: #181F2C;
  bottom: -10px;
  display: block;
  left: 0;
  height: 2px;
  position: absolute;
  width: 100%;
  transition: transform 0.3s ease;
  animation: button-line-hover 1s ease forwards;
}
.firstEdition .firstEdition-content__itemInfo {
  color: #181F2C;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 16px;
}
.firstEdition .firstEdition-content__img {
  padding-top: 42px;
}
.firstEdition .firstEdition-content__video {
  margin: 0 -24px;
  height: 460px;
  overflow: hidden;
  position: relative;
}
.firstEdition .firstEdition-content__video iframe, .firstEdition .firstEdition-content__video object, .firstEdition .firstEdition-content__video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .firstEdition {
    padding: 98px 0 165px;
  }
  .firstEdition .firstEdition-content__title {
    font-family: "GraphikMedium", Arial, Helvetica, sans-serif;
    font-size: 100px;
    line-height: 110px;
    margin-bottom: 49px;
  }
  .firstEdition .firstEdition-content__main {
    margin: 0 auto 148px;
  }
  .firstEdition .firstEdition-content__item + .firstEdition-content__item {
    margin-top: 58px;
  }
  .firstEdition .firstEdition-content__subtitle,
.firstEdition .firstEdition-content__itemTitle {
    font-family: "GraphikMedium", Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 35px;
    text-decoration: none;
  }
  .firstEdition .firstEdition-content__itemInfo {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 17px;
  }
  .firstEdition .firstEdition-content__video {
    margin: 0 auto;
    height: 583px;
  }
}
@media (max-width: 460px) {
  .firstEdition .firstEdition-content__video {
    height: 233px;
  }
}

.sponsors {
  background-color: #FFFFFF;
}
.sponsors .sponsors-content__title {
  font-family: "GraphikMedium", Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #181F2C;
  text-align: center;
  margin-bottom: 80px;
}
.sponsors .sponsors-content__main ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.sponsors .sponsors-content__main ul li + li {
  margin-left: 0;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .sponsors {
    padding: 105px 0 85px;
  }
  .sponsors .sponsors-content__title {
    font-family: "GraphikRegular", Arial, Helvetica, sans-serif;
    font-size: 50px;
    margin-bottom: 40px;
  }
  .sponsors .sponsors-content__main ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  .sponsors .sponsors-content__main ul li + li {
    margin-left: 30px;
    margin-top: 0;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .sponsors {
    padding: 105px 40px 85px;
  }
}

.collaboration {
  background-color: #F9F9F9;
  padding: 60px 40px;
  text-align: left;
}
.collaboration .collaboration-content__title {
  color: #181F2C;
  font-family: "GraphikMedium", Arial, Helvetica, sans-serif;
  font-size: 50px;
  line-height: 110px;
}
.collaboration .collaboration-content__text {
  color: #181F2C;
  line-height: 24px;
  margin-bottom: 60px;
}
.collaboration .collaboration-content__text p {
  font-size: 20px;
  margin-bottom: 32px;
}
.collaboration .collaboration-content__text a {
  font-size: 20px;
}
.collaboration .collaboration-content__link {
  font-size: 16px;
}
.collaboration .collaboration-content__info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 1024px) {
  .collaboration {
    padding: 119px 0 112px;
  }
  .collaboration .collaboration-content__info {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  .collaboration .collaboration-content__title {
    font-size: 80px;
    line-height: 110px;
  }
  .collaboration .collaboration-content__text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    max-width: 406px;
    text-align: left;
  }
  .collaboration .collaboration-content__text p {
    margin-bottom: 60px;
  }
  .collaboration .collaboration-content__link {
    font-size: 20px;
  }
  .collaboration .collaboration-content__img img {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .collaboration {
    padding: 0;
  }
  .collaboration .collaboration-content__title {
    font-size: 42px;
    line-height: 65px;
    margin-bottom: 32px;
    text-align: center;
  }
  .collaboration .collaboration-content__text p {
    margin-bottom: 32px;
  }
}
@media (max-width: 460px) {
  .collaboration .collaboration-content__img img {
    max-width: 180px;
    width: 100%;
  }
}

.footer {
  background-color: #FF4543;
}
.footer .footer-content {
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
}
.footer .footer-content > div {
  box-sizing: border-box;
}
.footer .footer-content p {
  color: #FFFFFF;
  font-family: "GraphikMedium", Arial, Helvetica, sans-serif;
  line-height: 24px;
  margin-bottom: 34px;
}
.footer .footer-content a + a {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .footer {
    padding: 112px 0 110px;
  }
  .footer .footer-content {
    flex-direction: row;
  }
  .footer .footer-content > div {
    flex: 0 50%;
    box-sizing: border-box;
  }
  .footer .footer-content p {
    line-height: 40px;
    margin-bottom: 63px;
    max-width: 250px;
  }
  .footer .footer-content a {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .footer {
    padding: 112px 40px 110px;
  }
}

.dropdown-trigger {
  position: relative;
}
.dropdown-trigger .dropdown-trigger__title {
  padding-left: 33px;
  position: relative;
}
.dropdown-trigger .dropdown-trigger__title .arrow_box {
  width: 11px;
  height: 11px;
  box-sizing: border-box;
  position: absolute;
  left: 10px;
  top: 23px;
  transform: rotate(135deg);
  transition: transform 0.3s linear;
}
.dropdown-trigger .dropdown-trigger__title .arrow_box:before {
  content: "";
  width: 100%;
  height: 100%;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #FF4543;
  transition: 0.2s ease;
  display: block;
  transform-origin: 100% 0;
}
.dropdown-trigger .dropdown-trigger__title.opened .arrow_box {
  transform: rotate(-45deg);
  transition: transform 0.3s linear;
}
@media (min-width: 768px) {
  .dropdown-trigger .dropdown-trigger__title {
    padding-left: 66px;
  }
  .dropdown-trigger .dropdown-trigger__title .arrow_box {
    width: 24px;
    height: 24px;
    top: 46px;
  }
}

.dropdown-content {
  display: block;
}

html.modal-active, body.modal-active {
  overflow: hidden !important;
}

.modal-container {
  display: table;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transform: scale(0);
  width: 100%;
  z-index: 1;
}
.modal-container.active-modal {
  transform: scale(1);
}
.modal-container.active-modal .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal-container.active-modal .modal-background .modal {
  opacity: 0;
  animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal-container.active-modal.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}
.modal-container.active-modal.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal-container.active-modal.out .modal-background .modal {
  animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal-container .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.modal-container .modal-background .modal {
  background: #FFFFFF;
  display: inline-block;
  height: 100%;
  margin: 0 auto;
  max-width: 720px;
  padding: 50px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  width: 100%;
}
.modal-container .modal-background .modal > div {
  height: 100%;
}
.modal-container .modal-background .modal .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.modal-container .modal-background .modal .modal-header h2 {
  color: #181F2C;
  font-size: 50px;
  line-height: 65px;
  margin-bottom: 67px;
}
.modal-container .modal-background .modal .modal-header img {
  cursor: pointer;
}
.modal-container .modal-background .modal .modal-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}
.modal-container .modal-background .modal .modal-content > div {
  flex: 0 50%;
}
.modal-container .modal-background .modal .modal-content .modal-content__mainInfo {
  font-size: 14px;
  line-height: 36px;
}
.modal-container .modal-background .modal .modal-content .modal-content__mainInfo p {
  color: #585858;
}
.modal-container .modal-background .modal .modal-content .modal-content__mainInfo p + p {
  margin-top: 45px;
}
.modal-container .modal-background .modal .modal-content .modal-content__personalInfo {
  color: #181F2C;
  font-family: "GraphikMedium", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 36px;
  margin-left: 5%;
  text-align: right;
}
.modal-container .modal-background .modal .modal-content .modal-content__personalInfo p + p {
  margin-top: 37px;
}
.modal-container .modal-background .modal .modal-content .modal-content__personalInfo .text-separator {
  background: #FF4543;
}
.modal-container .modal-background .modal .modal-content.modal-content__codeInfo {
  flex: 100%;
  margin: 0 auto;
}
.modal-container .modal-background .modal .modal-content.modal-content__codeInfo p {
  color: #585858;
  font-size: 16px;
  line-height: 36px;
}
.modal-container .modal-background .modal .modal-content.modal-content__codeInfo p + p {
  margin-top: 45px;
}
.modal-container .modal-background .modal .modal-content.modal-content__codeInfo ul {
  margin: 10px 0 20px;
  padding-left: 10px;
}
.modal-container .modal-background .modal .modal-content.modal-content__codeInfo ul li + li {
  margin-top: 10px;
}
.modal-container .modal-background .modal .modal-content.modal-content__codeInfo ul li p {
  color: #181F2C;
  font-size: 16px;
  line-height: 24px;
}
.modal-container .modal-background .modal .modal-content.modal-content__codeInfo::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.modal-container .modal-background .modal .modal-content.modal-content__codeInfo::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.modal-container .modal-background .modal .modal-content.modal-content__codeInfo::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
  background-color: #FF4543;
}
.modal-container .modal-background .modal .modal-link {
  font-family: "GraphikMedium", Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
}
.modal-container .modal-background .modal .modal-img {
  left: -150px;
  position: absolute;
  top: 80px;
}
@media (max-width: 1200px) and (min-width: 1024px) {
  .modal-container .modal-background .modal .modal-img {
    left: -85px;
    top: 100px;
    max-width: 300px;
  }
}
@media (max-width: 1024px) {
  .modal-container .modal-background .modal {
    max-width: initial;
    width: 70%;
  }
}
@media (max-width: 768px) {
  .modal-container .modal-background .modal .modal-content {
    flex-direction: column;
    max-height: 60%;
    overflow-y: scroll;
    padding-right: 10px;
  }
  .modal-container .modal-background .modal .modal-content .modal-content__personalInfo {
    margin-left: 0;
    text-align: left;
  }
  .modal-container .modal-background .modal .modal-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background-color: #F5F5F5;
  }
  .modal-container .modal-background .modal .modal-content::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
  }
  .modal-container .modal-background .modal .modal-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
    background-color: #FF4543;
  }
  .modal-container .modal-background .modal .modal-header h2 {
    flex: 0 85%;
    line-height: 48px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .modal-container .modal-background .modal .modal-img {
    display: none;
  }
}
@media (max-width: 460px) {
  .modal-container .modal-background .modal {
    padding: 75px 24px 24px;
    width: auto;
  }
  .modal-container .modal-background .modal .modal-content {
    max-height: 50vh;
  }
  .modal-container .modal-background .modal .modal-header h2 {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
.modal-container .modal-background.modal__codeInfo {
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  overflow-y: scroll;
  padding-right: 120px;
}
.modal-container .modal-background.modal__codeInfo .modal {
  padding: 50px 175px;
}
.modal-container .modal-background.modal__codeInfo .modal .modal-content {
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  max-height: 60%;
  overflow-y: scroll;
  padding-right: 120px;
}
.modal-container .modal-background.modal__codeInfo .modal .modal-content > * {
  max-width: 433px;
}
@media (max-width: 1200px) {
  .modal-container .modal-background.modal__codeInfo .modal {
    padding: 50px;
  }
  .modal-container .modal-background.modal__codeInfo .modal .modal-img {
    left: -175px;
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .modal-container .modal-background.modal__codeInfo .modal .modal-content {
    padding-right: 20px;
  }
}
@media (max-width: 460px) {
  .modal-container .modal-background.modal__codeInfo .modal {
    padding: 75px 24px 24px;
    width: auto;
  }
  .modal-container .modal-background.modal__codeInfo .modal .modal-content {
    max-height: 65vh;
  }
}

@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(0.8) translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
}
@keyframes scaleBack {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}
@keyframes quickScaleDown {
  0% {
    transform: scale(0);
  }
  99.9% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
  100% {
    transform: scale(0.8) translateX(1000px);
    opacity: 0;
  }
}
@keyframes scaleForward {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}