@font-face {
  font-family: 'Letter Gothic';
  font-weight: normal;
  font-style: normal;
  src: url('https://static.cdn.adultswim.com/tools/fonts/letter-gothic-standard.eot');
  src: url('https://static.cdn.adultswim.com/tools/fonts/letter-gothic-standard.eot?#iefix') format('embedded-opentype'), url('https://static.cdn.adultswim.com/tools/fonts/letter-gothic-standard.woff') format('woff'), url('https://static.cdn.adultswim.com/tools/fonts/letter-gothic-standard.ttf') format('truetype'), url('https://static.cdn.adultswim.com/tools/fonts/letter-gothic-standard.svg#92e3f4fc-76e2-4a1a-bd31-459a2666bf57') format('svg');
}
@font-face {
  font-family: 'Letter Gothic';
  font-weight: bold;
  font-style: normal;
  src: url('https://static.cdn.adultswim.com/tools/fonts/letter-gothic-12-pitch-w01-bold.eot');
  src: url('https://static.cdn.adultswim.com/tools/fonts/letter-gothic-12-pitch-w01-bold.eot?#iefix') format('embedded-opentype'), url('https://static.cdn.adultswim.com/tools/fonts/letter-gothic-12-pitch-w01-bold.woff') format('woff'), url('https://static.cdn.adultswim.com/tools/fonts/letter-gothic-12-pitch-w01-bold.ttf') format('truetype'), url('https://static.cdn.adultswim.com/tools/fonts/letter-gothic-12-pitch-w01-bold.svg#58c0999e-233d-48ed-80ad-6e67189e774e') format('svg');
}
@font-face {
  font-family: 'Helvetica Neue Thin';
  src: url('https://static.cdn.adultswim.com/tools/fonts/helvetica-neue-thin.eot');
  src: url('https://static.cdn.adultswim.com/tools/fonts/helvetica-neue-thin.eot?#iefix') format('embedded-opentype'), url('https://static.cdn.adultswim.com/tools/fonts/helvetica-neue-thin.woff') format('woff'), url('https://static.cdn.adultswim.com/tools/fonts/helvetica-neue-thin.ttf') format('truetype'), url('https://static.cdn.adultswim.com/tools/fonts/helvetica-neue-thin.svg#2e309b1b-08b8-477f-bc9e-7067cf0af0b3') format('svg');
}
/**
 * Breakpoints
 */
/**
 * Colors
 */
/**
 * Content
 */
/**
 * Fonts
 */
/**
 * Grid
 */
#mvpdpicker {
  background: white;
  box-shadow: none;
  box-sizing: border-box;
  color: black;
  display: flex;
  flex-direction: column;
  font-family: sans-serif;
  height: 633px;
  max-height: 100vh;
  max-width: 900px;
  position: fixed;
  top: 50vh !important;
  left: 3vw !important;
  right: 3vw !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 94vw;
  z-index: 9999;
  /*=====================================
        =            Welcome Slate            =
        =====================================*/
  /*========================================
        =            Remembered Slate            =
        ========================================*/
  /*==========================================
        =            Pick By Logo Slate            =
        ==========================================*/
  /*==========================================
        =            Find By Name Slate            =
        ==========================================*/
  /*=========================================
        =            No Provider Slate            =
        =========================================*/
  /*=====================================
        =            Sign In Slate            =
        =====================================*/
  /*===================================
        =            Error Slate            =
        ===================================*/
  /*=====================================
        =            Success Slate            =
        =====================================*/
}
#mvpdpicker.hidden {
  display: none;
}
@media (min-width: 1024px) {
  #mvpdpicker {
    left: 50vw !important;
    right: auto !important;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 90vw;
  }
}
#mvpdpicker * {
  box-sizing: inherit;
}
#mvpdpicker a[href] {
  color: #CE312D;
  font: inherit;
  text-decoration: underline;
}
#mvpdpicker button {
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
#mvpdpicker button > span {
  display: none;
}
#mvpdpicker .header {
  align-items: center;
  background: #111;
  box-sizing: border-box;
  display: flex;
  flex-wrap: no-wrap;
  flex: none;
  height: 72px;
  padding: 20px;
  position: relative;
}
#mvpdpicker .close {
  background-size: contain;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  flex: none;
  height: 32px;
  left: 0;
  margin: 0 0 0 20px;
  order: 3;
  overflow: hidden;
  padding: 0;
  position: relative;
  right: auto;
  top: 0;
  width: 32px;
}
#mvpdpicker .close:hover:before,
#mvpdpicker .close:hover:after {
  background: #FFFF00;
}
#mvpdpicker .close:before,
#mvpdpicker .close:after {
  background: white;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 150%;
}
#mvpdpicker .close:before {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
#mvpdpicker .close:after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
#mvpdpicker .help {
  background: none;
  border: 0;
  color: white;
  cursor: pointer;
  display: block;
  flex: none;
  font-family: 'Letter Gothic', sans-serif;
  font-weight: 400;
  height: auto;
  left: 0;
  margin: 0 0 0 20px;
  order: 2;
  position: relative;
  top: 0;
  width: auto;
}
#mvpdpicker .help:hover {
  color: #FFFF00;
}
#mvpdpicker .help:before {
  content: 'Need Help?';
  display: inline-block;
  font-size: 10px;
  text-decoration: underline;
}
#mvpdpicker .title {
  background: none;
  border: 0;
  cursor: default;
  display: block;
  flex: 1 1 auto;
  height: auto;
  order: 1;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#mvpdpicker .title > span {
  color: white;
  display: block;
  font-family: 'Letter Gothic', sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}
