@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

iframe {
  border: none;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --color-bg-active: #F0F0F0;
  --color-bg-default: #FFFFFF;
  --color-bg-default-subtle: #F7F4F1;
  --color-bg-ext-tertiary: #4D0020;
  --color-bg-ext-tertiary-bold: #340016;
  --color-bg-highlight: #E4F5FF;
  --color-bg-hover: #DFEDF8;
  --color-bg-hover-tertiary: #FBE6F5;
  --color-bg-inverse: #0D0804;
  --color-bg-card: #FFFFFF;
  --color-bg-extPrimary: #FFFCE5;
  --color-bg-bg-quaternary: #E4F5FF;
  --color-bg-page: #F0F0F0;
  --color-bg-negative: #FFCFBF;
  --color-bg-secondary: #F1E9FF;
  --color-bg-secondary-light: #DCDCEB;
  --color-bg-secondary-strong: #525199;
  --color-bg-subtle: #D9D9D9;
  --color-bg-success: #CDF4D8;
  --color-bg-soft: #F7F4F1;
  --color-bg-tertiary: #FBE6F5;
  --color-border-default: #696969;
  --color-border-subtle: #D9D9D9;
  --color-border-focus-inside: #FFFFFF;
  --color-border-focus-outside: #335D7D;
  --color-fg-default: #0D0804;
  --color-fg-icon-error: #CE2323;
  --color-fg-icon-info: #185A7B;
  --color-fg-icon-subtle: #6C6763;
  --color-fg-icon-success: #1E8700;
  --color-fg-secondary: #525199;
  --color-fg-tertiary: #AB0066;
  --color-fg-body-subtle: #6C6763;
  /*--OLD */
  --color-ingOrange: #FF6200;
  --color-ingWhite: #fff;
  --color-ingSky: #559bd1;
  --color-ingSky60: #77AFDA;
  --color-headerColor: var(--color-fg-default);
}

:root {
  --bg-primary: #FF6200;
  --bg-white: #FFFFFF;
  --bg-defaultSubtle: #F7F4F1;
  --fg-onColor: #FFF;
  --fg-primary:#FF6200;
  --fg-default: #0D0804;
  --bg-tertiary-static: #D40199;
  --bg-electric-violet: #7724FF;
  --colorMix-hover-default: rgba(0, 0, 0, 0.08);
  --colorMix-pressed-default: rgba(0, 0, 0, 0.16);
  --borderColor-subtle: #F1EDE9;
  --borderColor-focus-outer: #0D0804;
  --borderColor-focus-inner: #FFFFFF;
  --button-all-label-fg-default-generic: #0D0804;
  --button-all-root-bg-default-primary: #0D0804;
  --button-all-label-fg-default-primary: #fff;
  --button-all-root-bg-default-hover: #0D0804;
  --button-all-root-bgMix-default-hover: rgba(255, 255, 255, 0.08);
  --button-all-label-fg-default-hover: #fff;
  --button-all-root-bg-default-pressed: #0D0804;
  --button-all-root-bgMix-default-pressed: rgba(255, 255, 255, 0.16);
  --button-all-label-fg-default-pressed: #fff;
  --button-all-root-borderColor-default-secondary: #0D0804;
  --button-all-root-opacity-disabled: 0.4;
  --buttonBlob-all-root-bg-default: #4D0020;
  --buttonBlob-all-root-bgMix-default-hover: rgba(255, 255, 255, 0.08);
  --buttonBlob-all-root-bgMix-default-pressed: rgba(255, 255, 255, 0.16);
  --buttonBlob-all-label-fg-default: #fff;
  --buttonBlob-all-root-opacity-disabled: 0.4;
}

/* (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");
}
.content_area .expand-button a:after, .feature-item-upp .badge-item-upp.grey .web-icon:before, .feature-item-upp .badge-item-upp.violet .web-icon:before, .feature-item-upp .badge-item-upp.raspberry .web-icon:before, .feature-item-upp .badge-item-upp.sky .web-icon:before, .feature-item-upp .badge-item-upp.red .web-icon:before, .feature-item-upp .badge-item-upp.green .web-icon:before, .feature-item-upp .badge-item-upp .web-icon:before, .notification-box.error > .web-icon:before, .notification-box.warning > .web-icon:before, .notification-box.success > .web-icon:before, .notification-box.info > .web-icon:before, table.expand_element.current .head:before, table.expand_element:not(.isAdvanced) .head:before, table.expand_element.isExpanded > tbody > tr > td > .expand_element__headButton:before, table.expand_element > tbody > tr > td > .expand_element__headButton:before, .expand_content__button .icon-arrow:before, .expandable.expandable_is_collapsed > .more > span:after, .expandable > .more > span:after, .component .owl-theme .owl-controls .owl-next:before, .component .owl-theme .owl-controls .owl-prev:before {
  font-family: "web-fonts";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

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");
}
.content_area .expand-button a:after, .feature-item-upp .badge-item-upp.grey .web-icon:before, .feature-item-upp .badge-item-upp.violet .web-icon:before, .feature-item-upp .badge-item-upp.raspberry .web-icon:before, .feature-item-upp .badge-item-upp.sky .web-icon:before, .feature-item-upp .badge-item-upp.red .web-icon:before, .feature-item-upp .badge-item-upp.green .web-icon:before, .feature-item-upp .badge-item-upp .web-icon:before, .notification-box.error > .web-icon:before, .notification-box.warning > .web-icon:before, .notification-box.success > .web-icon:before, .notification-box.info > .web-icon:before, table.expand_element.current .head:before, table.expand_element:not(.isAdvanced) .head:before, table.expand_element.isExpanded > tbody > tr > td > .expand_element__headButton:before, table.expand_element > tbody > tr > td > .expand_element__headButton:before, .expand_content__button .icon-arrow:before, .expandable.expandable_is_collapsed > .more > span:after, .expandable > .more > span:after, .component .owl-theme .owl-controls .owl-next:before, .component .owl-theme .owl-controls .owl-prev:before {
  font-family: "web-fonts";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

@media (min-width: 0) and (max-width: 601px) {
  .row > .col,
  .row > [class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-left: 8px;
  }
}
body.isBuilder .cms-userComponent--inactive {
  display: block;
  width: 100%;
  height: auto;
  min-height: 200px;
  position: relative;
}
body.isBuilder .cms-userComponent--inactive:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: lightgray;
  z-index: 111;
  opacity: 0.7;
  border-radius: 1%;
  border: 1px solid white;
}
body.isBuilder .cms-userComponent--inactive:hover::after {
  content: "Unpublished user component. Visible only in Builder";
  background-color: #e78784;
  width: 350px;
  height: 150px;
  position: absolute;
  z-index: 11111;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  color: white;
  opacity: 0.8;
  font-size: 20px;
  padding: 25px;
}

.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 361px) {
  .container {
    max-width: 600px;
  }
}
@media (min-width: 601px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 961px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1281px) {
  .container {
    max-width: 1488px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-xs-12, .col-11, .col-xs-11, .col-10, .col-xs-10, .col-9, .col-xs-9, .col-8, .col-xs-8, .col-7, .col-xs-7, .col-6, .col-xs-6, .col-5, .col-xs-5, .col-4, .col-xs-4, .col-3, .col-xs-3, .col-2, .col-xs-2, .col-1, .col-xs-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1, .col-xs-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2, .col-xs-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3, .col-xs-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4, .col-xs-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5, .col-xs-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6, .col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7, .col-xs-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8, .col-xs-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9, .col-xs-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10, .col-xs-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11, .col-xs-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12, .col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 361px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 601px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 961px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1281px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
b, strong {
  font-weight: bold;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.hide {
  display: none !important;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 360px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 361px) and (max-width: 600px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 601px) and (max-width: 960px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 961px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  border-radius: 20px;
  background: #8c8c8c; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to bottom, #8c8c8c 0%, #cecece 31%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #c43e00; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to bottom, #c43e00 0%, #ff6000 31%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c43e00', endColorstr='#ff6000',GradientType=0 ); /* IE6-9 */
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
@media print {
  .messages,
  .notPrintable {
    display: none;
  }
}
/**
 * (1) 1. Fonts
 */
