.background-line {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  border: 0;
}

.text-linear {
  background: linear-gradient(90deg, #ee6e47 0%, #28886a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.circle-sec-5 {
  width: 347px;
  height: 597px;
  border-radius: 597px;
  opacity: 0.24;
  background: #fff;
  filter: blur(200px);
}

.background-zoom {
  position: relative;
}

.background-zoom:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  animation-delay: 0s;
  animation: pulsate1 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 108px solid #48494b;
  box-shadow: rgba(255, 255, 255, 0.78) 0px 2px 4px 0px;
}

.landing-section-7,
.landing-section-8 {
  background: #fff1ee;
}

.landing-section-7 .carouselTicker__list {
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
}
.landing-section-7 .carouselTicker__item {
  flex-shrink: 0;
  float: none;
}
.landing-section-7 .carouselTicker__item img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .landing-section-7 .carouselTicker__item img {
    max-width: 200px;
  }
}
@media (max-width: 576px) {
  .landing-section-7 .carouselTicker__item img {
    max-width: 150px;
  }
}

.card-demo .img-group {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
  border: 1px solid var(--tc-Neutral-200);
  overflow: hidden;
  padding: 40px 100px 0 40px;
}

@media (max-width: 480px) {
  .card-demo .img-group {
    padding: 20px 20px 0 20px;
  }
}
.card-demo:hover .title {
  color: var(--tc-theme-primary) !important;
}

.card-demo-img {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--tc-Neutral-200);
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0 16.028px 24.041px 0 rgba(5, 6, 67, 0.1);
}

.card-demo-img-2 {
  box-shadow: 0 16.028px 24.041px 0 rgba(5, 6, 67, 0.1);
  position: absolute;
  bottom: 0;
  right: 30px;
  overflow: hidden;
  border: 1px solid var(--tc-Neutral-200);
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card-demo-2.pb-0 {
  padding-bottom: 0 !important;
}

.card-demo svg {
  transition: all 0.3s ease-in-out;
}
.card-demo:hover svg {
  opacity: 1 !important;
}

.img-hover-zoom img {
  transition: transform 0.5s ease;
}

.img-hover-zoom:hover img {
  transform: scale(1.05);
  transition: transform 0.5s ease;
}

.odometer {
  margin-bottom: 0.25rem;
}

.block-screen-dark-mode .circle-background {
  position: absolute;
  top: -30%;
  right: -10%;
}

@media (min-width: 1200px) {
  .block-screen-dark-mode .image-dark-mode {
    right: -30%;
    top: 0;
    transform: translateY(-50%);
  }
  .block-screen-dark-mode .image-dark-mode img {
    width: auto;
  }
}
.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.an-perf__speed {
  display: flex;
  align-items: center;
  justify-content: center;
}

.an-perf__speed-column {
  position: relative;
}

.an-perf__speed-column:not(:first-child) {
  margin-left: 2.5rem;
  padding-left: 2.5rem;
}

@media (max-width: 1280px) {
  .an-perf__speed-column:not(:first-child) {
    margin-left: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 680px) {
  .an-perf__speed-column:not(:first-child) {
    margin-left: 1.25rem;
    padding-left: 1.25rem;
  }
}
.an-perf__speed-column:not(:first-child):before {
  width: 2px;
  height: 56px;
  background: #e8e8e8;
  position: absolute;
  left: 0;
  content: "";
  top: 45px;
}

@media (max-width: 1280px) {
  .an-perf__speed-column:not(:first-child):before {
    top: 25px;
  }
}
@media (max-width: 680px) {
  .an-perf__speed-column:not(:first-child):before {
    top: 15px;
    height: 34px;
    width: 1px;
  }
}
.speed-value {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 12px;
  text-align: center;
  font-weight: 600;
  letter-spacing: -0.04em;
  font-size: 1.375rem;
  line-height: 1.2;
}

@media (max-width: 1280px) {
  .speed-value {
    font-size: 1rem;
  }
}
@media (max-width: 680px) {
  .speed-value {
    font-size: 0.875rem;
  }
}
.speed-value span {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.313rem;
  font-family: "Roboto Mono", sans-serif;
  font-weight: 400;
  letter-spacing: -0.12em;
  padding: 0 2px 0 0;
}

@media (max-width: 1280px) {
  .speed-value span {
    width: 100px;
    height: 100px;
    font-size: 2.75rem;
  }
}
@media (max-width: 680px) {
  .speed-value span {
    width: 64px;
    height: 64px;
    font-size: 2rem;
  }
}
.speed-value span em {
  font-style: normal;
}

.speed-value span em.number {
  position: relative;
  z-index: 4;
  color: #248438;
}

.speed-value span svg {
  top: 0;
  left: 0;
  position: absolute;
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}

.speed-value span svg circle {
  fill: #e6faef;
  stroke-width: 4px;
  stroke: #58c970;
}

.cards {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-rows: repeat(var(--cards-count), var(--card-height));
  gap: 40px 0;
}

.cards .card-custom {
  position: sticky;
  top: 0;
  border: none;
}

.cards .card-custom .card__inner {
  will-change: transform;
  display: flex;
  transform-origin: center top;
}

.group-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.tag {
  display: inline-flex;
  padding: 3px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid var(--tc-Neutral-900);
  font-size: var(--tc-fs-7);
  font-weight: var(--tc-fw-medium);
  line-height: 150%;
}
.tag:hover {
  background-color: var(--tc-brand-card-bg);
  transition: all 0.3s ease-in-out;
  transform: translateY(-2px);
}
.tag.has-dot {
  position: relative;
  padding: 6px 12px 6px 24px;
  gap: 4px;
  border-radius: 6px;
  border: 1px solid var(--tc-Neutral-400);
  background: var(--tc-system-white);
  box-shadow: var(--tc-shadow-1);
  color: var(--tc-Neutral-900);
}
.tag.has-dot::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--tc-Neutral-900);
}
.tag.has-dot:hover {
  transform: none;
}
.tag.has-dot.green::before {
  background-color: var(--tc-system-success);
}