#mvpdpicker .steps {
  background-color: white;
  background-image: url('https://i.cdn.turner.com/adultswim/big/img/mvpd/picker/step01.png') !important;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #eee;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  display: block;
  flex: none;
  height: 106px;
  margin: 0;
  padding: 0;
  width: 100%;
}
#mvpdpicker.state-error .steps,
#mvpdpicker.state-remember .steps,
#mvpdpicker.state-signin .steps {
  background-image: url('https://i.cdn.turner.com/adultswim/big/img/mvpd/picker/step02.png') !important;
}
#mvpdpicker.state-success .steps {
  background-image: url('https://i.cdn.turner.com/adultswim/big/img/mvpd/picker/step03.png') !important;
}
#mvpdpicker .slates {
  background: white !important;
  color: #444;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  font-size: 17px;
  height: auto;
  overflow: hidden;
}
#mvpdpicker .slate {
  display: none;
  flex-direction: column;
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  text-align: center;
}
#mvpdpicker.state-remember .remembered,
#mvpdpicker.state-mvpdlogo .pickbylogo,
#mvpdpicker.state-mvpdlist .findbyname,
#mvpdpicker.state-notfound .noprovider,
#mvpdpicker.state-dark .darkprovider,
#mvpdpicker.state-signin .signin,
#mvpdpicker.state-error .error,
#mvpdpicker.state-success .success,
#mvpdpicker.state-welcome .welcome {
  display: flex;
}
#mvpdpicker .message {
  text-align: center;
}
#mvpdpicker .footer {
  align-items: center;
  background: white;
  border-top: 1px solid #eee;
  box-sizing: border-box;
  display: flex;
  flex: none;
  flex-wrap: wrap;
  height: auto;
  min-height: 70px;
  padding: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  #mvpdpicker .footer {
    flex-wrap: nowrap;
  }
}
#mvpdpicker .okbutton,
#mvpdpicker .cancelbutton,
#mvpdpicker .noproviderokbutton,
#mvpdpicker .dontseebutton,
#mvpdpicker .rememberedcancelbutton,
#mvpdpicker .rememberedokbutton,
#mvpdpicker .viewtopbutton,
#mvpdpicker .viewallbutton,
#mvpdpicker .watchnowbutton,
#mvpdpicker .welcomeloginbutton {
  background: transparent;
  border-bottom: 1px solid currentColor;
  border: none;
  color: #111;
  cursor: pointer;
  display: inline-block;
  flex: none;
  font-family: 'Letter Gothic', sans-serif;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  line-height: 1;
  margin: 0 5px 5px;
  padding: 5px 0 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
  word-spacing: -1px;
}
@media (max-width: 479px) {
  #mvpdpicker .okbutton,
  #mvpdpicker .cancelbutton,
  #mvpdpicker .noproviderokbutton,
  #mvpdpicker .dontseebutton,
  #mvpdpicker .rememberedcancelbutton,
  #mvpdpicker .rememberedokbutton,
  #mvpdpicker .viewtopbutton,
  #mvpdpicker .viewallbutton,
  #mvpdpicker .watchnowbutton,
  #mvpdpicker .welcomeloginbutton {
    margin-left: auto;
    margin-right: auto;
  }
}
#mvpdpicker .okbutton:active,
#mvpdpicker .cancelbutton:active,
#mvpdpicker .noproviderokbutton:active,
#mvpdpicker .dontseebutton:active,
#mvpdpicker .rememberedcancelbutton:active,
#mvpdpicker .rememberedokbutton:active,
#mvpdpicker .viewtopbutton:active,
#mvpdpicker .viewallbutton:active,
#mvpdpicker .watchnowbutton:active,
#mvpdpicker .welcomeloginbutton:active {
  outline: none;
}
@media (hover: hover) {
  #mvpdpicker .okbutton:hover,
  #mvpdpicker .cancelbutton:hover,
  #mvpdpicker .noproviderokbutton:hover,
  #mvpdpicker .dontseebutton:hover,
  #mvpdpicker .rememberedcancelbutton:hover,
  #mvpdpicker .rememberedokbutton:hover,
  #mvpdpicker .viewtopbutton:hover,
  #mvpdpicker .viewallbutton:hover,
  #mvpdpicker .watchnowbutton:hover,
  #mvpdpicker .welcomeloginbutton:hover {
    background: #FFFF00;
    color: #111;
    border-bottom-color: transparent;
    margin: 0;
    padding: 5px;
  }
}
#mvpdpicker .okbutton > span,
#mvpdpicker .cancelbutton > span,
#mvpdpicker .noproviderokbutton > span,
#mvpdpicker .dontseebutton > span,
#mvpdpicker .rememberedcancelbutton > span,
#mvpdpicker .rememberedokbutton > span,
#mvpdpicker .viewtopbutton > span,
#mvpdpicker .viewallbutton > span,
#mvpdpicker .watchnowbutton > span,
#mvpdpicker .welcomeloginbutton > span {
  line-height: 1;
  display: inline-block;
}
#mvpdpicker .okbutton,
#mvpdpicker .cancelbutton,
#mvpdpicker .rememberedokbutton,
#mvpdpicker .viewtopbutton,
#mvpdpicker .watchnowbutton,
#mvpdpicker .welcomeloginbutton {
  border-bottom: none;
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  margin: 0 auto;
  padding: 5px;
}
@media (min-width: 480px) {
  #mvpdpicker .okbutton,
  #mvpdpicker .cancelbutton,
  #mvpdpicker .rememberedokbutton,
  #mvpdpicker .viewtopbutton,
  #mvpdpicker .watchnowbutton,
  #mvpdpicker .welcomeloginbutton {
    margin: 0;
  }
}
#mvpdpicker .okbutton > span,
#mvpdpicker .cancelbutton > span,
#mvpdpicker .rememberedokbutton > span,
#mvpdpicker .viewtopbutton > span,
#mvpdpicker .watchnowbutton > span,
#mvpdpicker .welcomeloginbutton > span {
  background-size: auto 16px;
  background: transparent url('https://i.cdn.turner.com/adultswim/big/img/mvpd/picker/arrow-left.svg') no-repeat left center;
  padding-left: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  #mvpdpicker .rememberedokbutton,
  #mvpdpicker .dontseebutton,
  #mvpdpicker .watchnowbutton,
  #mvpdpicker .welcomeloginbutton {
    margin-left: auto !important;
  }
}
#mvpdpicker .rememberedokbutton > span,
#mvpdpicker .watchnowbutton > span,
#mvpdpicker .welcomeloginbutton > span {
  background-image: url('https://i.cdn.turner.com/adultswim/big/img/mvpd/picker/arrow-right.svg');
  background-position: right center;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 480px) {
  #mvpdpicker .rememberedokbutton > span,
  #mvpdpicker .watchnowbutton > span,
  #mvpdpicker .welcomeloginbutton > span {
    padding-right: 20px;
  }
}
#mvpdpicker .darkproviderokbutton.okbutton,
#mvpdpicker .errorokbutton.okbutton,
#mvpdpicker .signincancelbutton.cancelbutton,
#mvpdpicker .noproviderokbutton.okbutton {
  align-self: flex-start;
  flex: 0 0 auto;
  margin: 20px auto 20px 20px !important;
}
#mvpdpicker .darkprovidermessage,
#mvpdpicker .errormessage,
#mvpdpicker .noprovidermessage,
#mvpdpicker .successmessage,
#mvpdpicker .welcomemessage {
  display: block;
  flex: 1 1 auto;
  font-family: sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  padding: 20px;
  text-align: left;
}
@media (min-width: 1024px) {
  #mvpdpicker .darkprovidermessage,
  #mvpdpicker .errormessage,
  #mvpdpicker .noprovidermessage,
  #mvpdpicker .successmessage,
  #mvpdpicker .welcomemessage {
    font-size: 40px;
    max-width: 720px;
  }
}
#mvpdpicker .darkprovidermessage:before,
#mvpdpicker .errormessage:before,
#mvpdpicker .noprovidermessage:before,
#mvpdpicker .successmessage:before,
#mvpdpicker .welcomemessage:before {
  color: black;
  display: block;
  font-family: 'Letter Gothic', sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  margin: 10px 0;
  text-transform: uppercase;
}
#mvpdpicker .welcomemessage:before {
  content: 'Welcome';
}
#mvpdpicker .welcomeloginbutton {
  align-self: flex-end;
  margin: 20px 20px 20px auto;
}
#mvpdpicker .rememberedmessage {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  height: auto;
  margin: 0;
  padding: 0 20px;
  width: auto;
}
#mvpdpicker .rememberedmessage .rememberedprovider {
  margin: auto;
}
#mvpdpicker .rememberedmessage .rememberedprovider img {
  display: block;
  margin: 0;
  max-width: 100%;
}
@media (min-width: 480px) {
  #mvpdpicker .rememberedokbutton {
    margin-left: auto !important;
  }
}
@media (max-width: 470px) {
  #mvpdpicker .rememberedcancelbutton {
    margin-bottom: 12px;
  }
}
#mvpdpicker .mvpdsbylogo {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  flex: 1 1 auto;
  padding: 20px;
}
#mvpdpicker .mvpdsbylogo li {
  box-sizing: border-box;
  display: block;
  flex: 0 0 237px;
  height: 97px;
  margin: 0 0 10px;
  padding: 0;
  width: 237px;
}
#mvpdpicker .mvpdsbylogo li img {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  transition: none;
}
#mvpdpicker .mvpdsbylogo li:hover img {
  opacity: 0.8;
}
#mvpdpicker .mvpdlogo {
  border: 0;
  cursor: pointer;
  height: 97px;
  margin: 0 7px 13px;
  outline: none;
  padding: 0;
  transition: all 0.25s ease-in-out;
  width: 237px;
}
#mvpdpicker .searchheader {
  border-bottom: 1px solid #eee;
  flex: none;
  margin: 0;
  padding: 20px;
}
#mvpdpicker .searchfield {
  background: transparent url('https://i.cdn.turner.com/adultswim/big/img/mvpd/picker/search.svg') no-repeat 0 center;
  background-size: 20px 20px;
  border: none;
  box-shadow: none;
  height: 24px;
  padding: 0 0 0 40px;
  text-align: left;
}
#mvpdpicker .mvpdsearch {
  background: white;
  border: none;
  box-sizing: border-box;
  color: black;
  font-family: sans-serif;
  font-size: 21px;
  font-weight: 400;
  height: 24px;
  line-height: 24px;
  margin: 0;
  outline: none;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
