@charset "UTF-8";
/* (max-width: 360px)
 * Odpowiednik dla @include media-breakpoint-down(xs)
 */
/* (min-width: 361px)
 * Odpowiednik dla @include media-breakpoint-up(sm)
 */
/* (min-width: 361px) and (max-width: 600px)
 * Odpowiednik dla @include media-breakpoint-between(sm,sm);
 */
/* (max-width: 600px)
 * Odpowiednik dla @include media-breakpoint-down(sm)
 */
/* (min-width: 601px)
 * Odpowiednik dla @include media-breakpoint-up(md)
 */
/* (max-width: 960px)
 * Odpowiednik dla @include media-breakpoint-down(md)
 */
/* (min-width: 601px) and (max-width: 960px)
 * Odpowiednik dla @include media-breakpoint-only(md)
 */
/* (min-width: 961px)
 * Odpowiednik dla @include media-breakpoint-up(lg)
 */
/* (min-width: 361px) and (max-width: 1280px)
 * Odpowiednik dla @include media-breakpoint-between(sm,lg)
 */
/* (max-width: 1280px)
 * Odpowiednik @include media-breakpoint-down(lg)
 */
/* (min-width: 961px)
 * Odpwiednik @include media-breakpoint-up(lg)
 */
/* (min-width: 361px) and (max-width: 1280px)
 * Niestandardowy breakpoint. Brak obsługi po stronie bootstrapa
 */
/**
  1. Colors
  2. Border
  3. Font
  4. Elementy interface
  5. Space
  6. z-index
  7. Button
  8. Shadows
  9. Icon
  10. Transitions
  11. Component variables

**/
/**
  * 1. Colors
*/
/**
  * 3. Font
*/
/**
  * 4. Elementy interface
*/
/* Line height's PING */
/* Header PWA */
/**
  * 5. Space
*/
/* Spacers PING */
/**
  * 6. z-index
*/
/**
  * 6. Button
*/
/**
  * 8. Shadows
*/
/* Box shadows */
/**
  * 9. Icon
*/
/* Icon sizes */
/**
  * 10. Transitions
*/
/**
  * 11. Component variables
*/
/* Ripple */
/** Component **/
/*Paddingi na strone główną, dla zajawek i karuzeli akutalności*/
/* Motion design
 * - Hover - dostępny wyłącznie min-width: 601 - założenie koncepcyjne
 */
@font-face {
  font-family: "web-fonts";
  src: url("/_static/web-fonts//web-fonts.eot?#iefix") format("eot"), url("/_static/web-fonts//web-fonts.ttf") format("ttf"), url("/_static/web-fonts//web-fonts.woff") format("woff");
}
body.state-zoom400 .rate-filters div[role=radio] {
  padding: 4px 10px;
}

