#home .s1 {
  height: 100vh;
  min-height: 900px;
  position: relative;
  overflow: hidden;
}

#home .s1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

#home .s1 .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}

#home .s1 p {
  font-size: 1.35rem;
  color: #fff;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5em;
}

#home .s1 h1 {
  font-family: "Wix Madefor Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 5rem;
  line-height: 1.1em;
  color: #fff;
}

#home .s3 {
  height: 100vh;
  width: 100%;
  min-height: 900px;
  position: relative;
}

#home .s3 .title {
  width: calc(100% - 2rem);
  max-width: 1400px;
  margin: 0 auto;
  z-index: 10;
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
}

#home .s3 .title h4 {
  color: #fff;
}

#home .s3 .title h4::before {
  background-color: #fff;
}

#home .s3 .bg-stack {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

#home .s3 .bg-stack .bg-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: circle(0 at 50% 50%);
  -webkit-clip-path: circle(0 at 50% 50%);
  will-change: clip-path, opacity;
  z-index: 0;
  opacity: 0;
}

#home .s3 .bg-stack .bg-layer.is-full {
  clip-path: circle(75vmax at 50% 50%);
  -webkit-clip-path: circle(75vmax at 50% 50%);
  opacity: 1;
}

#home .s3 .bg-stack .bg-layer.revealing {
  transition: clip-path 2s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 1s ease;
}

#home .s3 .bg-stack .bg-layer.concealing {
  transition: clip-path 1s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 1s ease;
}

#home .s3 .swiper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

#home .s3 .swiper-slide {
  position: relative;
  overflow: hidden;
  background: none !important;
}

#home .s3 .swiper-slide .content {
  width: calc(100% - 2rem);
  max-width: 1400px;
  position: absolute;
  bottom: 12rem;
  left: 50%;
  transform: translateX(-50%);
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}

#home .s3 .swiper-slide .content h3, #home .s3 .swiper-slide .content p {
  color: #fff;
  will-change: transform, opacity;
}

#home .s3 .swiper-slide .content .h3-clip {
  display: inline-block;
  overflow: hidden;
}

#home .s3 .swiper-slide .content .h3-clip h3 {
  line-height: 1.4em;
}

#home .s3 .swiper-slide .content p {
  max-width: 570px;
  font-size: 0.9rem;
  min-height: 82px;
}

#home .s3 .bottom {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 2rem);
  max-width: 1400px;
  z-index: 10;
}

#home .s3 .bottom .swiper-progress {
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}

#home .s3 .bottom .swiper-progress .bar {
  height: 100%;
  width: 100%;
  background: #fff;
  transform-origin: 0 50%;
  transform: scaleX(0);
  will-change: transform;
}

#home .s3 .bottom .wrap {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding-top: 1rem;
}

#home .s3 .bottom .wrap .swiper-pagination {
  position: relative;
  text-align: left;
  font-size: 12px;
  letter-spacing: 1.44px;
  font-weight: 800;
  padding-left: 1rem;
  width: auto;
  top: auto;
  bottom: auto;
  color: #fff;
}

#home .s3 .bottom .wrap .swiper-pagination::before {
  content: '';
  position: absolute;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background: #006C53;
  left: 0;
  top: calc(0.55lh);
  transform: translateY(-50%);
}

#home .s3 .bottom .wrap .arrows {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

#home .s3 .bottom .wrap .arrows .arrow.prev {
  padding-right: 15px;
}

#home .s3 .bottom .wrap .arrows .arrow.next {
  padding-left: 15px;
}

#home .s3 .bottom .wrap .arrows button {
  background: none;
  border: none;
  cursor: pointer;
}

#home .s3 .bottom .wrap .arrows .vline {
  width: 1px;
  height: 35px;
  background: rgba(255, 255, 255, 0.7);
}

#home .s4 {
  background: none;
  overflow: hidden;
}

#home .s4 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

#home .s4 .container {
  z-index: 1;
}

#home .s4 .container {
  max-width: 1200px;
}

#home .s5 h2 {
  text-align: center;
  color: #fff;
  max-width: 767px;
  margin: 0 auto 5rem auto;
  position: relative;
  z-index: 1;
}

