@import url("https://use.typekit.net/mqi8dnv.css");
.hero {
  position: relative; }
  .hero .logo {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 5rem;
    z-index: 1; }
  .hero .hero-image-container {
    width: 100%; }
    .hero .hero-image-container .hero-image {
      background-size: cover;
      padding-top: calc(200vh / 3);
      background-position: center center; }
      @media (min-width: 600px) {
        .hero .hero-image-container .hero-image {
          background-attachment: fixed;
          padding-top: 100vh; } }
      @media (min-width: 1024px) {
        .hero .hero-image-container .hero-image {
          padding-top: 200vh; } }
  .hero .headline-lockup {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 82, 0)), color-stop(50%, rgba(167, 14, 158, 0.75)));
    background: linear-gradient(rgba(255, 0, 82, 0), rgba(167, 14, 158, 0.75) 50%); }
    @media (min-width: 1024px) {
      .hero .headline-lockup {
        height: 100vh;
        top: auto; } }
    .hero .headline-lockup img {
      position: absolute;
      top: calc(200% / 3);
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      margin: 0;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      max-height: 35vh;
      max-width: 17.5rem; }
      @media (min-width: 600px) {
        .hero .headline-lockup img {
          top: 50%; } }
      @media (min-width: 1024px) {
        .hero .headline-lockup img {
          max-height: 50vh; } }
  .hero .credit {
    position: absolute;
    padding: 0.25rem;
    top: 100%;
    right: 0;
    font-size: 0.65rem;
    font-style: italic;
    font-family: Georgia, serif; }

