/* app/assets/fd-pkgs/@fd-assets/core-styles/stylesheets/modules/loadingBars.css */
.loading-bars__btn-wrap--processing {
  position: relative;
  display: inline-block;
}
.loading-bars__btn--processing,
.loading-bars__btn--processing:disabled {
  color: transparent;
}
.btn.loading-bars__btn--processing,
.btn.loading-bars__btn--processing:disabled {
  background-color: #FF9640;
}
@keyframes loadingBarsBounce {
  0% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(0.7);
    opacity: 0.1;
  }
}
@keyframes loadingBarsElementBounce {
  0% {
    transform: scaleY(1.6);
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    opacity: 0.2;
  }
}
.loading-bars__overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  transition: opacity .25s ease-in;
}
.loading-bars__overlay--visible {
  opacity: 1;
}
.loading-bars {
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 991;
  width: calc(86em / 13);
  height: calc(80em / 13);
  background: rgba(0, 0, 0, 0.4);
  border-radius: calc(4em / 13);
  opacity: 0;
}
.loading-bars,
.loading-bars * {
  box-sizing: border-box;
}
.loading-bars--square {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  font-size: 9px;
  height: 50px;
  opacity: 1;
  position: absolute;
  width: 50px;
}
.loading-bars--element {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: none;
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  opacity: 1;
  z-index: 0;
}
.loading-bars__bar {
  background-color: #ffffff;
  border: 0;
  float: left;
  width: calc(10em / 13);
  height: calc(40em / 13);
  margin-left: calc(5em / 13);
  animation-name: loadingBarsBounce;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  opacity: 0.1;
  transform: scale(0.7);
}
.loading-bars__bar:nth-child(1) {
  animation-delay: 0.4s;
}
.loading-bars__bar:nth-child(2) {
  animation-delay: 0.5s;
}
.loading-bars__bar:nth-child(3) {
  animation-delay: 0.6s;
  margin-right: calc(5em / 13);
}
.loading-bars__bar--element {
  animation-name: loadingBarsElementBounce;
  transform: scale(1);
  opacity: 0.2;
  width: calc(3em / 13);
  height: calc(12em / 13);
  margin-left: calc(2em / 13);
}
.loading-bars__bar--element:nth-child(3) {
  margin-right: calc(2em / 13);
}
.loading-bars__element {
  position: relative !important;
  color: transparent !important;
}

