html,
body {
  height: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #04102c;
  box-sizing: border-box;
}

.ctv-bg {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  /* display: flex; */
}

.ctv-bg-section {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-repeat: no-repeat;
  /* background-position: 50% 0; */
  /* background-size: 100% auto; */
  background-color: #04102c;
}

.ctv-bg-section {
  position: relative;
}

.ctv-bg-1,
.ctv-bg-2,
.ctv-bg-3,
.ctv-bg-4,
.ctv-bg-5 {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.ctv-bg-1 {
  height: 1080px;
  background-position: 50% 0;
  background-image: url("./assats/img/ct1.png");
}

.ctv-bg-section.ctv-bg-1 {
  transform: translateY(-90px);
  margin-bottom: -109px;
}

.ctv-bg-2 {
  height: 1080px;
  background-position: 50% 0;
  aspect-ratio: 1920 / 1080;
  background-image: url("./assats/img/ct2.png");
}

.ctv-bg-3 {
  height: 882px;
  background-position: 50% 0;
  background-image: url("./assats/img/ct3.png");
}

.ctv-bg-4 {
  height: 1080px;
  background-position: 50% 0;
  background-image: url("./assats/img/ct4.png");
}

.ctv-bg-5 {
  height: 1080px;
  background-position: 50% 0;
  background-image: url("./assats/img/ct5.png");
}

.site-stage {
  width: 1920px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  background: transparent;
  box-sizing: border-box;
  padding-bottom: 100px;
}

.ctv-bg-1 .site-stage {
  padding-top: 227px;
}

@media (max-width: 1920px) {
  .site-stage {
    width: 1920px;
  }
}

body.ctv-scroll-mode {
  overflow-x: hidden;
}

body.ctv-scroll-mode .ctv-bg {
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}

body.ctv-scroll-mode .ctv-bg-section {
  width: 1920px;
  min-width: 1920px;
  margin: 0;
  overflow-x: hidden;
  overflow-y: visible;
}

body.ctv-scroll-mode .site-stage {
  left: 0;
  transform: none;
  overflow-x: hidden;
  overflow-y: visible;
}

body.ctv-scroll-mode .dx-footer {
  width: 1920px;
  min-width: 1920px;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 1200px) {
  body {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .ctv-bg {
    overflow: visible;
  }

  .ctv-bg .container {
    width: 1200px !important;
    max-width: none !important;
  }

  .ctv-bg-section {
    width: 1920px;
    min-width: 1920px;
    margin: 0;
    padding-bottom: 100px;
  }

  .site-stage {
    left: 0;
    transform: none;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .dx-footer {
    width: 1920px;
    min-width: 1920px;
    margin-left: 0;
    margin-right: 0;
  }
}

.ctv-hero {
  text-align: center;
  /* padding-top: 46px; */
}

.ctv-hero h1 {
  margin: 0;
  font-size: 78px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 68px;
}

.ctv-hero-sub {
  padding-top: 27px;
  font-size: 28px;
  font-weight: 400;
  color: #dfdfdf;
}

.ctv-hero-desc {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  color: #dfdfdf;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 49px;
}

.ctv-hero-media {
  width: 980px;
  height: 500px;
  margin: 40px auto 0;
  border-radius: 60px;
  background: linear-gradient(180deg, rgba(90, 105, 219, 0.75), rgba(64, 167, 212, 0.25));
  border: 1px solid rgba(255, 255, 255, 0.1);
  /* box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55); */
  overflow: hidden;
}

.ctv-hero-media > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ctv-feature {
  /* margin-top: 132px; */
  text-align: center;
}

.ctv-feature-kicker {
  font-family: Poppins;
  font-weight: 400;
  font-size: 28px;
  color: #dfdfdf;
  margin-bottom: 50px;
  margin-top: 40px;
}

.ctv-feature h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.ctv-bg-2 .ctv-feature h2 {
  font-size: 58px;
}

.ctv-feature h2[data-ctv-title='true'] {
  transition: opacity 420ms ease;
  will-change: opacity;
}

.ctv-feature h2[data-ctv-title='true'].is-ctv-title-hidden {
  opacity: 0;
}

.ctv-seg-title {
  font-family: Poppins;
  font-weight: 600 !important;
  font-size: 48px;
  color: #fefefe;
  line-height: 58px;
  text-align: left;
}
/* 
@media (max-width: 992px) {
  .ctv-seg-title {
    font-size: 30px;
    line-height: 38px;
  }
} */

.ctv-feature-sub {
  height: 120px;
  margin: 32px auto 0;
  max-width: 894px;
  font-family: Poppins;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #dfdfdf;
  transition: opacity 420ms ease;
  will-change: opacity;
}

.ctv-feature-sub.is-ctv-copy-hidden {
  opacity: 0;
}

.ctv-wide {
  width: 100%;
  max-width: 1920px;
  height: 470px;
  margin: 42px auto 0;
  position: relative;
  left: auto;
  transform: none;
  overflow: visible;
}

.ctv-carousel {
  position: relative;
  width: 100%;
  height: 100%;
}

.ctv-slide {
  position: absolute;
  top: 0;
  height: 470px;
  width: 920px;
  left: 50%;
  opacity: 1;
  visibility: hidden;
  pointer-events: none;
  --ctv-offset-x: 0px;
  transform: translateX(-50%) translateX(var(--ctv-offset-x));
  transition: transform 600ms cubic-bezier(0.2, 0.9, 0.12, 1);
  background: transparent;
  overflow: hidden;
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  will-change: transform;
  backface-visibility: hidden;
  contain: paint;
  isolation: isolate;
}

.ctv-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(4, 16, 44, 0);
  pointer-events: none;
  transition: none;
  border-radius: inherit;
}

.ctv-slide > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #04102c;
  transform: translateZ(0);
  backface-visibility: hidden;
  border-radius: inherit;
}

.ctv-slide.is-active {
  visibility: visible;
  pointer-events: auto;
  --ctv-offset-x: 0px;
  z-index: 3;
}

.ctv-slide.is-prev {
  visibility: visible;
  --ctv-offset-x: -950px;
  z-index: 2;
}

.ctv-slide.is-prev::after {
  background: rgba(4, 16, 44, 0.22);
}

.ctv-slide.is-next {
  visibility: visible;
  --ctv-offset-x: 950px;
  z-index: 2;
}

.ctv-slide.is-next::after {
  background: rgba(4, 16, 44, 0.22);
}

.ctv-slide.is-entering-prev,
.ctv-slide.is-entering-next {
  visibility: visible;
  pointer-events: none;
  z-index: 1;
}

.ctv-slide.is-entering-prev {
  --ctv-offset-x: -1900px;
}

.ctv-slide.is-entering-next {
  --ctv-offset-x: 1900px;
}

.ctv-slide.is-leaving-left,
.ctv-slide.is-leaving-right {
  visibility: visible;
  pointer-events: none;
  z-index: 1;
}

.ctv-slide.is-leaving-left {
  --ctv-offset-x: -1900px;
}

.ctv-slide.is-leaving-right {
  --ctv-offset-x: 1900px;
}

.ctv-arrow {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  padding: 0;
  border-radius: 999px;
  background: transparent;
  display: grid;
  place-items: center;
  z-index: 5;
  outline: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}

.ctv-arrow:focus,
.ctv-arrow:focus-visible,
.ctv-arrow:active {
  outline: none;
  box-shadow: none;
}

.ctv-arrow img {
  width: 54px;
  height: 54px;
  display: block;
}

.ctv-arrow.left {
  left: calc(50% - 600px + 32px);
}

.ctv-arrow.right {
  right: calc(50% - 600px + 32px);
}

.ctv-dots {
  margin: 16px auto 0;
  width: min(920px, calc(100% - 64px));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.ctv-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.55);
  opacity: 0.9;
}

