body.tsi-contact-ux-live {
  --tsi-contact-ink: #102331;
  --tsi-contact-muted: #5b7080;
  --tsi-contact-line: rgba(24, 95, 126, 0.16);
  --tsi-contact-blue: #2478d4;
  --tsi-contact-cyan: #22c7de;
  --tsi-contact-gold: #f3c348;
  --tsi-contact-soft: #f4fafc;
  --tsi-contact-panel: rgba(255, 255, 255, 0.96);
  background: #f7fbfd;
}

body.tsi-contact-ux-live,
body.tsi-contact-ux-live .entry-content,
body.tsi-contact-ux-live .entry-content * {
  letter-spacing: 0;
  box-sizing: border-box;
}

body.tsi-contact-ux-live .x-main.full {
  background:
    radial-gradient(circle at 84% 5%, rgba(34, 199, 222, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f4fafc 44%, #ffffff 100%);
}

body.tsi-contact-ux-live .entry-header {
  display: none;
}

body.tsi-contact-ux-live .entry-wrap,
body.tsi-contact-ux-live .entry-content {
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.tsi-contact-ux-live .entry-wrap > .x-container.max.width {
  width: min(1180px, calc(100vw - 32px));
  max-width: 1180px;
}

.tsi-contact-ux-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  gap: 24px;
  align-items: center;
  width: min(1180px, calc(100vw - 32px));
  max-width: 1180px;
  margin: 8px auto 18px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--tsi-contact-line);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(238, 249, 253, 0.94)),
    linear-gradient(90deg, rgba(34, 199, 222, 0.08), rgba(243, 195, 72, 0.08));
  box-shadow: 0 24px 70px rgba(13, 63, 90, 0.13);
}

.tsi-contact-ux-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 49%, rgba(34, 104, 132, 0.055) 49% 51%, transparent 51%),
    linear-gradient(0deg, transparent 0 49%, rgba(34, 104, 132, 0.045) 49% 51%, transparent 51%);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 80%);
}

.tsi-contact-ux-hero > * {
  position: relative;
  min-width: 0;
}

.tsi-contact-ux-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(34, 199, 222, 0.32);
  border-radius: 999px;
  background: rgba(34, 199, 222, 0.12);
  color: #056b82;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.tsi-contact-ux-hero h1 {
  margin: 0;
  color: var(--tsi-contact-ink);
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1;
  font-weight: 950;
}

.tsi-contact-ux-hero p {
  max-width: 680px;
  margin: 12px 0 0;
  color: var(--tsi-contact-muted);
  font-size: 16px;
  line-height: 1.55;
}

.tsi-contact-ux-route {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(36, 120, 212, 0.18);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(245, 252, 255, 0.78)),
    linear-gradient(135deg, rgba(36, 120, 212, 0.08), rgba(34, 199, 222, 0.08));
  box-shadow: 0 18px 46px rgba(13, 63, 90, 0.1);
}

.tsi-contact-ux-route-label {
  display: block;
  color: #0d2536;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.18;
}

.tsi-contact-ux-route p {
  margin: 0;
  color: #526a78;
  font-size: 14px;
  line-height: 1.45;
}

.tsi-contact-ux-steps {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.tsi-contact-ux-steps span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid var(--tsi-contact-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #174052;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.tsi-contact-ux-steps strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--tsi-contact-blue), var(--tsi-contact-cyan));
  color: #ffffff;
  font-size: 12px;
}

.tsi-contact-ux-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.tsi-contact-ux-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 13px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  background: linear-gradient(135deg, var(--tsi-contact-blue), var(--tsi-contact-cyan));
  box-shadow: 0 12px 24px rgba(36, 120, 212, 0.18);
}

.tsi-contact-ux-actions a:nth-child(2) {
  color: #174052;
  border: 1px solid var(--tsi-contact-line);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: none;
}

body.tsi-contact-ux-live .tsi-contact-ux-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
  width: min(1180px, calc(100vw - 32px));
  max-width: 1180px;
  margin: 0 auto 22px;
  padding: 14px 18px;
  border: 1px solid rgba(243, 195, 72, 0.56);
  border-radius: 16px;
  background: linear-gradient(135deg, #fffdf4, #ffffff);
  color: #3c3728;
  box-shadow: 0 12px 28px rgba(105, 81, 16, 0.08);
}

