/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/main/resources/static/sass/premium/premium.src.scss ***!
  \*********************************************************************************************************************************************************************************/
/* stylelint-disable max-line-length */
/* create columns */
/* create columns */
/* create custom named columns with custom content */
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  fill: #ffffff;
  cursor: pointer;
}
.ka-video--youtube .ka-video__btn::after {
  content: "";
  background-color: var(--color-primary-01-500);
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
          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;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  -webkit-transform: translate(0.5px, 0.5px);
      -ms-transform: translate(0.5px, 0.5px);
          transform: translate(0.5px, 0.5px);
  padding-bottom: 0.5rem;
}
.m-premium__layout .kl-swiper__slider {
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
}
.m-premium .mz__thumbnails__list-item__video-overlay svg {
  width: 20%;
  height: 20%;
}

.o-premium {
  border-radius: 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 300px;
          flex: 1 0 300px;
  max-width: 300px;
}
@media screen and (min-width: 1024px) {
  .o-premium {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 350px;
            flex: 1 0 350px;
    max-width: 350px;
  }
}
.o-premium {
  background-color: var(--color-primary-02-800);
  color: #ffffff;
}
.o-premium + .o-premium {
  margin-left: 1rem;
}
.o-premium.-isDouble {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 600px;
          flex: 1 0 600px;
}
@media screen and (min-width: 1024px) {
  .o-premium.-isDouble {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 700px;
            flex: 1 0 700px;
  }
}
.o-premium.-noMedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.o-premium__media {
  border-radius: 6px 6px 0 0;
  height: 350px;
  max-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.o-premium__media img {
  border-radius: 6px 6px 0 0;
  width: 100%;
  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;
  line-height: 1.1111111111;
  padding: 1rem;
}
.o-premium__content {
  font-size: 0.875rem;
  line-height: 1.1428571429;
  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: #ffffff var(--color-primary-02-800);
}
.o-premium a {
  color: #ffffff !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 screen and (min-width: 680px) {
  .o-premium.-hasOnlyOneElement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
  .o-premium.-hasOnlyOneElement .o-premium__media {
    border-radius: 6px 0 0 6px;
    width: 250px;
  }
  .o-premium.-hasOnlyOneElement .o-premium__media img {
    border-radius: 6px 0 0 6px;
    max-height: inherit;
    width: 250px;
  }
  .o-premium.-hasOnlyOneElement .o-premium__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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