#alcontact-v1,
#alcontact-v1 *,
#alcontact-v1 *::before,
#alcontact-v1 *::after {
  box-sizing: border-box;
}

#alcontact-v1 {
  --ac-ink: #073f49;
  --ac-deep: #053740;
  --ac-copy: #5a7075;
  --ac-muted: #839598;
  --ac-teal: #138d91;
  --ac-teal-dark: #0d7479;
  --ac-orange: #ef7b18;
  --ac-orange-dark: #d96d10;
  --ac-line: #dce8e5;
  --ac-mint: #eef8f6;
  --ac-cream: #fff7ee;
  --ac-shell: 1320px;
  --ac-body: "Inter-Medium", "Inter", Arial, sans-serif;
  --ac-bold: "Inter-Bold", "Inter", Arial, sans-serif;

  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: clip;
  background: #fff;
  color: var(--ac-ink);
  font-family: var(--ac-body) !important;
  -webkit-font-smoothing: antialiased;
}

#alcontact-v1 a {
  color: inherit;
  text-decoration: none;
}

#alcontact-v1 button,
#alcontact-v1 input,
#alcontact-v1 textarea {
  font: inherit;
}

#alcontact-v1 button {
  cursor: pointer;
}

#alcontact-v1 h1,
#alcontact-v1 h2,
#alcontact-v1 h3,
#alcontact-v1 h4,
#alcontact-v1 p {
  margin-top: 0;
}

#alcontact-v1 h1,
#alcontact-v1 h2,
#alcontact-v1 h3,
#alcontact-v1 h4,
#alcontact-v1 strong,
#alcontact-v1 b,
#alcontact-v1 button {
  font-family: var(--ac-bold) !important;
}

#alcontact-v1 .ac-shell {
  width: min(var(--ac-shell), calc(100% - 48px));
  margin-inline: auto;
}

#alcontact-v1 .ac-hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 105px;
  border-bottom: 1px solid rgba(7,63,73,.06);
  background:
    radial-gradient(circle at 12% 14%, rgba(19,141,145,.11), transparent 28%),
    radial-gradient(circle at 90% 82%, rgba(239,123,24,.10), transparent 29%),
    linear-gradient(135deg,#fbfefe 0%,#fff 52%,#fff9f3 100%);
}

#alcontact-v1 .ac-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .48;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(7,63,73,.024) 1px, transparent 1px),
    linear-gradient(90deg,rgba(7,63,73,.024) 1px, transparent 1px);
  background-size: 50px 50px;
  -webkit-mask-image: radial-gradient(circle at 50% 42%,#000 0 42%,transparent 80%);
  mask-image: radial-gradient(circle at 50% 42%,#000 0 42%,transparent 80%);
}

#alcontact-v1 .ac-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

#alcontact-v1 .ac-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  border: 1px solid rgba(239,123,24,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  color: #c46616;
  box-shadow: 0 8px 22px rgba(7,63,73,.04);
  font-family: var(--ac-bold) !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

#alcontact-v1 .ac-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ac-teal);
  box-shadow: 0 0 0 4px rgba(19,141,145,.09);
}

#alcontact-v1 .ac-hero h1 {
  margin: 21px 0 0;
  color: var(--ac-deep);
  font-size: clamp(54px,7vw,86px);
  font-weight: 700;
  letter-spacing: -.06em;
  line-height: .96;
}

#alcontact-v1 .ac-hero h1 span {
  color: var(--ac-orange);
}

#alcontact-v1 .ac-hero p {
  max-width: 710px;
  margin: 24px auto 0;
  color: #526a6e;
  font-size: clamp(16px,1.45vw,19px);
  line-height: 1.72;
}

#alcontact-v1 .ac-actions-wrap {
  position: relative;
  z-index: 5;
  margin-top: -48px;
}

#alcontact-v1 .ac-actions {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  overflow: hidden;
  border: 1px solid rgba(7,63,73,.09);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(7,63,73,.09);
}

#alcontact-v1 .ac-action {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0,1fr) 30px;
  gap: 13px;
  align-items: center;
  min-height: 126px;
  padding: 22px;
  background: #fff;
  transition: background .18s ease, transform .18s ease;
}

#alcontact-v1 .ac-action + .ac-action {
  border-left: 1px solid rgba(7,63,73,.08);
}

#alcontact-v1 .ac-action:hover {
  background: #fbfdfc;
}

#alcontact-v1 .ac-action-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: var(--ac-mint);
  color: var(--ac-teal);
  box-shadow: inset 0 0 0 1px rgba(19,141,145,.10);
}

