[js-slider] > *:not(:first-child) {
  visibility: hidden;
  position: absolute;
}
[js-slider] .o-slider__slide:not(:first-child) {
  visibility: visible;
  position: relative;
}
@media (min-width: 768px) {
  [js-slider][js-slider-disable="0, 1, 1"] > *:not(:first-child) {
    visibility: visible;
    position: unset;
  }
}
@media (min-width: 1280px) {
  [js-slider][js-slider-disable="0, 0, 1"] > *:not(:first-child) {
    visibility: visible;
    position: unset;
  }
}

.o-slider {
  display: flex;
  min-height: 5rem;
  box-sizing: border-box;
  overflow: hidden;
}
.o-slider .ci-with-preview-image {
  overflow: hidden;
}
[dir] .o-slider .ci-with-preview-image {
  border-radius: 0.5rem;
}
.o-slider .o-slider__slide {
  position: relative;
  align-items: center;
  flex-shrink: 0;
}
[dir] .o-slider .o-slider__slide {
  transition-duration: 1s;
}
[dir=ltr] .o-slider .o-slider__slide {
  left: 0;
  transition-property: left;
}
[dir=rtl] .o-slider .o-slider__slide {
  right: 0;
  transition-property: right;
}
.o-slider .o-slider__banner-link {
  width: 100%;
}
.o-slider--multirow {
  height: 100%;
}
.o-slider--multirow .o-slider__slide {
  height: auto;
}
.o-slider--column {
  flex-direction: column;
  flex-wrap: wrap;
}
.o-slider .o-slider__slide--1-el {
  width: 100.001%;
}
.o-slider .o-slider__slide--2-el {
  width: 50.001%;
}
.o-slider .o-slider__slide--3-el {
  width: 33.3343333333%;
}
.o-slider .o-slider__slide--4-el {
  width: 25.001%;
}
.o-slider .o-slider__slide--5-el {
  width: 20.001%;
}
.o-slider .o-slider__slide--6-el {
  width: 16.6676666667%;
}
.o-slider .o-slider__slide--7-el {
  width: 14.2867142857%;
}
.o-slider .o-slider__slide--8-el {
  width: 12.501%;
}
.o-slider .o-slider__slide--9-el {
  width: 11.1121111111%;
}
.o-slider .o-slider__slide--10-el {
  width: 10.001%;
}

.o-slider__banner-img {
  width: 100%;
}

[dir] .o-slider__banner-img {
  border-radius: 0.5rem;
}

.o-slider__navigation-button {
  width: 2.8rem;
  height: 2.8rem;
}

[dir] .o-slider__navigation-button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}

.o-slider__navigation {
  height: 2.2rem;
  width: 2.2rem;
  fill: #CD0004;
}

[dir] .o-slider__navigation {
  padding: 0.3rem;
}

.o-slider__navigation-element {
  fill: #CD0004;
}
.o-slider__navigation-element--inactive {
  fill: #B5B5B5;
}

.o-slider__step-container,
.o-slider__steps-container {
  display: flex;
  position: relative;
  align-items: center;
  column-gap: 0.5rem;
  color: #183884;
  font-weight: 700;
  font-size: 1.6rem;
  z-index: 2;
}

[dir] .o-slider__step-container, [dir] .o-slider__steps-container {
  background: none;
  padding: 1.2rem 0;
}

[dir=ltr] .o-slider__step-container, [dir=ltr] .o-slider__steps-container {
  justify-content: left;
}

[dir=rtl] .o-slider__step-container, [dir=rtl] .o-slider__steps-container {
  justify-content: right;
}

.o-slider__step-wrapper {
  display: flex;
  position: relative;
  align-items: center;
  column-gap: 1rem;
}

[dir=ltr] .o-slider__step-wrapper {
  margin-right: 0.5rem;
  justify-content: left;
}

[dir=rtl] .o-slider__step-wrapper {
  margin-left: 0.5rem;
  justify-content: right;
}

.o-slider__step {
  height: 1.2rem;
  width: 1.2rem;
  opacity: 0.5;
  transition: width 0.3s;
}

[dir] .o-slider__step {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0.6rem;
  background: #4B4B4B;
  cursor: pointer;
}
.o-slider__step--active {
  width: 3rem;
  opacity: 1;
}
[dir] .o-slider__step--active {
  border-radius: 0.6rem;
  background: #183884;
}
.o-slider__step--active:focus-visible {
  outline: none;
}
[dir] .o-slider__step--active:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(24, 56, 132, 0.4);
}
.o-slider__step--hidden {
  display: none;
}

.o-slider__counter-arrow {
  width: 2rem;
  height: 2rem;
}

