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

#home .s1 video {
  min-width: 100vw;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

#home .s1 .mobile {
  display: none;
  left: auto;
  right: 0;
}

#home .s1 .container {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
}

#home .s1 .title {
  font-size: 1.4rem;
  line-height: 1.3em;
  font-weight: 300;
  color: #fff;
}

#home .s1 .line {
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 2rem 0;
}

#home .s1 .two-col {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

#home .s1 .two-col h1 {
  font-size: 3rem;
  line-height: 1.1em;
  color: #fff;
  max-width: 653px;
}

#home .s1 .two-col h1 span {
  font-weight: 400;
}

#home .s1 .two-col p {
  font-size: 1.2rem;
  color: #fff;
  max-width: 575px;
  padding-top: 0.7rem;
}

#home .s2 {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

#home .s2 .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70vh;
}

#home .s2 .image-mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: inset(20% 40% 20% 40% round 100px);
  will-change: clip-path;
  position: relative;
}

#home .s2 .image-mask::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(2, 21, 13, 0.46);
  z-index: 2;
}

#home .s2 .bg-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

#home .s2 .hidden-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
}

#home .s2 .hidden-content .contain {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 0 3rem;
}

#home .s2 .hidden-content p {
  color: #fff;
  font-size: 2rem;
  max-width: 910px;
}

#home .s2 .hidden-content .play-btn {
  display: block;
  width: 145px;
  height: 145px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: none;
  outline: none;
  position: relative;
}

#home .s2 .hidden-content .play-btn > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 77px;
  height: 77px;
  background: #fff;
  border-radius: 50%;
  transition: width 0.5s ease, height 0.5s ease;
}

#home .s2 .hidden-content .play-btn > div img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  margin-left: 2px;
}

#home .s2 .hidden-content .play-btn:hover > div {
  width: 120px;
  height: 120px;
}

#home .s3 .top .line {
  width: 0;
  height: 1px;
  background-color: rgba(6, 81, 51, 0.4);
  margin: 2rem 0;
}

#home .s3 .top > div p {
  width: 100%;
}

#home .s3 .top > div p:first-child {
  margin-bottom: 1rem;
}

#home .s3 .top > div p span {
  font-size: 0.9rem;
  line-height: 1.3em;
  font-style: italic;
}

#home .s3 .center {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  overflow: visible;
}

#home .s3 .center .circle {
  position: relative;
  flex-shrink: 0;
  width: clamp(180px, 22vw, 400px);
  height: clamp(180px, 22vw, 400px);
  background-image: url("/i/svg/icon-outter-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1vw, 16px);
  padding: 0 2rem;
  opacity: 0;
  margin-left: clamp(-40px, -5vw, -90px);
}

#home .s3 .center .circle:first-child {
  margin-left: 0;
}

#home .s3 .center .circle:nth-child(1) {
  z-index: 4;
}

#home .s3 .center .circle:nth-child(2) {
  z-index: 3;
}

#home .s3 .center .circle:nth-child(3) {
  z-index: 2;
}

#home .s3 .center .circle:nth-child(4) {
  z-index: 1;
}

#home .s3 .center .circle img {
  display: block;
  width: 80px;
  object-fit: contain;
  opacity: 0;
}

#home .s3 .center .circle p {
  text-align: center;
  color: #7C8E87;
  font-size: 1rem;
  line-height: 1.2em;
  opacity: 0;
}

#home .s4 {
  position: relative;
  height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

#home .s4 .bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

#home .s4 .bg-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.1s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}

#home .s4 .bg-img.active {
  opacity: 1;
}

#home .s4 .bg-img.first {
  background-image: url("/i/we-combine-bg-img-1.jpg");
}

#home .s4 .bg-img.second {
  background-image: url("/i/we-combine-bg-img-2.jpg");
}

#home .s4 .bg-img.third {
  background-image: url("/i/we-combine-bg-img-3.jpg");
}

#home .s4 .bg-img.fourth {
  background-image: url("/i/we-combine-bg-img-4.jpg");
}

#home .s4 .left {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}

#home .s4 .left > div {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.5rem 3rem 3rem 4rem;
  padding-top: calc(3.5rem + 110px);
}

#home .s4 .label {
  font-size: 1.7rem;
  font-weight: 400;
  color: #fff;
}

#home .s4 .copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 3rem;
}

#home .s4 h2 {
  color: #fff;
  margin-bottom: 1rem;
}

