@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;
}
.siteFooter {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #1d1d1b;
  color: #fff;
  text-align: center;
  padding: 2.5rem 0;
  font-family: "BarlowSemiCondensed", Helvetica, Arial, Lucida, sans-serif;
}
@media (min-width: 599.9px) {
  .siteFooter {
    padding: 3.125rem 0;
  }
}
.siteFooter .footerInner {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.siteFooter .footerCopy {
  font-family: "BarlowSemiCondensed", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 800;
  color: #FEDD00;
  line-height: 1.2;
  font-size: 1.125rem;
  margin: 0 0 1rem;
}
@media (min-width: 599.9px) {
  .siteFooter .footerCopy {
    font-size: 1.1875rem;
  }
}
@media (min-width: 899.9px) {
  .siteFooter .footerCopy {
    font-size: 1.25rem;
  }
}
@media (min-width: 1023.9px) {
  .siteFooter .footerCopy {
    font-size: 1.3125rem;
  }
}
.siteFooter .footerLegal {
  font-family: "BarlowSemiCondensedLight", "Barlow Semi Condensed", "OpenSansLight", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
  font-size: 0.8125rem;
  margin: 0 auto;
}
@media (min-width: 599.9px) {
  .siteFooter .footerLegal {
    font-size: 0.875rem;
    width: 24rem;
  }
}
@media (min-width: 899.9px) {
  .siteFooter .footerLegal {
    font-size: 0.9375rem;
    width: 32rem;
  }
}
@media (min-width: 1023.9px) {
  .siteFooter .footerLegal {
    font-size: 1rem;
    width: 32rem;
  }
}
.siteFooter .footerAwareRow {
  width: auto;
  max-width: max-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.25rem;
  padding-top: 0.375rem;
  white-space: nowrap;
}
.siteFooter .footer18 {
  font-family: "BarlowSemiCondensed", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}
.siteFooter .footerAwareText {
  font-family: "BarlowSemiCondensed", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}
.siteFooter .footerSocial {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  margin: 2.5rem auto 0;
  height: 2.625rem;
}
.siteFooter .footerSocial a {
  width: 2.625rem;
  height: 2.625rem;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.siteFooter .footerSocial a:hover {
  opacity: 0.85;
  transform: scale(1.1);
}
.siteFooter .footerSocial i {
  font-size: 1.875rem;
  line-height: 1;
}
.siteFooter .footerSocial .socialIcon {
  width: 1.875rem;
  height: 1.875rem;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
  transition: filter 0.2s ease;
}
.siteFooter .footerSocial a:hover .socialIcon {
  filter: brightness(0) invert(1) opacity(0.85);
}
.siteFooter .footerPolicy {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  margin: 2rem auto 0;
  height: 2.625rem;
  font-family: "BarlowSemiCondensed", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 0.9rem;
}
.siteFooter .footerPolicy button,
.siteFooter .footerPolicy a {
  background: transparent;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: 2.625rem;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.siteFooter .footerPolicy button:hover,
.siteFooter .footerPolicy a:hover {
  text-decoration: underline;
}