body.tsi-contact-ux-live .tsi-contact-ux-note strong {
  color: #162d3d;
  font-weight: 950;
}

body.tsi-contact-ux-live .tsi-contact-ux-note span {
  color: #4d5f69;
  font-size: 14px;
  line-height: 1.35;
}

body.tsi-contact-ux-live #cs-content {
  display: grid;
  gap: 22px;
  width: min(1180px, calc(100vw - 32px));
  max-width: 1180px;
  margin: 0 auto 52px;
  color: var(--tsi-contact-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

body.tsi-contact-ux-live #cs-content > .x-section {
  margin: 0;
  padding: 0;
  background: transparent !important;
}

body.tsi-contact-ux-live #cs-content .x-row.x-container {
  width: 100%;
  max-width: 100%;
}

body.tsi-contact-ux-live #cs-content .x-row-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
  gap: 24px;
  align-items: start;
}

body.tsi-contact-ux-live #cs-content .e43-e3 {
  display: contents !important;
}

body.tsi-contact-ux-live #cs-content .x-col {
  float: none !important;
  width: 100% !important;
  min-width: 0;
}

body.tsi-contact-ux-live #cs-content .e43-e4 {
  position: relative;
  grid-column: 1;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  min-height: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.tsi-contact-ux-live #cs-content .e43-e4::before {
  content: "Support paths after login";
  grid-column: 1 / -1;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 2px;
  padding: 8px 12px;
  border: 1px solid rgba(34, 199, 222, 0.26);
  border-radius: 999px;
  background: rgba(34, 199, 222, 0.1);
  color: #056b82;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

body.tsi-contact-ux-live #cs-content .e43-e4::after {
  display: none;
}

body.tsi-contact-ux-live #cs-content .e43-e4 p {
  position: relative;
  z-index: 1;
  min-height: 160px;
  margin: 0;
  padding: 20px;
  overflow: hidden;
  border: 1px solid var(--tsi-contact-line);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 252, 0.92)),
    linear-gradient(135deg, rgba(34, 199, 222, 0.06), rgba(243, 195, 72, 0.06));
  color: #324f61;
  font-size: 15px;
  line-height: 1.5;
  box-shadow: 0 16px 38px rgba(13, 63, 90, 0.08);
}

body.tsi-contact-ux-live #cs-content .e43-e4 p::after {
  content: "";
  position: absolute;
  right: -44px;
  top: -44px;
  width: 116px;
  height: 116px;
  border: 1px solid rgba(34, 199, 222, 0.18);
  border-radius: 999px;
  background: rgba(34, 199, 222, 0.06);
  pointer-events: none;
}

body.tsi-contact-ux-live #cs-content .e43-e4 p:first-of-type {
  grid-column: 1 / -1;
  min-height: 0;
}

body.tsi-contact-ux-live #cs-content .e43-e4 strong {
  color: #102331;
  font-weight: 900;
}

body.tsi-contact-ux-live #cs-content .e43-e4 a,
body.tsi-contact-ux-live #cs-content .e43-e4 span[style*="ff0000"] {
  color: #d92525 !important;
  font-weight: 900;
  text-decoration: none;
}

body.tsi-contact-ux-live #cs-content .x-form-integration {
  grid-column: 1 / -1;
  grid-row: 1;
  margin-top: 0;
}

body.tsi-contact-ux-live #cs-content .e43-e6 {
  display: grid;
  grid-column: 2;
  grid-row: 2;
  gap: 0;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--tsi-contact-line);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(13, 63, 90, 0.11);
}

body.tsi-contact-ux-live #cs-content .e43-e7 {
  margin: 0 !important;
  padding: 18px 22px !important;
  background: linear-gradient(135deg, var(--tsi-contact-blue), var(--tsi-contact-cyan));
}

body.tsi-contact-ux-live #cs-content .e43-e7 p {
  margin: 0;
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

body.tsi-contact-ux-live #cs-content .e43-e8 {
  margin: 0 !important;
  padding: 26px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 252, 0.92)),
    linear-gradient(135deg, rgba(36, 120, 212, 0.05), rgba(34, 199, 222, 0.06));
}

body.tsi-contact-ux-live #cs-content .e43-e8 p {
  margin: 0 0 18px;
  color: #324f61 !important;
  font-size: 16px;
  line-height: 1.58;
}

