:root {
  --aiper-blue: #1ecad3;
  --aiper-lavender-purple: #9486f7;
  --pool-blue: #1ecad3;
  --garden-green: #02ae7c;
  --sunset-orange: #ffac27;
  --sunny-yellow: #ffe258;
  --black: #101820;
  --dark-grey: #7d7d80;
  --light-grey: #f0f1f5;
}

.rte.no-padding-bottom {
  padding-bottom: 0 !important;
}

/**************************************************************
					CMS Pages Styles
***************************************************************/
h1 strong {
  color: inherit;
}

#regulamin {
  overflow: hidden;
}
.terms-and-conditions-container h2 {
  padding: 10px 0;
  text-align: left;
  font-size: calc(20px + 4 * (100vw - 1024px) / 896);
}
.terms-and-conditions-container > div > ol > li:has(h2)::marker {
  font-size: 35px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .terms-and-conditions-container > div > ol > li:has(h2)::marker {
    font-size: 20px;
    font-weight: 700;
  }
}
.terms-and-conditions-container h3 {
  font-size: calc(18px + 4 * (100vw - 1024px) / 896);
}
.terms-and-conditions-container ol,
.terms-and-conditions-container ul {
  padding: revert;
}
.terms-and-conditions-container ul > li {
  list-style-type: disc;
}
.terms-and-conditions-container ul.list-style-none > li {
  list-style-type: none;
}
.terms-and-conditions-container ol[type="a"] > li {
  list-style: lower-alpha;
}
.terms-and-conditions-container ol[type="i"] > li {
  list-style: lower-roman;
}
.terms-and-conditions-container ol > li,
.terms-and-conditions-container ul > li {
  text-align: justify;
  list-style-position: inherit;
}
.contract-out-wrapper,
.notice-contract-wrapper {
  text-align: center;
  padding: 10px;
}
.contract-out span,
.notice-contract span {
  word-break: break-word;
}
.contract-out p,
.notice-contract p,
.terms-and-conditions-container .service-address p {
  margin-bottom: 0;
}
.terms-and-conditions-container .service-address {
  margin-bottom: 10px;
}

.ais-hero-section {
  position: relative;
}

.ais-hero-section-img {
  width: 100%;
  height: 810px;
  object-fit: cover;
  object-position: bottom;
}

.ais-hero-section-ge-img {
  width: 195px;
  height: 195px;
  position: absolute;
  bottom: 100px;
  right: 100px;
  opacity: 0.5;
  filter: grayscale(100%);
}

.ais-hero-section-content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: absolute;
  top: 35%;
  left: 10%;
  color: #fff;
  max-width: 640px;
  transform: translateY(-50%);
}

.ais-hero-section-content h1 {
  font-weight: 900;
  font-size: 44px;
  line-height: 44px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.ais-hero-section-content h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-align: start;
}

.ais-info-section-1 {
  text-align: center;
  padding: 50px 0;
}

.ais-info-section-1-content-i {
  background-color: var(--light-grey);
  margin-top: 30px;
  padding: 20px;
}

.ais-info-section-1 h2 {
  color: var(--garden-green);
}

.ais-control-section {
  position: relative;
}

.ais-control-section video {
  width: 100%;
  height: 810px;
  object-fit: cover;
}

.video-control-mobile {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.32);
  width: 38px;
  height: 38px;
  border-radius: 100%;
}

.video-control-mobile::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 13px;
  margin-left: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 13'%3E%3Cpath d='M0 6.4035V1.71697C0 0.384462 1.45367 -0.438592 2.59628 0.246976L6.42857 2.54635L10.4072 4.93351C11.5169 5.59934 11.5169 7.20765 10.4072 7.87348L6.42857 10.2606L2.59628 12.56C1.45367 13.2456 0 12.4225 0 11.09V6.4035Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.video-control-mobile.is-playing::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 13'%3E%3Crect x='2' y='1' width='3' height='11' fill='white'/%3E%3Crect x='7' y='1' width='3' height='11' fill='white'/%3E%3C/svg%3E");
  margin-left: 0;
}

