html body .bw-legal-form-note,
html body .bw-legal-form-note * {
  box-sizing: border-box;
}

html body .bwp-form .bw-legal-form-note,
html body .bw-inquiry-form .bw-legal-form-note,
html body .bwp-inquiry-form .bw-legal-form-note {
  width: min(100%, 780px);
  max-width: 100%;
  margin: 10px auto 0 !important;
  color: #6e6e73 !important;
  font-family: Helvetica, Verdana, Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: none !important;
  overflow-wrap: anywhere;
}

html body .bwp-form .bw-legal-form-note a,
html body .bw-inquiry-form .bw-legal-form-note a,
html body .bwp-inquiry-form .bw-legal-form-note a {
  color: #006bfc !important;
  font-weight: 400 !important;
  text-decoration: none;
}

html body .bw-back-to-top {
  position: fixed;
  right: max(22px, env(safe-area-inset-right));
  bottom: max(24px, calc(env(safe-area-inset-bottom) + 24px));
  z-index: 9990;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 46px !important;
  width: 46px !important;
  min-width: 46px !important;
  max-width: 46px !important;
  height: 46px !important;
  min-height: 46px !important;
  max-height: 46px !important;
  aspect-ratio: 1 / 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(0, 0, 0, .08) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .94) !important;
  background-image: none !important;
  color: #1d1d1f !important;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .14);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  cursor: pointer;
  font: inherit !important;
  line-height: 1 !important;
  overflow: hidden !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(.96);
  transition: opacity .22s ease, visibility .22s ease, transform .22s ease, color .18s ease, border-color .18s ease;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

html body .bw-back-to-top[hidden] {
  display: inline-flex !important;
}

html body .bw-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