#alcontact-v1 .ac-action:nth-child(2) .ac-action-icon {
  background: #fff0e4;
  color: var(--ac-orange);
}

#alcontact-v1 .ac-action-icon svg,
#alcontact-v1 .ac-info-icon svg,
#alcontact-v1 .ac-form-icon svg,
#alcontact-v1 .ac-note-icon svg,
#alcontact-v1 .ac-difference-chip svg {
  width: 21px;
  height: 21px;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#alcontact-v1 .ac-action small,
#alcontact-v1 .ac-action strong,
#alcontact-v1 .ac-action span {
  display: block;
}

#alcontact-v1 .ac-action small {
  margin-bottom: 4px;
  color: var(--ac-muted);
  font-family: var(--ac-bold) !important;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .10em;
  text-transform: uppercase;
}

#alcontact-v1 .ac-action strong {
  color: var(--ac-deep);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

#alcontact-v1 .ac-action span {
  margin-top: 4px;
  color: var(--ac-copy);
  font-size: 10.5px;
  line-height: 1.45;
}

#alcontact-v1 .ac-action-arrow {
  display: grid !important;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-top: 0 !important;
  border-radius: 50%;
  background: #f4f8f7;
  color: var(--ac-teal) !important;
  font-size: 16px !important;
  font-family: Arial, sans-serif !important;
}

#alcontact-v1 .ac-location {
  padding: 64px 0 72px;
  background:
    radial-gradient(circle at 0 20%,rgba(19,141,145,.045),transparent 26%),
    linear-gradient(180deg,#fbfdfc 0%,#fff 100%);
}

#alcontact-v1 .ac-section-head {
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
}

#alcontact-v1 .ac-section-head small {
  display: block;
  margin-bottom: 8px;
  color: var(--ac-teal-dark);
  font-family: var(--ac-bold) !important;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

#alcontact-v1 .ac-section-head h2 {
  margin: 0;
  color: var(--ac-deep);
  font-size: clamp(38px,4.1vw,58px);
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: 1.02;
}

#alcontact-v1 .ac-section-head p {
  max-width: 650px;
  margin: 13px auto 0;
  color: var(--ac-copy);
  font-size: 13px;
  line-height: 1.65;
}

#alcontact-v1 .ac-location-card {
  display: grid;
  grid-template-columns: minmax(0,1.42fr) minmax(330px,.58fr);
  overflow: hidden;
  min-height: 450px;
  border: 1px solid rgba(7,63,73,.09);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(7,63,73,.07);
}

#alcontact-v1 .ac-map {
  min-width: 0;
  background: #eef6f4;
}

#alcontact-v1 .ac-map iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 450px;
  border: 0 !important;
}

#alcontact-v1 .ac-location-info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0,rgba(239,123,24,.11),transparent 38%),
    linear-gradient(145deg,#fffaf5,#fff);
}

#alcontact-v1 .ac-location-info::before {
  content: "";
  position: absolute;
  right: -84px;
  top: -104px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(19,141,145,.09);
  border-radius: 50%;
  box-shadow: 0 0 0 30px rgba(19,141,145,.02),0 0 0 62px rgba(239,123,24,.015);
  pointer-events: none;
}

#alcontact-v1 .ac-location-info > * {
  position: relative;
  z-index: 1;
}

#alcontact-v1 .ac-location-info > small {
  display: block;
  margin-bottom: 7px;
  color: var(--ac-teal-dark);
  font-family: var(--ac-bold) !important;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

#alcontact-v1 .ac-location-info h3 {
  margin: 0;
  color: var(--ac-deep);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.08;
}

#alcontact-v1 .ac-location-info > p {
  margin: 12px 0 0;
  color: var(--ac-copy);
  font-size: 13px;
  line-height: 1.65;
}

#alcontact-v1 .ac-info-list {
  display: grid;
  gap: 9px;
  margin-top: 22px;
}

#alcontact-v1 .ac-info-row {
  display: grid;
  grid-template-columns: 38px minmax(0,1fr);
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(7,63,73,.075);
  border-radius: 14px;
  background: rgba(255,255,255,.82);
}

#alcontact-v1 .ac-info-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: var(--ac-mint);
  color: var(--ac-teal);
}

#alcontact-v1 .ac-info-row:nth-child(2) .ac-info-icon {
  background: #fff0e4;
  color: var(--ac-orange);
}

#alcontact-v1 .ac-info-row small,
#alcontact-v1 .ac-info-row strong {
  display: block;
}

