.c-hero {
  position: relative;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  z-index: 1;
  padding: 150px 0;
}
.c-hero--small {
  padding: 160px 0 140px;
  min-height: auto;
}
.c-hero--small .c-hero__image {
  padding-top: 120px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.c-hero--small .c-hero__image img {
  height: 100%;
  object-fit: cover;
}
.c-hero--xs {
  position: relative;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  z-index: 1;
  padding: 144px 0 56px;
  min-height: auto;
}
.c-hero--xs .c-hero__image {
  padding-top: 120px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.c-hero--xs .c-hero__image img {
  height: 100%;
  object-fit: cover;
}
.c-hero--xs .c-title__superior-content {
  gap: 8px;
}
.c-hero--xs .c-hero__title {
  color: var(--Type-200, #E4E7EB);
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.5rem;
  margin-bottom: 16px;
}
.c-hero--xs .c-hero__text {
  color: var(--Type-100, #F6F7F9);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  margin-bottom: 0px;
}
.c-hero--xs .c-hero__text:last-child {
  margin-bottom: 0;
}
.c-hero .container {
  z-index: 1;
}
.c-hero__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-hero__pretitle {
  color: var(--Semantic-Info-400, #319EDB);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0;
}
.c-hero__title {
  color: var(--Type-100, #F6F7F9);
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 6rem;
  margin-bottom: 16px;
}
.c-hero__text {
  color: var(--Type-100, #F6F7F9);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
  margin-bottom: 40px;
  /* 120% */
}
.c-hero__link {
  color: var(--Type-100, #F6F7F9);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 0;
}
.c-hero__image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 0;
}
.c-hero__image img {
  height: 100%;
  object-fit: cover;
}
.c-hero--blue {
  background: linear-gradient(180deg, #000E1E 0%, #000 333.21%);
}

/*# sourceMappingURL=hero.css.map */
