
body.article[id="2"] .smt-contact-page,
body.article[id="2"] .smt-contact-page * { box-sizing: border-box; }

body.article[id="2"] .smt-contact-page {
  --smt-teal: #007a82;
  --smt-teal-hover: #00656c;
  --smt-dark: #17282c;
  --smt-copy: #526167;
  --smt-muted: #f3f8f8;
  --smt-border: #dce9e9;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 32px 32px 0px;
  color: var(--smt-dark);
  font-family: Arial, sans-serif;
}

body.article[id="2"] .smt-contact-eyebrow {
  margin: 0 0 12px;
  color: var(--smt-teal);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
}

body.article[id="2"] .smt-contact-page h2 {
  margin: 0 0 20px;
  color: var(--smt-dark);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.6px;
}

body.article[id="2"] .smt-contact-page h3 {
  color: var(--smt-dark);
  font-weight: 700;
}

body.article[id="2"] .smt-contact-page p,
body.article[id="2"] .smt-contact-page li,
body.article[id="2"] .smt-contact-page address {
  color: var(--smt-copy);
  font-size: 16px;
  line-height: 1.75;
}

body.article[id="2"] .smt-contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  align-items: stretch;
  gap: 56px;
  padding: 32px 0 72px;
}

body.article[id="2"] .smt-contact-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.article[id="2"] .smt-contact-hero__copy > p:not(.smt-contact-eyebrow) {
  max-width: 720px;
  margin: 0;
}

body.article[id="2"] .smt-contact-benefits {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

body.article[id="2"] .smt-contact-benefits li {
  position: relative;
  padding-left: 28px;
}

body.article[id="2"] .smt-contact-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--smt-teal);
  font-weight: 700;
}

body.article[id="2"] .smt-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

body.article[id="2"] .smt-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid var(--smt-teal);
  border-radius: 4px;
  background: var(--smt-teal);
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none !important;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

body.article[id="2"] .smt-contact-button--secondary {
  background: #fff;
  color: var(--smt-teal) !important;
}

body.article[id="2"] .smt-contact-button:hover {
  border-color: var(--smt-teal-hover);
  background: var(--smt-teal-hover);
  color: #fff !important;
  transform: translateY(-2px);
}

body.article[id="2"] .smt-contact-guide {
  padding: 38px;
  border: 1px solid var(--smt-border);
  border-top: 4px solid var(--smt-teal);
  border-radius: 8px;
  background: var(--smt-muted);
}

body.article[id="2"] .smt-contact-guide__label {
  margin: 0 0 8px;
  color: var(--smt-teal) !important;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 1.5px;
}

body.article[id="2"] .smt-contact-guide h3 {
  margin: 0 0 24px;
  font-size: 25px;
}

body.article[id="2"] .smt-contact-guide ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.article[id="2"] .smt-contact-guide li {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid var(--smt-border);
}

body.article[id="2"] .smt-contact-guide li span {
  color: var(--smt-teal);
  font-size: 13px;
  font-weight: 700;
}

body.article[id="2"] .smt-contact-guide li strong {
  color: var(--smt-dark);
  font-size: 15px;
}

body.article[id="2"] .smt-contact-guide__note {
  margin: 22px 0 0;
  font-size: 14px !important;
}

body.article[id="2"] .smt-contact-section,
body.article[id="2"] .smt-contact-locations {
  padding: 72px 0;
  border-top: 1px solid var(--smt-border);
}

body.article[id="2"] .smt-contact-section__heading {
  max-width: 760px;
  margin-bottom: 36px;
}

body.article[id="2"] .smt-contact-section__heading > p:last-child {
  margin: 0;
}

body.article[id="2"] .smt-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

body.article[id="2"] .smt-contact-card {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--smt-border);
  border-radius: 8px;
  background: #fff;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

body.article[id="2"] .smt-contact-card:hover {
  border-color: #9fc5c8;
  box-shadow: 0 12px 30px rgba(23,40,44,.08);
  transform: translateY(-3px);
}

