/**
* Block Name: teaser_slider
*/

section.teaser_slider {
  overflow: hidden;
}

section.teaser_slider .button-prev.swiper-button-disabled {
  background-image: url("data:image/svg+xml,%3Csvg class='d-flex flex-row justify-content-start' width='39' height='34' viewBox='0 0 39 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='btn-background' d='M27.6737 32.6023C27.4308 33.3512 26.7331 33.8584 25.9457 33.8584L17.1016 33.8584C7.7724 33.8584 0.209592 26.2956 0.209592 16.9664C0.209593 7.63721 7.7724 0.0744068 17.1016 0.0744076L34.8615 0.0744092C36.5228 0.0744093 37.7008 1.69504 37.1881 3.27524L27.6737 32.6023Z' fill='%23DDDDDD' /%3E%3Cpath class='btn-text' d='M19.2241 10.3341L19.9819 11.0919L14.1076 16.9663L19.9819 22.8406L19.2241 23.5984L12.592 16.9663L19.2241 10.3341Z' fill='white' /%3E%3C/svg%3E");
  content: "";
  width: 39px;
  height: 34px;
  transition: all 200ms ease-in-out;
  position: relative;
}

section.teaser_slider .button-prev:not(.swiper-button-disabled) {
  background-image: url("data:image/svg+xml, %3Csvg style='transform: rotate(180deg)' class='d-flex flex-row justify-content-start' width='71' height='34' viewBox='0 0 71 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.514 2.14869C10.9152 0.911971 12.0674 0.0744629 13.3675 0.0744629H54.1081C63.4373 0.0744629 71.0001 7.63727 71.0001 16.9665C71.0001 26.2956 63.4373 33.8585 54.1081 33.8585H4.35377C2.31623 33.8585 0.871412 31.8708 1.50018 29.9327L10.514 2.14869Z' fill='%23FDBD26' /%3E%3Cpath d='M52.3681 23.5985L51.6104 22.8407L57.4847 16.9664L51.6104 11.092L52.3681 10.3342L59.0003 16.9664L52.3681 23.5985Z' fill='white' /%3E%3C/svg%3E");
  width: 71px;
  height: 34px;
  content: "";
  position: relative;
  transition: all 200ms ease-in-out;
}

section.teaser_slider .button-next.swiper-button-disabled {
  background-image: url("data:image/svg+xml,%3Csvg class='d-flex flex-row justify-content-start' style='transform: rotate(180deg)' width='39' height='34' viewBox='0 0 39 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='btn-background' d='M27.6737 32.6023C27.4308 33.3512 26.7331 33.8584 25.9457 33.8584L17.1016 33.8584C7.7724 33.8584 0.209592 26.2956 0.209592 16.9664C0.209593 7.63721 7.7724 0.0744068 17.1016 0.0744076L34.8615 0.0744092C36.5228 0.0744093 37.7008 1.69504 37.1881 3.27524L27.6737 32.6023Z' fill='%23DDDDDD' /%3E%3Cpath class='btn-text' d='M19.2241 10.3341L19.9819 11.0919L14.1076 16.9663L19.9819 22.8406L19.2241 23.5984L12.592 16.9663L19.2241 10.3341Z' fill='white' /%3E%3C/svg%3E");
  content: "";
  width: 39px;
  height: 34px;
  transition: all 200ms ease-in-out;
  position: relative;
}

section.teaser_slider .button-next:not(.swiper-button-disabled) {
  background-image: url("data:image/svg+xml, %3Csvg class='d-flex flex-row justify-content-start' width='71' height='34' viewBox='0 0 71 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.514 2.14869C10.9152 0.911971 12.0674 0.0744629 13.3675 0.0744629H54.1081C63.4373 0.0744629 71.0001 7.63727 71.0001 16.9665C71.0001 26.2956 63.4373 33.8585 54.1081 33.8585H4.35377C2.31623 33.8585 0.871412 31.8708 1.50018 29.9327L10.514 2.14869Z' fill='%23FDBD26' /%3E%3Cpath d='M52.3681 23.5985L51.6104 22.8407L57.4847 16.9664L51.6104 11.092L52.3681 10.3342L59.0003 16.9664L52.3681 23.5985Z' fill='white' /%3E%3C/svg%3E");
  width: 71px;
  height: 34px;
  position: relative;
  content: "";
  transition: all 200ms ease-in-out;
}

section.teaser_slider .swiper-slide {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  opacity: 1;
  filter: blur(0px);
  transition: opacity 200ms ease-in-out, filter 200ms ease-in-out;
  border: 1px solid white;
}

section.teaser_slider .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0.6;
  filter: blur(2.5px);
}

section.teaser_slider .swiper-slide .image_wrapper .gradient {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  border: 1px solid white;
}

section.teaser_slider .swiper-slide .image_wrapper {
  height: 333px;
  border-radius: 6px;
  border: 1px solid white;
}

section.teaser_slider .swiper-slide .image_wrapper img {
  border-radius: 6px;
  border: 1px solid white;
}

section.teaser_slider .swiper-slide .content_wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1001;
}

section.teaser_slider .swiper-slide .content_wrapper * {
  color: white;
}

section.teaser_slider .swiper-slide .content_wrapper h4 {
  padding: 30px;
  padding-right: 50px;
}

section.teaser_slider .swiper-slide .content_wrapper div.btn-secondary {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

section.teaser_slider .swiper-slide .content_wrapper div.btn-secondary span {
  position: relative;
  z-index: 1001;
  color: black;
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  padding-bottom: 5px;
  padding-right: 10px;
  transition: color 150ms ease-in-out;
}

section.teaser_slider
  .swiper-slide:hover
  .content_wrapper
  div.btn-secondary
  span {
  color: #364662;
}

section.teaser_slider
  .swiper-slide
  .content_wrapper
  div.btn-secondary
  span
  svg
  path,
section.teaser_slider
  .swiper-slide
  .content_wrapper
  div.btn-secondary
  span
  svg {
  transition: all 150ms ease-in-out;
}

section.teaser_slider
  .swiper-slide:hover
  .content_wrapper
  div.btn-secondary
  span
  svg {
  transform: translateX(2px);
}

section.teaser_slider
  .swiper-slide:hover
  .content_wrapper
  div.btn-secondary
  span
  svg
  path {
  fill: #364662;
}

section.teaser_slider .swiper-slide .content_wrapper svg.rectangle {
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: 1000;
}
