@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  margin: 0;
  min-height: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  color: #121212;
  background-color: #f5f5f5;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  font-family: inherit;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid #2d9bd8;
  outline-offset: 2px;
}

ul,
ol {
  list-style: inherit;
  padding: 0;
  margin: 0;
}

.container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .container {
    max-width: 1248px;
  }
}

.section .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .section .container {
    gap: 32px;
  }
}
@media (min-width: 1200px) {
  .section .container {
    gap: 48px;
  }
}

.section-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section-header__label-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-header__dots {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.section-header__dot {
  width: 8px;
  height: 8px;
  border-radius: 10px;
}
.section-header__dot--primary {
  background-color: #0084cf;
}
.section-header__dot--danger {
  background-color: #ea1d22;
}
.section-header__dot--accent {
  background-color: #feba11;
}
.section-header__dot--light {
  background-color: #ffffff;
}
.section-header__label {
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #121212;
  text-transform: uppercase;
  letter-spacing: 0;
}
.section-header--inverse .section-header__label {
  color: #ffffff;
}
.section-header__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.section-header__title {
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
}
@media (min-width: 1024px) {
  .section-header__title {
    font-size: 40px;
    line-height: 48px;
  }
}
.section-header__title {
  color: #0084cf;
  margin: 0;
}
.section-header__title--dark {
  color: #121212;
}
.section-header__subtitle {
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
}
@media (min-width: 1024px) {
  .section-header__subtitle {
    font-size: 40px;
    line-height: 48px;
  }
}
.section-header__subtitle {
  color: #121212;
  margin: 0;
}
.section-header__title--inverse, .section-header__subtitle--inverse {
  color: #ffffff;
}

.stat-card {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  border-radius: 12px;
}
.stat-card__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.stat-card__icon--lg {
  width: 60px;
  height: 60px;
}
.stat-card__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}
.stat-card__label {
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #686868;
}
.stat-card__value {
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #121212;
}
.stat-card__value-row {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.stat-card__value-unit {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}
.stat-card__text {
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #121212;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 16px 24px;
  border: 0;
  border-radius: 100px;
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.btn:hover {
  opacity: 0.9;
}
.btn--accent {
  background-color: #feba11;
  color: #ffffff;
  box-shadow: 0 10px 20px #006dab;
}
.btn--primary {
  background-color: #0084cf;
  color: #ffffff;
}

.view360 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 200px;
  height: 56px;
  padding: 0 24px;
  background-color: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 100px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(2px);
  cursor: pointer;
}
.view360__label {
  font-weight: 600;
  font-size: 18px;
  color: #121212;
  flex-shrink: 0;
}
.view360__badge {
  font-weight: 800;
  font-size: 10px;
  color: #121212;
}
.view360__icon {
  height: 28px;
  width: auto;
}

.divider--vertical {
  width: 1px;
  align-self: stretch;
  background-color: #e7dbd4;
  flex-shrink: 0;
}
.divider--horizontal {
  width: 100%;
  height: 1px;
  background-color: #ededed;
  border: 0;
}
.divider--cream {
  background-color: #e7dbd4;
}

.feature-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
  min-width: 0;
}
.feature-card__icon {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
.feature-card__title {
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #686868;
  margin: 0;
}
.feature-card__text {
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #121212;
  margin: 0;
}

.swiper-assets-pagination.swiper-pagination {
  background: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(2px);
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px 6px;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-assets-pagination.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.48);
  opacity: 1;
}
.swiper-assets-pagination.swiper-pagination .swiper-pagination-bullet-active {
  width: 32px;
  background-color: #ffffff;
}

.swiper-assets-nav.swiper-button-prev, .swiper-assets-nav.swiper-button-next {
  z-index: 1;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  margin: 0;
}
.swiper-assets-nav.swiper-button-prev::after, .swiper-assets-nav.swiper-button-next::after {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
}
.swiper-assets-nav.swiper-button-disabled {
  background: rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(2px);
  opacity: 1;
}
.swiper-assets-nav.swiper-button-disabled::after {
  color: #ffffff !important;
}
.swiper-assets-nav.swiper-button-prev {
  left: 12px;
}
.swiper-assets-nav.swiper-button-next {
  right: 12px;
}