#alcontact-v1 .ac-info-row small {
  color: var(--ac-muted);
  font-family: var(--ac-bold) !important;
  font-size: 7.5px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#alcontact-v1 .ac-info-row strong {
  margin-top: 2px;
  color: var(--ac-deep);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.35;
}

#alcontact-v1 .ac-directions {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: 18px;
  padding: 10px 17px;
  border-radius: 999px;
  background: linear-gradient(135deg,#f58b28,#e96913);
  box-shadow: 0 10px 22px rgba(239,123,24,.20);
  color: #fff !important;
  font-family: var(--ac-bold) !important;
  font-size: 11px;
  font-weight: 700;
}

#alcontact-v1 .ac-contact {
  padding: 60px 0 72px;
  background:
    radial-gradient(circle at 100% 22%,rgba(19,141,145,.055),transparent 26%),
    radial-gradient(circle at 0 75%,rgba(239,123,24,.045),transparent 25%),
    linear-gradient(180deg,#fff 0%,#fffdf9 100%);
}

#alcontact-v1 .ac-contact-grid {
  display: grid;
  grid-template-columns: minmax(300px,.34fr) minmax(0,.66fr);
  overflow: hidden;
  border: 1px solid rgba(7,63,73,.09);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 20px 54px rgba(7,63,73,.08);
}

#alcontact-v1 .ac-form-visual {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: #eef5f3;
}

#alcontact-v1 .ac-form-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#alcontact-v1 .ac-form-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(5,55,64,.05) 25%,rgba(5,55,64,.78) 100%);
}

#alcontact-v1 .ac-visual-copy {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 28px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 18px;
  background: rgba(255,255,255,.12);
  color: #fff;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

#alcontact-v1 .ac-visual-copy small {
  display: block;
  margin-bottom: 5px;
  color: #d4fffa;
  font-family: var(--ac-bold) !important;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .10em;
  text-transform: uppercase;
}

#alcontact-v1 .ac-visual-copy strong {
  display: block;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
}

#alcontact-v1 .ac-visual-copy p {
  margin: 7px 0 0;
  color: rgba(255,255,255,.82);
  font-size: 10.5px;
  line-height: 1.55;
}

#alcontact-v1 .ac-form-side {
  padding: 44px 46px 46px;
}

#alcontact-v1 .ac-form-head {
  display: grid;
  grid-template-columns: 48px minmax(0,1fr);
  gap: 13px;
  align-items: start;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(7,63,73,.08);
}

#alcontact-v1 .ac-form-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: #fff0e4;
  color: var(--ac-orange);
  box-shadow: inset 0 0 0 1px rgba(239,123,24,.11);
}

#alcontact-v1 .ac-form-head small {
  display: block;
  margin: 1px 0 4px;
  color: var(--ac-teal-dark);
  font-family: var(--ac-bold) !important;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .10em;
  text-transform: uppercase;
}

#alcontact-v1 .ac-form-head h2 {
  margin: 0;
  color: var(--ac-deep);
  font-size: clamp(30px,3vw,42px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.02;
}

#alcontact-v1 .ac-form-head p {
  margin: 8px 0 0;
  color: var(--ac-copy);
  font-size: 11.5px;
  line-height: 1.58;
}

#alcontact-v1 .ac-topic {
  padding: 22px 0 5px;
}

#alcontact-v1 .ac-topic > span {
  display: block;
  margin-bottom: 9px;
  color: var(--ac-deep);
  font-family: var(--ac-bold) !important;
  font-size: 10px;
  font-weight: 700;
}

#alcontact-v1 .ac-topic-options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

#alcontact-v1 .ac-topic-btn {
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(7,63,73,.10);
  border-radius: 999px;
  background: #fff;
  color: var(--ac-copy);
  font-family: var(--ac-bold) !important;
  font-size: 9px;
  font-weight: 700;
  transition: background .18s ease,color .18s ease,border-color .18s ease;
}

#alcontact-v1 .ac-topic-btn.is-active {
  border-color: transparent;
  background: var(--ac-teal);
  color: #fff;
}

#alcontact-v1 .ac-topic-hint {
  margin: 9px 0 0;
  color: var(--ac-muted);
  font-size: 9.5px;
  line-height: 1.45;
}

#alcontact-v1 .ac-form {
  margin-top: 20px;
}

#alcontact-v1 .ac-form-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 17px 16px;
}

#alcontact-v1 .ac-field {
  display: block;
  min-width: 0;
}

#alcontact-v1 .ac-field--full {
  grid-column: 1 / -1;
}

#alcontact-v1 .ac-field > span:first-child {
  display: block;
  margin-bottom: 7px;
  color: var(--ac-deep);
  font-family: var(--ac-bold) !important;
  font-size: 9.5px;
  font-weight: 700;
}

