@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --body-bg: #ececec;
  --body-color: #8a7e77;
  --bg-section: #f5f5f5;
  --border-primary: #b2a59e;
  --bg-btn-primary: transparent;
  --bg-menu-primary: #beb4ae;
  --bg-message: #f0efee;
  --bg-logged: #dad5d2;
  --body-color-1: #8a7e77;
  --body-color-2: #cdcbca;
  --body-color-3: #8a7e77;
  --body-color-4: #ada39d;
  --bg-transparent: #f0efee;
  --bg-ranking: #fff;
  --bg-overlay: rgba(73, 73, 73, 0.5);
  --bg-primary: #847f7c;
  --bg-secondary: #f5f5f5;
  --bg-tertiary: #f0efee;
  --bg-header: #beb4ae;
  --nav-color: grey;
  --icons: #b9b3b0;
  --icons-primary: #a49f9d;
  --icons-secondary: #84776e;
  --icons-dark: #ddd6d3;
  --bg-button-firebase: #fff;
  --filter-icon: invert(81%) sepia(2%) saturate(686%) hue-rotate(336deg) brightness(92%) contrast(83%) opacity(0.5);
  --filter-rule: none;
  --filter-date: none;
  --filter-image: none;
  --filter-pagination: brightness(10) invert(15%);
  --filter-pagination-2: invert(79%) brightness(85%);
  --icon-comin: #b2a59e;
}

.theme--dark {
  --body-bg: #1c1920;
  --body-color: #fff;
  --bg-section: #27232e;
  --border-primary: transparent;
  --bg-btn-primary: #1c1920;
  --bg-menu-primary: #27232e;
  --bg-message: #1c1920;
  --bg-logged: #1c1920;
  --body-color-1: #fff;
  --body-color-2: #fff;
  --body-color-3: #1c1920;
  --body-color-4: #fff;
  --bg-transparent: #1c1920;
  --bg-ranking: #27232e;
  --bg-overlay: rgba(21, 18, 26, 0.6);
  --bg-primary: #27232e;
  --bg-secondary: #312d39;
  --bg-tertiary: #292532;
  --bg-header: #27232e;
  --nav-color: #fff;
  --icons: #fff;
  --icons-primary: #fff;
  --icons-secondary: #fff;
  --icons-dark: #fff;
  --bg-button-firebase: #1c1920;
  --filter-icon: brightness(0) invert(1) opacity(1);
  --filter-rule: brightness(0) invert(1) opacity(1);
  --filter-date: brightness(0) invert(1) opacity(0.5);
  --filter-image: invert(100%);
  --filter-pagination: brightness(0) invert(1) opacity(0.1);
  --filter-pagination-2: brightness(0) invert(1) opacity(1);
  --icon-comin: #1c1920;
}

.fillIconColor {
  fill: var(--icons) !important;
  color: var(--icons) !important;
}

.fillIconColorPrimary {
  fill: var(--icons-primary) !important;
}

.fillIconColorDark {
  fill: var(--icons-dark) !important;
}

.filledIconTransparent {
  fill: transparent !important;
}

.main {
  max-width: 1280px;
}