.contact-popup {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.contact-popup.is-open {
  display: flex;
}
.contact-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.contact-popup__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 744px;
  max-height: calc(100vh - 48px);
  overflow: hidden;
  background-color: #f9f4f1;
  border-radius: 12px;
}
.contact-popup__header {
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
  padding: 12px 24px 12px 48px;
  background-color: #ffffff;
}
.contact-popup__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.contact-popup__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  overflow-y: auto;
}
@media screen and (min-width: 1200px) {
  .contact-popup__body {
    padding: 48px;
  }
}
.contact-popup__title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #0084cf;
}
.contact-popup__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-popup__form-row {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .contact-popup__form-row {
    grid-template-columns: 1fr 1fr;
  }
}
.contact-popup__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-popup__label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #121212;
}
.contact-popup__required-wrap {
  font-weight: 500;
}
.contact-popup__required {
  color: #ea1d22;
}
.contact-popup__input {
  width: 100%;
  padding: 14px 24px 14px 12px;
  border: 1px solid #ededed;
  border-radius: 4px;
  background-color: #ffffff;
  color: #121212;
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.contact-popup__input::-moz-placeholder {
  color: #868686;
  font-size: 12px;
  font-weight: 500;
}
.contact-popup__input::placeholder {
  color: #868686;
  font-size: 12px;
  font-weight: 500;
}
.contact-popup__input:focus {
  outline: 2px solid rgba(0, 132, 207, 0.35);
  outline-offset: 0;
  border-color: #0084cf;
}
.contact-popup__input.is-error {
  border-color: #ea1d22;
}
.contact-popup__input.is-error:focus {
  outline-color: rgba(234, 29, 34, 0.25);
  border-color: #ea1d22;
}
.contact-popup__error {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #ea1d22;
}
.contact-popup__submit {
  align-self: flex-start;
  padding: 12px 32px;
  border: 0;
  border-radius: 100px;
  background-color: #0084cf;
  color: #ffffff;
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.contact-popup__submit:hover {
  background-color: #006dab;
}

.home {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  background-color: #f5f5f5;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 80px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.site-header__brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.site-header__logo {
  height: 40px;
  width: auto;
}
@media (min-width: 768px) {
  .site-header__logo {
    height: 48px;
  }
}
.site-header__toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .site-header__toggle {
    display: none;
  }
}
.site-header__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #121212;
  transition: transform 0.2s ease;
}
.site-header__toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-header__toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.site-header__toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.site-header__nav {
  display: none;
  position: fixed;
  inset: 80px 0 0;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  background-color: #ffffff;
  overflow-y: auto;
}
.site-header__nav.is-open {
  display: flex;
}
@media (min-width: 1200px) {
  .site-header__nav {
    display: flex;
    position: static;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding: 0;
    overflow: visible;
  }
}
.site-header__link {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  white-space: nowrap;
}
.site-header__link:hover {
  color: #0084cf;
}
@media (min-width: 1200px) {
  .site-header__link--extra {
    display: none;
  }
}
.site-header__more {
  position: relative;
  display: none;
}
@media (min-width: 1200px) {
  .site-header__more {
    display: block;
  }
}
.site-header__more:hover .site-header__dropdown, .site-header__more:focus-within .site-header__dropdown, .site-header__more.is-open .site-header__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.site-header__more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.site-header__more-icon {
  display: block;
  width: 24px;
  height: 24px;
}
.site-header__dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  min-width: 248px;
  padding: 4px;
  background-color: #f9f4f1;
  border-radius: 12px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.48);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}