#home .s4 p {
  font-size: 1.7rem;
  color: #fff;
}

#home .s4 .progress {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#home .s4 .progress-num {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  color: #fff;
  min-width: 1.5rem;
  font-variant-numeric: tabular-nums;
}

#home .s4 .progress-track {
  flex: 1;
  height: 3px;
  background: rgba(240, 244, 242, 0.4);
  position: relative;
  overflow: hidden;
}

#home .s4 .progress-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: #39B54A;
  transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

#home .s4 .right {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
}

#home .s4 .right::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.4;
  background: linear-gradient(90deg, #FFF -6.11%, rgba(255, 255, 255, 0) 73.47%);
  pointer-events: none;
}

#home .s4 .right > div {
  width: 100%;
  max-width: 800px;
  position: relative;
  padding: 3.5rem 4rem 3rem 3rem;
}

#home .s4 .items {
  position: absolute;
  top: calc(3.5rem + 110px);
  bottom: 3rem;
  left: 3rem;
  right: 4rem;
  visibility: hidden;
}

#home .s4 .item {
  position: absolute;
  left: 0;
  right: 0;
  will-change: top;
}

#home .s4 .item .header {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

#home .s4 .item[data-index='0'] .header {
  border-top: none;
  padding-top: 0;
}

#home .s4 .item .num {
  font-size: 1.2rem;
  font-weight: 300;
  color: #fff;
  min-width: 1.5rem;
  font-variant-numeric: tabular-nums;
}

#home .s4 .item .title {
  font-size: 1.2rem;
  font-weight: 300;
  color: #fff;
  transition: all .5s ease;
}

#home .s4 .item .body {
  overflow: hidden;
  padding-left: calc(1.5rem + 1.5rem);
  opacity: 0;
  transition: opacity 0.3s ease;
}

#home .s4 .item .body-inner {
  padding: 1.2rem 0 2rem;
}

#home .s4 .item .desc {
  font-size: 2rem;
  color: #fff;
}

#home .s4 .item.is-active .title {
  font-size: 1.5rem;
  line-height: 1.1em;
}

#home .s4-mobile {
  position: relative;
  display: none;
}

#home .s4-mobile .bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

#home .s4-mobile .bg-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}

#home .s4-mobile .bg-img.active {
  opacity: 1;
}

#home .s4-mobile .bg-img.first {
  background-image: url("/i/we-combine-bg-img-1.jpg");
}

#home .s4-mobile .bg-img.second {
  background-image: url("/i/we-combine-bg-img-2.jpg");
}

#home .s4-mobile .bg-img.third {
  background-image: url("/i/we-combine-bg-img-3.jpg");
}

#home .s4-mobile .bg-img.fourth {
  background-image: url("/i/we-combine-bg-img-4.jpg");
}

#home .s4-mobile .top {
  padding: 7.5rem 1rem 3.5rem;
  position: relative;
  z-index: 2;
}

#home .s4-mobile .top > div {
  display: flex;
  flex-direction: column-reverse;
}

#home .s4-mobile .top .label {
  font-size: 1.7rem;
  font-weight: 400;
  color: #fff;
  margin-top: 4rem;
}

#home .s4-mobile .top h2 {
  color: #fff;
  margin-bottom: 1rem;
}

#home .s4-mobile .top p {
  font-size: 1.7rem;
  color: #fff;
}

#home .s4-mobile .bottom {
  position: relative;
  padding: 3.5rem 1rem 7.5rem 1rem;
  z-index: 2;
}

#home .s4-mobile .bottom::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.4;
  background: linear-gradient(90deg, #FFF -6.11%, rgba(255, 255, 255, 0) 73.47%);
  pointer-events: none;
}

#home .s4-mobile .bottom .fx-nav {
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
  font-weight: 300;
  color: #fff;
  transition: all .5s ease;
}

#home .s4-mobile .bottom .fx-nav p {
  font-weight: 300;
  font-size: 1.4rem;
  color: #fff;
}

#home .s4-mobile .bottom .fx-nav span {
  display: inline-block;
  margin-right: 40px;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  font-variant-numeric: tabular-nums;
}

#home .s4-mobile .bottom .first {
  border-top: none;
  padding-top: 0;
}

#home .s4-mobile .bottom .fx-slide .content {
  padding: 1rem 0 4rem 70px;
}

#home .s4-mobile .bottom .fx-slide p {
  color: #fff;
}