.ais-info-section-2,
.ais-2s-section {
  margin: 0 auto;
  max-width: 1600px;
}

.ais-info-section-2_1,
.ais-info-section-2_2,
.ais-info-section-2_3,
.ais-info-section-2_4 {
  text-align: center;
  padding: 50px 20px 0 20px;
}

.ais-info-section-2_1 h2,
.ais-info-section-2_2 h2,
.ais-info-section-2_3 h2,
.ais-info-section-2_4 h2 {
  margin-bottom: 20px;
}

.ais-info-section-2_1 h5,
.ais-info-section-2_2 h5,
.ais-info-section-2_3 h5,
.ais-info-section-2_4 h5 {
  color: var(--dark-grey);
  font-weight: 400;
  margin-bottom: 50px;
}

.ais-info-section-2_1-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.ais-info-section-2_1-grid-card {
  display: flex;
  position: relative;
  background-color: var(--black);
  border-radius: 17px;
  overflow: hidden;
  cursor: pointer;
}

.ais-info-section-2_1-grid-card img {
  width: 100%;
  height: 309px;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.ais-info-section-2_1-grid-card div {
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 40px;
  text-align: left;
  transition: transform 0.4s ease;
}

.ais-info-section-2_1-grid-card p {
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.ais-info-section-2_1-grid-card:hover div {
  transform: translateY(-40px);
}

.ais-info-section-2_1-grid-card:hover p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}

.ais-info-section-2_1-grid-card:hover img {
  opacity: 0.7;
}

.ais-info-section-2_2 video {
  width: 100%;
  border-radius: 17px;
}

.garden-green {
  color: var(--garden-green);
}

.ais-info-section-2_3-content {
  display: flex;
  color: #fff;
}

.ais-info-section-2_3-content.mobile {
  gap: 20px;
}

.ais-info-section-2_3-content.desktop {
  gap: 1%;
}

.ais-info-section-2_3-content-card-desktop {
  background-color: var(--black);
  position: relative;
  width: 17%;
  text-align: left;
  border-radius: 17px;
  overflow: hidden;
  cursor: pointer;
  transition: width 0.3s ease-in-out;
}

.ais-info-section-2_3-content-card-desktop img {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: cover;
  transition: opacity 0.3s ease-in-out;
}

.ais-info-section-2_3-content-card-desktop.active {
  width: 65%;
}

.ais-info-section-2_3-content-card-desktop.active img {
  opacity: 0.8;
}

.ais-info-section-2_3-content-card-desktop div {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 80px;
  transition: transform 0.3s ease-in-out;
}

.ais-info-section-2_3-content-card-desktop h3 {
  margin: 0;
  line-height: 1.2;
  flex-shrink: 0;
}

.ais-info-section-2_3-content-card-desktop p {
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.3s ease-in-out 0.3s,
    transform 0.3s ease-in-out;
  pointer-events: none;
  margin-top: 10px;
}

.ais-info-section-2_3-content-card-desktop.active div {
  transform: translateY(-40px);
}

.ais-info-section-2_3-content-card-desktop.active p {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.ais-info-section-2_3-content-card-desktop:not(.active) h3 {
  text-align: center !important;
}

.ais-info-section-2_4 img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: bottom;
  border-radius: 50px;
}

.ais-2s-section-card {
  display: flex;
  gap: 60px;
}

.ais-2s-section-card img,
.ais-2s-section-card video,
.ais-2s-section-card-content {
  width: 50%;
}

.ais-2s-section-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.ais-2s-section-card-content p {
  color: var(--dark-grey);
  font-weight: 400;
}

.ais-2s-section-card img,
.ais-2s-section-card video {
  border-radius: 17px;
}

.ais-2s-section-card:first-of-type {
  margin-bottom: 40px;
}

.ais-2s-section {
  padding: 50px 20px;
}

.ais-bottom-section {
  display: flex;
  position: relative;
}

.ais-bottom-section-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 10% 0 0;
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translateY(-50%);
  box-sizing: border-box;
}