#alcontact-v1 .ac-field input,
#alcontact-v1 .ac-field textarea {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 1px solid #dfe8e6 !important;
  border-radius: 13px !important;
  outline: 0 !important;
  background: #f7faf9 !important;
  color: var(--ac-deep) !important;
  box-shadow: none !important;
  font-family: var(--ac-body) !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  transition: border-color .18s ease,background .18s ease,box-shadow .18s ease !important;
}

#alcontact-v1 .ac-field input {
  height: 54px !important;
  padding: 0 14px !important;
}

#alcontact-v1 .ac-field textarea {
  min-height: 190px !important;
  resize: vertical !important;
  padding: 13px 14px !important;
}

#alcontact-v1 .ac-field input:focus,
#alcontact-v1 .ac-field textarea:focus {
  border-color: rgba(19,141,145,.48) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(19,141,145,.08) !important;
}

#alcontact-v1 .ac-field input.ac-invalid,
#alcontact-v1 .ac-field textarea.ac-invalid {
  border-color: rgba(217,85,60,.48) !important;
  box-shadow: 0 0 0 3px rgba(217,85,60,.07) !important;
}

#alcontact-v1 .ac-field-error {
  display: none;
  margin-top: 5px;
  color: #b94e3d;
  font-size: 9px;
  line-height: 1.35;
}

#alcontact-v1 .ac-field-error.is-visible {
  display: block;
}

#alcontact-v1 .ac-submit-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}

#alcontact-v1 .ac-submit {
  min-width: 154px;
  min-height: 46px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 10px 20px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg,#f58b28,#e96913) !important;
  box-shadow: 0 11px 23px rgba(239,123,24,.22) !important;
  color: #fff !important;
  font-family: var(--ac-bold) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  transition: transform .18s ease,opacity .18s ease !important;
}

#alcontact-v1 .ac-submit:hover {
  transform: translateY(-1px);
}

#alcontact-v1 .ac-submit:disabled {
  cursor: wait;
  opacity: .68;
}

#alcontact-v1 .ac-form-status {
  display: none;
  flex: 1;
  min-height: 46px;
  align-items: center;
  padding: 10px 13px;
  border-radius: 12px;
  font-size: 9.8px;
  line-height: 1.42;
}

#alcontact-v1 .ac-form-status.is-visible {
  display: flex;
}

#alcontact-v1 .ac-form-status.is-success {
  border: 1px solid rgba(19,141,145,.14);
  background: var(--ac-mint);
  color: var(--ac-teal-dark);
}

#alcontact-v1 .ac-form-status.is-error {
  border: 1px solid rgba(217,85,60,.14);
  background: #fff5f2;
  color: #a94c3c;
}

#alcontact-v1 .ac-research-note {
  display: grid;
  grid-template-columns: 42px minmax(0,1fr);
  gap: 12px;
  align-items: start;
  margin-top: 18px;
  padding: 15px;
  border: 1px solid rgba(19,141,145,.11);
  border-radius: 15px;
  background: var(--ac-mint);
}

#alcontact-v1 .ac-note-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #fff;
  color: var(--ac-teal);
}

#alcontact-v1 .ac-research-note small,
#alcontact-v1 .ac-research-note strong,
#alcontact-v1 .ac-research-note span {
  display: block;
}

#alcontact-v1 .ac-research-note small {
  margin-bottom: 3px;
  color: var(--ac-teal-dark);
  font-family: var(--ac-bold) !important;
  font-size: 7.5px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

#alcontact-v1 .ac-research-note strong {
  color: var(--ac-deep);
  font-size: 11px;
  font-weight: 700;
}

#alcontact-v1 .ac-research-note span {
  margin-top: 4px;
  color: var(--ac-copy);
  font-size: 9.8px;
  line-height: 1.48;
}

#alcontact-v1 .ac-difference {
  padding: 0 0 72px;
  background: #fff;
}

#alcontact-v1 .ac-difference-card {
  display: grid;
  grid-template-columns: minmax(0,.58fr) minmax(350px,.42fr);
  gap: 34px;
  align-items: center;
  overflow: hidden;
  min-height: 370px;
  border: 1px solid rgba(7,63,73,.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at 0 100%,rgba(239,123,24,.06),transparent 28%),
    linear-gradient(135deg,#fffdf8,#f8fbfa 55%,#edf7f7);
  box-shadow: 0 18px 48px rgba(7,63,73,.07);
}

#alcontact-v1 .ac-difference-copy {
  padding: 40px 0 40px 42px;
}