/**
 * $license
 * MyFonts Webfont Build ID 2936970, 2014-12-10T06:32:51-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: ProximaNovaS-Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-regular/
 * Licensed pageviews: Unlimited
 *
 * Webfont: ProximaNovaA-Light by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-light/
 * Licensed pageviews: Unlimited
 *
 * Webfont: ProximaNovaA-Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-regular/
 * Licensed pageviews: Unlimited
 *
 * Webfont: ProximaNovaS-Light by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-light/
 * Licensed pageviews: Unlimited
 *
 * Webfont: ProximaNova-Light by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/light/
 * Licensed pageviews: Unlimited
 *
 * Webfont: ProximaNova-Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/regular/
 * Licensed pageviews: Unlimited
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2936970
 * Webfonts copyright: Copyright (c) Mark Simonson, 2005. All rights reserved.
 *
 * © 2014 MyFonts Inc
*/
@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/_static/fonts/ProximaNova-Light.a8b3f6597c71a5c35aac.eot");
  src: local("ProximaNova Light"), url("/_static/fonts/ProximaNova-Light.a8b3f6597c71a5c35aac.eot") format("embedded-opentype"), url("/_static/fonts/ProximaNova-Light.84d721b3abc43bd990f7.woff") format("woff");
}
@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/_static/fonts/ProximaNova-regular.f88468300328ba7c63e7.eot");
  src: local("ProximaNova Regular"), local("ProximaNova-Regular"), url("/_static/fonts/ProximaNova-regular.f88468300328ba7c63e7.eot") format("embedded-opentype"), url("/_static/fonts/ProximaNova-regular.4523679e932bedc39f2e.woff") format("woff");
}
@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/_static/fonts/ProximaNova-bold.846d181c05976c3a1f3f.eot");
  src: local("ProximaNova Bold"), local("ProximaNova-Bold"), url("/_static/fonts/ProximaNova-bold.846d181c05976c3a1f3f.eot") format("embedded-opentype"), url("/_static/fonts/ProximaNova-bold.9ff94b872c7bdcb65dbb.woff") format("woff");
}
/*** ING.me ***/
@font-face {
  font-family: "INGme";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/_static/fonts/INGMe-Regular.5688b132b66f394166ad.eot");
  src: local("INGMe Regular"), url("/_static/fonts/INGMe-Regular.5688b132b66f394166ad.eot") format("embedded-opentype"), url("/_static/fonts/INGMe-Regular.31ed947193fd3b0e0466.woff") format("woff");
}
@font-face {
  font-family: "INGme";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/_static/fonts/INGMe-Bold.319cbd693a63cce1d6ba.eot");
  src: local("INGMe Bold"), url("/_static/fonts/INGMe-Bold.319cbd693a63cce1d6ba.eot") format("embedded-opentype"), url("/_static/fonts/INGMe-Bold.5c73399898ab77d6f1c7.woff") format("woff");
}
@font-face {
  font-family: "ING Display";
  src: url("/_static/fonts/INGdisplay-VAR.2c99c41224fafbfb8699.woff2") format("woff2");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@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");
}
.content_area .expand-button a:after, .feature-item-upp .badge-item-upp.grey .web-icon:before, .feature-item-upp .badge-item-upp.violet .web-icon:before, .feature-item-upp .badge-item-upp.raspberry .web-icon:before, .feature-item-upp .badge-item-upp.sky .web-icon:before, .feature-item-upp .badge-item-upp.red .web-icon:before, .feature-item-upp .badge-item-upp.green .web-icon:before, .feature-item-upp .badge-item-upp .web-icon:before, .notification-box.error > .web-icon:before, .notification-box.warning > .web-icon:before, .notification-box.success > .web-icon:before, .notification-box.info > .web-icon:before, table.expand_element.current .head:before, table.expand_element:not(.isAdvanced) .head:before, table.expand_element.isExpanded > tbody > tr > td > .expand_element__headButton:before, table.expand_element > tbody > tr > td > .expand_element__headButton:before, .expand_content__button .icon-arrow:before, .expandable.expandable_is_collapsed > .more > span:after, .expandable > .more > span:after, .component .owl-theme .owl-controls .owl-next:before, .component .owl-theme .owl-controls .owl-prev:before {
  font-family: "web-fonts";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

/**
 * 7.5. Style dla owl carousel
*/
.component .owl-theme .owl-controls .owl-pagination {
  text-align: center;
}
.component .owl-theme .owl-controls .owl-prev,
.component .owl-theme .owl-controls .owl-next {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
}
@media only screen and (max-width: 960px) {
  .component .owl-theme .owl-controls .owl-prev:focus,
  .component .owl-theme .owl-controls .owl-next:focus {
    text-decoration: none;
  }
}
.component .owl-theme .owl-controls .owl-prev:before,
.component .owl-theme .owl-controls .owl-next:before {
  font-weight: 300;
  display: inline-block;
}
.component .owl-theme .owl-controls .owl-prev:before {
  content: "\E03B";
  margin-right: 10px;
  font-size: 24px;
  position: relative;
  top: 2px;
  left: 0;
  font-weight: 300;
  color: var(--color-ingOrange);
  margin: 0;
}
.component .owl-theme .owl-controls .owl-prev.disabled:before {
  cursor: default !important;
  color: #d6d6d6 !important;
}
.component .owl-theme .owl-controls .owl-next {
  left: auto;
  right: 0px;
  text-align: right;
}
.component .owl-theme .owl-controls .owl-next:before {
  content: "\E057";
  position: relative;
  top: 2px;
  right: 0;
  margin-left: 10px;
  color: var(--color-ingOrange);
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
.component .owl-theme .owl-controls .owl-next.disabled:before {
  cursor: default !important;
  color: #d6d6d6 !important;
}
.component .owl-theme .owl-controls .owl-prev:hover:before,
.component .owl-theme .owl-controls .owl-next:hover:before {
  color: var(--color-ingOrange);
}
@media only screen and (min-width: 961px) {
  .component .owl-theme .owl-controls .owl-pagination {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .component .owl-theme .owl-controls .owl-pagination {
    display: block;
    padding: 1em 0;
  }
}
.component .owl-theme .owl-controls .owl-page span {
  opacity: 1;
  background: #cecece;
  height: 16px;
  width: 16px;
  margin: 5px 10px;
  border-radius: 4px;
}
@media only screen and (max-width: 600px) {
  .component .owl-theme .owl-controls .owl-page span {
    margin: 3px 4px;
  }
}
.component .owl-theme .owl-controls .owl-page.active span {
  background: var(--color-ingOrange);
}

.component.html .owl-theme .owl-controls .owl-prev {
  left: 10px;
}
.component.html .owl-theme .owl-controls .owl-next {
  right: 10px;
}

#site-wrapper {
  overflow: hidden;
}

#outlet-content:focus-visible:focus,
#outlet-content .layout_section:focus-visible:focus {
  outline: none;
}
#outlet-content:focus-visible:focus-visible,
#outlet-content .layout_section:focus-visible:focus-visible {
  outline-offset: -2px;
  outline: 2px solid #335D7D;
  border-radius: 14px;
}
#outlet-content .component:focus-visible:focus,
#outlet-content h2:focus-visible:focus,
#outlet-content p:focus-visible:focus {
  outline: none;
}
#outlet-content .component:focus-visible:focus-visible,
#outlet-content h2:focus-visible:focus-visible,
#outlet-content p:focus-visible:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #335D7D;
  border-radius: 2px;
}
@media (min-width: 601px) {
  #outlet-content .user_component,
  #outlet-content .html {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 600px) {
  #outlet-content .user_component,
  #outlet-content .html {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
#outlet-content .user_component.space--topZero,
#outlet-content .html.space--topZero {
  padding-top: 0;
}
#outlet-content .user_component.space--bottomZero,
#outlet-content .html.space--bottomZero {
  padding-bottom: 0;
}
@media (min-width: 601px) {
  #outlet-content .user_component.space--topSmall,
  #outlet-content .html.space--topSmall {
    padding-top: 16px;
  }
}
@media (max-width: 600px) {
  #outlet-content .user_component.space--topSmall,
  #outlet-content .html.space--topSmall {
    padding-top: 8px;
  }
}
@media (min-width: 601px) {
  #outlet-content .user_component.space--bottomSmall,
  #outlet-content .html.space--bottomSmall {
    padding-bottom: 16px;
  }
}
@media (max-width: 600px) {
  #outlet-content .user_component.space--bottomSmall,
  #outlet-content .html.space--bottomSmall {
    padding-bottom: 8px;
  }
}