#home .s5 h2 {
  margin-bottom: 5rem;
  text-align: center;
}

#home .s5 .circle-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#home .s5 .circle-wrap .circle-item {
  margin-left: -60px;
}

#home .s5 .circle-wrap .circle-item:first-child {
  margin-left: 0;
}

#home .s5 .circle-item {
  position: relative;
  width: clamp(280px, 33vw, 490px);
  opacity: 0;
}

#home .s5 .circle-item .circle-svg {
  width: 100%;
}

#home .s5 .circle-item .circle-svg svg {
  width: 100%;
  height: auto;
  transform-origin: 50% 53%;
  transition: transform .8s ease;
}

#home .s5 .circle-item .circle-svg .vertical-line {
  transition: opacity 0.3s ease;
}

#home .s5 .circle-item .inner-circle {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #084A28;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 52.7%;
  transition: all .5s ease;
}

#home .s5 .circle-item .content {
  position: absolute;
  top: 10%;
  left: 10%;
  right: 10%;
  bottom: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#home .s5 .circle-item .content h4 {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#home .s5 .circle-item .content .inner {
  max-width: 240px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: absolute;
}

#home .s5 .circle-item .content .inner p {
  color: #fff;
  font-size: 1rem;
}

#home .s5 .circle-item .content .inner .learn-btn {
  display: block;
  width: 50px;
  height: 50px;
  background: url(/i/svg/btn-arrow-outline-wh.svg) no-repeat center/contain;
  transition: background-image .3s ease;
}

#home .s5 .circle-item .content .inner .learn-btn:hover {
  background-image: url(/i/svg/btn-arrow-full-wh.svg);
}

#home .s5 .circle-item:hover, #home .s5 .circle-item.is-active {
  z-index: 10;
}

#home .s5 .circle-item:hover .circle-svg svg, #home .s5 .circle-item.is-active .circle-svg svg {
  transform: rotate(-180deg);
}

#home .s5 .circle-item:hover .circle-svg svg .vertical, #home .s5 .circle-item.is-active .circle-svg svg .vertical {
  opacity: 0;
}

#home .s5 .circle-item:hover .content h4, #home .s5 .circle-item.is-active .content h4 {
  opacity: 0;
  transform: translateY(-8px);
}

#home .s5 .circle-item:hover .content .inner, #home .s5 .circle-item.is-active .content .inner {
  opacity: 1;
  transform: translateY(0);
}

#home .s5 .circle-item:hover .inner-circle, #home .s5 .circle-item.is-active .inner-circle {
  transform: translate(-50%, -50%) scale(1.25);
}

#home .s6 {
  margin-bottom: 7.5rem;
}

#home .s6 .container {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  padding: 0 3rem;
  height: 100vh;
  max-height: 900px;
  border-radius: 36px;
  overflow: hidden;
  position: relative;
}

#home .s6 .left {
  width: 50%;
}

#home .s6 .left h3 {
  color: #fff;
  max-width: 572px;
  opacity: 0;
}

#home .s6 .right {
  position: relative;
  width: 50%;
}

#home .s6 .circles {
  position: relative;
  width: 100%;
  max-width: 570px;
  height: 600px;
  margin-left: auto;
}

#home .s6 .circle {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  width: 300px;
  height: 300px;
}

#home .s6 .circle img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#home .s6 .circle p {
  font-size: 0.95rem;
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 1rem;
  opacity: 0;
}

#home .s6 .circle.top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#home .s6 .circle.left {
  bottom: 65px;
  left: 0;
}

#home .s6 .circle.right {
  bottom: 65px;
  right: 0;
}

#home .s6 .global-btn {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
}

#home .s7 {
  padding-bottom: 7.5rem;
}

#home .s7 h3 {
  max-width: 900px;
  margin: 0 auto 2rem auto;
  text-align: center;
}

#home .s7 .global-btn {
  margin: 0 auto;
  border-color: #065133;
}

#home .s7 .global-btn span {
  background-image: url(/i/svg/btn-arrow-outline-gr.svg);
  color: #065133;
}

#home .s7 .global-btn::before {
  background-color: #0A3B11;
}

#home .s7 .global-btn:hover span {
  color: #fff;
  background-image: url(/i/svg/btn-arrow-full-wh.svg);
}

#home .video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  visibility: hidden;
}

#home .video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 21, 13, 0.85);
  opacity: 0;
}