#mvpdpicker .searchpane {
  background: transparent;
  border: none;
  flex: 1 1 auto;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
  width: 100%;
  height: auto;
}
#mvpdpicker .mvpdsbyname {
  border: 0;
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 17px 0 0;
  text-align: left;
}
#mvpdpicker .mvpdsbyname li {
  border: none;
  color: black;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 21px;
  font-weight: 400;
  height: auto;
  margin: 0 -10px;
  line-height: 1;
  overflow: hidden;
  padding: 5px 10px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
#mvpdpicker .mvpdsbyname li:hover {
  background: #FFFF00;
  color: black;
}
@media (max-width: 767px) {
  #mvpdpicker .dontseebutton {
    margin-top: 10px !important;
  }
}
#mvpdpicker .noprovidermessage:before {
  content: 'Bummer';
}
#mvpdpicker .signinmessage {
  color: black;
  display: block;
  font-family: 'Letter Gothic', sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  padding: 20px 20px 0;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  top: 0;
}
#mvpdpicker .spinnerbox {
  flex: 1 1 auto;
  margin: 0;
  position: relative;
}
#mvpdpicker.state-signin .spinner {
  -webkit-animation: picker-spin 1.5s linear infinite;
          animation: picker-spin 1.5s linear infinite;
}
#mvpdpicker.state-signin .spinner:after {
  -webkit-animation: picker-spin-after 1.5s ease-in-out infinite;
          animation: picker-spin-after 1.5s ease-in-out infinite;
}
#mvpdpicker .spinner {
  background: transparent;
  clip: rect(0, 64px, 64px, 32px);
  display: block;
  height: 64px;
  left: 50%;
  margin: -32px 0 0 -32px;
  opacity: 0.9;
  position: absolute;
  top: 50%;
  width: 64px;
  z-index: 4000;
}
#mvpdpicker .spinner:after {
  border-radius: 50%;
  clip: rect(0, 64px, 64px, 32px);
  content: '';
  height: 64px;
  left: 0;
  position: absolute;
  top: 0;
  width: 64px;
}
#mvpdpicker .errormessage:before {
  content: 'Oops';
}
#mvpdpicker .successmessage:before {
  content: 'Congratulations';
}
#mvpdpicker .watchnowbutton {
  margin: 20px 20px 20px auto;
  position: relative;
}
#mvpdPickerFrame {
  background-color: black;
  border: 0;
  display: none;
  filter: alpha(opacity=50);
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0.5;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
}
#mvpdPickerFrame.hidden {
  display: none;
  left: -9999px;
  top: -9999px;
}
#mvpdPickerFrame.visible {
  display: block;
  left: 0;
  top: 0;
}
@-webkit-keyframes _3zx6v {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
            transform: rotate(220deg);
  }
}
@keyframes _3zx6v {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
            transform: rotate(220deg);
  }
}
@-webkit-keyframes HoQvu {
  0% {
    box-shadow: inset #CE312D 0 0 0 12px;
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #CE312D 0 0 0 2px;
  }
  100% {
    box-shadow: inset #CE312D 0 0 0 12px;
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
  }
}
@keyframes HoQvu {
  0% {
    box-shadow: inset #CE312D 0 0 0 12px;
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #CE312D 0 0 0 2px;
  }
  100% {
    box-shadow: inset #CE312D 0 0 0 12px;
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
  }
}
.as {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#__next {
  box-sizing: border-box;
  flex: 1 0 auto;
}
* {
  box-sizing: inherit;
}

/**
 * Breakpoints
 */
/**
 * Colors
 */
/**
 * Content
 */
/**
 * Fonts
 */
/**
 * Grid
 */
