/* app/assets/node_client_modules/flickity/dist/flickity.css */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
.flickity-cell {
  position: absolute;
  left: 0;
}
.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}
.flickity-button {
  position: absolute;
  background: hsl(0 0% 100% / 75%);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
  background: hsl(0 0% 20% / 25%);
  border-radius: 50%;
  cursor: pointer;
  appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}
.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}
.flickity-page-dot:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-page-dot.is-selected {
  background: hsl(0 0% 20% / 100%);
}

/* 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/mweb/shared/nowPlaying.css */
.now-playing {
  position: relative;
  padding: 0 16px;
  overflow: hidden;
  font-size: 0;
}
.now-playing__heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 36px;
  padding: 0 16px;
  margin-bottom: 20px;
}
.now-playing__see-all,
.now-playing__title {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 16px;
}
.now-playing__title {
  font-size: 16px;
  color: var(--blue-600);
}
.now-playing__see-all,
.now-playing__see-all--carousel-item {
  font-size: 15px;
}
.now-playing__see-all--carousel-item {
  white-space: normal;
  text-align: center;
  line-height: 20px;
}
.now-playing__list-item-link {
  display: block;
  height: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  border-radius: 4px;
}
.now-playing__list-item-link--see-all {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #ebebeb;
  height: 132px;
}

