/* Abertura do Hero isolada do layout e sem estilos inline. */
.hero__wrapper {
  animation: heroFrameIn 1.3s cubic-bezier(0.22, 0.72, 0.2, 1) both;
}
.hero__image {
  transform-origin: center top;
  animation: heroImageIn 1.85s cubic-bezier(0.22, 0.72, 0.2, 1) both;
}
.hero__logo-container {
  animation: heroLogoIn 0.76s cubic-bezier(0.22, 0.8, 0.24, 1) 0.12s both;
}
.hero__event-heading {
  animation: heroRiseIn 0.8s cubic-bezier(0.22, 0.8, 0.24, 1) 0.24s both;
}
.hero__meta li {
  animation: heroRiseIn 0.66s cubic-bezier(0.22, 0.8, 0.24, 1) both;
}
.hero__meta li:nth-child(1) {
  animation-delay: 0.36s;
}
.hero__meta li:nth-child(2) {
  animation-delay: 0.44s;
}
.hero__title {
  animation: heroRiseIn 0.98s cubic-bezier(0.16, 0.84, 0.22, 1) 0.5s both;
}
.hero__text {
  animation: heroRiseIn 0.84s cubic-bezier(0.22, 0.8, 0.24, 1) 0.7s both;
}
.hero__availability {
  animation: heroRiseIn 0.68s cubic-bezier(0.22, 0.8, 0.24, 1) 0.88s both;
}
.hero__availability-line {
  transform-origin: center;
  animation: heroLineIn 0.7s cubic-bezier(0.4, 0, 0.2, 1) 1.02s both;
}
.hero .hero__cta {
  will-change: opacity, translate, scale, filter;
  animation: heroRiseIn 0.74s cubic-bezier(0.22, 0.8, 0.24, 1) 1.12s both, ctaPulse 3.2s ease-in-out 2.15s infinite;
}
@-webkit-keyframes heroFrameIn {
  0% {
    opacity: 0.58;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes heroFrameIn {
  0% {
    opacity: 0.58;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes heroFrameIn {
  0% {
    opacity: 0.58;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes heroFrameIn {
  0% {
    opacity: 0.58;
  }
  100% {
    opacity: 1;
  }
}
@keyframes heroFrameIn {
  0% {
    opacity: 0.58;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes heroImageIn {
  0% {
    opacity: 0.72;
    scale: 1.025;
    filter: brightness(0.68) saturate(0.82);
  }
  100% {
    opacity: 1;
    scale: 1;
    filter: brightness(1) saturate(1);
  }
}
@-moz-keyframes heroImageIn {
  0% {
    opacity: 0.72;
    scale: 1.025;
    filter: brightness(0.68) saturate(0.82);
  }
  100% {
    opacity: 1;
    scale: 1;
    filter: brightness(1) saturate(1);
  }
}
@-ms-keyframes heroImageIn {
  0% {
    opacity: 0.72;
    scale: 1.025;
    filter: brightness(0.68) saturate(0.82);
  }
  100% {
    opacity: 1;
    scale: 1;
    filter: brightness(1) saturate(1);
  }
}
@-o-keyframes heroImageIn {
  0% {
    opacity: 0.72;
    scale: 1.025;
    filter: brightness(0.68) saturate(0.82);
  }
  100% {
    opacity: 1;
    scale: 1;
    filter: brightness(1) saturate(1);
  }
}
@keyframes heroImageIn {
  0% {
    opacity: 0.72;
    scale: 1.025;
    filter: brightness(0.68) saturate(0.82);
  }
  100% {
    opacity: 1;
    scale: 1;
    filter: brightness(1) saturate(1);
  }
}
@-webkit-keyframes heroLogoIn {
  0% {
    opacity: 0;
    translate: 0 -12px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@-moz-keyframes heroLogoIn {
  0% {
    opacity: 0;
    translate: 0 -12px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@-ms-keyframes heroLogoIn {
  0% {
    opacity: 0;
    translate: 0 -12px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@-o-keyframes heroLogoIn {
  0% {
    opacity: 0;
    translate: 0 -12px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes heroLogoIn {
  0% {
    opacity: 0;
    translate: 0 -12px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@-webkit-keyframes heroRiseIn {
  0% {
    opacity: 0;
    translate: 0 22px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@-moz-keyframes heroRiseIn {
  0% {
    opacity: 0;
    translate: 0 22px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@-ms-keyframes heroRiseIn {
  0% {
    opacity: 0;
    translate: 0 22px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@-o-keyframes heroRiseIn {
  0% {
    opacity: 0;
    translate: 0 22px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes heroRiseIn {
  0% {
    opacity: 0;
    translate: 0 22px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@-webkit-keyframes heroLineIn {
  0% {
    opacity: 0;
    scale: 0 1;
  }
  100% {
    opacity: 1;
    scale: 1 1;
  }
}
@-moz-keyframes heroLineIn {
  0% {
    opacity: 0;
    scale: 0 1;
  }
  100% {
    opacity: 1;
    scale: 1 1;
  }
}
@-ms-keyframes heroLineIn {
  0% {
    opacity: 0;
    scale: 0 1;
  }
  100% {
    opacity: 1;
    scale: 1 1;
  }
}
@-o-keyframes heroLineIn {
  0% {
    opacity: 0;
    scale: 0 1;
  }
  100% {
    opacity: 1;
    scale: 1 1;
  }
}
@keyframes heroLineIn {
  0% {
    opacity: 0;
    scale: 0 1;
  }
  100% {
    opacity: 1;
    scale: 1 1;
  }
}
@media screen and (max-width: 620px) {
  .hero__title,
  .hero__text,
  .hero__availability,
  .hero .hero__cta {
    animation-duration: 0.72s;
  }
  .hero__title {
    animation-delay: 0.42s;
  }
  .hero__text {
    animation-delay: 0.58s;
  }
  .hero__availability {
    animation-delay: 0.72s;
  }
  .hero__availability-line {
    animation-delay: 0.84s;
  }
  .hero .hero__cta {
    animation: heroRiseIn 0.68s cubic-bezier(0.22, 0.8, 0.24, 1) 0.94s both, ctaPulse 3.2s ease-in-out 1.9s infinite;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero__wrapper,
  .hero__image,
  .hero__logo-container,
  .hero__event-heading,
  .hero__meta li,
  .hero__title,
  .hero__text,
  .hero__availability,
  .hero__availability-line,
  .hero .hero__cta {
    opacity: 1;
    translate: none;
    scale: 1;
    filter: none;
    animation: none;
    will-change: auto;
  }
}