[dir] .o-slider__counter-arrow {
  padding: 0.2rem;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.o-slider__counter-arrow-icon {
  display: inline-block;
  fill: #183884;
  height: 100%;
  width: 100%;
}
[dir=ltr] .o-slider__counter-arrow-icon--left {
  transform: rotate(180deg);
}
[dir=rtl] .o-slider__counter-arrow-icon--left {
  transform: rotate(-180deg);
}

.o-slider__pause {
  height: 1.2rem;
  width: 0.2rem;
  opacity: 0.5;
}

[dir] .o-slider__pause {
  cursor: pointer;
  border-style: solid;
  border-width: 0 0.4rem 0 0.4rem;
  border-color: #4B4B4B;
}
.o-slider__pause--active {
  opacity: 1;
}
[dir] .o-slider__pause--active {
  border-color: #183884;
}

.o-slider__step-btn {
  height: 3rem;
  width: 3rem;
}

[dir] .o-slider__step-btn {
  padding: 0;
  border-width: 0.1rem;
  border-style: solid;
  border-color: rgba(24, 56, 132, 0.2);
  border-radius: 50%;
  cursor: pointer;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: 50%;
}

[dir=ltr] .o-slider__step-btn {
  margin-right: 0.5rem;
  margin-left: 0;
}

[dir=rtl] .o-slider__step-btn {
  margin-left: 0.5rem;
  margin-right: 0;
}
[dir] .o-slider__step-btn--left {
  background-image: url("data:image/svg+xml,%3csvg%20id='arrow_down-svg'%20viewBox='0%200%2050%2050'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M25%2038.9C24.9%2038.8%208.7%2022.5.6%2014.4c-.7-.7-.8-1.8-.3-2.6.6-.8%202-1%202.8-.3%201.4%201.2%2021.8%2017.9%2021.9%2018%20.4-.3%2018.9-15.5%2021.9-18%20.7-.6%201.9-.6%202.6%200%20.7.7.8%201.9.1%202.6-.1.2-24.5%2024.7-24.6%2024.8z'/%3e%3c/svg%3e");
}
[dir=ltr] .o-slider__step-btn--left {
  background-position: 45% center;
  transform: rotate(90deg);
}
[dir=rtl] .o-slider__step-btn--left {
  background-position: 55% center;
  transform: rotate(-90deg);
}
[dir] .o-slider__step-btn--right {
  background-image: url("data:image/svg+xml,%3csvg%20id='arrow_down-svg'%20viewBox='0%200%2050%2050'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M25%2038.9C24.9%2038.8%208.7%2022.5.6%2014.4c-.7-.7-.8-1.8-.3-2.6.6-.8%202-1%202.8-.3%201.4%201.2%2021.8%2017.9%2021.9%2018%20.4-.3%2018.9-15.5%2021.9-18%20.7-.6%201.9-.6%202.6%200%20.7.7.8%201.9.1%202.6-.1.2-24.5%2024.7-24.6%2024.8z'/%3e%3c/svg%3e");
}
[dir=ltr] .o-slider__step-btn--right {
  background-position: 55% 60%;
  transform: rotate(270deg);
}
[dir=rtl] .o-slider__step-btn--right {
  background-position: 45% 60%;
  transform: rotate(-270deg);
}

.o-slider__step-img-count {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  width: 6rem;
}

[dir] .o-slider__step-img-count {
  border-width: 0.1rem;
  border-style: solid;
  border-color: rgba(24, 56, 132, 0.2);
  border-radius: 2rem;
}

[dir=ltr] .o-slider__step-img-count {
  margin-right: 0.5rem;
}

[dir=rtl] .o-slider__step-img-count {
  margin-left: 0.5rem;
}

.o-slider__pause-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.o-slider__pause-btn__svg-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
}
.o-slider__pause-btn .o-slider__pause-btn__svg {
  fill: #c0cae0;
}
.o-slider__pause-btn--active .o-slider__pause-btn__svg {
  fill: #183884;
}

.o-slider__arrow {
  position: absolute;
  top: 40%;
  height: 4rem;
  width: 8rem;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease;
}

[dir] .o-slider__arrow {
  padding: 0;
  background-color: #F5F5F5;
  background-image: url("data:image/svg+xml,%3csvg%20id='arrow_down_gray-svg'%20viewBox='0%200%2012%2010'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='%232e353b'%20d='M6.051%208.23A3207.1%203207.1%200%2000.403%202.558a.491.491%200%2001-.07-.602c.14-.185.464-.231.649-.07.324.278%205.046%204.144%205.07%204.167.092-.069%204.375-3.588%205.07-4.166a.487.487%200%2001.601%200c.162.162.185.44.023.602-.023.046-5.671%205.717-5.695%205.74z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: center 80%;
  cursor: pointer;
  border: none;
}

[dir=ltr] .o-slider__arrow {
  border-top-right-radius: 8rem;
  border-top-left-radius: 8rem;
}

[dir=rtl] .o-slider__arrow {
  border-top-left-radius: 8rem;
  border-top-right-radius: 8rem;
}
[dir=ltr] .o-slider__arrow--left {
  left: -2rem;
  transform: rotate(90deg);
}
[dir=rtl] .o-slider__arrow--left {
  right: -2rem;
  transform: rotate(-90deg);
}
[dir=ltr] .o-slider__arrow--right {
  right: -2rem;
  transform: rotate(-90deg);
}
[dir=rtl] .o-slider__arrow--right {
  left: -2rem;
  transform: rotate(90deg);
}
.o-slider__arrow--visible {
  opacity: 0.6;
}.o-slider--fade-effect {
  display: grid;
}
.o-slider--fade-effect .o-slider__slide {
  grid-column: 1;
  grid-row: 1;
  transition: opacity 0.5s ease-in-out;
}
.o-slider--fade-effect .o-slider__slide:not(:first-child) {
  z-index: -1;
}
.o-slider--fade-effect .o-slider__slide:not(.o-slider__slide--active) {
  opacity: 0;
  pointer-events: none;
}
.o-slider--fade-effect .o-slider__slide.o-slider__slide--active {
  z-index: 2;
}.o-gesture {
  width: 100%;
  height: 100%;
  max-width: 10rem;
  max-height: 10rem;
  opacity: 0.8;
}[dir] .o-gesture {
  margin: 1rem;
}
.o-gesture svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 1280px) {
  .o-gesture--keyboard {
    display: none;
  }
}

@media (min-width: 1280px) {
  .o-gesture--unpinch {
    display: none;
  }
}

@media (min-width: 1280px) {
  .o-gesture--swipe {
    display: none;
  }
}

.o-gesture--scroll {
  width: 4.5rem;
}
@media (max-width: 1280px) {
  .o-gesture--scroll {
    display: none;
  }
}