/* app/assets/stylesheets/mweb/global/movie-card.css */
.movie-card {
  background-position: center center;
  background-size: cover;
  color: var(--neutral-000);
  position: relative;
  width: 100%;
  height: 210px;
  z-index: 0;
}
.movie-card:before {
  content: "";
  background-color: var(--neutral-600);
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.movie-card__poster {
  background-color: #333;
  border: 1px solid var(--neutral-000);
  width: 100px;
  height: 150px;
  overflow: hidden;
}
.movie-card__poster--playable:after {
  content: "";
  background-color: var(--dark-overlay-80);
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.2%22%20height%3D%2228.2%22%20viewBox%3D%220%200%2028.2%2028.2%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%3C!%5BCDATA%5B%20.st0%7Bfill%3A%23FFFFFF%3B%7D%5D%5D%3E%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M14.1%2028.1c-7.7%200-14-6.3-14-14s6.3-14%2014-14%2014%206.3%2014%2014-6.3%2014-14%2014zm0-26.1c-6.7%200-12.1%205.4-12.1%2012.1%200%206.7%205.4%2012.1%2012.1%2012.1%206.7%200%2012.1-5.4%2012.1-12.1%200-6.7-5.4-12.1-12.1-12.1zm-3.6%206.1v11.9l9.6-5.9z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  opacity: 1;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* 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/mweb/shared/movieOffer.css */
.movie-offer {
  color: var(--neutral-000);
  position: absolute;
  bottom: 15px;
  right: 15px;
  left: 148px;
  overflow: hidden;
  height: 4.2rem;
  z-index: 1;
  font-size: 14px;
  line-height: 20px;
}
.movie-offer__flag-title,
.movie-offer__label,
.movie-offer__title {
  display: block;
}
.movie-offer__flag-title {
  background-color: #285B93;
  padding: 5px 5px 2px;
  display: inline-block;
  line-height: 1.6rem;
  font-weight: bold;
  margin-right: 0.3rem;
}
.movie-offer__label {
  font-weight: bold;
  display: inline-block;
}
.icon.icon-vip-plus-points-white {
  height: 18px;
  width: 30px;
}
.icon.icon-gift-box-white,
.icon.icon-gift-box-purple,
.icon.icon-gift-box-white-transparent {
  width: 18px;
  height: 18px;
  vertical-align: top;
}
.movie-offer__banner {
  width: 100%;
  border-radius: 4px;
  background-color: var(--neutral-000);
  padding-left: 16px;
  padding-top: 11px;
  padding-bottom: 7px;
}
.movie-offer__icon {
  margin-top: -2px;
}
@media (max-width: 320px) {
  .movie-offer {
    font-size: 12px;
  }
}

/* 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/mobile/movieDetailHeader.css */
.movie-detail {
  min-height: 203px;
  height: auto;
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image:
    linear-gradient(
      to top,
      rgba(242, 242, 242, 0.99),
      var(--neutral-000));
}
.movie-detail .rottentomatoes-icon--flat {
  margin-right: unset;
}
.movie-detail-header {
  scroll-margin-top: 50px;
}
.movie-detail-header__info-bloc {
  display: flex;
  align-items: flex-start;
  margin-top: 16px;
}
.movie-detail-header__movie-info {
  flex: 1;
  margin-right: 16px;
}
.movie-detail-header__additional-info {
  display: inline-flex;
}
.movie-detail-header__info-item {
  font-size: 12px;
}
.movie-detail-header__heart-placeholder {
  margin-right: 8px;
}
.movie-detail-header__heart {
  position: absolute;
}
.movie-detail .movie-offer .icon {
  height: 11px;
}
.movie-detail .movie-offer__flag-title {
  padding: 2px 8px 2px 4px;
  line-height: 18px;
}
.movie-detail-header__reviews {
  display: flex;
  align-items: end;
  flex-direction: column;
  gap: 16px;
}
.movie-detail-header__reviews-ratings {
  display: flex;
  white-space: nowrap;
  flex: 0 0 auto;
  justify-content: end;
  width: 113px;
  gap: 8px;
}
.movie-detail-header__cover-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.movie-detail-header__cover-image::before {
  content: "";
  background-color: var(--neutral-600);
  opacity: 0.2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  position: absolute;
}
.movie-detail-header__card-default-grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1029 498'%3E%3Cstyle type='text/css'%3E .st2{fill:url(%23SVGID_1_);} .st3{opacity:0.06;fill:%23ADD6EE;} .st4{opacity:0.13;fill:%23B6DBF4;} %3C/style%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='58.1735' y1='61.4672' x2='1009.936' y2='452.6053'%3E%3Cstop offset='0' style='stop-color:%23404D57'/%3E%3Cstop offset='1' style='stop-color:%232A333B'/%3E%3C/linearGradient%3E%3Crect class='st2' width='1029' height='498'/%3E%3Cpath class='st3' d='M868.7,282.7c-36.4-8.4-68.6-33.8-77.2-71.7c-10.7-38,2.1-76,30-99.2L790.9,0H564.2l32.4,118.1l-180,46.4 L453,297.5L633,251L669.4,384l-180,46.4l18.5,67.6h410.4l8.3-2.2L868.7,282.7z'/%3E%3Cpath class='st3' d='M302.9,449.4c25.7-31.7,38.6-73.9,25.7-118.2c-12.9-42.2-42.9-73.9-83.6-88.6l-45-162.5L503.8,0H384.6 L159.3,59l57.9,211c36.4,8.4,68.6,33.8,77.2,71.7c10.7,38-2.1,76-30,101.3l15.1,54.9h36.5L302.9,449.4z'/%3E%3Cpath class='st4' d='M200.1,80.1l45,162.5c40.7,14.8,70.7,46.4,83.6,88.6c12.9,44.3,0,86.5-25.7,118.2l13,48.6h192l-18.5-67.6 l180-46.4L633,251l-180,46.4l-36.4-132.9l180-46.4L564.2,0h-60.4L200.1,80.1z'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}
.movie-detail__icon-ticket-title {
  color: var(--neutral-000);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 2px;
}
.movie-detail__icon-ticket-outline-wrap {
  align-items: center;
  border: 1px solid #4691e3;
  border-radius: 4px;
  display: flex;
  gap: 8px;
  height: 40px;
  justify-content: center;
  margin-top: 16px;
}
.movie-detail__icon-ticket-outline {
  height: 24px;
  width: 24px;
}

/* app/assets/stylesheets/mweb/shared/detailsImgCarousel.css */
.details-img-carousel__wrap {
  margin: 0 -16px;
  transition: opacity 2s ease 0s;
  overflow: auto hidden;
}
.details-img-carousel {
  padding: 0 16px;
  display: inline-flex;
  flex-wrap: nowrap;
}
.details-img-carousel__item {
  width: 118px;
  height: 112px;
  margin-right: 12px;
  margin-bottom: 12px;
}
.details-img-carousel__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: rgb(214, 215, 216);
  display: inline-block;
  border-radius: 4px;
}
.details-img-carousel__btn {
  background-color: rgb(214, 215, 216);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  border-radius: 4px;
}

/* 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/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/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/movie/mobile/showtimes/filteredChain.css */
.filtered-chain {
  padding: 0 1rem;
  margin: 1rem 0;
  display: flex;
  flex-flow: row wrap;
  align-content: space-between;
  justify-content: space-between;
  text-transform: uppercase;
}
.filtered-chain__alert-icon {
  margin-right: 5px;
}
.filtered-chain__no-theaters {
  width: calc(100% - 30px);
  text-transform: initial;
}
.filtered-chain__near-theaters {
  margin-top: 1rem;
}
.filtered-chain__btn {
  margin-top: 1rem;
  padding-top: 0.594rem;
  padding-bottom: 0.594rem;
  font-size: 0.8125rem;
}

/* 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/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/movie/overview/mobile/imgGallery.css */
.img-gallery {
  width: 100%;
  text-align: left;
  padding: 10px 0;
}
.img-gallery__placeholder {
  background: var(--neutral-300);
}
.img-gallery__inital-image {
  background-color: var(--neutral-300);
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
.img-gallery__inital-image:first-child {
  margin-left: 5px;
}
.img-gallery__open-carousel-wrap {
  text-align: right;
  padding-right: 10px;
}
.img-gallery__open-carousel {
  color: #4aa7f6;
}

/* app/assets/stylesheets/movie/overview/mobile/carousel.css */
.carousel {
  position: fixed;
  height: 100%;
  width: 100%;
  top: -2000px;
  left: -2000px;
  z-index: 100;
  background-color: #333;
}
.carousel--open {
  top: 0;
  left: 0;
}
.carousel__header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  line-height: 40px;
  height: 40px;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.carousel__close {
  position: absolute;
  top: 12px;
  left: 12px;
}
.carousel__index {
  color: #cecece;
  font-size: 13px;
  font-style: italic;
}
.carousel__body {
  height: 100%;
  width: 100%;
}
.carousel__img-wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: stretch;
}
.carousel__img {
  width: 100%;
  height: auto;
  display: block;
  -ms-flex-item-align: center;
  align-self: center;
}
.carousel__img--landscape {
  width: auto;
  height: 100%;
}
.carousel__img-text {
  color: var(--neutral-000);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 13px;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: left;
  padding: 10px 15px;
}
.carousel__img-text-title {
  font-weight: bold;
}
.carousel__img-text-sub {
  font-size: 11px;
  padding: 3px 0;
}
.carousel .flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 100px;
  height: 100px;
  border: none;
  border-radius: 50%;
  background: var(--neutral-700);
  background: hsla(0deg, 0%, 0%, 0.2);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.carousel .previous {
  left: -50px;
}
.carousel .next {
  right: -50px;
}
.carousel .flickity-prev-next-button svg {
  position: absolute;
  left: 15%;
  top: 35%;
  width: 30%;
  height: 30%;
}
.carousel .previous svg {
  left: auto;
  right: 15%;
}
.carousel .arrow {
  fill: var(--neutral-000);
  opacity: 0.8;
}

/* app/assets/fd-pkgs/@fd-assets/carousel/stylesheets/shared/movieCarousel.css */
.movie-carousel {
  padding: 0;
}
.movie-carousel .fd-carousel-placeholder {
  padding-bottom: 65px;
}
.movie-carousel .fd-carousel-placeholder__item {
  background:
    linear-gradient(
      110deg,
      #eff1f3 0%,
      #eff1f3 34%,
      #fff 55%,
      #f9fbfd 59%,
      #eff1f3 66%);
  border-radius: 4px;
  flex-shrink: 0;
  height: 210px;
  width: 140px;
}
.movie-carousel .fd-carousel__slide {
  width: 140px;
}
.movie-carousel .fd-carousel__img-wrap {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
}
.movie-carousel .splide__spinner {
  display: none;
}
.movie-carousel .fd-carousel__img {
  border-radius: 8px;
  height: 210px;
  width: 100%;
}
.movie-carousel .fd-carousel__arrow--left {
  left: -16px;
}
.movie-carousel .fd-carousel__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.movie-carousel .fd-carousel__arrow--right {
  right: -16px;
}
.icon.icon-gift-box-white.movie-carousel__offer-icon {
  position: absolute;
  height: 1.6rem;
  width: 1.6rem;
  top: 0;
  right: 0;
  background-color: #9c4eb0;
  background-position: 50% 40%;
  background-size: 60%;
  border-bottom-left-radius: 4px;
}
.fd-carousel__link:hover .icon.icon-gift-box-white.movie-carousel__offer-icon,
.fd-carousel__link:focus .icon.icon-gift-box-white.movie-carousel__offer-icon {
  opacity: 0.65;
}
.movie-carousel--mobile {
  padding-bottom: 16px;
}
.movie-carousel--mobile .fd-carousel__arrow {
  display: none;
}
.movie-carousel--mobile .fd-carousel__img,
.movie-carousel--mobile .fd-carousel-placeholder__item {
  height: 141px;
}
.movie-carousel--mobile .fd-carousel__img-wrap {
  min-height: 132px;
}
.movie-carousel--mobile .fd-carousel__title {
  font-size: 14px;
  font-weight: normal;
}
.movie-carousel--mobile .fd-carousel-placeholder {
  padding-bottom: 49px;
}
.movie-carousel--mobile .fd-carousel__img,
.movie-carousel--mobile .fd-carousel__img-wrap,
.movie-carousel--mobile .fd-carousel-placeholder__item,
.movie-carousel--mobile .fd-carousel__slide {
  width: 94px;
}
.fd-gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 150ms ease, visibility 150ms ease;
  background:
    linear-gradient(
      270deg,
      #121212 0%,
      rgba(18, 18, 18, 0) 100%);
  z-index: 1;
}
.fd-carousel__arow {
  z-index: 2;
}
.is-visible {
  opacity: 1;
  visibility: visible;
}
.movie-carousel--mobile .fd-gradient {
  display: none;
}
.fd-gradient--right {
  right: 0;
  background:
    linear-gradient(
      90deg,
      rgba(23, 28, 32, 0) 0%,
      rgba(23, 28, 32, .7) 60%,
      rgba(23, 28, 32, .95) 100%);
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.fd-gradient--left {
  left: 0;
  background:
    linear-gradient(
      270deg,
      rgba(23, 28, 32, 0) 0%,
      rgba(23, 28, 32, .7) 60%,
      rgba(23, 28, 32, .95) 100%);
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.splide {
  position: relative;
}
.fd-carousel__buy-tickets {
  display: none;
  text-align: center;
}
.ab-test-6254.fd-carousel__link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.ab-test-6254 .fd-carousel__buy-tickets {
  display: block;
  margin: 8px auto 0 0;
}
.is-mobile .ab-test-6254 .fd-carousel__buy-tickets {
  margin: 8px 0 0;
  padding: 6px 0;
}
.fd-carousel .fd-carousel__label {
  display: inline-block;
  margin-top: 4px;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
}

/* swug-virtual-bundle-specifier://images.fandango.com/fandango-www/screenplay/assets/v2/stylesheets/bundles/movies/videos/mobile.lcqrp17v.css */
/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
/*# sourceMappingURL=mobile.css.map */