#alcontact-v1 .ac-difference-copy > small {
  display: block;
  margin-bottom: 8px;
  color: var(--ac-teal-dark);
  font-family: var(--ac-bold) !important;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

#alcontact-v1 .ac-difference h2 {
  max-width: 13ch;
  margin: 0;
  color: var(--ac-deep);
  font-size: clamp(36px,3.7vw,52px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.02;
}

#alcontact-v1 .ac-difference-copy > p {
  max-width: 660px;
  margin: 18px 0 0;
  color: var(--ac-copy);
  font-size: 13px;
  line-height: 1.72;
}

#alcontact-v1 .ac-difference-copy > p strong {
  color: var(--ac-deep);
  font-weight: 700;
}

#alcontact-v1 .ac-difference-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

#alcontact-v1 .ac-difference-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 8px 11px;
  border: 1px solid rgba(7,63,73,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  color: var(--ac-deep);
  font-family: var(--ac-bold) !important;
  font-size: 9px;
  font-weight: 700;
}

#alcontact-v1 .ac-difference-chip svg {
  width: 15px;
  height: 15px;
  color: var(--ac-teal);
}

#alcontact-v1 .ac-difference-chip:nth-child(2) svg {
  color: var(--ac-orange);
}

#alcontact-v1 .ac-difference-visual {
  position: relative;
  align-self: stretch;
  min-height: 370px;
}

#alcontact-v1 .ac-difference-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#alcontact-v1 .ac-copy-email {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
}

#alcontact-v1 .screen-reader-response,
#alcontact-v1 .hidden-fields-container {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 980px) {
  #alcontact-v1 .ac-actions {
    grid-template-columns: 1fr;
  }

  #alcontact-v1 .ac-action + .ac-action {
    border-left: 0;
    border-top: 1px solid rgba(7,63,73,.08);
  }

  #alcontact-v1 .ac-location-card,
  #alcontact-v1 .ac-contact-grid,
  #alcontact-v1 .ac-difference-card {
    grid-template-columns: 1fr;
  }

  #alcontact-v1 .ac-location-info {
    order: -1;
  }

  #alcontact-v1 .ac-form-visual {
    min-height: 360px;
  }

  #alcontact-v1 .ac-difference-copy {
    padding: 34px;
  }

  #alcontact-v1 .ac-difference-visual {
    min-height: 330px;
  }
}

@media (max-width: 720px) {
  #alcontact-v1 .ac-shell {
    width: calc(100% - 24px);
  }

  #alcontact-v1 .ac-hero {
    padding: 48px 0 70px;
  }

  #alcontact-v1 .ac-hero h1 {
    font-size: clamp(43px,14vw,58px);
  }

  #alcontact-v1 .ac-hero p {
    font-size: 13.5px;
    line-height: 1.62;
  }

  #alcontact-v1 .ac-actions-wrap {
    margin-top: -30px;
  }

  #alcontact-v1 .ac-action {
    min-height: 104px;
    padding: 16px;
  }

  #alcontact-v1 .ac-location {
    padding: 48px 0 54px;
  }

  #alcontact-v1 .ac-section-head h2 {
    font-size: 36px;
  }

  #alcontact-v1 .ac-location-info {
    padding: 24px 20px;
  }

  #alcontact-v1 .ac-location-info h3 {
    font-size: 25px;
  }

  #alcontact-v1 .ac-map iframe {
    min-height: 360px;
  }

  #alcontact-v1 .ac-contact {
    padding: 54px 0;
  }

  #alcontact-v1 .ac-form-visual {
    min-height: 320px;
  }

  #alcontact-v1 .ac-visual-copy {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 15px;
  }

  #alcontact-v1 .ac-form-side {
    padding: 24px 18px 22px;
  }

  #alcontact-v1 .ac-form-head {
    grid-template-columns: 42px minmax(0,1fr);
  }

  #alcontact-v1 .ac-form-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  #alcontact-v1 .ac-form-head h2 {
    font-size: 30px;
  }

  #alcontact-v1 .ac-form-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  #alcontact-v1 .ac-field--full {
    grid-column: auto;
  }

  #alcontact-v1 .ac-submit-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  #alcontact-v1 .ac-submit {
    width: 100% !important;
  }

  #alcontact-v1 .ac-difference {
    padding-bottom: 48px;
  }

  #alcontact-v1 .ac-difference-copy {
    padding: 26px 20px;
  }

  #alcontact-v1 .ac-difference h2 {
    max-width: none;
    font-size: 34px;
  }

  #alcontact-v1 .ac-difference-visual {
    min-height: 270px;
  }
}