.ctv-dot.is-active {
  width: 8px;
  height: 8px;
  background: #40a7d4;
  opacity: 1;
}

.ctv-dot,
.ctv-dot.is-active {
  transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.ctv-dot.is-active {
  transform: scale(1);
  /* transform: scale(1.35); */
}

/* @media (max-width: 992px) {
  .ctv-wide {
    width: calc(100% - 32px);
    height: 300px;
    overflow: hidden;
    left: auto;
    transform: none;
  }

  .ctv-slide {
    height: 300px;
  }

  .ctv-slide.is-active {
    width: calc(100% - 64px);
    border-radius: 28px;
  }

  .ctv-slide.is-prev,
  .ctv-slide.is-next {
    display: none;
  }

  .ctv-arrow.left {
    left: 10px;
  }

  .ctv-arrow.right {
    right: 10px;
  }
} */

.ctv-seg-card {
  width: 1200px;
  height: 216px;
  margin: 53px auto 0;
  border-radius: 40px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 384px 1fr;
  background: url("./assats/img/img_card_system.png") no-repeat;
  background-size: 100% 100%;
  background-position: 50% 50%;
  border: 0;
}

.ctv-seg-media {
  width: 384px;
  height: 216px;
  border-radius: 40px;
  overflow: hidden;
  margin-top: 0;
  margin-left: 0;
  background: #04102c;
}

.ctv-seg-media > video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ctv-seg-copy {
  padding: 46px 46px;
  font-size: 28px;
  line-height: 1.35;
  font-weight: 600;
  color: #DFDFDF;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.ctv-grid {
  width: 1200px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 368px);
  column-gap: 48px;
  row-gap: 26px;
  justify-content: space-between;
}