/* app/assets/fd-pkgs/fd-location/stylesheets/fdLocation.dropdown.css */
.location-dropdown {
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  width: 383px;
}
.location-dropdown__current-location {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.location-dropdown__icon {
  margin-right: 10px;
}
.location-dropdown__text {
  color: #3478c1;
}
.location-dropdown__close-btn {
  display: none;
}

/* app/assets/fd-pkgs/@fd-assets/overlays/stylesheets/Fandango.popup.css */
.popup {
  font-size: 14px;
  line-height: 1.4;
  color: #323232;
  background-color: #fff;
  padding: 60px 16px 40px;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: bottom 0.3s ease-out;
  -webkit-transition: bottom 0.3s ease-out;
  z-index: 1;
  text-align: center;
}
.popup__lightbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.popup--mobile .popup__lightbox {
  bottom: 50px;
}
.popup__lightbox--offscreen {
  top: -100%;
  right: unset;
  left: -100%;
  bottom: unset;
}
.popup__lightbox--hidden {
  display: none;
}
.popup__lightbox--open {
  opacity: 1;
}
.popup__lightbox--open .popup {
  visibility: visible;
}
.popup__clear-btn {
  background-color: transparent;
  padding: 0;
  font-weight: 700;
}
.popup__close-btn--contained {
  position: unset;
}
.popup__btn {
  width: 100%;
  margin: 24px 0 0;
  padding: 8px;
}
.popup__close-btn-x,
.no-touch .invert-hover .popup__close-btn-x:hover {
  position: absolute;
  top: 16px;
  right: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-image: url(data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cpath%20fill%3D%22%23a0a0a0%22%20d%3D%22M22.6%200L12.4%2010.2%202.2%200%200%202.2l10.2%2010.2L0%2022.6l2.2%202.2%2010.2-10.2%2010.2%2010.2%202.2-2.2-10.2-10.2L24.8%202.2z%22%2F%3E%3C%2Fsvg%3E);
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  direction: ltr;
  width: 16px;
  height: 16px;
  padding: 0;
}
@media (orientation: landscape) {
  .popup {
    margin: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  }
}
@keyframes popupslidein {
  from {
    transform: translateY(35%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes popupslideout {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(20%);
  }
}
.popup__lightbox[aria-hidden=false] .popup {
  animation: popupslidein .35s cubic-bezier(0, 0, .2, 1);
}
.popup__lightbox[aria-hidden=true] .popup {
  animation: popupslideout .35s cubic-bezier(0, 0, .2, 1);
}

/* app/assets/stylesheets/theater/showtimes/theaterAmenitiesDropdown.css */
.theater-amenities-dropdown {
  padding: 16px 20px 24px 20px;
  background-color: var(--neutral-000);
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  top: 10px;
  min-width: 220px;
}
.theater-amenities-dropdown__container {
  background-color: transparent;
  padding-top: 0;
  padding-left: 0;
}
.theater-amenities-dropdown__close-btn {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='24px' width='24px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23ECEDEE;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23333E48;%7D%0A%3C/style%3E%3Cpath class='st0' d='M24,12c0,6.6-5.4,12-12,12S0,18.6,0,12S5.4,0,12,0S24,5.4,24,12'/%3E%3Cpath class='st1' d='M17.2,7.2c-0.3-0.3-0.8-0.3-1.1,0L12,11L7.8,7.2c-0.3-0.3-0.8-0.3-1.1,0S6.5,8,6.8,8.3l4.1,3.7l-4.1,3.7 c-0.3,0.3-0.3,0.8-0.1,1.1c0.3,0.3,0.8,0.3,1.1,0L12,13l4.2,3.8c0.3,0.3,0.8,0.3,1.1,0c0.3-0.3,0.3-0.8,0-1.1L13.1,12l4.1-3.7 C17.5,8,17.5,7.5,17.2,7.2'/%3E%3C/svg%3E");
  height: 24px;
  width: 24px;
  position: absolute;
  background-size: unset;
  z-index: 9;
}
.theater-amenities-dropdown__text-block {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 14px;
}
.theater-amenities-dropdown__name {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px 0;
}
.theater-amenities-dropdown__amenities-list {
  padding-left: 16px;
}

/* app/assets/stylesheets/shared/dateCarousel.css */
.date-carousel {
  margin-bottom: 16px;
}
.date-carousel .fd-carousel-placeholder {
  padding-left: 0;
}
.date-carousel .fd-carousel-placeholder__item {
  margin-right: 8px;
  animation: none;
  background: none #ebebeb;
  flex-shrink: 0;
  width: 62px;
  height: 70px;
  border-radius: 3px;
}
.date-carousel .fd-carousel__arrow {
  top: 22px;
}
.date-carousel .fd-carousel__arrow--left {
  left: -14px;
}
.date-carousel .fd-carousel__arrow--right {
  right: -14px;
}

/* app/assets/stylesheets/movie/mobile/trailers/videos.css */
.movie-videos {
  padding: 16px;
  background-color: var(--neutral-000);
}
.movie-detail__video,
.movie-detail__video-link,
.movie-detail__video--mweb {
  height: 210px;
}
.movie-detail__video--mweb {
  margin: -1rem -1rem 0;
}
.movie-detail__video-link,
.movie-detail__video {
  border-radius: 4px;
  border: 0;
  display: block;
  overflow: hidden;
  position: relative;
  background-color: var(--neutral-300);
}
.movie-detail-header__logo {
  height: 64px;
  object-fit: contain;
  position: absolute;
  z-index: 1;
  display: block;
  margin: auto;
  bottom: 8px;
  left: 0;
  right: 0;
}
.movie-detail__video-link::after {
  background-color: var(--dark-overlay-80);
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 56 56' style='enable-background:new 0 0 56 56;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill-opacity:0.4;%7D .st1%7Bfill:none;stroke:%23FFFFFF;stroke-width:3;%7D .st2%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M56,28c0,15.5-12.5,28-28,28C12.5,56,0,43.5,0,28S12.5,0,28,0C43.5,0,56,12.5,56,28z'/%3E%3Ccircle class='st1' cx='28' cy='28' r='26.5'/%3E%3Cpath class='st2' d='M21.6,11.9c-0.3-0.2-0.6-0.2-0.9-0.1c-0.3,0.1-0.5,0.5-0.5,0.8v30.9c0,0.3,0.2,0.6,0.5,0.8 c0.1,0.1,0.3,0.1,0.4,0.1c0.2,0,0.4-0.1,0.5-0.2l20.5-15.5c0.2-0.2,0.4-0.4,0.4-0.7c0-0.3-0.1-0.5-0.4-0.7L21.6,11.9L21.6,11.9z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
.movie-videos .movie-detail__video-image,
.movie-detail__video .movie-detail__video-image {
  width: 100%;
  min-height: 192px;
}
.movie-detail__video-description {
  font-size: 1rem;
  font-weight: 400;
  padding: 0.5rem 0 1.5rem;
  line-height: 1.2rem;
  color: var(--blue-600);
}

/* app/assets/stylesheets/movie/overview/desktop/movieDetailLayout.css */
.movie-detail-layout {
  display: flex;
  position: relative;
}
.movie-detail-layout__toggle {
  position: relative;
}
.movie-detail-layout__content,
.movie-detail-layout__sidebar {
  width: 100%;
  min-width: 0;
}
.movie-detail-layout__sidebar {
  display: none;
}
.movie-detail-layout__marketing-spotlight {
  padding: 20px 0;
}
.movie-detail-layout__location-module .location,
.movie-detail-layout__content .format-filter__list {
  padding-left: 0;
  position: relative;
}
.movie-detail-layout__location-module .location {
  margin: 16px 0;
}
.movie-detail-layout__toggle .viewing-type-toggle__wrapper {
  background-color: transparent;
}
@media (min-width: 1025px) {
  .movie-detail-layout {
    gap: 30px;
  }
  .movie-detail-layout__sidebar {
    flex-shrink: 0;
    width: 300px;
    display: block;
  }
}

/* app/assets/stylesheets/shared/movie/movieDetail.css */
.movie-detail-header .movie-detail-header__heart-placeholder,
.movie-detail-header .icon.fav-heart {
  margin: 0;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
}
.movie-detail-header__ratings {
  display: flex;
  gap: 8px;
}
.movie-detail-header__ratings-empty {
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
}
.movie-detail-header__additional-info-rating {
  border: 1px solid var(--neutral-100);
  border-radius: 4px;
  padding: 0 4px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 16px;
}
.movie-detail-header__info-item {
  color: var(--neutral-100);
  line-height: 16px;
}
.movie-detail .rottentomatoes-rating,
.movie-detail-header .rottentomatoes-rating {
  font-size: 0.75rem;
  padding: 0;
  color: var(--neutral-100);
}
.movie-detail .rottentomatoes-icon,
.movie-detail-header .rottentomatoes-icon {
  width: 20px;
  height: 20px;
}
.movie-detail-header__ratings-item {
  display: inline-block;
}
.movie-detail-header__reviews-links {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.movie-detail-header__reviews-links *:not(:last-child)::after {
  content: "\2022";
  margin-left: 8px;
  color: var(--neutral-200);
  display: inline-block;
}
.movie-detail-header__additional-info {
  gap: 8px;
  align-items: center;
}
.movie-detail .movie-offer {
  position: relative;
  margin-top: 1rem;
  left: auto;
  bottom: auto;
  right: auto;
  height: auto;
}
body .icon.fav-heart {
  width: 20px;
  background-position: left center;
  flex: 0 0 auto;
}
.movie-detail__filter--no-showtimes {
  border: 1px solid var(--light-overlay-8);
  background-color: var(--neutral-000);
  padding: 18px 16px 20px;
}
.movie-detail__filter-title--no-showtimes {
  font-size: 14px;
  font-weight: bold;
}
.movie-detail__container {
  display: flex;
  align-items: center;
  font-size: 14px;
  position: relative;
  margin-top: 15px;
  overflow: hidden;
}
.movie-detail__synopsis-wrap {
  display: flex;
  align-items: start;
  width: 100%;
}
.movie-detail__synopsis {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.movie-detail__title {
  color: var(--neutral-600);
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-transform: none;
  line-height: 1.25;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.movie-detail__row {
  align-items: center;
  display: flex;
  margin-bottom: 16px;
}
.movie-detail__row--mobile {
  justify-content: space-between;
}
.movie-detail__link {
  margin-bottom: 4px;
  margin-left: 10px;
}
.movie-detail__grv-wrap {
  width: 100%;
  position: absolute;
  top: -1000px;
}
.movie-detail__grv-list {
  margin-bottom: 30px;
  border-bottom: 1px solid var(--light-overlay-8);
}
.movie-detail__grv-item {
  padding-bottom: 10px;
}
.movie-details__photos-container {
  margin-bottom: 16px;
}
.movie-detail__container--open {
  flex-direction: column;
  margin-bottom: 20px;
  overflow: visible;
}
.movie-detail__container--open .movie-detail__synopsis {
  color: var(--neutral-200);
  margin-bottom: 16px;
  white-space: normal;
  width: 100%;
}
.movie-detail__container--open .movie-detail__grv-wrap {
  position: inherit;
  top: 0;
}
.movie-detail__grv-wrap > .img-gallery {
  background: inherit;
  padding-top: 0;
}
.movie-detail__section-title {
  align-self: flex-start;
  font-size: 18px;
  font-weight: bold;
  margin: 16px 16px 16px 0;
  color: var(--neutral-100);
}
.movie-detail__container--mobile {
  margin: 6px 16px 6px 16px;
}
#movie-detail-dropdown {
  background-color: var(--neutral-600);
}
.movie-detail-header__release-date {
  font-size: 12px;
}
.movie-detail-header__release-date::before {
  content: "\2022";
  color: var(--neutral-200);
  margin-right: 4px;
}

/* app/assets/stylesheets/movie/overview/desktop/movieDetail.css */
.movie-detail--desktop {
  background-color: transparent;
  background-image: none;
}
.movie-detail.fd-panel {
  margin-top: 20px;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid var(--light-overlay-8);
  margin-bottom: 20px;
}
.movie-detail__video-link,
.movie-detail__video-image,
.movie-detail__video {
  height: 315px;
}
.movie-detail__video-image {
  max-width: 200px;
  visibility: hidden;
}
.movie-detail__head-side-image {
  flex: auto;
  position: relative;
}
.movie-detail-header__info-bloc-wrap {
  display: flex;
}
.movie-detail__buy-tickets-btn {
  height: 36px;
  width: 230px;
  margin-top: 16px;
  margin-right: 20px;
}
.movie-detail__info-wrap {
  width: calc(100% - 230px);
}
.movie-detail__video-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--dark-overlay-60);
}
.movie-detail__video-close-btn {
  height: 24px;
  width: 24px;
  position: absolute;
  top: 47px;
  right: 22px;
  background-size: 50%;
  z-index: 9;
  border-radius: 50%;
  background-color: #efefef;
}
.movie-detail__video-container {
  position: relative;
}
.movie-detail__head-side-image .jwplayer {
  border-radius: 4px;
  box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.12), 0 5px 16px 0 rgba(0, 0, 0, 0.08);
}

/* app/assets/stylesheets/movie/overview/desktop/movieDetailHeader.css */
.movie-detail-header {
  display: flex;
  flex-direction: column;
}
.movie-detail-header__wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.movie-detail-header__btn {
  color: var(--neutral-000);
  padding: 6px 16px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #4691e3;
  background-color: var(--neutral-600);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: none;
}
.movie-detail-header__btn:hover,
a.movie-detail-header__btn:hover {
  color: var(--neutral-600);
  text-decoration: none;
  background-color: #f2f3f3;
  border-color: transparent;
}
.movie-detail-header__btn::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 8px;
}
.movie-detail-header__trailer-btn::before {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-play-white.efj6tsah.svg");
}
.movie-detail-header__trailer-btn:hover::before {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-play-black.8hj61on0.svg");
}
.movie-detail-header__additional-info {
  display: flex;
  width: 100%;
  font-size: 16px;
}
.movie-detail-header__reviews {
  display: flex;
  align-items: center;
  gap: 16px;
}
.movie-detail-header__panel {
  margin-bottom: 20px;
}
.movie-detail-header--desktop {
  align-items: baseline;
}
.movie-detail-header__header {
  aspect-ratio: 16 / 9;
  max-width: 711px;
  max-height: 290px;
  width: 55%;
  right: -20px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.movie-detail-header__head-wrap {
  display: flex;
  position: relative;
  padding-top: 60px;
}
.movie-detail-header__head-poster {
  margin-right: 20px;
}
.movie-detail-header__poster-link {
  height: 141px;
  width: auto;
}
.movie-detail-header__poster-link .movie-detail__poster {
  border-radius: 8px;
}
.movie-detail-info-block__wrapper {
  margin-top: auto;
}
.movie-detail-info-block {
  margin-bottom: 16px;
}
.movie-detail-info-block > :not(:last-child) {
  margin-bottom: 8px;
}
.movie-detail-header--desktop .movie-offer-btn {
  position: initial;
}
.movie-detail-header--desktop .movie-detail-header__title {
  font-size: 16px;
  margin-left: 0;
  max-width: 480px;
  text-align: left;
  text-transform: none;
}
.movie-detail-header--desktop .movie-detail-header__info {
  background: none;
  justify-content: flex-start;
  padding: 0;
}
.movie-detail-header__btn[disabled] {
  background-color: var(--neutral-600);
  color: #cccfd1;
  pointer-events: none;
  border: none;
}
.movie-detail-header__trailer-btn[disabled]::before {
  width: 0;
}
.movie-detail-header__title {
  display: inline-block;
  text-transform: none;
  line-height: 1.25;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.movie-detail-header__list-btn::before {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-fave-heart--white-outline.d0403u72.svg");
}
.movie-detail-header__list-btn:hover::before {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-fave-heart--black-filled.4ijhtlbm.svg");
}
.movie-detail-header__list-btn--favorite::before,
.movie-detail-header__list-btn--favorite:hover::before {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-fave-heart--filled.81efei8n.svg");
}
.movie-detail-header__list-btn[disabled]::before,
.movie-detail-header__list-btn--favorite[disabled]::before {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-fave-heart--gray.c4c0rdhn.svg");
}
.movie-detail-header--desktop .movie-detail-header__info-item {
  font-size: 12px;
  margin-left: 0;
  margin-right: 4px;
}
.movie-detail__poster {
  object-fit: fill;
  height: 141px;
  width: auto;
}
@media only screen and (min-width: 769px) {
  .movie-detail-header__poster-link {
    height: 164px;
  }
  .movie-detail-header--desktop .movie-detail-header__title {
    font-size: 20px;
  }
  .movie-detail__poster {
    height: 164px;
  }
}
@media only screen and (min-width: 1025px) {
  .movie-detail-header__poster-link {
    height: 210px;
  }
  .movie-detail-header--desktop .movie-detail-header__title {
    font-size: 28px;
  }
  .movie-detail__poster {
    height: 210px;
  }
}

/* app/assets/stylesheets/shared/datePicker.css */
.date-picker,
.date-picker__placeholder,
.date-picker__list {
  height: var(--ph-height);
  box-sizing: content-box;
}
.date-picker {
  position: relative;
  overflow: auto hidden;
  background-color: var(--neutral-000);
}
.date-picker--desktop {
  padding-top: 0;
}
.date-picker__placeholder {
  margin: 0 auto;
  background-size: 100%;
}
.date-picker__list {
  padding: 0 var(--ph-left);
  display: inline-flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.date-picker__list:hover {
  overflow-x: auto;
}
.date-picker__list::-webkit-scrollbar {
  visibility: hidden;
}
.date-picker__list::-webkit-scrollbar-track,
.date-picker__list::-webkit-scrollbar-track-piece,
.date-picker__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.date-picker__list::-webkit-scrollbar-thumb {
  background-color: #777;
}
.date-picker__list::-webkit-scrollbar:hover {
  visibility: visible;
}
.date-picker__list-item {
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
  width: 62px;
  height: 70px;
}
.date-picker__list-item--spacer {
  position: relative;
  width: 24px;
}
.date-picker__list-item--spacer:after {
  content: "";
  height: 54px;
  border-right: solid 1px #ecedee;
  top: 10px;
  left: 50%;
  position: absolute;
}
.date-picker__button {
  position: relative;
  display: inline-block;
  width: 62px;
  height: 70px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(229, 231, 232);
  border-radius: 3px;
  line-height: 1;
  color: var(--blue-600);
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  cursor: pointer;
}
.date-picker__button--dark {
  background-color: #ecedee;
  cursor: initial;
}
.date-picker__date-weekday,
.date-picker__date-month,
.date-picker__date-day {
  display: block;
  overflow: hidden;
}
.date-picker__date-weekday {
  font-family:
    proxima-nova,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #4691e3;
  margin-top: 7px;
  height: 12px;
}
.date-picker__date-weekday--dark {
  color: var(--blue-600);
}
.date-picker__date-month,
.date-picker__date-day {
  font-family:
    "alternate-gothic-no-1-d",
    "Futura Condensed",
    "Arial Narrow",
    Arial,
    sans-serif;
  color: var(--blue-600);
  font-weight: normal;
}
.date-picker__date-month {
  font-size: 14px;
  letter-spacing: 0.3px;
  margin-top: 5px;
}
.date-picker__date-day {
  font-size: 30px;
}
.date-picker__list--desktop {
  padding-left: 0;
}
.date-picker__future-date-notice {
  border-bottom: 8px solid #ecedee;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.date-picker__future-date-notice-cta {
  text-align: center;
}
.date-picker__future-date-btn {
  font-size: 14px;
  min-height: 36px;
  padding: 0.8em 1em;
}
.is-desktop .date-picker__list {
  padding: 0;
}
.fd-carousel--last-selected {
  border-color: #4691e3;
}
.fd-carousel--last-selected,
.fd-carousel--last-selected .date-picker__date-weekday,
.fd-carousel--last-selected .date-picker__button {
  color: #f2f3f3;
  background-color: #4691e3;
}

/* app/assets/stylesheets/shared/movie/viewing-type-toggle.css */
.viewing-type-toggle__wrapper--mweb {
  background-color: var(--neutral-600);
  padding-bottom: 16px;
}
.viewing-type-toggle__wrapper--mweb.is-stuck {
  padding: 16px 0;
}
.viewing-type-toggle__wrapper--mweb.mobile-tabs {
  padding-top: 16px;
}
.viewing-type-toggle__sticky {
  position: sticky;
  z-index: 10;
}
.viewing-type-toggle__placeholder {
  background-color: var(--neutral-600);
  border-radius: 4px;
  height: 40px;
}
.viewing-type-toggle {
  display: flex;
  height: 40px;
}
.viewing-type-toggle__item {
  display: flex;
  align-items: center;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
}
.viewing-type-toggle__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  height: 24px;
  width: 100%;
}
.viewing-type-toggle__btn-text {
  font-weight: bold;
  text-transform: none;
}
.viewing-type-toggle__info {
  border: 1px solid var(--neutral-400);
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  justify-content: center;
}
.viewing-type-toggle__hide {
  display: none;
}

/* app/assets/stylesheets/desktop/movie/viewing-type-toggle.css */
.viewing-type-toggle__wrapper {
  margin-bottom: 20px;
}
.viewing-type-toggle__sticky {
  top: 0;
}
.viewing-type-toggle__sticky.is-stuck {
  background-color: var(--neutral-600);
}
.viewing-type-toggle__item {
  border-bottom: 3px solid var(--neutral-400);
}
.viewing-type-toggle__item--active {
  border-bottom-color: var(--orange-400);
}
.viewing-type-toggle__btn-text {
  color: var(--neutral-300);
}
.viewing-type-toggle__item--active .viewing-type-toggle__btn-text {
  color: var(--orange-400);
}
.viewing-type-toggle__btn {
  padding-bottom: 8px;
}

/* app/assets/stylesheets/shared/movie/on-demand-details.css */
.on-demand-details {
  padding: 0 16px 20px;
  border-bottom: 8px solid #ecedee;
  margin-bottom: 0;
}
.is-desktop .on-demand-details {
  padding: 20px;
  border-bottom: 0;
}
.is-desktop .on-demand-details__panel {
  border: 1px solid var(--light-overlay-8);
  background-color: var(--neutral-600);
}
.on-demand-details__row {
  display: flex;
  max-width: 600px;
}
.on-demand-details__movie-poster {
  height: 141px;
  width: 94px;
  margin-right: 16px;
  border-radius: 4px;
}
.is-desktop .on-demand-details__movie-poster {
  height: 119px;
  width: 79px;
}
.on-demand-details__content {
  width: 100%;
}
.is-desktop .on-demand-details__content {
  text-align: center;
}
.on-demand-details__streaming-btn {
  background-color: #1a76d3;
  margin-top: 16px;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
}
.is-desktop .on-demand-details__streaming-btn {
  width: auto;
  line-height: inherit;
}
html .btn.on-demand-details__streaming-btn:hover {
  background-color: #1a76d3;
}
.on-demand-details__copy {
  font-size: 14px;
  line-height: 20px;
}
.on-demand-details__copy--bold {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
}
.is-desktop .on-demand-details__copy--bold {
  font-size: 14px;
}

/* app/assets/stylesheets/mweb/shared/rottenTomatoes.css */
.rottentomatoes-rating__wrap {
  display: flex;
  min-width: 48px;
  vertical-align: middle;
  align-items: center;
  white-space: nowrap;
  gap: 4px;
}
.rottentomatoes-rating {
  font-style: normal;
  font-size: 14px;
  color: var(--neutral-000);
  vertical-align: middle;
  align-items: center;
  font-weight: 400;
}
.rottentomatoes-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  direction: ltr;
  background-size: contain;
  background-position: center;
  width: 28px;
  height: 28px;
}
.rottentomatoes-rating--dark {
  color: #333e48;
}

/* app/assets/stylesheets/shared/movie/movieOfferBtn.css */
.movie-offer-btn__wrap {
  position: relative;
}
.movie-offer-btn {
  left: 16px;
  top: 16px;
  padding: 12px;
  position: absolute;
  z-index: 1;
  animation: slide-in 1.5s;
  -webkit-animation: slide-in 1.5s;
}
.movie-offer-btn--desktop {
  left: 8px;
  top: 8px;
}
.movie-offer-btn,
.movie-offer-btn:focus,
.movie-offer-btn:hover {
  color: var(--neutral-000);
}
.movie-offer-btn__flag {
  background-color: #285B93;
  background-position: 7px 3px;
  border-radius: 2px;
  background-size: 9px 12px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  max-width: 300px;
  overflow-wrap: break-word;
  overflow: hidden;
  padding: 0 10px 0 23px;
  text-align: left;
}
.movie-offer-btn__wrap--has-offer .movie-offer-btn__img-wrap:before {
  content: "";
  background-image:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.91),
      rgba(0, 0, 0, 0));
  height: 87px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.movie-offer-btn__wrap .movie-detail__video-link::after {
  z-index: 2;
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(-20%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

/* app/assets/stylesheets/shared/seatMap.css */
.smp__page {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.smp__seat-map-placeholder {
  width: 100%;
  height: 100%;
  animation: placeholderLoading 1.2s ease-out infinite;
}
.smp__map {
  margin: 20px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.smp__map-preview-wrapper {
  height: 100%;
}
.smp__showtime-info-internal {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smp__showtime-header-background {
  background-size: 120%;
  background-position: center;
  -webkit-filter: blur(50px);
  -moz-filter: blur(50px);
  -o-filter: blur(50px);
  -ms-filter: blur(50px);
  filter: blur(50px);
  height: 120%;
  width: 105vw;
  position: absolute;
}
.smp__showtime-data {
  position: relative;
  z-index: 1;
  display: flex;
  gap: var(--gap-2);
  padding-top: var(--padding-2);
  padding-bottom: var(--padding-2);
  align-items: flex-start;
  justify-content: center;
  max-width: 588px;
}
.smp__showtime-poster {
  height: 90px;
  border-radius: var(--corner-radius-sm);
}
.smp-modal__content-internal {
  display: flex;
  flex-direction: column;
  max-height: 95vh;
  overflow: hidden;
}
.smp-modal__wrap,
.smp-modal__wrap-internal {
  background-color: var(--neutral-600);
  border-radius: var(--corner-radius-lg);
  border: 1px solid var(--neutral-400);
  box-shadow: 0 0 18px 8px rgba(0, 0, 0, 0.18);
  max-width: 398px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.smp__modal-header {
  border-bottom: 1px solid var(--border-primary);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: var(--padding-1) var(--padding-1) var(--padding-1) 20px;
  height: 60px;
}
.smp__modal-header-title {
  color: var(--neutral-100);
  font: var(--font-heading-sm);
  align-content: center;
}
.smp__modal-showtime-header {
  display: flex;
  flex-direction: column;
  gap: var(--gap-2);
}
.smp__modal-text {
  color: var(--text-secondary);
  font: var(--font-body-md);
}
.smp__modal-body {
  padding: 20px;
  overflow-y: auto;
  max-height: calc(95vh - 57px);
}
.smp__modal-section {
  border-bottom: 1px solid var(--border-primary);
  margin-bottom: var(--spacing-2);
  padding-bottom: var(--padding-2);
}
.smp__modal-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.smp__modal-showtime-info-wrapper {
  display: flex;
  flex-direction: column;
}
.smp__modal-showtime-info {
  display: flex;
  gap: var(--gap-2);
}
.smp__modal-seat-guide-internal {
  display: flex;
  gap: var(--gap-2);
}
.smp__modal-seat-guide-column {
  width: 50%;
}
.smp__modal-seat-guide-item {
  align-items: center;
  display: flex;
  margin-top: var(--spacing-1);
  color: var(--text-primary);
  font: var(--font-body-md);
  font-size: 14px;
  position: relative;
}
.smp__modal-seat-guide-item span {
  margin-left: var(--spacing-3);
}
.smp__modal-block-seating__image {
  padding-top: var(--padding-2);
}
.smp__modal-block-seating__image-title {
  display: flex;
  align-items: center;
}
.smp__modal-block-seating__icon {
  height: 16px;
  width: auto;
  margin-right: var(--spacing-1);
}
.smp__title,
.smp__modal-title {
  color: var(--text-primary);
}
.smp__title {
  font: var(--font-heading-sm);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.smp__modal-title {
  font: var(--font-label-md);
}
.smp__modal-accordion {
  padding: 14px var(--padding-2);
}
.smp__showtime-detail {
  color: var(--text-secondary);
  font: var(--font-body-md);
}
.smp__more-info-btn-internal {
  margin-top: var(--spacing-1);
}
.smp__render {
  display: none;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100%;
  container-type: inline-size;
}
.smp__label {
  position: absolute;
  pointer-events: none;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-family:
    "Proxima Nova",
    proxima-nova,
    Arial,
    sans-serif;
}
.smp__label--screen {
  color: var(--neutral-000);
  font-size: clamp(8px, 1.9cqw, 18px);
  font-weight: 700;
  left: 49.55%;
  top: 7.3%;
  transform: translate(-50%, -50%) scaleY(1.15) scaleX(1.05);
}
.smp__label--theater {
  color: var(--neutral-300);
  font-size: clamp(7px, 1.6cqw, 15px);
  font-weight: 400;
  transform: translate(-50%, -50%) scaleY(1.15) scaleX(1.04);
}
.smp__label--front {
  left: 50%;
  top: 14.5%;
}
.smp__label--back {
  left: 50%;
}
.smp__preview-badge {
  top: 0;
  left: 0;
  position: absolute;
  border-radius: var(--corner-radius-xs);
  background: var(--neutral-400);
  padding: var(--padding-0) var(--padding-1);
  color: var(--neutral-000);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  z-index: 1;
}
.smp__failed-msg {
  display: none;
  color: var(--neutral-200);
  line-height: 20px;
}
.smp--success .smp__seat-map-placeholder {
  display: none;
}
.smp--success .smp__render,
.smp--fail .smp__failed-msg {
  display: block;
}
.smp--fail .smp__preview-badge,
.smp--fail .smp__seat-map-placeholder,
.smp--fail .smp__more-info-btn {
  display: none;
}
.smp__seats-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.smp__seat {
  position: absolute;
  background-color: var(--blue-700);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 25%;
}
.smp__seat--wheelchair {
  background-color: var(--blue-900);
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-seat-wheelchair.t0rmlbsk.svg");
  background-size: 50%;
}
.smp__seat--companion {
  background-color: var(--blue-900);
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-seat-companion.54cd5tpe.svg");
  background-size: 75%;
}
.smp__seat--O.smp__seat--wheelchair,
.smp__seat--R.smp__seat--wheelchair,
.smp__seat--X.smp__seat--wheelchair,
.smp__seat--O.smp__seat--companion,
.smp__seat--R.smp__seat--companion,
.smp__seat--X.smp__seat--companion {
  background-color: var(--neutral-400);
}
.smp__seat--O.smp__seat--wheelchair,
.smp__seat--R.smp__seat--wheelchair,
.smp__seat--X.smp__seat--wheelchair {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-seat-wheelchair-unavailable.dasp4b03.svg");
  background-size: 50%;
}
.smp__seat--O.smp__seat--companion,
.smp__seat--R.smp__seat--companion,
.smp__seat--X.smp__seat--companion {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-seat-companion-unavailable.6bv6v8dp.svg");
  background-size: 75%;
}
.smp__seat--O,
.smp__seat--R,
.smp__seat--X {
  background-color: transparent;
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-seat-unavailable.e8qrm67i.svg");
  background-size: 50%;
}
.smp__seat--linked {
  position: absolute;
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-seats-linked-bg.aeo0vm3b.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  gap: 1px;
  padding: 1px var(--padding-0) var(--padding-0);
}
.smp__seat--linked .smp__seat {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1280px) {
  .smp__seat--linked {
    padding: 1px 2px 2px;
  }
}
.smp__seat--active {
  cursor: pointer;
  border: none;
}
.smp__seat--selected,
.smp__seat--selected-modal,
.smp__seat--selected:hover {
  background-color: var(--orange-400);
  border: 1px solid var(--orange-200);
}
.smp__zoom-buttons-container {
  display: flex;
  flex-direction: column;
  background-color: var(--misc-divider);
  gap: 1px;
  position: absolute;
  right: var(--spacing-2);
  bottom: var(--spacing-2);
  border-radius: var(--corner-radius-sm);
  border: 1px solid var(--neutral-000);
  overflow: hidden;
}
.zoom-increase-btn,
.zoom-decrease-btn {
  background-color: var(--neutral-400);
  height: 32px;
  width: 32px;
  padding: 8px;
}
.zoom-increase-btn:hover,
.zoom-decrease-btn:hover {
  background-color: var(--neutral-500);
}
.zoom-decrease-btn:focus,
.zoom-increase-btn:focus {
  outline: 2px solid #005fcc;
  outline-offset: -2px;
}
.zoom-increase-btn:focus {
  border-radius: var(--corner-radius-sm) var(--corner-radius-sm) 0 0;
}
.zoom-decrease-btn:focus {
  border-radius: 0 0 var(--corner-radius-sm) var(--corner-radius-sm);
}
.zoom-btn-disabled:hover {
  background-color: var(--neutral-400);
}
.icon-plus-enabled {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/icons/global/icon-plus-enabled.d8sae9j2.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.icon-plus-disabled {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/icons/global/icon-plus-disabled.uciubop5.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.icon-minus-enabled {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/icons/global/icon-minus-enabled.6m0t1rts.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.icon-minus-disabled {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/icons/global/icon-minus-disabled.belj12i3.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.smp__tooltip {
  background-color: #333e48;
  color: var(--neutral-000);
  text-align: center;
  padding: 5px var(--padding-1);
  border-radius: var(--corner-radius-xs);
  white-space: nowrap;
  font-weight: bold;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
}
.smp__tooltip--visible {
  visibility: visible;
  opacity: 1;
}
.smp__seat--active:hover .smp__tooltip,
.smp__seat--active:focus .smp__tooltip {
  visibility: visible;
  opacity: 1;
}
.smp__tooltip--dismissed {
  visibility: hidden !important;
  opacity: 0 !important;
}
@keyframes placeholderLoading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .smp__showtime-data {
    width: 100%;
    padding: var(--padding-2);
    max-width: none;
  }
  .smp__showtime-data .smp__showtime-poster {
    height: 67px;
  }
  .smp__showtime-detail-wrapper {
    flex-grow: 1;
  }
  .smp-modal__wrap-internal {
    border-radius: var(--corner-radius-lg) var(--corner-radius-lg) 0 0;
    border: none;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: none;
    margin: 0;
    overflow-y: auto;
    position: fixed;
    transform: translateY(0);
    width: 100%;
  }
  .smp__modal-body .smp__showtime-poster {
    border-radius: var(--corner-radius-sm);
  }
  .smp__showtime-poster {
    border-radius: var(--corner-radius-xs);
  }
}
.smp-btn {
  background: var(--blue-800, #4691e3);
  color: var(--neutral-000, #fff);
  height: 32px;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  font-weight: bold;
}
.smp-btn:hover {
  background: rgba(52, 120, 193, 0.8);
}
.smp-btn__icon {
  width: 20px;
  height: 20px;
  display: block;
}
.smp-modal {
  display: flex;
  justify-content: center;
  align-items: center;
}
.smp-modal__wrap-preview {
  background-color: var(--neutral-600);
  border-radius: 16px;
  border: 1px solid var(--neutral-400);
  box-shadow: 0 0 18px 8px rgba(0, 0, 0, 0.18);
  max-width: 790px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.smp-modal__wrap-preview .icon-close--small-gray,
.smp-modal__wrap .icon-close--small-gray {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 34px;
  height: 34px;
  background-size: 24px;
}
.smp-modal__wrap-preview .icon-close--small-gray:hover {
  background-color: var(--light-overlay-8);
  border-radius: 8px;
}
.smp-modal__content {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 95vh;
}
.smp__theater-name {
  padding: 16px 50px 16px 20px;
  border-bottom: 1px solid var(--neutral-400);
  color: var(--neutral-100);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.smp__content {
  overflow-y: auto;
  flex: 1;
}
.smp__wrap {
  margin: 20px;
  display: grid;
  grid-template-columns: 300px 2fr;
  height: 400px;
  border-radius: 16px;
  border: 1px solid var(--neutral-400);
  overflow: hidden;
}
.smp__showtime-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.smp__movie-title {
  color: var(--neutral-100);
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}
.smp__buy-tickets-btn {
  background-color: var(--orange-400);
  text-transform: none;
  font-weight: bold;
}
.btn.smp__buy-tickets-btn:hover {
  text-decoration: none;
  background: rgba(227, 102, 0, 0.8);
}
.smp__showtime {
  color: var(--neutral-100);
  font-size: 29px;
  font-weight: 700;
  padding: 5px 0;
  line-height: 34px;
}
.smp__film-format {
  color: var(--neutral-200);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 20px;
}
@media (max-width: 768px) {
  .smp-modal {
    align-items: flex-end;
    display: flex;
    justify-content: center;
  }
  .smp__wrap {
    grid-template-columns: 1fr;
    height: auto;
  }
  .smp__showtime-info {
    align-items: start;
    justify-content: center;
  }
  .smp__map {
    height: 400px;
  }
  .smp--fail {
    height: auto;
  }
}
.smp__failed-msg {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 1rem;
  margin: 0;
}
.smp__map .icon.icon-seat-map-placeholder {
  width: 90%;
  height: 90%;
  background-size: contain;
}
.smp__selected-seats {
  color: var(--text-primary, var(--neutral-000));
}
.smp__selected-seats-container {
  border-top: 1px solid #444;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 16px;
}
.smp__footer {
  text-align: center;
  padding-bottom: 16px;
}
.smp__areas {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px 0 16px;
  gap: 16px;
}
.smp__area-buttons-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 588px;
}
.smp__area-buttons-wrapper::before,
.smp__area-buttons-wrapper::after {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 0;
  width: 40px;
  height: 40px;
  opacity: 0;
  pointer-events: none;
}
.smp__area-buttons-wrapper::before {
  left: 0;
  background:
    linear-gradient(
      to right,
      var(--background-primary),
      transparent);
  transition: ease-in-out opacity 0.1s;
}
.smp__area-buttons-wrapper::after {
  right: 0;
  background:
    linear-gradient(
      to left,
      var(--background-primary),
      transparent);
  transition: ease-in-out opacity 0.1s;
}
.smp__area-buttons-wrapper.smp__areas-wrapper--scroll-left::before,
.smp__area-buttons-wrapper.smp__areas-wrapper--scroll-right::after {
  opacity: 1;
}
.smp__area-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 8px;
  overflow-x: hidden;
}
.smp__area-btn {
  padding: 10px 16px;
  height: 40px;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--border-primary);
  background-color: var(--background-primary);
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  width: fit-content;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
}
.smp__area-btn--selected {
  border: 2px solid var(--button-border-secondary-selected);
  color: var(--button-text-secondary-selected);
  background-color: var(--button-background-secondary-selected);
  padding: 9px 15px;
}
.smp__area-arrow[disabled] {
  display: none;
}
.smp__area-arrow {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: var(--icon-button-background-primary, #000);
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/icons/global/chevron-right--dark-mode.7kk421fe.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8.5px;
  border: 2px solid var(--icon-button-border-primary);
  border-radius: 100%;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.30);
  height: 32px;
  width: 32px;
  flex-shrink: 0;
}
.smp__area-arrow.hidden {
  visibility: hidden;
}
.smp__area-arrow--left {
  transform: rotate(180deg);
}
.smp__area-arrow--right {
  left: auto;
  right: 3px;
}
.smp__area-arrow:hover,
.smp__area-arrow:focus-visible {
  background-color: var(--icon-button-background-selected, #4691e3);
}
.smp__seat--out-of-area {
  border: 1px solid var(--blue-800, #4691e3);
  background-color: var(--background-primary);
}
.smp__seat--out-of-area.smp__seat--selected,
.smp__seat--out-of-area.smp__seat--selected-modal,
.smp__seat--out-of-area.smp__seat--selected:hover {
  background-color: var(--orange-400);
  border: 1px solid var(--orange-200);
}
.smp__map .smp__preview-badge {
  border-radius: 0 0 4px 0;
}
.smp__message-modal--body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.smp__message-modal--text {
  color: var(--foreground-text-secondary, #b8b8b8);
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.smp__message-modal--language-icon {
  height: 40px;
  width: 40px;
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-language-globe.ffpn8noc.svg");
  background-repeat: no-repeat;
}

/* app/assets/stylesheets/shared/showtimes/movieShowtimes.css */
.movie-showtimes {
  position: relative;
  display: flex;
  flex-direction: column;
}
.movie-showtimes__theater {
  padding-bottom: 6px;
  margin-bottom: 0;
}
.movie-showtimes__theater:last-of-type {
  margin-bottom: 40px;
}
.shared-theater-header .fd-theater__follow-icon {
  height: 24px;
  width: 24px;
}
.movie-showtimes__ad-panel {
  margin-bottom: 0;
}
.movie-showtimes__detail-ticketing {
  color: var(--neutral-300);
  margin-top: 5px;
}
.movie-showtimes__detail-ticketing-icon {
  background-position: left center;
  background-size: 20px auto;
  font-size: 0.8125rem;
  padding-left: 24px;
}
.movie-showtimes__detail-non-ticketing-icon {
  background-size: 17px auto;
  padding-left: 22px;
}
.movie-showtimes__more-btn-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.movie-showtimes__more-btn {
  width: 141px;
  height: 20px;
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  color: #4691e3;
  text-transform: uppercase;
}
.movie-showtimes__more-btn--mobile {
  margin: 0;
}
.is-desktop .movie-showtimes .showtime-btn {
  width: 78px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.movie-detail__merch-card--desktop {
  align-items: start;
}
.movie-detail__merch-card--mobile {
  text-align: center;
  padding: 1rem 0;
}
.movie-showtimes .fd-panel.movie-detail__merch-card--desktop-top {
  align-self: flex-start;
  padding-left: 0;
}

/* app/assets/stylesheets/movie/desktop/movieShowtimes.css */
.movie-showtimes {
  color: #ccc;
}
.movie-showtimes__header {
  color: #ccc;
  font-size: 37px;
  font-family:
    "alternate-gothic-no-1-d",
    "Futura Condensed",
    "Arial Narrow",
    Arial,
    sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
  white-space: nowrap;
}
.movie-showtimes__header-link {
  color: var(--neutral-000);
}
.movie-showtimes__header-link:hover {
  color: #4aa7f6;
}
.movie-showtimes__header:before {
  background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjVweCIgaGVpZ2h0PSIxOXB4IiB2aWV3Qm94PSIwIDAgMjUgMTkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI1IDE5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8Zz4NCgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjE4LjIsMy4zIDQuNSw3IDYuOCwxNS45IDIwLjUsMTIuMSAJIi8+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTIyLjcsNC4zTDIxLjUsMEwwLDUuOWwxLjEsNC4zYzEuMi0wLjMsMi41LDAuNCwyLjgsMS42YzAuMywxLjItMC40LDIuNS0xLjYsMi44TDMuNSwxOUwyNSwxMy4xbC0xLjItNC40DQoJCWMtMS4yLDAuMy0yLjUtMC40LTIuOC0xLjZDMjAuNyw1LjksMjEuNCw0LjYsMjIuNyw0LjN6IE0yMS4zLDEyLjZMNi40LDE2LjZMMy43LDYuNmwxNC45LTQuMUwyMS4zLDEyLjZ6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center center;
  display: inline-block;
  height: 38px;
  width: 38px;
  content: "";
  border: 1px solid white;
  border-radius: 19px;
  vertical-align: top;
  margin-right: -1px;
}
.movie-showtimes__theater {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.movie-showtimes__date {
  margin-bottom: 5px;
}
.movie-showtimes .theater__amenity-list {
  color: #ccc;
}
.movie-showtimes .mop-theater__amenity-icon-wrap .theater__amenity-icon {
  color: #4691e3;
  font-size: 14px;
  font-weight: 500;
}
.movie-showtimes .mop-theater__amenity-icon-wrap .theater__amenity-icon:hover {
  color: #275b93;
}
.movie-showtimes .showtime-btn {
  width: 65px;
  font-size: 13px;
  margin: 0 2px 5px 0;
}
.movie-showtimes__all {
  display: block;
  padding: 15px 0;
  font-weight: bold;
}
.movie-showtimes__theater > a:hover,
.movie-showtimes__all:hover {
  cursor: pointer;
  color: #4691e3;
}
.movie-showtimes .icon-not-available-small-grey {
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
}
.movie-showtimes .theater__tick-headline {
  color: #ccc;
  position: relative;
  padding-left: calc(13px + 10px);
}
.movie-showtimes .showtime-btn--non-ticketing:hover,
.movie-showtimes .showtime-btn--non-ticketing {
  color: #ccc;
  font-size: 14px;
  width: auto;
  padding-right: 20px;
  padding-bottom: 5px;
}

/* app/assets/stylesheets/shared/theaters/sharedTheaterHeader/sharedTheaterHeader.css */
.shared-theater-header {
  background: var(--neutral-500);
  --standard-gray: var(--neutral-100);
}
.shared-theater-header:last-child {
  border-radius: inherit;
}
.shared-theater-header:not(:last-child) {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.shared-theater-header__content {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  display: flex;
}
.shared-theater-header__details {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
}
.shared-theater-header__name {
  font-size: 16px;
  font-weight: 700;
}
.shared-theater-header__name-link {
  color: var(--standard-gray);
}
.shared-theater-header__address-wrap {
  display: flex;
}
.shared-theater-header__address,
.shared-theater-header__distance {
  font-size: 14px;
  line-height: 20px;
}
.shared-theater-header__address {
  color: var(--standard-gray);
}
.shared-theater-header__distance {
  color: var(--neutral-200);
}
.shared-theater-header__links {
  display: flex;
  gap: 8px;
}
.shared-theater-header__link {
  color: #4691e3;
  line-height: 20px;
}
.shared-theater-header__concession-btn {
  background-color: var(--neutral-400);
  border-radius: 4px;
  display: flex;
  align-self: flex-start;
  gap: 8px;
  margin-top: 4px;
  padding: 4px 8px;
}
.shared-theater-header__concession-details {
  display: flex;
  align-items: center;
  gap: 4px;
}
.icon.icon-amenity--snack.shared-theater-header__concession-icon,
.icon.icon-info-gray.shared-theater-header__concession-info-icon {
  height: 16px;
  width: 16px;
}
.shared-theater-header__concession-text {
  color: var(--standard-gray);
  font-size: 12px;
  font-weight: 700;
}

/* app/assets/stylesheets/shared/theaters/sharedTheaterHeader/desktop.css */
.shared-theater-header__content {
  gap: 12px;
  padding: 16px 20px;
}
.shared-theater-header__address-wrap {
  align-items: center;
  gap: 16px;
}
.shared-theater-header__address {
  display: flex;
}
.shared-theater-header__address > :not(:last-of-type)::after {
  content: ",\a0";
}

/* app/assets/stylesheets/shared/theaters/theaterConcessionAmenity.css */
.theater-concession-options__overlay {
  background-color: var(--neutral-600);
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  color: var(--orange-100);
  padding: 16px 20px 24px 20px;
  top: 70px;
}
.theater-concessions-options__overlay--desktop {
  top: 10px;
}
.theater-concessions-options__container {
  background-color: unset;
}
html .theater-concessions-options__container--desktop {
  max-width: 343px;
  background-color: transparent;
  padding: 0;
}
html .theater-concessions-options__close-btn {
  height: 24px;
  width: 24px;
  position: absolute;
  background-size: 50%;
  z-index: 9;
  border-radius: 50%;
  background-color: #efefef;
}
.theater-concessions-options__section-header {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 8px 0;
}
.theater-concessions-options__section {
  padding: 16px 0;
  border-bottom: 1px solid #ecedee;
  font-size: 14px;
}
.theater-concessions-options__section--desktop {
  font-weight: normal;
}
.theater-concessions-options__section:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.theater-concessions-options__section:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.snack-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.snack-preorder {
  vertical-align: super;
}
.snack-preorder--tsp {
  color: #f2f3f3;
}

/* app/assets/stylesheets/shared/showtimes/sharedShowtimes/sharedShowtimes.css */
.shared-showtimes__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.shared-showtimes__container,
.thtr-mv-list .shared-movie-showtimes {
  align-self: stretch;
  border: 1px solid var(--neutral-400);
  border-radius: 12px;
}
.shared-showtimes__bullet {
  color: var(--neutral-200);
  font-weight: 600;
  line-height: 20px;
  width: 6px;
}
.shared-showtimes__data-text {
  --standard-gray: var(--neutral-100);
  color: var(--standard-gray);
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-wrap: balance;
}
.shared-showtimes__movie-data {
  display: flex;
  gap: 8px;
}
.shared-showtimes__movie-rating {
  border: 1px solid var(--standard-gray);
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-weight: 700;
  height: 16px;
  white-space: nowrap;
  padding: 0 4px;
}
.shared-showtimes__amenity-group {
  background: var(--neutral-600);
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  flex-direction: column;
  gap: 16px;
  position: relative;
  --color-3d: #4691e3;
  --color-premium-experience: var(--yellow-400);
  --color-standard: var(--neutral-100);
}
.shared-showtimes__amenity-group.thick-divider:not(:last-of-type) {
  border-bottom: 8px solid var(--light-overlay-8);
}
.shared-showtimes__amenity-group.thin-divider:not(:last-of-type)::after,
.fd-theater__list > li:not(:last-of-type)::after {
  content: "";
  border-bottom: 1px solid var(--light-overlay-8);
  position: absolute;
  bottom: 0;
}
.shared-movie-showtimes__showtimes,
.shared-showtimes__amenity-group {
  border-top-right-radius: inherit;
}
.shared-movie-showtimes__showtimes,
.shared-showtimes__amenity-group:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.shared-showtimes__title {
  font-weight: bold;
}
.shared-showtimes__title-header--3d {
  color: var(--color-3d);
}
.shared-showtimes__title-header--premium-experience {
  color: var(--color-premium-experience);
}
.shared-showtimes__title-header--standard {
  color: var(--color-standard);
}
.shared-showtimes__amenity-group-card {
  background: var(--neutral-500);
  border-left: 4px solid;
  border-radius: 4px;
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 16px;
  padding: 16px;
  text-align: start;
}
.shared-showtimes__amenity-group-card:hover {
  background:
    linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.10) 0%,
      rgba(0, 0, 0, 0.10) 100%),
    var(--neutral-500);
}
.shared-showtimes__amenity-group-card--3d {
  border-color: var(--color-3d);
}
.shared-showtimes__amenity-group-card--premium-experience {
  border-color: var(--color-premium-experience);
}
.shared-showtimes__amenity-group-card--standard {
  border-color: var(--color-standard);
}
.shared-showtimes__amenity-group-card-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
}
.shared-showtimes__amenity-group-card-image-wrap {
  display: flex;
  height: 16px;
  width: 96px;
}
.shared-showtimes__amenity-group-card-image {
  max-height: 100%;
  max-width: 100%;
}
.shared-showtimes__amenities {
  color: var(--neutral-200);
  font-size: 12px;
}
.shared-showtimes__late-night-msg {
  padding: 0.2em 0;
}
.shared-showtimes__late-night-icon {
  margin-right: 5px;
}
.shared-showtimes__container .movie-carousel--mobile {
  border-radius: inherit;
  padding-top: 16px;
}

/* app/assets/stylesheets/shared/showtimes/sharedShowtimes/desktop.css */
.shared-showtimes__amenity-group {
  padding: 20px;
}
.shared-showtimes__amenity-group.thin-divider:not(:last-of-type)::after,
.fd-theater__list > li:not(:last-of-type)::after {
  left: 20px;
  right: 20px;
}

/* app/assets/stylesheets/shared/showtimes/sharedAmenityList/sharedAmenityList.css */
.shared-amenity-list__modal {
  display: flex;
}
.shared-amenity-list__modal-content {
  background-color: var(--neutral-600);
  overflow: auto;
}
.shared-amenity-list__modal-header {
  background-color: inherit;
  border-bottom: 1px solid var(--light-overlay-8);
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
}
.shared-amenity-list__title {
  flex: 1;
  font-size: 16px;
}
.shared-amenity-list__title,
.shared-amenity-list__amenity-name {
  color: var(--neutral-100);
  font-weight: 700;
  line-height: 20px;
}
.shared-amenity-list__modal-header .icon-close--small-new-dark {
  height: 24px;
  width: 24px;
  margin: 10px;
}
.shared-amenity-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.shared-amenity-list__amenity {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.shared-amenity-list__amenity:not(:last-child) {
  border-bottom: 1px solid var(--light-overlay-8);
  padding-bottom: 16px;
}
.shared-amenity-list__amenity-image-wrap {
  display: flex;
  height: 16px;
  width: 96px;
}
.shared-amenity-list__amenity-image {
  max-height: 100%;
  max-width: 100%;
}
.shared-amenity-list__amenity-description {
  color: var(--neutral-200);
  line-height: 20px;
}
.shared-amenity-list__amenity-description,
.shared-amenity-list__amenity-name {
  font-size: 14px;
}

/* app/assets/stylesheets/shared/showtimes/sharedAmenityList/desktop.css */
.shared-amenity-list__modal {
  align-items: center;
  justify-content: center;
}
.shared-amenity-list__modal-content {
  border: 1px solid var(--neutral-400);
  border-radius: 16px;
  max-height: min(600px, 95vh);
  max-width: min(384px, 95vw);
}
.shared-amenity-list__modal-header {
  padding: 8px 8px 8px 20px;
}
.shared-amenity-list {
  padding: 20px;
}

/* app/assets/stylesheets/shared/showtimes/showtimesPlaceholder/showtimesPlaceholder.css */
.showtimes-placeholder__container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.showtimes-placeholder {
  border: 1px solid var(--light-overlay-8);
  border-radius: 12px;
}
.showtimes-placeholder__header {
  align-self: stretch;
  height: 78px;
}
.showtimes-placeholder__header:last-child {
  border-radius: inherit;
}
.showtimes-placeholder__header:not(:last-child) {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.showtimes-placeholder__movie {
  display: flex;
  gap: 16px;
}
.showtimes-placeholder__movie-poster {
  border-radius: 8px;
}
.showtimes-placeholder__group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}
.showtimes-placeholder__title {
  border-radius: 4px;
  height: 8px;
  width: 160px;
}
.showtimes-placeholder__details {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
}
.showtimes-placeholder__card {
  border-radius: 8px;
}
.showtimes-placeholder__data {
  border-radius: 4px;
  height: 8px;
  width: 80px;
}
.showtimes-placeholder__btn-list {
  display: flex;
  gap: 8px;
}
.showtimes-placeholder__btn {
  border-radius: 4px;
  height: 32px;
  width: 72px;
}
.showtimes-placeholder__smp-btn {
  border-radius: 100px;
  height: 32px;
  width: 139px;
}
@keyframes showtimes-placeholder {
  0%, 100% {
    background-color: rgba(255, 255, 255, 0.05);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.showtimes-placeholder__loading {
  animation: showtimes-placeholder 1600ms infinite ease-out;
}

/* app/assets/stylesheets/shared/showtimes/showtimesPlaceholder/desktop.css */
.showtimes-placeholder__row {
  display: flex;
}
.showtimes-placeholder__movie {
  flex: 1;
  padding: 20px;
}
.showtimes-placeholder__movie-poster {
  height: 210px;
  width: 140px;
}
.showtimes-placeholder__card {
  height: 52px;
}

/* app/assets/stylesheets/shared/location.css */
.location {
  display: flex;
  align-items: center;
}
.location__text {
  color: var(--neutral-300);
  font-size: 14px;
  line-height: 16px;
  margin-right: 8px;
  font-weight: bold;
  text-transform: uppercase;
}
.location__btn {
  display: flex;
  align-items: center;
  color: #4691e3;
  font-weight: bold;
}
.location__icon {
  width: 11px;
  height: 16px;
  background-size: 100%;
  margin-right: 4px;
}
.location__value {
  text-transform: capitalize;
  line-height: 1;
}
.location__permission {
  background-color: var(--neutral-600);
  height: 30px;
  margin-left: 10px;
  outline: #4691e3 solid 2px;
}

/* app/assets/stylesheets/shared/showtimes/formatFilter.css */
.format-filter__wrap {
  position: relative;
  padding: 0;
  width: auto;
  background-color: var(--neutral-000);
  margin: 0;
  overflow: auto hidden;
  display: block;
}
.format-filter__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: var(--neutral-000);
  padding: 0 var(--ph-left) 20px;
}
.format-filter__list-item {
  width: auto;
  height: 32px;
  border-radius: 3px;
  margin: 0 4px;
  text-align: center;
  cursor: pointer;
}
.format-filter__list-item:first-of-type {
  margin-left: 0;
}
.format-filter__list-item--active {
  background-color: #4691e3;
  pointer-events: none;
}
.format-filter__button {
  background-color: transparent;
  color: #4691e3;
  text-transform: uppercase;
  border: none;
  font-family:
    proxima-nova,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  padding: 9px 19px 10px 19px;
  width: max-content;
}
.format-filter__list-item--active .format-filter__button {
  color: var(--neutral-000);
}
@media screen and (min-width: 768px) {
  .format-filter__list,
  .format-filter__wrap {
    padding: 0 10px 16px 10px;
    background-color: unset;
  }
}
.is-desktop .format-filter__wrap {
  padding: 0;
}

/* app/assets/stylesheets/shared/slider.css */
.fd-slider__wrap {
  position: relative;
  visibility: visible;
}
.fd-slider__viewport {
  overflow: hidden;
}
.fd_slider__item {
  display: block;
}
.fd-slider__splide-arrow {
  align-items: center;
  background: var(--neutral-000);
  border-radius: 50%;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.21);
  display: flex;
  height: 28px;
  justify-content: center;
  margin: 0;
  padding: 9px 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  z-index: 1;
}
.fd-slider__splide-arrow[disabled] {
  visibility: hidden;
}
.fd-slider__splide-arrow--prev {
  left: -12px;
}
.fd-slider__splide-arrow--next {
  right: -12px;
}
.is-mobile .fd-slider__splide-arrow {
  display: none;
}

/* app/assets/stylesheets/mweb/shared/cast-carousel.css */
.cast-carousel {
  margin-bottom: 30px;
  padding: 0 16px;
  display: inline-flex;
  flex-wrap: nowrap;
}
.cast-carousel__wrap {
  margin: 0 -16px;
  transition: opacity 2s ease 0s;
  overflow: auto hidden;
}
.cast-carousel__item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding-right: 16px;
  padding-bottom: 10px;
  width: 95px;
}
.cast-carousel__img {
  display: inline-block;
  object-position: 50% 50%;
  object-fit: cover;
  background-color: rgb(214, 215, 216);
  border-radius: 50%;
  margin-bottom: 5px;
  height: 84px;
  width: 84px;
  max-width: 84px;
}
.cast-carousel__name,
.cast-carousel__role {
  display: inline-block;
  font-weight: normal;
  line-height: 1.3;
  color: var(--blue-600);
}
.cast-carousel__role {
  color: var(--neutral-300);
}

/* app/assets/stylesheets/movie/overview/desktop/detailsImgCarousel.css */
.details-img-carousel__item {
  width: 127px;
  height: 120px;
  margin: 0 17px 0 0;
}
.details-img-carousel__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.details-img-carousel__btn {
  background-color: rgb(214, 215, 216);
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 4px;
  overflow: hidden;
}

/* app/assets/stylesheets/movie/overview/desktop/featuresSplideSlider.css */
.features__section {
  height: 270px;
  margin-top: 40px;
}
.features__slider-wrap--loading {
  visibility: hidden;
}
.features__item {
  margin-right: 16px;
}
.features__item:last-of-type {
  margin-right: 0;
}
.features__brick {
  border-radius: 4px;
  border: 1px solid var(--light-overlay-8);
  display: block;
  height: 217px;
  overflow: hidden;
  width: 294px;
}
.features__brick:focus {
  border-color: #4691e3;
}
.features__figure {
  margin: 0;
}
.features__image {
  height: 140px;
  object-fit: cover;
  width: 100%;
}
.features__image-wrap {
  display: block;
  overflow: hidden;
  position: relative;
}
.features__type-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  opacity: 0.75;
}
.features__caption {
  color: var(--blue-600);
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.25;
  margin: 16px 16px 0;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* app/assets/stylesheets/movie/overview/desktop/fanalert.css */
.fanalert__form-wrap {
  display: block;
  margin: 30px auto 30px;
  max-width: 666px;
}
.fanalert__fieldset {
  display: flex;
  margin-top: 39px;
  margin-bottom: 20px;
}
.fanalert__field-group {
  display: block;
  flex: 1;
}
.fanalert__field-group:first-child {
  margin-right: 10px;
}
.fanalert__field-group:last-child {
  margin-left: 10px;
}
html .fanalert__label {
  display: block !important;
  margin-bottom: 4px;
}
.fanalert__description {
  margin-top: 12px;
}
.fanalert__privacy-link {
  text-align: center;
  width: 253px;
  margin: 10px auto 0;
  font-size: 12px;
}
.fanalert__sign-up-btn {
  display: block;
  margin: 0 auto;
  padding: 8px 90px 8px 99px;
}
.fanalert__release-date {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family:
    proxima-nova,
    Helvetica,
    Arial,
    sans-serif;
  margin-bottom: 20px;
}
.fanalert__release-date span {
  margin-right: 6px;
}
.fan-alert__success {
  font-family:
    proxima-nova,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #333e48;
  text-transform: none;
  line-height: 14px;
}

/* app/assets/stylesheets/movie/overview/merchCardPopup.css */
.merch-card-popup__content {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 75%;
  width: 311px;
  margin-left: auto;
  margin-right: auto;
  bottom: 12%;
  padding: 0;
}
.merch-card-popup__header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--neutral-600);
  padding: 0 16px;
  height: 52px;
  font-size: 16px;
  font-weight: 700;
}
.merch-card-popup__body {
  padding: 16px 16px 0;
}
.merch-card-popup__action-btn {
  position: sticky;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  background-color: var(--neutral-600);
  bottom: -1px;
  margin: 0 -16px;
}

/* app/assets/stylesheets/movie/overview/newFanalert.css */
.new-fanalert__wrap {
  background-color: var(--neutral-000);
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  flex-grow: 0;
  position: relative;
}
.fd-overlay__container .new-fanalert__wrap {
  max-width: 343px;
}
.new-fanalert__wrap .fcsbl-input__field {
  border-radius: 4px;
  border-color: #4691e3;
}
.new-fanalert__wrap input:not([type=submit], [type=button]):focus {
  background-color: var(--neutral-000);
}
.new-fanalert__error {
  color: var(--orange-400);
}
.new-fanalert__wrap .icon-fanalert-ticket,
.new-fanalert__wrap .icon-fanalert-success {
  width: 48px;
  height: 48px;
}
.new-fanalert__title {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-grow: 0;
  padding: 20px 20px 0;
  width: 100%;
}
.icon-fanalert-logo {
  height: 33px;
}
.new-fanalert__info-btn {
  margin-left: 10px;
}
.new-fanalert__body {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.new-fanalert__copy-title {
  color: var(--blue-600);
  font-weight: bold;
  line-height: 1.4;
  font-size: 14px;
}
.new-fanalert__form-body .new-fanalert__copy-title {
  margin-bottom: 12px;
}
.new-fanalert__copy-wrap {
  display: flex;
}
.new-fanalert__sign-up {
  flex-shrink: 0;
}
.new-fanalert__notify {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  justify-content: center;
  margin-left: 8px;
}
.new-fanalert__bell {
  margin-right: 6px;
}
.new-fanalert__form-body {
  padding: 20px;
}
.new-fanalert__form-input-label {
  color: #333e48;
}
.new-fanalert__form-all-emails-check {
  align-items: flex-start;
  display: flex;
  margin-top: 16px;
}
.new-fanalert__form-check {
  margin-top: 1px;
}
.new-fanalert__form-check-label {
  margin-bottom: 16px;
  padding: 0 10px 0 8px;
}
.new-fanalert__form-legal-copy {
  color: var(--neutral-300);
  font-size: 12px;
  line-height: 1.33;
  margin-bottom: 16px;
}
.new-fanalert__form-success,
.new-fanalert__form-notify {
  font-size: 14px;
  height: 32px;
  width: 100%;
}
.new-fanalert__form-success {
  margin-top: 16px;
}
.new-fanalert__ticket-icon {
  flex-shrink: 0;
}
.icon-fanalert-ticket,
.icon-fanalert-success,
.new-fanalert__custom-icon {
  max-height: 48px;
  flex-shrink: 0;
  margin-right: 12px;
}
.new-fanalert__wrap .loading-bars__btn-wrap--processing {
  display: block;
}
.new-fanalert__modal-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--dark-overlay-60);
}
.new-fanalert__modal-container .new-fanalert__info-btn {
  display: none;
}
.new-fanalert__modal-container .new-fanalert__modal-close-btn {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='24px' width='24px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23ECEDEE;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23333E48;%7D%0A%3C/style%3E%3Cpath class='st0' d='M24,12c0,6.6-5.4,12-12,12S0,18.6,0,12S5.4,0,12,0S24,5.4,24,12'/%3E%3Cpath class='st1' d='M17.2,7.2c-0.3-0.3-0.8-0.3-1.1,0L12,11L7.8,7.2c-0.3-0.3-0.8-0.3-1.1,0S6.5,8,6.8,8.3l4.1,3.7l-4.1,3.7 c-0.3,0.3-0.3,0.8-0.1,1.1c0.3,0.3,0.8,0.3,1.1,0L12,13l4.2,3.8c0.3,0.3,0.8,0.3,1.1,0c0.3-0.3,0.3-0.8,0-1.1L13.1,12l4.1-3.7 C17.5,8,17.5,7.5,17.2,7.2'/%3E%3C/svg%3E");
  background-size: contain;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 24px;
}
.new-fanalert__modal-container .new-fanalert__title {
  justify-content: unset;
}
.new-fanalert__modal-container .new-fanalert__logo {
  height: 48px;
}
.new-fanalert__modal-container .new-fanalert__copy-title {
  margin-bottom: 12px;
}
.new-fanalert__copy-body,
.new-fanalert__ticket-icon,
.new-fanalert__form-success {
  display: none;
}
.new-fanalert__modal-container .new-fanalert__form-success {
  margin-top: 12px;
  display: block;
}
.new-fanalert__modal-container .icon-fanalert-ticket,
.new-fanalert__modal-container .icon-fanalert-success {
  order: 1;
  margin-left: 12px;
  margin-right: 0;
}
@media (min-width: 768px) {
  .new-fanalert__copy-body,
  .new-fanalert__ticket-icon {
    display: block;
  }
  .new-fanalert__ticket-icon {
    margin-right: 16px;
  }
  .new-fanalert__copy-title {
    font-size: 16px;
  }
  .new-fanalert__notify {
    width: 184px;
    height: 32px;
  }
  .new-fanalert__wrap {
    margin: 20px 0;
  }
  .new-fanalert__form-body {
    max-width: 678px;
    margin: auto;
  }
  .new-fanalert__form-input-wrap {
    display: flex;
    justify-content: space-between;
  }
  .new-fanalert__form-input {
    width: calc(50% - 8px);
    margin-bottom: 0;
  }
  .new-fanalert__form-notify {
    max-width: 343px;
    display: block;
    margin: auto;
  }
  .new-fanalert__form-success {
    display: none;
  }
  .icon-fanalert-success {
    order: -1;
    margin: 0 20px 0 0;
  }
  .new-fanalert__modal-container .new-fanalert__form-input-wrap {
    display: block;
  }
  .new-fanalert__modal-container .new-fanalert__form-input {
    width: auto;
  }
  .new-fanalert__modal-container .icon-fanalert-ticket,
  .new-fanalert__modal-container .icon-fanalert-success {
    order: 1;
    margin-left: 12px;
    margin-right: 0;
  }
}

/* app/assets/stylesheets/movie/overview/desktop/movieShowtimes.css */
.movie-showtimes .fd-panel,
.desktop-mop-panel.fd-panel,
.date-picker__future-date-notice.fd-panel {
  margin: 20px 0;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid var(--light-overlay-8);
}
.movie-showtimes .fd-panel:first-of-type {
  margin-top: 0;
}
.date-picker__future-date-notice .fd-form__btn {
  max-width: 343px;
  font-size: 14px;
}
.date-picker__future-date-notice-cta {
  color: var(--blue-600);
}

/* app/assets/stylesheets/desktop/shared/videoPlayerModal.css */
.video-player-modal {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  left: 20px;
  right: 20px;
}

/* app/assets/stylesheets/shared/modules/watchAtHome.css */
.watch-at-home {
  display: block;
  width: 100%;
  height: auto;
}
.watch-at-home--hidden {
  display: none;
}
.watch-at-home__section-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
.watch-at-home__content {
  overflow: hidden;
  background-color: var(--neutral-000);
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 1rem;
}
.watch-at-home__content > .section-left {
  width: 55%;
  float: left;
}
.watch-at-home__content > .section-right {
  width: 45%;
  float: right;
}
.watch-at-home__content .watch-at-home__image {
  width: 170px;
  height: 79px;
  object-fit: contain;
  padding: 0;
}
.watch-at-home__learn-more {
  color: #4691e3;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
.watch-at-home__watch-now-btn {
  margin-top: 1.2rem;
}
.is-desktop .watch-at-home {
  padding: 30px 16px;
}
.is-desktop .watch-at-home__section-title {
  font-size: 16px;
}
.is-desktop .watch-at-home__learn-more {
  font-size: 12px;
  margin-top: 12px;
}
.is-mobile .watch-at-home {
  margin: 1rem 0;
}
.is-mobile .watch-at-home__section-title {
  font-size: 0.8125rem;
  padding: 0 1rem;
}
.is-mobile .watch-at-home__learn-more {
  font-size: 0.7rem;
  margin-top: 0.5rem;
}
.how-to-watch {
  overflow: hidden;
  background-color: var(--neutral-000);
  padding: 1rem;
}
.is-desktop .how-to-watch {
  display: flex;
  flex-direction: row;
}
.is-desktop .how-to-watch > .section-left {
  width: 25%;
  margin-right: 40px;
}
.is-desktop .how-to-watch > .section-right {
  width: 55%;
}
.is-mobile .how-to-watch {
  border-bottom: 1px solid #dbdbdb;
}
.is-mobile .how-to-watch > .section-left {
  width: 55%;
  float: left;
}
.is-mobile .how-to-watch > .section-right {
  width: 45%;
  float: right;
}

/* app/assets/stylesheets/mweb/shared/watchAtHome.css */
.watch-at-home__image {
  object-fit: contain;
  display: block;
  margin: 0 auto;
  padding-right: 20px;
}
.is-desktop .watch-at-home__image {
  padding-left: 80px;
  padding-right: 0;
}

/* app/assets/stylesheets/desktop/shared/marketingSpotlight.css */
.marketing-spotlight__link {
  padding: 0;
}
.marketing-spotlight__img {
  display: block;
  width: 100%;
}

/* app/assets/stylesheets/movie/overview/desktop/faq.css */
.faq_answers {
  padding: 10px;
  margin-inline-start: 0;
}
.faq_border {
  border: 1px solid var(--light-overlay-8);
  border-radius: 4px;
}
.faq_cast_name {
  display: inline-block;
  font-weight: normal;
  line-height: 1.3;
  color: var(--blue-600);
}
.faq_containers {
  border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}
.faq_containers:last-child {
  border-bottom: none;
}
.faq_section {
  padding-top: 15px;
  padding-bottom: 15px;
}
.faq_title {
  color: var(--blue-600);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 20px;
  text-transform: uppercase;
}
.faq_question {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  padding: 10px;
}
@media (max-width: 1024px) {
  .faq_border {
    margin: 10px;
  }
  .faq_title {
    margin-left: 10px;
  }
}

/* app/assets/stylesheets/video/jwplayer.css */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
body {
  background-color: var(--neutral-700);
}
.fandangoJWEmbed {
  width: 100%;
  height: 100%;
}
.jw-svg-icon-play path,
.jw-svg-icon-pause path,
.jw-svg-icon-volume-100 path,
.jw-svg-icon-volume-50 path,
.jw-svg-icon-volume-0 path,
.jw-svg-icon-fullscreen-on path,
.jw-svg-icon-fullscreen-off path,
.jw-svg-icon-cc-on path,
.jw-svg-icon-cc-off path,
.jw-icon-inline.jw-icon-rewind {
  display: none;
}
.jw-svg-icon-play {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 56 56' style='enable-background:new 0 0 56 56;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill-opacity:0.4;%7D .st1%7Bfill:none;stroke:%23FFFFFF;stroke-width:3;%7D .st2%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M56,28c0,15.5-12.5,28-28,28C12.5,56,0,43.5,0,28S12.5,0,28,0C43.5,0,56,12.5,56,28z'/%3E%3Ccircle class='st1' cx='28' cy='28' r='26.5'/%3E%3Cpath class='st2' d='M21.6,11.9c-0.3-0.2-0.6-0.2-0.9-0.1c-0.3,0.1-0.5,0.5-0.5,0.8v30.9c0,0.3,0.2,0.6,0.5,0.8 c0.1,0.1,0.3,0.1,0.4,0.1c0.2,0,0.4-0.1,0.5-0.2l20.5-15.5c0.2-0.2,0.4-0.4,0.4-0.7c0-0.3-0.1-0.5-0.4-0.7L21.6,11.9L21.6,11.9z'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
}
.jw-svg-icon-pause {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNMjggMTRjMCA3LjczMi02LjI2OCAxNC0xNCAxNFMwIDIxLjczMiAwIDE0IDYuMjY4IDAgMTQgMHMxNCA2LjI2OCAxNCAxNHoiIG9wYWNpdHk9Ii40Ii8+CiAgICAgICAgPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTE0IDBDNi4yOCAwIDAgNi4yOCAwIDE0czYuMjggMTQgMTQgMTQgMTQtNi4yOCAxNC0xNFMyMS43MiAwIDE0IDBtMCAyNkM3LjM4MyAyNiAyIDIwLjYxNyAyIDE0UzcuMzgzIDIgMTQgMnMxMiA1LjM4MyAxMiAxMi01LjM4MyAxMi0xMiAxMiIvPgogICAgICAgIDxnIGZpbGw9IiNGRkYiPgogICAgICAgICAgICA8cGF0aCBkPSJNNyAxMkwxMCAxMiAxMCAwIDcgMHpNMCAxMkwzIDEyIDMgMCAwIDB6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5IDgpIi8+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
  background-size: contain;
  background-repeat: no-repeat;
}
.jw-svg-icon-volume-100,
.jw-svg-icon-volume-50 {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQwIDQwIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iI0ZGRiI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTI5Ljc2NCA4LjE5NWMzLjUxNiAzLjE5MiA1LjQ1MSA3LjQ3NiA1LjQ1MSAxMi4wNjIgMCA0LjU4NS0xLjkzNSA4Ljg2OC01LjQ0OSAxMi4wNi0uMTQ0LjEzMS0uMzI0LjE5NS0uNTA0LjE5NS0uMjA0IDAtLjQwNy0uMDgzLS41NTUtLjI0Ni0uMjc5LS4zMDctLjI1Ni0uNzguMDUxLTEuMDU5IDMuMTk2LTIuOTA0IDQuOTU3LTYuNzkzIDQuOTU3LTEwLjk1IDAtNC4xNTgtMS43NjItOC4wNDgtNC45NTktMTAuOTUyLS4zMDYtLjI3OC0uMzMtLjc1My0uMDUyLTEuMDYuMjgtLjMwNi43NTItLjMyOSAxLjA2LS4wNXptLTkuMTUzLjk3OWMuMzU4LjE5NC41ODEuNTY3LjU4MS45NzR2MjAuMTI5YzAgLjQwNS0uMjIxLjc3Ny0uNTc1Ljk3Mi0uMTY2LjA5LS4zNDkuMTM1LS41MzIuMTM1LS4yMDcgMC0uNDE1LS4wNTgtLjU5Ni0uMTc0bC03Ljg5OC01LjcwOEg1LjYzN2MtLjYxIDAtMS4xMDctLjQ5Ni0xLjEwNy0xLjEwN3YtOC4yNDFjMC0uNjEuNDk3LTEuMTA2IDEuMTA3LTEuMTA2aDUuOTVsNy44NzMtNS44MTNjLjM1OS0uMjM2Ljc5NS0uMjU2IDEuMTUxLS4wNjF6bTUuMDM2IDMuOTA3YzIuMTUgMS44MTggMy4zODMgNC40MTggMy4zODMgNy4xMzIgMCAyLjcxNi0xLjIzNCA1LjMxNy0zLjM4NyA3LjEzNi0uMTQuMTE4LS4zMTMuMTc3LS40ODQuMTc3LS4yMTMgMC0uNDI1LS4wOTEtLjU3My0uMjY2LS4yNjctLjMxNi0uMjI4LS43OS4wODktMS4wNTcgMS44MTQtMS41MzMgMi44NTUtMy43MTYgMi44NTUtNS45OSAwLTIuMjcyLTEuMDQtNC40NTUtMi44NTEtNS45ODctLjMxNy0uMjY3LS4zNTYtLjc0MS0uMDg4LTEuMDU3LjI2Ni0uMzE3Ljc0Mi0uMzU1IDEuMDU2LS4wODh6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTE2IC02OTQpIHRyYW5zbGF0ZSgxMiA2OTQpIHRyYW5zbGF0ZSg5MDQpIi8+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
  background-size: contain;
  background-repeat: no-repeat;
}
.jw-svg-icon-volume-0 {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQwIDQwIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iI0ZGRiI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTQuMTM0IDkuMjM3Yy4yMzYtLjM0LjcwNC0uNDI1IDEuMDQ0LS4xODlsNy41MDUgNS4yMDMuMDA2LS4wMDUgOC41MiA1LjkwNXYuMDEybDUuMzcgMy43MjQuMDA3LS4wMSAxLjIzOS44NTgtLjAwNi4wMTEgMy45NjQgMi43NDguMDA2LS4wMSAxLjI0Ljg1OC0uMDA3LjAxMSAyLjY1OSAxLjg0NGMuMzQuMjM2LjQyNS43MDMuMTg5IDEuMDQzLS4xNDYuMjEtLjM4LjMyMy0uNjE3LjMyMy0uMTQ3IDAtLjI5Ni0uMDQzLS40MjYtLjEzNGwtMi42My0xLjgyM2MtLjY5Ni45NjctMS40OTcgMS44NzgtMi40MTMgMi43MTEtLjE0NC4xMy0uMzI1LjE5NC0uNTA1LjE5NC0uMjAzIDAtLjQwNy0uMDgyLS41NTUtLjI0NS0uMjc4LS4zMDctLjI1Ni0uNzguMDUtMS4wNi44MzItLjc1NSAxLjU1Ni0xLjU4IDIuMTg2LTIuNDU3bC0zLjk4Ny0yLjc2NGMtLjM4OC40ODgtLjgyMi45NDgtMS4zMTMgMS4zNjItLjE0MS4xMi0uMzEyLjE3OC0uNDgzLjE3OC0uMjE0IDAtLjQyNi0uMDktLjU3NC0uMjY2LS4yNjctLjMxNy0uMjI3LS43OS4wODktMS4wNTcuMzg4LS4zMjguNzM4LS42ODggMS4wNS0xLjA3bC00LjUzMy0zLjE0NHY4LjI4OGMwIC40MDUtLjIyLjc3Ny0uNTc1Ljk3Mi0uMTY2LjA5MS0uMzUuMTM2LS41MzIuMTM2LS4yMDcgMC0uNDE1LS4wNTktLjU5Ni0uMTc1bC03Ljg5Ny01LjcwOEg1LjY1NWMtLjYxMSAwLTEuMTA4LS40OTctMS4xMDgtMS4xMDd2LTguMjRjMC0uNjEuNDk3LTEuMTA3IDEuMTA4LTEuMTA3aDUuNTQ0TDQuMzIzIDEwLjI4Yy0uMzQtLjIzNi0uNDI1LS43MDMtLjE5LTEuMDQzem0yNC41ODctLjk5MmMuMjgtLjMwNi43NTItLjMyOSAxLjA2LS4wNSAzLjUxNSAzLjE5MSA1LjQ1MSA3LjQ3NSA1LjQ1MSAxMi4wNjEgMCAyLjM2Ni0uNTI0IDQuNjQ4LTEuNTA2IDYuNzQ1bC0xLjI0OC0uODY2Yy44Mi0xLjgzNyAxLjI1NC0zLjgyNSAxLjI1NC01Ljg3OSAwLTQuMTU4LTEuNzYtOC4wNDctNC45Ni0xMC45NTItLjMwNy0uMjc4LS4zMjktLjc1My0uMDUtMS4wNTl6bS00LjExNSA0LjkyM2MuMjY4LS4zMTYuNzQtLjM1NiAxLjA1Ny0uMDg4IDIuMTUgMS44MTggMy4zODMgNC40MTcgMy4zODMgNy4xMzIgMCAxLjA4Mi0uMjA0IDIuMTQzLS41NzYgMy4xNDZsLTEuMjgyLS44ODhjLjIzLS43MjkuMzU4LTEuNDg3LjM1OC0yLjI1OCAwLTIuMjcyLTEuMDM5LTQuNDU1LTIuODUyLTUuOTg3LS4zMTUtLjI2Ny0uMzU2LS43NC0uMDg4LTEuMDU3em0tNS4xMy0zLjkzNGMuMzYtLjIzNi43OTYtLjI1NiAxLjE1Mi0uMDYuMzU5LjE5My41OC41NjYuNTguOTczdjguMThsLTcuMjQ0LTUuMDIyeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkxNiAtNjk0KSB0cmFuc2xhdGUoMTIgNjk0KSB0cmFuc2xhdGUoOTA0KSIvPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
  background-size: contain;
  background-repeat: no-repeat;
}
.jw-svg-icon-fullscreen-on {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQwIDQwIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iI0ZGRiI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTIyLjgwMyAyMi44MDJjLjI5My0uMjkzLjc2Ny0uMjkzIDEuMDYgMEwzNC41IDMzLjQ0di02LjcyNGMwLS40MTQuMzM2LS43NS43NS0uNzVzLjc1LjMzNi43NS43NXY4LjUzNGMwIC40MTQtLjMzNi43NS0uNzUuNzVoLTguNTM1Yy0uNDE0IDAtLjc1LS4zMzYtLjc1LS43NXMuMzM2LS43NS43NS0uNzVoNi43MjRMMjIuODAzIDIzLjg2MmMtLjI5My0uMjkyLS4yOTMtLjc2NyAwLTEuMDZ6TTEzLjI4NCA0Yy40MTQgMCAuNzUuMzM1Ljc1Ljc1bC0uMDA3LjEwMmMtLjA1LjM2Ni0uMzYzLjY0OC0uNzQzLjY0OEg2LjU2bDEwLjYzNyAxMC42MzhjLjI5My4yOTIuMjkzLjc2NyAwIDEuMDYtLjI5My4yOTMtLjc2Ny4yOTMtMS4wNiAwTDUuNSA2LjU2djYuNzI0YzAgLjQxNC0uMzM2Ljc1LS43NS43NXMtLjc1LS4zMzYtLjc1LS43NVY0Ljc1YzAtLjQxNS4zMzYtLjc1Ljc1LS43NXoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05NzIgLTY5NCkgdHJhbnNsYXRlKDEyIDY5NCkgdHJhbnNsYXRlKDk2MCkgbWF0cml4KC0xIDAgMCAxIDQwIDApIi8+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
  background-size: contain;
  background-repeat: no-repeat;
}
.jw-svg-icon-fullscreen-off {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQwIDQwIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iI0ZGRiI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTMxLjc3NiAyMi41NzVjLjM5OSAwIC42OTkuMy42OTkuNyAwIC40LS4zLjctLjcuN2gtNi43bDEwLjYgMTAuNmMuMy4zLjMuOCAwIDEuMS0uMy4zLS44LjMtMS4xIDBsLTEwLjYtMTAuNnY2LjdjMCAuNC0uMy43LS43LjctLjQgMC0uNy0uMy0uNy0uN3YtOC41YzAtLjQuMy0uNy43LS43ek00LjIyNiA0LjIyNWMuMy0uMy44LS4zIDEuMSAwbDEwLjYgMTAuNnYtNi43YzAtLjQuMy0uNy43LS43LjQgMCAuNy4zLjcuOHY4LjVjMCAuNC0uMy43LS43LjdoLTguNmMtLjQgMC0uNy0uMy0uNy0uOGwuMDA1LS4wOThjLjA0NS0uMzUuMzI4LS42MDIuNjk0LS42MDJoNi43bC0xMC41LTEwLjZjLS4zLS4zLS4zLS44IDAtMS4xeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTk3MiAtNjk0KSB0cmFuc2xhdGUoMTIgNjk0KSBtYXRyaXgoLTEgMCAwIDEgOTk5LjkgMCkiLz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);
  background-size: contain;
  background-repeat: no-repeat;
}
.jw-svg-icon-cc-on {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQwIDQwIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iI0ZGRiI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTMzIDZjMS42NTcgMCAzIDEuMzQzIDMgM3YyMmMwIDEuNjU2LTEuMzQzIDMtMyAzSDdjLTEuNjU3IDAtMy0xLjM0NC0zLTNWOWMwLTEuNjU3IDEuMzQzLTMgMy0zem0wIDEuNUg3Yy0uODI3IDAtMS41LjY3My0xLjUgMS41djIyYzAgLjgyNy42NzMgMS41IDEuNSAxLjVoMjZjLjgyNyAwIDEuNS0uNjczIDEuNS0xLjVWOWMwLS44MjctLjY3My0xLjUtMS41LTEuNXptLTE3LjgwOCA2LjYxNGMyLjE2MiAwIDMuNDcyLjkxOSA0LjI1NCAxLjk3OGwtMS41ODcgMS40N2MtLjYyMS0uODczLTEuNDcxLTEuMzEtMi41NTItMS4zMS0yLjAyNCAwLTMuMzU3IDEuNTE4LTMuMzU3IDMuNjc5IDAgMi4xNjIgMS4zMzMgMy43MDMgMy4zNTcgMy43MDMgMS4wOCAwIDEuOTMtLjQ2IDIuNTUyLTEuMzExbDEuNTg3IDEuNDcyYy0uNzgyIDEuMDU3LTIuMDkyIDEuOTc3LTQuMjU0IDEuOTc3LTMuMzggMC01Ljc1LTIuNDYtNS43NS01Ljg0MSAwLTMuMzU3IDIuMzctNS44MTcgNS43NS01LjgxN3ptMTEuNDMgMGMyLjE2MyAwIDMuNDczLjkxOSA0LjI1NSAxLjk3OGwtMS41ODcgMS40N2MtLjYyMS0uODczLTEuNDcxLTEuMzEtMi41NTItMS4zMS0yLjAyNCAwLTMuMzU3IDEuNTE4LTMuMzU3IDMuNjc5IDAgMi4xNjIgMS4zMzIgMy43MDMgMy4zNTcgMy43MDMgMS4wOCAwIDEuOTMtLjQ2IDIuNTUyLTEuMzExbDEuNTg3IDEuNDcyYy0uNzgyIDEuMDU3LTIuMDkyIDEuOTc3LTQuMjU1IDEuOTc3LTMuMzggMC01Ljc0OC0yLjQ2LTUuNzQ4LTUuODQxIDAtMy4zNTcgMi4zNjktNS44MTcgNS43NDgtNS44MTd6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODYwIC02OTQpIHRyYW5zbGF0ZSgxMiA2OTQpIHRyYW5zbGF0ZSg4NDgpIi8+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
  background-size: contain;
  background-repeat: no-repeat;
}
.jw-svg-icon-cc-off {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQwIDQwIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iI0ZGRiI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTMzIDZjMS42NTcgMCAzIDEuMzQzIDMgM3YyMmMwIDEuNjU2LTEuMzQzIDMtMyAzSDdjLTEuNjU3IDAtMy0xLjM0NC0zLTNWOWMwLTEuNjU3IDEuMzQzLTMgMy0zem0wIDEuNUg3Yy0uODI3IDAtMS41LjY3My0xLjUgMS41djIyYzAgLjgyNy42NzMgMS41IDEuNSAxLjVoMjZjLjgyNyAwIDEuNS0uNjczIDEuNS0xLjVWOWMwLS44MjctLjY3My0xLjUtMS41LTEuNXptLTE3LjgwOCA2LjYxNGMyLjE2MiAwIDMuNDcyLjkxOSA0LjI1NCAxLjk3OGwtMS41ODcgMS40N2MtLjYyMS0uODczLTEuNDcxLTEuMzEtMi41NTItMS4zMS0yLjAyNCAwLTMuMzU3IDEuNTE4LTMuMzU3IDMuNjc5IDAgMi4xNjIgMS4zMzMgMy43MDMgMy4zNTcgMy43MDMgMS4wOCAwIDEuOTMtLjQ2IDIuNTUyLTEuMzExbDEuNTg3IDEuNDcyYy0uNzgyIDEuMDU3LTIuMDkyIDEuOTc3LTQuMjU0IDEuOTc3LTMuMzggMC01Ljc1LTIuNDYtNS43NS01Ljg0MSAwLTMuMzU3IDIuMzctNS44MTcgNS43NS01LjgxN3ptMTEuNDMgMGMyLjE2MyAwIDMuNDczLjkxOSA0LjI1NSAxLjk3OGwtMS41ODcgMS40N2MtLjYyMS0uODczLTEuNDcxLTEuMzEtMi41NTItMS4zMS0yLjAyNCAwLTMuMzU3IDEuNTE4LTMuMzU3IDMuNjc5IDAgMi4xNjIgMS4zMzIgMy43MDMgMy4zNTcgMy43MDMgMS4wOCAwIDEuOTMtLjQ2IDIuNTUyLTEuMzExbDEuNTg3IDEuNDcyYy0uNzgyIDEuMDU3LTIuMDkyIDEuOTc3LTQuMjU1IDEuOTc3LTMuMzggMC01Ljc0OC0yLjQ2LTUuNzQ4LTUuODQxIDAtMy4zNTcgMi4zNjktNS44MTcgNS43NDgtNS44MTd6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODYwIC02OTQpIHRyYW5zbGF0ZSgxMiA2OTQpIHRyYW5zbGF0ZSg4NDgpIi8+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
  background-size: contain;
  background-repeat: no-repeat;
}
html .jw-title-primary {
  font-weight: bold;
  font-size: 20px;
}
.jw-text-duration,
.jw-text-elapsed {
  font-size: 14px;
  line-height: 36px;
}
.age-verification-card {
  background: var(--dark-overlay-80);
  display: none;
  position: absolute;
  inset: 0;
}
.age-messaging {
  color: #f2f2f2;
  display: flex;
  flex-direction: column;
  font-size: 23px;
  justify-content: center;
  line-height: normal;
  margin: 0 auto;
  text-align: center;
  width: 75%;
}
.age-copy {
  margin-top: 0;
}
.age-cta {
  background-color: #4691e3;
  border-color: #4691e3;
  border-radius: 3px;
  color: #f2f3f3;
  font-weight: 700;
  line-height: 40px;
  margin: 0 10px;
  min-width: 120px;
  text-transform: uppercase;
}

/* app/assets/stylesheets/movie/overview/merchCarousel.css */
.merch-carousel {
  padding: 16px 0;
  background-color: transparent;
}
.merch-carousel .fd-carousel-placeholder__item {
  background: var(--neutral-400);
  height: 118px;
  width: 307px;
}
.merch-carousel .fd-carousel__fig {
  margin: 15px 0 0 0;
}
.merch-carousel .fd-carousel__img-wrap {
  background-color: var(--neutral-400);
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  height: 118px;
  width: 397px;
}
.merch-carousel .fd-carousel__img {
  height: 118px;
  object-fit: cover;
  width: 118px;
}
.merch-carousel .fd-carousel__icon {
  height: 16px;
  width: 16px;
}
.merch-carousel .fd-carousel__title {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.merch-carousel .fd-carousel__description {
  display: block;
  font-size: 14px;
  line-height: 16px;
}
.merch-carousel .fd-carousel__tagTitle {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
}
.merch-carousel .fd-carousel__tag-wrap {
  align-items: center;
  border-radius: 4px;
  display: flex;
  gap: 4px;
  height: 20px;
  min-width: 90px;
  padding: 2px 4px;
  position: absolute;
  right: 20px;
  top: -10px;
  z-index: 1;
}
.merch-carousel .fd-carousel__text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5px 0 16px;
}
.merch-carousel .fd-carousel__img-wrap:hover {
  opacity: 0.65;
}
.merch-carousel .merch-carousel__arrow-left {
  transform: rotate(180deg);
  top: 60px;
}
.merch-carousel .merch-carousel__arrow-right {
  right: -16px;
  transform: none;
  top: 60px;
}
@media (max-width: 768px) {
  .merch-carousel .fd-carousel__img-wrap {
    width: 335px;
  }
  .merch-carousel {
    padding-bottom: 16px;
  }
  .merch-carousel .fd-carousel__arrow--right,
  .merch-carousel .fd-carousel__arrow--left {
    display: none;
  }
  .merch-carousel--single-item .fd-carousel__img-wrap {
    width: 92vw;
  }
  .merch-carousel .fd-carousel__description {
    font-size: 12px;
  }
}

/* swug-virtual-bundle-specifier://images.fandango.com/fandango-www/screenplay/assets/v2/stylesheets/bundles/movies/overview/desktop.cpdav8o5.css */
/*# sourceMappingURL=desktop.css.map */
