<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "HelvBoldOblique";
  src: url('https://i.cdn.turner.com/adultswim/big/fonts/Helvetica-BoldOblique.otf') format("opentype");
}
body {
  background: black;
}
.main {
  background-color: black;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "HelvBoldOblique";
  text-align: center;
  text-transform: uppercase;
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
  color: white;
}
.headerImage {
  font-size: 3.6vw;
  margin-top: 10px;
  margin-bottom: 3vw;
}
.headerImage img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
  margin-top: -3.5vw;
}
@media (min-width: 800px) {
  .headerImage img {
    margin-top: -40px;
  }
}
@media (min-width: 800px) {
  .headerImage {
    font-size: 1.6vw;
  }
}
.content {
  font-size: 3.4vw;
}
.content .tour-text img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
  margin-bottom: 5vw;
}
.content .dates-title {
  margin-bottom: 3.6vw;
}
.content .tour-date {
  margin-bottom: 8.2vw;
}
@media (min-width: 800px) {
  .content .tour-date {
    margin-bottom: 4.2vw;
  }
}
.content .tour-date a,
.content .tour-date a:visited {
  color: white;
  cursor: pointer;
}
.content .tour-date a:hover {
  color: #d54a42;
  cursor: pointer;
}
.content .tour-date .tix-padding {
  height: 9px;
}
.content .sold-out {
  color: #910000;
}
@media (min-width: 800px) {
  .content {
    font-size: 30px;
  }
}
.footerImage {
  margin-top: 15px;
}
.footerImage img {
  width: 80px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .footerImage img {
    width: 120px;
  }
}
</pre></body></html>