@font-face {
  font-family: 'SourceSansVariable';
  src: url('/assets/fonts/source-sans-variable.woff2') format('woff2' supports variations);
  src: url('/assets/fonts/source-sans-variable.woff2') format('woff2');
  font-display: fallback;
  font-weight: 1 999;
}

@font-face {
  font-family: 'MutatorSansVariable';
  src: url('/assets/fonts/mutator-sans-variable.woff2') format('woff2' supports variations);
  src: url('/assets/fonts/mutator-sans-variable.woff2') format('woff2');
  font-display: block;
}

@font-face {
 font-family: 'SourceSans';
 src: url('/assets/fonts/source-sans-pro-regular.woff2') format('woff2'),
      url('/assets/fonts/source-sans-pro-regular.woff') format('woff');
 font-weight: normal;
 font-display: fallback;
}

@font-face {
 font-family: 'SourceSans';
 src: url('/assets/fonts/source-sans-pro-semibold.woff2') format('woff2'),
      url('/assets/fonts/source-sans-pro-semibold.woff') format('woff');
 font-weight: 600;
 font-display: fallback;
}

@font-face {
 font-family: 'SourceSans';
 src: url('/assets/fonts/source-sans-pro-black.woff2') format('woff2'),
      url('/assets/fonts/source-sans-pro-black.woff') format('woff');
 font-weight: 900;
 font-display: fallback;
}

@font-face {
  font-family: 'MutatorSans';
  src: url('/assets/fonts/mutator-sans.woff2') format('woff2'),
       url('/assets/fonts/mutator-sans.woff') format('woff');
  font-weight: 300;
  font-display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}
abbr,
address {
  text-decoration: none;
  border: none;
  font-style: normal;
}
html {
  font-family: 'SourceSans', 'seravek', 'segoe ui', 'roboto', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #000;
  background-color: #fff;
  line-height: 1.3;
  font-size: calc(16px + (22 - 16) * (100vw - 600px) / 1600);
  font-weight: 400;
}

@supports (font-variation-settings: normal) {
  html {
    font-family: 'SourceSansVariable', system-ui, -apple-system, BlinkMacSystemFont, 'seravek', 'segoe ui', 'roboto', sans-serif;
  }
}

@media screen and (max-width: 600px){
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1600px){
  html {
    font-size: 22px;
  }
}

a {
  color: #EA1C25;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
}

p {
  margin-bottom: 0.8em;
}

.splitter {
  margin: 2rem auto;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.296.495l4.445 9.113c.148.25.395.451.642.501l9.878 1.452c.691.1.988 1.002.494 1.503l-7.162 7.06c-.197.2-.296.501-.247.801l1.68 10.015c.098.702-.642 1.252-1.235.952l-8.84-4.707a.75.75 0 0 0-.79 0l-8.841 4.707c-.643.35-1.383-.2-1.235-.952l1.679-10.015c.05-.3-.05-.6-.247-.8l-7.26-7.111c-.494-.501-.247-1.403.494-1.503l9.878-1.452c.296-.05.543-.2.642-.5L19.716.444c.345-.601 1.234-.601 1.58.05z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-size: 2rem;
  height: 1.5rem;
  width: 10rem;
  display: block;
}

.button {
  display: inline-block;
  border: 0;
  padding: 0.8em 1em;
  background: #fff;
  text-decoration: none;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1;
  cursor: pointer;
  vertical-align: middle;
}

.button span {
  font-size: 1.3em;
  display: inline-block;
  margin-left: 0.3em;
  position: relative;
  top: 0.05em;
}

.container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  margin-left: 1rem;
  margin-right: 1rem;
}