.site-header__dropdown-panel {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 8px;
}
.site-header__dropdown-link {
  display: block;
  width: 240px;
  padding: 12px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  white-space: nowrap;
}
.site-header__dropdown-link:hover {
  color: #0084cf;
}
.site-header__dropdown-divider {
  width: 100%;
  height: 1px;
  margin: 0;
  border: 0;
  background-color: #e7dbd4;
}

.site-main {
  padding-top: 80px;
}

.hero {
  background-color: #0084cf;
  border-radius: 0 0 48px 48px;
  overflow: hidden;
}
.hero__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 648px;
}
@media (min-width: 1024px) {
  .hero__media {
    aspect-ratio: 16/7;
  }
}
.hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__view360 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero__content {
  padding: 32px 24px 48px;
}
@media (min-width: 1024px) {
  .hero__content {
    padding: 48px 0;
  }
}
.hero__inner {
  width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .hero__inner {
    max-width: 1248px;
  }
}
.hero__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}
.hero__title {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 40px;
    line-height: 56px;
  }
}
@media (min-width: 1024px) {
  .hero__title {
    font-size: 48px;
    line-height: 64px;
  }
}
.hero__title-accent {
  color: #feba11;
}
.hero__desc {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  max-width: 1128px;
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: 48px;
}
@media (min-width: 1024px) {
  .section {
    padding-block: 96px;
  }
}
.section--cream {
  background-color: #f9f4f1;
}
.section--primary {
  background-color: #0084cf;
}
.section--white {
  background-color: #ffffff;
}
.section--dark {
  background-color: #121212;
}

.overview .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1200px) {
  .overview .container {
    gap: 48px;
  }
}
.overview__image-wrap {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 12px 24px rgba(226, 206, 194, 0.24);
  aspect-ratio: 16/9;
  max-height: 520px;
}
.overview__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.overview__stats {
  display: grid;
  gap: 32px;
}
@media (min-width: 1024px) {
  .overview__stats {
    grid-template-columns: auto 1px 1fr;
    align-items: start;
  }
}
@media (min-width: 1200px) {
  .overview__stats {
    grid-template-columns: 384px 1px 1fr;
    align-items: start;
  }
}
.overview__stats-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.location__layout {
  display: grid;
  gap: 0;
  width: 100%;
  max-width: 1824px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .location__layout {
    grid-template-columns: minmax(280px, 424px) 1fr;
  }
}
.location__sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 12px 12px 0 0;
}
@media (min-width: 1024px) {
  .location__sidebar {
    border-radius: 12px 0 0 12px;
    min-height: 600px;
  }
}
.location__sidebar-title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #121212;
}
.location__distances {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.location__map {
  background-color: #ffffff;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  min-height: 300px;
}
@media (min-width: 1024px) {
  .location__map {
    border-radius: 0 12px 12px 0;
    min-height: 600px;
  }
}
.location__map-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section.planning {
  padding-inline: 0;
  overflow: hidden;
}

.planning .divider--vertical {
  background: #ededed;
  height: 100%;
  align-items: flex-start;
}
.planning__metrics-wrap {
  padding-top: 32px;
}
.planning__carousel {
  width: 100%;
  position: relative;
  margin-block: 24px;
  padding-inline: 16px;
}
@media screen and (min-width: 1200px) {
  .planning__carousel {
    margin-block: 48px;
  }
}
.planning__swiper {
  overflow: visible !important;
}
@media screen and (min-width: 768px) {
  .planning__swiper {
    max-width: 63.3333333333vw;
  }
}
.planning__swiper .swiper-wrapper {
  align-items: center;
  overflow: visible;
}
.planning__slide {
  border-radius: 12px;
  overflow: hidden;
  opacity: 0.48;
  transition: opacity 0.35s ease;
}
.planning__slide.swiper-slide-active {
  opacity: 1;
}
.planning__slide-link {
  display: block;
}
.planning__slide-image {
  width: 100%;
  aspect-ratio: 1216/640;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  max-height: 640px;
}
.planning__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.planning__nav--prev {
  left: 24px;
  background-color: rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.99);
  backdrop-filter: blur(2px);
}
.planning__nav--next {
  right: 14px;
  background-color: rgba(255, 255, 255, 0.99);
  border: 0;
}
.planning__pagination {
  --swiper-pagination-bottom: 24px;
  bottom: 24px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: auto !important;
  background-color: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(2px);
  padding: 8px;
  border-radius: 100px;
  display: flex;
  gap: 8px;
  z-index: 2;
}
.planning__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.48);
  opacity: 1;
  margin: 0 !important;
  transition: width 0.25s ease;
}
.planning__pagination .swiper-pagination-bullet-active {
  width: 32px;
  background-color: #ffffff;
}
.planning__metrics {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.planning__metrics-row {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .planning__metrics-row {
    grid-template-columns: 1fr 1px 1fr;
    align-items: center;
  }
}
.planning__metric {
  display: flex;
  align-items: center;
  gap: 24px;
  min-width: 0;
}
.planning__metric-icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}