.ctv-tile {
  width: 368px;
  height: 124px;
  background: #fefefe;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px 20px;
}

.ctv-tile-img {
  width: 92px;
  height: 92px;
  border-radius: 999px;
  display: block;
  object-fit: cover;
  flex: 0 0 auto;
}

.ctv-tile-text {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  color: rgba(4, 16, 44, 0.82);
  text-align: left;
}

/* @media (max-width: 992px) {
  .ctv-seg-card {
    width: calc(100% - 32px);
    height: auto;
    grid-template-columns: 1fr;
  }

  .ctv-seg-media {
    height: 160px;
  }

  .ctv-seg-copy {
    padding: 22px 20px;
    font-size: 14px;
  }

  .ctv-grid {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
  }

  .ctv-tile {
    width: 100%;
  }
} */

.ctv-panels {
  margin-top: 0;
  /* padding-top: 120px; */
  text-align: center;
}

.ctv-panels-title {
  font-weight: 400;
  font-size: 28px;
  color: #fefefe;
  letter-spacing: 0.2px;
  line-height: 0;
}

.ctv-panels-viewport {
  margin-top: 50px;
  width: 1200px;
  position: relative;
  overflow: visible;
  -webkit-clip-path: inset(0 -2000px 0 0);
  clip-path: inset(0 -2000px 0 0);
  padding: 0;
}

.ctv-panels-viewport::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2000px;
  width: 2000px;
  /* background: #04102c; */
  pointer-events: none;
  z-index: 3;
}

.ctv-panels-track {
  position: relative;
  z-index: 2;
}

/* @media (max-width: 1560px) {
  .ctv-panels-viewport {
    width: 100%;
    overflow: hidden;
  }
} */

.ctv-panels-track {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
  align-items: stretch;
  will-change: transform;
  transition: transform 420ms ease;
  padding: 0;
}

.ctv-panel {
  width: 520px;
  height: 740px;
  border-radius: 40px;
  background: url("./assats/img/img_card_diagnosis.png") no-repeat;
  background-size: 100% 100%;
  background-position: 50% 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 32px 28px 320px;
  text-align: left;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
}

.ctv-panel.is-narrow {
  width: 520px;
}

.ctv-panel-title {
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-size: 38px;
  color: #fefefe;
  line-height: 48px;
  margin-top: 54px;
}

.ctv-panel-body {
  text-align: justify;
  margin-top: 8px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #dfdfdf;
  max-width: 360px;
  margin: 0 auto;
  padding-top: 32px;
  text-justify: inter-word;
  text-align-last: left;
  hyphens: auto;
  
}

.ctv-panel-media {
  width: 520px;
  height: 296px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  margin-top: 0;
  border-radius: 0;
  overflow: hidden;
}

.ctv-panel-media > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ctv-panels-arrows {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 100px;
}

.ctv-panels-arrow {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.14);
  display: grid;
  place-items: center;
}

.ctv-panels-arrow img {
  width: 54px;
  height: 54px;
  display: block;
}

/* @media (max-width: 992px) {
  .ctv-panels-viewport {
    width: 100%;
    left: auto;
    transform: none;
  }

  .ctv-panels-track {
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ctv-panel {
    width: 320px;
    height: 520px;
    border-radius: 28px;
  }
} */

