body.contact-page {
  background: #010215;
}

.contact {
  position: relative;
  z-index: 6;
  overflow: hidden;
  min-height: clamp(1160px, 82vw, 1360px);
  background: #010215;
}
.contact h1,
.contact h2 {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--color-white);
}
.contact:before {
  content: "";
  top: -1400px;
  left: 0;
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 2179px;
  background: linear-gradient(0deg, var(--color-blue-4, #000216) 0%, var(--color-blue-8, #00042b) 6.46%, var(--color-azure-17, #011f58) 14.37%, var(--color-blue-27, #001d8a) 20.3%, var(--color-azure-36, #003db7) 26.69%, var(--color-azure-49, #0080f8) 34.97%, var(--color-azure-67, #5fbdf7) 40.43%, var(--color-grey-91, #d3effb) 45.33%, var(--color-grey-910, rgba(211, 239, 252, 0)) 50%);
}
.contact__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  mix-blend-mode: color-dodge;
}
.contact__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
  mix-blend-mode: screen;
  opacity: 0.26;
  filter: saturate(0.7) brightness(0.78);
  transform: scaleX(-1) scale(1.04);
  transform-origin: center;
}
.contact__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 500px);
  gap: clamp(68px, 7vw, 112px);
  max-width: 1190px;
  margin: 0 auto;
  align-items: start;
}
.contact__info {
  max-width: 520px;
  padding-top: clamp(126px, 11vw, 208px);
}
.contact__title {
  font-family: var(--font-display);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
}
.contact__intro {
  width: min(100%, 465px);
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.52;
}
.contact__details {
  margin-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.contact__row {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(220px, 280px);
  gap: 24px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.contact__term {
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.contact__value {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-display);
  font-size: 15px;
  line-height: 1.42;
  text-align: right;
}
.contact__value a {
  color: inherit;
  transition: opacity 0.22s ease;
}
.contact__value a:hover, .contact__value a:focus-visible {
  opacity: 0.7;
}
.contact__value--address {
  color: rgba(255, 255, 255, 0.52);
  font-size: 14px;
}
.contact__form {
  padding: clamp(58px, 4.4vw, 72px) clamp(28px, 3.6vw, 50px) clamp(36px, 3.2vw, 44px);
  border-radius: var(--measurements-radius-0, 0) var(--measurements-radius-0, 0) 0 0;
  background: linear-gradient(180deg, rgba(10, 169, 255, 0.6) 0%, rgba(1, 2, 21, 0) 94.5%);
  backdrop-filter: blur(38px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--measurements-gap-16, 16px);
  align-self: stretch;
}
.contact__form p {
  color: var(--text-base-static-white-secondary, rgba(255, 255, 255, 0.6));
}
.contact__form-copy {
  max-width: 320px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.5;
}
.contact .contact-form-template__message {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 12px;
  padding: 18px 18px 16px 20px;
  border-radius: 20px;
  background: radial-gradient(circle at top left, rgba(112, 202, 255, 0.18), rgba(112, 202, 255, 0) 42%), linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(0, 8, 24, 0.24) 100%), rgba(2, 10, 28, 0.38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 18px 42px rgba(1, 6, 19, 0.18);
  backdrop-filter: blur(22px);
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.55;
}
.contact .contact-form-template__message::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: linear-gradient(180deg, rgba(116, 216, 255, 0.94) 0%, rgba(116, 216, 255, 0.12) 100%);
}
.contact .contact-form-template__message--error {
  border-color: rgba(255, 137, 137, 0.24);
}
.contact .contact-form-template__message--error::before {
  background: linear-gradient(180deg, rgba(255, 129, 129, 0.96) 0%, rgba(255, 129, 129, 0.14) 100%);
}
.contact .contact-form-template__message--success {
  border-color: rgba(118, 255, 187, 0.24);
  color: rgba(236, 255, 244, 0.92);
}
.contact .contact-form-template__message--success::before {
  background: linear-gradient(180deg, rgba(118, 255, 187, 0.96) 0%, rgba(118, 255, 187, 0.12) 100%);
}
.contact .contact-form-template__message-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.contact .contact-form-template__message-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact .contact-form-template__message-title + .contact-form-template__message-list {
  margin-top: 2px;
}
.contact .contact-form-template__message-list li {
  position: relative;
  padding: 12px 14px 12px 42px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.55;
}
.contact .contact-form-template__message-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.96) 0 1.5px, rgba(255, 159, 159, 0.92) 2px, rgba(255, 95, 95, 0.18) 100%);
  box-shadow: 0 0 0 1px rgba(255, 122, 122, 0.22), 0 0 16px rgba(255, 96, 96, 0.14);
}
.contact .contact-form-template__message-list li::after {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 22px;
  width: 1px;
  background: linear-gradient(180deg, rgba(255, 164, 164, 0.4) 0%, rgba(255, 164, 164, 0) 100%);
}
.contact .contact-form-template__message + .contact-form-template__fields,
.contact .contact-form-template__message + .contact__fields {
  margin-top: 24px;
}
.contact__field {
  display: block;
  margin: 0;
}
.contact__services {
  margin: 0;
}
.contact__field + .contact__field, .contact__field-grid + .contact__services, .contact__services + .contact__field, .contact__field + .contact__field-grid {
  margin-top: 18px;
}
.contact__field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.contact__field-grid > .contact__field + .contact__field {
  margin-top: 0;
}
.contact__field--hidden {
  display: none !important;
}
.contact__label {
  display: block;
  margin-bottom: 11px;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}