.infrastructure__accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-bottom: 48px;
}
.infrastructure__accordion.is-collapsed .infrastructure__item:not(.is-active) {
  display: none;
}
.infrastructure__item {
  border-top: 1px solid #e7dbd4;
}
.infrastructure__item:last-child {
  border-bottom: 1px solid #e7dbd4;
}
.infrastructure__item.is-active .infrastructure__chevron {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMjAgMTJMNCAxMiIgc3Ryb2tlPSIjMTIxMjEyIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==");
}
.infrastructure__item-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 24px 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}
@media (min-width: 1024px) {
  .infrastructure__item-header {
    gap: 96px;
  }
}
.infrastructure__index {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #121212;
  white-space: nowrap;
  flex-basis: 50px;
  flex-shrink: 0;
}
.infrastructure__item-title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #0084cf;
}
.infrastructure__chevron {
  width: 24px;
  height: 24px;
  transition: transform 0.25s ease;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDRWMjAiIHN0cm9rZT0iIzEyMTIxMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNCAxMkgyMCIgc3Ryb2tlPSIjMTIxMjEyIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.infrastructure__item-body {
  display: none;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .infrastructure__item-body {
    padding-inline: 56px 48px;
  }
}
@media screen and (min-width: 1024px) {
  .infrastructure__item-body {
    padding-inline-start: 126px;
  }
}
@media screen and (min-width: 1200px) {
  .infrastructure__item-body {
    padding-inline-end: 120px;
  }
}
.infrastructure__item.is-active .infrastructure__item-body {
  display: block;
}
.infrastructure__item-desc {
  margin: 0 0 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #121212;
}
.infrastructure__item-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16/8;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
.infrastructure__item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.infrastructure__cta {
  position: relative;
  width: 100%;
  min-height: 280px;
  margin-top: 24px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #0084cf;
}
.infrastructure__cta-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
.infrastructure__cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(0, 132, 207, 0) 0%, #0084cf 60%);
}
.infrastructure__cta-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  min-height: 320px;
  padding: 32px 24px;
}
@media screen and (min-width: 768px) {
  .infrastructure__cta-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .infrastructure__cta-content {
    padding-inline: 48px 142px;
  }
}
.infrastructure__cta-title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
  color: #ffffff;
}
.infrastructure__cta-link {
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 24px;
  line-height: 1.5;
  flex-shrink: 0;
  margin-top: 24px;
}
.infrastructure__cta-view360 {
  width: -moz-fit-content;
  width: fit-content;
}

.legal {
  position: relative;
  padding-bottom: 96px;
}
.legal__swiper {
  width: 100%;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.legal__swiper .swiper-wrapper {
  align-items: stretch;
  width: 100%;
  max-height: 560px;
}
.legal__swiper .swiper-pagination {
  bottom: 24px !important;
}
.legal__swiper .swiper-assets-nav::after {
  color: #0084cf;
}
.legal .swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
}
.legal .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.legal .swiper-slide .swiper-button-disabled {
  background: rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(2px);
  opacity: 1;
}
.legal .swiper-slide .swiper-button-disabled::after {
  color: #fff;
}
.legal__cards {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 24px;
}
@media (min-width: 1024px) {
  .legal__cards {
    gap: 32px;
    grid-template-columns: 1fr 1px 1fr;
    align-items: start;
  }
}

