@font-face {
  font-family: "GarageGothicBold";
  src: url("/DigitUp/Minus196/assets/fonts/garage-gothic.woff2") format("woff2"), url("/DigitUp/Minus196/assets/fonts/garage-gothic.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowSemiCondensed";
  src: url("/DigitUp/Minus196/assets/fonts/BarlowSemiCondensed-ExtraBold.woff2") format("woff2"), url("/DigitUp/Minus196/assets/fonts/BarlowSemiCondensed-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowSemiCondensedLight";
  src: local("Barlow Semi Condensed Light"), local("BarlowSemiCondensed-Light"), local("Barlow Semi Condensed");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSansLight";
  src: url("/fonts/OpenSans-Light.woff2") format("woff2"), url("/fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body.no-scroll {
  overflow: hidden !important;
  height: 100vh !important;
}

.cookieConsentWrapper {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.125rem;
  overflow-x: hidden;
  overflow-y: auto;
  background: #09101d;
}
.cookieConsentWrapper.show {
  display: flex !important;
}

.cookieConsentWrapper .ageGate__video {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  filter: grayscale(1) brightness(0.72) contrast(1.12);
  transform: scale(1.07);
  pointer-events: none;
}

.cookieConsentWrapper #age-gate,
.cookieConsentWrapper .cookie-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.cookieConsentWrapper .hidden {
  display: none !important;
}

.cookieConsentWrapper .is-flex {
  display: flex !important;
}

.cookieConsentWrapper::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(circle at 50% 64%, rgba(184, 194, 204, 0.2) 0%, rgba(10, 14, 19, 0.28) 44%, rgba(0, 0, 0, 0.52) 100%), linear-gradient(180deg, rgba(2, 4, 8, 0.34) 0%, rgba(0, 0, 0, 0.56) 100%);
}

.cookieConsentWrapper::after {
  content: "";
  position: fixed;
  inset: -4%;
  z-index: 1;
  pointer-events: none;
  background: url("../../../assets/Smoke1.png") center center/120% auto no-repeat, url("../../../assets/Smoke2.png") center center/120% auto no-repeat;
  opacity: 0.34;
  mix-blend-mode: screen;
  filter: grayscale(1) blur(1px);
}

.cookieConsentWrapper > * {
  position: relative;
  z-index: 2;
}

.cookieConsentWrapper .cookie-panel {
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  width: calc(100% - 2.25rem);
  max-width: 47.5rem;
  border-radius: 0.5rem;
  background: #fbf8f3;
  padding: 1.5rem;
  box-shadow: 0 1rem 3.25rem rgba(0, 0, 0, 0.45);
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 0) and (max-width: 599.9px) {
  .cookieConsentWrapper .cookie-panel {
    width: calc(100% - 3.5rem);
  }
}
@media (min-width: 599.9px) {
  .cookie-panel {
    width: calc(100% - 4.75rem);
  }
}
.cookie-header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

#closeBtn {
  width: 5rem;
  min-width: 5rem;
  text-align: left;
  margin-top: 1.5625rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#closeBtn img {
  width: 1.125rem;
  height: auto;
  cursor: pointer;
}

.cookie-header-spacer {
  width: 5rem;
  min-width: 5rem;
}

#cookieHeading {
  margin: 1.5625rem 0;
  width: auto;
  flex: 1;
  text-align: center;
  font-family: "BarlowSemiCondensed", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 800;
  font-size: 1.65625rem;
  line-height: 2rem;
  letter-spacing: -0.02em;
}

#smallText,
#largeText {
  font-family: "BarlowSemiCondensed", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.4rem;
  text-align: left;
  width: 92%;
}

.cookie-bullets,
.policy-bullets {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.cookie-bullet-item,
.policy-bullet-item {
  display: flex;
  align-items: flex-start;
  gap: 0.25rem;
}

.policy-bullet-item {
  gap: 1rem;
}

.cookie-bullet-item + .cookie-bullet-item {
  margin-top: 0.25rem;
}

.policy-bullet-item + .policy-bullet-item {
  margin-top: 1rem;
}

.cookie-bullet-dot {
  font-size: 0.95rem;
  line-height: 1;
}

#largeText {
  max-height: none;
  overflow: hidden;
  padding-right: 0.5rem;
}

.policy-scroll {
  max-height: 17.9375rem;
  overflow-y: auto;
  overflow-x: auto;
  margin-bottom: 1rem;
  padding-right: 2.5rem;
  color: #09101d;
}

.policy-scroll > * + * {
  margin-top: 1rem;
}

.policy-intro > * + * {
  margin-top: 0.5rem;
}

.policy-copy {
  line-height: 2.5rem;
}

.policy-toc {
  line-height: 2rem;
}

.policy-bold {
  font-weight: 700;
}

.policy-link,
.policy-cookie-links,
.policy-cookie-links a {
  color: #4f46e5;
  text-decoration: underline;
  text-underline-offset: 0.0625rem;
}

.policy-divider {
  margin-bottom: 0.75rem;
  border: 0;
  border-top: 1px solid #9A9A9A;
}

.policy-note {
  margin-bottom: 0.5rem;
}

.policy-consent-list > * + * {
  margin-top: 0.75rem;
}

