.c-section {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .c-section {
    padding: 56px 0;
  }
}
.c-section__inner {
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .c-section__inner {
    max-width: 780px;
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .c-section__inner {
    padding: 0 16px;
  }
}
.c-section__inner--narrow {
  max-width: 1080px;
}
.c-section__eyebrow {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #005aad;
}
.c-section__eyebrow--center {
  text-align: center;
}
.c-section__title {
  margin: 0 0 48px;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
.c-section__title--center {
  text-align: center;
}
.c-section__subtitle {
  margin: 0 0 48px;
  font-size: 20px;
  text-align: center;
  color: #212529;
}
.c-section__lead {
  margin: 0 auto 40px;
  font-size: 18px;
  text-align: center;
  color: #212529;
}
@media (max-width: 767px) {
  .c-section__lead {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.c-section__cta, .c-section__more {
  margin-top: 48px;
  text-align: center;
}
@media (max-width: 767px) {
  .c-section__cta, .c-section__more {
    margin-top: 36px;
  }
}
.c-section__dots {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 36px;
}
@media (max-width: 767px) {
  .c-section__dots {
    gap: 20px;
  }
}
.c-section__bg-media {
  position: absolute;
  inset: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 801;
}
.c-section__bg-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-section--features, .c-section--services, .c-section--press {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .c-section--features > .c-section__inner {
    padding: 0 32px;
  }
}
.c-section--features .c-section__lead {
  max-width: none;
}
.c-section--features .c-section__subtitle {
  font-size: 32px;
}
@media (max-width: 767px) {
  .c-section--features .c-section__subtitle {
    font-size: 20px;
  }
}
.c-section--about {
  position: relative;
  overflow: hidden;
}
.c-section--about .l-container {
  position: relative;
  z-index: 810;
}
.c-section--about .c-section__title {
  margin-bottom: 48px;
}
.c-section--about .c-section__subtitle {
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .c-section--about .c-section__subtitle {
    font-size: 16px;
  }
}
@media (max-width: 339px) {
  .c-section--about .c-section__subtitle {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .c-section--about .c-section__eyebrow,
.c-section--about .c-section__title,
.c-section--about .c-section__subtitle {
    margin-left: calc((100vw - 1248px) / 2);
    margin-right: calc((100vw - 1248px) / 2);
  }
}
.c-section--cta {
  background-color: #00152b;
}
.c-section--press .c-section__eyebrow,
.c-section--press .c-section__title {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .c-section--press .c-section__eyebrow,
.c-section--press .c-section__title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .c-section--press .c-section__eyebrow,
.c-section--press .c-section__title {
    text-align: center;
  }
}
.c-section--press .c-section__content {
  max-width: 1248px;
  margin: 0 max(0px, (100vw - 1248px) / 2) 48px max(0px, (100vw - 1080px) / 2);
  padding: 0 24px;
}
@media (max-width: 767px) {
  .c-section--press .c-section__content {
    padding: 0 16px;
  }
}

.c-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #005aad;
  background-color: #ffffff;
  padding: 0;
  appearance: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.c-dot--active {
  background-color: #005aad;
  border-color: #005aad;
}
@media (max-width: 767px) {
  .c-dot {
    width: 6px;
    height: 6px;
  }
}

.c-hero {
  position: relative;
  padding: 112px 0 152px;
  color: #ffffff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-hero {
    padding: 84px 0 84px;
  }
}
.c-hero__visual {
  position: absolute;
  inset: 0;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  filter: brightness(0.8);
}
.c-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 10% center;
}
.c-hero__inner {
  position: relative;
  max-width: 1248px;
  padding: 0 24px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .c-hero__inner {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .c-hero__inner {
    padding: 0 16px;
  }
}
.c-hero__title {
  margin: 0 0 24px;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .c-hero__title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .c-hero__title {
    font-size: 22px;
  }
}
.c-hero__lead {
  margin: 0 0 48px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.82);
}
@media (max-width: 767px) {
  .c-hero__lead {
    font-size: 14px;
    max-width: none;
  }
}
.c-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.c-hero__buttons .c-button {
  min-width: 0;
}
@media (max-width: 767px) {
  .c-hero__buttons {
    gap: 16px;
    flex-direction: column-reverse;
    align-items: stretch;
    width: fit-content;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .c-hero__buttons .c-button {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .c-hero__buttons .c-button {
    justify-content: flex-end;
  }
}
.c-hero__scroll {
  position: absolute;
  right: 40px;
  bottom: 32px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #005aad;
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: 0.3s ease;
}
.c-hero__scroll:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .c-hero__scroll {
    width: 36px;
    height: 36px;
    right: 16px;
  }
}
.c-hero__scroll-icon {
  width: 16px;
  height: 16px;
}

.c-features {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  max-width: 1080px;
  margin: 100px auto;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .c-features {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .c-features {
    padding: 20px 0;
    margin: 0;
    flex-direction: column;
    gap: 24px;
  }
}

.c-feature-card {
  flex: 0 0 264px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  transform-origin: center;
  transition: transform 0.35s ease;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .c-feature-card {
    flex: 0 0 210px;
  }
}
.c-feature-card.is-active {
  transform: scale(1.3);
}
@media (min-width: 768px) and (max-width: 1279px) {
  .c-feature-card.is-active {
    transform: scale(1.2);
  }
}
@media (max-width: 767px) {
  .c-feature-card.is-active {
    transform: scale(1);
  }
}
@media (max-width: 767px) {
  .c-feature-card {
    flex: 0 0 auto;
    display: none;
    max-width: 300px;
    width: 100%;
    transform: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: relative;
  }
  .c-feature-card::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .c-feature-card.is-active {
    display: flex;
    opacity: 1;
  }
}
.c-feature-card__circle {
  width: 264px;
  height: 264px;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
  background-color: #ffffff;
  box-shadow: 0 0 24px rgba(0, 90, 173, 0.35);
  padding: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: box-shadow 0.35s ease;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .c-feature-card__circle {
    width: 200px;
    height: 200px;
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .c-feature-card__circle {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
}
.c-feature-card__title {
  margin: 0 0 16px;
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .c-feature-card__title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .c-feature-card__title {
    font-size: 16px;
  }
}
.c-feature-card__text {
  margin: 0;
  font-size: 14px;
  color: #212529;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .c-feature-card__text {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .c-feature-card__text {
    font-size: 12px;
  }
}

.c-feature-card--enter-left,
.c-feature-card--enter-right,
.c-feature-card--exit-left,
.c-feature-card--exit-right {
  display: none;
}

.c-service-flow {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .c-service-flow {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .c-service-flow {
    flex-direction: column;
    gap: 32px;
  }
}
.c-service-flow__item {
  flex: 0 0 400px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 810;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .c-service-flow__item {
    flex: 0 0 250px;
  }
}
@media (max-width: 767px) {
  .c-service-flow__item {
    flex: 0 0 300px;
    width: 100%;
    order: 1;
  }
}
@media (max-width: 339px) {
  .c-service-flow__item {
    flex: 0 0 280px;
  }
}
@media (max-width: 767px) {
  .c-service-flow__item--left {
    order: 0;
  }
}
.c-service-flow__item--left .c-service-flow__bg img {
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .c-service-flow__item--left .c-service-flow__bg img {
    transform: rotate(45deg);
  }
}
@media (max-width: 767px) {
  .c-service-flow__item--right {
    order: 2;
  }
}
.c-service-flow__item--right .c-service-flow__bg img {
  transform: rotate(135deg);
}
@media (max-width: 767px) {
  .c-service-flow__item--right .c-service-flow__bg img {
    transform: rotate(-135deg);
  }
}
@media (min-width: 1280px) {
  .c-service-flow__item--right .c-service-flow__circle {
    flex-direction: column-reverse;
    gap: 16px;
  }
}
.c-service-flow__circle {
  border-radius: 50%;
  padding: 56px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .c-service-flow__circle {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .c-service-flow__circle {
    padding: 40px 32px;
  }
}
.c-service-flow__title {
  margin: 0 0 16px;
  font-size: 32px;
  font-weight: 500;
  color: #005aad;
  z-index: 811;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .c-service-flow__title {
    font-size: 18px;
    margin: 0 0 8px;
  }
}
@media (max-width: 767px) {
  .c-service-flow__title {
    font-size: 22px;
  }
}
.c-service-flow__text {
  margin: 0;
  font-size: 16px;
  color: #212529;
  z-index: 811;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .c-service-flow__text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .c-service-flow__text {
    font-size: 14px;
  }
}
@media (max-width: 339px) {
  .c-service-flow__text {
    font-size: 12px;
  }
}
.c-service-flow__center {
  text-align: center;
  position: relative;
  z-index: 801;
}
@media (max-width: 767px) {
  .c-service-flow__center {
    order: 1;
  }
}
.c-service-flow__center .c-button {
  z-index: 810;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .c-service-flow__center .c-button {
    padding: 12px 16px;
  }
}
.c-service-flow__center::before, .c-service-flow__center::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 150px;
  height: 1px;
  background-color: #005aad;
  transform: translateY(-50%);
  z-index: 801;
}
@media (max-width: 767px) {
  .c-service-flow__center::before, .c-service-flow__center::after {
    width: 1px;
    height: 80px;
    right: auto;
    top: auto;
    transform: translateX(-50%);
  }
}
.c-service-flow__center::before {
  right: 100%;
}
@media (max-width: 767px) {
  .c-service-flow__center::before {
    bottom: 100%;
    left: 50%;
  }
}
.c-service-flow__center::after {
  left: 100%;
}
@media (max-width: 767px) {
  .c-service-flow__center::after {
    top: 100%;
    left: 50%;
  }
}
.c-service-flow__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.c-service-flow__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.c-about-card {
  margin: 0 auto;
  padding: 56px 72px;
  background-color: #ffffff;
  box-shadow: 0 20px 60px rgba(33, 37, 41, 0.25);
  text-align: center;
}
@media (max-width: 767px) {
  .c-about-card {
    padding: 40px 24px;
  }
}
.c-about-card .c-section__subtitle {
  color: #005aad;
}
.c-about-card__text {
  margin: 0 0 48px;
  font-size: 16px;
  color: #5f6062;
  text-align: center;
}
@media (max-width: 767px) {
  .c-about-card__text {
    font-size: 14px;
  }
}
.c-about-card__cta {
  margin-top: 32px;
  text-align: center;
}

.c-press-table {
  border-top: 1px solid #7bbfff;
  border-bottom: 1px solid #7bbfff;
}
.c-press-table__row {
  display: grid;
  grid-template-columns: 120px 200px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #7bbfff;
  color: #212529;
  text-decoration: none;
  transition: color 0.3s ease;
  min-width: 0;
}
.c-press-table__row:first-child {
  border-top: none;
}
.c-press-table__row:hover {
  color: #005aad;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .c-press-table__row {
    grid-template-columns: 140px 140px minmax(0, 1fr);
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .c-press-table__row {
    grid-template-columns: 80px auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 12px;
    padding: 16px 0;
  }
}
.c-press-table__row.is-static {
  color: #212529;
  transition: none;
}
.c-press-table__row.is-static:hover {
  color: #212529;
}
.c-press-table__date {
  font-size: 18px;
  color: inherit;
}
@media (max-width: 767px) {
  .c-press-table__date {
    font-size: 14px;
  }
}
.c-press-table__category {
  font-size: 18px;
  font-weight: 400;
  color: inherit;
}
@media (max-width: 767px) {
  .c-press-table__category {
    font-size: 14px;
  }
}
.c-press-table__title {
  margin: 0;
  min-width: 0;
  font-size: 20px;
  font-weight: 500;
  color: inherit;
}
@media (max-width: 767px) {
  .c-press-table__title {
    grid-column: 1/-1;
    font-size: 14px;
  }
}

.c-press-table__empty {
  margin: 0;
  padding: 24px 0;
  text-align: center;
  font-size: 16px;
  color: #212529;
}
@media (max-width: 767px) {
  .c-press-table__empty {
    font-size: 14px;
  }
}