.advantages {
  position: relative;
  padding-bottom: 96px;
}
.advantages__grid {
  display: grid;
  gap: 32px;
}
@media (min-width: 1024px) {
  .advantages__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.advantages__card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
.advantages__card-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 592/400;
}
.advantages__card-swiper .swiper-wrapper {
  align-items: stretch;
  width: 100%;
  max-height: 400px;
}
.advantages__card-swiper .swiper-assets-pagination {
  bottom: 12px !important;
}
.advantages__card-swiper .swiper-assets-nav.swiper-button-prev {
  background: rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.99);
}
.advantages__card-swiper .swiper-assets-nav.swiper-button-prev::after {
  color: #ffffff;
}
.advantages__card-swiper .swiper-assets-nav.swiper-button-next {
  background: rgba(255, 255, 255, 0.99);
}
.advantages__card-swiper .swiper-assets-nav.swiper-button-next::after {
  color: #042ca8;
}
.advantages__card-swiper .swiper-assets-nav.swiper-button-disabled {
  opacity: 0.4;
}
.advantages__slide-link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}
.advantages__card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.advantages__expand {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(2px);
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.advantages__expand:hover {
  background: rgba(0, 0, 0, 0.4);
}
.advantages__card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 24px 48px;
}
.advantages__card-title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #0084cf;
}
.advantages__card-text {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #121212;
}
.advantages__heading-accent {
  color: #0084cf;
}
.advantages__heading-dark {
  color: #121212;
}