.policy-consent-item {
  display: grid;
  grid-template-columns: 1rem 1fr;
  align-items: start;
  column-gap: 0.5rem;
  cursor: pointer;
}

.policy-checkbox {
  width: 1rem;
  height: 1rem;
  margin: 0.125rem 0 0 0;
  accent-color: #FEDD00;
}

.policy-provider {
  color: #09101d;
}

.scrollbar-always::-webkit-scrollbar {
  width: 0.5rem;
}

.scrollbar-always::-webkit-scrollbar-thumb {
  background: #09101d;
  border-radius: 0.5rem;
}

.scrollbar-always::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 0.5rem;
}

.cookie-table {
  display: grid;
  min-width: 40rem;
  overflow-wrap: anywhere;
  word-break: break-word;
  border: 1px solid #09101d;
  background: #fff;
  font-size: 0.625rem;
  line-height: 0.875rem;
}

.cookie-table-colhead {
  padding: 0.25rem;
  font-weight: 700;
  background: #d1d5db;
  border-right: 1px solid #09101d;
  border-bottom: 1px solid #09101d;
}

.cookie-table-colhead-last {
  border-right: 0;
}

.cookie-table-rowhead {
  padding: 0.25rem;
  font-weight: 600;
  background: #fff;
  border-right: 1px solid #09101d;
  border-bottom: 1px solid #09101d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookie-table-rowhead-last {
  border-bottom: 0;
}

.cookie-table-cell {
  padding: 0.25rem;
  background: #fff;
  border-right: 1px solid #09101d;
  border-bottom: 1px solid #09101d;
}

.cookie-table-cell-vcenter {
  display: flex;
  align-items: center;
}

.cookie-table-cell-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookie-table-cell-last {
  border-right: 0;
}

.cookie-table-cell-right {
  border-right: 1px solid #09101d;
}

.cookie-table-cell-all {
  border: 1px solid #09101d;
}

.cookie-table-subhead {
  padding: 0.25rem;
  background: #efefef;
  border-right: 1px solid #09101d;
  border-bottom: 1px solid #09101d;
}

.cookie-table-break-all {
  word-break: break-all;
}

#submitCookiesBtn.submit-disabled {
  background: #9A9A9A;
  cursor: not-allowed;
}

#submitCookiesBtn.submit-enabled {
  background: #FEDD00;
  cursor: pointer;
}

.cookie-actions {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 92%;
  color: #000;
  font-family: "BarlowSemiCondensed", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 800;
  font-size: 0.5rem;
  line-height: 0.5rem;
  gap: 0.5rem;
}

.cookie-actions button {
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
  background: #FEDD00;
  color: #1d1d1b;
  cursor: pointer;
  white-space: normal;
}

.cookie-actions button p {
  margin: 0;
  text-align: center;
  letter-spacing: -0.02em;
}

#submitCookiesBtn {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

#disclaimer {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding-top: 2.5rem;
}

#disclaimer p {
  position: relative;
  margin: 0 auto;
  width: min(100%, 45rem);
  text-align: center;
  color: #fff;
  font-family: "BarlowSemiCondensedLight", "Barlow Semi Condensed", "OpenSansLight", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.2;
}

.cookie-aware-row {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "BarlowSemiCondensedLight", "Barlow Semi Condensed", "OpenSansLight", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1;
}

.cookie-aware-line {
  white-space: nowrap;
}

@media (min-width: 0) and (max-width: 599.9px) {
  .cookie-actions {
    justify-content: center;
  }
  .cookie-actions button {
    flex: 1 1 calc(50% - 0.5rem);
    justify-content: center;
  }
  #rejectAllCookieBtns {
    order: 3;
    flex-basis: 100%;
  }
  #smallText {
    letter-spacing: -0.03rem;
  }
  .cookie-bullets {
    line-height: 0.625rem;
  }
  #disclaimer {
    padding-top: 1rem;
  }
}
@media (min-width: 599.9px) and (max-width: 899.9px) {
  #age-gate {
    padding-top: 2.5rem;
  }
  .cookie-actions {
    margin-top: 5rem;
    margin-bottom: 1.75rem;
    font-size: 0.625rem;
    line-height: 0.625rem;
  }
  .cookie-actions button {
    padding: 0.25rem 0.75rem;
    white-space: nowrap;
    flex: 0 0 auto;
  }
  #submitCookiesBtn {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  #disclaimer p {
    width: min(100%, 62.5rem);
  }
}
@media (min-width: 899.9px) {
  #age-gate {
    padding-top: 0.75rem;
  }
  .cookie-panel {
    width: 47.5rem;
  }
  .cookie-table {
    font-size: 0.6875rem;
    line-height: 0.875rem;
  }
  .cookie-actions {
    margin-top: 2rem;
    margin-bottom: 1.75rem;
    font-size: 0.95rem;
    line-height: 0.95rem;
  }
  .cookie-actions button {
    padding: 0.25rem 1rem;
    white-space: nowrap;
    flex: 0 0 auto;
  }
  #submitCookiesBtn {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  #disclaimer {
    padding-top: 1.5rem;
  }
  #disclaimer p {
    width: min(100%, 66rem);
  }
}

/*# sourceMappingURL=cookie.css.map */