body.tsi-contact-ux-live #cs-content .e43-e8 p:last-child {
  margin-bottom: 0;
}

body.tsi-contact-ux-live #cs-content .e43-e8 span,
body.tsi-contact-ux-live #cs-content .e43-e8 span[style],
body.tsi-contact-ux-live #cs-content .e43-e8 a[style] {
  color: #324f61 !important;
}

body.tsi-contact-ux-live #cs-content .e43-e8 strong,
body.tsi-contact-ux-live #cs-content .e43-e8 span[style*="ff0000"] strong {
  color: #0b7188 !important;
  font-weight: 950;
}

body.tsi-contact-ux-live #cs-content .e43-e8 a {
  color: #2478d4 !important;
  font-weight: 900;
  text-decoration: none;
}

body.tsi-contact-ux-live #cs-content .x-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.tsi-contact-ux-live #cs-content .x-cell {
  position: relative;
  display: grid;
  gap: 10px;
  align-content: start;
  min-width: 0;
  min-height: 190px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid var(--tsi-contact-line);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 252, 0.9)),
    linear-gradient(135deg, rgba(36, 120, 212, 0.05), rgba(34, 199, 222, 0.05));
  box-shadow: 0 18px 42px rgba(13, 63, 90, 0.08);
}

body.tsi-contact-ux-live #cs-content .x-cell::after {
  content: "";
  position: absolute;
  right: -48px;
  top: -48px;
  width: 124px;
  height: 124px;
  border: 1px solid rgba(34, 199, 222, 0.2);
  border-radius: 999px;
  background: rgba(34, 199, 222, 0.07);
  pointer-events: none;
}

body.tsi-contact-ux-live #cs-content .x-anchor-button.has-graphic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  margin: 0;
  border: 1px solid rgba(34, 199, 222, 0.26);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(36, 120, 212, 0.12), rgba(34, 199, 222, 0.16));
  color: #056b82;
  text-decoration: none;
}

body.tsi-contact-ux-live #cs-content .x-anchor-button.has-graphic .x-graphic,
body.tsi-contact-ux-live #cs-content .x-anchor-button.has-graphic .x-icon {
  display: none !important;
}

body.tsi-contact-ux-live #cs-content .x-anchor-button.has-graphic::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 3px solid currentColor;
  border-radius: 999px;
  opacity: 0.92;
}

body.tsi-contact-ux-live #cs-content .x-cell:nth-child(4n+1) .x-anchor-button.has-graphic {
  background: linear-gradient(135deg, rgba(103, 52, 170, 0.14), rgba(36, 120, 212, 0.12));
  color: #6534aa;
}

body.tsi-contact-ux-live #cs-content .x-cell:nth-child(4n+2) .x-anchor-button.has-graphic {
  background: linear-gradient(135deg, rgba(243, 195, 72, 0.24), rgba(255, 255, 255, 0.78));
  color: #8b6810;
}

body.tsi-contact-ux-live #cs-content .x-cell:nth-child(4n+3) .x-anchor-button.has-graphic {
  background: linear-gradient(135deg, rgba(31, 157, 103, 0.13), rgba(34, 199, 222, 0.14));
  color: #15805a;
}

body.tsi-contact-ux-live #cs-content .x-cell h1,
body.tsi-contact-ux-live #cs-content .x-cell h2,
body.tsi-contact-ux-live #cs-content .x-cell h3,
body.tsi-contact-ux-live #cs-content .x-cell h4,
body.tsi-contact-ux-live #cs-content .x-cell h5 {
  margin: 8px 0 4px;
  color: #0d2536 !important;
  font-size: 20px;
  line-height: 1.18;
  font-weight: 900;
  text-align: center;
}

body.tsi-contact-ux-live #cs-content .x-cell p,
body.tsi-contact-ux-live #cs-content .x-cell .x-text-content-text-primary,
body.tsi-contact-ux-live #cs-content .x-cell .x-text-content-text-subheadline {
  color: #40586a !important;
  font-size: 15px;
  line-height: 1.48;
  text-align: center;
}

body.tsi-contact-ux-live .wpas-login-register {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(380px, 1fr);
  gap: 24px;
  align-items: stretch;
  max-width: 1060px;
  margin: 0 auto;
}

body.tsi-contact-ux-live .wpas-login-register::before,
body.tsi-contact-ux-live .wpas-login-register::after {
  display: none;
}