header {
  background-color: var(--bg-header);
  box-shadow: 0 -15px 30px black;
  padding: 0;
  width: 100%;
  top: 0;
  right: 0;
}
header nav {
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header nav button {
  display: none;
  background: none;
  box-shadow: none;
  margin: 0;
}
header nav ul {
  list-style: none;
  margin: 0 5px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
header nav ul li {
  margin: 0;
  padding: 0;
}
header nav a {
  display: inline-block;
  color: white;
  text-align: center;
  text-decoration: none;
  padding: 22px 0;
  font-size: 16.5px;
  transition: 0.3s linear;
}
header nav a:hover {
  background-color: rgb(222, 148, 100);
}
header nav a.home-link {
  padding: 0;
  margin-left: 0;
  margin-right: auto;
  width: 97.9px;
  height: 27.5px;
}
header nav a.home-link:hover {
  background-color: transparent;
}
header nav a.home-link img {
  width: 110px;
  border: 0;
}
header nav a.profile-link {
  width: 82.5px;
  box-sizing: border-box;
  background-image: url(/images/icons/player_icon.svg);
  background-position: center 8.8px;
  background-repeat: no-repeat;
  background-size: 26.4px 26.4px;
  padding: 33px 13.75px 13.75px 13.75px;
  font-size: 15.4px;
}
header nav a.active {
  background-color: rgb(222, 148, 100);
}
header nav a {
  width: 165px;
}

@media only screen and (max-width: 730px) {
  header nav a {
    width: 136px;
  }
}
@media only screen and (max-width: 980px) {
  header {
    background-color: var(--bg-header);
    box-shadow: 0 -15px 30px black;
    padding: 0;
    width: 100%;
    top: 0;
    right: 0;
  }
  header nav {
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  header nav button {
    display: none;
    background: none;
    box-shadow: none;
    margin: 0;
  }
  header nav ul {
    list-style: none;
    margin: 0 5px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  header nav ul li {
    margin: 0;
    padding: 0;
  }
  header nav a {
    display: inline-block;
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 22px 0;
    font-size: 16.5px;
    transition: 0.3s linear;
  }
  header nav a:hover {
    background-color: rgb(222, 148, 100);
  }
  header nav a.home-link {
    padding: 0;
    margin-left: 0;
    margin-right: auto;
    width: 97.9px;
    height: 27.5px;
  }
  header nav a.home-link:hover {
    background-color: transparent;
  }
  header nav a.home-link img {
    width: 110px;
    border: 0;
  }
  header nav a.profile-link {
    width: 82.5px;
    box-sizing: border-box;
    background-image: url(/images/icons/player_icon.svg);
    background-position: center 8.8px;
    background-repeat: no-repeat;
    background-size: 26.4px 26.4px;
    padding: 33px 13.75px 13.75px 13.75px;
    font-size: 15.4px;
  }
  header nav a.active {
    background-color: rgb(222, 148, 100);
  }
  header nav a {
    width: 165px;
  }
  header nav.main {
    text-align: center;
    padding: 0 11px;
  }
  header nav.main button {
    margin-left: 0;
    width: 38.5px;
    height: 38.5px;
    display: block;
    background-image: url(/images/menu_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    cursor: pointer;
    border: none;
    padding: 26px 0;
  }
  header nav.main ul {
    display: none;
    background-color: var(--bg-menu-primary);
  }
  header nav.main ul.open {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 65px;
    width: 100%;
    display: block;
  }
  header nav.main ul.open li, header nav.main ul.open li a {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 980px) and (max-width: 341px) {
  header nav.main button {
    width: 25px;
    background-size: 25px 25px;
  }
  header nav.main a.home-link img {
    width: 90px;
  }
  header nav.main a.profile-link {
    margin-left: 0;
  }
}
@media only screen and (max-width: 980px) {
  header nav.main a.home-link {
    margin: 0 auto;
  }
}
body,
html {
  min-height: 100vh;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Montserrat, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--body-bg);
  color: var(--body-color);
  display: flex;
  flex-direction: column;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
}

a {
  text-decoration: none;
  color: inherit;
  font-weight: 600;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.display-none {
  display: none !important;
}

.hidden {
  display: none !important;
}

section,
.section {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  color: var(--body-color);
  background: var(--bg-section);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  padding: 30px 20px;
  margin: 20px auto;
}
@media only screen and (min-width: 768px) {
  section,
  .section {
    padding: 50px;
  }
  section--small,
  .section--small {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  section--mini,
  .section--mini {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 980px) {
  section,
  .section {
    width: 95%;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
  }
}
section__title,
.section__title {
  font-size: 26px;
  margin: 0 0 1em;
  line-height: 1.1;
  text-align: center;
}
@media screen and (min-width: 320px) {
  section__title,
  .section__title {
    font-size: calc(
            26px + 10 *
                ((100vw - 320px) / 1600)
        );
  }
}
@media screen and (min-width: 1920px) {
  section__title,
  .section__title {
    font-size: 36px;
  }
}
section__description,
.section__description {
  font-size: 12px;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 320px) {
  section__description,
  .section__description {
    font-size: calc(
            12px + 7 *
                ((100vw - 320px) / 1600)
        );
  }
}
@media screen and (min-width: 1920px) {
  section__description,
  .section__description {
    font-size: 19px;
  }
}
section__highlighted,
.section__highlighted {
  color: #f5782e;
}
section__button,
.section__button {
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  padding: 15px 30px;
  border: none;
  background: linear-gradient(180deg, #ff8b46 0%, #f4762c 100%);
  color: #fff;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  padding: 0.9em 30px;
  border-radius: 0.6em;
  display: block;
  max-width: 70%;
  margin: 1.2em auto 0;
  width: 35%;
  min-width: 215px;
}
section__button svg,
.section__button svg {
  width: 16px;
  height: auto;
  max-height: 20px;
  margin-right: 10px;
  margin-top: -0.3em;
  margin-bottom: -0.3em;
  flex-shrink: 0;
}
section__button path,
.section__button path {
  fill: currentColor;
}
@media screen and (min-width: 320px) {
  section__button,
  .section__button {
    font-size: calc(
            15px + 17 *
                ((100vw - 320px) / 1600)
        );
  }
}
@media screen and (min-width: 1920px) {
  section__button,
  .section__button {
    font-size: 32px;
  }
}
section__button:focus-visible, section__button:hover,
.section__button:focus-visible,
.section__button:hover {
  background: linear-gradient(180deg, #ff8b46 0%, #f27023 69.27%);
}
section__button:active, section__button.active,
.section__button:active,
.section__button.active {
  box-shadow: none;
}
section__button:disabled, section__button.disabled,
.section__button:disabled,
.section__button.disabled {
  box-shadow: none;
  outline: none;
  cursor: not-allowed;
  opacity: 0.4;
}
@media only screen and (min-width: 980px) {
  section__button,
  .section__button {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  section--small,
  .section--small {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
section-ranking,
.section-ranking {
  background-color: var(--bg-ranking);
}
section--relative,
.section--relative {
  overflow: hidden;
  position: relative;
}
section.description a,
.section.description a {
  color: royalblue;
}
section.description a:hover,
.section.description a:hover {
  text-decoration: underline;
}
section__link,
.section__link {
  color: #f5782e;
  transition: all 0.3s linear;
  color: #f5782e;
  text-decoration: underline transparent;
}
section__link:hover,
.section__link:hover {
  color: #f5782e;
  text-decoration: underline;
}

.cookies {
  font-size: 11px;
  display: none;
  padding: 30px 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #b3a59e;
  color: #fff;
  z-index: 1000000;
}
@media screen and (min-width: 320px) {
  .cookies {
    font-size: calc(
            11px + 10 *
                ((100vw - 320px) / 1600)
        );
  }
}
@media screen and (min-width: 1920px) {
  .cookies {
    font-size: 21px;
  }
}
.cookies-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .cookies-inner {
    flex-direction: row;
  }
}
.cookies-desc {
  font-style: italic;
  font-size: 1em;
  flex-grow: 1;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .cookies-desc {
    margin-bottom: 0;
    margin-right: 60px;
  }
}
.cookies-desc strong {
  font-style: normal;
}
.cookies-btn {
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  padding: 15px 30px;
  border: none;
  background: linear-gradient(180deg, #ff8b46 0%, #f4762c 100%);
  color: #fff;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  padding: 0.9em 30px;
  border-radius: 0.6em;
  flex-shrink: 0;
  width: 270px;
  max-width: 100%;
}
.cookies-btn svg {
  width: 16px;
  height: auto;
  max-height: 20px;
  margin-right: 10px;
  margin-top: -0.3em;
  margin-bottom: -0.3em;
  flex-shrink: 0;
}
.cookies-btn path {
  fill: currentColor;
}
@media screen and (min-width: 320px) {
  .cookies-btn {
    font-size: calc(
            15px + 5 *
                ((100vw - 320px) / 1600)
        );
  }
}
@media screen and (min-width: 1920px) {
  .cookies-btn {
    font-size: 20px;
  }
}
.cookies-btn:focus-visible, .cookies-btn:hover {
  background: linear-gradient(180deg, #ff8b46 0%, #f27023 69.27%);
}
.cookies-btn:active, .cookies-btn.active {
  box-shadow: none;
}
.cookies-btn:disabled, .cookies-btn.disabled {
  box-shadow: none;
  outline: none;
  cursor: not-allowed;
  opacity: 0.4;
}

.footer {
  font-size: 10px;
  background-color: var(--bg-header);
  color: #fff;
  padding: 1.2em 0;
  margin-top: auto;
}
@media screen and (min-width: 320px) {
  .footer {
    font-size: calc(
            10px + 6 *
                ((100vw - 320px) / 1600)
        );
  }
}
@media screen and (min-width: 1920px) {
  .footer {
    font-size: 16px;
  }
}
.footer-top {
  margin: 0 15px 15px;
}
.footer-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.footer-info {
  flex: 1 0 0;
}
.footer-info:last-child {
  text-align: right;
}
.footer-logo {
  width: 25%;
  max-width: 90px;
  margin: 0 10px;
}
.footer-logo img {
  width: 100%;
  height: auto;
  display: block;
}
.footer-link {
  transition: all 0.3s linear;
  color: currentColor;
  text-decoration: underline transparent;
  text-transform: uppercase;
  width: auto !important;
  height: auto !important;
  font-size: 1.15em;
}
.footer-link:hover {
  color: currentColor;
  text-decoration: underline;
}
.footer-link:hover {
  text-decoration: underline !important;
}
.footer-copyrights {
  font-size: 1em;
  padding: 1em 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
}

.btn {
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  padding: 15px 30px;
  border: none;
}
.btn svg {
  width: 16px;
  height: auto;
  max-height: 20px;
  margin-right: 10px;
  margin-top: -0.3em;
  margin-bottom: -0.3em;
  flex-shrink: 0;
}
.btn path {
  fill: currentColor;
}

.btn-primary {
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  padding: 15px 30px;
  border: none;
  background: linear-gradient(180deg, #ff8b46 0%, #f4762c 100%);
  color: #fff;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  padding: 0.9em 30px;
  border-radius: 0.6em;
}
.btn-primary svg {
  width: 16px;
  height: auto;
  max-height: 20px;
  margin-right: 10px;
  margin-top: -0.3em;
  margin-bottom: -0.3em;
  flex-shrink: 0;
}
.btn-primary path {
  fill: currentColor;
}
@media screen and (min-width: 320px) {
  .btn-primary {
    font-size: calc(
            15px + 17 *
                ((100vw - 320px) / 1600)
        );
  }
}
@media screen and (min-width: 1920px) {
  .btn-primary {
    font-size: 32px;
  }
}
.btn-primary:focus-visible, .btn-primary:hover {
  background: linear-gradient(180deg, #ff8b46 0%, #f27023 69.27%);
}
.btn-primary:active, .btn-primary.active {
  box-shadow: none;
}
.btn-primary:disabled, .btn-primary.disabled {
  box-shadow: none;
  outline: none;
  cursor: not-allowed;
  opacity: 0.4;
}

.btn-secondary {
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  padding: 15px 30px;
  border: none;
  background: linear-gradient(180deg, var(--bg-secondary) 26.56%, var(--body-bg) 100%);
  color: var(--body-color);
  border: 1.5px solid var(--icons);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  padding: 0.9em 30px;
  border-radius: 0.6em;
}
.btn-secondary svg {
  width: 16px;
  height: auto;
  max-height: 20px;
  margin-right: 10px;
  margin-top: -0.3em;
  margin-bottom: -0.3em;
  flex-shrink: 0;
}
.btn-secondary path {
  fill: currentColor;
}
@media screen and (min-width: 320px) {
  .btn-secondary {
    font-size: calc(
            15px + 17 *
                ((100vw - 320px) / 1600)
        );
  }
}
@media screen and (min-width: 1920px) {
  .btn-secondary {
    font-size: 32px;
  }
}
.btn-secondary:focus-visible, .btn-secondary:hover {
  background: linear-gradient(180deg, var(--bg-secondary) 27.6%, var(--body-bg) 65.62%);
}
.btn-secondary:active, .btn-secondary.active {
  box-shadow: none;
}
.btn-secondary:disabled, .btn-secondary.disabled {
  box-shadow: none;
  outline: none;
  cursor: not-allowed;
  opacity: 0.4;
}

.promo {
  padding-bottom: 0;
}
.promo img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .promo {
    padding-top: 35px;
  }
}
.promo__inner {
  max-width: 600px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .promo__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .promo__text {
    width: 50%;
    flex-shrink: 0;
  }
}
.promo__title {
  font-size: 26px;
  margin: 0 0 1em;
  line-height: 1.1;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .promo__title {
    font-size: calc(
            26px + 10 *
                ((100vw - 320px) / 1600)
        );
  }
}
@media screen and (min-width: 1920px) {
  .promo__title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1024px) {
  .promo__title {
    text-align: left;
  }
}
.promo__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .promo__buttons {
    flex-direction: row;
    margin-bottom: 50px;
  }
}
.promo__buttons a {
  display: inline-block;
  max-width: 200px;
}
.promo__buttons a:first-child {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .promo__buttons a:first-child {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.promo__img {
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .promo__img {
    margin-top: auto;
  }
}

.bounds {
  padding: 0 2%;
}

.loading {
  background-image: url(/images/loading.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.leaderboard {
  display: block;
}

.mobilebanner {
  display: none;
}

@media (max-width: 768px) {
  .mobilebanner {
    display: block;
  }
  .leaderboard {
    display: none;
  }
}