.block-square {
  position: relative;
}
.block-square .square-box:nth-child(2) {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  border: 1px solid var(--tc-Neutral-900);
  background-color: var(--tc-brand-card-bg);
}
.block-square .square-box:nth-child(3) {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 10px;
  height: 10px;
  border: 1px solid var(--tc-Neutral-900);
  background-color: var(--tc-brand-card-bg);
}
.block-square .square-box:nth-child(4) {
  position: absolute;
  bottom: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  border: 1px solid var(--tc-Neutral-900);
  background-color: var(--tc-brand-card-bg);
}
.block-square .square-box:nth-child(5) {
  position: absolute;
  bottom: -5px;
  right: -5px;
  right: -5px;
  width: 10px;
  height: 10px;
  border: 1px solid var(--tc-Neutral-900);
  background-color: var(--tc-brand-card-bg);
}

.landing-section-3 {
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.col-anim {
  animation: columnReveal 1.4s cubic-bezier(0.16, 1, 0.3, 1) backwards;
  animation-delay: 0s;
  will-change: clip-path;
}

.border-white\/01 {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.border-dark\/01 {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
.features-card {
  position: relative;
  padding: 20px 25px;
  min-height: 220px;
  border-radius: 16px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.landing-section-11 .ellipse-sec11 {
  position: absolute;
  bottom: -60%;
  left: 50%;
  transform: translateX(-50%);
  width: 360px;
  height: 360px;
  border-radius: 360px;
  background: #00d0ff;
  filter: blur(250px);
}

.card-gradient {
  height: 100%;
  padding: 28px 25px 34px 32px;
  border-radius: 16px;
  box-shadow: 4px 4px 0 0 rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease-in-out;
}
.card-gradient.bg-gradient-1 {
  background: linear-gradient(248deg, #56a5ef 9.87%, #74a788 88.71%);
}
.card-gradient.bg-gradient-2 {
  background: linear-gradient(248deg, #fec98c 9.87%, #56a5ef 88.71%);
}
.card-gradient.bg-gradient-3 {
  background: linear-gradient(248deg, #56a5ef 9.87%, #74a788 88.71%);
}
.card-gradient:hover {
  transform: translateY(-2px);
  transition: all 0.3s ease-in-out;
  box-shadow: 4px 4px 0 0 #fff;
}
.card-gradient .btn:hover {
  background-color: var(--tc-system-info);
}
/*# sourceMappingURL=landing-page.css.map */