#home .s5 .cards {
  border-top: solid 1px rgba(255, 255, 255, 0.7);
  border-bottom: solid 1px rgba(255, 255, 255, 0.7);
  padding: 18px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  z-index: 1;
}

#home .s5 .cards .card {
  border-right: solid 1px rgba(255, 255, 255, 0.7);
  padding: 1.5rem 2.3rem;
}

#home .s5 .cards .card .inner {
  height: 570px;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1.5rem 1.5rem 3rem;
  position: relative;
}

#home .s5 .cards .card .inner h3 {
  color: #fff;
  margin-bottom: 1rem;
  position: relative;
  padding-top: 4rem;
}

#home .s5 .cards .card .inner h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 42px;
  height: 42px;
  background: url(/i/svg/plus.svg) no-repeat center/contain;
  top: 0;
  left: 0;
  z-index: 1;
}

#home .s5 .cards .card .inner p {
  font-size: 1.2rem;
  color: #fff;
  max-width: 373px;
  z-index: 1;
}

#home .s5 .cards .card .inner p, #home .s5 .cards .card .inner a {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transform: translateY(12px);
  transition: all .5s ease;
}

#home .s5 .cards .card .inner a {
  transition-delay: 0.3s;
}

#home .s5 .cards .card .inner::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  opacity: 0.9;
  background: linear-gradient(299deg, #006C53 1.58%, #00755B 5.24%, #028C72 14.99%, #039D82 24.75%, #04A78B 35.73%, #05AB8F 50.37%, #04A78B 65.01%, #039D82 75.99%, #028C72 85.74%, #00755B 95.5%, #006C53 99.16%);
  background-blend-mode: multiply;
  bottom: 0;
  left: 0;
  transition: height .5s ease;
}

#home .s5 .cards .card:last-of-type {
  border-right: none;
}

#home .s5 .cards .card.is-active .inner::before {
  height: 100%;
}

#home .s5 .cards .card.is-active .inner h3::before {
  background-image: url(/i/svg/minus.svg);
}

#home .s5 .cards .card.is-active .inner p, #home .s5 .cards .card.is-active .inner a {
  height: auto;
  opacity: 1;
  transform: translateY(0);
}

#home .s5 .cards .card.is-active .inner p {
  margin-bottom: 3rem;
}

#home .s5 .accordion {
  display: none;
}

#home .s5 .accordion .fx-nav {
  border-top: solid 1px #E7E7E7;
  padding: 1rem;
  position: relative;
}

#home .s5 .accordion .fx-nav h3 {
  font-size: 1.7rem;
}

#home .s5 .accordion .fx-nav::after {
  content: '';
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  background: url(/i/svg/about-plus.svg) no-repeat center/contain;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

#home .s5 .accordion .fx-nav.fx-on::after {
  background-image: url(/i/svg/about-minus.svg);
}

#home .s5 .accordion .fx-nav.fx-on h3 {
  color: #006C53;
  font-weight: 500;
}

#home .s5 .accordion .fx-slide .content {
  padding: 1rem;
}

#home .s5 .accordion .fx-slide .global-btn {
  color: #006C53;
  background-image: url(/i/svg/link-arrow-green.svg);
  margin-top: 1.5rem;
}

#home .s5 .accordion .last {
  border-bottom: solid 1px #E7E7E7;
}

#home .s6 .plx-wrap .plx-bg {
  background: url(/i/connect.jpg) no-repeat center/cover;
}

#home .s7 {
  overflow: hidden;
}

#home .s7 .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

#home .s7 .left {
  max-width: 430px;
  min-width: 430px;
}

#home .s7 .left h3 {
  margin-bottom: 2rem;
}

#home .s7 .left p {
  margin-bottom: 1.5rem;
}

#home .s7 .left .swiper-nav {
  margin-top: 3rem;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

#home .s7 .left .swiper-button-next,
#home .s7 .left .swiper-button-prev {
  display: block;
  position: static;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

#home .s7 .left .swiper-button-next svg,
#home .s7 .left .swiper-button-prev svg {
  display: none;
}

#home .s7 .left .swiper-button-prev {
  background: url(/i/svg/swiper-arrow-left.svg) no-repeat center/cover;
}