#alcontact-v1 .ac-action-icon,
#alcontact-v1 .ac-info-icon,
#alcontact-v1 .ac-form-icon,
#alcontact-v1 .ac-note-icon,
#alcontact-v1 .ac-difference-chip svg,
#alcontact-v1 .ac-action-arrow {
  line-height: 0 !important;
}

#alcontact-v1 .ac-action-icon,
#alcontact-v1 .ac-info-icon,
#alcontact-v1 .ac-form-icon,
#alcontact-v1 .ac-note-icon,
#alcontact-v1 .ac-action-arrow {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  text-align: center !important;
  text-indent: 0 !important;
}

#alcontact-v1 .ac-action-icon svg,
#alcontact-v1 .ac-info-icon svg,
#alcontact-v1 .ac-form-icon svg,
#alcontact-v1 .ac-note-icon svg {
  display: block !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
  transform: none !important;
}

#alcontact-v1 .ac-action-arrow {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  margin: 0 !important;
  border-radius: 50% !important;
  background: #f4f8f7 !important;
  color: var(--ac-teal) !important;
  font-size: 0 !important;
  overflow: hidden !important;
}

#alcontact-v1 .ac-action-arrow svg {
  display: block !important;
  width: 15px !important;
  height: 15px !important;
  margin: 0 !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  transform: none !important;
}

#alcontact-v1 .ac-action {
  align-items: center !important;
}

#alcontact-v1 .ac-action > span:nth-child(2) {
  align-self: center !important;
  min-width: 0 !important;
}

#alcontact-v1 .ac-info-row {
  align-items: center !important;
}

#alcontact-v1 .ac-research-note {
  align-items: center !important;
}

#alcontact-v1 .ac-research-note > div {
  align-self: center !important;
}

#alcontact-v1 .ac-form-head {
  align-items: center !important;
}

#alcontact-v1 .ac-form-head > div {
  align-self: center !important;
}

/* Native child-theme contact template reset. */
body.alpx-redesign-contact #content,
body.alpx-redesign-contact .site-content,
body.alpx-redesign-contact #primary,
body.alpx-redesign-contact .content-area {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.alpx-redesign-contact #alcontact-v1 {
  margin-top: 0;
}

/* Contact Form 7 is the source of truth; these rules translate its existing
   form ID 272 markup into the approved premium contact design. */
#alcontact-v1 .ac-cf7-wrap {
  margin-top: 20px;
}

#alcontact-v1 .ac-cf7-wrap .wpcf7,
#alcontact-v1 .ac-cf7-wrap .wpcf7 form {
  margin: 0 !important;
  padding: 0 !important;
}

#alcontact-v1 .ac-cf7-wrap .form-blk {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#alcontact-v1 .ac-cf7-wrap .int-fld {
  display: block !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--ac-deep);
  font-family: var(--ac-body) !important;
}

#alcontact-v1 .ac-cf7-wrap .int-fld > b,
#alcontact-v1 .ac-cf7-wrap .int-fld > strong {
  display: block;
  margin: 0 0 7px;
  color: var(--ac-deep);
  font-family: var(--ac-bold) !important;
  font-size: 9.5px;
  font-weight: 700;
  line-height: 1.4;
}

#alcontact-v1 .ac-cf7-wrap .dbl-int {
  display: grid !important;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 17px 16px;
  margin: 17px 0 !important;
}

#alcontact-v1 .ac-cf7-wrap .wpcf7-form-control-wrap {
  display: block !important;
  width: 100% !important;
}

#alcontact-v1 .ac-cf7-wrap input[type="text"],
#alcontact-v1 .ac-cf7-wrap input[type="email"],
#alcontact-v1 .ac-cf7-wrap input[type="tel"],
#alcontact-v1 .ac-cf7-wrap textarea {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 1px solid #dfe8e6 !important;
  border-radius: 13px !important;
  outline: 0 !important;
  background: #f7faf9 !important;
  color: var(--ac-deep) !important;
  box-shadow: none !important;
  font-family: var(--ac-body) !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  transition: border-color .18s ease,background .18s ease,box-shadow .18s ease !important;
}

#alcontact-v1 .ac-cf7-wrap input[type="text"],
#alcontact-v1 .ac-cf7-wrap input[type="email"],
#alcontact-v1 .ac-cf7-wrap input[type="tel"] {
  height: 54px !important;
  padding: 0 14px !important;
}

#alcontact-v1 .ac-cf7-wrap textarea {
  min-height: 190px !important;
  padding: 13px 14px !important;
  resize: vertical !important;
}