.ctv-info {
  padding-top: 120px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 40px;
  justify-items: center;
}

.ctv-info-card {
  width: 1200px;
  height: 248px;
  border-radius: 40px;
  background: url("./assats/img/img_card_data.png") no-repeat;
  background-size: 100% 100%;
  background-position: 50% 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 64px 0 100px;
  display: flex;
  /* align-items: center; */
  /* gap: 28px; */
}

.ctv-info-icon {
  width: 80px;
  height: 80px;
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
  margin-top: 84px;
}

.ctv-info-copy {
  flex: 1 1 auto;
  padding-left: 100px;
  margin-top: 53px;
}

.ctv-info-card .t {
  font-family: Poppins;
  font-weight: 600;
  font-size: 38px;
  color: #fefefe;
}

.ctv-info-card .d {
  margin-top: 28px;
  font-weight: 400;
  font-size: 18px;
  color: #dfdfdf;
  line-height: 28px;
}

/* @media (max-width: 992px) {
  .ctv-info {
    width: calc(100% - 32px);
  }
} */

.dx-footer {
  height: 764px;
  background: #ffffff;
  color: #1a1a1a;
  padding-top: 86px;
  width: 100%;
  margin-left: calc(50% - 50vw);
}

.dx-footer-inner {
  width: 1200px;
  margin: 0 auto;
  background: #ffffff;
}

.dx-footer-top {
  display: grid;
  gap: 8px;
}

.dx-footer-logo {
  width: 224px;
  height: 36px;
  display: block;
}

.dx-footer-company {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.55);
}

.dx-footer-contacts {
  margin-top: 46px;
  display: grid;
  grid-template-columns: 220px 260px 1fr;
  align-items: center;
}

.dx-footer-contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.dx-footer-icon {
  display: block;
  object-fit: contain;
}

.dx-footer-icon.phone {
  width: 22px;
  height: 24px;
}

.dx-footer-icon.email {
  width: 30px;
  height: 24px;
}

.dx-footer-icon.message {
  width: 26px;
  height: 24px;
}

.dx-footer-contact-text {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.58);
}

.dx-footer-contact[data-legal-modal-open='message']:hover .dx-footer-contact-text,
.dx-footer-contact[data-legal-modal-open='message']:focus-visible .dx-footer-contact-text {
  color: rgba(0, 0, 0, 0.78);
}

.dx-footer-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  margin-top: 42px;
}

.dx-footer-links {
  margin-top: 38px;
  display: grid;
  grid-template-columns: 220px 260px 1fr;
  column-gap: 0;
  align-items: start;
}

.dx-footer-col-title {
  font-size: 12px;
  font-weight: 650 !important;
  color: rgba(0, 0, 0, 0.78);
  margin-bottom: 12px;
  display: block;
  text-decoration: none;
  cursor: default;
}

.dx-footer-col-title[href] {
  cursor: pointer;
}

.dx-footer-col-title[href]:hover,
.dx-footer-col-title[href]:focus-visible {
  color: rgba(0, 0, 0, 1);
}

.dx-footer-link {
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.52);
  text-decoration: none;
  margin-top: 10px;
}

.dx-footer-link:hover {
  color: rgba(0, 0, 0, 0.78);
}

.dx-footer-bottom {
  margin-top: 24px;
  display: grid;
  gap: 10px;
}

.dx-footer-legal {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dx-footer-legal-link {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.52);
  text-decoration: none;
}

.dx-footer-legal-link:hover {
  color: rgba(0, 0, 0, 0.78);
}

.dx-footer-legal-sep {
  color: rgba(0, 0, 0, 0.22);
}

.dx-footer-copy {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.52);
  text-align: left;
}

/* @media (max-width: 992px) {
  .dx-footer {
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .dx-footer-inner {
    width: calc(100% - 32px);
  }

  .dx-footer-contacts {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .dx-footer-links {
    grid-template-columns: 1fr;
    row-gap: 22px;
    column-gap: 0;
  }
} */

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease, transform 700ms ease;
  will-change: opacity, transform;
}

.reveal-on-scroll.is-inview {
  opacity: 1;
  /* transform: translateY(-66px); */
}

/* @media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }
} */