.contact .contact-form-template__required {
  margin-left: 2px;
  color: #ff4d4f;
  font-weight: 700;
}
.contact__input {
  width: 100%;
  border: 1px solid rgba(195, 223, 255, 0.16);
  border-radius: 14px;
  background: rgba(0, 8, 24, 0.15);
  color: var(--color-white);
  font-family: var(--font-display);
  font-size: 15px;
  line-height: 1.2;
  transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}
.contact__input:focus-visible {
  outline: none;
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(0, 8, 24, 0.24);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.contact input.contact__input,
.contact select.contact__input {
  height: 46px;
  padding: 0 16px;
}
.contact__textarea {
  min-height: 136px;
  padding: 14px 16px;
  resize: vertical;
}
.contact__services {
  border: 0;
  padding: 0;
}
.contact__services .checkboxList {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  align-self: stretch;
  flex-wrap: wrap;
}
.contact__chip {
  display: inline-flex;
  margin: 0 10px 12px 0;
}
.contact__chip-input, .contact__agree-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.contact__chip-ui {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 32px;
  padding: 0 14px 0 12px;
  border: 1px solid rgba(195, 223, 255, 0.18);
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.84);
  cursor: pointer;
  transition: border-color 0.22s ease, background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}
.contact__chip-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.72);
}
.contact__chip-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact__chip-icon--diamond {
  background: url("../../svg/daimond.svg") no-repeat center/contain;
}
.contact__chip-text {
  font-family: var(--font-display);
  font-size: 13px;
  line-height: 1;
}
.contact__chip-input:checked + .contact__chip-ui {
  border-color: transparent;
  background: rgba(231, 232, 234, 0.36);
  color: var(--color-white);
}
.contact__chip-input:checked + .contact__chip-ui .contact__chip-icon {
  color: var(--color-white);
}
.contact__chip-input:focus-visible + .contact__chip-ui {
  outline: 1px solid rgba(255, 255, 255, 0.48);
  outline-offset: 2px;
}
.contact__chip-ui:hover {
  transform: translateY(-1px);
}
.contact__select-wrap {
  position: relative;
  display: block;
}
.contact__select,
.contact select.contact__select {
  appearance: none;
  text-align: center;
  padding-right: 42px;
}
.contact__select-wrap--has-icon .contact__select, .contact__select-wrap--has-icon select.contact__select {
  padding-left: 42px;
  text-align: center;
  text-align-last: center;
}
.contact__select-icon, .contact__select-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.contact__select-icon svg, .contact__select-arrow svg {
  display: block;
}
.contact__select-icon {
  left: 16px;
}
.contact__select-icon svg {
  width: 17px;
  height: 17px;
}
.contact__select-arrow {
  right: 16px;
}
.contact__select-arrow svg {
  width: 11px;
  height: 7px;
}
.contact__agree {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.52);
  font-family: var(--font-display);
  font-size: 14px;
  line-height: 1.3;
  cursor: pointer;
}
.contact-form-template__field--agreement .contact__agree {
  margin-top: 0;
}
.contact-form-template__field--agreement .contact__label + .contact__agree {
  margin-top: 14px;
}
.contact-form-template__field--agreement .contact__agree a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: underline;
  text-underline-offset: 0.14em;
}
.contact .contact-form-template__field--agreement {
  border: 0;
  padding: 0;
}
.contact__agree-box {
  width: 16px;
  height: 16px;
  flex: none;
  border-radius: 4px;
  border: 1px solid rgba(195, 223, 255, 0.28);
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}
.contact__agree-input:checked + .contact__agree-box {
  border-color: transparent;
  background: rgba(245, 245, 245, 0.96);
  box-shadow: inset 0 0 0 4px rgba(10, 18, 33, 0.72);
}
.contact__agree-input:focus-visible + .contact__agree-box {
  outline: 1px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}
.contact__submit {
  margin-top: 26px;
}
.contact__status {
  min-height: 22px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.4;
}
.contact__status[data-state=success] {
  color: #d5ffe3;
}
.contact__status[data-state=error] {
  color: #ffd2d2;
}
.contact__marquee {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  width: max-content;
  color: rgba(150, 164, 206, 0.16);
  font-family: var(--font-mono);
  font-size: clamp(54px, 6.5vw, 98px);
  font-weight: 300;
  line-height: 0.86;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
  will-change: transform;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 980px) {
  .contact {
    min-height: auto;
    padding-bottom: 248px;
  }
  .contact__video {
    opacity: 0.22;
    object-position: 68% top;
  }
  .contact__inner {
    grid-template-columns: 1fr;
    gap: 52px;
    max-width: 760px;
  }
  .contact__info {
    max-width: none;
  }
  .contact__intro {
    width: 100%;
    max-width: 520px;
  }
  .contact__form {
    width: 100%;
  }
  .contact__marquee {
    bottom: 146px;
    font-size: clamp(42px, 7vw, 76px);
  }
}
@media (max-width: 680px) {
  .contact {
    padding: 104px 20px 190px;
  }
  .contact__title {
    font-size: clamp(42px, 12vw, 54px);
  }
  .contact__row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .contact__value {
    text-align: left;
  }
  .contact__value--address {
    max-width: 300px;
  }
  .contact__form {
    padding: 34px 22px 28px;
  }
  .contact .contact-form-template__message {
    padding: 16px 16px 15px 18px;
    border-radius: 18px;
  }
  .contact .contact-form-template__message-list li {
    padding-left: 40px;
  }
  .contact__video {
    opacity: 0.18;
    object-position: 64% top;
    transform: scaleX(-1) scale(1.12);
  }
  .contact__field-grid {
    grid-template-columns: 1fr;
  }
  .contact__agree {
    align-items: flex-start;
  }
  .contact__marquee {
    bottom: 120px;
    font-size: 34px;
    letter-spacing: 0.14em;
  }
}

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