#hero {
  min-height: 65vw;
}

.layer-bg {
  background-image: url(./assets/images/our-card-layer-bg.svg);
}

.layer-1 {
  background-image: url(./assets/images/our-card-layer-1.svg);
  background-position-x: right;
}

.layer-2 {
  background-image: url(./assets/images/our-card-layer-2.svg);
  background-position-x: right;
}

.layer-3 {
  background-image: url(./assets/images/our-card-layer-3.svg);
  background-position-x: right;
  background-size: contain;
}

.layer-4 {
  background-image: url(./assets/images/our-card-layer-4.svg);
  background-position-x: left;
  background-size: contain;
}

.bg-effect {
  background-image: url(../assets/images/our-card-bg.svg);
  background-size: cover;
  background-position: right 100px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
  height: 160%;
  width: 100%;
  top: 0;
  left: 0;
}

.highlight {
  transition: all 0.3s ease;
  text-shadow: 0 0 0.4px #000, 0 0 0.4px #000;
  color: #000;
}

.section-water-layer {
  position: relative;
  bottom: -3px;
}
.section-water-layer::before {
  content: "";
  height: 144px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transform: translateY(-100%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 1%, rgba(253, 187, 45, 0) 98%);
}
.section-water-layer img {
  width: 100%;
  object-fit: cover;
  object-position: bottom center;
  height: auto;
}

@media (max-width: 1400px) {
  .layer-3 {
    background-image: url(./assets/images/our-card-layer-3-v2.svg);
    background-position-x: right;
  }
}
.banner-content {
  display: flex;
  min-height: 100vh;
  padding-top: 14rem;
  justify-content: space-between;
}
.banner-content .banner-content-left h1 {
  color: #3399fe;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -2.4px;
  padding-bottom: 33px;
  padding-top: 4rem;
  background: linear-gradient(165deg, #14263b 0, #3eadf5 61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-content .banner-content-left ul {
  color: #3e3e3e;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  list-style: none;
}
.banner-content .banner-content-left ul li {
  position: relative;
  padding-bottom: 0.78rem;
  padding-left: 31px;
  text-align: left;
  text-shadow: 2px 2px 14px rgba(255, 255, 255, 0.7), -2px -2px 14px rgba(255, 255, 255, 0.7), 0px 0px 20px rgba(255, 255, 255, 0.5);
}
.banner-content .banner-content-left ul li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #3dabfb url(./assets/images/check-white.svg) no-repeat center 0.32rem;
  position: absolute;
  top: 0.5rem;
  border-radius: 50%;
  left: 0;
}
.banner-content .banner-content-left ul li span {
  color: #3dabfb;
}
.banner-content .banner-content-right {
  position: relative;
  display: flex;
  justify-content: center;
}
.banner-content .banner-content-right img {
  user-select: none;
}