#home .video-modal__content {
  position: relative;
  z-index: 1;
  width: 90vw;
  max-width: 1800px;
  aspect-ratio: 16 / 9;
  border-radius: 24px;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.85);
}

#home .video-modal__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#home .video-modal__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 2;
  width: 48px;
  height: 48px;
  border: none;
  outline: none;
  background: url(/i/svg/close.svg) no-repeat center/contain;
  cursor: pointer;
}

#home .video-modal.is-open {
  pointer-events: all;
  visibility: visible;
}

@media screen and (max-width: 1300px) {
  #home .s1 .two-col {
    flex-direction: column;
  }
  #home .s1 .two-col h1, #home .s1 .two-col p {
    max-width: none;
  }
  #home .s5 h2 {
    margin-bottom: 3rem;
  }
  #home .s5 .circle-wrap {
    flex-direction: column;
    align-items: center;
    max-width: 350px;
    margin: 0 auto;
  }
  #home .s5 .circle-wrap .circle-item {
    flex: 0 0 350px;
    width: 350px;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    margin-top: -60px;
  }
  #home .s5 .circle-wrap .circle-item:first-child {
    flex: 0 0 350px;
    width: 350px;
    margin-top: 0;
    z-index: 1;
  }
  #home .s5 .circle-wrap .circle-item:nth-child(2) {
    z-index: 2;
  }
  #home .s5 .circle-wrap .circle-item:nth-child(3) {
    margin-left: 0 !important;
    z-index: 3;
  }
  #home .s5 .circle-wrap .circle-item .inner-circle {
    width: 270px;
    height: 270px;
  }
  #home .s5 .circle-wrap .circle-item .content .inner {
    max-width: 230px;
  }
  #home .s5 .circle-wrap .circle-item:hover .inner-circle, #home .s5 .circle-wrap .circle-item.is-active .inner-circle {
    transform: translate(-50%, -50%) scale(1.1);
  }
  #home .s5 .circle-wrap .circle-item:hover .circle-svg svg, #home .s5 .circle-wrap .circle-item.is-active .circle-svg svg {
    transform: none !important;
  }
  #home .s6 .container {
    flex-direction: column;
    max-height: 1100px;
  }
  #home .s6 .left {
    width: 100%;
  }
  #home .s6 .left h3 {
    max-width: none;
    text-align: center;
  }
  #home .s6 .right {
    width: 100%;
    height: 600px;
  }
  #home .s6 .circles {
    margin: 0 auto;
    max-width: 600px;
    height: 600px;
  }
  #home .s6 .circle {
    width: 300px;
    height: 300px;
  }
}

@media screen and (max-width: 1099px), screen and (max-height: 899px) {
  #home .s4 {
    display: none;
  }
  #home .s4-mobile {
    display: block;
  }
}

@media screen and (max-width: 1100px) {
  #home .s2 {
    height: auto;
    padding: 7.5rem 0;
  }
  #home .s2 .container {
    height: 65vh;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    border-radius: 36px;
    overflow: hidden;
  }
  #home .s2 .image-mask {
    clip-path: none;
  }
  #home .s2 .hidden-content {
    opacity: 1;
    visibility: visible;
  }
  #home .s2 .hidden-content .contain {
    padding: 0 1rem;
  }
  #home .s3 .top .two-col {
    flex-direction: column;
  }
  #home .s3 .top .two-col p {
    max-width: none;
  }
  #home .s3 .center {
    flex-wrap: wrap;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    gap: 0;
  }
  #home .s3 .center .circle {
    width: calc(50% + 35px);
    height: clamp(160px, 42vw, 350px);
    aspect-ratio: 1;
    margin-left: 0;
  }
  #home .s3 .center .circle:nth-child(even) {
    margin-left: -70px;
  }
  #home .s3 .center .circle:nth-child(3), #home .s3 .center .circle:nth-child(4) {
    margin-top: -40px;
  }
  #home .s6 .circle p {
    max-width: 280px;
  }
  #home .s6 .plx-bg {
    height: 140%;
  }
}

