:root {
  --contact-bg: #ffffff;
  --contact-card: #f7f7f7;
  --contact-line: #dfdfdf;
  --contact-muted: #808080;
  --contact-title: #303030;
}

.contact-us-page {
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.contact-us-page button,
.contact-us-page input,
.contact-us-page select,
.contact-us-page textarea {
  font-family: Arial, Helvetica, sans-serif;
}

.contact-us-page .site-header {
  position: sticky;
}

.contact-us-page .site-nav a.is-active::after {
  bottom: -13px;
}

.page-breadcrumb {
  background: #000000;
  padding: 12px 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 0;
}

.page-breadcrumb .container {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 0;
  color: inherit;
}

.page-breadcrumb a {
  color: #fff;
  transition: opacity 0.2s ease;
}

.page-breadcrumb a:hover {
  opacity: 0.8;
}

.page-breadcrumb__sep {
  color: #fff;
  font-size: 12px;
}

.page-breadcrumb__current {
  color: var(--red);
}

.contact-section-tag {
  margin: 0 0 10px;
  color: var(--red);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-hero {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  color: #fff;
  background: #1b1b1b;
}

.contact-hero__image,
.contact-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.contact-hero__image {
  object-fit: cover;
  object-position: center;
}

.contact-hero__overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.52) 28%, rgba(0, 0, 0, 0.08) 64%, rgba(0, 0, 0, 0) 100%);
}

.contact-hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.contact-us-page .contact-hero__summary {
  font-size: 18px !important;
  line-height: 1.7 !important;
}

.contact-hero__summary {
  max-width: 700px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.9);
}

.contact-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 410px;
  max-width: 760px;
  padding-top: 34px;
  padding-bottom: 44px;
}

.contact-intro-card__title {
  display: none;
}

.contact-content {
  position: relative;
  z-index: 2;
  padding: 32px 0 40px;
  margin-top: 0;
}

.contact-content .container {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-section-tag--center {
  text-align: center;
  letter-spacing: 0.08em;
}

.contact-intro-card {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.contact-intro-card__title-emphasis,
.contact-intro-card__title-mark {
  color: var(--red);
}

.contact-intro-card__title-mark {
  position: relative;
  display: inline-block;
}

.contact-intro-card__title-mark::after {
  content: "";
  position: absolute;
  left: 0.1em;
  right: 0.08em;
  bottom: -0.16em;
  height: 2px;
  background: var(--red);
  opacity: 0.9;
}

.contact-intro-card__summary {
  display: none;
}

.contact-intro-card__body {
  display: grid;
  grid-template-columns: minmax(0, 48.5%) minmax(0, 48.5%);
  gap: 3%;
  align-items: start;
}

.contact-intro-card__media {
  position: relative;
  width: 100%;
  height: 470px;
  max-width: none;
  justify-self: start;
  padding-top: 0;
  border-radius: 10px;
  overflow: hidden;
}

.contact-intro-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.contact-intro-card__copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  min-height: 0;
  max-width: none;
  padding-top: 8px;
  transform: none;
}

.contact-intro-card__eyebrow {
  margin: 0;
  color: var(--red);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.contact-intro-card__copy h3 {
  margin: 0;
  color: #2f2f2f;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.contact-intro-card__divider {
  display: block;
  width: 36px;
  height: 2px;
  margin: 2px 0 4px;
  background: var(--red);
}

.contact-intro-card__copy > p:last-child,
.contact-intro-card__copy > p:not(.contact-intro-card__eyebrow) {
  margin: 0;
  color: #7c7c7c;
  max-width: none;
  font-size: 16px;
  line-height: 1.7;
}

.contact-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  margin-top: 12px;
  width: 100%;
  border-top: 1px solid #e7e1da;
}

.contact-feature-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon desc";
  align-items: start;
  gap: 8px 14px;
  min-height: 0;
  padding: 18px 0 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: left;
}

.contact-feature-card:nth-child(-n + 2) {
  border-bottom: 1px solid #efebe6;
}