.ais-bottom-section img {
  width: 100%;
}

.ais-bottom-section p {
  font-size: 12px;
  color: #fff;
  line-height: 22px;
  font-weight: 300;
}

.ais-bottom-section h2 {
  text-align: left;
  background: -webkit-linear-gradient(
    0deg,
    var(--aiper-blue),
    var(--aiper-lavender-purple)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 125%;
}

.ais-bottom-section h3 {
  color: #fff;
}

.ais-hero-section-play-film {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 17px;
}

.ais-info-section-1-content-i img.mobile {
  display: none;
}

.ais-info-section-2_1.mobile {
  display: none;
}

.ais-info-section-2_1-swiper .swiper-slide {
  position: relative;
  border-radius: 17px;
  overflow: hidden;
  background-color: var(--black);
  box-sizing: border-box;
}

.ais-info-section-2_1-swiper .swiper-slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  opacity: 0.9;
}

.ais-info-section-2_3-content_swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  border-radius: 17px;
  overflow: hidden;
  box-sizing: border-box;
}

.ais-info-section-2_3-content_swiper .swiper-slide img {
  object-fit: cover;
}

.ais-info-section-2_3-content_swiper .swiper-slide img,
.ais-info-section-2_3-content-card {
  height: 200px;
}

.ais-info-section-2_3-content-card {
  background-color: var(--light-grey);
  text-align: left;
  color: var(--black);
  padding: 30px !important;
  width: 100%;
  box-sizing: border-box;
}

.ais-info-section-2_3-content-card p {
  font-size: 14px;
  font-weight: 400;
  color: var(--dark-grey);
  line-height: 150%;
}

.ais-info-section-2_1-swiper_slide-content {
  position: absolute !important;
  left: 30px;
  right: 30px;
  bottom: 30px;
  color: #fff;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: left;
}

.ais-info-section-2_1-swiper_slide-content h2 {
  margin-bottom: 10px;
}

.ais-info-section-2_1-swiper_slide-content h3 {
  font-weight: 400;
  line-height: 150%;
}

.ais-2s-section-card-v_mobile {
  display: none;
}

.ais-2s-section-card-content-attr {
  display: flex;
  gap: 40px;
}

.ais-info-section-1-content-i-mobile-info {
  display: none;
}

.ais-info-section-1-content-i-mobile-info h3 {
  color: rgba(61, 87, 75, 1);
  font-family: 22px;
  line-height: 30px;
}

.ais-info-section-2_3-content.mobile {
  display: none;
}

.ais-info-section-2_3-content_swiper-nav,
.ais-info-section-2_1-swiper-nav {
  display: flex;
  justify-content: end;
  padding-top: 20px;
  gap: 20px;
}

