@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );transform:translateX(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.tournaments_eventCardContainer__pMZaF{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;justify-content:center;margin:40px 0;padding:0 15px}.tournaments_eventCardContainer__pMZaF a{text-decoration:none}@media (max-width:575.98px){.tournaments_eventCardContainer__pMZaF{grid-template-columns:1fr}}@media (min-width:576px) and (max-width:767.98px){.tournaments_eventCardContainer__pMZaF{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px) and (max-width:991.98px){.tournaments_eventCardContainer__pMZaF{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px) and (max-width:1279.98px){.tournaments_eventCardContainer__pMZaF{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){.tournaments_eventCardContainer__pMZaF{grid-template-columns:repeat(3,1fr)}}.tournaments_card__olHhD{position:relative;width:100%;aspect-ratio:4/3;background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:20px;overflow:hidden;display:grid;grid-template-rows:60% 40%}.tournaments_eventInfo__ODK3s{position:relative;display:grid;grid-template-areas:"title title" "info action";grid-gap:15px;justify-content:space-between;align-items:center;padding:1rem;background:linear-gradient(to bottom,rgba(0,0,0,.1),var(--gradient-primary-1));border-radius:0 0 20px 20px;transform-origin:top left;transform:scale(calc(1))}.tournaments_eventInfo__ODK3s *{position:relative;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-wrap:break-word;line-height:normal}.tournaments_title__Nu9qI{grid-area:title;font-size:calc(.9em + .5vw);font-weight:700;text-align:right;justify-self:end;line-height:1.2;color:#fff;word-break:break-word;width:80%;line-height:normal}.tournaments_additionalInfo__l82Fu{grid-area:info;text-align:left;color:#fff;font-size:calc(.5em + .4vw);letter-spacing:.7px;line-height:normal}.tournaments_action___9eYd{grid-area:action;font-size:calc(.5em + .4vw);text-align:right;justify-self:end;margin:0;color:#fff;line-height:normal}.tournaments_eventInfo__ODK3s:before{content:"";position:absolute;top:0;left:0;width:110%;height:300%;background:var(--gradient-primary-1);transform:rotate(-8deg);border-top-right-radius:100px}.tournaments_root__BLTZ9 p{margin:0}