<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --bg-commitment: url("");
}
.commitment .box-slider {
  overflow: hidden;
  width: 100%;
}
.commitment .swiper {
  width: 100%;
  max-width: 1280px;
  height: 410px;
  padding: 0px;
  overflow-x: hidden;
  overflow-y: visible;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.commitment .swiper-wrapper {
  display: flex;
  align-items: flex-end;
}

.commitment .swiper-slide {
  background-position: center;
  cursor: pointer;
  background-size: cover;
  display: flex;
  align-items: center;
  transition: transform 0.5s ease-in-out;
}
.commitment .swiper-slide-prev,
.commitment .swiper-slide-next {
  height: 100%;
}

.commitment .swiper-slide:not(.swiper-slide-active) .item-commitment {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transform: scale(0.88);
}
.commitment .item-image {
  position: relative;
  background: var(--bg-commitment, url("")), #ecfae2;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid #9fe870;
  transition: opacity 0.5s ease-in;
  border-radius: 16px;
  display: none;
  margin-bottom: -30px;
  z-index: 0;
  height: 105px;
  opacity: 0;
}
.commitment .item-image img {
  position: absolute;
  height: 175px;
  z-index: 1;
  top: -70px;
  opacity: 0;
  transition: opacity 1.5s ease-in;
}
.commitment .item-content {
  display: flex;
  width: 215.5px;
  height: 100%;
  min-width: 120px;
  padding: 48px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 3px solid #ecfae2;
  position: relative;
  z-index: 1;
  width: 100%;
  box-shadow: 0px 2px 16px 0px rgba(159, 232, 112, 0.4);
  backdrop-filter: blur(4.5px);
}
.commitment .item-icon {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.commitment .heading {
  align-self: stretch;
  text-align: center;
}
.commitment .content-description {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  text-align: center;
}
.commitment .swiper-slide-active .item-content {
  height: 247px;
  padding: 24px 12px;
  gap: 12px;
  align-self: stretch;
  border: 2px solid #9fe870;
  background: #fff;
  backdrop-filter: blur(9px);
  box-shadow: 0px 2px 16px 0px #9fe87066;
}
.commitment .swiper-slide-active .item-image {
  display: block;
  opacity: 1;
}
.commitment .swiper-slide-active .item-image img {
  opacity: 1;
}
.commitment .swiper-slide-active .content-description {
  display: -webkit-box;
}
.commitment .swiper-slide:not(.swiper-slide-active) .heading {
  font-size: 20px;
}
@media (max-width: 767px) {
  .commitment .swiper-slide {
    align-items: flex-end;
  }
  .commitment .swiper-slide-active {
    padding-bottom: 20px;
  }
  .commitment .swiper-slide:not(.swiper-slide-active) .item-commitment {
    height: 80%;
  }
  .commitment .swiper-slide:not(.swiper-slide-active) .item-commitment {
    transform: scale(0.8);
  }
}
@media (min-width: 768px) {
  .commitment .swiper {
    height: 460px;
    padding: 0 8px;
  }
  .commitment .swiper-wrapper {
    align-items: center;
  }
  .commitment .swiper-slide {
    transform: scale(1);
    margin-left: -1px;
  }
  .commitment .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
  .commitment .swiper-slide .item-commitment {
    padding: 0;
  }
  .commitment .swiper-slide-prev,
  .commitment .swiper-slide-next {
    height: 100%;
  }
  .commitment .swiper-slide-prev {
    margin-right: 13px;
  }
  .commitment .swiper-slide-next {
    margin-left: 13px;
  }
  .commitment .swiper-slide:not(.swiper-slide-active) .item-commitment {
    justify-content: center;
  }
  .commitment .slider-commitment .swiper-slide-active {
    animation: changeWidth 0.7s ease-in-out forwards;
  }
  .commitment .item-content {
    height: 247px;
  }
  .commitment .swiper-slide-active .item-content {
    padding: 32px 16px;
  }
  @keyframes changeWidth {
    0% {
      opacity: 0;
      transform: rotateY(120deg);
    }
    25% {
      opacity: 0.25;
      transform: rotateY(90deg);
    }

    50% {
      opacity: 0.5;
      transform: rotateY(50deg);
    }

    75% {
      opacity: 0.75;
      transform: rotateY(30deg);
    }
    100% {
      opacity: 1;
      transform: rotateY(0deg);
    }
  }
}
@media (min-width: 992px) {
  .commitment .swiper {
    height: 470px;
    justify-content: center;
  }
  .commitment .swiper-slide:not(.swiper-slide-active) .item-commitment {
    justify-content: center;
  }
  .commitment .swiper-slide-prev,
  .commitment .swiper-slide-next {
    height: 100%;
  }
}
@media (min-width: 1350px) {
  .commitment .swiper {
    height: 514px;
  }
  .commitment .swiper-slide-active .item-content {
    height: 298px;
  }
  .commitment .item-image img {
    top: -65px;
  }
  .commitment .swiper-slide-active {
    padding-bottom: 0;
  }
  .commitment .swiper-slide:not(.swiper-slide-active) .heading {
    font-size: 24px;
  }
  .commitment .item-icon {
    width: 64px;
    height: 64px;
  }
  .commitment .item-image {
    height: 120px;
  }
}
</pre></body></html>