.hn {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h13 {
  margin-top: 0.4em;
  margin-bottom: 0.25em;
  font-weight: bold;
  font-family: 'Termina', sans-serif;
}
.h46 {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.stan-slide {
  width: 77.5rem;
  height: 25em;
  position: relative;
  margin: auto;
}
.stan-slide .klic {
  width: 5em;
  height: 2.397em;
}
.stan-slide .title {
  font-size: 1.8em;
  font-family: 'Termina', sans-serif;
  color: white;
  font-weight: bold;
}
.stan-slide .slide-text {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stan-slide.slide-portrait > a.slide-link {
  display: flex;
}
.stan-slide.slide-portrait > a.slide-link > .slide-text {
  left: 50%;
  width: 50%;
}
.stan-slide.slide-portrait .klic {
  position: absolute;
  top: -1.1985em;
  right: 1em;
}
.stan-slide.slide-portrait .title {
  padding: 1.25em 2em 1.25em 1.25em;
  margin-bottom: 0.25em;
  position: relative;
  width: 88%;
  left: -1.4em;
}
.stan-slide.slide-portrait .title::before {
  content: '';
  position: absolute;
  display: block;
  top: -0.75em;
  left: 0;
  width: 0;
  height: 0;
  border-right: 3em solid transparent;
  border-bottom-width: 0.85em;
  border-bottom-style: solid;
  z-index: 9;
}
.stan-slide.slide-image > .slide-text {
  align-items: center;
  color: white;
}
.stan-slide.slide-image .klic {
  margin-bottom: 2em;
}
.stan-slide.slide-image .title {
  margin-bottom: 0.25em;
}
.stan-slide.slide-image a {
  text-transform: uppercase;
}
.stan-slide.slide-image a + a {
  margin-left: 1em;
}
.stan-slide.slide-image .links {
  margin-top: 2em;
}
a.slide-link:hover {
  text-decoration: none;
}
.slide-hp .flex-control-paging li a {
  background-color: white;
  opacity: 0.5;
  box-shadow: none;
}
.slide-hp .flex-control-paging li a.flex-active {
  opacity: 1;
}
@media all and (max-width: 77.5rem) {
  .stan-slide {
    width: 62rem;
    height: 20em;
  }
  .stan-slide .title {
    font-size: 1.5em;
  }
  .stan-slide.slide-portrait > a.slide-link > img {
    height: 20em;
    width: 27em;
  }
  .stan-slide.slide-portrait .title {
    width: 92%;
  }
}
@media all and (max-width: 62rem) {
  .stan-slide {
    width: 28.125em;
    height: 25em;
  }
  .stan-slide .klic {
    width: 8em;
    height: 3.835em;
  }
  .stan-slide .button--primary {
    font-size: 0.9em;
  }
  .stan-slide .title {
    text-align: center;
  }
  .stan-slide.slide-image .title {
    font-size: 1.4em;
  }
  .stan-slide.slide-portrait a.slide-link {
    display: inline;
  }
  .stan-slide.slide-portrait a.slide-link .slide-text {
    height: 10em;
    width: 100%;
    position: static;
  }
  .stan-slide.slide-portrait a.slide-link .title {
    padding: 1.5em 1em 1em;
    width: 100%;
    height: 100%;
    left: 0;
    font-size: 1.3em;
    margin: 0;
  }
  .stan-slide.slide-portrait .klic {
    right: calc(50% - 4em);
    top: -1.9176em;
  }
}
@media all and (max-width: 28.125em) {
  .stan-slide {
    width: 100%;
    overflow: hidden;
  }
  .stan-slide .title {
    padding-left: 2%;
    padding-right: 2%;
  }
  .stan-slide.slide-image img {
    width: 28.125em;
    max-width: none;
  }
  .stan-slide.slide-portrait img {
    width: 28.125em;
    max-width: none;
  }
}