#home .s7 .left .swiper-button-next {
  background: url(/i/svg/swiper-arrow-right.svg) no-repeat center/cover;
}

#home .s7 .left .swiper-button-next::after,
#home .s7 .left .swiper-button-prev::after {
  display: none;
}

#home .s7 .swiper2 {
  width: 100%;
  overflow: hidden;
  width: calc(100% + (100vw - 1400px) / 2);
  margin-right: calc((100vw - 1400px) / -2);
}

#home .s7 .swiper2 .swiper-wrapper {
  gap: 0 !important;
  align-items: stretch;
  transition-timing-function: cubic-bezier(0.45, 0, 0.1, 1);
}

#home .s7 .article {
  display: block;
  background: #F4F4F4;
  position: relative;
  width: 450px !important;
  min-width: unset;
  height: auto;
  flex-shrink: 0;
  cursor: pointer;
}

#home .s7 .article .category {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10.4px);
  position: absolute;
  top: 1rem;
  left: 1rem;
}

#home .s7 .article > div {
  padding: 0 1rem 2rem;
}

#home .s7 .article img {
  width: 100%;
  display: block;
  height: 189px;
  object-fit: cover;
}

#home .s7 .article .title {
  padding-top: 2rem;
  font-size: 1.2rem;
  line-height: 1.25em;
  color: #21285D;
  margin-bottom: 5rem;
  transition: color .3s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

#home .s7 .article .bottom {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  position: absolute;
  bottom: 2rem;
  left: 1rem;
  width: calc(100% - 2rem);
}

#home .s7 .article .bottom .date {
  font-size: 0.9rem;
  font-weight: 600;
  opacity: 0.5;
}

#home .s7 .article .bottom .read-more-btn {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 1rem;
}

#home .s7 .article .bottom .read-more-btn span {
  font-size: 0.9rem;
  font-weight: 500;
  color: #006C53;
  opacity: 0;
  transition: opacity .3s ease;
}

#home .s7 .article .bottom .read-more-btn img {
  width: 11px;
  height: 15px;
  object-fit: contain;
}

#home .s7 .article:hover .title {
  color: #006C53;
}

#home .s7 .article:hover .bottom .read-more-btn span {
  opacity: 1;
}

#home .s7 .article.no-img .category {
  background: rgba(0, 0, 0, 0.25);
}

#home .s7 .article.no-img .title {
  border-top: solid 1px rgba(33, 40, 93, 0.5);
}

#home .s7 .article.no-img .img-space {
  height: 189px;
}

@media screen and (max-width: 1400px) {
  #home .s7 .swiper2 {
    width: 100%;
    margin-right: -1rem;
  }
}

@media screen and (max-width: 1300px) {
  #home .s5 .cards, #home .s5 .plx-wrap {
    display: none;
  }
  #home .s5 h2 {
    color: #21285D;
    margin-bottom: 2rem;
    text-align: left;
    padding: 0 1rem;
    max-width: none;
  }
  #home .s5 .accordion {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  #home .s1 p {
    font-size: 1.2rem;
  }
  #home .s1 h1 {
    font-size: 4rem;
  }
  #home .s3 .swiper-slide .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #home .s7 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #home .s7 .left {
    min-width: auto;
    max-width: none;
  }
  #home .s7 .left .swiper-nav {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 1023px) {
  #home .s1 p {
    font-size: 1.2rem;
  }
  #home .s1 h1 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  #home .s1 {
    min-height: auto;
  }
  #home .s1 p {
    font-size: 1rem;
  }
  #home .s1 h1 {
    font-size: 2.5rem;
  }
  #home .s3 {
    min-height: auto;
  }
  #home .s4 h2 {
    font-size: 1.35rem;
  }
  #home .s5 .accordion .fx-nav h3 {
    font-size: 1.4rem;
  }
  #home .s5 .accordion .fx-nav::after {
    width: 25px;
    height: 25px;
  }
  #home .s7 .left .swiper-nav {
    gap: 10px;
  }
  #home .s7 .left .swiper-button-prev, #home .s7 .left .swiper-button-next {
    width: 35px;
    height: 35px;
  }
  #home .s7 .swiper2 {
    width: 100%;
    margin-right: 0;
  }
  #home .s7 .article {
    width: 100% !important;
  }
}