.layout_section {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.layout_section .layout_container {
  min-width: 320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px !important;
  padding-right: 24px !important;
}
@media only screen and (max-width: 600px) {
  .layout_section .layout_container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (min-width: 361px) {
  .layout_section .layout_container {
    max-width: 600px;
  }
}
@media (min-width: 601px) {
  .layout_section .layout_container {
    max-width: 960px;
  }
}
@media (min-width: 961px) {
  .layout_section .layout_container {
    max-width: 1200px;
  }
}
@media (min-width: 1281px) {
  .layout_section .layout_container {
    max-width: 1488px;
  }
}
.layout_section .layout_container.isFluid {
  max-width: none;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.layout_section .layout_container.isFluid .layout_row {
  margin-left: 0px;
  margin-right: 0px;
}
.layout_section .layout_container.isFluid .layout_column {
  padding-left: 0px;
  padding-right: 0px;
}
.layout_section.bottom_space {
  margin-bottom: 35px;
}
.layout_section.section-indigo {
  background-color: #EDEDF5;
}
.layout_section.section-sky {
  background-color: #EFF6FB;
}
.layout_section.section-leaf {
  background-color: #EAF4ED;
}
.layout_section.section-fuchsia {
  background-color: #F6E5EF;
}
.layout_section.section-lime {
  background-color: #FAFBEB;
}
.layout_section.section-grey {
  background-color: #F7F4F1;
}

.layout_row,
.row {
  margin-right: -12px;
  margin-left: -12px;
}
@media only screen and (max-width: 600px) {
  .layout_row,
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
}

.layout_row .component_wrapper .component.space--topZero {
  padding-top: 0;
}
.layout_row .component_wrapper .component.space--bottomZero {
  padding-bottom: 0;
}
@media (min-width: 601px) {
  .layout_row .component_wrapper .component.space--topSmall {
    padding-top: 16px;
  }
}
@media (max-width: 600px) {
  .layout_row .component_wrapper .component.space--topSmall {
    padding-top: 8px;
  }
}
@media (min-width: 601px) {
  .layout_row .component_wrapper .component.space--bottomSmall {
    padding-bottom: 16px;
  }
}
@media (max-width: 600px) {
  .layout_row .component_wrapper .component.space--bottomSmall {
    padding-bottom: 8px;
  }
}
.layout_row.bg_gray .component_wrapper {
  background-color: #f0f0f0;
  border-radius: 6px;
}
.layout_row.nobg {
  background: none;
}
.layout_row.no_border:before {
  display: none;
}
@media only screen and (max-width: 360px) {
  .layout_row.xs_bg_default {
    background: url("/_static/img/layout_row_bg_xsmall.fc9420edda5725f40531.png") repeat-x 0 0;
  }
  .layout_row.xs_nobg {
    background: none;
  }
}
.layout_row .layout_row {
  border-top: 0 none;
}
@media only screen and (max-width: 600px) {
  .layout_row.md_column_reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 961px) {
  .layout_row.col-lg-reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 601px) {
  .layout_row.col-md-reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 361px) {
  .layout_row.col-sm-reverse {
    flex-direction: row-reverse;
  }
}

.header-upp h1, .header-upp h2, .header-upp h3, .header-upp h4 {
  font-family: ING Display, INGme, Helvetica, Arial, Sans-serif;
}

.row_indent td:first-child {
  padding-left: 35px;
}

.row_indent--wide td:first-child {
  padding-left: 70px;
}

@media print {
  .col-md-6 {
    width: 50%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
}
/** container width **/
.max950 {
  max-width: 950px;
  margin: 0 auto;
}

.max750 {
  max-width: 750px;
  margin: 0 auto;
}

.max550 {
  max-width: 550px;
  margin: 0 auto;
}

/** Visibility **/
.visible-le-small {
  display: none;
}

.visible-xs-inline {
  display: none;
}

.visible-sm-inline {
  display: none;
}

.visible-xs-inline-block {
  display: none !important;
}

.visible-sm-inline-block {
  display: none !important;
}

.visible-xsmall {
  display: none;
}

@media only screen and (max-width: 600px) {
  .visible-le-small {
    display: block;
  }
  .hidden-le-small {
    display: none !important;
  }
}
@media only screen and (min-width: 361px) and (max-width: 600px) {
  .visible-sm-inline {
    display: inline;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 360px) {
  .hidden-xsmall {
    display: none;
  }
  .visible-xsmall {
    display: block;
  }
  .visible-xs-inline {
    display: inline;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 360px) {
  .hidden-xs {
    display: none !important;
  }
}
@media only screen and (min-width: 361px) and (max-width: 600px) {
  .hidden-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 960px) {
  .hidden-md {
    display: none !important;
  }
}
@media only screen and (min-width: 961px) {
  .hidden-lg {
    display: none !important;
  }
}
.container-fluid {
  width: auto;
}

.layout_column.narrow_column {
  max-width: 838px;
  margin: 0 auto;
}
.layout_column.column_1024 {
  max-width: 1048;
  margin: 0 auto;
}

.font-bold {
  font-weight: 700;
}

p small {
  font-size: 87%;
}

@media only screen and (min-width: 1201px) {
  #outlet-content .phone-box {
    background: url("/_static/img/telefon7_v8.6466c724e5bec0473e27.png") no-repeat scroll 0 0 transparent;
    border: 0;
    padding: 31px 30px 0;
    height: 624px;
  }
}
@media only screen and (min-width: 361px) {
  .unreverse {
    display: flex;
    align-items: center;
  }
  .row_reverse {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.text-center {
  text-align: center;
}

/*
* elementy widoczne dla systemu Android
*/
.visible-android {
  display: none;
}

html.android .visible-android {
  display: initial;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--color-ingWhite);
  font-family: INGme, Helvetica, Arial, Sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: var(--color-fg-default);
}
body.content_area {
  background-color: var(--color-ingWhite);
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

.content .content_area a:not(.s-link):not(.button),
.wrapped_new_content a:not(.s-link):not(.button) {
  color: var(--color-fg-secondary);
  display: inline-block;
  transition: all 0.125s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .content .content_area a:not(.s-link):not(.button),
  .wrapped_new_content a:not(.s-link):not(.button) {
    transition: none;
  }
}
.content .content_area a:not(.s-link):not(.button):focus,
.wrapped_new_content a:not(.s-link):not(.button):focus {
  outline: none;
}
.content .content_area a:not(.s-link):not(.button):focus-visible,
.wrapped_new_content a:not(.s-link):not(.button):focus-visible {
  outline: 2px solid var(--color-border-focus-outside);
  outline-offset: 2px;
  box-shadow: 0 0 0 3px var(--color-border-focus-inside);
  border-radius: 1px;
}
.content .content_area a:not(.s-link):not(.button),
.wrapped_new_content a:not(.s-link):not(.button) {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.content .content_area a:not(.s-link):not(.button):hover,
.wrapped_new_content a:not(.s-link):not(.button):hover {
  background: var(--color-bg-hover);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.content .content_area a:not(.s-link):not(.button):focus-visible,
.wrapped_new_content a:not(.s-link):not(.button):focus-visible {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.content .content_area a:not(.s-link):not(.button):active,
.wrapped_new_content a:not(.s-link):not(.button):active {
  text-decoration: none;
  background-color: transparent;
}
.content .content_area a:not(.s-link):not(.button):visited,
.wrapped_new_content a:not(.s-link):not(.button):visited {
  color: var(--color-fg-tertiary);
}

input[type=radio], input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

.cms-userComponent:empty {
  display: none;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.component.content img {
  max-width: 100%;
  height: auto !important;
}

.box_cover {
  position: absolute;
  background: white;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 9;
  cursor: wait;
}

input:not(.checkbox_field):not(.radio_field) {
  -webkit-appearance: none;
}

textarea:focus,
input:focus {
  outline: 0;
  color: var(--color-fg-default) !important;
}

.clear {
  clear: both !important;
}

.clearFix, .clearfix {
  clear: both !important;
  font-size: 0;
  line-height: 0;
  height: 0;
}

.initialHide {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.nowrap {
  white-space: nowrap;
}

.textCenter {
  text-align: center;
}

.component.content .content_area p.note {
  font-size: 14px;
  margin-top: 2em;
}
.component.content .content_area p.note:first-child {
  margin-top: 0;
}
.expandable_flat_item + .component.content .content_area p.note {
  margin-top: 0;
}
.component.content .content_area p.note a:not(.button) {
  color: var(--color-fg-default);
  text-decoration: underline;
}

small,
.small {
  font-size: 85%;
}

.note {
  font-size: 14px;
  line-height: 20px;
}

.expandable > .more {
  margin: 1em 0;
  padding: 15px 0 0;
  text-align: center;
  color: var(--color-ingOrange);
  cursor: pointer;
}
.expandable > .more > span {
  padding: 0 10px;
  background-color: var(--color-ingWhite);
  font-weight: 400;
  font-size: 16px;
}
.expandable > .more > span:after {
  content: "\E069";
  font-size: 14px;
  margin-left: 9px;
}
.expandable > .more > span span:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 960px) {
  .expandable > .more > span:focus {
    text-decoration: none;
  }
}
@media (max-width: 600px) {
  .expandable > .more {
    border-bottom: none;
  }
  .expandable > .more > span {
    background-color: transparent;
  }
}
@media print {
  .expandable > .more {
    display: none;
  }
}
.inner .expandable > .more {
  border-bottom: none;
}
.inner .expandable > .more > span {
  background-color: transparent;
}
.expandable.expandable_is_collapsed > .more > span:after {
  content: "\E025";
  font-size: 16px;
  margin-left: 9px;
}
.expandable .expandable_flat_item {
  height: 0;
  margin: 0;
}

/**
* Style do iframe w adminie
*/
div.component_disabled .user_component {
  border: 2px solid #e90000;
  padding: 15px;
  position: relative;
}
div.component_disabled .user_component:after {
  content: "!";
  color: var(--color-ingWhite);
  background: #e90000;
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 20px;
  display: block;
  text-align: center;
}

/*Style dla nowego plugina rozwijaka*/
.expand_content__button {
  color: #525199;
  background: transparent;
  border-color: var(--color-ingWhite);
  padding: 6px 10px 8px 10px;
}
.expand_content__button:hover {
  color: #525199;
  border-color: #525199;
  background: transparent;
}
.expand_content__button.disabled, .expand_content__button[disabled]:not(.modal) {
  background-color: transparent;
  border-color: #a8a8a8;
  color: #a8a8a8;
  pointer-events: none;
  cursor: default;
}
.expand_content__button.disabled:focus, .expand_content__button[disabled]:not(.modal):focus {
  outline: none;
}
.expand_content__button:focus {
  box-shadow: 0 0 8px 0 #525199;
  border-color: #525199;
}
.expand_content__button:active {
  background-color: rgba(82, 81, 153, 0.15);
  border-color: #525199;
  color: #525199;
  box-shadow: none;
}
.expand_content__button {
  font-size: 14px;
  font-weight: 700;
  border: none;
  line-height: 20px;
  border-radius: 7px;
  padding: 5px 8px 5px 27px;
  position: relative;
}
.expand_content__button:focus {
  outline: 3px solid #525199;
  box-shadow: none;
}
.expand_content__button .icon-arrow:before {
  content: "\E025";
  position: absolute;
  font-size: 13px;
  left: 8px;
  width: 15px;
  transition: transform 0.3s ease;
}
.expand_content__button:hover, .expand_content__button:active {
  outline: 1px solid #525199 !important;
}
.expand_content__button.flipped .icon-arrow:before {
  transform: rotate(180deg);
}
.expand_content__items p {
  margin-bottom: 16px !important;
}

/* Class blocking scroll body for modal */
.isScrollBlocked {
  position: relative;
  overflow: hidden;
}

.isScrollBlockedModal {
  /* fixed necessary for iphone*/
  overflow: hidden;
}

.box_yt_nocookie {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
}
.box_yt_nocookie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.youtube-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
}

table.expand_element {
  display: block;
  width: 100%;
}
table.expand_element.last_group_item {
  border-bottom: 1px solid #d9d9d9;
}
.accordion_item table.expand_element.last_group_item {
  border-bottom: 0 none;
}
table.expand_element > tbody {
  display: block;
  /* poprawia animacje */
}
table.expand_element > tbody > tr {
  display: block;
}
table.expand_element > tbody > tr.isHidden {
  display: none;
}
table.expand_element > tbody > tr > td > .expand_element__headButton {
  color: #525199;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
}
table.expand_element > tbody > tr > td > .expand_element__headButton:before, table.expand_element > tbody > tr > td > .expand_element__headButton:after {
  -webkit-text-decoration: underline transparent !important;
          text-decoration: underline transparent !important;
}
table.expand_element > tbody > tr > td > .expand_element__headButton {
  border: 1px solid transparent;
}
table.expand_element > tbody > tr > td > .expand_element__headButton:hover {
  background: #e6e5f0;
  text-decoration: underline;
}
table.expand_element > tbody > tr > td > .expand_element__headButton:focus {
  background: transparent;
  box-shadow: 0 0 8px #559BD1;
  text-decoration: none;
  border: 1px solid #559BD1;
}
table.expand_element > tbody > tr > td > .expand_element__headButton:visited {
  color: #AB0066;
}
table.expand_element > tbody > tr > td > .expand_element__headButton:visited:hover {
  background: #f3dce9;
}
table.expand_element > tbody > tr > td > .expand_element__headButton:active {
  color: #9898c3;
  text-decoration: none;
  box-shadow: none;
}
table.expand_element > tbody > tr > td > .expand_element__headButton:active:visited {
  color: #cd66a4;
}
table.expand_element > tbody > tr > td > .expand_element__headButton:focus-visible {
  outline: none;
}
table.expand_element > tbody > tr > td > .expand_element__headButton {
  position: relative;
  padding: 0 0 0 24px;
  margin-left: 16px;
  background: none;
  font-weight: 600;
  text-align: left;
}
table.expand_element > tbody > tr > td > .expand_element__headButton:before {
  content: "\E025";
  position: absolute;
  left: -4px;
  margin-left: 5px;
  color: #525199;
  text-align: center;
  font-size: 16px;
  line-height: 1.35;
}
table.expand_element.isExpanded > tbody > tr > td > .expand_element__headButton:before {
  content: "\E069";
}
table.expand_element:not(.isAdvanced) .head {
  position: relative;
  display: block;
  padding: 0.8em 1em 0.8em 24px;
  cursor: pointer;
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 600px) {
  table.expand_element:not(.isAdvanced) .head {
    font-weight: 300;
  }
}
table.expand_element:not(.isAdvanced) .head:before {
  content: "\E025";
  position: absolute;
  left: 8px;
  margin: 0;
  color: #525199;
  font-weight: 300;
  width: 2em;
  text-align: center;
  font-size: 14px;
  line-height: 1.35;
  transition: all 500ms;
}
table.expand_element.current .head {
  color: #525199;
  font-weight: 400;
}
table.expand_element.current .head:before {
  content: "\E069";
  font-size: 14px;
  margin: 0;
}
table.expand_element.active .head:before {
  transform: translateY(0%) rotateZ(-180deg);
}
table.expand_element .body {
  display: none;
}
table.expand_element .body.isBlock {
  transition: opacity 0.35s;
  display: block;
  opacity: 0;
  margin: 12px 0;
}
table.expand_element .body.isOpacityAnimate {
  opacity: 1;
}
table.expand_element .body {
  padding: 0 0 0 32px;
}
@media (max-width: 600px) {
  table.expand_element .body {
    padding: 16px 0 0 0;
  }
}

.notification-box.info {
  border: 2px solid var(--color-ingSky);
  border-radius: 4px;
  padding: 8px;
  margin: 16px 0;
  display: flex;
  gap: 4px;
}
.notification-box.info h3 {
  margin-bottom: 0;
}
.notification-box.info > div {
  width: 100%;
}
.notification-box.info > div > p:last-child {
  margin-bottom: 0;
}
.notification-box.info > .web-icon:before {
  content: "\E036";
}
.notification-box.info > .web-icon {
  color: var(--color-ingSky);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  width: 24px;
  height: 24px;
}
.notification-box.success {
  border: 2px solid #349651;
  border-radius: 4px;
  padding: 8px;
  margin: 16px 0;
  display: flex;
  gap: 4px;
}
.notification-box.success h3 {
  margin-bottom: 0;
}
.notification-box.success > div {
  width: 100%;
}
.notification-box.success > div > p:last-child {
  margin-bottom: 0;
}
.notification-box.success > .web-icon:before {
  content: "\E064";
}
.notification-box.success > .web-icon {
  color: #349651;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  width: 24px;
  height: 24px;
}
.notification-box.warning {
  border: 2px solid var(--color-ingOrange);
  border-radius: 4px;
  padding: 8px;
  margin: 16px 0;
  display: flex;
  gap: 4px;
}
.notification-box.warning h3 {
  margin-bottom: 0;
}
.notification-box.warning > div {
  width: 100%;
}
.notification-box.warning > div > p:last-child {
  margin-bottom: 0;
}
.notification-box.warning > .web-icon:before {
  content: "\E06D";
}
.notification-box.warning > .web-icon {
  color: var(--color-ingOrange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  width: 24px;
  height: 24px;
}
.notification-box.error {
  border: 2px solid #D70000;
  border-radius: 4px;
  padding: 8px;
  margin: 16px 0;
  display: flex;
  gap: 4px;
}
.notification-box.error h3 {
  margin-bottom: 0;
}
.notification-box.error > div {
  width: 100%;
}
.notification-box.error > div > p:last-child {
  margin-bottom: 0;
}
.notification-box.error > .web-icon:before {
  content: "\E02A";
}
.notification-box.error > .web-icon {
  color: #D70000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  width: 24px;
  height: 24px;
}
.notification-box.light {
  border: none;
}

.cms-badge-item {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  position: relative;
  color: var(--color-fg-default);
  padding-left: 32px;
}
.cms-badge-item > span {
  margin-right: 4px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.cms-badge-item > span.fuchsia {
  background: #AB0066;
}
.cms-badge-item > span.green {
  background: #349651;
}
.cms-badge-item > span.red {
  background: #D70000;
}
.cms-badge-item > span.indigo {
  background: #525199;
}

.cms-badge-item--border {
  font-size: 12px;
  line-height: 16px;
  border-radius: 12px;
  padding: 4px 8px 4px 20px;
  border: 1px solid transparent;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.cms-badge-item--border > span {
  width: 8px;
  height: 8px;
  margin-right: 4px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.cms-badge-item--border > span.leaf {
  background: #349651;
}
.cms-badge-item--border > span.minus {
  background: #D70000;
}
.cms-badge-item--border > span.sky {
  background: #559BD1;
}
.cms-badge-item--border > span.fuchsia {
  background: #AB0066;
}
.cms-badge-item--border > span.lime {
  background: #D0D93C;
}
.cms-badge-item--border > span.silver {
  background: #A8A8A8;
}
.cms-badge-item--border > span.black {
  background: var(--color-fg-default);
}
.cms-badge-item--border.leaf {
  border-color: #C2DFCA;
}
.cms-badge-item--border.minus {
  border-color: #A8A8A8;
}
.cms-badge-item--border.sky {
  border-color: #CFE4F4;
}
.cms-badge-item--border.fuchsia {
  border-color: #E6B2D1;
}
.cms-badge-item--border.lime {
  border-color: #F1F4C4;
}
.cms-badge-item--border.silver {
  border-color: #A8A8A8;
}
.cms-badge-item--border.black {
  border-color: #A8A8A8;
}

.feature-item-upp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.feature-item-upp dt, .feature-item-upp dd {
  margin: 0;
}
.feature-item-upp__value {
  display: flex;
  align-items: center;
  gap: 6px;
}
.feature-item-upp .badge-item-upp {
  font-size: 14px;
  line-height: 20px;
  padding: 2px 8px 2px 28px;
  border-radius: 4px;
  display: inline-block;
  white-space: nowrap;
}
.feature-item-upp .badge-item-upp .web-icon {
  position: relative;
}
.feature-item-upp .badge-item-upp .web-icon:before {
  content: "\E052";
  position: absolute;
  left: -24px;
  top: 0;
  font-size: 18px;
  color: var(--color-ingWhite);
}
.feature-item-upp .badge-item-upp.green {
  background: var(--color-bg-success);
}
.feature-item-upp .badge-item-upp.green .web-icon:before {
  content: "\E052";
  color: var(--color-fg-icon-success);
}
.feature-item-upp .badge-item-upp.red {
  background: var(--color-bg-negative);
}
.feature-item-upp .badge-item-upp.red .web-icon:before {
  content: "\E052";
  color: var(--color-fg-icon-error);
}
.feature-item-upp .badge-item-upp.sky {
  background: var(--color-bg-highlight);
}
.feature-item-upp .badge-item-upp.sky .web-icon:before {
  content: "\E052";
  color: var(--color-fg-icon-info);
}
.feature-item-upp .badge-item-upp.raspberry {
  background: var(--color-bg-hover-tertiary);
}
.feature-item-upp .badge-item-upp.raspberry .web-icon:before {
  content: "\E052";
  color: var(--color-fg-tertiary);
}
.feature-item-upp .badge-item-upp.violet {
  background: var(--color-bg-secondary);
}
.feature-item-upp .badge-item-upp.violet .web-icon:before {
  content: "\E052";
  color: var(--color-fg-secondary);
}
.feature-item-upp .badge-item-upp.grey {
  background: var(--color-bg-default-subtle);
}
.feature-item-upp .badge-item-upp.grey .web-icon:before {
  content: "\E052";
  color: var(--color-fg-icon-subtle);
}
.feature-item-upp .badge-item-upp.maroon {
  background: var(--color-bg-ext-tertiary);
  color: var(--color-ingWhite);
}
.feature-item-upp .badge-item-upp.dark-maroon {
  background: var(--color-bg-ext-tertiary-bold);
  color: var(--color-ingWhite);
}
.feature-item-upp .badge-item-upp.black {
  background: var(--color-bg-inverse);
  color: var(--color-ingWhite);
}

@media (max-width: 600px) {
  .plugin-buttons__container .button {
    width: 100%;
    text-align: center;
  }
}
.plugin-buttons--desktop {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 600px) {
  .plugin-buttons--desktop {
    display: none;
  }
}
.plugin-buttons--desktop.align-right {
  justify-content: flex-end;
}
.plugin-buttons--desktop.align-left {
  justify-content: flex-start;
}
.plugin-buttons--mobile {
  display: none;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
@media (max-width: 600px) {
  .plugin-buttons--mobile {
    display: flex;
  }
}

/**
 * Style dla content_area
 */
.content_area sup {
  line-height: 1;
}
.content_area h2 a:hover {
  text-decoration: none !important;
}
.content_area h3 a {
  color: var(--color-fg-default);
}
.content_area .lead {
  font-size: 1.1em;
  font-weight: 300;
}
@media only screen and (max-width: 360px) {
  .content_area .lead {
    font-size: 1em;
  }
}
.content_area ul:not(.list-clear),
.content_area ol {
  margin-bottom: 1em;
}
.content_area ul:not(.list-clear) ol,
.content_area ul:not(.list-clear) ul,
.content_area ol ol,
.content_area ol ul {
  margin-bottom: 0;
  padding-top: 0.5em;
}
.content_area ul:not(.list-clear) li,
.content_area ol li {
  padding-bottom: 16px;
}
.content_area ol {
  padding-left: 2em;
}
.content_area ul:not(.list-clear) {
  padding-left: 12px;
  list-style-type: square;
}
.content_area ul:not(.list-clear) li {
  line-height: 24px;
}
.content_area ul:not(.list-clear) li::marker {
  color: var(--color-ingOrange);
  font-size: 83%;
}
.content_area ul:not(.list-clear) li:has(a) a {
  display: inline !important;
}
.content_area .highlight {
  font-weight: 600;
  display: block;
  margin-bottom: 0.5em;
}
.content_area ul.thicks1 {
  list-style: none;
  padding-left: 0;
}
.content_area ul.thicks1 > li {
  position: relative;
  padding-left: 28px;
}
.content_area ul.thicks1 > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background: url("/_static/img/check.3a59361f3dda21b1a459.svg") no-repeat;
}
.content_area ul.check-circle {
  list-style: none;
  padding-left: 0;
  font-weight: 700;
}
.content_area ul.check-circle > li {
  position: relative;
  padding: 0 0 12px 28px;
}
.content_area ul.check-circle > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url("/_static/img/check-circle.f254b339f988b6519828.svg") no-repeat;
}
.content_area ul.list-wrapper-link li {
  margin-bottom: 16px;
}
.content_area ul.list-wrapper-link li:last-child {
  margin-bottom: 0;
}
.content_area .decor {
  font-weight: 700;
}
.content_area .percentage {
  font-weight: 700;
  font-size: 19px;
  margin-right: 10px;
}
.content_area .value {
  font-size: 2em;
  font-family: INGme, Helvetica, Arial, Sans-serif;
}
.content_area .value2 {
  font-size: 1.3em;
}
.content_area .value3 {
  font-size: 3em;
}
.content_area .basic_box {
  background: #FAFAFA;
  padding: 1em 10px;
  border-bottom: 2px solid #eaeaea;
  border-radius: 6px;
}
.content_area .invitation_box {
  text-align: center;
  font-size: 24px;
}
@media only screen and (max-width: 600px) {
  .content_area .invitation_box {
    padding-bottom: 1em;
    line-height: 2;
  }
}
.content_area .invitation_box > .button_place {
  margin: 0 0.75em;
}
@media only screen and (max-width: 360px) {
  .content_area .invitation_box > .button_place {
    margin: 10px 0;
    display: block;
  }
}
.content_area .invitation_box > .button_place a {
  vertical-align: middle;
}
@media only screen and (min-width: 601px) {
  .content_area .invitation_box > .button_place a {
    margin-left: 8px;
  }
}
.content_area.extras .percentage {
  margin-right: 0;
}
.content_area {
  /*INGPWADEV-154 :: Style dla Widgetu Insert expand button*/
}
.content_area .collapsible-content {
  display: none;
}
.content_area .expand-button a {
  position: relative;
}
.content_area .expand-button a:after {
  content: "\E025";
  font-size: 14px;
  margin-left: 9px;
  text-decoration: none;
  position: absolute;
}
.content_area .expand-button a.link--active:after {
  content: "\E069";
}
.content_area .expand-button a.link--active:after {
  margin-left: 5px;
  font-size: 16px;
}
@media (max-width: 600px) {
  .content_area.plugin-only-modal .expand-button {
    display: block;
  }
  .content_area.plugin-only-modal .collapsible-content {
    display: none;
  }
}
@media (min-width: 601px) {
  .content_area.plugin-only-modal .expand-button {
    display: none;
  }
  .content_area.plugin-only-modal .collapsible-content {
    display: block;
  }
}

/**
 * (2) 7.1. Buttons
*/
@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");
}
.component .owl-theme .owl-controls .owl-prev:before, .component .owl-theme .owl-controls .owl-next:before, .expandable > .more > span:after, .expandable.expandable_is_collapsed > .more > span:after, .expand_content__button .icon-arrow:before, table.expand_element > tbody > tr > td > .expand_element__headButton:before, table.expand_element.isExpanded > tbody > tr > td > .expand_element__headButton:before, table.expand_element:not(.isAdvanced) .head:before, table.expand_element.current .head:before, .notification-box.info > .web-icon:before, .notification-box.success > .web-icon:before, .notification-box.warning > .web-icon:before, .notification-box.error > .web-icon:before, .feature-item-upp .badge-item-upp .web-icon:before, .feature-item-upp .badge-item-upp.green .web-icon:before, .feature-item-upp .badge-item-upp.red .web-icon:before, .feature-item-upp .badge-item-upp.sky .web-icon:before, .feature-item-upp .badge-item-upp.raspberry .web-icon:before, .feature-item-upp .badge-item-upp.violet .web-icon:before, .feature-item-upp .badge-item-upp.grey .web-icon:before, .content_area .expand-button a:after {
  font-family: "web-fonts";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.buttons > span,
.buttons a {
  cursor: pointer;
  margin-left: 15px;
}
.buttons > span:before,
.buttons a:before {
  border-left: 1px solid #d6d6d6;
  padding-right: 15px;
  content: "";
}
.buttons > span:first-child,
.buttons a:first-child {
  margin-left: 0;
}
.buttons > span:first-child:before,
.buttons a:first-child:before {
  border-left: none;
  padding-right: 0;
  content: "";
}
@media only screen and (max-width: 960px) {
  .buttons > span:focus,
  .buttons a:focus {
    text-decoration: none;
  }
}
.buttons a.button:before,
.buttons a.button ~ a:before,
.buttons .button ~ a:before {
  border-left: none;
  padding-right: 0;
  content: "";
}
.buttons a.button:hover,
.buttons a.button ~ a:hover,
.buttons .button ~ a:hover {
  text-decoration: none;
}

.button {
  transition: all 0.125s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .button {
    transition: none;
  }
}
.button {
  border-radius: 8px;
  font-weight: 700;
  font-size: 19px;
  line-height: 28px;
  display: inline-block;
  background: transparent;
  color: var(--color-ingOrange);
  padding: 8px 16px;
  border: 1px solid var(--color-ingOrange);
}
.button:hover {
  background-color: var(--color-ingOrange);
  color: var(--color-ingWhite);
  border-color: var(--color-ingOrange);
}
.button:focus {
  outline: none;
}
.button:focus-visible {
  outline: 2px solid #335D7D;
  outline-offset: -2px;
  box-shadow: inset 0 0 0 3px white;
  border-radius: 8px;
}
.button:active {
  background-color: var(--color-ingOrange);
  color: var(--color-ingWhite);
  opacity: 0.6;
}
.button.disabled, .button[disabled]:not(.modal) {
  background-color: transparent;
  border-color: #a8a8a8;
  color: #a8a8a8;
  pointer-events: none;
  cursor: default;
}
.button.disabled:focus, .button[disabled]:not(.modal):focus {
  outline: none;
}
.button.primary {
  transition: all 0.125s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .button.primary {
    transition: none;
  }
}
.button.primary {
  border-radius: 8px;
  font-weight: 700;
  font-size: 19px;
  line-height: 28px;
  display: inline-block;
  background: var(--color-ingOrange);
  color: var(--color-ingWhite);
  padding: 8px 16px;
  border: 1px solid transparent;
}
.button.primary:hover {
  background-color: var(--color-ingOrange);
  color: var(--color-ingWhite);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14);
  border-color: var(--color-ingOrange);
}
.button.primary:focus {
  outline: none;
}
.button.primary:focus-visible {
  outline: 2px solid #335D7D;
  outline-offset: -2px;
  box-shadow: inset 0 0 0 3px white;
  border-radius: 8px;
}
.button.primary:active {
  background-color: var(--color-ingOrange);
  color: var(--color-ingWhite);
  opacity: 0.6;
}
.button.primary.disabled, .button.primary[disabled]:not(.modal) {
  background-color: transparent;
  border-color: #a8a8a8;
  color: #a8a8a8;
  pointer-events: none;
  cursor: default;
}
.button.primary.disabled:focus, .button.primary[disabled]:not(.modal):focus {
  outline: none;
}
.button.primary--text {
  transition: all 0.125s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .button.primary--text {
    transition: none;
  }
}
.button.primary--text {
  border-radius: 8px;
  font-weight: 700;
  font-size: 19px;
  line-height: 28px;
  display: inline-block;
  background: transparent;
  color: var(--color-ingOrange);
  padding: 8px 16px;
  border: 1px solid transparent;
}
.button.primary--text:hover {
  background-color: var(--color-ingOrange);
  color: var(--color-ingWhite);
  border-color: var(--color-ingOrange);
}
.button.primary--text:focus {
  outline: none;
}
.button.primary--text:focus-visible {
  outline: 2px solid #335D7D;
  outline-offset: -2px;
  box-shadow: inset 0 0 0 3px white;
  border-radius: 8px;
}
.button.primary--text:active {
  background-color: var(--color-ingOrange);
  color: var(--color-ingWhite);
  opacity: 0.6;
}
.button.primary--text.disabled, .button.primary--text[disabled]:not(.modal) {
  background-color: transparent;
  border-color: #a8a8a8;
  color: #a8a8a8;
  pointer-events: none;
  cursor: default;
}
.button.primary--text.disabled:focus, .button.primary--text[disabled]:not(.modal):focus {
  outline: none;
}
.button.indigo {
  transition: all 0.125s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .button.indigo {
    transition: none;
  }
}
.button.indigo {
  border-radius: 8px;
  font-weight: 700;
  font-size: 19px;
  line-height: 28px;
  display: inline-block;
  background: #525199;
  color: var(--color-ingWhite);
  padding: 8px 16px;
  border: 1px solid transparent;
}
.button.indigo:hover {
  background-color: #525199;
  color: var(--color-ingWhite);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14);
  border-color: #525199;
}
.button.indigo:focus {
  outline: none;
}
.button.indigo:focus-visible {
  outline: 2px solid #335D7D;
  outline-offset: -2px;
  box-shadow: inset 0 0 0 3px white;
  border-radius: 8px;
}
.button.indigo:active {
  background-color: #525199;
  color: var(--color-ingWhite);
  opacity: 0.6;
}
.button.indigo.disabled, .button.indigo[disabled]:not(.modal) {
  background-color: transparent;
  border-color: #a8a8a8;
  color: #a8a8a8;
  pointer-events: none;
  cursor: default;
}
.button.indigo.disabled:focus, .button.indigo[disabled]:not(.modal):focus {
  outline: none;
}
.button.indigo--text {
  transition: all 0.125s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .button.indigo--text {
    transition: none;
  }
}
.button.indigo--text {
  border-radius: 8px;
  font-weight: 700;
  font-size: 19px;
  line-height: 28px;
  display: inline-block;
  background: transparent;
  color: var(--color-fg-secondary);
  padding: 8px 16px;
  border: 1px solid transparent;
}
.button.indigo--text:hover {
  background-color: #525199;
  color: var(--color-ingWhite);
  border-color: #525199;
}
.button.indigo--text:focus {
  outline: none;
}
.button.indigo--text:focus-visible {
  outline: 2px solid #335D7D;
  outline-offset: -2px;
  box-shadow: inset 0 0 0 3px white;
  border-radius: 8px;
}
.button.indigo--text:active {
  background-color: #525199;
  color: var(--color-ingWhite);
  opacity: 0.6;
}
.button.indigo--text.disabled, .button.indigo--text[disabled]:not(.modal) {
  background-color: transparent;
  border-color: #a8a8a8;
  color: #a8a8a8;
  pointer-events: none;
  cursor: default;
}
.button.indigo--text.disabled:focus, .button.indigo--text[disabled]:not(.modal):focus {
  outline: none;
}
.button.indigo--outline {
  transition: all 0.125s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .button.indigo--outline {
    transition: none;
  }
}
.button.indigo--outline {
  border-radius: 8px;
  font-weight: 700;
  font-size: 19px;
  line-height: 28px;
  display: inline-block;
  background: transparent;
  color: var(--color-fg-secondary);
  padding: 8px 16px;
  border: 1px solid var(--color-fg-secondary);
}
.button.indigo--outline:hover {
  background-color: #525199;
  color: var(--color-ingWhite);
  border-color: var(--color-fg-secondary);
}
.button.indigo--outline:focus {
  outline: none;
}
.button.indigo--outline:focus-visible {
  outline: 2px solid #335D7D;
  outline-offset: -2px;
  box-shadow: inset 0 0 0 3px white;
  border-radius: 8px;
}
.button.indigo--outline:active {
  background-color: #525199;
  color: var(--color-ingWhite);
  opacity: 0.6;
}
.button.indigo--outline.disabled, .button.indigo--outline[disabled]:not(.modal) {
  background-color: transparent;
  border-color: #a8a8a8;
  color: #a8a8a8;
  pointer-events: none;
  cursor: default;
}
.button.indigo--outline.disabled:focus, .button.indigo--outline[disabled]:not(.modal):focus {
  outline: none;
}
.button.sky {
  transition: all 0.125s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .button.sky {
    transition: none;
  }
}
.button.sky {
  border-radius: 8px;
  font-weight: 700;
  font-size: 19px;
  line-height: 28px;
  display: inline-block;
  background: var(--color-ingSky);
  color: var(--color-ingWhite);
  padding: 8px 16px;
  border: 1px solid transparent;
}
.button.sky:hover {
  background-color: var(--color-ingSky);
  color: var(--color-ingWhite);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14);
  border-color: var(--color-ingSky);
}
.button.sky:focus {
  outline: none;
}
.button.sky:focus-visible {
  outline: 2px solid #335D7D;
  outline-offset: -2px;
  box-shadow: inset 0 0 0 3px white;
  border-radius: 8px;
}
.button.sky:active {
  background-color: var(--color-ingSky);
  color: var(--color-ingWhite);
  opacity: 0.6;
}
.button.sky.disabled, .button.sky[disabled]:not(.modal) {
  background-color: transparent;
  border-color: #a8a8a8;
  color: #a8a8a8;
  pointer-events: none;
  cursor: default;
}
.button.sky.disabled:focus, .button.sky[disabled]:not(.modal):focus {
  outline: none;
}
.button.sky--outline {
  transition: all 0.125s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .button.sky--outline {
    transition: none;
  }
}
.button.sky--outline {
  border-radius: 8px;
  font-weight: 700;
  font-size: 19px;
  line-height: 28px;
  display: inline-block;
  background: transparent;
  color: var(--color-ingSky);
  padding: 8px 16px;
  border: 1px solid var(--color-ingSky);
}
.button.sky--outline:hover {
  background-color: var(--color-ingSky);
  color: var(--color-ingWhite);
  border-color: var(--color-ingSky);
}
.button.sky--outline:focus {
  outline: none;
}
.button.sky--outline:focus-visible {
  outline: 2px solid #335D7D;
  outline-offset: -2px;
  box-shadow: inset 0 0 0 3px white;
  border-radius: 8px;
}
.button.sky--outline:active {
  background-color: var(--color-ingSky);
  color: var(--color-ingWhite);
  opacity: 0.6;
}
.button.sky--outline.disabled, .button.sky--outline[disabled]:not(.modal) {
  background-color: transparent;
  border-color: #a8a8a8;
  color: #a8a8a8;
  pointer-events: none;
  cursor: default;
}
.button.sky--outline.disabled:focus, .button.sky--outline[disabled]:not(.modal):focus {
  outline: none;
}
.button.fuchsia {
  transition: all 0.125s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .button.fuchsia {
    transition: none;
  }
}
.button.fuchsia {
  border-radius: 8px;
  font-weight: 700;
  font-size: 19px;
  line-height: 28px;
  display: inline-block;
  background: #AB0066;
  color: var(--color-ingWhite);
  padding: 8px 16px;
  border: 1px solid transparent;
}
.button.fuchsia:hover {
  background-color: #AB0066;
  color: var(--color-ingWhite);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14);
  border-color: #AB0066;
}
.button.fuchsia:focus {
  outline: none;
}
.button.fuchsia:focus-visible {
  outline: 2px solid #335D7D;
  outline-offset: -2px;
  box-shadow: inset 0 0 0 3px white;
  border-radius: 8px;
}
.button.fuchsia:active {
  background-color: #AB0066;
  color: var(--color-ingWhite);
  opacity: 0.6;
}
.button.fuchsia.disabled, .button.fuchsia[disabled]:not(.modal) {
  background-color: transparent;
  border-color: #a8a8a8;
  color: #a8a8a8;
  pointer-events: none;
  cursor: default;
}
.button.fuchsia.disabled:focus, .button.fuchsia[disabled]:not(.modal):focus {
  outline: none;
}
.button.small-label {
  font-size: 16px;
  line-height: 24px;
  padding: 6px 12px;
}
.button.primary-upp {
  transition: color 0.125s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.125s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.125s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .button.primary-upp {
    transition: none;
  }
}
.button.primary-upp {
  border-radius: 23px;
  font-weight: 700;
  font-size: 19px;
  line-height: 27px;
  display: inline-block;
  background: linear-gradient(0deg, var(--button-all-root-bg-default-primary), var(--button-all-root-bg-default-primary));
  color: var(--button-all-label-fg-default-primary);
  border: 0;
  padding: 9px 22px;
}
.button.primary-upp:hover {
  background: linear-gradient(0deg, var(--button-all-root-bgMix-default-hover), var(--button-all-root-bgMix-default-hover)), linear-gradient(0deg, var(--button-all-root-bg-default-hover), var(--button-all-root-bg-default-hover));
  color: var(--button-all-label-fg-default-hover);
}
.button.primary-upp:active {
  opacity: 1;
  background: linear-gradient(0deg, var(--button-all-root-bgMix-default-pressed), var(--button-all-root-bgMix-default-pressed)), linear-gradient(0deg, var(--button-all-root-bg-default-pressed), var(--button-all-root-bg-default-pressed));
  color: var(--button-all-label-fg-default-pressed);
}
.button.primary-upp:focus {
  outline: none;
}
.button.primary-upp:focus-visible {
  outline: 2px solid var(--borderColor-focus-outer);
  outline-offset: 2px;
  box-shadow: 0 0 0 2px var(--borderColor-focus-inner);
  border-radius: 23px;
}
.button.primary-upp.disabled, .button.primary-upp[disabled] {
  opacity: var(--button-all-root-opacity-disabled);
  pointer-events: none;
  cursor: default;
}
.button.primary-upp.disabled:focus, .button.primary-upp[disabled]:focus {
  outline: none;
}
.button.secondary-upp {
  transition: color 0.125s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.125s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.125s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .button.secondary-upp {
    transition: none;
  }
}
.button.secondary-upp {
  border-radius: 23px;
  font-weight: 700;
  font-size: 19px;
  line-height: 27px;
  display: inline-block;
  background: transparent;
  color: var(--button-all-label-fg-default-generic);
  border: 2px solid var(--button-all-root-borderColor-default-secondary);
  padding: 7px 20px;
}
.button.secondary-upp:hover {
  background: linear-gradient(0deg, var(--button-all-root-bgMix-default-hover), var(--button-all-root-bgMix-default-hover)), linear-gradient(0deg, var(--button-all-root-bg-default-hover), var(--button-all-root-bg-default-hover));
  color: var(--button-all-label-fg-default-hover);
}
.button.secondary-upp:active {
  opacity: 1;
  background: linear-gradient(0deg, var(--button-all-root-bgMix-default-pressed), var(--button-all-root-bgMix-default-pressed)), linear-gradient(0deg, var(--button-all-root-bg-default-pressed), var(--button-all-root-bg-default-pressed));
  color: var(--button-all-label-fg-default-pressed);
}
.button.secondary-upp:hover, .button.secondary-upp:active {
  border: 0;
  padding: 9px 22px;
}
.button.secondary-upp:focus {
  outline: none;
}
.button.secondary-upp:focus-visible {
  outline: 2px solid var(--borderColor-focus-outer);
  outline-offset: 2px;
  box-shadow: 0 0 0 2px var(--borderColor-focus-inner);
  border-radius: 23px;
}
.button.secondary-upp.disabled, .button.secondary-upp[disabled] {
  opacity: var(--button-all-root-opacity-disabled);
  pointer-events: none;
  cursor: default;
}
.button.secondary-upp.disabled:focus, .button.secondary-upp[disabled]:focus {
  outline: none;
}

/**
 * 7.3. Tables
 */
th {
  text-align: left;
}

table.basic-table {
  width: 100%;
  margin-bottom: 16px;
}
table.basic-table th {
  font-weight: 700;
  padding: 8px;
  border-bottom: 1px solid var(--color-border-subtle);
}
table.basic-table td {
  border-bottom: 1px solid var(--color-border-subtle);
  padding: 12px 8px;
}
table.basic-table thead th {
  border-bottom: 1px solid var(--color-ingOrange);
}

.table-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

table.ck-editor-table {
  width: 100%;
  margin-bottom: 16px;
}
table.ck-editor-table th {
  font-weight: 700;
  padding: 8px;
  border-bottom: 1px solid var(--color-border-subtle);
}
table.ck-editor-table td {
  border-bottom: 1px solid var(--color-border-subtle);
  padding: 12px 8px;
}
table.ck-editor-table thead th {
  border-bottom: 1px solid var(--color-ingOrange);
}

.table_type2 {
  border-spacing: 0;
  border: none;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 16px;
  width: 100%;
  table-layout: auto;
}
.table_type2 > thead.visible_when_scrolling,
.table_type2 > tbody.visible_when_scrolling {
  display: none;
}
.table_type2 > thead > tr > th,
.table_type2 > thead > tr > td,
.table_type2 > tbody > tr > th,
.table_type2 > tbody > tr > td {
  vertical-align: center;
}
.table_type2 > thead > tr > th p:last-child,
.table_type2 > thead > tr > td p:last-child,
.table_type2 > tbody > tr > th p:last-child,
.table_type2 > tbody > tr > td p:last-child {
  margin-bottom: 0;
}
.table_type2 > thead > tr > th h2,
.table_type2 > thead > tr > th h3,
.table_type2 > thead > tr > td h2,
.table_type2 > thead > tr > td h3,
.table_type2 > tbody > tr > th h2,
.table_type2 > tbody > tr > th h3,
.table_type2 > tbody > tr > td h2,
.table_type2 > tbody > tr > td h3 {
  margin-bottom: 0;
}
.table_type2 > thead > tr > td,
.table_type2 > thead > tr > th {
  border: none;
  border-bottom: 1px solid #eaeaea;
}
.table_type2 > thead > tr > th {
  font-weight: bold;
}
.table_type2 > thead > tr > th .details {
  display: block;
  font-weight: lighter;
}
.table_type2 > thead > tr > th p {
  margin-bottom: 0;
}
.table_type2 > thead > tr > th {
  border-bottom: 1px solid var(--color-ingOrange);
  padding: 8px 8px 8px 4px;
  line-height: 24px;
}
.table_type2 > thead > tr > th:first-child {
  padding-left: 0;
}
.table_type2 > tbody > tr > td,
.table_type2 > tbody > tr > th {
  border: none;
  border-top: 1px solid #eaeaea;
}
.table_type2 > tbody > tr:first-child > td,
.table_type2 > tbody > tr:first-child > th {
  border-top: none;
}
.table_type2 > tbody > tr.no_space_below > td,
.table_type2 > tbody > tr.no_space_below > th {
  padding-bottom: 0;
}
.table_type2 > tbody > tr.no_space_above > td,
.table_type2 > tbody > tr.no_space_above > th {
  border: none;
  padding-top: 0;
}
.table_type2 > tbody > tr > td {
  padding: 8px 8px 8px 4px;
  line-height: 24px;
}
.table_type2 > tbody > tr > td:first-child {
  padding-left: 0;
}

.table_noborder td {
  border: 0 none !important;
}

table#centerMe td {
  vertical-align: middle;
  text-align: center;
}

.scrollable_table {
  margin-left: -10px;
  margin-right: -10px;
}
.scrollable_table:after {
  content: "";
  display: table;
  clear: both;
}
.scrollable_table.scrollable_table_off {
  display: none;
}
@media print {
  .scrollable_table {
    display: none;
  }
}
.scrollable_table > .head {
  float: left;
  width: 45%;
  overflow: hidden;
  position: relative;
  box-shadow: 5px 0 5px -1px rgba(0, 0, 0, 0.1);
}
.scrollable_table > .head table {
  margin-bottom: 0;
  width: 100%;
}
.scrollable_table > .head table > tbody.visible_when_scrolling,
.scrollable_table > .head table > thead.visible_when_scrolling {
  display: table-row-group;
}
.scrollable_table > .head table > tbody > tr > td:nth-child(n+2),
.scrollable_table > .head table > tbody > tr > th:nth-child(n+2),
.scrollable_table > .head table > thead > tr > td:nth-child(n+2),
.scrollable_table > .head table > thead > tr > th:nth-child(n+2) {
  display: none;
}
.scrollable_table > .body {
  float: left;
  width: 55%;
  overflow: auto;
  overflow-x: auto;
  overflow-y: hidden;
}
.scrollable_table > .body table {
  width: auto;
  margin-bottom: 0;
}
.scrollable_table > .body table > tbody.visible_when_scrolling,
.scrollable_table > .body table > thead.visible_when_scrolling {
  display: table-row-group;
}
.scrollable_table > .body table > tbody > tr > td:first-child,
.scrollable_table > .body table > tbody > tr > th:first-child,
.scrollable_table > .body table > thead > tr > td:first-child,
.scrollable_table > .body table > thead > tr > th:first-child {
  display: none;
}
.scrollable_table > .body table > tbody > tr > td:last-child,
.scrollable_table > .body table > tbody > tr > th:last-child,
.scrollable_table > .body table > thead > tr > td:last-child,
.scrollable_table > .body table > thead > tr > th:last-child {
  padding-right: 1em;
}
.scrollable_table.scrollable_table_on .head .width_setter table {
  table-layout: fixed;
  width: 100% !important;
}
.scrollable_table.scrollable_table_on .head .width_setter table td:nth-child(n+2),
.scrollable_table.scrollable_table_on .head .width_setter table th:nth-child(n+2) {
  display: none;
}
.scrollable_table.scrollable_table_on .head .width_setter table tbody th {
  padding-left: 0;
  padding-right: 0.5em;
}
.scrollable_table.scrollable_table_on .body .width_setter {
  min-width: 100%;
}
.scrollable_table.scrollable_table_on .body .width_setter table {
  min-width: 100%;
}
.scrollable_table.scrollable_table_on .body .width_setter table thead th {
  text-align: center;
}

.table-clones .expandable.expandable_on + h3 {
  margin-top: 2em;
}

.countdown {
  display: none;
  min-height: 60px;
  max-width: 540px;
  margin: auto;
}
.countdown__timer {
  display: flex;
  justify-content: center;
  width: 100%;
}
.countdown__timer-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.countdown__timer-container:last-child {
  margin-right: 0;
}
.countdown__timer-digit {
  color: var(--color-ingOrange);
  font-weight: 700;
  position: relative;
}
.countdown__timer-label {
  padding: 0;
  color: #666;
  font-size: 19.2px;
  font-weight: normal;
}
.countdown__before-text, .countdown__after-text {
  margin-bottom: 35px;
  text-align: center;
}
.countdown__before-title, .countdown__after-title {
  font-weight: 700;
  font-size: 22.4px;
  margin-bottom: 15px;
}
.countdown__before-desc, .countdown__after-desc {
  font-size: 16px;
  margin-bottom: 10px;
}
.countdown__after-text {
  display: none;
}
@media only screen and (max-width: 960px) {
  .countdown__before-text, .countdown__after-text {
    margin-bottom: 0;
  }
  .countdown__before-title, .countdown__after-title {
    font-size: 16px;
  }
  .countdown__timer-label {
    font-size: 11.2px;
  }
}
.countdown--standard .countdown__timer-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #f8f8f8, #f9f9f9 48%, #ededed 49%, var(--color-ingWhite) 50%, #ededed 51%, #f0f0f0 53%, #f2f2f2 100%);
  box-shadow: rgba(218, 218, 218, 0.9) 0px 1px 2px 1px;
  border-radius: 5px;
  overflow: hidden;
  padding: 30px 20px;
  min-width: 120px;
}
.countdown--standard .countdown__timer-digit {
  font-size: 6.9rem;
  line-height: 8.6rem;
}
.countdown--standard .countdown__timer-label {
  margin-top: 10px;
}
@media only screen and (max-width: 960px) {
  .countdown--standard .countdown__timer-wrapper {
    padding: 15px 10px;
    min-width: 60px;
  }
  .countdown--standard .countdown__timer-digit {
    font-size: 2.5rem;
    line-height: 3.1rem;
  }
}
.countdown--compact {
  max-width: 280px;
}
.countdown--compact .countdown__timer-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #f8f8f8, #f9f9f9 48%, #ededed 49%, var(--color-ingWhite) 50%, #ededed 51%, #f0f0f0 53%, #f2f2f2 100%);
  box-shadow: rgba(218, 218, 218, 0.9) 0px 1px 2px 1px;
  border-radius: 5px;
  overflow: hidden;
}
.countdown--compact .countdown__before-text, .countdown--compact .countdown__after-text {
  margin-bottom: 15px;
}
.countdown--compact .countdown__before-desc, .countdown--compact .countdown__after-desc {
  font-size: 12.8px;
}
.countdown--compact .countdown__before-title, .countdown--compact .countdown__after-title {
  font-size: 12.8px;
}
.countdown--compact .countdown__timer-wrapper {
  padding: 14px;
  min-width: 62px;
}
.countdown--compact .countdown__timer-digit {
  font-size: 24px;
}
.countdown--compact .countdown__timer-label {
  margin-top: 8px;
  font-size: 12.8px;
  margin-top: 10px;
}
.countdown--orange {
  background-color: var(--color-ingOrange);
  padding: 60px 30px;
  border-radius: 10px;
  justify-content: center;
  max-width: none;
}
.countdown--orange .countdown__before {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.countdown--orange .countdown__timer-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #f8f8f8, #f9f9f9 48%, #ededed 49%, var(--color-ingWhite) 50%, #ededed 51%, #f0f0f0 53%, #f2f2f2 100%);
  box-shadow: rgba(218, 218, 218, 0.9) 0px 1px 2px 1px;
  border-radius: 5px;
  overflow: hidden;
  padding: 20px 16px;
  min-width: 70px;
}
.countdown--orange .countdown__timer-digit {
  font-size: 32px;
}
.countdown--orange .countdown__timer-label {
  color: var(--color-ingWhite);
  margin-top: 10px;
}
.countdown--orange .countdown__before-text, .countdown--orange .countdown__after-text {
  color: var(--color-ingWhite);
}
.countdown--orange .countdown__before-text {
  text-align: left;
  margin-right: 40px;
  margin-left: 40px;
  max-width: 800px;
}
.countdown--orange .countdown__before-title, .countdown--orange .countdown__after-title {
  font-size: 24px;
  font-weight: 300;
}
.countdown--orange .countdown__timer {
  max-width: 400px;
}
@media only screen and (max-width: 960px) {
  .countdown--orange {
    flex-direction: column;
    padding: 50px 15px;
  }
  .countdown--orange .countdown__before {
    flex-direction: column;
  }
  .countdown--orange .countdown__before-text {
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    max-width: none;
  }
  .countdown--orange .countdown__before-title, .countdown--orange .countdown__after-title {
    margin-bottom: 10px;
  }
  .countdown--orange .countdown__timer-wrapper {
    padding: 15px 5px;
    min-width: 45px;
  }
  .countdown--orange .countdown__timer {
    max-width: 300px;
  }
  .countdown--orange .countdown__timer-digit {
    font-size: 2.5rem;
  }
}
.countdown--circle .countdown__timer-digit {
  font-size: 30.4px;
}
.countdown--circle .countdown__timer-label {
  font-size: 14.4px;
}
.countdown--circle .countdown__timer-container {
  position: relative;
  border-radius: 50%;
  background: var(--color-ingWhite);
  width: 105px;
  height: 105px;
}
.countdown--circle .countdown__progress-ring {
  -ms-transform: rotate(-90deg);
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform: rotate(-90deg);
}
.countdown--circle .countdown__progress-circle {
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
@media only screen and (max-width: 960px) {
  .countdown--circle .countdown__timer-container {
    width: 65px;
    height: 65px;
    margin-right: 10px;
  }
  .countdown--circle .countdown__timer-container:last-child {
    margin-right: 0;
  }
  .countdown--circle .countdown__timer-digit {
    font-size: 2rem;
  }
  .countdown--circle .countdown__timer-label {
    font-size: 11.2px;
  }
}

.animate-slideDown {
  -webkit-animation: slideDownDigit 0.65s;
          animation: slideDownDigit 0.65s;
}

@-webkit-keyframes slideDownDigit {
  0% {
    top: 0px;
  }
  50% {
    top: 120px;
  }
  55% {
    opacity: 0;
  }
  60% {
    top: -120px;
  }
  63% {
    opacity: 1;
  }
  85% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}

@keyframes slideDownDigit {
  0% {
    top: 0px;
  }
  50% {
    top: 120px;
  }
  55% {
    opacity: 0;
  }
  60% {
    top: -120px;
  }
  63% {
    opacity: 1;
  }
  85% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}
.plugin_changelog {
  display: flex;
  width: 100%;
  position: relative;
  margin: 0 0 16px;
  padding-bottom: 24px;
  text-align: left;
}
.plugin_changelog.first-element {
  font-weight: 700;
}
.plugin_changelog .file_time {
  width: 80px;
  color: var(--color-ingOrange);
  font-weight: 700;
  background: white;
}
.plugin_changelog .file_time:after {
  position: absolute;
  content: "";
  background: url("/_static/img/link_orange.15d9b48d2266bf5e7ac1.svg") 0 0 repeat-y;
  height: calc(100% - 20px);
  width: 2px;
  top: 27px;
  left: 20px;
}
.plugin_changelog .file_des {
  width: calc(100% - 80px);
}
.plugin_changelog.last-element .file_time:after {
  display: none;
}

#outlet-content > .layout_section > .layout_container > .layout_row:before {
  display: none;
}

#site-wrapper {
  overflow: inherit;
}

.layout_section.v-grayLight {
  background-color: #f0f0f0;
}

.layout_column.narrow_column {
  max-width: 974px;
}
@media (min-width: 601px) {
  .layout_column.two_narrow_column {
    max-width: 464px;
  }
}

.layout_row.narrow_row {
  max-width: 974px;
  margin: 0 auto;
}
@media (min-width: 601px) {
  .layout_row.two_narrow_row {
    justify-content: center;
  }
}

.layout_container .layout_row.v-delimiter:not(:last-child) {
  position: relative;
}
.layout_container .layout_row.v-delimiter:not(:last-child):after {
  content: "";
  display: block;
  border-bottom: 2px solid #f0f0f0;
  height: 2px;
  background: none;
}
@media (min-width: 601px) {
  .layout_container .layout_row.v-delimiter:not(:last-child):after {
    width: calc(100% - 24px);
    margin: 32px auto;
  }
}
@media (max-width: 600px) {
  .layout_container .layout_row.v-delimiter:not(:last-child):after {
    width: calc(100% - 16px);
    margin: 24px auto;
  }
}