section.intro {
  max-width: 900px;
  font-family: Georgia, serif;
  margin: 3rem auto;
  width: 92%; }
  section.intro .introduction p:last-child {
    text-align: right;
    position: relative; }
    section.intro .introduction p:last-child em {
      position: relative; }
      section.intro .introduction p:last-child em:before {
        content: "";
        width: 0.85rem;
        height: 0.075rem;
        display: inline-block;
        background: -webkit-gradient(linear, left top, right top, from(#FF0052), to(#A70E9E));
        background: linear-gradient(to right, #FF0052, #A70E9E);
        position: absolute;
        top: 50%;
        right: 100%;
        -webkit-transform: translate(-25%, -50%);
                transform: translate(-25%, -50%); }
  section.intro .introduction p:last-child:first-letter {
    font-size: 0; }
  section.intro .how-it-works {
    position: relative;
    background-color: #fff;
    padding: 0.75rem;
    margin: 3rem 1rem 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    section.intro .how-it-works h2 {
      font-family: proxima-nova, Helvetica, sans-serif;
      margin: 0 0 1.5rem;
      text-transform: uppercase;
      letter-spacing: 0.05rem;
      line-height: 1.15; }
    section.intro .how-it-works p:last-child {
      margin-bottom: 0; }
    section.intro .how-it-works:before {
      content: "";
      position: absolute;
      z-index: -1;
      display: block;
      top: -1rem;
      left: -1rem;
      right: -1rem;
      bottom: -1rem;
      background: -webkit-gradient(linear, left top, right bottom, from(#FF0052), to(#A70E9E));
      background: linear-gradient(to bottom right, #FF0052, #A70E9E); }

.ad {
  position: relative;
  text-align: center;
  width: 92%;
  max-width: 1000px;
  margin: 2rem auto; }

section.grid {
  margin: 3rem auto;
  display: -ms-grid;
  display: grid;
  gap: 0.25rem;
  width: 92%;
  max-width: 1000px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr; }
  @media (min-width: 600px) {
    section.grid {
      gap: 1rem;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 1024px) {
    section.grid {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }
  @media (min-width: 1250px) {
    section.grid {
      gap: 0; } }
  section.grid .grid-upper, section.grid .grid-middle, section.grid .grid-lower {
    display: contents;
    width: 100%; }
    @media (min-width: 1024px) {
      section.grid .grid-upper, section.grid .grid-middle, section.grid .grid-lower {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 1rem;
        display: -ms-grid;
        display: grid; } }
    section.grid .grid-upper .hide, section.grid .grid-middle .hide, section.grid .grid-lower .hide {
      display: none; }
      @media (min-width: 1250px) {
        section.grid .grid-upper .hide, section.grid .grid-middle .hide, section.grid .grid-lower .hide {
          display: block; } }
    section.grid .grid-upper .grid-row, section.grid .grid-middle .grid-row, section.grid .grid-lower .grid-row {
      display: contents; }
      section.grid .grid-upper .grid-row .hide, section.grid .grid-middle .grid-row .hide, section.grid .grid-lower .grid-row .hide {
        display: none; }
      @media (min-width: 1024px) {
        section.grid .grid-upper .grid-row, section.grid .grid-middle .grid-row, section.grid .grid-lower .grid-row {
          gap: 1rem;
          display: -ms-grid;
          display: grid;
          position: relative; } }
      @media (min-width: 1250px) {
        section.grid .grid-upper .grid-row, section.grid .grid-middle .grid-row, section.grid .grid-lower .grid-row {
          -webkit-transform: translateX(-5rem);
                  transform: translateX(-5rem); } }
      section.grid .grid-upper .grid-row:before, section.grid .grid-middle .grid-row:before, section.grid .grid-lower .grid-row:before {
        position: absolute;
        display: block;
        -webkit-transform: translate(calc(-50% - 2.85rem), calc(-50% - 0.375rem)) rotate(45deg);
                transform: translate(calc(-50% - 2.85rem), calc(-50% - 0.375rem)) rotate(45deg);
        top: 100%;
        left: calc(100% / 6 + 100%);
        height: 1.15rem;
        width: 1.15rem;
        background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, #FF0052));
        background: linear-gradient(to bottom right, transparent 50%, #FF0052 50%); }
        @media (min-width: 1250px) {
          section.grid .grid-upper .grid-row:before, section.grid .grid-middle .grid-row:before, section.grid .grid-lower .grid-row:before {
            content: ""; } }
      section.grid .grid-upper .grid-row:after, section.grid .grid-middle .grid-row:after, section.grid .grid-lower .grid-row:after {
        position: absolute;
        height: 50%;
        top: 50%;
        width: 100%;
        left: calc(100% / 6);
        border-top: 0.25rem solid;
        border-right: 0.25rem solid;
        display: block;
        z-index: -1;
        box-size: border-box;
        border-image-slice: 1;
        border-image-source: linear-gradient(to bottom, #A70E9E, #FF0052);
        border-bottom: 0px solid transparent;
        border-left: 0px solid transparent;
        -webkit-transform: translateX(-3rem);
                transform: translateX(-3rem); }
        @media (min-width: 1250px) {
          section.grid .grid-upper .grid-row:after, section.grid .grid-middle .grid-row:after, section.grid .grid-lower .grid-row:after {
            content: ""; } }
      @media (min-width: 1250px) {
        section.grid .grid-upper .grid-row:nth-child(even), section.grid .grid-middle .grid-row:nth-child(even), section.grid .grid-lower .grid-row:nth-child(even) {
          grid-auto-flow: dense;
          direction: rtl;
          -webkit-transform: translateX(5rem);
                  transform: translateX(5rem); } }
      section.grid .grid-upper .grid-row:nth-child(even):before, section.grid .grid-middle .grid-row:nth-child(even):before, section.grid .grid-lower .grid-row:nth-child(even):before {
        left: auto;
        right: calc(100% / 6 + 100%);
        -webkit-transform: translate(calc(50% + 2.85rem), calc(-50% - 0.375rem)) rotate(45deg);
                transform: translate(calc(50% + 2.85rem), calc(-50% - 0.375rem)) rotate(45deg); }
      section.grid .grid-upper .grid-row:nth-child(even):after, section.grid .grid-middle .grid-row:nth-child(even):after, section.grid .grid-lower .grid-row:nth-child(even):after {
        border-right: 0px solid transparent;
        border-left: 0.25rem solid;
        left: auto;
        right: calc(100% / 6);
        -webkit-transform: translateX(3rem);
                transform: translateX(3rem); }
    section.grid .grid-upper .game-container, section.grid .grid-middle .game-container, section.grid .grid-lower .game-container {
      position: relative;
      direction: ltr;
      padding: 0;
      font-size: 1.2rem;
      cursor: pointer;
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1.5);
      transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1.5);
      transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1.5);
      transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1.5), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1.5); }
      @media (min-width: 1024px) {
        section.grid .grid-upper .game-container, section.grid .grid-middle .game-container, section.grid .grid-lower .game-container {
          font-size: 0.9rem; } }
      section.grid .grid-upper .game-container:before, section.grid .grid-upper .game-container:after, section.grid .grid-middle .game-container:before, section.grid .grid-middle .game-container:after, section.grid .grid-lower .game-container:before, section.grid .grid-lower .game-container:after {
        content: "";
        display: block;
        position: absolute; }
      section.grid .grid-upper .game-container:before, section.grid .grid-middle .game-container:before, section.grid .grid-lower .game-container:before {
        opacity: 0;
        -webkit-filter: blur(0.5em);
                filter: blur(0.5em);
        top: .25em;
        bottom: 0.25em;
        left: 0.25em;
        right: 0.25em;
        -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1.5);
        transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1.5);
        transition: opacity 0.25s ease-in-out, transform 0.25s cubic-bezier(0, 0, 0.25, 1.5);
        transition: opacity 0.25s ease-in-out, transform 0.25s cubic-bezier(0, 0, 0.25, 1.5), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1.5); }
      section.grid .grid-upper .game-container:after, section.grid .grid-middle .game-container:after, section.grid .grid-lower .game-container:after {
        background-color: #fff;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
      section.grid .grid-upper .game-container .game-container-inner, section.grid .grid-middle .game-container .game-container-inner, section.grid .grid-lower .game-container .game-container-inner {
        position: relative;
        z-index: 3; }
        @media (min-width: 600px) {
          section.grid .grid-upper .game-container .game-container-inner, section.grid .grid-middle .game-container .game-container-inner, section.grid .grid-lower .game-container .game-container-inner {
            z-index: 1; } }
        section.grid .grid-upper .game-container .game-container-inner .game-hero, section.grid .grid-middle .game-container .game-container-inner .game-hero, section.grid .grid-lower .game-container .game-container-inner .game-hero {
          position: relative;
          overflow: hidden;
          display: none; }
          @media (min-width: 600px) {
            section.grid .grid-upper .game-container .game-container-inner .game-hero, section.grid .grid-middle .game-container .game-container-inner .game-hero, section.grid .grid-lower .game-container .game-container-inner .game-hero {
              display: block; } }
          section.grid .grid-upper .game-container .game-container-inner .game-hero .image-container, section.grid .grid-middle .game-container .game-container-inner .game-hero .image-container, section.grid .grid-lower .game-container .game-container-inner .game-hero .image-container {
            padding-top: 80%;
            background-size: cover;
            background-position: center center;
            background-color: #ddd;
            -webkit-transform-origin: center center;
                    transform-origin: center center;
            -webkit-transition: -webkit-transform 0.25s ease-in-out;
            transition: -webkit-transform 0.25s ease-in-out;
            transition: transform 0.25s ease-in-out;
            transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
          section.grid .grid-upper .game-container .game-container-inner .game-hero .num, section.grid .grid-upper .game-container .game-container-inner .game-hero .num-hidden, section.grid .grid-upper .game-container .game-container-inner .game-hero .num-stroke-1, section.grid .grid-upper .game-container .game-container-inner .game-hero .num-stroke-2, section.grid .grid-middle .game-container .game-container-inner .game-hero .num, section.grid .grid-middle .game-container .game-container-inner .game-hero .num-hidden, section.grid .grid-middle .game-container .game-container-inner .game-hero .num-stroke-1, section.grid .grid-middle .game-container .game-container-inner .game-hero .num-stroke-2, section.grid .grid-lower .game-container .game-container-inner .game-hero .num, section.grid .grid-lower .game-container .game-container-inner .game-hero .num-hidden, section.grid .grid-lower .game-container .game-container-inner .game-hero .num-stroke-1, section.grid .grid-lower .game-container .game-container-inner .game-hero .num-stroke-2 {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            font-size: 5.55em;
            font-weight: 900;
            color: #fff;
            font-family: proxima-nova, Helvetica, sans-serif;
            display: none; }
            @media (min-width: 600px) {
              section.grid .grid-upper .game-container .game-container-inner .game-hero .num, section.grid .grid-upper .game-container .game-container-inner .game-hero .num-hidden, section.grid .grid-upper .game-container .game-container-inner .game-hero .num-stroke-1, section.grid .grid-upper .game-container .game-container-inner .game-hero .num-stroke-2, section.grid .grid-middle .game-container .game-container-inner .game-hero .num, section.grid .grid-middle .game-container .game-container-inner .game-hero .num-hidden, section.grid .grid-middle .game-container .game-container-inner .game-hero .num-stroke-1, section.grid .grid-middle .game-container .game-container-inner .game-hero .num-stroke-2, section.grid .grid-lower .game-container .game-container-inner .game-hero .num, section.grid .grid-lower .game-container .game-container-inner .game-hero .num-hidden, section.grid .grid-lower .game-container .game-container-inner .game-hero .num-stroke-1, section.grid .grid-lower .game-container .game-container-inner .game-hero .num-stroke-2 {
                display: block; } }
          section.grid .grid-upper .game-container .game-container-inner .game-hero .num, section.grid .grid-middle .game-container .game-container-inner .game-hero .num, section.grid .grid-lower .game-container .game-container-inner .game-hero .num {
            -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(70%, rgba(0, 0, 0, 0.8)), color-stop(95%, rgba(0, 0, 0, 0)));
            -webkit-mask-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0) 95%);
                    mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(70%, rgba(0, 0, 0, 0.8)), color-stop(95%, rgba(0, 0, 0, 0)));
                    mask-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0) 95%); }
          section.grid .grid-upper .game-container .game-container-inner .game-hero .num-hidden, section.grid .grid-upper .game-container .game-container-inner .game-hero .num-stroke-1, section.grid .grid-upper .game-container .game-container-inner .game-hero .num-stroke-2, section.grid .grid-middle .game-container .game-container-inner .game-hero .num-hidden, section.grid .grid-middle .game-container .game-container-inner .game-hero .num-stroke-1, section.grid .grid-middle .game-container .game-container-inner .game-hero .num-stroke-2, section.grid .grid-lower .game-container .game-container-inner .game-hero .num-hidden, section.grid .grid-lower .game-container .game-container-inner .game-hero .num-stroke-1, section.grid .grid-lower .game-container .game-container-inner .game-hero .num-stroke-2 {
            opacity: 0;
            -webkit-transition: opacity 0.25s ease-in-out;
            transition: opacity 0.25s ease-in-out; }
          section.grid .grid-upper .game-container .game-container-inner .game-hero .num-stroke-1, section.grid .grid-middle .game-container .game-container-inner .game-hero .num-stroke-1, section.grid .grid-lower .game-container .game-container-inner .game-hero .num-stroke-1 {
            -webkit-text-fill-color: transparent;
            -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(50%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
            -webkit-mask-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
                    mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(50%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
                    mask-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%); }
          section.grid .grid-upper .game-container .game-container-inner .game-hero .num-stroke-2, section.grid .grid-middle .game-container .game-container-inner .game-hero .num-stroke-2, section.grid .grid-lower .game-container .game-container-inner .game-hero .num-stroke-2 {
            -webkit-text-fill-color: transparent;
            -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)), to(black));
            -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, black 100%);
                    mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)), to(black));
                    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, black 100%); }
        section.grid .grid-upper .game-container .game-container-inner h2, section.grid .grid-middle .game-container .game-container-inner h2, section.grid .grid-lower .game-container .game-container-inner h2 {
          margin: 0.25em 0.3em 0.1em;
          font-family: proxima-nova, Helvetica, sans-serif;
          text-transform: uppercase;
          font-size: 1.2em;
          font-weight: 700;
          padding-right: 2em;
          position: relative;
          -webkit-transition: color 0.25s ease-in-out;
          transition: color 0.25s ease-in-out;
          line-height: 1.15; }
          @media (min-width: xsmall-bp) {
            section.grid .grid-upper .game-container .game-container-inner h2, section.grid .grid-middle .game-container .game-container-inner h2, section.grid .grid-lower .game-container .game-container-inner h2 {
              font-size: 1.45em; } }
          section.grid .grid-upper .game-container .game-container-inner h2 .expand, section.grid .grid-middle .game-container .game-container-inner h2 .expand, section.grid .grid-lower .game-container .game-container-inner h2 .expand {
            position: absolute;
            top: 50%;
            right: 0.25em;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            font-size: 1.1em;
            -webkit-transition: -webkit-transform 0.25s ease-in-out;
            transition: -webkit-transform 0.25s ease-in-out;
            transition: transform 0.25s ease-in-out;
            transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
            margin-top: -0.05em; }
          @media (min-width: 600px) {
            section.grid .grid-upper .game-container .game-container-inner h2, section.grid .grid-middle .game-container .game-container-inner h2, section.grid .grid-lower .game-container .game-container-inner h2 {
              text-align: center;
              margin: 0 1.25em 1em;
              font-size: 1em;
              padding: .375em 0 0; }
              section.grid .grid-upper .game-container .game-container-inner h2 span, section.grid .grid-middle .game-container .game-container-inner h2 span, section.grid .grid-lower .game-container .game-container-inner h2 span {
                display: none; } }
        section.grid .grid-upper .game-container .game-container-inner .content-wrapper, section.grid .grid-middle .game-container .game-container-inner .content-wrapper, section.grid .grid-lower .game-container .game-container-inner .content-wrapper {
          display: none; }
          @media (min-width: 600px) {
            section.grid .grid-upper .game-container .game-container-inner .content-wrapper, section.grid .grid-middle .game-container .game-container-inner .content-wrapper, section.grid .grid-lower .game-container .game-container-inner .content-wrapper {
              display: block;
              height: 0;
              width: 0;
              overflow: hidden; } }
        section.grid .grid-upper .game-container .game-container-inner .content, section.grid .grid-middle .game-container .game-container-inner .content, section.grid .grid-lower .game-container .game-container-inner .content {
          width: auto;
          background-color: #fff;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          margin: 0 0.5em 0.5em;
          padding-bottom: 0.5em; }
          section.grid .grid-upper .game-container .game-container-inner .content img, section.grid .grid-middle .game-container .game-container-inner .content img, section.grid .grid-lower .game-container .game-container-inner .content img {
            width: 100%; }
          section.grid .grid-upper .game-container .game-container-inner .content p, section.grid .grid-middle .game-container .game-container-inner .content p, section.grid .grid-lower .game-container .game-container-inner .content p {
            font-family: Georgia, serif;
            font-size: 1rem;
            margin-left: 0.5em;
            margin-right: 0.5em;
            width: auto; }
            section.grid .grid-upper .game-container .game-container-inner .content p:first-of-type, section.grid .grid-middle .game-container .game-container-inner .content p:first-of-type, section.grid .grid-lower .game-container .game-container-inner .content p:first-of-type {
              margin-top: 0.5em; }
            section.grid .grid-upper .game-container .game-container-inner .content p:nth-last-child(2), section.grid .grid-middle .game-container .game-container-inner .content p:nth-last-child(2), section.grid .grid-lower .game-container .game-container-inner .content p:nth-last-child(2) {
              text-align: right; }
              section.grid .grid-upper .game-container .game-container-inner .content p:nth-last-child(2) em, section.grid .grid-middle .game-container .game-container-inner .content p:nth-last-child(2) em, section.grid .grid-lower .game-container .game-container-inner .content p:nth-last-child(2) em {
                position: relative; }
                section.grid .grid-upper .game-container .game-container-inner .content p:nth-last-child(2) em:before, section.grid .grid-middle .game-container .game-container-inner .content p:nth-last-child(2) em:before, section.grid .grid-lower .game-container .game-container-inner .content p:nth-last-child(2) em:before {
                  content: "";
                  width: 0.85rem;
                  height: 0.075rem;
                  display: inline-block;
                  position: absolute;
                  top: 50%;
                  right: 100%;
                  -webkit-transform: translate(-25%, -50%);
                          transform: translate(-25%, -50%); }
              section.grid .grid-upper .game-container .game-container-inner .content p:nth-last-child(2):first-letter, section.grid .grid-middle .game-container .game-container-inner .content p:nth-last-child(2):first-letter, section.grid .grid-lower .game-container .game-container-inner .content p:nth-last-child(2):first-letter {
                font-size: 0; }
            section.grid .grid-upper .game-container .game-container-inner .content p:last-child, section.grid .grid-middle .game-container .game-container-inner .content p:last-child, section.grid .grid-lower .game-container .game-container-inner .content p:last-child {
              margin-bottom: 0;
              padding-bottom: 0.5em; }
            section.grid .grid-upper .game-container .game-container-inner .content p small, section.grid .grid-middle .game-container .game-container-inner .content p small, section.grid .grid-lower .game-container .game-container-inner .content p small {
              font-family: proxima-nova, Helvetica, sans-serif;
              font-style: normal;
              text-align: left;
              font-weight: 700; }
        section.grid .grid-upper .game-container .game-container-inner .related h4, section.grid .grid-middle .game-container .game-container-inner .related h4, section.grid .grid-lower .game-container .game-container-inner .related h4 {
          color: #fff;
          font-family: proxima-nova, Helvetica, sans-serif;
          margin: 0.5em 1em;
          text-transform: uppercase;
          text-align: left;
          line-height: 1.15; }
          section.grid .grid-upper .game-container .game-container-inner .related h4:after, section.grid .grid-middle .game-container .game-container-inner .related h4:after, section.grid .grid-lower .game-container .game-container-inner .related h4:after {
            content: " >>"; }
          section.grid .grid-upper .game-container .game-container-inner .related h4 a, section.grid .grid-middle .game-container .game-container-inner .related h4 a, section.grid .grid-lower .game-container .game-container-inner .related h4 a {
            color: inherit;
            text-decoration: none; }
      section.grid .grid-upper .game-container .gradient-container, section.grid .grid-upper .game-container .gradient-container-hidden, section.grid .grid-middle .game-container .gradient-container, section.grid .grid-middle .game-container .gradient-container-hidden, section.grid .grid-lower .game-container .gradient-container, section.grid .grid-lower .game-container .gradient-container-hidden {
        border-image-slice: 1;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        height: 0.2em; }
        @media (min-width: 600px) {
          section.grid .grid-upper .game-container .gradient-container, section.grid .grid-upper .game-container .gradient-container-hidden, section.grid .grid-middle .game-container .gradient-container, section.grid .grid-middle .game-container .gradient-container-hidden, section.grid .grid-lower .game-container .gradient-container, section.grid .grid-lower .game-container .gradient-container-hidden {
            border: 0.75em solid;
            top: 0;
            height: auto; } }
      @media (min-width: 600px) {
        section.grid .grid-upper .game-container .gradient-container, section.grid .grid-middle .game-container .gradient-container, section.grid .grid-lower .game-container .gradient-container {
          -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(45%, rgba(0, 0, 0, 0.6)), color-stop(70%, black));
          -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 45%, black 70%);
                  mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(45%, rgba(0, 0, 0, 0.6)), color-stop(70%, black));
                  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 45%, black 70%); } }
      section.grid .grid-upper .game-container .gradient-container-hidden, section.grid .grid-middle .game-container .gradient-container-hidden, section.grid .grid-lower .game-container .gradient-container-hidden {
        opacity: 0;
        -webkit-transition: opacity 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out; }
      section.grid .grid-upper .game-container.scheme-1:before, section.grid .grid-middle .game-container.scheme-1:before, section.grid .grid-lower .game-container.scheme-1:before {
        background: -webkit-gradient(linear, left top, left bottom, from(#A70E9E), to(#FF0052));
        background: linear-gradient(to bottom, #A70E9E, #FF0052); }
      section.grid .grid-upper .game-container.scheme-1 .gradient-container, section.grid .grid-upper .game-container.scheme-1 .gradient-container-hidden, section.grid .grid-middle .game-container.scheme-1 .gradient-container, section.grid .grid-middle .game-container.scheme-1 .gradient-container-hidden, section.grid .grid-lower .game-container.scheme-1 .gradient-container, section.grid .grid-lower .game-container.scheme-1 .gradient-container-hidden {
        background: -webkit-gradient(linear, right top, left top, from(#A70E9E), to(#FF0052));
        background: linear-gradient(to left, #A70E9E, #FF0052); }
        @media (min-width: 600px) {
          section.grid .grid-upper .game-container.scheme-1 .gradient-container, section.grid .grid-upper .game-container.scheme-1 .gradient-container-hidden, section.grid .grid-middle .game-container.scheme-1 .gradient-container, section.grid .grid-middle .game-container.scheme-1 .gradient-container-hidden, section.grid .grid-lower .game-container.scheme-1 .gradient-container, section.grid .grid-lower .game-container.scheme-1 .gradient-container-hidden {
            background: transparent;
            border-image-slice: 1;
            border-image-source: linear-gradient(to bottom, #A70E9E, #FF0052); } }
      section.grid .grid-upper .game-container.scheme-1 .game-container-inner h2, section.grid .grid-middle .game-container.scheme-1 .game-container-inner h2, section.grid .grid-lower .game-container.scheme-1 .game-container-inner h2 {
        color: #FF0052; }
        section.grid .grid-upper .game-container.scheme-1 .game-container-inner h2 .expand, section.grid .grid-middle .game-container.scheme-1 .game-container-inner h2 .expand, section.grid .grid-lower .game-container.scheme-1 .game-container-inner h2 .expand {
          color: #A70E9E; }
      section.grid .grid-upper .game-container.scheme-1 .game-container-inner .content p a, section.grid .grid-middle .game-container.scheme-1 .game-container-inner .content p a, section.grid .grid-lower .game-container.scheme-1 .game-container-inner .content p a {
        color: #FF0052; }
      section.grid .grid-upper .game-container.scheme-1 .game-container-inner .content p:nth-last-child(2) em:before, section.grid .grid-middle .game-container.scheme-1 .game-container-inner .content p:nth-last-child(2) em:before, section.grid .grid-lower .game-container.scheme-1 .game-container-inner .content p:nth-last-child(2) em:before {
        background: -webkit-gradient(linear, left top, right top, from(#FF0052), to(#A70E9E));
        background: linear-gradient(to right, #FF0052, #A70E9E); }
      section.grid .grid-upper .game-container.scheme-1 .game-container-inner .game-hero .num-stroke-1, section.grid .grid-middle .game-container.scheme-1 .game-container-inner .game-hero .num-stroke-1, section.grid .grid-lower .game-container.scheme-1 .game-container-inner .game-hero .num-stroke-1 {
        -webkit-text-stroke: 0.03em #FF0052; }
      section.grid .grid-upper .game-container.scheme-1 .game-container-inner .game-hero .num-stroke-2, section.grid .grid-middle .game-container.scheme-1 .game-container-inner .game-hero .num-stroke-2, section.grid .grid-lower .game-container.scheme-1 .game-container-inner .game-hero .num-stroke-2 {
        -webkit-text-stroke: 0.03em #A70E9E; }
      @media (min-width: 600px) {
        section.grid .grid-upper .game-container.scheme-1.hover-target:hover .game-container-inner h2.header, section.grid .grid-middle .game-container.scheme-1.hover-target:hover .game-container-inner h2.header, section.grid .grid-lower .game-container.scheme-1.hover-target:hover .game-container-inner h2.header {
          color: #FF0052; } }
      @media (min-width: 600px) {
        section.grid .grid-upper .game-container.scheme-1.hover-target:focus .game-container-inner h2.header, section.grid .grid-middle .game-container.scheme-1.hover-target:focus .game-container-inner h2.header, section.grid .grid-lower .game-container.scheme-1.hover-target:focus .game-container-inner h2.header {
          color: #FF0052; } }
      section.grid .grid-upper .game-container.scheme-2:before, section.grid .grid-middle .game-container.scheme-2:before, section.grid .grid-lower .game-container.scheme-2:before {
        background: -webkit-gradient(linear, left top, left bottom, from(#A962FF), to(#29BDFF));
        background: linear-gradient(to bottom, #A962FF, #29BDFF); }
      section.grid .grid-upper .game-container.scheme-2 .gradient-container, section.grid .grid-upper .game-container.scheme-2 .gradient-container-hidden, section.grid .grid-middle .game-container.scheme-2 .gradient-container, section.grid .grid-middle .game-container.scheme-2 .gradient-container-hidden, section.grid .grid-lower .game-container.scheme-2 .gradient-container, section.grid .grid-lower .game-container.scheme-2 .gradient-container-hidden {
        background: -webkit-gradient(linear, right top, left top, from(#A962FF), to(#29BDFF));
        background: linear-gradient(to left, #A962FF, #29BDFF); }
        @media (min-width: 600px) {
          section.grid .grid-upper .game-container.scheme-2 .gradient-container, section.grid .grid-upper .game-container.scheme-2 .gradient-container-hidden, section.grid .grid-middle .game-container.scheme-2 .gradient-container, section.grid .grid-middle .game-container.scheme-2 .gradient-container-hidden, section.grid .grid-lower .game-container.scheme-2 .gradient-container, section.grid .grid-lower .game-container.scheme-2 .gradient-container-hidden {
            background: transparent;
            border-image-slice: 1;
            border-image-source: linear-gradient(to bottom, #A962FF, #29BDFF); } }
      section.grid .grid-upper .game-container.scheme-2 .game-container-inner h2, section.grid .grid-middle .game-container.scheme-2 .game-container-inner h2, section.grid .grid-lower .game-container.scheme-2 .game-container-inner h2 {
        color: #29BDFF; }
        section.grid .grid-upper .game-container.scheme-2 .game-container-inner h2 .expand, section.grid .grid-middle .game-container.scheme-2 .game-container-inner h2 .expand, section.grid .grid-lower .game-container.scheme-2 .game-container-inner h2 .expand {
          color: #A962FF; }
      section.grid .grid-upper .game-container.scheme-2 .game-container-inner .content p a, section.grid .grid-middle .game-container.scheme-2 .game-container-inner .content p a, section.grid .grid-lower .game-container.scheme-2 .game-container-inner .content p a {
        color: #29BDFF; }
      section.grid .grid-upper .game-container.scheme-2 .game-container-inner .content p:nth-last-child(2) em:before, section.grid .grid-middle .game-container.scheme-2 .game-container-inner .content p:nth-last-child(2) em:before, section.grid .grid-lower .game-container.scheme-2 .game-container-inner .content p:nth-last-child(2) em:before {
        background: -webkit-gradient(linear, left top, right top, from(#29BDFF), to(#A962FF));
        background: linear-gradient(to right, #29BDFF, #A962FF); }
      section.grid .grid-upper .game-container.scheme-2 .game-container-inner .game-hero .num-stroke-1, section.grid .grid-middle .game-container.scheme-2 .game-container-inner .game-hero .num-stroke-1, section.grid .grid-lower .game-container.scheme-2 .game-container-inner .game-hero .num-stroke-1 {
        -webkit-text-stroke: 0.03em #29BDFF; }
      section.grid .grid-upper .game-container.scheme-2 .game-container-inner .game-hero .num-stroke-2, section.grid .grid-middle .game-container.scheme-2 .game-container-inner .game-hero .num-stroke-2, section.grid .grid-lower .game-container.scheme-2 .game-container-inner .game-hero .num-stroke-2 {
        -webkit-text-stroke: 0.03em #A962FF; }
      @media (min-width: 600px) {
        section.grid .grid-upper .game-container.scheme-2.hover-target:hover .game-container-inner h2.header, section.grid .grid-middle .game-container.scheme-2.hover-target:hover .game-container-inner h2.header, section.grid .grid-lower .game-container.scheme-2.hover-target:hover .game-container-inner h2.header {
          color: #29BDFF; } }
      @media (min-width: 600px) {
        section.grid .grid-upper .game-container.scheme-2.hover-target:focus .game-container-inner h2.header, section.grid .grid-middle .game-container.scheme-2.hover-target:focus .game-container-inner h2.header, section.grid .grid-lower .game-container.scheme-2.hover-target:focus .game-container-inner h2.header {
          color: #29BDFF; } }
      section.grid .grid-upper .game-container.scheme-3:before, section.grid .grid-middle .game-container.scheme-3:before, section.grid .grid-lower .game-container.scheme-3:before {
        background: -webkit-gradient(linear, left top, left bottom, from(#00FFAD), to(#541DAB));
        background: linear-gradient(to bottom, #00FFAD, #541DAB); }
      section.grid .grid-upper .game-container.scheme-3 .gradient-container, section.grid .grid-upper .game-container.scheme-3 .gradient-container-hidden, section.grid .grid-middle .game-container.scheme-3 .gradient-container, section.grid .grid-middle .game-container.scheme-3 .gradient-container-hidden, section.grid .grid-lower .game-container.scheme-3 .gradient-container, section.grid .grid-lower .game-container.scheme-3 .gradient-container-hidden {
        background: -webkit-gradient(linear, right top, left top, from(#00FFAD), to(#541DAB));
        background: linear-gradient(to left, #00FFAD, #541DAB); }
        @media (min-width: 600px) {
          section.grid .grid-upper .game-container.scheme-3 .gradient-container, section.grid .grid-upper .game-container.scheme-3 .gradient-container-hidden, section.grid .grid-middle .game-container.scheme-3 .gradient-container, section.grid .grid-middle .game-container.scheme-3 .gradient-container-hidden, section.grid .grid-lower .game-container.scheme-3 .gradient-container, section.grid .grid-lower .game-container.scheme-3 .gradient-container-hidden {
            background: transparent;
            border-image-slice: 1;
            border-image-source: linear-gradient(to bottom, #00FFAD, #541DAB); } }
      section.grid .grid-upper .game-container.scheme-3 .game-container-inner h2, section.grid .grid-middle .game-container.scheme-3 .game-container-inner h2, section.grid .grid-lower .game-container.scheme-3 .game-container-inner h2 {
        color: #541DAB; }
        section.grid .grid-upper .game-container.scheme-3 .game-container-inner h2 .expand, section.grid .grid-middle .game-container.scheme-3 .game-container-inner h2 .expand, section.grid .grid-lower .game-container.scheme-3 .game-container-inner h2 .expand {
          color: #00FFAD; }
      section.grid .grid-upper .game-container.scheme-3 .game-container-inner .content p a, section.grid .grid-middle .game-container.scheme-3 .game-container-inner .content p a, section.grid .grid-lower .game-container.scheme-3 .game-container-inner .content p a {
        color: #541DAB; }
      section.grid .grid-upper .game-container.scheme-3 .game-container-inner .content p:nth-last-child(2) em:before, section.grid .grid-middle .game-container.scheme-3 .game-container-inner .content p:nth-last-child(2) em:before, section.grid .grid-lower .game-container.scheme-3 .game-container-inner .content p:nth-last-child(2) em:before {
        background: -webkit-gradient(linear, left top, right top, from(#541DAB), to(#00FFAD));
        background: linear-gradient(to right, #541DAB, #00FFAD); }
      section.grid .grid-upper .game-container.scheme-3 .game-container-inner .game-hero .num-stroke-1, section.grid .grid-middle .game-container.scheme-3 .game-container-inner .game-hero .num-stroke-1, section.grid .grid-lower .game-container.scheme-3 .game-container-inner .game-hero .num-stroke-1 {
        -webkit-text-stroke: 0.03em #541DAB; }
      section.grid .grid-upper .game-container.scheme-3 .game-container-inner .game-hero .num-stroke-2, section.grid .grid-middle .game-container.scheme-3 .game-container-inner .game-hero .num-stroke-2, section.grid .grid-lower .game-container.scheme-3 .game-container-inner .game-hero .num-stroke-2 {
        -webkit-text-stroke: 0.03em #00FFAD; }
      @media (min-width: 600px) {
        section.grid .grid-upper .game-container.scheme-3.hover-target:hover .game-container-inner h2.header, section.grid .grid-middle .game-container.scheme-3.hover-target:hover .game-container-inner h2.header, section.grid .grid-lower .game-container.scheme-3.hover-target:hover .game-container-inner h2.header {
          color: #541DAB; } }
      @media (min-width: 600px) {
        section.grid .grid-upper .game-container.scheme-3.hover-target:focus .game-container-inner h2.header, section.grid .grid-middle .game-container.scheme-3.hover-target:focus .game-container-inner h2.header, section.grid .grid-lower .game-container.scheme-3.hover-target:focus .game-container-inner h2.header {
          color: #541DAB; } }
      section.grid .grid-upper .game-container:hover .gradient-container, section.grid .grid-upper .game-container.active .gradient-container, section.grid .grid-upper .game-container:focus .gradient-container, section.grid .grid-middle .game-container:hover .gradient-container, section.grid .grid-middle .game-container.active .gradient-container, section.grid .grid-middle .game-container:focus .gradient-container, section.grid .grid-lower .game-container:hover .gradient-container, section.grid .grid-lower .game-container.active .gradient-container, section.grid .grid-lower .game-container:focus .gradient-container {
        height: 100%; }
        @media (min-width: 600px) {
          section.grid .grid-upper .game-container:hover .gradient-container, section.grid .grid-upper .game-container.active .gradient-container, section.grid .grid-upper .game-container:focus .gradient-container, section.grid .grid-middle .game-container:hover .gradient-container, section.grid .grid-middle .game-container.active .gradient-container, section.grid .grid-middle .game-container:focus .gradient-container, section.grid .grid-lower .game-container:hover .gradient-container, section.grid .grid-lower .game-container.active .gradient-container, section.grid .grid-lower .game-container:focus .gradient-container {
            height: auto; } }
      section.grid .grid-upper .game-container.hover-target:hover .game-container-inner h2.header, section.grid .grid-upper .game-container.active.hover-target .game-container-inner h2.header, section.grid .grid-upper .game-container.hover-target:focus .game-container-inner h2.header, section.grid .grid-middle .game-container.hover-target:hover .game-container-inner h2.header, section.grid .grid-middle .game-container.active.hover-target .game-container-inner h2.header, section.grid .grid-middle .game-container.hover-target:focus .game-container-inner h2.header, section.grid .grid-lower .game-container.hover-target:hover .game-container-inner h2.header, section.grid .grid-lower .game-container.active.hover-target .game-container-inner h2.header, section.grid .grid-lower .game-container.hover-target:focus .game-container-inner h2.header {
        color: #fff; }
        section.grid .grid-upper .game-container.hover-target:hover .game-container-inner h2.header .expand, section.grid .grid-upper .game-container.active.hover-target .game-container-inner h2.header .expand, section.grid .grid-upper .game-container.hover-target:focus .game-container-inner h2.header .expand, section.grid .grid-middle .game-container.hover-target:hover .game-container-inner h2.header .expand, section.grid .grid-middle .game-container.active.hover-target .game-container-inner h2.header .expand, section.grid .grid-middle .game-container.hover-target:focus .game-container-inner h2.header .expand, section.grid .grid-lower .game-container.hover-target:hover .game-container-inner h2.header .expand, section.grid .grid-lower .game-container.active.hover-target .game-container-inner h2.header .expand, section.grid .grid-lower .game-container.hover-target:focus .game-container-inner h2.header .expand {
          color: #fff; }
      @media (min-width: 600px) {
        section.grid .grid-upper .game-container:hover, section.grid .grid-upper .game-container.active, section.grid .grid-upper .game-container:focus, section.grid .grid-middle .game-container:hover, section.grid .grid-middle .game-container.active, section.grid .grid-middle .game-container:focus, section.grid .grid-lower .game-container:hover, section.grid .grid-lower .game-container.active, section.grid .grid-lower .game-container:focus {
          -webkit-transform: scale(1.025);
                  transform: scale(1.025); }
          section.grid .grid-upper .game-container:hover:before, section.grid .grid-upper .game-container.active:before, section.grid .grid-upper .game-container:focus:before, section.grid .grid-middle .game-container:hover:before, section.grid .grid-middle .game-container.active:before, section.grid .grid-middle .game-container:focus:before, section.grid .grid-lower .game-container:hover:before, section.grid .grid-lower .game-container.active:before, section.grid .grid-lower .game-container:focus:before {
            opacity: 0.5;
            -webkit-transform: scale(1.025);
                    transform: scale(1.025); }
          section.grid .grid-upper .game-container:hover .gradient-container, section.grid .grid-upper .game-container.active .gradient-container, section.grid .grid-upper .game-container:focus .gradient-container, section.grid .grid-middle .game-container:hover .gradient-container, section.grid .grid-middle .game-container.active .gradient-container, section.grid .grid-middle .game-container:focus .gradient-container, section.grid .grid-lower .game-container:hover .gradient-container, section.grid .grid-lower .game-container.active .gradient-container, section.grid .grid-lower .game-container:focus .gradient-container {
            border-bottom-width: 0.75em; }
          section.grid .grid-upper .game-container:hover .gradient-container-hidden, section.grid .grid-upper .game-container.active .gradient-container-hidden, section.grid .grid-upper .game-container:focus .gradient-container-hidden, section.grid .grid-middle .game-container:hover .gradient-container-hidden, section.grid .grid-middle .game-container.active .gradient-container-hidden, section.grid .grid-middle .game-container:focus .gradient-container-hidden, section.grid .grid-lower .game-container:hover .gradient-container-hidden, section.grid .grid-lower .game-container.active .gradient-container-hidden, section.grid .grid-lower .game-container:focus .gradient-container-hidden {
            opacity: 1; }
          section.grid .grid-upper .game-container:hover .game-container-inner .game-hero .num-hidden, section.grid .grid-upper .game-container:hover .game-container-inner .game-hero .num-stroke-1, section.grid .grid-upper .game-container:hover .game-container-inner .game-hero .num-stroke-2, section.grid .grid-upper .game-container.active .game-container-inner .game-hero .num-hidden, section.grid .grid-upper .game-container.active .game-container-inner .game-hero .num-stroke-1, section.grid .grid-upper .game-container.active .game-container-inner .game-hero .num-stroke-2, section.grid .grid-upper .game-container:focus .game-container-inner .game-hero .num-hidden, section.grid .grid-upper .game-container:focus .game-container-inner .game-hero .num-stroke-1, section.grid .grid-upper .game-container:focus .game-container-inner .game-hero .num-stroke-2, section.grid .grid-middle .game-container:hover .game-container-inner .game-hero .num-hidden, section.grid .grid-middle .game-container:hover .game-container-inner .game-hero .num-stroke-1, section.grid .grid-middle .game-container:hover .game-container-inner .game-hero .num-stroke-2, section.grid .grid-middle .game-container.active .game-container-inner .game-hero .num-hidden, section.grid .grid-middle .game-container.active .game-container-inner .game-hero .num-stroke-1, section.grid .grid-middle .game-container.active .game-container-inner .game-hero .num-stroke-2, section.grid .grid-middle .game-container:focus .game-container-inner .game-hero .num-hidden, section.grid .grid-middle .game-container:focus .game-container-inner .game-hero .num-stroke-1, section.grid .grid-middle .game-container:focus .game-container-inner .game-hero .num-stroke-2, section.grid .grid-lower .game-container:hover .game-container-inner .game-hero .num-hidden, section.grid .grid-lower .game-container:hover .game-container-inner .game-hero .num-stroke-1, section.grid .grid-lower .game-container:hover .game-container-inner .game-hero .num-stroke-2, section.grid .grid-lower .game-container.active .game-container-inner .game-hero .num-hidden, section.grid .grid-lower .game-container.active .game-container-inner .game-hero .num-stroke-1, section.grid .grid-lower .game-container.active .game-container-inner .game-hero .num-stroke-2, section.grid .grid-lower .game-container:focus .game-container-inner .game-hero .num-hidden, section.grid .grid-lower .game-container:focus .game-container-inner .game-hero .num-stroke-1, section.grid .grid-lower .game-container:focus .game-container-inner .game-hero .num-stroke-2 {
            opacity: 1; } }
      section.grid .grid-upper .game-container.active .game-container-inner h2 .expand, section.grid .grid-middle .game-container.active .game-container-inner h2 .expand, section.grid .grid-lower .game-container.active .game-container-inner h2 .expand {
        -webkit-transform: translateY(-50%) rotate(-45deg);
                transform: translateY(-50%) rotate(-45deg); }
  section.grid .grid-upper .grid-row {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; }
    @media (min-width: 1024px) {
      section.grid .grid-upper .grid-row {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr; } }
  section.grid .grid-middle .grid-row {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; }
    @media (min-width: 1024px) {
      section.grid .grid-middle .grid-row .game-container {
        font-size: 1.44rem; } }
    section.grid .grid-middle .grid-row:last-child:after {
      width: calc(200% / 3);
      height: 60%; }
    section.grid .grid-middle .grid-row:last-child:before {
      right: calc(500% / 6);
      top: 110%; }
  section.grid .grid-lower {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    position: relative;
    justify-items: center; }
    @media (min-width: 1250px) {
      section.grid .grid-lower {
        max-width: 900px;
        margin-top: 2rem; } }
    section.grid .grid-lower .game-container {
      width: 100%;
      z-index: 1; }
      @media (min-width: 1024px) {
        section.grid .grid-lower .game-container {
          font-size: 1.75rem; } }
      @media (min-width: 1250px) {
        section.grid .grid-lower .game-container {
          max-width: 700px;
          font-size: 2.05rem; }
          section.grid .grid-lower .game-container.end {
            max-width: 900px;
            margin-top: 1.5rem;
            font-size: 2.5rem; } }
    @media (min-width: 1024px) {
      section.grid .grid-lower .game-container .game-container-inner .game-hero .image-container {
        padding-top: 55%; } }
.modal-fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  overflow: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  opacity: 0;
  -webkit-backdrop-filter: blur(0.25em);
          backdrop-filter: blur(0.25em); }
  .modal-fixed.active {
    -webkit-transform: none;
            transform: none;
    opacity: 1; }
  .modal-fixed .modal-container {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row; }
    .modal-fixed .modal-container .modal-block {
      height: 100vh;
      width: 100vw;
      position: relative;
      flex: 0 0 auto; }
      .modal-fixed .modal-container .modal-block.active .modal-game .modal-game-container .next, .modal-fixed .modal-container .modal-block.active .modal-game .modal-game-container .back, .modal-fixed .modal-container .modal-block.active .modal-game .modal-game-container .close {
        opacity: 1; }
      .modal-fixed .modal-container .modal-block .modal-game {
        position: absolute;
        cursor: default;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 65vw;
        min-width: 400px;
        min-height: 80vh;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        max-height: Min(85vw, 95vh); }
        @media (min-width: 1250px) {
          .modal-fixed .modal-container .modal-block .modal-game {
            width: 85vw; } }
        .modal-fixed .modal-container .modal-block .modal-game .next, .modal-fixed .modal-container .modal-block .modal-game .back {
          position: absolute;
          top: 50%;
          border-top: 2px solid;
          border-left: 2px solid;
          border-bottom: 0px solid transparent;
          border-right: 0px solid transparent;
          height: 4.5rem;
          width: 1.25rem;
          cursor: pointer;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          -webkit-transition: border-width 0.25s ease-in-out, width 0.25s ease-in-out, opacity 0.25s ease-in-out;
          transition: border-width 0.25s ease-in-out, width 0.25s ease-in-out, opacity 0.25s ease-in-out;
          opacity: 0;
          z-index: 4; }
          .modal-fixed .modal-container .modal-block .modal-game .next:before, .modal-fixed .modal-container .modal-block .modal-game .back:before {
            position: absolute;
            top: 0;
            right: 0.1em;
            width: 0.75rem;
            height: 0.75rem;
            content: "";
            display: block;
            -webkit-transform-origin: center center;
                    transform-origin: center center;
            -webkit-transform: translate(50%, -50%) translateY(-1px) rotate(-45deg);
                    transform: translate(50%, -50%) translateY(-1px) rotate(-45deg);
            background-color: #000;
            -webkit-transition: -webkit-transform 0.25s ease-in-out;
            transition: -webkit-transform 0.25s ease-in-out;
            transition: transform 0.25s ease-in-out;
            transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
          .modal-fixed .modal-container .modal-block .modal-game .next:hover, .modal-fixed .modal-container .modal-block .modal-game .next:focus, .modal-fixed .modal-container .modal-block .modal-game .back:hover, .modal-fixed .modal-container .modal-block .modal-game .back:focus {
            border-top: 4px solid;
            border-left: 4px solid;
            width: 1.75rem; }
            .modal-fixed .modal-container .modal-block .modal-game .next:hover:before, .modal-fixed .modal-container .modal-block .modal-game .next:focus:before, .modal-fixed .modal-container .modal-block .modal-game .back:hover:before, .modal-fixed .modal-container .modal-block .modal-game .back:focus:before {
              -webkit-transform: translate(50%, -50%) translateY(-2px) rotate(-45deg) scale(1.25);
                      transform: translate(50%, -50%) translateY(-2px) rotate(-45deg) scale(1.25); }
        .modal-fixed .modal-container .modal-block .modal-game .next {
          -webkit-transform: translate(1em, -50%);
                  transform: translate(1em, -50%);
          left: 100%; }
        .modal-fixed .modal-container .modal-block .modal-game .back {
          right: 100%;
          -webkit-transform: translate(-1em, -50%) scaleX(-1);
                  transform: translate(-1em, -50%) scaleX(-1); }
        .modal-fixed .modal-container .modal-block .modal-game .close {
          position: absolute;
          top: 0;
          left: calc(100% + 0.5em);
          height: 2em;
          width: 2em;
          border: 2px solid;
          z-index: 3;
          cursor: pointer;
          -webkit-transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out;
          transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out;
          background-color: #fff;
          opacity: 0; }
          @media (min-width: 1250px) {
            .modal-fixed .modal-container .modal-block .modal-game .close {
              left: auto;
              right: 1em;
              top: 1em; } }
          .modal-fixed .modal-container .modal-block .modal-game .close div {
            position: absolute;
            width: 80%;
            height: 2px;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(45deg);
                    transform: translate(-50%, -50%) rotate(45deg);
            -webkit-transition: background-color 0.25s ease-in-out, height 0.25s ease-in-out;
            transition: background-color 0.25s ease-in-out, height 0.25s ease-in-out; }
            .modal-fixed .modal-container .modal-block .modal-game .close div:last-child {
              -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                      transform: translate(-50%, -50%) rotate(-45deg); }
          .modal-fixed .modal-container .modal-block .modal-game .close:hover div, .modal-fixed .modal-container .modal-block .modal-game .close:focus div {
            background-color: #fff;
            height: 4px; }
        .modal-fixed .modal-container .modal-block .modal-game .modal-game-container {
          min-height: 80vh;
          max-height: Min(85vw, 95vh);
          position: relative; }
        .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner {
          display: -ms-grid;
          display: grid;
          gap: 0;
          width: 100%;
          min-height: 80vh;
          height: -webkit-fit-content;
          height: -moz-fit-content;
          height: fit-content;
          max-height: Min(85vw, 95vh);
          background-color: #fff;
          border: 2px solid;
          -ms-grid-rows: 25vh 1fr;
          grid-template-rows: 25vh 1fr;
          overflow-y: scroll;
          overflow-x: auto;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-image-slice: 1; }
          @media (min-width: 1250px) {
            .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner {
              -ms-grid-columns: 1fr 1.25fr;
              grid-template-columns: 1fr 1.25fr;
              -ms-grid-rows: 1fr;
              grid-template-rows: 1fr; } }
          .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .left {
            position: relative; }
            .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .left .image-container {
              height: 100%;
              width: 100%;
              background-size: cover;
              background-position: center center; }
            .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .left .gradient-container {
              border-image-slice: 1;
              position: absolute;
              bottom: 0;
              left: 0;
              right: 0;
              z-index: 2;
              border: 1em solid;
              top: 0;
              -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(45%, rgba(0, 0, 0, 0.6)), color-stop(70%, black));
              -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 45%, black 70%);
                      mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(45%, rgba(0, 0, 0, 0.6)), color-stop(70%, black));
                      mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 45%, black 70%); }
          .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .right {
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            position: relative;
            height: 100%; }
            .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .right h2 {
              margin: 0 0 1rem;
              font-family: proxima-nova, Helvetica, sans-serif;
              font-size: 1.25em;
              text-transform: uppercase;
              line-height: 1.05;
              margin-top: -0.25em;
              left: 1rem;
              font-weight: 700; }
              @media (min-width: 1250px) {
                .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .right h2 {
                  font-size: 2em; } }
              .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .right h2 span {
                display: block;
                font-size: 2em;
                font-weight: 900; }
            .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .right .content-wrapper {
              position: relative;
              height: 100%;
              z-index: 1;
              background-color: #fff;
              padding: 0;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box; }
            .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .right .content {
              height: 100%;
              display: -ms-grid;
              display: grid;
              -ms-grid-rows: 1fr 50px;
              grid-template-rows: 1fr 50px; }
              .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .right .content .top, .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .right .content .bottom {
                background-color: #fff;
                z-index: 1;
                position: relative;
                padding: 0 1em; }
              .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .right .content .top {
                padding-top: 1em;
                padding-bottom: 0.5em; }
              .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .right .content .bottom {
                align-items: center;
                height: calc(100% + 1px);
                display: flex;
                justify-content: left;
                position: relative;
                top: -1px; }
              .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .right .content p {
                font-family: Georgia, serif;
                font-size: 0.7rem;
                line-height: 1.4;
                width: auto; }
                .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .right .content p a {
                  color: inherit;
                  text-decoration: none;
                  border-bottom: 1px solid; }
                .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .right .content p:first-of-type {
                  margin-top: 0.5em; }
                .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .right .content p:last-child {
                  margin-bottom: 0;
                  text-align: right; }
                  .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .right .content p:last-child em {
                    position: relative; }
                    .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .right .content p:last-child em:before {
                      content: "";
                      width: 0.85rem;
                      height: 0.075rem;
                      display: inline-block;
                      position: absolute;
                      top: 50%;
                      right: 100%;
                      -webkit-transform: translate(-25%, -50%);
                              transform: translate(-25%, -50%); }
                  .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .right .content p:last-child:first-letter {
                    font-size: 0; }
                .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .right .content p.small {
                  font-family: proxima-nova, Helvetica, sans-serif;
                  text-align: left;
                  right: 0;
                  margin: 0;
                  padding: 0.5em 0;
                  display: block;
                  font-size: 0.6rem; }
                  .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .right .content p.small small {
                    font-size: 0.6rem; }
                  .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .right .content p.small em {
                    font-style: normal;
                    text-align: center;
                    font-weight: 700; }
                  .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .right .content p.small:last-child:first-letter {
                    font-size: 0.6rem; }
            .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .right.related-active .content-wrapper .content {
              -ms-grid-rows: 1fr 50px 2.75em;
              grid-template-rows: 1fr 50px 2.75em; }
            .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .right .related {
              position: absolute;
              top: 0;
              bottom: -1px;
              left: 0;
              right: 0;
              -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(45%, rgba(0, 0, 0, 0.6)), color-stop(70%, black));
              -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 45%, black 70%);
                      mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(45%, rgba(0, 0, 0, 0.6)), color-stop(70%, black));
                      mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 45%, black 70%); }
              .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .right .related .related-inner {
                height: 2.75rem;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0; }
              .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .right .related h4 {
                font-family: proxima-nova, Helvetica, sans-serif;
                margin: 0;
                text-transform: uppercase;
                text-align: left;
                line-height: 1.15;
                color: #fff;
                position: absolute;
                top: 50%;
                left: 50%;
                padding: 0 1em;
                font-size: 0.85rem;
                -webkit-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%);
                width: 100%;
                -webkit-box-sizing: border-box;
                        box-sizing: border-box; }
                .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .right .related h4 a {
                  color: inherit;
                  text-decoration: none;
                  display: block; }
                  .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .right .related h4 a:after {
                    content: " >>";
                    display: inline-block;
                    margin-left: 0.25em;
                    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1.5);
                    transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1.5);
                    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1.5);
                    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1.5), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1.5); }
                  .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .right .related h4 a:hover:after, .modal-fixed .modal-container .modal-block .modal-game .modal-game-container-inner .right .related h4 a:focus:after {
                    -webkit-transform: translateX(0.25em);
                            transform: translateX(0.25em); }
        .modal-fixed .modal-container .modal-block .modal-game.scheme-1 .modal-game-container-inner {
          border-image-slice: 1;
          border-image-source: linear-gradient(to bottom, #A70E9E, #FF0052); }
          .modal-fixed .modal-container .modal-block .modal-game.scheme-1 .modal-game-container-inner .right .content p a {
            border-color: #FF0052; }
        .modal-fixed .modal-container .modal-block .modal-game.scheme-1 .left .gradient-container, .modal-fixed .modal-container .modal-block .modal-game.scheme-1 .next, .modal-fixed .modal-container .modal-block .modal-game.scheme-1 .back {
          background: transparent;
          border-image-slice: 1;
          border-image-source: linear-gradient(to bottom, #A70E9E, #FF0052); }
          .modal-fixed .modal-container .modal-block .modal-game.scheme-1 .left .gradient-container:before, .modal-fixed .modal-container .modal-block .modal-game.scheme-1 .next:before, .modal-fixed .modal-container .modal-block .modal-game.scheme-1 .back:before {
            background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, #A70E9E));
            background: linear-gradient(to bottom right, transparent 50%, #A70E9E 50%); }
        .modal-fixed .modal-container .modal-block .modal-game.scheme-1 h2 {
          color: #A70E9E; }
        .modal-fixed .modal-container .modal-block .modal-game.scheme-1 .modal-game-container-inner .right .content p:last-child em:before {
          background: -webkit-gradient(linear, left top, right top, from(#FF0052), to(#A70E9E));
          background: linear-gradient(to right, #FF0052, #A70E9E); }
        .modal-fixed .modal-container .modal-block .modal-game.scheme-1 .close {
          border-color: #A70E9E; }
          .modal-fixed .modal-container .modal-block .modal-game.scheme-1 .close div {
            background-color: #A70E9E; }
          .modal-fixed .modal-container .modal-block .modal-game.scheme-1 .close:hover, .modal-fixed .modal-container .modal-block .modal-game.scheme-1 .close:focus {
            background-color: #A70E9E; }
            .modal-fixed .modal-container .modal-block .modal-game.scheme-1 .close:hover div, .modal-fixed .modal-container .modal-block .modal-game.scheme-1 .close:focus div {
              background-color: #fff; }
        .modal-fixed .modal-container .modal-block .modal-game.scheme-1 .related {
          background: -webkit-gradient(linear, left top, left bottom, from(#A70E9E), to(#FF0052));
          background: linear-gradient(to bottom, #A70E9E, #FF0052); }
        .modal-fixed .modal-container .modal-block .modal-game.scheme-2 .modal-game-container-inner {
          border-image-slice: 1;
          border-image-source: linear-gradient(to bottom, #A962FF, #29BDFF); }
          .modal-fixed .modal-container .modal-block .modal-game.scheme-2 .modal-game-container-inner .right .content p a {
            border-color: #29BDFF; }
        .modal-fixed .modal-container .modal-block .modal-game.scheme-2 .left .gradient-container, .modal-fixed .modal-container .modal-block .modal-game.scheme-2 .next, .modal-fixed .modal-container .modal-block .modal-game.scheme-2 .back {
          background: transparent;
          border-image-slice: 1;
          border-image-source: linear-gradient(to bottom, #A962FF, #29BDFF); }
          .modal-fixed .modal-container .modal-block .modal-game.scheme-2 .left .gradient-container:before, .modal-fixed .modal-container .modal-block .modal-game.scheme-2 .next:before, .modal-fixed .modal-container .modal-block .modal-game.scheme-2 .back:before {
            background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, #A962FF));
            background: linear-gradient(to bottom right, transparent 50%, #A962FF 50%); }
        .modal-fixed .modal-container .modal-block .modal-game.scheme-2 h2 {
          color: #A962FF; }
        .modal-fixed .modal-container .modal-block .modal-game.scheme-2 .modal-game-container-inner .right .content p:last-child em:before {
          background: -webkit-gradient(linear, left top, right top, from(#29BDFF), to(#A962FF));
          background: linear-gradient(to right, #29BDFF, #A962FF); }
        .modal-fixed .modal-container .modal-block .modal-game.scheme-2 .close {
          border-color: #A962FF; }
          .modal-fixed .modal-container .modal-block .modal-game.scheme-2 .close div {
            background-color: #A962FF; }
          .modal-fixed .modal-container .modal-block .modal-game.scheme-2 .close:hover, .modal-fixed .modal-container .modal-block .modal-game.scheme-2 .close:focus {
            background-color: #A962FF; }
            .modal-fixed .modal-container .modal-block .modal-game.scheme-2 .close:hover div, .modal-fixed .modal-container .modal-block .modal-game.scheme-2 .close:focus div {
              background-color: #fff; }
        .modal-fixed .modal-container .modal-block .modal-game.scheme-2 .related {
          background: -webkit-gradient(linear, left top, left bottom, from(#A962FF), to(#29BDFF));
          background: linear-gradient(to bottom, #A962FF, #29BDFF); }
        .modal-fixed .modal-container .modal-block .modal-game.scheme-3 .modal-game-container-inner {
          border-image-slice: 1;
          border-image-source: linear-gradient(to bottom, #00FFAD, #541DAB); }
          .modal-fixed .modal-container .modal-block .modal-game.scheme-3 .modal-game-container-inner .right .content p a {
            border-color: #541DAB; }
        .modal-fixed .modal-container .modal-block .modal-game.scheme-3 .left .gradient-container, .modal-fixed .modal-container .modal-block .modal-game.scheme-3 .next, .modal-fixed .modal-container .modal-block .modal-game.scheme-3 .back {
          background: transparent;
          border-image-slice: 1;
          border-image-source: linear-gradient(to bottom, #00FFAD, #541DAB); }
          .modal-fixed .modal-container .modal-block .modal-game.scheme-3 .left .gradient-container:before, .modal-fixed .modal-container .modal-block .modal-game.scheme-3 .next:before, .modal-fixed .modal-container .modal-block .modal-game.scheme-3 .back:before {
            background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, #00FFAD));
            background: linear-gradient(to bottom right, transparent 50%, #00FFAD 50%); }
        .modal-fixed .modal-container .modal-block .modal-game.scheme-3 h2 {
          color: #00FFAD; }
        .modal-fixed .modal-container .modal-block .modal-game.scheme-3 .modal-game-container-inner .right .content p:last-child em:before {
          background: -webkit-gradient(linear, left top, right top, from(#541DAB), to(#00FFAD));
          background: linear-gradient(to right, #541DAB, #00FFAD); }
        .modal-fixed .modal-container .modal-block .modal-game.scheme-3 .close {
          border-color: #00FFAD; }
          .modal-fixed .modal-container .modal-block .modal-game.scheme-3 .close div {
            background-color: #00FFAD; }
          .modal-fixed .modal-container .modal-block .modal-game.scheme-3 .close:hover, .modal-fixed .modal-container .modal-block .modal-game.scheme-3 .close:focus {
            background-color: #00FFAD; }
            .modal-fixed .modal-container .modal-block .modal-game.scheme-3 .close:hover div, .modal-fixed .modal-container .modal-block .modal-game.scheme-3 .close:focus div {
              background-color: #fff; }
        .modal-fixed .modal-container .modal-block .modal-game.scheme-3 .related {
          background: -webkit-gradient(linear, left top, left bottom, from(#00FFAD), to(#541DAB));
          background: linear-gradient(to bottom, #00FFAD, #541DAB); }

footer {
  background-color: #541DAB;
  padding: 16px 4%;
  margin-top: 1rem;
  font-size: 14px; }
  footer .l-wrapper {
    max-width: 1100px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center; }
    @media (min-width: 1024px) {
      footer .l-wrapper {
        flex-direction: row;
        text-align: left; } }
    footer .l-wrapper .c-footer__section {
      color: #ddd;
      font-family: proxima-nova, Helvetica, sans-serif;
      padding: 16px;
      font-weight: 400; }
      footer .l-wrapper .c-footer__section img, footer .l-wrapper .c-footer__section svg {
        max-width: 150px; }
      footer .l-wrapper .c-footer__section.eater-logo svg {
        width: 6rem; }
      footer .l-wrapper .c-footer__section.eater-logo path, footer .l-wrapper .c-footer__section.eater-logo rect, footer .l-wrapper .c-footer__section.eater-logo polygon {
        fill: #fff; }
      @media (min-width: 1024px) {
        footer .l-wrapper .c-footer__section {
          flex-basis: 33.3333333333%;
          padding: 16px; } }
      footer .l-wrapper .c-footer__section ul {
        text-align: center;
        margin-bottom: 4px;
        padding-left: 0; }
        footer .l-wrapper .c-footer__section ul:first-child {
          margin-top: 0; }
      footer .l-wrapper .c-footer__section .u-hidden-text {
        display: none; }
      footer .l-wrapper .c-footer__section .u-list-dot-sep li:after {
        content: "\2022";
        display: inline-block;
        margin: 0 8px; }
      footer .l-wrapper .c-footer__section .u-list-dot-sep li:last-child:after {
        display: none; }
      footer .l-wrapper .c-footer__section li {
        display: inline-block;
        line-height: 1.4;
        font-weight: 300;
        font-size: 14px; }
      footer .l-wrapper .c-footer__section a {
        color: #fff;
        text-decoration: none; }
        footer .l-wrapper .c-footer__section a:hover {
          text-decoration: underline; }
      footer .l-wrapper .c-footer__section:first-child {
        padding-bottom: 0; }
      @media (min-width: 1024px) {
        footer .l-wrapper .c-footer__section:nth-child(2) {
          flex-basis: 100%;
          width: auto; } }
      footer .l-wrapper .c-footer__section:last-child {
        padding-top: 0; }
        footer .l-wrapper .c-footer__section:last-child path, footer .l-wrapper .c-footer__section:last-child rect, footer .l-wrapper .c-footer__section:last-child polygon {
          fill: #fff; }
        @media (min-width: 1024px) {
          footer .l-wrapper .c-footer__section:last-child {
            text-align: right;
            width: 350px;
            padding-top: 16px; }
            footer .l-wrapper .c-footer__section:last-child ul {
              text-align: right; }
              footer .l-wrapper .c-footer__section:last-child ul li:after {
                display: none; } }
        footer .l-wrapper .c-footer__section:last-child a {
          display: inline;
          margin-bottom: 4px;
          font-weight: 100;
          font-size: 14px; }
          footer .l-wrapper .c-footer__section:last-child a.vm-link {
            display: inline; }

footer .interior .credits, footer .interior .l-wrapper {
  flex-basis: 100%;
  margin: 0;
  width: auto;
  max-width: none; }
  @media (min-width: 1024px) {
    footer .interior .credits, footer .interior .l-wrapper {
      flex-basis: 100%;
      max-width: 1100px;
      margin-left: auto;
      margin-right: auto;
      width: 100%; } }
html {
  font-size: 15px; }
  @media (min-width: 375px) {
    html {
      font-size: calc(16px + 9 * ((100vw - 375px) / (1250 - 375))); } }
  @media (min-width: 1024px) {
    html {
      font-size: 25px; } }
body {
  width: 100%;
  margin: 0;
  background-color: #FFF; }
  body .l-root {
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out; }
  body.lock {
    overflow: hidden; }
    body.lock .l-root {
      opacity: 0.15; }
      body.lock .l-root .ad {
        visibility: hidden; }
  body .screenreader-text {
    font-size: 0;
    opacity: 0; }
