#globeViz {
  height: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.slide {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  font-size: 18px;
  overflow: hidden;
  height: 100%;
}

.slide-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.swiper-slide:not(.globe-slide) .slide-image:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: linear-gradient(270deg, rgba(1, 57, 59, .7) 0%, rgb(255 255 255 / 10%) 50%);
}

.slide-wrapper .sm-title {
  font-size: 17px;
}

.slide-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 20;
}

.slide-wrapper .slide-content {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.slide-bg {
  width: 35%;
  height: 12rem;
  display: flex;
  align-items: flex-end;
  opacity: .2;
}

.globe-slide .slide-wrapper {
  width: 55%;
}

.slide-content {
  color: #fff;
  max-width: 500px;
}

.slide-content__inner {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 9;
  margin: auto 0;
  -o-transition: all .5s cubic-bezier(0.37, 0.01, 0, 0.98);
  -webkit-transition: all .5s cubic-bezier(0.37, 0.01, 0, 0.98);
  transition: all .5s cubic-bezier(0.37, 0.01, 0, 0.98);
  transition-duration: 2s;
}

.slide-title {
  white-space: normal;
  word-break: break-word;
}

.slide-title span {
  white-space: pre;
  display: inline-block;
  opacity: 0;
}

.slide-title.home-title .line2 {
  position: relative;
}

.slide-title.home-title .line2:before {
  background: #fff;
  content: "";
  height: 0.13rem;
  position: absolute;
  width: 5rem;
}

.slide-details {
  display: inline-flex;
  font-size: 16px;
}

.slide-details p {
  margin-bottom: 0;
}

.slideshow {
  position: relative;
  height: 100svh;
}

.slide__title {
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-mix-blend-mode: normal;
  mix-blend-mode: normal;
  background-blend-mode: normal;
  line-height: 100vh;
  font-size: 17px;
  width: 100%;
  text-align: center;
  opacity: 0.8;
}

.slideshow-pagination {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: .3s opacity;
  z-index: 10;
}

.slideshow-navigation {
  position: absolute;
  bottom: 3rem;
  z-index: 10;
  display: flex;
  align-items: center;
  grid-gap: .5rem;
}

.slideshow .pagination .actionable svg {
  width: .85rem;
  height: .85rem;
}

.slideshow-navigation-button:hover,
.slideshow-navigation-button:focus {
  cursor: pointer;
}

.slideshow-navigation-button svg path {
  -moz-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
  -o-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
  -webkit-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
  transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
}

.slide-title>div,
.slide-details p>div {
  overflow: hidden;
}

.slider-title .section-title {
  position: absolute;
  top: 200px;
  z-index: 9;
}

.slider-title .section-title {
  right: 35px;
}

.slideshow .pagination {
  color: #fff;
  font-size: 1rem;
}

.slideshow .pagination__action>* {
  display: flex;
}

.slideshow .pagination .swiper-pagination {
  position: relative;
  bottom: auto;
  align-items: baseline;
  grid-gap: .35rem;
  font-size: 1.15rem;
}

.slideshow .swiper-pagination-current {
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.slideshow .swiper-pagination-total {
  font-size: .85rem;
}

.swiper-separator {
  font-size: .75rem;
}

@-webkit-keyframes pathAnimation-ltr {
  0% {
    -webkit-clip-path: inset(-20% 100% -20% 0);
    clip-path: inset(-20% 100% -20% 0);
  }

  66% {
    -webkit-clip-path: inset(-20% 0 -20% 0);
    clip-path: inset(-20% 0 -20% 0);
  }

  to {
    -webkit-clip-path: inset(-20% 0 -20% 100%);
    clip-path: inset(-20% 0 -20% 100%);
  }
}

@keyframes pathAnimation-ltr {
  0% {
    -webkit-clip-path: inset(-20% 100% -20% 0);
    clip-path: inset(-20% 100% -20% 0);
  }

  66% {
    -webkit-clip-path: inset(-20% 0 -20% 0);
    clip-path: inset(-20% 0 -20% 0);
  }

  to {
    -webkit-clip-path: inset(-20% 0 -20% 100%);
    clip-path: inset(-20% 0 -20% 100%);
  }
}

@-webkit-keyframes pathAnimation-rtl {
  0% {
    -webkit-clip-path: inset(-20% 0 -20% 100%);
    clip-path: inset(-20% 0 -20% 100%);
  }

  66% {
    -webkit-clip-path: inset(-20% 0 -20% 0);
    clip-path: inset(-20% 0 -20% 0);
  }

  to {
    -webkit-clip-path: inset(-20% 100% -20% 0);
    clip-path: inset(-20% 100% -20% 0);
  }
}

@keyframes pathAnimation-rtl {
  0% {
    -webkit-clip-path: inset(-20% 0 -20% 100%);
    clip-path: inset(-20% 0 -20% 100%);
  }

  66% {
    -webkit-clip-path: inset(-20% 0 -20% 0);
    clip-path: inset(-20% 0 -20% 0);
  }

  to {
    -webkit-clip-path: inset(-20% 100% -20% 0);
    clip-path: inset(-20% 100% -20% 0);
  }
}

@-webkit-keyframes pathAnimation-btt {
  0% {
    -webkit-clip-path: inset(100% -20% 0 -20%);
    clip-path: inset(100% -20% 0 -20%);
  }

  66% {
    -webkit-clip-path: inset(0 -20% 0 -20%);
    clip-path: inset(0 -20% 0 -20%);
  }

  to {
    -webkit-clip-path: inset(0 -20% 100% -20%);
    clip-path: inset(0 -20% 100% -20%);
  }
}

@keyframes pathAnimation-btt {
  0% {
    -webkit-clip-path: inset(100% -20% 0 -20%);
    clip-path: inset(100% -20% 0 -20%);
  }

  66% {
    -webkit-clip-path: inset(0 -20% 0 -20%);
    clip-path: inset(0 -20% 0 -20%);
  }

  to {
    -webkit-clip-path: inset(0 -20% 100% -20%);
    clip-path: inset(0 -20% 100% -20%);
  }
}

@-webkit-keyframes pathAnimation-ttb {
  0% {
    -webkit-clip-path: inset(0 -20% 100% -20%);
    clip-path: inset(0 -20% 100% -20%);
  }

  66% {
    -webkit-clip-path: inset(0 -20% 0 -20%);
    clip-path: inset(0 -20% 0 -20%);
  }

  to {
    -webkit-clip-path: inset(100% -20% 0 -20%);
    clip-path: inset(100% -20% 0 -20%);
  }
}

@keyframes pathAnimation-ttb {
  0% {
    -webkit-clip-path: inset(0 -20% 100% -20%);
    clip-path: inset(0 -20% 100% -20%);
  }

  66% {
    -webkit-clip-path: inset(0 -20% 0 -20%);
    clip-path: inset(0 -20% 0 -20%);
  }

  to {
    -webkit-clip-path: inset(100% -20% 0 -20%);
    clip-path: inset(100% -20% 0 -20%);
  }
}

.isShow .IndexTailoredGreenSvg-path-1 {
  -webkit-animation: pathAnimation-ltr 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: pathAnimation-ltr 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.isShow .IndexTailoredGreenSvg-path-2 {
  -webkit-animation: pathAnimation-rtl 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: pathAnimation-rtl 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.isShow .IndexTailoredGreenSvg-path-3 {
  -webkit-animation: pathAnimation-rtl 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: pathAnimation-rtl 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.isShow .IndexTailoredGreenSvg-path-4 {
  -webkit-animation: pathAnimation-ttb 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: pathAnimation-ttb 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.isShow .IndexTailoredGreenSvg-path-5 {
  -webkit-animation: pathAnimation-btt 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: pathAnimation-btt 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: 6.3s;
  animation-delay: 6.3s;
}

.isShow .IndexTailoredGreenSvg-path-6 {
  -webkit-animation: pathAnimation-ltr 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: pathAnimation-ltr 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: 3.8s;
  animation-delay: 3.8s;
}

.isShow .IndexTailoredGreenSvg-path-7 {
  -webkit-animation: pathAnimation-ltr 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: pathAnimation-ltr 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.isShow .IndexTailoredGreenSvg-path-8 {
  -webkit-animation: pathAnimation-rtl 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: pathAnimation-rtl 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.isShow .IndexTailoredGreenSvg-path-9 {
  -webkit-animation: pathAnimation-btt 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: pathAnimation-btt 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: 5.2s;
  animation-delay: 5.2s;
  -webkit-transform: translate(-5px, -3px);
  -ms-transform: translate(-5px, -3px);
  transform: translate(-5px, -3px);
}

.isShow .IndexTailoredGreenSvg-path-10 {
  -webkit-animation: pathAnimation-ltr 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: pathAnimation-ltr 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.isShow .IndexTailoredGreenSvg-path-11 {
  -webkit-animation: pathAnimation-ltr 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: pathAnimation-ltr 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s;
}

.isShow .IndexTailoredGreenSvg-path-12 {
  -webkit-animation: pathAnimation-ttb 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: pathAnimation-ttb 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: 5.2s;
  animation-delay: 5.2s;
}

.isShow .IndexTailoredGreenSvg-path-13 {
  -webkit-animation: pathAnimation-rtl 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: pathAnimation-rtl 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
}

.isShow .IndexTailoredGreenSvg-path-14 {
  -webkit-animation: pathAnimation-ltr 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: pathAnimation-ltr 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
  -webkit-transform: translate(-18px, -3px);
  -ms-transform: translate(-18px, -3px);
  transform: translate(-18px, -3px);
}

.isShow .IndexTailoredGreenSvg-path-15 {
  -webkit-animation: pathAnimation-btt 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  animation: pathAnimation-btt 3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.IndexTailoredGreenSvg svg {
  position: absolute;
  width: 497px;
  left: 126px;
  top: 28px;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: none;
  animation: none;
}

.IndexTailoredGreenSvg.isShow {
  position: relative;
  z-index: 1;
}

.IndexTailoredGreenSvg svg {
  width: 42%;
  height: 85%;
  left: 40%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.IndexTailoredGreenSvg svg path {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}

.IndexTailored-sequenceWrapper {
  width: auto;
  position: relative;
  background-image: none !important;
  z-index: 10;
  cursor: grab;
}

.globe-sequence {
  position: relative;
}

.IndexTailored-sequenceWrapper-inner,
.IndexTailoredGreenSvg {
  height: 100%;
}

.IndexTailored-sequenceWrapper video {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 80%;
  height: 80%;
  opacity: .2;
  /* -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%, #007073), color-stop(70%, #007073), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #007073 30%, #007073 70%, rgba(0, 0, 0, 0));
    mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%, #007073), color-stop(70%, #007073), to(rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #007073 30%, #007073 70%, rgba(0, 0, 0, 0)); */
}

@-webkit-keyframes circleAnimation {
  0% {
    stroke: rgba(60, 185, 130, 0);
    stroke-width: 0;
  }

  66% {
    stroke: #3cb982;
    stroke-width: 5;
  }

  to {
    stroke: rgba(60, 185, 130, 0);
    stroke-width: 5;
  }
}

@keyframes circleAnimation {
  0% {
    stroke: rgba(60, 185, 130, 0);
    stroke-width: 0;
  }

  66% {
    stroke: #3cb982;
    stroke-width: 5;
  }

  to {
    stroke: rgba(60, 185, 130, 0);
    stroke-width: 5;
  }
}

@-webkit-keyframes circleFillAnimation {
  0% {
    stroke: #3cb982;
    stroke-width: 0;
    fill: #3cb982;
  }

  50% {
    stroke: #3cb982;
    fill: #3cb982;
    stroke-width: 3;
  }

  66% {
    stroke: rgba(60, 185, 130, 0);
    fill: rgba(60, 185, 130, 0);
    stroke-width: 3;
  }

  to {
    stroke: rgba(60, 185, 130, 0);
    fill: rgba(60, 185, 130, 0);
    stroke-width: 0;
  }
}

@keyframes circleFillAnimation {
  0% {
    stroke: #3cb982;
    stroke-width: 0;
    fill: #3cb982;
  }

  50% {
    stroke: #3cb982;
    fill: #3cb982;
    stroke-width: 3;
  }

  66% {
    stroke: rgba(60, 185, 130, 0);
    fill: rgba(60, 185, 130, 0);
    stroke-width: 3;
  }

  to {
    stroke: rgba(60, 185, 130, 0);
    fill: rgba(60, 185, 130, 0);
    stroke-width: 0;
  }
}

.IndexTailoredGreenSvg-circleFill {
  -webkit-animation: circleAnimation 2.4s cubic-bezier(0.33, 0, 0.67, 1) infinite;
  animation: circleAnimation 2.4s cubic-bezier(0.33, 0, 0.67, 1) infinite;
}

.IndexTailoredGreenSvg-circleStroke {
  -webkit-animation: circleFillAnimation 2.4s cubic-bezier(0.33, 0, 0.67, 1) infinite;
  animation: circleFillAnimation 2.4s cubic-bezier(0.33, 0, 0.67, 1) infinite;
}

.slideshow .swiper-pagination {
  bottom: 3rem;
  width: auto;
  display: flex;
  align-items: center;
  color: #fff;
}

.slideshow .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  background: none;
  opacity: 0.8;
  transition: transform 1.5s cubic-bezier(0.24, 1.45, 0.24, 0.98);
}

.slideshow .swiper-pagination-bullet-active {
  opacity: 1;
  background: none;
}

.swiper-pagination-bullet:hover {
  opacity: 1.0;
  transform: scale(1.2);
}

.slideshow .path {
  display: none;
}

.slideshow .swiper-pagination-bullet-active .path {
  display: inline-block !important;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash linear 20s;
  animation-iteration-count: unset;
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.mouse-indicator {
  width: 18px;
  height: 30px;
  bottom: 3rem;
  transition: opacity 1s cubic-bezier(0.390, 0.575, 0.565, 1.000), top 1s cubic-bezier(0.390, 0.575, 0.565, 1.000);
  z-index: 10;
}

.wheel {
  position: absolute;
  /* transition: all 1s cubic-bezier(0.390, 0.575, 0.565, 1.000); */
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  top: -4px;
}

.wheel.animate {
  left: 45%;
  animation-name: wheelBounce;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: both;
}

@keyframes wheelBounce {

  0%,
  20%,
  95%,
  100% {
    transform: translateY(-1px);
  }

  65%,
  85% {
    transform: translateY(3px);
  }
}

.card-block {
  margin-top: 5rem;
}

.card-images {
  width: 45%;
  position: relative;
}

.card-content {
  width: 55%;
}

.card-image {
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  max-width: none;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-images {
  position: relative;
  margin-bottom: 10rem;
}

.card-image {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.card-featuresListText {
  font-size: 13px;
  margin-top: .25rem;
}

.card-featuresList {
  cursor: pointer;
}

.card-item {
  -webkit-transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-featuresListItem {
  position: relative;
  margin-bottom: 1.5rem;
}

.card-featuresListItem:last-child {
  margin-bottom: 0;
}

.card-circle {
  background: #007073;
  border-radius: 100%;
  display: inline-flex;
  position: absolute;
  top: 0.5rem;
  height: 12px;
  width: 12px;
  transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-line {
  position: absolute;
  top: 13px;
  width: 3.5rem;
  height: 1px;
  transform: scale(0);
  transform-origin: center;
  transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-circle:before {
  content: '';
  position: absolute;
  top: -0.27rem;
  width: 1.32rem;
  height: 1.32rem;
  border-radius: 100%;
  opacity: 0;
  display: inline-flex;
  background: rgb(0, 112, 115, .2);
  transition: -webkit-opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-item.active .card-circle:before {
  opacity: 1;
}

.card-item.active .card-line {
  transform: scale(1);
}

.feature-circle {
  width: 9rem;
  height: 9rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(243, 241, 255, .7);
}

.f-one {
  top: -2rem;
  right: 12rem;
}

.f-two {
  top: 10rem;
  left: 5rem;
}

.f-three {
  bottom: 8rem;
  right: 3rem;
}

.feature-icon {
  display: flex;
  margin-bottom: 0.15rem;
}

.feature-icon img,
.feature-icon svg {
  width: 2.35rem;
  height: 2.35rem;
}

.feature-title {
  font-size: 12px;
  font-weight: bold;
}

.IndexFeatures-sequences-aspect {
  height: 100%;
}

.IndexFeatures-Cards-videos {
  display: flex;
}

.IndexFeatures-Cards {
  display: flex;
}

.IndexFeatures-Cards-content {
  display: inline-flex;
  position: relative;
}

.IndexFeatures-img {
  width: 460px;
  margin-right: auto;
  margin-left: 0;
  object-fit: contain;
}

.card-video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.IndexFeatures-Cards-content video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(-1);
}

.IndexFeatures-Base-hoverArea {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.IndexFeatures-Cards-link {
  position: absolute;
}

.IndexFeatures-Base-hoverArea .one-link {
  top: 2rem;
}

.IndexFeatures-Base-hoverArea .two-link {
  top: 10rem;
}

.IndexFeatures-Base-hoverArea .three-link {
  bottom: 10rem;
}

.IndexFeatures-Base-hoverArea .four-link {
  bottom: 3rem;
}

.cb-slider {
  margin-top: 5rem;
}

.ratio__image.cb-ratio .image {
  will-change: transform;
  --ratio: 20rem;
}

.ratio__image.cb-ratio .image img {
  -o-object-fit: contain;
  object-fit: contain;
  object-position: right bottom;
}

.cb__swiper .swiper-slide {
  max-width: 33.333%;
}

.cb-content {
  padding-top: 1rem;
}

.financing-section {
  padding-bottom: 8rem;
}

.financing-slider .swiper-slide {
  max-width: 33.333%;
}

.hp__item {
  padding: 1.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: flex-end;
}

.hp__item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(2px);
  /* background: rgb(0 90 92 / 30%); */
  border-radius: 0.5rem;
  border: 2px solid rgba(255, 255, 255, .3);
  z-index: -1;
}

.hp__wrapper {
  position: relative;
  z-index: 10;
}

.hp__header {
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
}

@media (max-width: 1024px) {
  .slide-details {
    font-size: 15px;
  }

  .slide-title.home-title .line2:before {
    width: 3rem;
  }

  .financing-slider .swiper-slide {
    max-width: 50%;
  }
}

@media (max-width: 991px) {
  .IndexFeatures-Cards-content {
    margin: 0 auto;
  }

  .IndexFeatures-sequences-aspect {
    height: auto;
    margin-top: 3rem;
  }
}

@media (max-width: 768px) {
  .globe-slide .slide-wrapper {
    top: auto;
    bottom: 8rem;
    transform: none;
    width: 100%;
    height: auto;
  }

  .slide-title.home-title .line2:before {
    display: none;
  }

  .globe-slide .slide-title br {
    display: none;
  }

  .globe-slide .slide-wrapper,
  .globe-slide .slide-content {
    pointer-events: none;
  }

  .globe-slide .home__slider__btn .btn {
    pointer-events: all;
  }

  .mouse-indicator {
    bottom: 3rem;
    transform: none;
  }

  .slideshow .swiper-pagination {
    bottom: 2rem;
  }

  .slide-details {
    font-size: 14px;
  }

  .slide-bg {
    width: 40%;
  }

  .cb__swiper .swiper-slide {
    max-width: 50%;
  }

  .cb__swiper {
    padding-left: 10%;
  }

  .financing-slider .swiper-slide {
    max-width: 100%;
  }

  .financing-section {
    padding-bottom: 6rem !important;
  }

  .IndexFeatures-Base-link-title {
    font-size: 14px;
  }
}

@media (max-width: 550px) {
  .cb__swiper {
    padding-left: 15%;
  }

  .cb__swiper .swiper-slide {
    max-width: 100%;
  }

  .financing-section {
    padding-bottom: 5rem !important;
  }

  .hero .left__gradient {
    background: linear-gradient(179deg, #002b2c 24.65%, #008689 100.29%);
  }
}

@media (max-width: 425px) {
  .IndexFeatures-Base-link-title {
    font-size: 13px;
  }

  .plus-top .IndexFeatures-Base-link-title {
    margin-top: 5px;
  }

  .base-link .IndexFeatures-Base-link-icon {
    width: 110px;
  }

  .IndexFeatures-Base-link-icon-title {
    font-size: 12px;
  }

  .base-link .IndexFeatures-Base-link-icon-title:after {
    left: 12px;
  }
}

@media (max-width: 375px) {
  .IndexFeatures-Base-hoverArea .one-link {
    top: 1rem;
    right: 4rem;
  }

  .IndexFeatures-Base-hoverArea .three-link {
    bottom: 6rem;
  }

  .IndexFeatures-Base-hoverArea .two-link {
    top: 7rem;
  }

  .IndexFeatures-Base-hoverArea .four-link {
    bottom: 1rem;
  }
}