html,
body {
  height: 100%;
}

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

.aip-bg {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

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

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

.aip-bg-1 {
  height: 1080px;
  background-image: url("./assats/img/implant1.png");
}

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

.aip-bg-2 {
  height: 1080px;
  background-image: url("./assats/img/implant2.png");
}

.aip-bg-3 {
  height: 1184px;
  background-image: url("./assats/img/implant3.png");
}

.aip-bg-4 {
  height: 1080px;
  background-image: url("./assats/img/implant4.png");
}

.aip-bg-5 {
  height: 1176px;
  background-image: url("./assats/img/implant5.png");
}

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

.aip-bg-3 .site-stage {
  overflow: visible;
}

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

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

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

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

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

  .aip-bg {
    overflow: visible;
  }

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

  .aip-bg-section {
    width: 1920px;
    min-width: 1920px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .site-stage {
    left: 0;
    transform: none;
  
   
     padding-bottom: 100px;
  }
}

.aip-hero {
  /* padding-top: 100px; */
  text-align: center;
}

.aip-hero h1 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 78px;
  color: #FEFEFE;
  margin: 0;
  font-family: Poppins;
  line-height: 60px;
}

.aip-hero-tagline {
  margin-top: 25px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 28px;
  color: #DFDFDF;
  font-family: Poppins;
}

.aip-hero-desc {
  margin-top: 23px;
  font-family: Poppins;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #DFDFDF;
  font-family: Poppins;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.aip-hero-visual {
  width: 572px;
  height: 470px;
  margin: 49px auto 0;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.aip-hero-img {
  width: 572px;
  height: 470px;
  display: block;
  object-fit: contain;
}

.aip-feature {
  text-align: center;
  padding-top: 57px;
}

.aip-feature-kicker {
  font-family: Poppins;
  font-weight: 500;
  font-size: 58px;
  color: #FEFEFE;
  line-height: 70px;
}

.aip-feature-title {
  margin: 0;
  font-family: Poppins;
  font-weight: 600;
  font-size: 58px;
  color: #FEFEFE;
  line-height: 68px;
  transition: opacity 420ms ease;
  will-change: opacity;
}

.aip-feature-title.is-ctv-title-hidden {
  opacity: 0;
}

.aip-feature-sub {
  height: 100px;
  margin: 22px auto 0;
  max-width: 720px;
  font-family: Poppins;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #DFDFDF;
  font-family: Poppins;
  transition: opacity 420ms ease;
  will-change: opacity;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aip-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;
}

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

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

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

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

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

.aip-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: #FEFEFE;
}

.aip-dot.is-active {
  width: 12px;
  background: #40A7D4;
}

.aip-feature-cards {
  width: 1200px;
  margin: 70px auto 0;
  display: grid;
  gap: 60px;
}

.aip-card {
  width: 1200px;
  height: 288px;
  border-radius: 30px;
  background: url("./assats/img/img_card_enhanced.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: visible;
  margin-bottom: 134px;
  position: relative;
   z-index: 100;
}

.aip-card-content {
  padding: 0 70px;
  flex: 1 1 auto;
  min-width: 0;
}

.aip-card-title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 38px;
  color: #FEFEFE;
  line-height: 1.2;
}

.aip-card-desc {
  margin-top: 18px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  color: #DFDFDF;
  line-height: 28px;
  max-width: 640px;
}

.aip-card-media {
  position: absolute;
  width: 322px;
  height: 322px;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  background: url("./assats/img/symk1bj.png") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  flex: 0 0 auto;
  flex-shrink: 0;
  bottom: 60px;
  z-index: 100;
}

.aip-card--left-media {
  padding-left: 22px;
}

.aip-card--left-media .aip-card-media {
  margin-left: -22px;
  z-index: 1;
}

.aip-card--left-media .aip-card-content {
  position: relative;
  z-index: 2;
  padding-left: 370px;
  padding-right: 56px;
}

.aip-card--right-media .aip-card-media {
 right: 0;
}

.aip-showcase {
  padding-top: 44px;
}

.aip-showcase-grid {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 760px 1fr;
  align-items: end;
  gap: 22px;
}

.aip-showcase-side {
  height: 130px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  /* box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35); */
  opacity: 0.7;
}

.aip-showcase-main {
  height: 210px;
  border-radius: 18px;
  background: url("./assats/img/symk1bj.png") no-repeat;
  background-size: 100% 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  /* box-shadow: 0 22px 60px rgba(0, 0, 0, 0.45); */
  display: grid;
  place-items: center;
  overflow: hidden;
}

.aip-showcase-main-img {
  width: 620px;
  height: auto;
  display: block;
  opacity: 0.95;
}

.aip-feature-cards {
  width: 1200px;
  margin: 44px auto 0;
  display: grid;
  gap: 18px;
}

.aip-feature-card {
  min-height: 140px;
  border-radius: 18px;
  padding: 22px 26px;
  background: linear-gradient(180deg, rgba(64, 167, 212, 0.92), rgba(90, 105, 219, 0.84));
  /* box-shadow: 0 22px 60px rgba(0, 0, 0, 0.35); */
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.aip-feature-card-title {
  font-size: 16px;
  font-weight: 650;
  line-height: 1.2;
}

.aip-feature-card-body {
  margin-top: 10px;
  max-width: 820px;
  font-size: 12px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}

.aip-pillars {
  padding-top: 141px;
}

.aip-pillars-grid {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.aip-pill {
  width: 380px;
  height: 380px;
  border-radius: 40px;
 padding: 34px 27px 0 30px;
  background: #FAFAFA;
  /* border: 1px solid rgba(12, 18, 38, 0.08); */
  /* box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2); */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.aip-pill--blue {
  background: url("./assats/img/img_card_meets.png") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border: 0;
  /* box-shadow: none; */
  outline: none;
}

.aip-pill-icon {
  width: 44px;
  height: 44px;
  display: block;
  margin-bottom: 18px;
}

.aip-pill-t {
  font-family: Poppins;
font-weight: 600;
font-size: 38px;
color: #04102C;
line-height: 48px;
}

.aip-pill--blue .aip-pill-t {
  color: #FAFAFA;
}

.aip-pill-d {
  margin-top: 8px;
  font-family: Poppins;
font-weight: 400;
font-size: 18px;
color: #172454;
line-height: 28px;
}

.aip-pill--blue .aip-pill-d {
 color: #F5F5F5;
}

.aip-benefits {
  width: 1130px;
  margin: 151px auto 150px;
  display: grid;
  gap: 40px;
}

.aip-benefit {
  width: 1130px;
  height: 280px;
  border-radius: 30px;
  padding: 0;
  background: url("./assats/img/img_card_risk.png") no-repeat;
  background-size: 100% 100%;
  border: 0;
  position: relative;
  overflow: visible;
}

.aip-benefit-title {
 font-family: Poppins;
font-weight: 600;
font-size: 38px;
color: #FEFEFE;
line-height: 48px;
}

.aip-benefit-body {
  margin-top: 14px;
 font-family: Poppins;
font-weight: 400;
font-size: 18px;
color: #DFDFDF;
line-height: 28px;
  max-width: 860px;
}

.aip-benefit-content {
  height: 100%;
  padding-left: 132px;
  padding-top: 41px;
  /* padding: 52px 56px 52px 120px; */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}

.aip-benefit-icon {
  width: 96px;
  height: 96px;
  position: absolute;
  left: -48px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