.s-prev,
.s-next {
  display: flex;
  align-items: center;
  justify-self: center;
  font-weight: bold;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

.s-prev {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 24'%3E%3Cpath fill='white' d='M1.843 11.2891L7.5 5.63211L8.914 7.04611L3.964 11.9961L8.914 16.9461L7.5 18.3601L1.843 12.7031Z'/%3E%3C/svg%3E")
    no-repeat center;
  background-color: var(--light-grey);
  background-size: 10px 20px;
}

.s-next {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 24'%3E%3Cpath fill='white' d='M10.157 12.7109L4.5 18.3679L3.086 16.9539L8.036 12.0039L3.086 7.05389L4.5 5.63989L10.157 11.2969Z'/%3E%3C/svg%3E")
    no-repeat center;
  background-size: 10px 20px;
}

.s-next,
.s-prev:hover {
  background-color: var(--garden-green);
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.modal-content {
  position: relative;
  width: 80%;
  max-width: 800px;
}

video {
  width: 100%;
}

#closeModal {
  position: absolute;
  top: -30px;
  right: 0;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.ais-hero-section-content-btns {
  display: flex;
  align-items: center;
  gap: 20px;
}

#irrisense-lp-show-video-btn {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10.5px 20px !important;
  font-size: 14px;
  color: #fff;
  border-radius: 30px !important;
  line-height: 30px;
  border: none;
  overflow: hidden;
  background-image: url("/themes/aiper/img/irrisense2-poster-mini.png");
  background-position: center;
  cursor: pointer;
}

#irrisense-lp-show-video-btn::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 16'%3E%3Cpath d='M13.7444 5.88247C14.1236 6.08679 14.4408 6.39181 14.662 6.76483C14.8831 7.13786 15 7.56483 15 8.00001C15 8.43518 14.8831 8.86216 14.662 9.23518C14.4408 9.60821 14.1236 9.91322 13.7444 10.1175L3.62933 15.691C2.00059 16.5894 0 15.4214 0 13.5742V2.42657C0 0.578629 2.00059 -0.588537 3.62933 0.308237L13.7444 5.88247Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 600px) {
  .video-control-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 1040px) {
  .ais-info-section-2_3-content.mobile {
    display: block;
  }
  .ais-2s-section-card-content-attr {
    flex-direction: column;
    gap: 20px;
  }
  .ais-info-section-1 h3 {
    padding: 0 20px;
  }
  .ais-info-section-1 h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .ais-info-section-1-content-i {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .ais-info-section-1-content-i img.mobile,
  .ais-info-section-2_1.mobile,
  .ais-2s-section-card-v_mobile {
    display: block;
  }

  .ais-info-section-1-content-i-mobile-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }

  .ais-info-section-1-content-i img.desktop,
  .ais-2s-section-card-v_desktop {
    display: none;
  }

  .ais-2s-section-card {
    flex-direction: column;
  }

  .ais-info-section-2_1-grid {
    display: none;
  }

  .ais-info-section-2_1.dekstop {
    display: none;
  }

  .t3 {
    font-size: 16px;
  }

  .body-text {
    font-size: 14px;
  }

  .ais-hero-section-content {
    width: 100%;
    left: 50%;
    top: 0;
    padding: 40px 30px;
    transform: translateX(-50%);
    text-align: center;
  }

  .ais-hero-section-content h1 {
    font-size: 32px;
    line-height: 32px;
    margin: 0 !important;
  }

  .ais-hero-section-content h2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 !important;
  }

  .ais-hero-section-img {
    height: 500px;
  }

  .ais-hero-section-ge-img {
    width: 129px;
    height: 129px;
    bottom: 20px;
    right: 20px;
  }

  .ais-2s-section-card img,
  .ais-2s-section-card video,
  .ais-2s-section-card-content {
    width: 100%;
  }

  .ais-2s-section-card {
    gap: 30px;
  }

  .ais-2s-section-card:first-of-type {
    margin-bottom: 30px;
  }

  .ais-info-section-2_1 h5,
  .ais-info-section-2_2 h5,
  .ais-info-section-2_3 h5,
  .ais-info-section-2_4 h5 {
    margin-bottom: 30px;
  }

  .ais-2s-section {
    padding: 30px 20px;
  }

  .ais-bottom-section h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .ais-bottom-section h3 {
    font-size: 14px;
  }

  .ais-bottom-section p {
    font-size: 6px;
    line-height: 10px;
  }

  .ais-bottom-section-content {
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px 50px 30px 30px;
    height: 500px;
    justify-content: space-between;
  }

  .ais-bottom-section img {
    height: 500px;
    object-fit: cover;
  }

  .ais-info-section-2_3-content.desktop {
    display: none;
  }
}

@media (max-width: 768px) {
  .ais-info-section-2_4 img {
    height: 200px;
    border-radius: 17px;
  }
}