@media (min-width: 769px) {
  .banner-content.z-container {
    padding-left: 80px;
    padding-right: 80px;
    max-width: 1360px;
  }
}
@media (min-width: 1920px) {
  .layer-3 {
    background-image: url(./assets/images/our-card-layer-3-v2.svg);
    background-position-x: right;
  }
  .banner-content.z-container {
    max-width: 125rem;
  }
  .banner-content {
    padding-top: 20rem;
  }
  .banner-content .banner-content-left {
    width: 50%;
  }
  .banner-content .banner-content-left h1 {
    font-size: 6.5rem;
  }
  .banner-content .banner-content-left ul {
    font-size: 2.3rem;
    max-width: 58rem;
  }
  .banner-content .banner-content-left ul li {
    padding-left: 3rem;
  }
  .banner-content .banner-content-left ul li::before {
    width: 1.5rem;
    height: 1.5rem;
    top: 0.8rem;
    background-size: 0.8rem;
    background-position: center 0.45rem;
  }
  .banner-content .banner-content-right {
    width: 50%;
  }
  .banner-content .banner-content-right img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1250px) {
  .banner-content .banner-content-right img {
    width: 480px;
    height: 480px;
  }
}
@media (max-width: 992px) {
  .banner-content {
    flex-direction: column;
    align-items: center;
    padding-top: 16vw;
  }
  .banner-content .banner-content-left {
    width: 100%;
  }
  .banner-content .banner-content-left h1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    max-width: 600px;
  }
  .banner-content .banner-content-left ul {
    max-width: 567px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2.4rem;
  }
  .banner-content .banner-content-right {
    width: 100%;
    transform: translate3d(0, 0, 0) !important;
  }
  .banner-content .banner-content-right img {
    width: 580px;
    height: 580px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .banner-content .banner-content-left h1 {
    font-size: 2.5rem;
    letter-spacing: 0.5px;
    padding-bottom: 1.7rem;
  }
  .banner-content .banner-content-left ul {
    font-size: 1rem;
    max-width: 27rem;
    line-height: 138%;
    padding-bottom: 1.5rem;
  }
  .banner-content .banner-content-right img {
    width: 100%;
    height: auto;
    max-width: 500px;
  }
  .layer-bg {
    background-image: url(./assets/images/our-card-layer-bg-mobile.svg);
  }
  .layer-1 {
    background-image: url(./assets/images/our-card-layer-1-mobile.svg);
    background-position-x: right;
  }
  .layer-2 {
    background-image: url(./assets/images/our-card-layer-2-mobile.svg);
    background-position-x: right;
  }
  .layer-3 {
    background-image: url(./assets/images/our-card-layer-3-mobile.svg);
    background-position-x: right;
  }
  .layer-4 {
    background-image: url(./assets/images/our-card-layer-4-mobile.svg);
    background-position-x: left;
    background-size: contain;
  }
  .bg-effect {
    background-image: url(../assets/images/our-card-bg-mobile.svg);
    background-position: right top;
  }
  .section-water-layer img {
    height: 170px;
    object-position: 84%;
  }
}
@media (max-width: 600px) {
  .banner-content {
    padding-top: 33vw;
    min-height: auto;
  }
  .banner-content .banner-content-left ul {
    font-size: 0.95rem;
    max-width: 277px;
  }
  .banner-content .banner-content-left ul li {
    padding-left: 26px;
  }
  .banner-content .banner-content-left ul li::before {
    top: 4px;
    width: 15px;
    height: 15px;
    background-position: center 4.5px;
  }
  .banner-content .banner-content-right {
    max-width: 300px;
    position: relative;
    bottom: -28px;
  }
}
.banner-overlay {
  height: 100px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: #ffffff;
  background: linear-gradient(0deg, rgb(255, 255, 255) 1%, rgba(253, 187, 45, 0) 98%), linear-gradient(0deg, rgb(255, 255, 255) 1%, rgba(253, 187, 45, 0) 89%);
}

