* {
  font-family: "Inter", sans-serif;
}
html {
  scroll-behavior: smooth;
}
img {
  max-width: 100%;
}
.container {
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@-webkit-keyframes animationBackground {
  0% {
    background-position: 0;
  }
  to {
    background-position: 1000px;
  }
}
@keyframes animationBackground {
  0% {
    background-position: 0;
  }
  to {
    background-position: 1000px;
  }
}
@-webkit-keyframes animationBalloons {
  0% {
    border-radius: 67% 33% 28% 72%/59% 52% 48% 41%;
  }
  20% {
    border-radius: 72% 28% 33% 67%/41% 48% 52% 59%;
  }
  50% {
    border-radius: 50%;
  }
  80% {
    border-radius: 72% 28% 33% 67%/41% 48% 52% 59%;
  }
  to {
    border-radius: 67% 33% 28% 72%/59% 52% 48% 41%;
  }
}
@keyframes animationBalloons {
  0% {
    border-radius: 67% 33% 28% 72%/59% 52% 48% 41%;
  }
  20% {
    border-radius: 72% 28% 33% 67%/41% 48% 52% 59%;
  }
  50% {
    border-radius: 50%;
  }
  80% {
    border-radius: 72% 28% 33% 67%/41% 48% 52% 59%;
  }
  to {
    border-radius: 67% 33% 28% 72%/59% 52% 48% 41%;
  }
}
@-webkit-keyframes animateArrow {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(20px, 20px);
    transform: rotate(45deg) translate(20px, 20px);
  }
}
@keyframes animateArrow {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(20px, 20px);
    transform: rotate(45deg) translate(20px, 20px);
  }
}
/*# sourceMappingURL=main.f235c431.chunk.css.map */