body.article[id="2"] .smt-contact-card__initial {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--smt-muted);
  color: var(--smt-teal);
  font-size: 18px;
  font-weight: 700;
}

body.article[id="2"] .smt-contact-card h3 {
  margin: 0 0 6px;
  font-size: 22px;
}

body.article[id="2"] .smt-contact-card > p {
  margin: 0 0 20px;
  font-size: 14px;
}

body.article[id="2"] .smt-contact-card__links {
  display: grid;
  gap: 10px;
}

body.article[id="2"] .smt-contact-card__links a {
  overflow-wrap: anywhere;
  color: var(--smt-teal);
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
}

body.article[id="2"] .smt-contact-card__links a:hover {
  color: var(--smt-teal-hover);
  text-decoration: underline;
}

body.article[id="2"] .smt-location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

body.article[id="2"] .smt-location-card {
  position: relative;
  min-height: 220px;
  padding: 34px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--smt-dark);
}

body.article[id="2"] .smt-location-card__number {
  margin: 0 0 38px;
  color: #7fc1c5 !important;
  font-size: 14px !important;
  font-weight: 700;
}

body.article[id="2"] .smt-location-card h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 23px;
}

body.article[id="2"] .smt-location-card address {
  max-width: 560px;
  margin: 0;
  color: #c9d4d6;
  font-style: normal;
}

body.article[id="2"] .smt-contact-form-intro {
  max-width: 840px;
  margin: 0 auto;
  padding: 72px 20px 28px;
  border-top: 1px solid var(--smt-border);
  text-align: center;
}

body.article[id="2"] .smt-contact-form-intro p:last-child {
  margin: 0;
}

/* Style the existing Ueeshop contact form without changing its submission logic. */
body.article[id="2"] form input[type="text"],
body.article[id="2"] form input[type="email"],
body.article[id="2"] form textarea,
body.article[id="2"] form select {
  border: 1px solid #cfdcdd !important;
  border-radius: 4px !important;
  background: #fff !important;
  color: var(--smt-dark) !important;
  font-family: Arial, sans-serif !important;
  font-size: 15px !important;
}

body.article[id="2"] form input:focus,
body.article[id="2"] form textarea:focus,
body.article[id="2"] form select:focus {
  border-color: var(--smt-teal) !important;
  box-shadow: 0 0 0 3px rgba(0,122,130,.12) !important;
  outline: none !important;
}

body.article[id="2"] form button:not([aria-label="search"]) {
  padding: 13px 22px !important;
  border: 1px solid var(--smt-teal) !important;
  border-radius: 4px !important;
  color: #fff !important;
  font-family: Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease !important;
}

body.article[id="2"] form button:not([aria-label="search"]):hover {
  border-color: var(--smt-teal-hover) !important;
  transform: translateY(-2px);
}

@media (max-width: 1050px) {
  body.article[id="2"] .smt-contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 800px) {
  body.article[id="2"] .smt-contact-page { padding: 20px 16px 48px; }
  body.article[id="2"] .smt-contact-page h2 { font-size: 30px; }
  body.article[id="2"] .smt-contact-hero { grid-template-columns: 1fr; gap: 28px; padding: 20px 0 48px; }
  body.article[id="2"] .smt-contact-guide { padding: 26px 20px; }
  body.article[id="2"] .smt-contact-section,
  body.article[id="2"] .smt-contact-locations { padding: 48px 0; }
  body.article[id="2"] .smt-location-grid { grid-template-columns: 1fr; }
  body.article[id="2"] .smt-contact-form-intro { padding: 48px 0 20px; }
}

@media (max-width: 560px) {
  body.article[id="2"] .smt-contact-grid { grid-template-columns: 1fr; }
  body.article[id="2"] .smt-contact-actions { flex-direction: column; }
  body.article[id="2"] .smt-contact-button { width: 100%; }
  body.article[id="2"] .smt-location-card { min-height: 0; padding: 28px 24px; }
}
.ly_article_1{
padding-bottom:0px !important;
}
.ly_form_4 .form_wrapper .form_box .form_content {
    margin-bottom: 0px !important;
}
