#home .container {
  padding-top: 1.5em;
}
#home .video {
  margin: 0 auto;
}

#main-top {
  display: block;
  position: relative;
}
#main-top picture.mobile {
  position: relative;
  z-index: 500;
}
@media only screen and (min-width: 768px) {
  #main-top {
    padding-top: 7%;
  }
}
@media only screen and (min-width: 1500px) {
  #main-top {
    padding-top: 5%;
  }
}

.winner-23 {
  display: block;
  margin: 0 auto 1em;
  max-width: 100%;
  width: 800px;
}

.tonys-container {
  display: block;
  background: #3e1f5e;
  padding: 15px 15%;
  border-bottom: 1px solid white;
}
.tonys-container img {
  display: block;
  max-width: 100%;
}
.tonys-container .tonys-static {
  display: block;
  max-width: 416px;
  margin: 0 auto;
}
.tonys-container #tonys-noms {
  display: none;
  max-width: 380px;
  margin: 0 auto;
}
.tonys-container #tonys-noms.slick-initialized {
  display: block;
}
.tonys-container .winners-static {
  display: block;
  max-width: 521px;
  margin: 0 auto;
}
.tonys-container #tonys-winners {
  display: none;
  max-width: 700px;
  margin: 0 auto;
}
.tonys-container #tonys-winners.slick-initialized {
  display: block;
}
@media only screen and (min-width: 568px) {
  .tonys-container {
    padding: 15px 5% 15px 3%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 505;
  }
  .tonys-container .tonys-limiter {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 810px;
  }
  .tonys-container .tonys-static {
    display: flex;
    align-content: center;
    width: 52%;
    flex-wrap: wrap;
  }
  .tonys-container #tonys-noms {
    width: 47.3%;
  }
  .tonys-container .winners-limiter {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1221px;
  }
  .tonys-container .winners-static {
    display: flex;
    align-content: center;
    width: 42.6%;
    flex-wrap: wrap;
  }
  .tonys-container #tonys-winners {
    width: 57.3%;
  }
}
@media only screen and (min-width: 768px) {
  .tonys-container {
    padding: 15px 5%;
  }
  .tonys-container .tonys-limiter {
    width: 70%;
  }
  .tonys-container .winners-limiter {
    width: 85%;
  }
}

#homepage .tonys-container-subpages {
  display: none !important;
}

.tonys-container-subpages {
  display: block;
  background: #3c2255;
  padding: 15px 15%;
  border-bottom: 1px solid white;
}
.tonys-container-subpages img {
  display: block;
  max-width: 100%;
}
.tonys-container-subpages .tonys-static {
  display: block;
  max-width: 416px;
  margin: 0 auto;
}
.tonys-container-subpages #tonys-noms-sub {
  display: none;
  max-width: 380px;
  margin: 0 auto;
}
.tonys-container-subpages #tonys-noms-sub.slick-initialized {
  display: block;
}
.tonys-container-subpages .winners-static {
  display: block;
  max-width: 521px;
  margin: 0 auto;
}
.tonys-container-subpages #tonys-winners-sub {
  display: none;
  max-width: 700px;
  margin: 0 auto;
}
.tonys-container-subpages #tonys-winners-sub.slick-initialized {
  display: block;
}
@media only screen and (min-width: 568px) {
  .tonys-container-subpages {
    padding: 15px 5% 15px 3%;
    z-index: 505;
  }
  .tonys-container-subpages .tonys-limiter {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 810px;
  }
  .tonys-container-subpages .tonys-static {
    display: flex;
    align-content: center;
    width: 52%;
    flex-wrap: wrap;
  }
  .tonys-container-subpages #tonys-noms-sub {
    width: 47.3%;
  }
  .tonys-container-subpages .winners-limiter {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1221px;
  }
  .tonys-container-subpages .winners-static {
    display: flex;
    align-content: center;
    width: 42.6%;
    flex-wrap: wrap;
  }
  .tonys-container-subpages #tonys-winners-sub {
    width: 57.3%;
  }
}
@media only screen and (min-width: 768px) {
  .tonys-container-subpages {
    padding: 15px 5%;
  }
  .tonys-container-subpages .tonys-limiter {
    width: 70%;
  }
  .tonys-container-subpages .winners-limiter {
    width: 85%;
  }
}

.press li.nytcp .inner:before {
  display: block;
  content: "";
  margin: 0 auto 8px;
  width: 70px;
  height: 70px;
  background: url("../_img/criticspick-sm-2024.png") center center no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 1200px) {
  .press li.nytcp {
    padding-left: 1em;
    padding-right: 1em;
  }
  .press li.nytcp .inner {
    padding-left: 75px;
  }
  .press li.nytcp .inner:before {
    margin: 0;
    position: absolute;
    top: calc(50% - 35px);
    width: 70px;
    height: 70px;
    left: -5px;
  }
}
@media only screen and (min-width: 1300px) {
  .press li.nytcp {
    padding-left: 1em;
    padding-right: 1em;
  }
  .press li.nytcp .inner {
    padding-left: 90px;
  }
  .press li.nytcp .inner:before {
    top: calc(50% - 45px);
    width: 90px;
    height: 90px;
  }
}
@media only screen and (min-width: 1450px) {
  .press li.nytcp {
    padding-left: 2em;
    padding-right: 2em;
  }
  .press li.nytcp .inner:before {
    top: calc(50% - 50px);
    width: 100px;
    height: 100px;
    left: -15px;
  }
}
@media only screen and (min-width: 1550px) {
  .press li.nytcp {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  .press li.nytcp .inner:before {
    top: calc(50% - 57px);
    width: 115px;
    height: 115px;
    left: -20px;
  }
}

#tonysvideo {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}
#tonysvideo iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#tonysvideo .mfp-close {
  top: -30px;
  right: -30px;
}

#home-vid {
  display: flex;
  position: relative;
  width: 50%;
  height: 50vw;
  padding: 0;
  margin: 0;
  background: #291748;
}
#home-vid:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background-image: -webkit-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%);
  background-image: -moz-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%);
  background-image: -ms-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%);
  background-image: -o-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%);
  background-image: linear-gradient(to right, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%);
  background-color: #dac36d;
}
#home-vid #vimeovideo {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
#home-vid #vimeovideo .thecontent {
  display: block;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#home-vid #vimeovideo .thecontent img {
  display: block;
  max-width: 100%;
}
#home-vid #vimeovideo iframe[data-ready=true] {
  background-color: #000;
}

.logo-hover {
  display: flex;
  position: absolute;
  inset: 20% 0 0 0;
  justify-content: center;
  align-items: center;
}
.logo-hover:before {
  display: block;
  content: "";
  position: absolute;
  top: 15%;
  left: 20%;
  width: 60%;
  height: 70%;
  border-radius: 50%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#713097+0,713097+99&0.8+0,0+71,0+71 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(113, 48, 151, 0.8) 0%, rgba(113, 48, 151, 0) 71%, rgba(113, 48, 151, 0) 99%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(113, 48, 151, 0.8) 0%, rgba(113, 48, 151, 0) 71%, rgba(113, 48, 151, 0) 99%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(113, 48, 151, 0.8) 0%, rgba(113, 48, 151, 0) 71%, rgba(113, 48, 151, 0) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cc713097", endColorstr="#00713097",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.logo-hover img {
  max-width: 70%;
}
@media only screen and (min-width: 768px) {
  .logo-hover {
    inset: 15% 0 0 0;
  }
  .logo-hover img {
    width: 800px;
    max-width: 40%;
  }
}/*# sourceMappingURL=homepage.css.map */