.about__blocks {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 48px;
}
.about__block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 4px;
  border: 1px solid #e7dbd4;
  border-radius: 12px;
  background: linear-gradient(168deg, #f9f4f1 0%, rgba(249, 244, 241, 0) 67.76%);
}
@media (min-width: 1024px) {
  .about__block {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
  .about__block:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
.about__block-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  border-radius: 4px;
  backdrop-filter: blur(2px);
  filter: drop-shadow(0 12px 12px rgba(0, 132, 207, 0.24));
}
@media (min-width: 1024px) {
  .about__block-content {
    flex: 1 1 0;
    min-width: 0;
    padding: 32px;
  }
}
.about__block-label {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #0084cf;
}
.about__block-line {
  width: 48px;
  height: 2px;
  background-color: #0084cf;
  border: 0;
}
.about__block-text {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #121212;
}
.about__block-media {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 240px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #686868;
}
@media (min-width: 768px) {
  .about__block-media {
    height: 320px;
  }
}
@media (min-width: 1024px) {
  .about__block-media {
    width: 672px;
    height: 480px;
  }
}
.about__block-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__intro {
  display: grid;
  gap: 24px;
}
@media (min-width: 1024px) {
  .about__intro {
    grid-template-columns: 1fr 1fr;
    gap: 96px;
  }
}
.about__company-name {
  margin: 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  color: #0084cf;
}
.about__company-desc {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #121212;
}

.contact {
  position: relative;
  overflow: hidden;
  min-height: 640px;
}
.contact__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 65% center;
     object-position: 65% center;
  z-index: 0;
}
.contact__inner {
  position: relative;
  z-index: 1;
}
.contact__panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 592px;
}
.contact__card {
  background-color: #ffffff;
  border-radius: 12px;
}
.contact__card--form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 48px;
}
.contact__card--hotline {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 48px 32px 35px;
}
.contact__form-title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #0084cf;
}
.contact__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact__form-row {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .contact__form-row {
    grid-template-columns: 1fr 1fr;
  }
}
.contact__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact__label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #121212;
}
.contact__required-wrap {
  font-weight: 500;
}
.contact__required {
  color: #ea1d22;
}
.contact__input {
  width: 100%;
  padding: 14px 24px 14px 12px;
  border: 1px solid #ededed;
  border-radius: 4px;
  background-color: #ffffff;
  color: #121212;
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.contact__input::-moz-placeholder {
  color: #868686;
  font-size: 12px;
  font-weight: 500;
}
.contact__input::placeholder {
  color: #868686;
  font-size: 12px;
  font-weight: 500;
}
.contact__input:focus {
  outline: 2px solid rgba(0, 132, 207, 0.35);
  outline-offset: 0;
  border-color: #0084cf;
}
.contact__input.is-error {
  border-color: #ea1d22;
}
.contact__input.is-error:focus {
  outline-color: rgba(234, 29, 34, 0.25);
  border-color: #ea1d22;
}
.contact__error {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #ea1d22;
}
.contact__submit {
  align-self: flex-start;
  padding: 12px 32px;
  border: 0;
  border-radius: 100px;
  background-color: #0084cf;
  color: #ffffff;
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.contact__submit:hover {
  background-color: #006dab;
}
.contact__hotline-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #1a1c25;
}
.contact__hotline-number {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #0084cf;
  text-decoration: none;
}
.contact__hotline-number:hover {
  color: #006dab;
}

.site-footer {
  position: relative;
  background-color: #0084cf;
  padding: 96px 24px 24px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .site-footer {
    padding-inline: 48px;
  }
}
.site-footer__deco {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 211px;
  height: auto;
  pointer-events: none;
}
.site-footer__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.site-footer__logo {
  width: 154px;
  height: auto;
}
.site-footer__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.site-footer__grid {
  display: grid;
  gap: 32px;
}
@media (min-width: 1024px) {
  .site-footer__grid {
    grid-template-columns: 1fr 1px 300px;
    gap: 48px;
    align-items: start;
  }
}
.site-footer__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.site-footer__title {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.site-footer__contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-footer__contact-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.site-footer__contact-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.site-footer__contact-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: underline;
}
.site-footer__contact-link--plain {
  text-decoration: none;
}
.site-footer__divider {
  background-color: rgba(255, 255, 255, 0.24);
  flex-shrink: 0;
}
.site-footer__divider--vertical {
  display: none;
  width: 1px;
}
@media (min-width: 1024px) {
  .site-footer__divider--vertical {
    display: block;
    align-self: stretch;
  }
}
.site-footer__divider--horizontal {
  width: 100%;
  height: 1px;
}
.site-footer__social {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media (min-width: 1024px) {
  .site-footer__social {
    width: 300px;
  }
}
.site-footer__social-list {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.site-footer__copyright {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.floating-actions {
  position: fixed;
  right: 16px;
  bottom: 24px;
  z-index: 900;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
@media (min-width: 768px) {
  .floating-actions {
    right: 24px;
  }
}
.floating-actions__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.floating-actions__btn {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  overflow: hidden;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.floating-actions__btn img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.floating-actions__btn:hover {
  transform: scale(1.05);
  opacity: 0.92;
}
.floating-actions__collapse {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 12px;
  border: 1px solid #ffffff;
  border-radius: 100px;
  background-color: #3a3b45;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  color: #ffffff;
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}
.floating-actions__collapse-icon {
  display: flex;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.floating-actions__collapse-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.floating-actions__expand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid #ffffff;
  border-radius: 100px;
  background-color: #0084cf;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.floating-actions__expand[hidden] {
  display: none;
}
.floating-actions__divider {
  width: 48px;
  height: 1px;
  background-color: #e7dbd4;
  border: 0;
}
.floating-actions__scroll-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 100px;
  background: transparent;
  cursor: pointer;
  overflow: visible;
}
.floating-actions__scroll-icon {
  display: block;
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.floating-actions.is-collapsed .floating-actions__links,
.floating-actions.is-collapsed .floating-actions__collapse {
  display: none;
}
.floating-actions.is-collapsed .floating-actions__expand {
  display: flex;
}/*# sourceMappingURL=style.css.map */