body.tsi-contact-ux-live .wpas-login-register > .wpas-form,
body.tsi-contact-ux-live form.wpas-form {
  position: relative;
  float: none !important;
  width: 100% !important;
  max-width: none;
  min-width: 0;
  height: 100%;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--tsi-contact-line);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 252, 0.9)),
    linear-gradient(135deg, rgba(36, 120, 212, 0.04), rgba(243, 195, 72, 0.05));
  box-shadow: 0 22px 54px rgba(13, 63, 90, 0.11);
}

body.tsi-contact-ux-live form.wpas-form::after {
  content: "";
  position: absolute;
  right: -45px;
  top: -45px;
  width: 136px;
  height: 136px;
  border: 1px solid rgba(34, 199, 222, 0.2);
  border-radius: 999px;
  background: rgba(34, 199, 222, 0.07);
  pointer-events: none;
}

body.tsi-contact-ux-live form.wpas-form > * {
  position: relative;
  z-index: 1;
}

body.tsi-contact-ux-live form.wpas-form h3 {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 18px;
  color: #0d2536;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 950;
}

body.tsi-contact-ux-live form.wpas-form h3::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 6px solid rgba(34, 199, 222, 0.22);
  border-radius: 999px;
  background: var(--tsi-contact-cyan);
  box-shadow: 0 0 0 1px rgba(34, 199, 222, 0.18);
}

body.tsi-contact-ux-live .wpas-form-group {
  margin-bottom: 14px;
}

body.tsi-contact-ux-live .wpas-form-control,
body.tsi-contact-ux-live form.wpas-form input[type="text"],
body.tsi-contact-ux-live form.wpas-form input[type="email"],
body.tsi-contact-ux-live form.wpas-form input[type="password"],
body.tsi-contact-ux-live form.wpas-form input[type="tel"],
body.tsi-contact-ux-live form.wpas-form select,
body.tsi-contact-ux-live form.wpas-form textarea {
  width: 100% !important;
  min-height: 50px;
  padding: 12px 14px !important;
  border: 1px solid rgba(36, 120, 212, 0.3) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  color: #102331 !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  box-shadow: none !important;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

body.tsi-contact-ux-live form.wpas-form textarea {
  min-height: 150px;
  resize: vertical;
}

body.tsi-contact-ux-live .wpas-form-control:focus,
body.tsi-contact-ux-live form.wpas-form input:focus,
body.tsi-contact-ux-live form.wpas-form select:focus,
body.tsi-contact-ux-live form.wpas-form textarea:focus {
  outline: 0;
  border-color: var(--tsi-contact-cyan) !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(34, 199, 222, 0.14) !important;
}

body.tsi-contact-ux-live form.wpas-form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
  accent-color: var(--tsi-contact-blue);
}

body.tsi-contact-ux-live .wpas-form-group.wpas-submit,
body.tsi-contact-ux-live .wpas-btn-toolbar {
  margin-top: 16px;
}

body.tsi-contact-ux-live form.wpas-form button,
body.tsi-contact-ux-live form.wpas-form input[type="submit"],
body.tsi-contact-ux-live .wpas-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 12px 18px;
  border: 0 !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, var(--tsi-contact-blue), var(--tsi-contact-cyan)) !important;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 18px 36px rgba(36, 120, 212, 0.22);
  cursor: pointer;
}

body.tsi-contact-ux-live form.wpas-form button:hover,
body.tsi-contact-ux-live form.wpas-form input[type="submit"]:hover,
body.tsi-contact-ux-live .wpas-btn:hover {
  filter: brightness(0.98);
  transform: translateY(-1px);
}

body.tsi-contact-ux-live form.wpas-form a {
  color: #2b76c4;
  font-weight: 800;
  text-decoration: none;
}

body.tsi-contact-ux-live form.wpas-form a:hover {
  text-decoration: underline;
}

body.tsi-contact-ux-live .tsi-contact-login-guidance {
  display: grid;
  gap: 8px;
  margin-top: 24px;
  padding: 18px;
  border: 1px solid rgba(36, 120, 212, 0.16);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(238, 249, 253, 0.82)),
    linear-gradient(135deg, rgba(36, 120, 212, 0.06), rgba(34, 199, 222, 0.07));
  color: #355668;
  font-size: 14px;
  line-height: 1.45;
}

