<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  background-color: #ffffff;
  box-sizing: border-box;
}
.main img,
.mobile-main img {
  display: block;
  max-width: 100%;
}
.main *,
.mobile-main * {
  box-sizing: border-box;
}
.main .section {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.main .top {
  z-index: 3;
  background-image: url('https://i.cdn.turner.com/adultswim/big/img/2016/07/23/top-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.main .top.desktop {
  display: none;
  height: 100vh;
  max-height: 650px;
  min-height: 600px;
}
@media (min-width: 768px) {
  .main .top.desktop {
    display: block;
  }
}
.main .top.mobile {
  background-image: none;
  display: block;
}
@media (min-width: 768px) {
  .main .top.mobile {
    display: none;
  }
}
.main .top .header-images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.main .top .header-images .text {
  margin-top: 100px;
  padding: 20px;
  -ms-flex: 1 0 55%;
      flex: 1 0 55%;
  padding-top: 40px;
}
.main .top .header-images .text h1 {
  position: relative;
  font-style: italic;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
}
.main .top .header-images .text h1 .brand {
  font-size: 2.2em;
}
@media (min-width: 1024px) {
  .main .top .header-images .text h1 .brand {
    font-size: 2.6em;
  }
}
.main .top .header-images .text h1 .title {
  font-size: 2.7em;
}
@media (min-width: 1024px) {
  .main .top .header-images .text h1 .title {
    font-size: 3.5em;
  }
}
.main .top .header-images .text h1 .trade {
  line-height: 1em;
  vertical-align: super;
  font-size: 0.5em;
}
.main .top .header-images .text p {
  color: white;
  max-width: 370px;
  line-height: 1.3em;
}
.main .top .header-images .text p a {
  color: white;
  text-decoration: underline;
}
.main .top .header-images .phone {
  -ms-flex: 1 0 45%;
      flex: 1 0 45%;
  margin-top: 40px;
}
.main .top .bottom-text {
  position: absolute;
  bottom: 10px;
  left: 20px;
  font-size: 0.6em;
  color: #e8e8e6;
  width: 100%;
}
.main .top .bottom-text p {
  max-width: 900px;
  margin: 0 auto;
}
.main .fuck {
  z-index: 2;
  background: #ffffff;
}
.main .fuck.desktop {
  display: none;
}
@media (min-width: 768px) {
  .main .fuck.desktop {
    display: block;
  }
}
.main .fuck.mobile {
  display: block;
}
@media (min-width: 768px) {
  .main .fuck.mobile {
    display: none;
  }
}
.main .fuck img {
  display: block;
}
.main .fuck .rules-wrapper {
  padding-top: 200px;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  color: #a3a0a0;
}
@media (min-width: 1280px) {
  .main .fuck .rules-wrapper {
    width: 1024px;
  }
}
.main .fuck .rules-wrapper .how-to-play {
  position: absolute;
  left: 20px;
  top: 110px;
  font-size: 1.8em;
  z-index: 11;
}
@media (min-width: 768px) {
  .main .fuck .step {
    padding: 0 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 1.5em;
    min-height: 70vh;
    margin-bottom: 50px;
  }
  .main .fuck .step .image {
    padding: 0 50px;
    -ms-flex: 1 0 60%;
        flex: 1 0 60%;
  }
  .main .fuck .step .image img {
    float: right;
  }
  .main .fuck .step .text {
    padding: 0 20px;
    font-size: 0.8em;
    -ms-flex: 1 0 40%;
        flex: 1 0 40%;
    line-height: 1.3em;
    position: relative;
  }
  .main .fuck .step .text p.smaller {
    font-size: 0.75em;
    line-height: 1.2em;
  }
  .main .fuck .step .text a {
    color: #000000;
  }
  .main .fuck .step .text:before {
    content: attr(data-step);
    position: absolute;
    left: -10px;
  }
}
@media (min-width: 768px) {
  .mobile-main {
    display: none;
  }
}
.bottom {
  background-color: #262526;
  color: #a3a0a0;
  padding: 25px 15px 100px;
}
.bottom .title {
  font-size: 1.3em;
}
.bottom .gallery-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.bottom .image-gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 15px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (min-width: 768px) {
  .bottom .image-gallery {
    padding: 45px 15px;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
  }
}
.bottom .image-gallery .image {
  -ms-flex: 1 0 50%;
      flex: 1 0 50%;
  padding: 10px;
}
@media (min-width: 768px) {
  .bottom .image-gallery .image {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
}
.bottom hr {
  border: none;
  border-bottom: 1px solid #636262;
}
.bottom .reviews {
  padding: 0 20px;
}
.bottom .reviews .review-title {
  margin: 30px 0 25px;
  font-size: 1.2em;
}
.bottom .reviews .review {
  margin-bottom: 35px;
}
.bottom .reviews .review .name {
  color: #636262;
  margin-bottom: 7px;
}
.bottom .reviews .review .quote {
  font-style: italic;
  font-size: 0.9em;
  line-height: 1.2em;
}
.mfp-close {
  position: absolute;
  top: 8%;
  text-indent: -25000px;
  visibility: hidden;
  cursor: pointer;
}
.mfp-figure:after {
  box-shadow: none;
  background: transparent;
}
footer {
  bottom: 0;
  z-index: 20;
  left: 0;
  right: 0;
  position: relative;
}
</pre></body></html>