.contact-feature-card:nth-child(2n) {
  padding-left: 12px;
}

.contact-feature-card img {
  grid-area: icon;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 2px;
  object-fit: contain;
}

.contact-feature-card strong {
  grid-area: title;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.contact-feature-card span {
  grid-area: desc;
  color: #7c7c7c;
  max-width: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.contact-metrics-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  padding: 10px 0 0;
  background: transparent;
  border: 0;
  border-top: 1px solid #e6e0d8;
  border-radius: 0;
  box-shadow: none;
}

.contact-metric-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 14px 18px;
}

.contact-metric-card:not(:first-child) {
  border-left: 1px solid #ebe5de;
}

.contact-metric-card img {
  display: block;
  width: auto;
  max-width: 44px;
  height: 44px;
  object-fit: contain;
  flex-shrink: 0;
}

.contact-metric-card strong {
  display: block;
  color: var(--red);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.contact-metric-card strong em {
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
}

.contact-metric-card span {
  display: block;
  margin-top: 3px;
  color: #666;
  font-size: 16px;
  line-height: 1.7;
}

.contact-main-card {
  display: grid;
  grid-template-columns: minmax(0, 0.49fr) minmax(0, 0.51fr);
  align-items: stretch;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.contact-sidebar {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 560px;
  padding: 38px 42px 30px;
  background:
    linear-gradient(90deg, rgba(11, 39, 79, 0.92) 0%, rgba(18, 58, 115, 0.82) 30%, rgba(34, 90, 164, 0.32) 60%, rgba(73, 124, 188, 0.08) 100%),
    radial-gradient(circle at 10% 100%, rgba(208, 37, 48, 0.48), transparent 24%),
    url("/assets/cms/img/contact_us_new/contact_us_background.png") center center / cover no-repeat,
    #153867;
  overflow: hidden;
}

.contact-sidebar::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(126deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 36%, transparent 36.2%),
    linear-gradient(124deg, rgba(10, 34, 70, 0.44) 0%, rgba(10, 34, 70, 0.44) 37%, transparent 37.2%),
    linear-gradient(61deg, transparent 0%, transparent 49%, rgba(255, 255, 255, 0.08) 49.2%, rgba(255, 255, 255, 0.08) 57%, transparent 57.2%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(7, 22, 46, 0.14) 100%);
  z-index: 0;
}

.contact-sidebar::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(64deg, transparent 0%, transparent 42%, rgba(214, 38, 49, 0.28) 42.2%, rgba(214, 38, 49, 0.28) 49%, transparent 49.2%),
    linear-gradient(118deg, transparent 0%, transparent 69%, rgba(255, 255, 255, 0.1) 69.2%, rgba(255, 255, 255, 0.1) 80%, transparent 80.2%);
  z-index: 0;
  pointer-events: none;
}

.contact-form-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 560px;
  padding: 20px 18px 16px;
  background: #ffffff;
  border-left: 1px solid #ececec;
}

.contact-sidebar__copy {
  position: relative;
  z-index: 1;
  max-width: 360px;
}

.contact-sidebar .contact-section-tag {
  margin: 0 0 14px;
  color: #ff3d3d;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  position: relative;
  padding-bottom: 12px;
  text-transform: uppercase;
}

.contact-sidebar .contact-section-tag::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38px;
  height: 3px;
  background: #ff3d3d;
}

.contact-sidebar h2 {
  margin: 0;
  color: #ffffff;
  max-width: 100%;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}

.contact-sidebar h2 span {
  display: block;
  white-space: nowrap;
}

.contact-sidebar h2 span + span {
  padding-left: 0;
}

.contact-sidebar__intro {
  display: none;
}

.contact-sidebar__media {
  display: none;
}

.contact-sidebar__media::before {
  content: none;
}

.contact-sidebar__media img {
  display: none;
}

.contact-info-list {
  position: relative;
  width: min(100%, 356px);
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  margin: 30px 0 0;
  background: transparent;
  box-sizing: border-box;
  list-style: none;
}