@font-face {
  font-family: "web-fonts";
  src: url("/_static/web-fonts//web-fonts.eot?#iefix") format("eot"), url("/_static/web-fonts//web-fonts.ttf") format("ttf"), url("/_static/web-fonts//web-fonts.woff") format("woff");
}
@media (min-width: 601px) {
  .component.teaser_tiles {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 600px) {
  .component.teaser_tiles {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.component.teaser_tiles .teaser_tiles_inner {
  position: relative;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  border-bottom: 3px solid rgba(135, 135, 139, 0.4);
}
.component.teaser_tiles .teaser_tiles_inner.fixed-to-bottom .tile_content {
  padding-bottom: 40px;
}
.component.teaser_tiles .teaser_tiles_inner.fixed-to-bottom div.buttons {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  margin: 0;
}
.component.teaser_tiles .teaser_tiles_inner .linkbox {
  position: absolute;
  bottom: 3px;
  z-index: 2;
}
.component.teaser_tiles .teaser_tiles_caption {
  color: #696969;
  font-size: 14px;
  margin-bottom: 4px;
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
.component.teaser_tiles .teaser_tiles_caption:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  background: #AB0066;
  width: 12px;
  height: 12px;
  border-radius: 12px;
}
@media (min-width: 601px) {
  .component.teaser_tiles .teaser_tiles_caption {
    padding-top: 14px;
  }
  .component.teaser_tiles .teaser_tiles_caption:after {
    top: 16px;
  }
}
.component.teaser_tiles .img {
  overflow: hidden;
  background-position: center;
  background-color: transparent;
  background-size: cover;
  position: relative;
}
.component.teaser_tiles .img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 24px;
  left: 16px;
}
.component.teaser_tiles .img.mobile {
  display: none;
}
.component.teaser_tiles .tile_content {
  position: static;
  padding: 16px 16px 8px;
}
.component.teaser_tiles .tile_content.centerTextAlignment {
  text-align: center;
}
.col-lg-3 .component.teaser_tiles .tile_content {
  padding: 30px;
}
@media (min-width: 601px) and (max-width: 960px) {
  .col-lg-3 .component.teaser_tiles .tile_content {
    padding: 20px;
  }
}
.component.teaser_tiles .tile_content .header {
  margin-top: 0;
  margin-bottom: 0;
}
.component.teaser_tiles .tile_content .header a:before {
  display: none;
}
.component.teaser_tiles .tile_content .header a:hover, .component.teaser_tiles .tile_content .header a:visited {
  text-decoration: none;
}
.component.teaser_tiles .tile_content .header a:focus {
  text-decoration: none;
}
.component.teaser_tiles .tile_content.textCenter .header {
  justify-content: center;
}
.component.teaser_tiles .description {
  margin: 8px 0 16px;
  line-height: 1.5;
}
.component.teaser_tiles .description a:hover {
  text-decoration: underline;
}
.component.teaser_tiles div.buttons {
  margin-left: -0.35em;
  margin-bottom: 16px;
}
.component.teaser_tiles div.buttons a,
.component.teaser_tiles div.buttons > span {
  margin: 0 0.7em 0;
}
.component.teaser_tiles div.buttons a.button:hover,
.component.teaser_tiles div.buttons > span.button:hover {
  text-decoration: none;
}
.component.teaser_tiles div.buttons a.link,
.component.teaser_tiles div.buttons > span.link {
  white-space: nowrap;
  position: relative;
  z-index: 1;
  color: #525199;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
}
.component.teaser_tiles div.buttons a.link:before, .component.teaser_tiles div.buttons a.link:after,
.component.teaser_tiles div.buttons > span.link:before,
.component.teaser_tiles div.buttons > span.link:after {
  -webkit-text-decoration: underline var(--color-ingWhite) !important;
          text-decoration: underline var(--color-ingWhite) !important;
}
.component.teaser_tiles div.buttons a.link,
.component.teaser_tiles div.buttons > span.link {
  border: 1px solid transparent;
}
.component.teaser_tiles div.buttons a.link:hover,
.component.teaser_tiles div.buttons > span.link:hover {
  background: #e6e5f0;
  text-decoration: underline;
}
.component.teaser_tiles div.buttons a.link:focus,
.component.teaser_tiles div.buttons > span.link:focus {
  background: transparent;
  box-shadow: 0 0 8px #559BD1;
  text-decoration: none;
  border: 1px solid #559BD1;
}
.component.teaser_tiles div.buttons a.link:visited,
.component.teaser_tiles div.buttons > span.link:visited {
  color: #AB0066;
}
.component.teaser_tiles div.buttons a.link:visited:hover,
.component.teaser_tiles div.buttons > span.link:visited:hover {
  background: #f3dce9;
}
.component.teaser_tiles div.buttons a.link:active,
.component.teaser_tiles div.buttons > span.link:active {
  color: #9898c3;
  text-decoration: none;
  box-shadow: none;
}
.component.teaser_tiles div.buttons a.link:active:visited,
.component.teaser_tiles div.buttons > span.link:active:visited {
  color: #cd66a4;
}
.component.teaser_tiles div.buttons a.link:focus-visible,
.component.teaser_tiles div.buttons > span.link:focus-visible {
  outline: none;
}
.component.teaser_tiles div.buttons a.link,
.component.teaser_tiles div.buttons > span.link {
  color: #525199;
}
.component.teaser_tiles div.buttons a.link:first-child,
.component.teaser_tiles div.buttons > span.link:first-child {
  margin-left: 0.35em;
}
.component.teaser_tiles div.buttons .link span {
  margin-top: 1em;
  display: inline-block;
}
.component.teaser_tiles div.buttons .comma {
  display: none;
}
.component.teaser_tiles .imageTopLayout {
  overflow: hidden;
}
.component.teaser_tiles .imageTopLayout .img {
  border-radius: 4px;
  height: 160px;
  background-position: center;
}
.component.teaser_tiles .imageTopLayout .img.icon {
  padding: 10px 0;
  height: 80px;
}
.component.teaser_tiles .imageTopLayout .img.icon .icon {
  max-width: 48px;
  max-height: 48px;
}
.component.teaser_tiles .imageTopLayout .img.icon .icon.textCenter {
  left: 0;
  right: 0;
  margin: auto auto;
}
.component.teaser_tiles .imageTopLayout .img.icon + .tile_content {
  padding-top: 0;
}
.component.teaser_tiles .imageTopLayout .img.icon + .tile_content .description {
  margin: 0;
}
.component.teaser_tiles .imageTopLayout .img.icon + .tile_content .description p {
  margin-bottom: 0;
}
.component.teaser_tiles .imageLeftHalfLayout {
  display: flex;
  align-items: stretch;
}
@media (max-width: 600px) {
  .component.teaser_tiles .imageLeftHalfLayout {
    min-height: 355px;
  }
}
.component.teaser_tiles .imageLeftHalfLayout .img {
  border-radius: 4px;
  float: left;
  width: 50%;
}
.component.teaser_tiles .imageLeftHalfLayout .tile_content {
  float: left;
  width: 50%;
}
@media (min-width: 601px) and (max-width: 960px) {
  .col-lg-6 .component.teaser_tiles .imageLeftHalfLayout .tile_content {
    padding: 30px 25px;
  }
}
.component.teaser_tiles .imageLeftThirdLayout {
  display: flex;
  align-items: stretch;
}
.component.teaser_tiles .imageLeftThirdLayout .img {
  border-radius: 4px;
  width: 33.3333333333%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.component.teaser_tiles .imageLeftThirdLayout .img.icon .icon {
  max-width: 88px;
  max-height: 88px;
  position: inherit;
  display: block;
  left: 24px;
}
.component.teaser_tiles .imageLeftThirdLayout .tile_content {
  float: left;
  width: 66.6666666667%;
  padding: 24px 24px 8px;
}
@media (min-width: 601px) and (max-width: 960px) {
  .col-lg-6 .component.teaser_tiles .imageLeftThirdLayout .tile_content {
    padding: 30px 25px;
  }
}
.component.teaser_tiles .imageLeftThirdLayout .tile_content .description {
  margin: 8px 0 16px;
}
.component.teaser_tiles .imageLeftThirdLayout .tile_content .description p {
  margin-bottom: 0;
}
.component.teaser_tiles .imageRightHalfLayout {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
}
@media (max-width: 600px) {
  .component.teaser_tiles .imageRightHalfLayout {
    min-height: 355px;
  }
}
.component.teaser_tiles .imageRightHalfLayout .img {
  border-radius: 4px;
  float: right;
  width: 50%;
}
.component.teaser_tiles .imageRightHalfLayout .tile_content {
  float: left;
  width: 50%;
}
@media (min-width: 601px) and (max-width: 960px) {
  .col-lg-6 .component.teaser_tiles .imageRightHalfLayout .tile_content {
    padding: 30px 25px;
  }
}
.component.teaser_tiles .imageRightThirdLayout {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
}
@media (max-width: 600px) {
  .component.teaser_tiles .imageRightThirdLayout {
    min-height: 355px;
  }
}
.component.teaser_tiles .imageRightThirdLayout .img {
  border-radius: 4px;
  float: right;
  width: 33.3333333333%;
}
.component.teaser_tiles .imageRightThirdLayout .tile_content {
  float: left;
  width: 66.6666666667%;
}
@media (min-width: 601px) and (max-width: 960px) {
  .col-lg-6 .component.teaser_tiles .imageRightThirdLayout .tile_content {
    padding: 30px 25px;
  }
}
.component.teaser_tiles .imageRightThirdLayout .tile_content .description {
  margin: 8px 0 16px;
}
.component.teaser_tiles .imageRightThirdLayout .tile_content .description p {
  margin-bottom: 0;
}
@media (min-width: 601px) {
  .component.teaser_tiles .teaser_tiles_inner.fixed-to-bottom .imageLeftHalfLayout div.buttons {
    left: calc(50% + 24px);
  }
  .component.teaser_tiles .teaser_tiles_inner.fixed-to-bottom .imageRightHalfLayout div.buttons {
    right: calc(50% + 24px);
  }
  .component.teaser_tiles .teaser_tiles_inner.fixed-to-bottom .imageLeftThirdLayout div.buttons {
    left: calc(33% + 24px);
  }
  .component.teaser_tiles .teaser_tiles_inner.fixed-to-bottom .imageRightThirdLayout div.buttons {
    right: calc(33% + 24px);
  }
}
@media (max-width: 600px) {
  .component.teaser_tiles .noImageLayout,
  .component.teaser_tiles .imageTopLayout,
  .component.teaser_tiles .imageLeftHalfLayout,
  .component.teaser_tiles .imageRightHalfLayout,
  .component.teaser_tiles .imageLeftThirdLayout,
  .component.teaser_tiles .imageRightThirdLayout {
    display: block;
    width: 100%;
  }
  .component.teaser_tiles .noImageLayout .img,
  .component.teaser_tiles .imageTopLayout .img,
  .component.teaser_tiles .imageLeftHalfLayout .img,
  .component.teaser_tiles .imageRightHalfLayout .img,
  .component.teaser_tiles .imageLeftThirdLayout .img,
  .component.teaser_tiles .imageRightThirdLayout .img {
    float: none;
    width: 100%;
    height: 160px;
    border-radius: 4px;
    background-position: center;
  }
  .component.teaser_tiles .noImageLayout .tile_content,
  .component.teaser_tiles .imageTopLayout .tile_content,
  .component.teaser_tiles .imageLeftHalfLayout .tile_content,
  .component.teaser_tiles .imageRightHalfLayout .tile_content,
  .component.teaser_tiles .imageLeftThirdLayout .tile_content,
  .component.teaser_tiles .imageRightThirdLayout .tile_content {
    padding: 16px 16px 8px;
    float: none;
    width: 100%;
  }
  .component.teaser_tiles .imageLeftThirdLayout .img.icon,
  .component.teaser_tiles .imageRightThirdLayout .img.icon {
    justify-content: flex-start;
    height: 84px;
  }
  .component.teaser_tiles .imageLeftThirdLayout .img.icon .icon,
  .component.teaser_tiles .imageRightThirdLayout .img.icon .icon {
    max-width: 64px;
    max-height: 64px;
    left: 16px;
  }
  .component.teaser_tiles .imageLeftThirdLayout .tile_content .description,
  .component.teaser_tiles .imageRightThirdLayout .tile_content .description {
    margin: 8px 0 8px;
  }
  .component.teaser_tiles .imageLeftThirdLayout .tile_content .description p,
  .component.teaser_tiles .imageRightThirdLayout .tile_content .description p {
    margin-bottom: 0;
  }
}
.component.teaser_tiles .noImageLayout .img {
  display: none;
}
.component.teaser_tiles .tile_content .header {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.component .textLeft {
  text-align: left;
}