@font-face {
  font-family: quicksand;
  src: url(../fonts/Quicksand-Regular.ttf);
  font-weight: normal; }

@font-face {
  font-family: quicksand;
  src: url(../fonts/Quicksand-Medium.ttf);
  font-weight: medium; }

@font-face {
  font-family: quicksand;
  src: url(../fonts/Quicksand-Bold.ttf);
  font-weight: bold; }

@font-face {
  font-family: quicksand;
  src: url(../fonts/Quicksand-SemiBold.ttf);
  font-weight: 600; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.bold {
  font-weight: bold; }

.primary-color {
  color: #e58200; }

.secondary-color {
  color: #ad5e09; }

.thirdary-color {
  color: #ca3e7b; }

.primary-bg-color {
  background-color: #131313; }

.secondary-bg-color {
  background-color: #595959; }

.thirdary-bg-color {
  background-color: #7c7c7c; }

.primary-text-color {
  color: #ffffff; }

.secondary-text-color {
  color: #131313; }

body {
  font-family: "quicksand";
  background-color: #131313; }

h1 {
  font-weight: bold;
  font-size: 3rem; }

h2 {
  font-weight: bold;
  font-size: 2.5rem; }

h3 {
  font-weight: bold;
  font-size: 2rem; }

h4 {
  font-weight: bold;
  font-size: 1.5rem; }

a {
  text-decoration: none;
  color: #e58200; }
  a.primary-button, a.secondary-button {
    border: 2px solid #e58200;
    font-size: 1rem;
    padding: 15px 20px; }
  a.primary-button {
    background-color: #e58200;
    color: #ffffff; }
    a.primary-button:hover {
      background-color: #e58200;
      color: #131313; }
  a.secondary-button {
    background-color: 'transparent';
    color: #e58200; }

a.primary-button {
  color: #131313; }

blockquote {
  padding-left: 20px; }

.floating-button {
  position: fixed;
  bottom: 55px;
  right: 45px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: background-color 0.3s;
  z-index: 1000; }
  .floating-button:hover {
    background-color: #f0f0f0; }

.floating-button-svg {
  width: 100%;
  height: 100%; }

@media screen and (max-width: 576px) {
  .floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px; }
  a.primary-button, a.secondary-button {
    border: 2px solid #e58200;
    display: block;
    font-size: 1.2rem;
    width: 100%; } }

@media (min-width: 576px) and (max-width: 768px) {
  a.primary-button, a.secondary-button {
    border: 2px solid #e58200;
    display: block;
    font-size: 1.5rem;
    width: 100%; } }

@media screen and (max-width: 992px) {
  main {
    padding-top: 100px;
    padding-bottom: 0px; } }

.content .meta {
  padding-bottom: 10px; }

.navbar-wrapper {
  background-color: transparent;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 0px;
  padding: 30px;
  z-index: 100; }
  .navbar-wrapper .logo-container {
    float: left;
    z-index: 1050;
    text-align: center; }
    .navbar-wrapper .logo-container img {
      width: 60px;
      height: 60px; }
  .navbar-wrapper .language-container {
    float: left;
    padding: 15px;
    font-size: 1.2rem;
    color: #ffffff; }
    .navbar-wrapper .language-container a {
      color: #ffffff; }
  .navbar-wrapper .navbar {
    float: right;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
    max-width: 200px;
    text-align: right; }
    .navbar-wrapper .navbar .full-screen-menu .close-menu {
      display: none; }
    .navbar-wrapper .navbar .full-screen-menu .menu-items {
      display: grid; }
      .navbar-wrapper .navbar .full-screen-menu .menu-items a {
        font-weight: bold;
        padding: 3px 15px;
        line-height: 1.3em;
        text-align: right;
        text-decoration: none;
        color: #ffffff;
        transition: background-color 0.3s;
        width: 100%; }
        .navbar-wrapper .navbar .full-screen-menu .menu-items a:hover {
          color: #e58200; }
        .navbar-wrapper .navbar .full-screen-menu .menu-items a.active {
          color: #e58200; }
      .navbar-wrapper .navbar .full-screen-menu .menu-items .submenu-container {
        opacity: 0.7; }
        .navbar-wrapper .navbar .full-screen-menu .menu-items .submenu-container .submenu {
          display: block;
          padding-left: 40px; }
          .navbar-wrapper .navbar .full-screen-menu .menu-items .submenu-container .submenu:a {
            text-align: right; }
          .navbar-wrapper .navbar .full-screen-menu .menu-items .submenu-container .submenu:hover {
            color: #e58200; }
    .navbar-wrapper .navbar .navbar-toggler {
      display: none; }

@media screen and (max-width: 992px) {
  .navbar-wrapper {
    position: fixed;
    background-color: #131313;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100px;
    padding: 20px;
    border-bottom: 1px solid #595959;
    z-index: 100; }
    .navbar-wrapper .logo-container {
      float: left; }
    .navbar-wrapper .language-container {
      padding-left: 15px; }
    .navbar-wrapper .navbar {
      padding: 0px; }
      .navbar-wrapper .navbar .navbar-toggler {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #ffffff;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center; }
      .navbar-wrapper .navbar .full-screen-menu {
        background-color: #131313;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1050;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow-y: scroll;
        opacity: 0.95; }
        .navbar-wrapper .navbar .full-screen-menu.show {
          display: flex; }
        .navbar-wrapper .navbar .full-screen-menu .close-menu {
          display: inherit;
          color: #ffffff;
          position: absolute;
          top: 20px;
          right: 20px;
          font-size: 3rem;
          cursor: pointer; }
        .navbar-wrapper .navbar .full-screen-menu .menu-items {
          display: flex;
          flex-direction: column; }
          .navbar-wrapper .navbar .full-screen-menu .menu-items a {
            font-size: 1.4rem;
            text-align: center;
            padding: 10px 15px;
            line-height: 1.2em; } }

.intro {
  background-color: #131313;
  background-repeat: no-repeat;
  background-size: contain;
  color: #ffffff;
  align-items: center; }
  .intro.cover {
    background-size: cover; }
  .intro.index {
    background-image: none; }
  .intro .intro-text {
    padding-left: 40px; }
  .intro .content {
    font-size: 1.1rem;
    padding: 100px; }
    .intro .content .body {
      font-size: 1.1rem; }
    .intro .content .logo {
      margin: 30px auto;
      max-width: 200px; }
      .intro .content .logo img {
        width: 100%; }
    .intro .content .title-container {
      padding-top: 100px; }
      .intro .content .title-container .title {
        color: #e58200;
        margin-bottom: 40px; }
    .intro .content .image-content-container {
      padding-top: 100px; }
      .intro .content .image-content-container .image-content {
        position: relative;
        text-align: center; }
        .intro .content .image-content-container .image-content img {
          z-index: -1000;
          width: 100%; }
        .intro .content .image-content-container .image-content .img-caption {
          background-color: #ca3e7b;
          color: #ffffff;
          font-size: 2rem;
          font-weight: bold;
          padding: 10px 40px; }
          .intro .content .image-content-container .image-content .img-caption.bottom-left {
            position: absolute;
            bottom: 0px;
            left: 0; }
          .intro .content .image-content-container .image-content .img-caption.bottom-right {
            position: absolute;
            bottom: 0px;
            right: 0; }
    .intro .content .data {
      padding-top: 30px; }
      .intro .content .data .primary-button {
        background-color: #e58200;
        border: 2px solid #e58200;
        color: #131313;
        font-size: 1.3rem;
        padding: 10px 20px; }
      .intro .content .data .secondary-button {
        background-color: 'transparent';
        border: 2px solid #e58200;
        color: #e58200;
        font-size: 1.3rem;
        padding: 10px 10px; }
    .intro .content .buttons-container {
      padding: 40px 0; }
      .intro .content .buttons-container .button {
        padding: 30px; }

@media screen and (max-width: 576px) {
  .intro .content {
    padding: 20px 20px; }
    .intro .content .image-content-container .image-content .img-caption {
      font-size: 1.2rem; }
    .intro .content .data .primary-button, .intro .content .data .secondary-button {
      font-size: 1.2rem;
      display: block;
      width: 100%; } }

@media (min-width: 576px) and (max-width: 768px) {
  .intro .content {
    padding: 40px 20px; }
    .intro .content .image-content-container .image-content .img-caption {
      font-size: 1.5rem; }
    .intro .content .data .primary-button, .intro .content .data .secondary-button {
      display: block;
      width: 100%; }
    .intro .content .title-container {
      padding-top: 0px; } }

@media (min-width: 768px) and (max-width: 992px) {
  .intro .content {
    padding: 60px 20px; }
    .intro .content .image-content-container .image-content .img-caption {
      font-size: 1.5rem; }
    .intro .content .data .primary-button, .intro .content .data .secondary-button {
      display: block;
      width: 100%; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .intro .content .image-content-container .image-content .img-caption {
    font-size: 1.5rem; }
  .intro .content .data .primary-button, .intro .content .data .secondary-button {
    display: block;
    width: 100%; } }

@media (min-width: 1200px) and (max-width: 1400px) {
  .intro .content .data .primary-button, .intro .content .data .secondary-button {
    display: block;
    width: 100%; } }

.intro .team {
  padding: 25px 50px; }

.team .team-section, .reservation .team-section, .staff .team-section {
  padding: 50px 0 0 0; }
  .team .team-section .trainers-section, .reservation .team-section .trainers-section, .staff .team-section .trainers-section {
    padding: 20px 0; }
    .team .team-section .trainers-section .team-item .image-container, .reservation .team-section .trainers-section .team-item .image-container, .staff .team-section .trainers-section .team-item .image-container {
      padding: 20px; }
      .team .team-section .trainers-section .team-item .image-container img, .reservation .team-section .trainers-section .team-item .image-container img, .staff .team-section .trainers-section .team-item .image-container img {
        border: 5px solid #ffffff;
        object-fit: cover;
        border-radius: 50%;
        width: 200px;
        height: 200px; }
    .team .team-section .trainers-section .team-item .name-container .name, .reservation .team-section .trainers-section .team-item .name-container .name, .staff .team-section .trainers-section .team-item .name-container .name {
      margin-bottom: 0; }
    .team .team-section .trainers-section .team-item .social-container, .reservation .team-section .trainers-section .team-item .social-container, .staff .team-section .trainers-section .team-item .social-container {
      width: 30px;
      height: 30px;
      padding: 4px 4px 10px;
      margin: 8px auto; }

.reservation .container.content, .staff .container.content {
  padding: 20px 100px 50px 100px; }
  .reservation .container.content .team-section, .staff .container.content .team-section {
    padding: 0; }

.reservation {
  background-color: #131313; }

.staff {
  background-color: #131313; }

@media screen and (max-width: 576px) {
  .reservation .container.content, .staff .container.content {
    padding: 20px 20px 50px 20px; }
    .reservation .container.content .team-section, .staff .container.content .team-section {
      padding: 0; } }

@media (min-width: 576px) and (max-width: 768px) {
  .reservation .container.content, .staff .container.content {
    padding: 20px 20px 50px 20px; }
    .reservation .container.content .team-section, .staff .container.content .team-section {
      padding: 0; } }

@media (min-width: 768px) and (max-width: 992px) {
  .reservation .container.content, .staff .container.content {
    padding: 20px 20px 50px 20px; }
    .reservation .container.content .team-section, .staff .container.content .team-section {
      padding: 0; } }

.services-container, .courses-container, .memberships-container {
  padding: 60px 0; }
  .services-container .service-item, .courses-container .service-item, .memberships-container .service-item {
    background-color: #ffffff;
    border-radius: 25px;
    color: #131313;
    margin: 10px auto;
    padding: 40px 10px 10px 10px;
    max-width: 200px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: left;
    min-width: 200px; }
    .services-container .service-item .title, .courses-container .service-item .title, .memberships-container .service-item .title {
      font-size: 1.5rem;
      line-height: normal;
      margin-bottom: 10px;
      color: #e58200; }
    .services-container .service-item .description, .courses-container .service-item .description, .memberships-container .service-item .description {
      font-size: 1rem;
      flex-grow: 1; }
    .services-container .service-item .price, .courses-container .service-item .price, .memberships-container .service-item .price {
      font-size: 1.2rem; }
    .services-container .service-item.flex-fill, .courses-container .service-item.flex-fill, .memberships-container .service-item.flex-fill {
      width: 100%; }

.courses-container, .memberships-container {
  color: #ffffff;
  padding: 100px; }
  .courses-container .body, .memberships-container .body {
    font-size: 1.2rem; }

@media screen and (max-width: 576px) {
  .services-container, .courses-container, .memberships-container {
    padding: 20px 20px 50px 20px; } }

@media (min-width: 576px) and (max-width: 768px) {
  .services-container, .courses-container, .memberships-container {
    padding: 20px 20px 50px 20px; } }

@media (min-width: 768px) and (max-width: 992px) {
  .services-container, .courses-container, .memberships-container {
    padding: 20px 20px 50px 20px; } }

@use "../variables" {}.partners .partner {
  max-width: 400px;
  padding-top: 40px; }

.questions .accordion-item {
  background-color: transparent;
  border-bottom: 1px solid #e58200; }

.questions .accordion-button {
  font-size: 0.55em;
  padding: 30px 20px;
  box-shadow: none; }

.questions .accordion-button[aria-expanded="true"] {
  background-color: #e58200;
  color: #131313; }

.questions .accordion-button[aria-expanded="false"] {
  background-color: transparent;
  color: #ffffff; }

.questions .accordion-body {
  background-color: transparent;
  color: white;
  padding: 30px 20px; }

.questions .content .image-content-container {
  padding: 20px 0; }
  .questions .content .image-content-container img {
    width: 100%; }

.questions .content hr {
  margin: 60px 10px;
  border-top: 1px solid #ad5e09;
  opacity: 1; }

footer {
  border-top: 1px solid #595959; }
  footer .info {
    background-color: #131313;
    list-style: none;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px; }
    footer .info .info-item {
      padding: 20px 30px 40px 40px;
      padding-right: 10px; }
      footer .info .info-item .border-right {
        border-right: 2px solid #595959;
        height: 100%; }
      footer .info .info-item .title-container {
        margin-bottom: 20px; }
      footer .info .info-item .schedule {
        list-style: none;
        padding-left: 0; }
        footer .info .info-item .schedule .schedule-item {
          color: #ffffff; }
      footer .info .info-item .footer-social {
        display: flex;
        justify-content: flex-start; }
        footer .info .info-item .footer-social .fa-icon {
          height: 2em;
          width: 2em;
          margin-right: 20px; }
    footer .info .map-container {
      padding-right: 40px; }
      footer .info .map-container .map {
        max-width: 450px;
        width: 100%;
        height: 140px; }
  footer .contact {
    background-color: #e58200;
    padding: 10px;
    font-size: 0.9em; }
    footer .contact .more-info {
      margin-bottom: 0; }
    footer .contact a {
      color: #131313; }

@media screen and (max-width: 768px) {
  footer .info .info-item .border-right {
    border-right: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  footer .info .info-item {
    width: 100%; }
    footer .info .info-item .border-right {
      border-right: none; } }

@media (min-width: 991px) and (max-width: 1200px) {
  footer .info .info-item {
    width: 100%; }
    footer .info .info-item .border-right {
      border-right: none; } }

.confetti-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 9999; }

.confetti {
  position: absolute;
  width: 10px;
  height: 10px;
  top: -10px;
  animation: confetti-fall linear infinite; }
  .confetti::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: currentColor;
    transform: rotate(45deg);
    border-radius: 2px; }
  .confetti:nth-child(1) {
    left: 1.3%;
    animation-duration: 3.7s;
    animation-delay: 0.1s;
    color: #e58200;
    width: 18px;
    height: 18px; }
  .confetti:nth-child(2) {
    left: 7.8%;
    animation-duration: 2.3s;
    animation-delay: 1.2s;
    color: #ca3e7b;
    width: 5px;
    height: 5px; }
  .confetti:nth-child(3) {
    left: 13.2%;
    animation-duration: 4.1s;
    animation-delay: 0.7s;
    color: #f9c74f;
    width: 11px;
    height: 11px; }
  .confetti:nth-child(4) {
    left: 3.9%;
    animation-duration: 2.9s;
    animation-delay: 2.1s;
    color: #43aa8b;
    width: 8px;
    height: 8px; }
  .confetti:nth-child(5) {
    left: 19.6%;
    animation-duration: 3.3s;
    animation-delay: 0.4s;
    color: #f8961e;
    width: 16px;
    height: 16px; }
  .confetti:nth-child(6) {
    left: 26.1%;
    animation-duration: 2.6s;
    animation-delay: 1.8s;
    color: #f3722c;
    width: 7px;
    height: 7px; }
  .confetti:nth-child(7) {
    left: 11.7%;
    animation-duration: 3.8s;
    animation-delay: 0.9s;
    color: #90be6d;
    width: 13px;
    height: 13px; }
  .confetti:nth-child(8) {
    left: 31.4%;
    animation-duration: 2.4s;
    animation-delay: 1.5s;
    color: #277da1;
    width: 20px;
    height: 20px; }
  .confetti:nth-child(9) {
    left: 5.2%;
    animation-duration: 3.6s;
    animation-delay: 0.3s;
    color: #e58200;
    width: 6px;
    height: 6px; }
  .confetti:nth-child(10) {
    left: 37.8%;
    animation-duration: 2.7s;
    animation-delay: 2.3s;
    color: #ca3e7b;
    width: 15px;
    height: 15px; }
  .confetti:nth-child(11) {
    left: 17.3%;
    animation-duration: 4.2s;
    animation-delay: 0.8s;
    color: #f9c74f;
    width: 9px;
    height: 9px; }
  .confetti:nth-child(12) {
    left: 42.5%;
    animation-duration: 2.8s;
    animation-delay: 1.9s;
    color: #43aa8b;
    width: 12px;
    height: 12px; }
  .confetti:nth-child(13) {
    left: 8.9%;
    animation-duration: 3.4s;
    animation-delay: 0.2s;
    color: #f8961e;
    width: 17px;
    height: 17px; }
  .confetti:nth-child(14) {
    left: 48.7%;
    animation-duration: 2.5s;
    animation-delay: 1.4s;
    color: #f3722c;
    width: 4px;
    height: 4px; }
  .confetti:nth-child(15) {
    left: 23.1%;
    animation-duration: 3.9s;
    animation-delay: 0.6s;
    color: #90be6d;
    width: 14px;
    height: 14px; }
  .confetti:nth-child(16) {
    left: 54.3%;
    animation-duration: 2.2s;
    animation-delay: 2.2s;
    color: #277da1;
    width: 10px;
    height: 10px; }
  .confetti:nth-child(17) {
    left: 15.8%;
    animation-duration: 3.5s;
    animation-delay: 1.1s;
    color: #ff006e;
    width: 19px;
    height: 19px; }
  .confetti:nth-child(18) {
    left: 61.2%;
    animation-duration: 2.9s;
    animation-delay: 0.5s;
    color: #fb5607;
    width: 8px;
    height: 8px; }
  .confetti:nth-child(19) {
    left: 29.4%;
    animation-duration: 4s;
    animation-delay: 1.7s;
    color: #ffbe0b;
    width: 21px;
    height: 21px; }
  .confetti:nth-child(20) {
    left: 66.8%;
    animation-duration: 2.6s;
    animation-delay: 0.9s;
    color: #8338ec;
    width: 6px;
    height: 6px; }
  .confetti:nth-child(21) {
    left: 35.7%;
    animation-duration: 3.7s;
    animation-delay: 2.4s;
    color: #3a86ff;
    width: 16px;
    height: 16px; }
  .confetti:nth-child(22) {
    left: 72.1%;
    animation-duration: 2.3s;
    animation-delay: 0.1s;
    color: #e58200;
    width: 11px;
    height: 11px; }
  .confetti:nth-child(23) {
    left: 41.6%;
    animation-duration: 3.8s;
    animation-delay: 1.6s;
    color: #ca3e7b;
    width: 7px;
    height: 7px; }
  .confetti:nth-child(24) {
    left: 78.9%;
    animation-duration: 2.4s;
    animation-delay: 0.8s;
    color: #f9c74f;
    width: 18px;
    height: 18px; }
  .confetti:nth-child(25) {
    left: 47.3%;
    animation-duration: 3.2s;
    animation-delay: 2.1s;
    color: #43aa8b;
    width: 5px;
    height: 5px; }
  .confetti:nth-child(26) {
    left: 84.5%;
    animation-duration: 2.7s;
    animation-delay: 0.4s;
    color: #f8961e;
    width: 13px;
    height: 13px; }
  .confetti:nth-child(27) {
    left: 52.8%;
    animation-duration: 4.1s;
    animation-delay: 1.3s;
    color: #f3722c;
    width: 9px;
    height: 9px; }
  .confetti:nth-child(28) {
    left: 89.7%;
    animation-duration: 2.5s;
    animation-delay: 0.7s;
    color: #90be6d;
    width: 15px;
    height: 15px; }
  .confetti:nth-child(29) {
    left: 58.4%;
    animation-duration: 3.6s;
    animation-delay: 2s;
    color: #277da1;
    width: 12px;
    height: 12px; }
  .confetti:nth-child(30) {
    left: 94.1%;
    animation-duration: 2.8s;
    animation-delay: 0.3s;
    color: #ff006e;
    width: 22px;
    height: 22px; }
  .confetti:nth-child(31) {
    left: 64.7%;
    animation-duration: 3.3s;
    animation-delay: 1.8s;
    color: #fb5607;
    width: 6px;
    height: 6px; }
  .confetti:nth-child(32) {
    left: 21.5%;
    animation-duration: 2.9s;
    animation-delay: 0.6s;
    color: #ffbe0b;
    width: 17px;
    height: 17px; }
  .confetti:nth-child(33) {
    left: 70.2%;
    animation-duration: 4.3s;
    animation-delay: 1.4s;
    color: #8338ec;
    width: 4px;
    height: 4px; }
  .confetti:nth-child(34) {
    left: 27.8%;
    animation-duration: 2.1s;
    animation-delay: 2.2s;
    color: #3a86ff;
    width: 14px;
    height: 14px; }
  .confetti:nth-child(35) {
    left: 75.9%;
    animation-duration: 3.7s;
    animation-delay: 0.2s;
    color: #e58200;
    width: 10px;
    height: 10px; }
  .confetti:nth-child(36) {
    left: 33.6%;
    animation-duration: 2.6s;
    animation-delay: 1.9s;
    color: #ca3e7b;
    width: 19px;
    height: 19px; }
  .confetti:nth-child(37) {
    left: 81.3%;
    animation-duration: 3.4s;
    animation-delay: 0.5s;
    color: #f9c74f;
    width: 8px;
    height: 8px; }
  .confetti:nth-child(38) {
    left: 39.1%;
    animation-duration: 2.8s;
    animation-delay: 1.7s;
    color: #43aa8b;
    width: 16px;
    height: 16px; }
  .confetti:nth-child(39) {
    left: 87.4%;
    animation-duration: 3.9s;
    animation-delay: 0.9s;
    color: #f8961e;
    width: 11px;
    height: 11px; }
  .confetti:nth-child(40) {
    left: 44.8%;
    animation-duration: 2.3s;
    animation-delay: 2.5s;
    color: #f3722c;
    width: 7px;
    height: 7px; }
  .confetti:nth-child(41) {
    left: 92.7%;
    animation-duration: 3.1s;
    animation-delay: 0.1s;
    color: #90be6d;
    width: 20px;
    height: 20px; }
  .confetti:nth-child(42) {
    left: 50.5%;
    animation-duration: 2.7s;
    animation-delay: 1.6s;
    color: #277da1;
    width: 5px;
    height: 5px; }
  .confetti:nth-child(43) {
    left: 98.2%;
    animation-duration: 4s;
    animation-delay: 0.8s;
    color: #ff006e;
    width: 15px;
    height: 15px; }
  .confetti:nth-child(44) {
    left: 56.9%;
    animation-duration: 2.4s;
    animation-delay: 2.3s;
    color: #fb5607;
    width: 9px;
    height: 9px; }
  .confetti:nth-child(45) {
    left: 12.4%;
    animation-duration: 3.8s;
    animation-delay: 0.4s;
    color: #ffbe0b;
    width: 18px;
    height: 18px; }
  .confetti:nth-child(46) {
    left: 63.1%;
    animation-duration: 2.2s;
    animation-delay: 1.1s;
    color: #8338ec;
    width: 13px;
    height: 13px; }
  .confetti:nth-child(47) {
    left: 18.7%;
    animation-duration: 3.5s;
    animation-delay: 2.4s;
    color: #3a86ff;
    width: 6px;
    height: 6px; }
  .confetti:nth-child(48) {
    left: 69.3%;
    animation-duration: 2.9s;
    animation-delay: 0.7s;
    color: #e58200;
    width: 12px;
    height: 12px; }
  .confetti:nth-child(49) {
    left: 25.6%;
    animation-duration: 3.6s;
    animation-delay: 1.5s;
    color: #ca3e7b;
    width: 17px;
    height: 17px; }
  .confetti:nth-child(50) {
    left: 74.8%;
    animation-duration: 2.5s;
    animation-delay: 0.3s;
    color: #f9c74f;
    width: 14px;
    height: 14px; }

@keyframes confetti-fall {
  0% {
    top: -10px;
    transform: translateX(0) rotateZ(0deg);
    opacity: 1; }
  20% {
    transform: translateX(50px) rotateZ(180deg); }
  40% {
    transform: translateX(-50px) rotateZ(360deg); }
  60% {
    transform: translateX(30px) rotateZ(540deg); }
  80% {
    transform: translateX(-30px) rotateZ(720deg); }
  100% {
    top: 110%;
    transform: translateX(0) rotateZ(900deg);
    opacity: 0; } }