body.tsi-contact-ux-live .tsi-contact-login-guidance strong {
  color: #0d2536;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.2;
}

body.tsi-contact-ux-live .tsi-contact-login-guidance span {
  color: #516a78;
}

body.tsi-contact-ux-live .wpas-help-block,
body.tsi-contact-ux-live .wpas-description {
  color: #58707d;
  font-size: 13px;
  line-height: 1.4;
}

body.tsi-contact-ux-live .wpas-alert,
body.tsi-contact-ux-live .wpas-message,
body.tsi-contact-ux-live .wpas-error,
body.tsi-contact-ux-live .wpas-notice {
  padding: 14px 16px;
  border: 1px solid var(--tsi-contact-line);
  border-radius: 14px;
  background: #ffffff;
  color: var(--tsi-contact-ink);
}

body.tsi-contact-ux-live .wp-editor-container,
body.tsi-contact-ux-live .wpas-uploader {
  overflow: hidden;
  border: 1px solid var(--tsi-contact-line);
  border-radius: 14px;
  background: #ffffff;
}

body.tsi-contact-ux-live .x-colophon {
  margin-top: 0;
}

@media (max-width: 980px) {
  body.tsi-contact-ux-live #cs-content .x-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.tsi-contact-ux-live .wpas-login-register {
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  body.tsi-contact-ux-live #cs-content .x-row-inner {
    grid-template-columns: 1fr;
  }

  body.tsi-contact-ux-live #cs-content .e43-e4,
  body.tsi-contact-ux-live #cs-content .e43-e6,
  body.tsi-contact-ux-live #cs-content .x-form-integration {
    grid-column: 1;
  }

  body.tsi-contact-ux-live #cs-content .e43-e4 {
    grid-row: 2;
  }

  body.tsi-contact-ux-live #cs-content .x-form-integration {
    grid-row: 1;
  }

  body.tsi-contact-ux-live #cs-content .e43-e6 {
    grid-row: 3;
  }

  body.tsi-contact-ux-live #cs-content .e43-e4 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  body.tsi-contact-ux-live .entry-wrap > .x-container.max.width {
    width: min(100%, calc(100vw - 18px));
  }

  .tsi-contact-ux-hero {
    width: min(100%, calc(100vw - 18px));
    grid-template-columns: 1fr;
    margin-top: 46px;
    padding: 22px;
    border-radius: 18px;
  }

  .tsi-contact-ux-hero h1 {
    font-size: 36px;
    line-height: 1.08;
  }

  .tsi-contact-ux-hero p {
    font-size: 16px;
  }

  .tsi-contact-ux-steps {
    justify-content: flex-start;
  }

  .tsi-contact-ux-steps span {
    min-height: 38px;
    padding: 7px 10px;
    font-size: 13px;
  }

  body.tsi-contact-ux-live .tsi-contact-ux-note {
    width: min(100%, calc(100vw - 18px));
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 16px;
    border-radius: 16px;
  }

  body.tsi-contact-ux-live #cs-content {
    width: min(100%, calc(100vw - 18px));
    gap: 18px;
    margin-bottom: 40px;
  }

  body.tsi-contact-ux-live #cs-content .x-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.tsi-contact-ux-live #cs-content .x-cell {
    min-height: 0;
    padding: 28px 22px;
    border-radius: 18px;
  }

  body.tsi-contact-ux-live #cs-content .e43-e4 {
    padding: 18px;
    border-radius: 16px;
  }

  body.tsi-contact-ux-live #cs-content .e43-e4 {
    grid-template-columns: 1fr;
    padding: 0;
  }

  body.tsi-contact-ux-live #cs-content .e43-e4 p,
  body.tsi-contact-ux-live #cs-content .e43-e4 p:first-of-type {
    grid-column: 1;
    min-height: 0;
  }

  body.tsi-contact-ux-live #cs-content .e43-e4 p,
  body.tsi-contact-ux-live #cs-content .e43-e8 p {
    font-size: 14px;
  }

  body.tsi-contact-ux-live #cs-content .e43-e6 {
    border-radius: 18px;
  }

  body.tsi-contact-ux-live .wpas-login-register {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.tsi-contact-ux-live form.wpas-form {
    padding: 22px;
    border-radius: 18px;
  }

  body.tsi-contact-ux-live form.wpas-form h3 {
    font-size: 28px;
  }
}
