/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/main/resources/static/sass/premium/premium.src.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
/**
 * Do not edit directly, this file was auto-generated.
 */
.ka-video {
  position: relative;
}
.ka-video--youtube .ka-video__picture {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ka-video--youtube .ka-video__img, .ka-video--youtube .ka-video__frame {
  max-width: 100%;
  min-height: 100%;
  display: block;
}
.ka-video--youtube .ka-video__img {
  width: 100%;
}
.ka-video--youtube .ka-video__btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  fill: var(--color-grey-000);
  cursor: pointer;
}
.ka-video--youtube .ka-video__btn::after {
  content: "";
  background-color: var(--color-primary-01-500);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  width: 3rem;
  height: 3rem;
  border-radius: 1.5rem;
  position: absolute;
  top: calc(50% - 1.5rem);
  left: calc(50% - 1.5rem);
  z-index: -1;
}

.m-premium .kl-swiper__controls {
  z-index: 2;
}
.m-premium__layout {
  margin: inherit;
  scroll-snap-type: x mandatory;
  transform: translate(0.5px, 0.5px);
  padding-bottom: 0.5rem;
}
.m-premium__layout .kl-swiper__slider {
  justify-content: initial;
}
.m-premium .mz__thumbnails__list-item__video-overlay svg {
  width: 20%;
  height: 20%;
}
.m-premium .ka-video--youtube .ka-video__picture {
  height: auto;
  margin-top: 50%;
  transform: translateY(-50%);
}

.o-premium {
  border-radius: 0.5rem;
  flex: 1 0 300px;
  max-width: 300px;
}
@media (width >= 680px) {
  .o-premium {
    display: flex !important;
    align-items: center;
    min-width: 80%;
  }
}
.o-premium {
  background-color: var(--color-grey-000);
  color: var(--color-grey-999);
}
.o-premium + .o-premium {
  margin-left: 1rem;
}
.o-premium.-isDouble {
  flex: 1 0 600px;
}
@media (width >= 1024px) {
  .o-premium.-isDouble {
    flex: 1 0 700px;
  }
}
.o-premium.-noMedia {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.o-premium__media {
  border-radius: 0.5rem 0.5rem 0 0;
  height: 300px;
  max-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
@media (width >= 1024px) {
  .o-premium__media {
    height: 350px;
    max-height: 350px;
  }
}
.o-premium__media img {
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: white;
  width: 100%;
  max-height: 300px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media (width >= 1024px) {
  .o-premium__media img {
    max-height: 350px;
  }
}
.o-premium.-isDouble .o-premium__media {
  max-height: 700px;
}
.o-premium.-isDouble .o-premium__media img {
  max-height: 700px;
}
.o-premium.-hasVideo .o-premium__media {
  padding: 1rem;
  min-height: 200px;
  position: relative;
}
.o-premium.-isDouble .o-premium__media {
  padding: 1rem;
  min-height: 200px;
}
.o-premium__title {
  font-weight: 600;
  font-size: 1.125rem;
  padding: 1rem;
}
.o-premium__content {
  font-size: 0.875rem;
  padding: 1rem;
}
.o-premium__title + .o-premium__content {
  padding-top: 0;
}
.o-premium:not(.-noMedia) .o-premium__content {
  max-height: 230px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-gutter: auto;
  scrollbar-color: var(--color-grey-000) var(--color-grey-000);
}
.o-premium:not(.-hasOnlyOneElement) .o-premium__media {
  padding: 1rem;
  aspect-ratio: 1/1;
  display: flex;
}
.o-premium:not(.-hasOnlyOneElement) .o-premium__media img {
  border-radius: 0.25rem;
  aspect-ratio: 1/1;
  border: 1px solid var(--color-grey-200);
}
.o-premium a {
  color: var(--color-grey-000) !important;
}

.o-premium.-hasOnlyOneElement {
  width: 100%;
  max-width: initial;
}
.o-premium.-hasOnlyOneElement .o-premium__media,
.o-premium.-hasOnlyOneElement .o-premium__media img {
  height: auto;
  max-height: inherit;
}
@media (width >= 680px) {
  .o-premium.-hasOnlyOneElement {
    display: flex;
    gap: 1rem;
  }
  .o-premium.-hasOnlyOneElement .o-premium__media {
    border-radius: 0.5rem 0 0 0.5rem;
    width: 250px;
  }
  .o-premium.-hasOnlyOneElement .o-premium__media img {
    border-radius: 0.5rem 0 0 0.5rem;
    max-height: inherit;
    width: 250px;
  }
  .o-premium.-hasOnlyOneElement .o-premium__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (width >= 1024px) {
  .o-premium.-hasOnlyOneElement .o-premium__media {
    width: 500px;
  }
  .o-premium.-hasOnlyOneElement .o-premium__media img {
    width: 500px;
  }
  .o-premium.-hasOnlyOneElement .o-premium__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/*# sourceMappingURL=premium.css.map*/