._2xDGx {
  background-clip: content-box;
  box-sizing: content-box;
  color: inherit;
  display: inline-block;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
._2xDGx::before {
  color: inherit;
  content: 'AD';
  display: block;
  font-family: 'Letter Gothic', sans-serif;
  font-size: 8px;
  font-weight: 800;
  line-height: 10px;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
}

._4ixT0 {
  fill: currentColor;
  display: inline-block;
  margin: 0;
}

._2FNpX {
  align-items: center;
  display: flex;
  font-family: sans-serif;
  line-height: 1em;
  position: relative;
}
._2FNpX span {
  line-height: 1em;
  font-size: inherit;
  vertical-align: baseline;
}
._2-IiL {
  width: 1em;
  height: 1em;
}

/**
 * Breakpoints
 */
/**
 * Colors
 */
/**
 * Content
 */
/**
 * Fonts
 */
/**
 * Grid
 */
._3oUNn {
  display: block;
}
.vxSUB {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
._1pCOL {
  border-right: 1px solid transparent;
  display: block;
  flex: 0 1 auto;
  margin: 0;
  outline: none;
  padding: 0 0.66666667em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 768px) {
  ._1pCOL {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (min-width: 1024px) {
  ._1pCOL {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
._1pCOL:first-child {
  padding-left: 0;
}
._1pCOL:last-child {
  padding-right: 0;
}
._1pCOL:not(:last-child) {
  border-right-color: #CCCCCC;
}
._2Xpow {
  background: transparent;
  border-bottom: 1px solid transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  color: #666666;
  cursor: pointer;
  font-family: 'Letter Gothic', sans-serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.3333;
  margin: 0;
  outline: none;
  padding: 0;
  text-transform: uppercase;
}
@media (hover: hover) {
  ._2Xpow:hover {
    color: #111111;
  }
}
.aWUg_ ._2Xpow {
  border-bottom-color: #111111;
  color: #CE312D;
  pointer-events: none;
}

._39NTw {
  padding: 1em;
}
@media (min-width: 768px) {
  ._39NTw {
    padding: 1.5em;
  }
}
@media (min-width: 1024px) {
  ._39NTw {
    padding: 2em 6em;
  }
}
._3gayH {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
._17Jzh {
  color: #333333;
  display: block;
  font-family: 'Letter Gothic', sans-serif;
  font-size: 2em;
  font-weight: 400;
  letter-spacing: -2px;
  margin: 0 0 1em;
  text-transform: uppercase;
  word-spacing: -3px;
}
@media (min-width: 768px) {
  ._17Jzh {
    font-size: 2.5em;
  }
}

/**
 * Breakpoints
 */
/**
 * Colors
 */
/**
 * Content
 */
/**
 * Fonts
 */
/**
 * Grid
 */
._18qEX {
  background: transparent;
  line-height: 1.1;
}
._4Otjb {
  padding-bottom: 3em;
  padding-top: 3em;
}
._2EoDM {
  color: inherit;
  display: block;
}
@media (hover: hover) {
  ._2EoDM:hover {
    background-color: #FFFF00;
  }
}
._19LP7 {
  font-family: 'Helvetica Neue Thin', sans-serif;
  font-size: 3em;
}
@media (min-width: 768px) {
  ._19LP7 {
    font-size: 5em;
  }
}
@media (min-width: 1024px) {
  ._19LP7 {
    font-size: 6em;
  }
}
.BSCCP {
  color: #666666;
  display: block;
  font-family: 'Letter Gothic', sans-serif;
  font-size: 0.83333333em;
  margin-top: 1.2em;
  text-transform: uppercase;
}

.jn-r9 {
  font-family: 'Letter Gothic', sans-serif;
  text-transform: uppercase;
  word-spacing: -2px;
}

/**
 * Breakpoints
 */
/**
 * Colors
 */
/**
 * Content
 */
/**
 * Fonts
 */
/**
 * Grid
 */
.D6toy {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-family: 'Letter Gothic', sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0 0.5em 0.5em;
  outline: none;
  padding: 0.5em 0 0;
  text-decoration: none;
  white-space: nowrap;
  word-spacing: -2px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid currentColor;
}
@media (hover: hover) {
  .D6toy:hover {
    background: #FFFF00;
    border-bottom-color: transparent;
    color: #111111;
    margin: 0;
    padding: 0.5em;
  }
}
.D6toy:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

._6u-0 {
  align-items: center;
  display: flex;
}
._3Bk1Q {
  display: inline-block;
  font-family: 'Letter Gothic', sans-serif;
  font-size: 1em;
  margin-right: 0.25em;
  text-transform: uppercase;
  word-spacing: -2px;
}
._3Bk1Q::after {
  content: ':';
}

/**
 * Breakpoints
 */
/**
 * Colors
 */
/**
 * Content
 */
/**
 * Fonts
 */
/**
 * Grid
 */
._3_7kl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
._37UX9 {
  display: flex;
  align-items: center;
  flex: none;
  font-family: 'Letter Gothic', sans-serif;
  font-size: 0.83333333em;
  margin-right: 0.5em;
  text-transform: uppercase;
  word-spacing: -1px;
}
._3nE4U {
  display: block;
  flex: 0 1 auto;
  margin-left: 0.5em;
  max-width: 100%;
  height: 2em;
}
@supports ((-webkit-filter: invert(100%) grayscale(100%)) or (filter: invert(100%) grayscale(100%))) {
  ._3vP8X ._3nE4U {
    -webkit-filter: invert(100%) grayscale(100%);
            filter: invert(100%) grayscale(100%);
  }
}
.uLniQ {
  text-transform: uppercase;
}
.uLniQ:not(:hover) {
  color: inherit;
}

/**
 * Breakpoints
 */
/**
 * Colors
 */
/**
 * Content
 */
/**
 * Fonts
 */
/**
 * Grid
 */
._2RL6S {
  align-content: center;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.jZaLo {
  display: block;
  flex: 1 0 100%;
  font-family: 'Letter Gothic', sans-serif;
  font-size: 1em;
  margin: 2em;
  text-align: center;
  word-spacing: -2px;
  text-transform: uppercase;
}
.rgRIa {
  text-transform: uppercase;
}

._2DoD3 {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
  height: 36px;
  width: 36px;
}

._1aYAz {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  min-height: 12em;
  padding: 1em 0;
  position: relative;
}
@media (min-width: 768px) {
  ._1aYAz {
    min-height: 20em;
  }
}
@media (min-width: 1024px) {
  ._1aYAz {
    min-height: 30em;
  }
}
@media (min-width: 1280px) {
  ._1aYAz {
    min-height: 35em;
  }
}
._1aYAz._3C2Q7 {
  padding-bottom: 0;
  padding-top: 2em;
}
._1aYAz._3KgXr {
  padding-bottom: 2em;
  padding-top: 0;
}
._1aYAz._2jgTE {
  min-height: auto;
}
._16eoX {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}
._3C2Q7 ._16eoX {
  margin-top: auto;
}
._1_Auq ._16eoX {
  margin-top: auto;
  margin-bottom: auto;
}
._3KgXr ._16eoX {
  margin-bottom: auto;
}
.a7iE1 {
  height: 24px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 1em;
  width: 24px;
  z-index: 1;
}
@media (min-width: 768px) {
  .a7iE1 {
    height: 28px;
    width: 28px;
  }
}
@media (min-width: 1024px) {
  .a7iE1 {
    height: 32px;
    width: 32px;
  }
}
@media (min-width: 1280px) {
  .a7iE1 {
    height: 36px;
    width: 36px;
  }
}

/**
 * Breakpoints
 */
/**
 * Colors
 */
/**
 * Content
 */
/**
 * Fonts
 */
/**
 * Grid
 */
._3bKPe {
  position: relative;
  transition: background-color 0.1s ease-in-out 0.1s;
}
._3bKPe::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
._3bKPe:not(._3UBgS) {
  background-color: #EEEEEE !important;
}
._1bGTu {
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity 0.1s ease-in-out;
  width: 100%;
  z-index: 1;
}
._3bKPe:not(._3UBgS) ._1bGTu {
  opacity: 0;
}
.mtRIn {
  background: black;
  bottom: 0;
  color: white;
  display: block;
  font-family: 'Letter Gothic', sans-serif;
  font-size: 0.83333333em;
  font-weight: 400;
  line-height: 1;
  padding: 0.4em;
  position: absolute;
  right: 0;
  z-index: 2;
}

/**
 * Breakpoints
 */
/**
 * Colors
 */
/**
 * Content
 */
/**
 * Fonts
 */
/**
 * Grid
 */
._3diIe {
  background-color: #111111;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
._3IYHK {
  background-color: #111111;
  box-sizing: border-box;
  color: white;
  left: 0;
  font-family: 'Letter Gothic', sans-serif;
  font-size: 1em;
  max-width: 50%;
  padding: 1em 1.25em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 200px;
  z-index: 2;
}
@media (hover: hover) {
  ._3diIe:hover ._3IYHK {
    background-color: white;
    color: #111111;
  }
}
@media (min-width: 768px) {
  ._3IYHK {
    padding: 1.66666667em 2.33333333em;
    max-width: 33.33333333%;
    width: auto;
  }
}
._86YBQ {
  display: block;
  font-size: 3.5em;
  font-weight: 700;
  letter-spacing: -2px;
  text-align: center;
}
@media (min-width: 768px) {
  ._86YBQ {
    font-size: 4.5em;
  }
}
.toqA6 {
  font-size: 1em;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  .toqA6 {
    font-size: 1.25em;
  }
}
.w9s_O {
  background-color: transparent !important;
  position: relative;
  z-index: 1;
}

/**
 * Breakpoints
 */
/**
 * Colors
 */
/**
 * Content
 */
/**
 * Fonts
 */
/**
 * Grid
 */
._3f-BM {
  color: inherit;
  display: flex;
  flex-direction: column;
  font-weight: 400;
}
._J1oY,
._3POTK {
  color: inherit;
  text-transform: uppercase;
}
._J1oY {
  font-size: 1.75em;
  letter-spacing: -1px;
  margin: 0 0 0.16666667em;
}
@media (min-width: 1024px) {
  ._J1oY {
    font-size: 1.5em;
  }
}
._3POTK {
  font-size: 1.5em;
  letter-spacing: -1px;
  line-height: 1.16666667em;
  margin: 0 0 1em;
  opacity: 0.8;
}
@media (min-width: 1024px) {
  ._3POTK {
    font-size: 1.25em;
    letter-spacing: 0;
    line-height: 1.2em;
  }
}
._1nODz {
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.4;
  margin: 0 0 1em;
}
@media (min-width: 1024px) {
  ._1zKpi ._1nODz {
    display: none;
  }
}
._3Caef {
  font-size: 0.91666667em;
  margin-bottom: 1em;
}
.U_AQZ {
  display: inline-block;
  font-family: 'Letter Gothic', sans-serif;
  font-size: 0.91666667em;
  line-height: 1;
  opacity: 0.8;
  text-transform: uppercase;
}
.U_AQZ:not(:last-of-type) {
  border-right: 1px solid currentColor;
  margin: 0 0.5em 0 0;
  padding: 0 0.5em 0 0;
}

/**
 * Breakpoints
 */
/**
 * Colors
 */
/**
 * Content
 */
/**
 * Fonts
 */
/**
 * Grid
 */
._1ou0a {
  background: black;
  position: relative;
}
._3HR0r {
}
._29u18,
._3HR0r,
._3HR0r .top-container {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.tui-icon-circle,
.tui-bar__control-head {
  visibility: hidden !important;
}
.tui-live__badge {
  background-clip: border-box;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  border-top: 1px solid transparent !important;
  color: black !important;
  font-family: 'Letter Gothic', sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: normal !important;
  padding: 0.25em !important;
  text-transform: uppercase;
}
.tui-buffering-slate__spinner--styled {
  border-top-color: #CE312D !important;
}
.tui-ad-slate__countdown {
  margin: 1em !important;
  font-family: 'Letter Gothic', sans-serif;
  text-transform: uppercase;
}
.tui-time,
.tui-cc-menu {
  font-family: 'Letter Gothic', sans-serif !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
}
.tui-cc-menu__button {
  font-size: 12px !important;
}

._3ppr8 {
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  ._3ppr8 {
    padding-left: 3em;
    padding-right: 3em;
  }
}
.YKTiB {
  box-sizing: content-box;
  position: relative;
  transition: min-height 0.3s ease-in-out 0.3s;
}
@media (min-width: 1024px) {
  .YKTiB {
    margin-left: -2em;
    margin-right: -2em;
  }
}
@media (min-width: 1280px) {
  .YKTiB {
    margin-left: -2em;
    margin-right: -2em;
  }
}
._3wbnr {
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  flex: 1;
  height: auto;
  overflow: hidden;
  position: relative;
}
._38G6v ._3wbnr {
  max-width: 768px;
  box-sizing: border-box;
  margin: auto;
}
@media (max-width: 1023px) {
  ._3wbnr {
    max-height: none !important;
    max-height: initial !important;
  }
}
@media (min-width: 1024px) {
  ._3ppr8:not(.ok9XN) ._3wbnr {
    opacity: 1;
    transition: max-height 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out 0.6s;
  }
}
@media (max-width: 1023px) {
  .ok9XN ._3wbnr {
    display: none;
  }
}
@media (min-width: 1024px) {
  .ok9XN ._3wbnr {
    opacity: 0;
    transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out 0.3s;
  }
}
._3iW6K {
  margin: auto;
  z-index: 1;
}
._38G6v ._3iW6K {
  min-height: auto;
}
._1w4bS {
  margin: 0 0 1em;
  padding: 0;
  position: relative;
}
@media (min-width: 1024px) {
  ._1w4bS {
    margin-bottom: 2em;
  }
}
.Oglin {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
._1hKhw {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.CxEJx {
  bottom: calc(250px + 2em);
  pointer-events: none;
  position: absolute;
  z-index: -10;
  height: 0;
}
._1Ru3b {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}
@media (max-width: 1023px) {
  ._1Ru3b {
    max-height: none !important;
    max-height: initial !important;
  }
  ._3ppr8:not(.ok9XN) ._1Ru3b {
    display: none;
  }
}
@media (min-width: 1024px) {
  ._3ppr8:not(.ok9XN) ._1Ru3b {
    opacity: 0;
    transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out 0.3s;
  }
  .ok9XN ._1Ru3b {
    opacity: 1;
    transition: max-height 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out 0.6s;
  }
  ._1DJqM ._1Ru3b {
    bottom: auto;
    box-sizing: border-box;
    height: calc(250px + 2em);
    left: 0;
    padding: 0 4em;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
}
._2y6QE {
  margin: 0 auto;
  max-width: 100%;
  padding: 1em 0;
  display: grid;
  grid-gap: 1em;
  grid-template-rows: repeat(2, auto);
  grid-template-areas: "player" "meta" "provider";
}
@media (min-width: 1024px) {
  ._2y6QE {
    grid-template-columns: 1fr 300px;
    grid-template-rows: 250px 1fr auto;
    grid-auto-rows: auto;
    grid-template-areas: "player ad" "player meta" "player provider";
  }
  ._1DJqM ._2y6QE {
    max-width: calc(1440px + 4em);
    grid-template-columns: 300px 444.44444444px 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "ad player meta";
  }
}
.Sqro3 {
  background-clip: content-box;
  background-color: black;
  background-size: cover;
  background-position: center center;
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
  grid-area: player;
}
.Sqro3::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
._2rKw- {
  background-color: rgba(0, 0, 0, 0.12);
  display: none;
  height: 250px;
  margin-top: -10px;
  padding-bottom: 0;
  width: 300px;
  grid-area: ad;
}
@media (min-width: 1024px) {
  ._2rKw- {
    display: block;
  }
  ._1DJqM ._2rKw-::before {
    left: 0;
  }
}
.yQc-A {
  grid-area: meta;
}
._3icCb {
  grid-area: provider;
  justify-content: flex-end;
  margin-top: 1em;
}
@media (min-width: 1024px) {
  ._3icCb {
    justify-content: space-between;
    margin-top: 0;
  }
  ._1DJqM ._3icCb {
    display: none;
  }
}
._3MlJ- {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}

.y1iCp {
  align-items: center;
  color: #111111;
  display: flex;
  flex: 1 1 auto;
  font-family: 'Letter Gothic', sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  justify-content: center;
  letter-spacing: -1px;
  line-height: 1;
  padding: 0.66666667em;
  text-align: center;
  text-transform: uppercase;
}
@media (hover: hover) {
  .y1iCp:hover {
    background-color: #EEEEEE;
  }
  .y1iCp._2tgTt:hover {
    background-color: transparent;
  }
}
.y1iCp._2tgTt {
  background-clip: content-box;
  background-color: #222222;
  border-radius: 50%;
  color: #EEEEEE;
  display: block;
  flex: none;
  height: 4em;
  margin: auto;
  padding: 0.2em;
  position: relative;
  width: 4em;
}
.y1iCp > svg {
  border-radius: 50%;
  fill: currentColor;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

/**
 * Breakpoints
 */
/**
 * Colors
 */
/**
 * Content
 */
/**
 * Fonts
 */
/**
 * Grid
 */
.Xj2Q6 {
  box-sizing: border-box;
  display: grid;
  grid-gap: 1em;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .Xj2Q6 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5em;
  }
}
@media (min-width: 1024px) {
  .Xj2Q6 {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2em;
  }
}
@media (min-width: 1280px) {
  .Xj2Q6 {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 2em;
  }
}
._84zQg {
  align-items: center;
  display: flex;
  margin: 0;
  min-height: 8.33333333em;
  padding: 0;
  position: relative;
}
._84zQg::after {
  border-right: 1px solid #EEEEEE;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -0.5em;
  bottom: 0;
}
._84zQg:first-of-type {
  padding-right: 1em;
}
._84zQg:last-of-type::after {
  display: none;
}
@media (max-width: 767px) {
  ._84zQg:first-of-type {
    grid-column: span 2;
  }
  ._84zQg:nth-of-type(2n+1)::after {
    display: none;
  }
}
@media (min-width: 768px) {
  ._84zQg::after {
    right: -0.75em;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  ._84zQg:first-of-type {
    grid-column: span 3;
  }
  ._84zQg:nth-of-type(3n+1)::after {
    display: none;
  }
}
@media (max-width: 1023px) {
  ._84zQg:first-of-type::after {
    display: none;
  }
}
@media (min-width: 1024px) {
  ._84zQg::after {
    right: -1em;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  ._84zQg:nth-of-type(4n+0)::after {
    display: none;
  }
}
@media (min-width: 1280px) {
  ._84zQg::after {
    right: -1em;
  }
  ._84zQg:nth-of-type(5n+0)::after {
    display: none;
  }
}
._29pOZ {
  margin: 0;
}
@media (min-width: 768px) {
  ._29pOZ {
    font-size: 2.16666667em;
  }
}
._1ZMeU {
  align-items: center;
  align-self: stretch;
  color: inherit;
  display: flex;
}

/**
 * Breakpoints
 */
/**
 * Colors
 */
/**
 * Content
 */
/**
 * Fonts
 */
/**
 * Grid
 */
._1iO5D {
  background: black;
  background-clip: padding-box;
  border: 4px solid transparent;
  display: block;
  margin-bottom: 4px;
  margin-left: -4px;
  margin-right: -4px;
}
@media (hover: hover) {
  a:hover ._1iO5D > img {
    opacity: 0.8;
  }
}
._31SJ1 {
  box-orient: vertical;
  display: block;
  display: -webkit-box;
  font-family: 'Letter Gothic', sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 1.2;
  overflow: hidden;
  padding-right: 1em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  word-spacing: -2px;
}
.CzD8Y {
  color: #666666;
  font-size: 1em;
  font-family: 'Letter Gothic', sans-serif;
  line-height: 1;
}

/**
 * Breakpoints
 */
/**
 * Colors
 */
/**
 * Content
 */
/**
 * Fonts
 */
/**
 * Grid
 */
.IjppN {
  clip: rect(0, 1em, 1em, 0.5em);
  color: #CE312D;
  display: block;
  font-size: 4em;
  height: 1em;
  margin: 0;
  opacity: 0.9;
  pointer-events: none;
  position: relative;
  visibility: hidden;
  width: 1em;
}
.IjppN::after {
  border-radius: 50%;
  clip: rect(0, 1em, 1em, 0.5em);
  content: '';
  height: 1em;
  left: 0;
  position: absolute;
  top: 0;
  width: 1em;
}
.sh4NS {
  -webkit-animation: _3UMQ5 1.5s ease-in-out infinite;
          animation: _3UMQ5 1.5s ease-in-out infinite;
  visibility: visible;
}
.sh4NS::after {
  -webkit-animation: _1GHNN 1.5s ease-in-out infinite;
          animation: _1GHNN 1.5s ease-in-out infinite;
}
@-webkit-keyframes _3UMQ5 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes _3UMQ5 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes _1GHNN {
  0% {
    box-shadow: inset currentColor 0 0 0 0em;
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset currentColor 0 0 0 4px;
  }
  100% {
    box-shadow: inset currentColor 0 0 0 0em;
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
  }
}
@keyframes _1GHNN {
  0% {
    box-shadow: inset currentColor 0 0 0 0em;
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset currentColor 0 0 0 4px;
  }
  100% {
    box-shadow: inset currentColor 0 0 0 0em;
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
  }
}

/**
 * Breakpoints
 */
/**
 * Colors
 */
/**
 * Content
 */
/**
 * Fonts
 */
/**
 * Grid
 */
._1NbOe {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  color: #111111;
  cursor: pointer;
  display: block;
  font-family: 'Letter Gothic', sans-serif;
  line-height: 3em;
  min-height: 3em;
  min-width: 3em;
  padding: 0 1em;
  position: relative;
  text-transform: uppercase;
}
@media (hover: hover) {
  ._1NbOe:hover {
    background-color: #FFFF00;
  }
}
._1NbOe:active {
  outline: none;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
._7GL1H {
  cursor: default;
  pointer-events: none;
}
._7GL1H:focus {
  outline: none;
}
._2gA4N {
  display: none;
  font-size: 3em;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
._7GL1H ._2gA4N {
  display: block;
}
._1hYiM {
  border-bottom: 1px solid currentColor;
}
._7GL1H ._1hYiM {
  display: none;
}
@media (hover: hover) {
  ._1NbOe:hover ._1hYiM {
    border-bottom-color: transparent;
  }
}

._3AtEU {
  color: inherit;
}

/**
 * Breakpoints
 */
/**
 * Colors
 */
/**
 * Content
 */
/**
 * Fonts
 */
/**
 * Grid
 */
._1jCc7 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
}
@media (min-width: 768px) {
  ._1jCc7 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5em;
  }
}
@media (min-width: 1024px) {
  ._1jCc7 {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2em;
  }
}
@media (min-width: 1280px) {
  ._1jCc7 {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 2em;
  }
}
._2w1U2 {
  box-sizing: border-box;
  margin: 0 0 1em;
}
@media (min-width: 768px) {
  ._2w1U2 {
    margin-bottom: 2em;
  }
}
@media (min-width: 1024px) {
  ._2w1U2 {
    margin-bottom: 3em;
  }
}
@media (min-width: 1280px) {
  ._2w1U2 {
    margin-bottom: 5em;
  }
}
.MSiwn {
  display: block;
  margin: 0;
  padding: 0;
}
._3r1eZ {
  pointer-events: none;
}
._19MQJ {
  margin: 2em auto 0;
}

/**
 * Breakpoints
 */
/**
 * Colors
 */
/**
 * Content
 */
/**
 * Fonts
 */
/**
 * Grid
 */
._1LM7L {
  display: block;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 1em;
  padding-right: 1em;
}
@media (min-width: 768px) {
  ._1LM7L {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media (min-width: 1024px) {
  ._1LM7L {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (min-width: 1280px) {
  ._1LM7L {
    padding-left: 2em;
    padding-right: 2em;
  }
}
._3T45S *,
._1LM7L:hover * {
  color: inherit !important;
}
._19Kmm {
  align-items: flex-start;
  color: inherit;
  display: flex;
  font-family: 'Letter Gothic', sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 0 3px;
  padding: 0;
  text-transform: uppercase;
  word-spacing: -2px;
}
@media (min-width: 768px) {
  ._19Kmm {
    font-size: 1.75em;
    word-spacing: -3px;
  }
}
._12-Lk {
  color: #666666;
  flex: none;
  height: 1em;
  margin-right: 0.5em;
}
.bY-Me,
._3rLD5 {
  display: inline;
  line-height: 1;
  margin: 0;
}
.bY-Me {
  color: #333333;
  white-space: nowrap;
}
.-qJ-f {
  color: #888888;
  display: block;
  font-family: sans-serif;
  font-size: 1.08333333em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

/**
 * Breakpoints
 */
/**
 * Colors
 */
/**
 * Content
 */
/**
 * Fonts
 */
/**
 * Grid
 */
._1W7yZ {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-clip: padding-box;
  background-color: black;
  border: 0.33333em solid transparent;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: block;
  margin-left: -0.33333em;
  margin-right: -0.33333em;
  outline: none;
  position: relative;
}
._1W7yZ::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
._1W7yZ > span {
  display: block;
  font-family: 'Letter Gothic', sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  left: 0;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0 auto;
  padding: 1em;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/**
 * Breakpoints
 */
/**
 * Colors
 */
/**
 * Content
 */
/**
 * Fonts
 */
/**
 * Grid
 */
._3Gqbv {
  position: relative;
}
._2N55x {
  font-family: 'Helvetica Neue Thin', sans-serif;
  font-size: 1.5em;
  letter-spacing: 1px;
  word-spacing: 0;
}
._2SyyM {
  box-sizing: border-box;
  display: grid;
  grid-gap: 1em;
  grid-template-columns: repeat(5, calc((768px - 1px - (6 * 1em)) / 5)) auto;
}
@media (max-width: 767px) {
  ._2SyyM {
    margin-left: -1em;
    margin-right: -1em;
    overflow: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  ._2SyyM::after {
    content: '';
    display: block;
    width: 1px;
  }
}
@media (min-width: 768px) {
  ._2SyyM {
    grid-gap: 1.5em;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  ._2SyyM {
    grid-gap: 2em;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1280px) {
  ._2SyyM {
    grid-gap: 2em;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  ._1K_qK:nth-child(1n+3):not(.vNeu-) {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  ._1K_qK:nth-child(1n+4):not(.vNeu-) {
    display: none;
  }
}
._3tS5W {
  color: inherit;
  display: block;
  margin: 0;
  padding: 0;
}
.FSare {
  pointer-events: none;
}
.FSare ._3LB_w > span {
  background-color: inherit;
  color: inherit;
}

._1KHsU {
  position: relative;
}
._3q7yU:not(:last-child) {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 3em;
  padding-bottom: 1.5em;
}
@media (min-width: 1024px) {
  ._3q7yU:not(:last-child) {
    padding-bottom: 2em;
  }
}
._1MqVo {
  font-family: 'Helvetica Neue Thin', sans-serif;
  letter-spacing: 0;
  word-spacing: 0;
}
@media (min-width: 768px) {
  ._1MqVo {
    font-size: 2.25em;
  }
}
._2uRvW {
  margin-left: -1em;
  margin-right: -1em;
}
@media (min-width: 768px) {
  ._2uRvW {
    margin-left: -1.5em;
    margin-right: -1.5em;
  }
}
@media (min-width: 1024px) {
  ._2uRvW {
    margin-left: -2em;
    margin-right: -2em;
  }
}
@media (min-width: 1280px) {
  ._2uRvW {
    margin-left: -2em;
    margin-right: -2em;
  }
}
._5jA0c {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
  grid-auto-flow: row;
  margin: 0;
}
@media (max-width: 767px) {
  ._5jA0c {
    grid-template-rows: unset !important;
  }
}
@media (min-width: 768px) {
  ._5jA0c {
    grid-gap: 1.5em;
  }
}
@media (min-width: 1024px) {
  ._5jA0c {
    grid-gap: 2em;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
  }
}
@media (min-width: 1280px) {
  ._5jA0c {
    grid-gap: 2em;
  }
}
._17_Ai {
  margin: 0;
}
.rjy1G {
  display: block;
  padding: 0;
}
.rjy1G:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.DD75O {
  margin-bottom: 3em;
  margin-top: 2.5em;
}

.YNqrC {
  background-clip: border-box;
  background: red;
  border-radius: 0.5em;
  border: 4px solid red;
  color: white;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  text-transform: uppercase;
}
@media (hover: hover) {
  .YNqrC:hover {
    background: white;
    border-color: white;
    color: red;
  }
}
.YNqrC::before {
  background: currentColor;
  border-radius: 50%;
  content: '';
  display: block;
  height: 0.5em;
  margin: auto 0.5em;
  width: 0.5em;
}
.YNqrC::after {
  border-bottom: 0.3333em solid transparent;
  border-left: 0.3333em solid currentColor;
  border-top: 0.3333em solid transparent;
  content: '';
  display: block;
  height: 0;
  margin: auto 0.5em;
  width: 0;
}
.YNqrC > span {
  display: block;
  padding: 0.25em 0.5em 0.25em 0;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}

.bOJat {
  background: black;
  box-sizing: border-box;
  color: white;
  font-family: sans-serif;
  overflow: hidden;
  position: relative;
}
._2hFf5 {
  display: flex;
  position: relative;
  align-items: center;
}
._3bfgC {
  display: none;
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (min-width: 768px) {
  ._3bfgC {
    align-items: center;
    align-self: stretch;
    border-right: 1px solid #444444;
    display: flex;
    flex: 0 0 7.5em;
    margin-right: 1.5em;
    padding-right: 1.5em;
  }
}
@media (min-width: 1024px) {
  ._3bfgC {
    border-right-width: 2px;
    flex-basis: 15em;
    margin-right: 2em;
    padding-right: 2em;
  }
}
._3bfgC > img {
  background: white;
  border-radius: 50%;
  border: 2px solid white;
  box-sizing: border-box;
  display: block;
  margin: auto 0;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: relative;
  width: 7.5em;
  height: 7.5em;
}
@media (min-width: 1024px) {
  ._3bfgC > img {
    border-width: 5px;
    width: 15em;
    height: 15em;
  }
}
._9RsZ- {
  align-items: flex-start;
  flex: 1 1 auto;
  font-size: 1em;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  ._9RsZ- {
    font-size: 1.5em;
  }
}
._3MxGv {
  margin-bottom: 0.75em;
}
._3oumY {
  font-size: 1.16666667em;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
._2aaom {
  margin: 0;
}
._2KFcU {
  display: block;
  list-style: none;
}
._2KFcU > li {
  display: inline-block;
  line-height: 1;
}
._2KFcU > li:not(:last-child) {
  border-right: 1px solid white;
  margin-right: 0.5em;
  padding-right: 0.5em;
}
@media (min-width: 1024px) {
  ._2KFcU > li:not(:last-child) {
    border-right-width: 2px;
  }
}
._2KFcU > li a {
  color: white;
  display: block;
}
@media (hover: hover) {
  ._2KFcU > li a:hover {
    color: red;
  }
}
.zfCQi {
}
._1Xw2w {
  display: none;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  ._1Xw2w {
    display: block;
    margin-top: 1em;
  }
}
._1Xw2w > li {
  font-size: 0.83333333em;
}

._2QB2g {
  background: white;
  font-size: 12px;
  position: relative;
  width: 100%;
}
._1TV6E {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 3em;
  padding-top: 3em;
}
@media (min-width: 1024px) {
  ._1TV6E {
    padding-bottom: 4em;
    padding-top: 4em;
  }
}
._1TV6E:last-child {
  border-bottom-width: 0;
}
.QIMKf {
  height: 0;
}
@media (min-width: 320px) {
  .QIMKf {
    height: 50px;
  }
}
@media (min-width: 728px) {
  .QIMKf {
    height: 90px;
    max-width: 728px;
  }
}
@media (min-width: 970px) {
  .QIMKf {
    max-width: 970px;
  }
}
._1pZqQ {
  align-items: center;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  text-align: center;
}
@media (min-width: 320px) {
  ._1pZqQ {
    height: calc(50px + 2em);
  }
}
@media (min-width: 728px) {
  ._1pZqQ {
    height: calc(90px + 2em);
  }
}
._2LCBU {
  color: #333333;
  line-height: 1.25em;
  padding-bottom: 1em;
  padding-top: 1em;
}
._14Ooj {
  display: grid;
  grid-column: span 1;
  grid-gap: 1em;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  ._14Ooj {
    grid-template-columns: auto auto;
  }
}
._3zP_a,
._3WvCK {
  display: flex;
  align-items: center;
  grid-column: span 1;
}
@media (min-width: 768px) {
  ._3zP_a:only-child,
  ._3WvCK:only-child {
    grid-column: span 2;
  }
}
._3zP_a {
  font-size: 1em;
  line-height: 2;
}
@media (min-width: 768px) {
  ._3zP_a {
    line-height: 1;
  }
}
@media (min-width: 768px) {
  ._3WvCK {
    justify-content: flex-end;
  }
}
._1bdtd {
  border-bottom: 1px solid #EEEEEE;
  position: relative;
  z-index: 1;
}
@media (hover: hover) {
  a._1bdtd:hover {
    border-bottom-color: #FFFF00;
  }
}
._3EaEv ._3HLD0 {
  min-height: 100vh;
}
._1mI6k {
}
@media (min-width: 1024px) {
  ._1mI6k {
    padding-bottom: 6em;
    padding-top: 6em;
  }
}
._38zlL {
  margin-bottom: 4em;
}
@media (min-width: 768px) {
  ._38zlL {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3em;
  }
}
@media (min-width: 1024px) {
  ._38zlL {
    margin-bottom: 6em;
  }
}
.sT1fC {
  font-size: 2.5em;
  margin: 0 0 1em;
}
@media (min-width: 768px) {
  .sT1fC {
    flex: 1 0 auto;
    font-size: 2.83333333em;
    margin-bottom: 0;
  }
}
._1Ge6D {
  color: #888888;
  font-size: 0.91666667em;
  line-height: 1.09090909em;
  margin: 0;
}
._3tVyK {
  margin-bottom: 3em;
}
@media (min-width: 1024px) {
  ._3tVyK {
    margin-bottom: 5em;
  }
}
._2P6NC {
  font-size: 1.5em;
}
@media (min-width: 768px) {
  ._2P6NC {
    font-size: 1.75em;
  }
}
@media (min-width: 1024px) {
  ._2P6NC {
    font-size: 2em;
  }
}
.Jkjyv {
  color: inherit;
}

/**
 * Breakpoints
 */
/**
 * Colors
 */
/**
 * Content
 */
/**
 * Fonts
 */
/**
 * Grid
 */
._3mHtx {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border-radius: 50%;
  border: none;
  color: #111111;
  cursor: pointer;
  display: block;
  font-family: 'Letter Gothic', sans-serif;
  font-size: inherit;
  line-height: 2em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 2em;
  height: 2em;
}
._3mHtx:active,
._3mHtx:focus {
  outline: none;
}
._3mHtx:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media (hover: hover) {
  ._3mHtx:hover {
    background-color: #FFFF00;
  }
}

/**
 * Breakpoints
 */
/**
 * Colors
 */
/**
 * Content
 */
/**
 * Fonts
 */
/**
 * Grid
 */
._2_MZ6 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25em -1em;
}
@media (min-width: 768px) {
  ._2_MZ6 {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
}
._2a-5X {
  box-sizing: border-box;
  margin: 0 0.25em 1em;
  padding: 0;
}
@media (min-width: 768px) {
  ._2a-5X {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}

._3jy-U {
  fill: currentColor;
}

/**
 * Breakpoints
 */
/**
 * Colors
 */
/**
 * Content
 */
/**
 * Fonts
 */
/**
 * Grid
 */
._3MBl2 {
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 0;
  position: relative;
}
._223KL {
  background: white;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  flex: 1 1 auto;
  font-family: sans-serif;
  font-size: inherit;
  font-weight: 400;
  height: 2em;
  margin: 0;
  padding: 0.16666667em 2.5em 0.16666667em 0.5em;
  position: relative;
  width: 100%;
  z-index: 1;
}
._223KL:active,
._223KL:focus {
  border-color: #111111;
  outline: none;
}
._223KL::-webkit-input-placeholder {
  color: #CCCCCC;
  font-family: 'Letter Gothic', sans-serif;
  text-transform: uppercase;
}
._223KL:-ms-input-placeholder {
  color: #CCCCCC;
  font-family: 'Letter Gothic', sans-serif;
  text-transform: uppercase;
}
._223KL::-ms-input-placeholder {
  color: #CCCCCC;
  font-family: 'Letter Gothic', sans-serif;
  text-transform: uppercase;
}
._223KL::placeholder {
  color: #CCCCCC;
  font-family: 'Letter Gothic', sans-serif;
  text-transform: uppercase;
}
._3L9At {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-clip: padding-box;
  background-color: transparent;
  border: 0;
  bottom: 0;
  box-sizing: border-box;
  color: #CCCCCC;
  cursor: pointer;
  display: block;
  flex: none;
  font-size: 1em;
  margin: 1px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2em;
  z-index: 2;
}
._3L9At:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media (hover: hover) {
  ._3L9At:hover {
    color: #CE312D;
  }
}
._3L9At:disabled {
  color: #CCCCCC !important;
  cursor: default;
  pointer-events: none;
}
._223KL:focus + ._3L9At {
  color: inherit;
}
._2mHs4 {
  display: block;
  height: 1em;
  margin: auto;
  width: 1em;
}

._3KrFQ {
  fill: currentColor;
}

/**
 * Breakpoints
 */
/**
 * Colors
 */
/**
 * Content
 */
/**
 * Fonts
 */
/**
 * Grid
 */
._2rgzk {
  align-items: center;
  box-sizing: border-box;
  color: #111111;
  display: flex;
  font-family: 'Letter Gothic', sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
}
._2rgzk strong {
  font-weight: 700;
}
._30R18 {
  display: flex;
  margin: 0 1em 0 0;
}
._2w--o {
  height: 1em;
  margin: auto;
  width: 1em;
}

/**
 * Breakpoints
 */
/**
 * Colors
 */
/**
 * Content
 */
/**
 * Fonts
 */
/**
 * Grid
 */
._2P_yh {
  margin-bottom: 4em;
  position: relative;
}
@media (min-width: 1024px) {
  ._2P_yh {
    margin-bottom: 5em;
  }
}
.QJVVy {
  align-items: center;
  display: grid;
  font-size: 1.16666667em;
  grid-gap: 2em;
  grid-template-columns: 1fr;
  margin: 0 0 2em;
  position: relative;
}
@media (min-width: 1024px) {
  .QJVVy {
    margin-bottom: 2em;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2em;
  }
}
@media (min-width: 1280px) {
  .QJVVy {
    margin-bottom: 2em;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 2em;
  }
}
.drp61 {
  font-family: 'Letter Gothic', sans-serif;
  font-size: 1em;
  font-weight: 400;
  margin: 0 0 0.71428571em;
  text-transform: uppercase;
}
._232jU {
  grid-column: 1;
}
@media (min-width: 1024px) {
  ._1NgeO,
  ._1dJ9j {
    grid-column: span 3;
  }
}
@media (min-width: 1280px) {
  ._1NgeO,
  ._1dJ9j {
    grid-column: span 4;
  }
}
._3Co38 {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
._1R3_F {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
}
@media (min-width: 768px) {
  ._1R3_F {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5em;
  }
}
@media (min-width: 1024px) {
  ._1R3_F {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2em;
  }
}
@media (min-width: 1280px) {
  ._1R3_F {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 2em;
  }
}
._3CxvD {
  box-sizing: border-box;
  margin: 0 0 1em;
}
@media (min-width: 768px) {
  ._3CxvD {
    margin-bottom: 2em;
  }
}
@media (min-width: 1024px) {
  ._3CxvD {
    margin-bottom: 3em;
  }
}
@media (min-width: 1280px) {
  ._3CxvD {
    margin-bottom: 5em;
  }
}
._3Nfuv {
  color: inherit;
}
.zGYq6 {
  margin: 2em 0 4em;
}
@media (min-width: 1024px) {
  .zGYq6 {
    margin-bottom: 5em;
  }
}
.XrYuL {
  margin: auto;
}