@media screen and (max-width: 767px) {
  #home .s1 .container {
    bottom: auto;
    top: 60%;
    transform: translate(-50%, -50%);
  }
  #home .s1 .title {
    font-size: 1.1rem;
  }
  #home .s1 .line {
    margin: 1.5rem 0;
  }
  #home .s1 .two-col {
    gap: 1rem;
  }
  #home .s1 .two-col h1 {
    font-size: 1.8rem;
  }
  #home .s1 .two-col p {
    font-size: 1.1rem;
  }
  #home .s2 {
    padding: 5rem 0;
  }
  #home .s2 .container {
    border-radius: 20px;
  }
  #home .s2 .hidden-content p {
    font-size: 1.5rem;
  }
  #home .s2 .hidden-content .play-btn {
    width: 80px;
    height: 80px;
  }
  #home .s2 .hidden-content .play-btn > div {
    width: 50px;
    height: 50px;
  }
  #home .s2 .hidden-content .play-btn > div img {
    width: 11px;
  }
  #home .s2 .hidden-content .play-btn:hover > div {
    width: 60px;
    height: 60px;
  }
  #home .s3 .top .line {
    margin: 1.5rem 0;
  }
  #home .s3 .top .two-col {
    gap: 1rem;
  }
  #home .s3 .center {
    max-width: 270px;
  }
  #home .s3 .center .circle {
    width: 100%;
    height: clamp(200px, 70vw, 300px);
    aspect-ratio: 1;
  }
  #home .s3 .center .circle:nth-child(even) {
    margin-left: 0;
  }
  #home .s3 .center .circle:nth-child(n+2) {
    margin-top: -40px;
  }
  #home .s3 .center .circle:nth-child(3), #home .s3 .center .circle:nth-child(4) {
    margin-top: -40px;
  }
  #home .s3 .center .circle img {
    width: 60px;
  }
  #home .s4-mobile .top {
    padding-top: 5rem;
  }
  #home .s4-mobile .top p, #home .s4-mobile .top .label {
    font-size: 1.3rem;
  }
  #home .s4-mobile .bottom {
    padding-bottom: 5rem;
  }
  #home .s4-mobile .bottom .fx-nav {
    font-size: 1.2rem;
  }
  #home .s4-mobile .bottom .fx-nav span {
    font-size: 21px;
    margin-right: 20px;
  }
  #home .s4-mobile .bottom .fx-slide .content {
    padding: 0 0 3rem 50px;
  }
  #home .s5 h2 {
    margin-bottom: 3rem;
  }
  #home .s5 .circle-wrap {
    flex-direction: column;
    align-items: center;
    max-width: 300px;
    margin: 0 auto;
  }
  #home .s5 .circle-wrap .circle-item {
    flex: 0 0 300px;
    width: 300px;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    margin-top: -40px;
  }
  #home .s5 .circle-wrap .circle-item .content h4 {
    font-size: 0.9rem;
  }
  #home .s5 .circle-wrap .circle-item .content .inner {
    max-width: 200px;
  }
  #home .s5 .circle-wrap .circle-item .content .inner .learn-btn {
    width: 42px;
    height: 42px;
  }
  #home .s5 .circle-wrap .circle-item:first-child {
    flex: 0 0 300px;
    width: 300px;
    margin-top: 0;
    z-index: 1;
  }
  #home .s5 .circle-wrap .circle-item:nth-child(2) {
    z-index: 2;
  }
  #home .s5 .circle-wrap .circle-item:nth-child(3) {
    z-index: 3;
  }
  #home .s5 .circle-wrap .circle-item .inner-circle {
    width: 240px;
    height: 240px;
  }
  #home .s5 .circle-wrap .circle-item:hover .circle-svg svg, #home .s5 .circle-wrap .circle-item.is-active .circle-svg svg {
    transform: none !important;
  }
  #home .s6 {
    margin-bottom: 5rem;
  }
  #home .s6 .container {
    height: auto;
    padding: 5rem 1rem;
    max-height: none;
    border-radius: 20px;
  }
  #home .s6 .right {
    height: auto;
  }
  #home .s6 .circles {
    height: auto;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #home .s6 .circle {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    width: 300px;
    height: 300px;
    margin-top: -40px;
  }
  #home .s6 .circle:first-child {
    margin-top: 0;
  }
  #home .s6 .circle.left, #home .s6 .circle.right {
    bottom: -10px;
  }
  #home .s6 .global-btn {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    margin-top: 3rem;
  }
  #home .s7 {
    padding-bottom: 5rem;
  }
  #home .video-modal__content {
    border-radius: 20px;
  }
  #home .video-modal__close {
    width: 30px;
    height: 30px;
    top: 1rem;
    right: 1rem;
  }
}

@media screen and (max-width: 767px) {
  #home .s1 .desktop {
    display: none;
  }
  #home .s1 .mobile {
    display: block;
  }
}