.section-group {
  background-color: white;
  position: relative;
  padding-top: 120px;
  overflow: hidden;
}
.section-group article {
  position: relative;
}
.section-group article:nth-of-type(odd) .group-content {
  flex-direction: row-reverse;
}
.section-group article .group-content {
  min-height: 600px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.section-group article .group-content .group-content-left {
  width: 50%;
}
.section-group article .group-content .group-content-left h2 {
  color: #3399fe;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -2.4px;
  padding-bottom: 34px;
}
.section-group article .group-content .group-content-left p {
  color: #3e3e3e;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.section-group article .group-content .group-content-right {
  width: 50%;
}
.section-group article .group-content .group-content-right img {
  width: 100%;
  height: auto;
  user-select: none;
  position: relative;
}
.section-group article .group-content .group-content-right.article-4-shadow {
  position: relative;
}
.section-group article .group-content .group-content-right.article-4-shadow::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 70%;
  left: 0;
  background: url(./assets/images/article-4-shadow.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.section-group article .group-content .group-content-right.article-5-shadow {
  position: relative;
}
.section-group article .group-content .group-content-right.article-5-shadow::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 70%;
  left: 0;
  background: url(./assets/images/article-5-shadow.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.section-group article .group-content .group-content-right.article-7-shadow {
  position: relative;
}
.section-group article .group-content .group-content-right.article-7-shadow::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 60%;
  left: 0;
  background: url(./assets/images/article-7-shadow.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.section-group article .group-content .group-content-right.article-8-shadow {
  position: relative;
}
.section-group article .group-content .group-content-right.article-8-shadow::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 58%;
  left: 0;
  background: url(./assets/images/article-8-shadow.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.section-group article .group-content .group-content-right.article-9-shadow {
  position: relative;
}
.section-group article .group-content .group-content-right.article-9-shadow::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 67%;
  left: -12px;
  background: url(./assets/images/article-9-shadow.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.slideshow {
  position: absolute;
  width: 300px;
  height: 400px;
  transform-style: preserve-3d;
  perspective: 1000px;
  transform: translate(20px, 30px);
  top: -75px;
}
.slideshow .slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: start;
  justify-content: start;
  transform: rotateY(270deg);
  transform-style: preserve-3d;
  animation: animate 100s linear infinite;
  animation-delay: calc(var(--i) * 10s);
  transform-origin: center;
}
.slideshow .slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

@keyframes animate {
  0% {
    transform: rotateY(270deg);
  }
  10%, 100% {
    transform: rotateY(90deg);
  }
}
@media (min-width: 1920px) {
  .slideshow {
    top: 5.5vw;
  }
}
@media (max-width: 1250px) {
  .slideshow {
    zoom: 0.9;
    top: -121px;
  }
}
@media (max-width: 992px) {
  .slideshow {
    zoom: 0.7;
    top: 50px;
  }
}
@media (max-width: 768px) {
  .slideshow {
    top: -15px;
  }
}
@media (max-width: 600px) {
  .slideshow {
    zoom: 0.5;
    top: -78px;
  }
}
@media (min-width: 1920px) {
  .section-group article .group-content {
    max-width: 105rem;
    gap: 125px;
  }
  .section-group article .group-content .group-content-left {
    width: 50%;
  }
  .section-group article .group-content .group-content-left h2 {
    font-size: 88px;
    width: 850px;
  }
  .section-group article .group-content .group-content-left p {
    font-size: 23px;
    max-width: 700px;
  }
  .section-group article .group-content .group-content-right {
    width: 50%;
  }
}
@media (max-width: 1600px) {
  .layer {
    background-size: contain;
  }
  .section-group .bg-effect {
    background-size: cover;
  }
}
@media (max-width: 992px) {
  .layer {
    background-size: cover;
  }
  #hero {
    min-height: 130vw;
  }
  .section-group article .group-content,
  .section-group article:nth-of-type(odd) .group-content {
    flex-direction: column;
  }
  .section-group article .group-content .group-content-left,
  .section-group article:nth-of-type(odd) .group-content .group-content-left {
    width: 100%;
  }
  .section-group article .group-content .group-content-left h2,
  .section-group article .group-content .group-content-left p,
  .section-group article:nth-of-type(odd) .group-content .group-content-left h2,
  .section-group article:nth-of-type(odd) .group-content .group-content-left p {
    text-align: center;
  }
  .section-group article .group-content .group-content-right,
  .section-group article:nth-of-type(odd) .group-content .group-content-right {
    width: 100%;
  }
  .section-group article .group-content .group-content-right img,
  .section-group article:nth-of-type(odd) .group-content .group-content-right img {
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: auto;
  }
}
@media (max-width: 768px) {
  #hero {
    min-height: 108vw;
  }
  .section-group {
    padding-bottom: 0;
  }
  .section-group article .group-content {
    min-height: 840px;
  }
  .section-group article .group-content .group-content-left h2 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 38px;
    letter-spacing: -1px;
    padding-bottom: 18px;
  }
  .section-group article .group-content .group-content-left p {
    line-height: 138%;
    padding-bottom: 1.5rem;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
    max-width: 27rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 600px) {
  .banner-content .banner-content-left h1 {
    background: linear-gradient(142deg, #14263b 0, #3eadf5 77%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #hero {
    min-height: 215vw;
  }
  .section-group {
    padding-top: 20px;
  }
  .section-group article .group-content {
    gap: 0;
    min-height: auto;
  }
  .section-group article .group-content .group-content-left h2 {
    font-size: 32px;
    letter-spacing: -0.5px;
    padding: 0 10px 18px;
    text-shadow: 0 0 22px #ffffff;
  }
  .section-group article .group-content .group-content-left p {
    max-width: 334px;
  }
  .section-group article:not(:last-of-type) .group-content {
    padding-bottom: 140px;
  }
}