.contact-info-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  min-width: 0;
  min-height: 0;
  padding: 22px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  background: transparent;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.6;
}

.contact-info-card > div:last-child {
  min-width: 0;
}

.contact-info-card:last-child {
  max-width: none;
}

.contact-info-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-info-card__icon img,
.contact-info-card__icon svg {
  display: block;
  width: 36px;
  max-width: 36px;
  height: 36px;
  max-height: 36px;
  object-fit: contain;
}

.contact-info-card__label {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.contact-info-card a,
.contact-info-card span:not(.contact-info-card__label) {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  word-break: normal;
  overflow-wrap: anywhere;
}

.contact-info-card__value--small {
  display: inline-block;
  font-size: 16px;
  line-height: 1.55;
}

.contact-info-card__label + .contact-info-card__value--small {
  font-size: 16px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
}

.contact-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-field--full {
  margin-top: 0;
}

.contact-field > span {
  display: block;
  color: #2b2b2b;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  font-family: inherit;
}

.contact-field strong {
  color: var(--red);
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background: #ffffff;
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.6;
  box-shadow: none;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus,
.contact-field input:focus-visible,
.contact-field select:focus-visible,
.contact-field textarea:focus-visible {
  outline: none;
  border-color: #d0d0d0;
  box-shadow: inset 0 0 0 1px #d0d0d0;
}

.contact-field input,
.contact-field select {
  min-height: 48px;
  padding: 0 14px;
}

.contact-field textarea {
  min-height: 166px;
  padding: 14px;
  resize: vertical;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: #9b9b9b;
}

.contact-submit {
  width: 100%;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 10px;
  padding: 0 20px;
  border: 0;
  border-radius: 4px;
  background: var(--red);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.contact-submit:hover,
.contact-submit:focus-visible {
  background: var(--red-dark);
  transform: translateY(-1px);
}

.contact-submit img {
  width: auto;
  height: 13px;
  object-fit: contain;
}

@media (max-width: 1180px) {
  .contact-content {
    padding: 30px 0 34px;
  }

  .contact-hero h1 {
    font-size: 42px;
  }

  .contact-us-page .contact-hero__summary {
    font-size: 17px !important;
    line-height: 1.65 !important;
  }

  .contact-intro-card__body {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .contact-intro-card__copy {
    transform: none;
    min-height: 0;
    padding-top: 0;
  }

  .contact-intro-card__media {
    height: auto;
  }

  .contact-intro-card__media img {
    height: auto;
    min-height: 0;
    object-fit: contain;
  }

  .contact-intro-card__copy h3 {
    font-size: 28px;
  }

  .contact-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 22px;
  }

  .contact-feature-card {
    min-height: 0;
    padding: 16px 0 14px;
  }

  .contact-feature-card strong {
    font-size: 14px;
  }

  .contact-feature-card span {
    max-width: none;
    font-size: 14px;
    line-height: 1.6;
  }

  .contact-metrics-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 8px 0 0;
  }

  .contact-metric-card strong {
    font-size: 19px;
  }

  .contact-metric-card span {
    font-size: 15px;
    line-height: 1.65;
  }

  .contact-metric-card:nth-child(3n + 1) {
    border-left: 0;
  }

  .contact-metric-card:nth-child(n + 4) {
    border-top: 1px solid #ebe5de;
  }

  .contact-main-card {
    grid-template-columns: minmax(0, 0.5fr) minmax(0, 0.5fr);
  }

  .contact-sidebar,
  .contact-form-card {
    min-height: 520px;
  }

  .contact-sidebar {
    padding: 28px 28px 24px;
  }

  .contact-sidebar h2 {
    font-size: 27px;
  }

  .contact-form-card {
    padding: 18px 16px 16px;
  }
}

@media (max-width: 991px) {
  .contact-section-tag {
    font-size: 15px;
  }

  .contact-intro-card__eyebrow {
    font-size: 15px;
    letter-spacing: 0.02em;
  }

  .contact-intro-card__title {
    display: none;
  }

  .contact-intro-card__summary {
    display: none;
  }

  .contact-intro-card__copy h3 {
    font-size: 24px;
    line-height: 1.2;
  }

  .contact-intro-card__copy > p:not(.contact-intro-card__eyebrow) {
    font-size: 15px;
    line-height: 1.65;
  }

  .contact-feature-card strong {
    font-size: 14px;
  }

  .contact-feature-card span {
    max-width: none;
    font-size: 14px;
    line-height: 1.6;
  }

  .contact-metrics-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-metric-card strong {
    font-size: 18px;
  }

  .contact-metric-card span {
    font-size: 15px;
    line-height: 1.6;
  }

  .contact-metric-card:nth-child(odd) {
    border-left: 0;
  }

  .contact-metric-card:nth-child(n + 3) {
    border-top: 1px solid #ebe5de;
  }

  .contact-main-card {
    grid-template-columns: 1fr;
  }

  .page-breadcrumb .container,
  .contact-hero .container,
  .contact-content > .container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: var(--content-left-line);
    padding-right: var(--content-right-gutter);
  }

  .contact-hero {
    min-height: 300px;
  }

  .contact-content {
    padding: 24px 0 28px;
  }

  .contact-hero__content {
    min-height: 300px;
    max-width: 100%;
    padding-top: 32px;
    padding-bottom: 44px;
  }

  .contact-hero h1 {
    font-size: 30px;
    line-height: 1.12;
  }

  .contact-us-page .contact-hero__summary {
    max-width: 370px;
    margin-top: 14px;
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  .contact-sidebar {
    min-height: 0;
    padding: 28px 20px 22px;
    background-position: center center;
    background-size: cover;
  }

  .contact-sidebar::before {
    background:
      linear-gradient(130deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 36%, transparent 36.2%),
      linear-gradient(180deg, rgba(7, 21, 38, 0.12) 0%, rgba(7, 21, 38, 0.26) 100%);
  }

  .contact-sidebar::after {
    background:
      linear-gradient(64deg, transparent 0%, transparent 40%, rgba(214, 38, 49, 0.22) 40.2%, rgba(214, 38, 49, 0.22) 47%, transparent 47.2%),
      linear-gradient(118deg, transparent 0%, transparent 74%, rgba(255, 255, 255, 0.08) 74.2%, rgba(255, 255, 255, 0.08) 84%, transparent 84.2%);
  }

  .contact-form-card {
    min-height: 0;
    padding: 18px 16px 16px;
    border-left: 0;
    border-top: 1px solid #e3e3e3;
  }

  .contact-sidebar__copy {
    max-width: 360px;
  }

  .contact-sidebar h2 {
    max-width: 100%;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 1.12;
  }

  .contact-sidebar h2 span + span {
    padding-left: 0;
  }

  .contact-sidebar__intro {
    max-width: 360px;
    font-size: 15px;
    line-height: 1.7;
  }

  .contact-sidebar__media {
    display: none;
  }

  .contact-sidebar__media::before {
    content: none;
  }

  .contact-sidebar__media img {
    display: none;
  }

  .contact-info-list {
    width: min(100%, 360px);
    gap: 0;
    padding-top: 0;
    margin-top: 22px;
  }

  .contact-info-card {
    max-width: 100%;
    padding: 18px 0 16px;
  }

  .contact-info-card__label {
    font-size: 15px;
  }

  .contact-info-card a,
  .contact-info-card span:not(.contact-info-card__label) {
    font-size: 15px;
    line-height: 1.55;
  }

  .contact-info-card:last-child {
    grid-column: auto;
  }

  .contact-form__grid {
    grid-template-columns: 1fr;
  }

  .contact-field > span,
  .contact-field input,
  .contact-field select,
  .contact-field textarea,
  .contact-submit {
    font-size: 15px;
  }
}

@media (max-width: 860px) {
  .contact-info-list {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .page-breadcrumb {
    padding: 10px 0;
    font-size: 11px;
  }

  .contact-content {
    padding: 22px 0 24px;
  }

  .contact-hero {
    min-height: 280px;
  }

  .contact-hero__content {
    min-height: 280px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .contact-section-tag {
    font-size: 14px;
  }

  .contact-intro-card__eyebrow {
    font-size: 14px;
    letter-spacing: 0.02em;
  }

  .contact-intro-card {
    gap: 0;
  }

  .contact-hero h1 {
    font-size: 20px;
    line-height: 1.12;
  }

  .contact-us-page .contact-hero__summary {
    max-width: 320px;
    margin-top: 14px;
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  .contact-intro-card__title {
    display: none;
  }

  .contact-intro-card__summary,
  .contact-intro-card__copy > p:not(.contact-intro-card__eyebrow) {
    font-size: 15px;
    line-height: 1.6;
  }

  .contact-intro-card__copy h3 {
    font-size: 20px;
    line-height: 1.2;
  }

  .contact-feature-card strong {
    font-size: 15px;
    line-height: 1.25;
  }

  .contact-feature-card span {
    max-width: none;
    font-size: 14px;
    line-height: 1.6;
  }

  .contact-intro-card__copy {
    padding-top: 0;
  }

  .contact-intro-card__title-mark::after {
    bottom: -0.12em;
  }

  .contact-feature-grid,
  .contact-metrics-strip {
    grid-template-columns: 1fr;
  }

  .contact-feature-card,
  .contact-metric-card,
  .contact-metric-card:nth-child(n + 3) {
    padding: 14px 0;
    border-top: 0;
  }

  .contact-feature-card:not(:first-child),
  .contact-metric-card:not(:first-child) {
    border-top: 1px solid #e7e7e7;
  }

  .contact-feature-card:nth-child(-n + 2) {
    border-bottom: 0;
  }

  .contact-feature-card:nth-child(2n) {
    padding-left: 0;
  }

  .contact-metrics-strip {
    padding: 8px 0 0;
    gap: 0;
  }

  .contact-metric-card strong {
    font-size: 18px;
  }

  .contact-metric-card strong em {
    font-size: 12px;
  }

  .contact-metric-card span {
    font-size: 14px;
    line-height: 1.6;
  }

  .contact-sidebar,
  .contact-form-card {
    padding-left: 14px;
    padding-right: 14px;
  }

  .contact-sidebar {
    padding-top: 24px;
    padding-bottom: 20px;
  }

  .contact-sidebar h2 {
    max-width: 100%;
    margin-bottom: 0;
    font-size: 23px;
    line-height: 1.12;
  }

  .contact-sidebar h2 span + span {
    padding-left: 0;
  }

  .contact-sidebar__intro {
    margin-top: 14px;
    max-width: 300px;
    font-size: 15px;
    line-height: 1.7;
  }

  .contact-sidebar__media {
    display: none;
  }

  .contact-sidebar__media img {
    display: none;
  }

  .contact-sidebar__media::before {
    content: none;
  }

  .contact-info-list {
    width: 100%;
    gap: 0;
    padding-top: 0;
    margin-top: 18px;
  }

  .contact-info-card {
    flex: 1 1 auto;
    max-width: 100%;
    gap: 12px;
    padding: 16px 0;
  }

  .contact-info-card__label {
    font-size: 14px;
  }

  .contact-info-card__icon {
    width: 34px;
    height: 34px;
  }

  .contact-info-card__icon img,
  .contact-info-card__icon svg {
    width: 34px;
    max-width: 34px;
    height: 34px;
    max-height: 34px;
  }

  .contact-info-card a,
  .contact-info-card span:not(.contact-info-card__label) {
    font-size: 14px;
    line-height: 1.55;
  }

  .contact-info-card:last-child {
    grid-column: auto;
  }

  .contact-info-card > div:last-child {
    max-width: 100%;
  }

  .contact-submit {
    min-height: 42px;
    font-size: 15px;
  }

  .contact-field > span,
  .contact-field input,
  .contact-field select,
  .contact-field textarea {
    font-size: 14px;
  }
}
