.slick-slider {
  overflow: hidden; }

.slick-slide {
  clear: none;
  outline: none; }

.slick-prev, .slick-next {
  z-index: 1; }

.slick-prev {
  left: 25px; }

.slick-next {
  right: 25px; }

[data-kc-fullheight] .slick-list, [data-kc-fullheight] .slick-track {
  height: 100vh; }

[data-kc-fullheight] .slick-slide {
  display: -webkit-box;
  display: flex;
  align-self: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%; }

.positioned-text-box {
  display: -webkit-box;
  display: flex; }
  .positioned-text-box.top_left {
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start; }
  .positioned-text-box.top_middle {
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center; }
  .positioned-text-box.top_right {
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    justify-content: flex-end; }
  .positioned-text-box.middle_left {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start; }
  .positioned-text-box.middle_middle {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center; }
  .positioned-text-box.middle_right {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end; }
  .positioned-text-box.bottom_left {
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    justify-content: flex-start; }
  .positioned-text-box.bottom_middle {
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    justify-content: center; }
  .positioned-text-box.bottom_right {
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end; }
  .positioned-text-box.has-content-bg > div {
    padding: 20px; }
    .positioned-text-box.has-content-bg > div h1, .positioned-text-box.has-content-bg > div h2, .positioned-text-box.has-content-bg > div h3, .positioned-text-box.has-content-bg > div h4, .positioned-text-box.has-content-bg > div h5, .positioned-text-box.has-content-bg > div h6 {
      margin-top: 0; }

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