@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-HeavyItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
*,
::after,
::before,
::backdrop,
::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}

html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: inherit;
  font-family: "Gilroy", sans-serif;
  background-color: #141414;
  color: #fff;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

:-moz-focusring {
  outline: auto;
}

progress {
  vertical-align: baseline;
}

summary {
  display: list-item;
}

ol,
ul,
menu {
  list-style: none;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

button,
input,
select,
optgroup,
textarea,
::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}

:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}

:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}

::file-selector-button {
  margin-inline-end: 4px;
}

::-moz-placeholder {
  opacity: 1;
  color: color-mix(in oklab, currentColor 50%, transparent);
}

::placeholder {
  opacity: 1;
  color: color-mix(in oklab, currentColor 50%, transparent);
}

textarea {
  resize: vertical;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}

:-moz-ui-invalid {
  box-shadow: none;
}

button,
input:where([type=button], [type=reset], [type=submit]),
::file-selector-button {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[hidden]:where(:not([hidden=until-found])) {
  display: none !important;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px;
}

.items-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .items-container {
    grid-template-columns: 1fr;
  }
}

.big-item {
  border: 2px solid;
  border-color: #db3790;
  background: #000;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.big-item.theme-1 {
  background: linear-gradient(245.47deg, #0b1842 0.61%, #0a132d 93.69%);
  border-color: #ff0000;
}
.big-item.theme-2 {
  background: linear-gradient(245.47deg, #db3790 0.61%, #3b0e65 93.69%);
  border-color: #db3790;
}
.big-item.theme-3 {
  background: linear-gradient(245.47deg, #191b25 0.61%, #252834 93.69%);
  border-color: #e1df22;
}
.big-item-title {
  font-family: "Gilroy", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 2rem;
  background: linear-gradient(88.24deg, #d2d2d2 0.83%, #ffffff 99.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.big-item-description {
  font-family: "Gilroy", sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 8px;
  margin-bottom: 24px;
}
.big-item-description-highlight {
  display: block;
  text-align: center;
  color: #e1df22;
  font-size: 2.8rem;
}
.big-item-button {
  background-color: #1f3374;
  color: #fff;
  padding: 12px 0px;
  width: 100%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-family: "Gilroy", sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  text-transform: uppercase;
  border-radius: 0px 0px 16px 16px;
  cursor: pointer;
  transition: 300ms background-color ease;
}
.big-item-button:hover {
  background-color: rgb(20.2448979592, 33.306122449, 75.7551020408);
}
.big-item-button.theme-1 {
  background-color: #ff0000;
}
.big-item-button.theme-1:hover {
  background-color: #cc0000;
}
.big-item-button.theme-2 {
  background-color: #db3790;
}
.big-item-button.theme-2:hover {
  background-color: rgb(188.9830508475, 34.0169491525, 118.1144067797);
}
.big-item-button.theme-3 {
  background-color: #e1df22;
}
.big-item-button.theme-3:hover {
  background-color: rgb(183.1394422311, 181.4820717131, 24.8605577689);
}

.homepage-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homepage-logo {
  width: 200px;
  height: auto;
  margin: 0 auto;
}
.homepage-title {
  font-family: "Gilroy", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 4rem;
  text-align: center;
  line-height: 0.6;
}
.homepage-subtitle {
  font-family: "Gilroy", sans-serif;
  font-weight: 900;
  font-style: italic;
  padding: 0 8px;
  background-color: #ff0000;
  margin-top: 8px;
  margin-bottom: 24px;
  text-align: center;
}
.homepage-sponsor-title {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 8px;
}
.homepage-sponsor-subtitle {
  display: block;
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  margin-top: 8px;
  margin-bottom: 24px;
  line-height: 0.1;
}
.homepage-banner {
  width: 75%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage-sponsors {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.homepage-sponsors-item {
  margin: 0 8px;
  width: 100%;
  height: auto;
}
.homepage-login-button {
  margin-top: 24px;
  background: linear-gradient(87.45deg, #018f0d 0%, #006b09 50%, #018f0d 100%);
  color: #fff;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: none;
  font-family: "Gilroy", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  border-radius: 12px;
  cursor: pointer;
  transition: 300ms background ease;
}
.homepage-login-button svg {
  margin-left: 8px;
  width: 16px;
  height: 16px;
}
.homepage-login-button:hover {
  background: linear-gradient(87.45deg, #006b09 0%, #018f0d 50%, #006b09 100%);
}/*# sourceMappingURL=index.css.map */