.page {
  background: url("/assets/img/texture-large.png") no-repeat;
  background-size: 512px 1024px;
  background-position: calc(100vw - 510px) calc(100% + 472px);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

@media screen and (max-width: 600px){
  .page {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.page:before {
  content: " ";
  display: block;
  position: absolute;
  width: 20vw;
  height: 30vw;
  background: url("/assets/img/texture-large.png") no-repeat;
  background-size: 512px 1024px;
  background-position: left bottom;
  top: 0;
  right: 0;
  z-index: 1;
}

.page:after {
  content: " ";
  display: block;
  position: absolute;
  width: 512px;
  height: 512px;
  background: url("/assets/img/texture-small.png") no-repeat;
  background-size: 100%;
  background-position: calc(-500px + 14vw) 0;
  bottom: 400px;
  left: 0;
  z-index: 0;
}

@media screen and (min-width: 1600px){
  .container {
    margin-left: auto;
    margin-right: auto;
  }
}

.hero {
  text-align: center;
  margin-bottom: 4rem;
}

.hero__presents {
  text-transform: uppercase;
  color: #EA1C25;
  font-weight: 900;
  letter-spacing: 0.5em;
  font-size: 1.2rem;
} 
@media screen and (max-width: 500px){
  .hero__presents {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 600px){
  .hero__presents {
    font-size: 0.9rem;
    font-weight: normal;
  }
}

.hero__main {
  color: #fff;
  position: relative;
}

.hero__main:before {
  -webkit-clip-path: polygon(0 4%, 1% 1%, 19% 1%, 44% 0, 100% 1%, 100% 15%, 100% 98%, 99% 100%, 85% 100%, 1% 100%, 0.5% 97%, 0 54%);
  clip-path: polygon(0 4%, 1% 1%, 19% 1%, 44% 0, 100% 1%, 100% 15%, 100% 98%, 99% 100%, 85% 100%, 1% 100%, 0.5% 97%, 0 54%);
  background-color: #EA1C25;
  content: " ";
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  bottom: 2rem;
}

.hero__inner {
  background: url("/assets/img/amp.svg") no-repeat 50%;
  background-size: contain;
  padding: 3rem 0 5rem 0;
  position: relative;
  z-index: 3;
}
.hero__link {
  color: inherit;
  text-decoration: none;
}

.＆ {
  quotes: '\201c' '\201d';
  font-size: 6vw;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}

@media screen and (min-width: 1600px){
  .＆ {
    font-size: 100px;
  }
}

.＆:before,
.＆:after {
  position: relative;
  top: 0.02em;
}

.＆:before {
  content: open-quote;
}

.＆:after {
  content: close-quote;
}

.＆ b {
  font-family: 'MutatorSans', Skia, 'Copperplate Gothic Bold', 'superclarendon', roboto, sans-serif;
  vertical-align: top;
  text-transform: uppercase;
  display: inline-block;
  font-size: 9vw;
  font-weight: 300;
}
.＆:before {
  left: 0.2em;
}

@supports (font-variation-settings: normal) {
  .＆ b {
    font-family: 'MutatorSansVariable', Skia, 'Copperplate Gothic Bold', 'superclarendon', roboto, sans-serif;
  }
}

@media screen and (min-width: 1600px){
  .＆ b {
    font-size: 155px;
  }
}

.＆ b:nth-child(1) {
  font-variation-settings: "wdth" 600, "wght" 300;
  -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg);
}

.＆ b:nth-child(2) {
  font-variation-settings: "wdth" 600, "wght" 250;
  -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

.＆ b:nth-child(3) {
  font-variation-settings: "wdth" 600, "wght" 300;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.＆ b:nth-child(4) {
  font-variation-settings: "wdth" 600, "wght" 250;
  -webkit-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
          transform: rotate(2deg);
}

.＆ b:nth-child(5) {
  font-variation-settings: "wdth" 600, "wght" 250;
  -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

.＆ b:nth-child(6) {
  font-variation-settings: "wdth" 600, "wght" 275;
  -webkit-transform: rotate(-1deg);
      -ms-transform: rotate(-1deg);
          transform: rotate(-1deg);
}

.＆ b:nth-child(7) {
  font-variation-settings: "wdth" 600, "wght" 300;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.＆ b:nth-child(8) {
  font-variation-settings: "wdth" 600, "wght" 250;
  -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg);
}

.＆ b:nth-child(9) {
  font-variation-settings: "wdth" 600, "wght" 300;
  -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

.hero__summary {
  font-size: 2rem;
  max-width: 32rem;
  margin: 0 auto;
  line-height: 1.1;
}

.hero__spacetime {
  line-height: 1.1;
  margin-bottom: 2rem;
  font-weight: 900;
}

.hero__date {
  text-transform: uppercase;
  display: block;
  font-size: 4rem;
  margin-bottom: 0.1em;
}

.hero__location {
  display: block;
  font-size: 2rem;
}

@media screen and (max-width: 800px){
  .hero {
    margin-bottom: 2rem;
  }
  .hero__summary {
    font-size: 1.6rem;
    margin-top: 1em;
    padding: 0 1rem;
  }
  .hero__spacetime {
    padding: 0 1rem;
  }
  .hero__date {
    font-size: 2.4rem;
  }
  .hero__location {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 600px){
  .hero {
    margin-bottom: 2rem;
  }
  .hero__summary {
    font-size: 1.4rem;
  }
  .hero__date {
    font-size: 2rem;
  }
  .hero__location {
    font-size: 1.4rem;
    font-weight: 600;
  }
}

.hero__buy {
  color: #000;
  padding-left: 1.5em;
  padding-right: 1.5em;
  -webkit-clip-path: polygon(0 9%, 4% 1%, 20% 0, 44% 0, 98% 2%, 100% 9%, 100% 92%, 95% 100%, 83% 100%, 0 100%, 0 88%, 0 54%);
  clip-path: polygon(0 9%, 4% 1%, 20% 0, 44% 0, 98% 2%, 100% 9%, 100% 92%, 95% 100%, 83% 100%, 0 100%, 0 88%, 0 54%);
  background-color: #fff;
}

.hero__buy span {
  color: #EA1C25;
}

main {
  position: relative;
}

main:before {
  content: " ";
  display: block;
  width: 14vw;
  height: 512px;
  background: url("/assets/img/texture-small.png") no-repeat;
  background-size: 512px;
  background-position: left bottom;
  position: absolute;
  top: -11rem;
  right: 0;
  z-index: 0;
}

.blurb {
  text-align: center;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}

.blurb__title {
  color: #EA1C25;
  font-size: 6.2rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.0;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 800px){
  .blurb__title {
    font-size: 50px;
  }
}

@media screen and (max-width: 600px){
  .blurb {
    margin-bottom: 3.5rem;
  }
}

.blurb__text, .intro {
  font-weight: 600;
  font-size: 1.272rem;
}

.blurb__text strong, .intro strong {
  font-weight: 900;
}

.blurb__text {
  max-width: 38rem;
  margin: 0 auto;
}

.sponsors {
	text-align:center;
	list-style: none;
}

.sponsors__logo {
	max-width: 75%;
	vertical-align: top;
	margin: 0 1.5% 0.75em 1.5%;
}

.signup {
  padding: 1.5rem 2vw;
  text-align: center;
  -webkit-clip-path: polygon(0 4%, 1% 2%, 20% 0, 44% 0, 98% 2%, 100% 4%, 100% 94%, 100% 100%, 85% 100%, 0 100%, 0 94%, 0 54%);
  clip-path: polygon(0 4%, 1% 2%, 20% 0, 44% 0, 98% 2%, 100% 4%, 100% 94%, 100% 100%, 85% 100%, 0 100%, 0 94%, 0 54%);
  background-color: #EA1C25;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}

.signup__title {
  font-size: 1.45rem;
  color: #fff;
  margin-bottom: 0.3em;
  line-height: 1.2;
}

.signup__hook {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1em;
}

.signup__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
}

.signup__label {
  display: none;
}

.signup__input {
  border: 0;
  font-size: 1rem;
  padding: 0.5em 1em;
  border-top: 3px solid #000;
  margin-bottom: 1rem;
}

.signup__submit {
  background: #000;
  color: #fff;
  -webkit-clip-path: polygon(0 9%, 4% 1%, 20% 0, 44% 0, 98% 2%, 100% 9%, 100% 92%, 95% 100%, 83% 100%, 0 100%, 0 88%, 0 54%);
  clip-path: polygon(0 9%, 4% 1%, 20% 0, 44% 0, 98% 2%, 100% 9%, 100% 92%, 95% 100%, 83% 100%, 0 100%, 0 88%, 0 54%);
}

.signup__submit span {
  color: #EA1C25;
}

@media screen and (min-width: 500px){
  .signup__action {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
  }
  .signup__input {
    margin-bottom: 0;
  }
  .signup__submit {
    margin-left: 1rem;
  }
}


.credits {
  padding: 1.5rem 2vw;
  -webkit-clip-path: polygon(0 4%, 0 0, 20% 0, 44% 0, 99% 0, 100% 3%, 100% 94%, 99% 100%, 85% 100%, 1% 100%, 0 94%, 0 54%);
  clip-path: polygon(0 4%, 0 0, 20% 0, 44% 0, 99% 0, 100% 3%, 100% 94%, 99% 100%, 85% 100%, 1% 100%, 0 94%, 0 54%);
  background-color: rgba(0,0,0,0.9);
  color: #fff;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 600px){
  .credits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.credits__logo {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
  text-align: center;
  padding: 0.5rem 1rem 1.5rem 1rem;
}

.credits__text {
  margin-left: 1rem;
}

.credits__text p {
  line-height: 1.5;
}

.credits__text p:last-child {
  margin-bottom: 0;
}

.credits__text a {
  color: #fff;
}

.fineprint {
  margin-top: 2rem;
}

.links {
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.content li {
	margin-top: 0.5em;
}

@media screen and (min-width: 480px){
  .links {
    flex-direction: row;
  }
}
.links li {
  list-style: none;
  font-weight: 900;
}

.links a {
  display: inline-block;
  padding: 0.5rem 1rem;
  letter-spacing: 0.1em;
  color: rgba(0,0,0,0.9);
  background-color: rgba(255,255,255,0.8);
  text-decoration: none;
  text-transform: uppercase;
}
.links a.links__cta,
.links a[aria-current],
.links a:hover,
.links a:focus {
  background-color: rgba(0,0,0,0.9);
  color: #fff;
  -webkit-clip-path: polygon(0 9%, 4% 1%, 20% 0, 44% 0, 98% 2%, 100% 9%, 100% 92%, 95% 100%, 83% 100%, 0 100%, 0 88%, 0 54%);
  clip-path: polygon(0 9%, 4% 1%, 20% 0, 44% 0, 98% 2%, 100% 9%, 100% 92%, 95% 100%, 83% 100%, 0 100%, 0 88%, 0 54%);
}
.links a.links__cta {
  background-color: #EA1C25;
}

.content {
  max-width: 60rem;
  margin: 0 auto 5.5rem;
  padding: 2rem;
  background-color: rgba(255,255,255,0.8);
  border-radius: 1rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 600px){
  .content {
    margin-bottom: 3.5rem;
  }
}

.content strong {
  font-weight: 600;
}

.content h1 {
  color: #EA1C25;
  font-size: calc(48px + (72 - 48) * (100vw - 600px) / 1600);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.0;
  margin-bottom: 1.5rem;
}

.content h1 small {
	text-transform:none;
}

@media screen and (max-width: 600px) {
  .content h1 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1600px) {
  .content h1 {
    font-size: 72px;
  }
}

.content h2 {
  line-height: 1.0;
  font-size: 3rem;
  font-weight: 900;
}

.content h3 {
  font-size: 2rem;
  font-weight: 600;
}


.content .starring__title h2 {
  color: #EA1C25;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  margin-top: 3.5rem;
  text-align: center;
}

.starring .starring__name {
  color: #EA1C25;
  text-transform: uppercase;	
   font-weight: 900;
}

.content p,
.content ul,
.content ol,
.content blockquote,
.content table {
  margin-bottom: 0.8em;
}
.content blockquote {
  padding: 1em;
}
.content blockquote::before {
  content: open-quote;
}
.content blockquote::after {
  content: close-quote;
}

.prose {
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
  i
}

.schedule {
  border-collapse: collapse;
  width: 100%;
}
.schedule__slot {
  width: 25%;
  text-align: left;
  padding: 1vh 2vw;
  vertical-align: top;
  color: #EA1C25;
  font-weight: 600;
}
.schedule__details {
  padding: 1vh 2vw;
}
.schedule__title {
  font-weight: 600;
}
.schedule__break {
  background-color: rgba(0,0,0,0.05);
}

.grid {
	list-style: none;
}

.grid li {
	margin-bottom: 1.5em;
}

@media screen and (min-width: 600px) {
  .grid li {
  	margin-bottom: 0;
  }
  .layout {
    display: grid;
    grid-gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(15em, 1fr));
  }
  .layout.golden {
    grid-template-columns: 1.61803fr 1fr;
  }
  .golden.layout .greater {
    order: 1;
  }
  .golden.layout .lesser {
    order: 2;
  }
  .grid.layout {
    grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));
  }
}