#alcontact-v1 .ac-cf7-wrap input:focus,
#alcontact-v1 .ac-cf7-wrap textarea:focus {
  border-color: rgba(19,141,145,.48) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(19,141,145,.08) !important;
}

#alcontact-v1 .ac-cf7-wrap .wpcf7-not-valid {
  border-color: rgba(217,85,60,.48) !important;
  box-shadow: 0 0 0 3px rgba(217,85,60,.07) !important;
}

#alcontact-v1 .ac-cf7-wrap .wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
  color: #b94e3d;
  font-size: 9px;
  line-height: 1.35;
}

#alcontact-v1 .ac-cf7-wrap input[type="submit"],
#alcontact-v1 .ac-cf7-wrap .wpcf7-submit {
  min-width: 154px;
  min-height: 46px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 16px 0 0 !important;
  padding: 10px 20px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg,#f58b28,#e96913) !important;
  box-shadow: 0 11px 23px rgba(239,123,24,.22) !important;
  color: #fff !important;
  font-family: var(--ac-bold) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: none !important;
  transition: transform .18s ease,opacity .18s ease !important;
}

#alcontact-v1 .ac-cf7-wrap input[type="submit"]:hover,
#alcontact-v1 .ac-cf7-wrap .wpcf7-submit:hover {
  transform: translateY(-1px);
}

#alcontact-v1 .ac-cf7-wrap .wpcf7-spinner {
  margin: 16px 0 0 12px !important;
  vertical-align: middle;
}

#alcontact-v1 .ac-cf7-wrap .wpcf7-response-output {
  margin: 14px 0 0 !important;
  padding: 11px 13px !important;
  border: 1px solid rgba(19,141,145,.14) !important;
  border-radius: 12px !important;
  background: var(--ac-mint);
  color: var(--ac-teal-dark);
  font-size: 9.8px;
  line-height: 1.42;
}

#alcontact-v1 .ac-cf7-wrap form.invalid .wpcf7-response-output,
#alcontact-v1 .ac-cf7-wrap form.failed .wpcf7-response-output,
#alcontact-v1 .ac-cf7-wrap form.unaccepted .wpcf7-response-output,
#alcontact-v1 .ac-cf7-wrap form.spam .wpcf7-response-output {
  border-color: rgba(217,85,60,.14) !important;
  background: #fff5f2;
  color: #a94c3c;
}

#alcontact-v1 .ac-form-unavailable {
  margin-top: 20px;
  padding: 16px;
  border: 1px solid rgba(217,85,60,.14);
  border-radius: 14px;
  background: #fff5f2;
  color: #a94c3c;
  font-size: 12px;
  line-height: 1.55;
}

@media (max-width: 720px) {
  #alcontact-v1 .ac-cf7-wrap .dbl-int {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 12px 0 !important;
  }

  #alcontact-v1 .ac-cf7-wrap input[type="submit"],
  #alcontact-v1 .ac-cf7-wrap .wpcf7-submit {
    width: 100% !important;
  }

  #alcontact-v1 .ac-cf7-wrap .wpcf7-spinner {
    display: block;
    margin: 10px auto 0 !important;
  }
}

/* ==========================================================
   Contact readability + mobile hierarchy pass — v1.4.20.3.17
   Raises small UI copy to practical storefront sizes while
   preserving the established visual hierarchy.
   ========================================================== */
#alcontact-v1 .ac-action small {
  font-size: 11px;
}

#alcontact-v1 .ac-action strong {
  font-size: 17px;
}

#alcontact-v1 .ac-action span {
  font-size: 13.5px;
  line-height: 1.5;
}

#alcontact-v1 .ac-section-head small,
#alcontact-v1 .ac-location-info > small,
#alcontact-v1 .ac-difference-copy > small {
  font-size: 11px;
}

#alcontact-v1 .ac-section-head p,
#alcontact-v1 .ac-location-info > p,
#alcontact-v1 .ac-difference-copy > p {
  font-size: 15.5px;
  line-height: 1.7;
}

#alcontact-v1 .ac-info-row small {
  font-size: 10.5px;
}

#alcontact-v1 .ac-info-row strong {
  font-size: 14px;
  line-height: 1.45;
}

#alcontact-v1 .ac-directions {
  min-height: 46px;
  font-size: 13px;
}

#alcontact-v1 .ac-visual-copy small {
  font-size: 10.5px;
}

#alcontact-v1 .ac-visual-copy strong {
  font-size: 22px;
}

#alcontact-v1 .ac-visual-copy p {
  font-size: 14px;
  line-height: 1.6;
}

#alcontact-v1 .ac-form-head small {
  font-size: 11px;
}

