.index-blue-cta {
  position: relative;
  overflow: hidden;
  padding-right: max(20px, (100vw - 1280px) / 2);
  padding-left: max(20px, (100vw - 1280px) / 2);
  background: #171717;
  border-radius: 32px 32px 0px 0px;
}
.index-blue-cta::before {
  content: "";
  position: absolute;
  top: -38px;
  left: 0;
  right: 0;
  z-index: 0;
  height: 298px;
  background-size: 60%;
  /* width: 114px; */
  background: url(/static/image/locationBg.webp) center top/cover no-repeat;
  pointer-events: none;
  background-size: 40%;
  opacity: 0.5;
}
.index-blue-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: min(90%, 820px);
  height: 120px;
  background: linear-gradient(90deg, rgba(119, 232, 233, 0.5019607843) 4%, rgba(113, 111, 255, 0.5019607843) 100%);
  filter: blur(72px);
  transform: translateX(-50%);
  pointer-events: none;
}
.index-blue-cta__frame {
  position: relative;
  z-index: 1;
}
.index-blue-cta__hero {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0px 80px;
  text-align: center;
}
.index-blue-cta__logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  opacity: 0.95;
}
.index-blue-cta__title {
  margin: 18px 0 0;
  color: #ffffff;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.15;
}
.index-blue-cta__subtitle {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: normal;
  line-height: 1.55;
  max-width: 1000px;
}
.index-blue-cta__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 42px;
}
.index-blue-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 190px;
  padding: 13px 24px;
  border-radius: 999px;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.index-blue-cta__button--primary {
  color: #fff;
  background: #247cff;
}
.index-blue-cta__button--primary:hover {
  background: #2070e5;
}
.index-blue-cta__button--secondary {
  color: #111827;
  background: #ffffff;
  border: 1px solid #ebebeb;
}
.index-blue-cta__button--secondary:hover {
  background: #f7f6f5;
  border: 1px solid #ebebeb;
}
.index-blue-cta__remarks {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  width: 100%;
  border-top: 1px solid #ebebeb;
}
.index-blue-cta__remarks__item {
  display: flex;
  flex: 1;
  align-items: flex-start;
  gap: 16px;
  padding: 24px 30px;
  text-align: left;
  border-right: 1px solid #ebebeb;
}
.index-blue-cta__remarks__item:last-child {
  border-right: 0;
}
.index-blue-cta__remarks__item svg {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
}
.index-blue-cta__remarks__item span {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}
.index-blue-cta__remarks__item p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .index-blue-cta__title {
    font-size: 36px;
  }
  .index-blue-cta__remarks__item {
    padding: 20px 24px;
  }
}
@media (max-width: 1024px) {
  .index-blue-cta__remarks {
    flex-direction: column;
  }
  .index-blue-cta__remarks__item {
    padding: 24px 28px;
    border-right: 0;
    border-bottom: 1px solid #ebebeb;
  }
  .index-blue-cta__remarks__item:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 768px) {
  .index-blue-cta {
    padding-right: 18px;
    padding-left: 18px;
  }
  .index-blue-cta__hero {
    padding: 64px 16px 48px;
  }
  .index-blue-cta__title {
    font-size: clamp(30px, 9vw, 42px);
  }
  .index-blue-cta__subtitle {
    font-size: 16px;
    line-height: 1.5;
  }
  .index-blue-cta__actions {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    margin-top: 40px;
  }
  .index-blue-cta__button {
    width: min(100%, 260px);
  }
  .index-blue-cta__remarks {
    flex-direction: column;
  }
  .index-blue-cta__remarks__item {
    padding: 24px 20px;
    border-right: 0;
    border-bottom: 1px solid #ebebeb;
  }
  .index-blue-cta__remarks__item:last-child {
    border-bottom: 0;
  }
}

/*# sourceMappingURL=blue-cta.css.map */
