* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

:root {
  --bg_blue: #273be2;
  --pure_white: #fff;
  --snow_white: snow;
  --charcoal: #333;
  --neon_green: #3fff00;
  --canadian_red: #d80621;
  --bg_alt: #002366;
}

.body {
  color: #111;
  background-color: #f5f5f5;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5rem;
}

.section {
  width: 100%;
  padding: 2.5rem 0;
}

.section.is-header {
  background-color: var(--bg_blue);
  color: snow;
  border-bottom: 0 #0000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: static;
}

.section.is-hero {
  background-color: var(--bg_blue);
  color: snow;
  background-image: url('../images/hero-background_1920x1200.webp');
  background-position: 50%;
  background-size: auto;
  margin-bottom: 1rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.is-main {
  margin-bottom: 0;
}

.section.is-footer {
  background-color: var(--bg_blue);
  color: snow;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.container__outer {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: block;
  overflow: hidden;
}

.container__outer.is-footer {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.container__outer.is-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container__outer.is-hero {
  padding-top: 1rem;
  padding-bottom: 5rem;
}

.container__inner {
  text-align: justify;
}

.card {
  background-color: snow;
  border-radius: 12px;
  margin-top: 0;
  margin-bottom: 6rem;
  padding: 0 0 1rem;
  transform: translate(0);
  box-shadow: 0 4px 16px -4px #00000040;
}

.card.is-support {
  border: 3px solid var(--bg_blue);
  max-width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 0;
  display: flex;
}

.card.is-last {
  margin-bottom: 3rem;
}

.u-text-light-primary {
  color: snow;
}

.u-text-light-secondary {
  color: #f5f5f5;
}

.u-text-light-secondary.is-footer {
  color: var(--pure_white);
  font-size: 10px;
}

.u-text-light-secondary.is-copyright {
  color: var(--pure_white);
  margin-bottom: 0;
}

.u-text-light-footer {
  color: var(--snow_white);
  font-size: 12px;
  font-style: normal;
  line-height: 1rem;
}

.header-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.logo-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.nav-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.nav-wrapper.mobile {
  display: none;
}

.nav-link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 500;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .75;
  box-shadow: 0 0 8px snow;
}

.nav-link.u-text-light-primary {
  opacity: .9;
  color: var(--pure_white);
  cursor: pointer;
  padding-top: .5rem;
  font-size: 16px;
  text-decoration: none;
}

.nav-link.u-text-light-primary:hover {
  box-shadow: none;
  opacity: 1;
  text-shadow: 0 0 10px #fff6;
}

.logo-img {
  aspect-ratio: auto;
  opacity: 1;
  object-fit: contain;
  height: 50px;
  line-height: 1;
}

.hero-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.hero-content {
  color: #f5f5f5;
  letter-spacing: 0;
  max-width: 500px;
  margin-bottom: .75rem;
}

.hero-image-wrapper {
  width: 100%;
  max-width: 640px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.hero-eyebrow {
  font-size: 12px;
}

.hero-eyebrow.u-text-light-primary {
  color: var(--snow_white);
  letter-spacing: .1em;
  margin-bottom: .5rem;
  font-size: 16px;
  line-height: 1.2;
}

.hero-heading {
  font-size: 36px;
  line-height: 1.5;
}

.hero-heading.u-text-light-primary {
  color: var(--pure_white);
  text-align: left;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 42px;
  line-height: 1.2;
}

.hero-subheading {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 20px;
}

.hero-subheading.u-text-light-primary {
  color: var(--snow_white);
  text-align: justify;
  letter-spacing: 2px;
  margin-bottom: 2rem;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.hero-paragraph {
  max-width: 620px;
  margin-bottom: 1.5rem;
}

.hero-paragraph.u-text-light-primary {
  text-align: justify;
  letter-spacing: 1px;
  word-break: normal;
  overflow-wrap: normal;
  margin-bottom: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

.hero-cta {
  color: var(--charcoal);
  cursor: pointer;
  justify-content: center;
  margin-top: 4rem;
  margin-bottom: 0;
  display: flex;
}

.hero-disclaimer {
  justify-content: center;
  margin-top: 1rem;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.footer-editorial {
  color: #fffafa80;
  justify-content: space-between;
  width: 100%;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: flex;
}

.footer-links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--pure_white);
  border-top: 1px solid #ffffff4d;
  border-bottom: 1px solid #ffffff4d;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.links-text.u-text-light-secondary {
  opacity: .9;
  color: var(--pure_white);
  font-size: 14px;
  text-decoration: none;
}

.links-text.u-text-light-secondary:hover {
  opacity: 1;
}

.footer-link {
  opacity: .75;
  color: var(--pure_white);
  text-decoration: none;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: 1;
}

.footer-link.w--current {
  opacity: .9;
  color: var(--pure_white);
  text-decoration: none;
}

.footer-link.w--current:hover {
  opacity: 1;
}

.footer-copyright {
  opacity: .8;
  color: var(--pure_white);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  font-size: 12px;
  line-height: 1rem;
  display: flex;
}

.copyright-note {
  opacity: .9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.copyright-block {
  opacity: .9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-section {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 0 solid #e0e0e0;
  flex-flow: column;
  margin-bottom: 0;
  padding: 0 0 1rem;
  display: flex;
}

.content-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--bg_blue);
  border-radius: 12px 12px 0 0;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1rem 2.5rem;
  display: flex;
}

.content-header__text {
  width: 60%;
  margin-bottom: 0;
}

.content-header__text.is-about {
  width: 80%;
}

.content-header__title {
  color: snow;
  text-align: left;
  margin-top: 0;
  margin-bottom: .5rem;
}

.content-header__subtitle {
  opacity: 1;
  color: #f2f3f4;
  text-align: left;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #f2f3f4;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
}

.content-body {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1rem 2.5rem;
  display: flex;
}

.content-body.is-cards {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-items: stretch;
  padding-top: 2rem;
}

.content-text {
  width: 85%;
}

.paragraph {
  color: var(--charcoal);
  letter-spacing: .5px;
  width: auto;
}

.content-illustration {
  justify-content: flex-start;
  align-items: flex-start;
  width: 128px;
  display: flex;
}

.content-paragraph {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.support-left {
  background-color: var(--bg_blue);
  color: snow;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 2rem 2.25rem;
  display: flex;
}

.support-right {
  flex-flow: column;
  align-items: center;
  width: 50%;
  padding: 2rem;
  display: flex;
}

.support-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 24px;
}

.support-text {
  text-align: justify;
  letter-spacing: .15px;
  margin-top: -.5rem;
  margin-bottom: .25rem;
  font-size: 14px;
  line-height: 1.9;
}

.contact-heading {
  color: var(--bg_blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 24px;
}

.embed-block {
  width: 100%;
  min-width: 480px;
  max-width: 100%;
}

.support-head {
  justify-content: center;
  width: 100%;
  margin-bottom: 1.125rem;
  display: flex;
}

.div-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.compliance-logo {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--pure_white);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.compliance-badge {
  width: auto;
  height: 36px;
  overflow: visible;
}

.block-quote {
  color: var(--pure_white);
  font-size: 14px;
}

.bold-text {
  letter-spacing: 3px;
}

.button__hero {
  background-color: var(--neon_green);
  color: var(--charcoal);
  border-radius: 12px;
  padding: 1rem 1.5rem;
  font-size: 16px;
  font-weight: 900;
  transition: transform .2s, box-shadow .2s;
}

.button__hero:hover {
  transform: translate(0, -6px);
  box-shadow: 0 0 12px 2px #fff9;
}

.header-icon {
  width: 72px;
  max-width: none;
}

.game-card {
  border: 0px none var(--charcoal);
  color: var(--charcoal);
  mix-blend-mode: normal;
  border-radius: 12px;
  flex-flow: column;
  flex: auto;
  align-items: stretch;
  width: 100%;
  max-width: 31%;
  height: auto;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
  box-shadow: 0 5px 12px 2px #0000004d;
}

.game-card.is-library {
  flex: auto;
  width: 100%;
  max-width: 22%;
  margin-bottom: 0;
  transition: transform .2s;
}

.game-card.is-library:hover {
  transform: translate(0, -4px);
}

.game-card__top {
  aspect-ratio: auto;
  object-fit: fill;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  display: block;
  position: static;
  overflow: hidden;
}

.game-card__btm {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: auto;
  order: 0;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1rem;
  display: flex;
}

.game-card__title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
}

.game-card__title.is-library {
  text-align: center;
  margin-bottom: auto;
  font-size: 17px;
  text-decoration: none;
}

.card-image {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  max-width: none;
}

.card-button {
  background-color: var(--canadian_red);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 12px;
  flex: 0 auto;
  margin-top: auto;
  padding: .5rem 1rem;
  font-weight: 600;
  transition: box-shadow .2s, transform .2s;
}

.card-button:hover {
  transform: translate(0, -4px);
  box-shadow: 0 2px 8px #0003;
}

.policy-header__title {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.5;
}

.policy-toc {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  margin-bottom: 2rem;
  display: flex;
}

.policy-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  padding: 4rem 3.75rem;
  display: flex;
  overflow: visible;
}

.policy-article {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-bottom: 1rem;
  display: flex;
}

.policy-preamble__text {
  color: #333;
  text-align: justify;
  margin-bottom: 0;
}

.policy-preamble__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.policy-article__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}

.policy-preamble {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-bottom: 2rem;
  display: flex;
}

.policy-subarticle__text {
  color: #333;
  margin-bottom: 0;
  font-size: 14px;
}

.policy-toc__item {
  color: #333;
  font-size: 14px;
}

.policy-subarticle__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.policy-toc__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.policy-header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-text-stroke-color: #333;
  border-bottom: 1px solid #b8b8b8;
  flex-flow: column;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  display: flex;
}

.policy-header__date {
  color: #333;
}

.policy-article__text {
  color: #333;
  margin-bottom: 0;
  font-size: 14px;
}

.policy-subarticle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.header__menu-group {
  display: none;
}

.header__menu-toggle {
  max-width: 40px;
  display: block;
}

@media screen and (max-width: 991px) {
  .section.is-header {
    z-index: auto;
    box-shadow: none;
    position: static;
  }

  .card.is-support {
    flex-flow: column;
    align-items: stretch;
  }

  .header-wrapper {
    flex-flow: column;
  }

  .nav-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    align-items: stretch;
    display: flex;
  }

  .nav-link.u-text-light-primary {
    font-size: 16px;
  }

  .logo-img {
    height: 60px;
  }

  .hero-wrapper {
    flex-flow: column;
    justify-content: center;
  }

  .hero-image-wrapper {
    display: none;
  }

  .content-header {
    flex-flow: column;
    flex: 0 auto;
    order: 0;
  }

  .content-header__text {
    text-align: center;
    width: 100%;
  }

  .content-header__title, .content-header__subtitle {
    text-align: center;
  }

  .content-body.is-cards {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .content-text {
    width: 100%;
  }

  .content-illustration {
    display: none;
  }

  .support-left {
    align-items: stretch;
    width: 100%;
  }

  .support-right {
    width: 100%;
  }

  .game-card {
    width: 40%;
    max-width: none;
  }

  .game-card.is-library {
    flex-flow: wrap;
    width: 40%;
    max-width: none;
  }

  .header__menu-group {
    display: none;
  }

  .header__mobile-menu {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .section.is-header {
    position: static;
  }

  .container__outer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container__inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .header-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .nav-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
  }

  .nav-link.u-text-light-primary {
    font-size: 14px;
  }

  .logo-img {
    vertical-align: baseline;
    height: 60px;
  }

  .hero-subheading.u-text-light-primary {
    font-size: 20px;
  }

  .content-paragraph {
    flex-flow: column-reverse;
  }

  .header__menu-group {
    z-index: 20;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 200px;
    display: none;
    position: relative;
  }

  .header__menu-toggle {
    cursor: pointer;
    justify-content: center;
    display: flex;
    position: relative;
  }

  .header__mobile-menu {
    z-index: 25;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    opacity: 0;
    color: snow;
    text-align: center;
    cursor: pointer;
    mix-blend-mode: normal;
    background-color: #046a38;
    border: 1px solid #b8b8b8;
    border-radius: 8px;
    flex-flow: column;
    align-items: center;
    width: 200px;
    max-width: none;
    margin-top: 1rem;
    padding: 1rem 2rem;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
  }
}

@media screen and (max-width: 479px) {
  .section.is-header {
    z-index: 10;
    position: relative;
  }

  .container__outer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container__inner {
    z-index: 15;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
  }

  .card {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .u-text-light-secondary.is-footer, .u-text-light-secondary.is-copyright {
    text-align: center;
  }

  .header-wrapper {
    z-index: 20;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: space-around;
    padding-top: 1rem;
    padding-bottom: .25rem;
    position: relative;
  }

  .logo-wrapper {
    cursor: pointer;
  }

  .nav-wrapper {
    display: none;
  }

  .nav-wrapper.mobile {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .nav-link.u-text-light-primary {
    padding-top: .5rem;
    padding-bottom: 0;
  }

  .nav-link.u-text-light-primary.w--current {
    opacity: 100;
  }

  .hero-subheading.u-text-light-primary {
    letter-spacing: 2px;
  }

  .hero-image {
    margin-top: 1rem;
  }

  .footer-editorial {
    flex-flow: column;
    align-items: center;
  }

  .footer-links {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .links-text.u-text-light-secondary.is-mobile {
    display: none;
  }

  .content-section {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content-header {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding: 1rem 0 0;
  }

  .content-header__title {
    font-size: 32px;
  }

  .content-header__subtitle {
    font-size: 18px;
  }

  .content-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content-paragraph {
    justify-content: space-between;
    align-items: center;
  }

  .support-left {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .embed-block {
    min-width: 420px;
  }

  .game-card, .game-card.is-library {
    width: 80%;
  }

  .game-card__title {
    text-align: center;
  }

  .policy-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header__menu-group {
    z-index: 99;
    display: flex;
  }

  .header__menu-toggle {
    cursor: pointer;
  }

  .header__mobile-menu {
    z-index: 99;
    background-color: var(--bg_blue);
    opacity: 0;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }
}

#ga-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}

#ga-popup.is-open {
  display: flex;
}

#ga-popup .ga-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

#ga-popup .ga-popup__dialog {
  position: relative;
  width: 90vw;
  height: 90dvh;
  background: #0f1318;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

#ga-popup .ga-popup__controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: #121821;
}

#ga-popup .ga-popup__btn {
  appearance: none;
  border: 0;
  background: #1c2430;
  color: #f4f7fb;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  font-size: 0.9rem;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

#ga-popup .ga-popup__btn:hover {
  background: #273244;
}

#ga-popup .ga-popup__btn--close {
  margin-left: auto;
}

#ga-popup .ga-popup__framewrap {
  flex: 1;
  min-height: 0;
}

#ga-popup .ga-popup__framewrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

body.ga-popup-open {
  overflow: hidden;
}
:root {
  --bg_blue: #273be2;
  --pure_white: #fff;
  --snow_white: snow;
  --charcoal: #333;
  --neon_green: #3fff00;
  --canadian_red: #d80621;
  --bg_alt: #002366;
}