html body .bw-back-to-top svg {
  display: block !important;
  flex: 0 0 auto !important;
  width: 21px !important;
  height: 21px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html body .bw-back-to-top.is-pressed {
  transform: translateY(1px) scale(.93);
}

@media (hover: hover) and (pointer: fine) {
  html body .bwp-form .bw-legal-form-note a:hover,
  html body .bwp-form .bw-legal-form-note a:focus-visible,
  html body .bw-inquiry-form .bw-legal-form-note a:hover,
  html body .bw-inquiry-form .bw-legal-form-note a:focus-visible,
  html body .bwp-inquiry-form .bw-legal-form-note a:hover,
  html body .bwp-inquiry-form .bw-legal-form-note a:focus-visible {
    color: #006bfc !important;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  html body .bw-back-to-top:hover,
  html body .bw-back-to-top:focus-visible {
    color: #0057d8;
    border-color: rgba(0, 87, 216, .24);
  }
}

html body .bw-back-to-top:focus-visible {
  outline: 2px solid rgba(0, 107, 252, .34);
  outline-offset: 4px;
}

html body .bw-legal-page,
html body.bw-legal-page {
  margin: 0;
  background: var(--bwh-page-bg, #f5f5f7);
  color: #1d1d1f;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  letter-spacing: 0;
}

html body .bw-legal-local-header,
html body .bw-legal-local-header *,
html body .bw-legal-local-footer,
html body .bw-legal-local-footer * {
  box-sizing: border-box;
}

html body .bw-legal-local-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  width: 100%;
  background: rgba(245, 245, 247, .78);
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

html body .bw-legal-local-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  width: min(1460px, calc(100% - 96px));
  min-height: 84px;
  margin: 0 auto;
}

html body .bw-legal-local-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #1d1d1f;
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

html body .bw-legal-local-brand img {
  display: block;
  width: 34px;
  height: 34px;
}

html body .bw-legal-local-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  min-width: 0;
}

html body .bw-legal-local-nav a {
  color: #1d1d1f;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

html body .bw-legal-local-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #1d1d1f;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

html body .bw-legal-local-menu-toggle span {
  position: absolute;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
  transition: transform .18s ease, opacity .18s ease;
}

html body .bw-legal-local-menu-toggle span:first-child {
  transform: translateY(-5px);
}

html body .bw-legal-local-menu-toggle span:last-child {
  transform: translateY(5px);
}

html body .bw-legal-local-menu-toggle.is-open span:first-child {
  transform: rotate(45deg);
}

html body .bw-legal-local-menu-toggle.is-open span:last-child {
  transform: rotate(-45deg);
}

html body .bw-legal-local-mobile-panel {
  display: none;
}

html body .bw-legal-local-mobile-panel[hidden] {
  display: none !important;
}

html body .bw-legal-main {
  min-height: 100vh;
  padding: 166px 0 112px;
  background: var(--bwh-page-bg, #f5f5f7);
}

html body .bw-legal-shell {
  width: min(var(--bwh-container, 1200px), calc(100% - 48px));
  margin: 0 auto;
}

html body .bw-legal-hero {
  max-width: 820px;
  margin: 0 auto 44px;
  text-align: center;
}

html body .bw-legal-eyebrow {
  margin: 0 0 13px;
  color: #86868b;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

html body .bw-legal-hero h1 {
  margin: 0;
  color: #1d1d1f;
  font-size: clamp(44px, 6vw, 76px);
  line-height: .98;
  font-weight: 800;
  letter-spacing: 0;
  text-wrap: balance;
}

html body .bw-legal-summary {
  max-width: 760px;
  margin: 22px auto 0;
  color: #6e6e73;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
}

html body .bw-legal-card,
html body .bw-legal-sitemap-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 28px;
  box-shadow: 0 18px 60px rgba(18, 24, 32, .07);
}

html body .bw-legal-card {
  padding: clamp(34px, 4.2vw, 58px);
}

html body .bw-legal-content {
  color: #424245;
}

html body .bw-legal-updated {
  margin: 0 0 34px;
  color: #86868b;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

html body .bw-legal-content section + section {
  margin-top: 34px;
  padding-top: 31px;
  border-top: 1px solid rgba(0, 0, 0, .11);
}

html body .bw-legal-content h2,
html body .bw-legal-sitemap-card h2 {
  margin: 0 0 13px;
  color: #1d1d1f;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}

html body .bw-legal-content p {
  margin: 0;
  color: #5f6368;
  font-size: 17px;
  line-height: 1.72;
  font-weight: 400;
}

html body .bw-legal-content p + p {
  margin-top: 14px;
}

html body .bw-legal-content a,
html body .bw-legal-sitemap-card a {
  color: #006bfc;
  text-decoration: none;
}

html body .bw-legal-xml-sitemap {
  max-width: 820px;
  margin: 26px auto 0;
  color: #6e6e73;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  text-align: center;
}

html body .bw-legal-xml-sitemap a {
  color: #006bfc;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  html body .bw-legal-content a:hover,
  html body .bw-legal-content a:focus-visible,
  html body .bw-legal-sitemap-card a:hover,
  html body .bw-legal-sitemap-card a:focus-visible {
    color: #006bfc;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}

html body .bw-legal-contact-list {
  display: grid;
  gap: 12px;
  margin: 4px 0 0;
}

html body .bw-legal-contact-list div {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 16px;
}

html body .bw-legal-contact-list dt,
html body .bw-legal-contact-list dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

html body .bw-legal-contact-list dt {
  color: #1d1d1f;
  font-weight: 800;
}

html body .bw-legal-contact-list dd {
  color: #5f6368;
  font-weight: 400;
}

html body .bw-legal-sitemap-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

html body .bw-legal-sitemap-card {
  padding: 30px;
}

html body .bw-legal-sitemap-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

html body .bw-legal-sitemap-card li {
  margin: 0;
}

html body .bw-legal-sitemap-card a {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  color: #424245;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 400;
  overflow-wrap: anywhere;
}

html body .bw-legal-sitemap-card a::after {
  content: "";
  width: 5px;
  height: 5px;
  margin-left: 8px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
  opacity: .48;
}

html body .bw-legal-local-footer {
  width: 100%;
  margin: 0;
  padding: 28px 0 24px;
  background: var(--bwh-page-bg, #f5f5f7);
  color: #1d1d1f;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.41667;
}

html body .bw-legal-local-footer-inner {
  width: min(1460px, calc(100% - 96px));
  margin: 0 auto;
}

html body .bw-legal-local-footer-note {
  max-width: 960px;
  margin: 0;
  color: #6e6e73;
  font-size: 12px;
  line-height: 1.41667;
}

html body .bw-legal-local-footer-directory {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px 46px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, .16);
}

html body .bw-legal-local-footer-group h2 {
  margin: 0 0 10px;
  color: #1d1d1f;
  font-size: 12px;
  line-height: 1.33337;
  font-weight: 700;
}

html body .bw-legal-local-footer-group div {
  display: grid;
  gap: 8px;
}

html body .bw-legal-local-footer a {
  color: #424245;
  font-size: 12px;
  line-height: 1.33337;
  font-weight: 400;
  text-decoration: none;
}

html body .bw-legal-local-footer-support {
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, .16);
  color: #6e6e73;
  font-size: 12px;
  line-height: 1.41667;
}

html body .bw-legal-local-footer-support a {
  color: #006bfc;
}

html body .bw-legal-local-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
  margin-top: 10px;
  color: #6e6e73;
  font-size: 12px;
  line-height: 1.41667;
}

html body .bw-legal-local-footer-bottom .bw-site-footer-legal {
  display: inline-flex;
  flex-wrap: wrap;
}

html body .bw-legal-local-footer-bottom .bw-site-footer-legal a {
  display: inline-flex;
  align-items: center;
  color: #424245;
}

html body .bw-legal-local-footer-bottom .bw-site-footer-legal a + a::before {
  content: "";
  width: 1px;
  height: 10px;
  margin: 0 9px;
  background: rgba(0, 0, 0, .28);
}

@media (max-width: 900px) {
  html body .bw-legal-sitemap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html body .bw-legal-local-footer-directory {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  html body .bwp-form .bw-legal-form-note {
    margin-top: 9px !important;
    font-size: 11.5px !important;
    line-height: 1.48 !important;
  }

  html body .bw-back-to-top {
    right: max(18px, env(safe-area-inset-right));
    bottom: max(86px, calc(env(safe-area-inset-bottom) + 86px));
    flex-basis: 44px !important;
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .13);
  }

  html body .bw-back-to-top svg {
    width: 20px !important;
    height: 20px !important;
  }

  html body .bw-legal-local-header-inner {
    width: min(var(--bwh-mobile-container, 480px), calc(100% - 76px));
    min-height: 76px;
  }

  html body .bw-legal-local-brand {
    gap: 11px;
    font-size: 20px;
  }

  html body .bw-legal-local-brand img {
    width: 30px;
    height: 30px;
  }

  html body .bw-legal-local-nav {
    display: none;
  }

  html body .bw-legal-local-menu-toggle {
    display: inline-flex;
    position: relative;
    flex: 0 0 44px;
  }

  html body .bw-legal-local-menu-toggle.is-pressed {
    transform: scale(.92);
  }

  html body .bw-legal-local-mobile-panel {
    position: fixed;
    top: 86px;
    left: 50%;
    z-index: 9001;
    display: grid;
    width: min(var(--bwh-mobile-container, 480px), calc(100% - 76px));
    padding: 8px 0;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 22px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 20px 56px rgba(18, 24, 32, .16);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    transform: translateX(-50%);
  }

  html body .bw-legal-local-mobile-panel a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    color: #1d1d1f;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }

  html body .bw-legal-local-mobile-panel a:last-child {
    border-bottom: 0;
  }

  html body .bw-legal-local-mobile-panel a.is-pressed {
    color: #0057d8;
    background: rgba(0, 107, 252, .08);
  }

  html body .bw-legal-main {
    padding: 126px 0 86px;
  }

  html body .bw-legal-shell {
    width: min(var(--bwh-mobile-container, 480px), calc(100% - 76px));
  }

  html body .bw-legal-hero {
    margin-bottom: 28px;
  }

  html body .bw-legal-eyebrow {
    margin-bottom: 10px;
    font-size: 11px;
    letter-spacing: .2em;
  }

  html body .bw-legal-hero h1 {
    font-size: clamp(38px, 10.5vw, 54px);
    line-height: 1.02;
  }

  html body .bw-legal-summary {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.58;
  }

  html body .bw-legal-card {
    padding: 28px;
    border-radius: 24px;
  }

  html body .bw-legal-updated {
    margin-bottom: 26px;
    font-size: 13px;
  }

  html body .bw-legal-content section + section {
    margin-top: 26px;
    padding-top: 24px;
  }

  html body .bw-legal-content h2,
  html body .bw-legal-sitemap-card h2 {
    font-size: 22px;
    line-height: 1.22;
  }

  html body .bw-legal-content p {
    font-size: 15px;
    line-height: 1.68;
  }

  html body .bw-legal-contact-list div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  html body .bw-legal-contact-list dt,
  html body .bw-legal-contact-list dd {
    font-size: 15px;
    line-height: 1.5;
  }

  html body .bw-legal-sitemap-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  html body .bw-legal-sitemap-card {
    padding: 26px;
    border-radius: 24px;
  }

  html body .bw-legal-sitemap-card a {
    font-size: 14px;
    line-height: 1.45;
  }

  html body .bw-legal-local-footer {
    padding: 24px 0 88px;
  }

  html body .bw-legal-local-footer-inner {
    width: min(var(--bwh-mobile-container, 480px), calc(100% - 76px));
  }

  html body .bw-legal-local-footer-directory {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 0;
  }

  html body .bw-legal-local-footer-group {
    padding: 14px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .18);
  }

  html body .bw-legal-local-footer-group:first-child {
    border-top: 1px solid rgba(0, 0, 0, .18);
  }

  html body .bw-legal-local-footer-group h2 {
    margin-bottom: 8px;
  }

  html body .bw-legal-local-footer-group div {
    gap: 7px;
  }

  html body .bw-legal-local-footer-support {
    border-top: 0;
  }
}