#alcontact-v1 .ac-form-head p {
  font-size: 15px;
  line-height: 1.62;
}

#alcontact-v1 .ac-topic > span {
  font-size: 13px;
}

#alcontact-v1 .ac-topic-btn {
  min-height: 40px;
  padding: 9px 14px;
  font-size: 12px;
}

#alcontact-v1 .ac-topic-hint {
  font-size: 13px;
  line-height: 1.55;
}

#alcontact-v1 .ac-cf7-wrap .int-fld > b,
#alcontact-v1 .ac-cf7-wrap .int-fld > strong {
  margin-bottom: 8px;
  font-size: 13px;
}

#alcontact-v1 .ac-cf7-wrap input[type="text"],
#alcontact-v1 .ac-cf7-wrap input[type="email"],
#alcontact-v1 .ac-cf7-wrap input[type="tel"],
#alcontact-v1 .ac-cf7-wrap textarea {
  font-size: 15px !important;
  line-height: 1.5 !important;
}

#alcontact-v1 .ac-cf7-wrap .wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: 1.45;
}

#alcontact-v1 .ac-cf7-wrap input[type="submit"],
#alcontact-v1 .ac-cf7-wrap .wpcf7-submit {
  min-height: 48px;
  padding-inline: 24px !important;
  font-size: 14px !important;
}

#alcontact-v1 .ac-cf7-wrap .wpcf7-response-output {
  font-size: 13px;
  line-height: 1.5;
}

#alcontact-v1 .ac-research-note small {
  font-size: 10.5px;
}

#alcontact-v1 .ac-research-note strong {
  font-size: 14px;
}

#alcontact-v1 .ac-research-note span {
  font-size: 13.5px;
  line-height: 1.55;
}

#alcontact-v1 .ac-difference-chip {
  min-height: 40px;
  padding: 9px 13px;
  font-size: 12px;
}

#alcontact-v1 .ac-form-unavailable {
  font-size: 14px;
}

@media (max-width: 720px) {
  /* The image becomes a clean visual break on phones. The descriptive
     overlay is intentionally desktop/tablet-only so the form has one
     clear headline instead of two consecutive contact headlines. */
  #alcontact-v1 .ac-form-visual {
    min-height: 230px;
  }

  #alcontact-v1 .ac-visual-copy {
    display: none;
  }

  #alcontact-v1 .ac-form-side {
    padding: 28px 20px 24px;
  }

  #alcontact-v1 .ac-form-head {
    grid-template-columns: 44px minmax(0,1fr);
    gap: 12px;
    padding-bottom: 22px;
  }

  #alcontact-v1 .ac-form-icon {
    width: 44px;
    height: 44px;
  }

  #alcontact-v1 .ac-form-head h2 {
    font-size: clamp(30px, 8.5vw, 36px);
    line-height: 1.04;
  }

  #alcontact-v1 .ac-form-head p {
    font-size: 15px;
  }

  #alcontact-v1 .ac-topic {
    padding-top: 20px;
  }

  #alcontact-v1 .ac-topic > span {
    font-size: 13.5px;
  }

  #alcontact-v1 .ac-topic-btn {
    min-height: 42px;
    padding: 10px 14px;
    font-size: 12.5px;
  }

  #alcontact-v1 .ac-topic-hint {
    font-size: 13.5px;
  }

  #alcontact-v1 .ac-cf7-wrap .int-fld > b,
  #alcontact-v1 .ac-cf7-wrap .int-fld > strong {
    font-size: 13.5px;
  }

  #alcontact-v1 .ac-cf7-wrap input[type="text"],
  #alcontact-v1 .ac-cf7-wrap input[type="email"],
  #alcontact-v1 .ac-cf7-wrap input[type="tel"],
  #alcontact-v1 .ac-cf7-wrap textarea {
    font-size: 16px !important;
  }

  #alcontact-v1 .ac-cf7-wrap input[type="submit"],
  #alcontact-v1 .ac-cf7-wrap .wpcf7-submit {
    min-height: 52px;
    font-size: 14px !important;
  }

  #alcontact-v1 .ac-research-note {
    padding: 16px;
  }

  #alcontact-v1 .ac-research-note strong {
    font-size: 14.5px;
  }

  #alcontact-v1 .ac-research-note span {
    font-size: 13.5px;
  }

  #alcontact-v1 .ac-section-head p,
  #alcontact-v1 .ac-location-info > p,
  #alcontact-v1 .ac-difference-copy > p {
    font-size: 15px;
  }

  #alcontact-v1 .ac-info-row strong {
    font-size: 14px;
  }
}

