.sws-ethics-static {
  --ethics-accent: #6d5592;
  --ethics-accent-soft: rgba(109, 85, 146, .11);
  position: relative;
  overflow: visible;
  background:
    radial-gradient(circle at 8% 24%, rgba(213, 155, 42, .065), transparent 25rem),
    linear-gradient(180deg, #fff 0%, #fbfcfc 100%);
  color: #14323e;
  font-family: Montserrat, Arial, sans-serif;
}

.sws-ethics-tone-olive { --ethics-accent: #6e8254; --ethics-accent-soft: rgba(110, 130, 84, .12); }
.sws-ethics-tone-blue { --ethics-accent: #3474a7; --ethics-accent-soft: rgba(52, 116, 167, .11); }
.sws-ethics-tone-amber { --ethics-accent: #c48724; --ethics-accent-soft: rgba(196, 135, 36, .11); }
.sws-ethics-tone-teal { --ethics-accent: #2f7f82; --ethics-accent-soft: rgba(47, 127, 130, .11); }
.sws-ethics-tone-red { --ethics-accent: #a85159; --ethics-accent-soft: rgba(168, 81, 89, .1); }

.sws-ethics-hero {
  position: relative;
  height: clamp(420px, 53vh, 520px);
  min-height: 420px;
  overflow: hidden;
  background: #102d38;
}

.sws-ethics-hero > img {
  position: absolute;
  inset: -5% 0;
  width: 100%;
  height: 110%;
  object-fit: cover;
  object-position: center 44%;
  transform: translate3d(0, var(--sws-ethics-parallax, 0), 0) scale(1.025);
  will-change: transform;
}

.sws-ethics-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 28, 36, .88) 0%, rgba(7, 28, 36, .61) 44%, rgba(29, 18, 41, .27) 78%, rgba(20, 13, 29, .24) 100%),
    linear-gradient(0deg, rgba(8, 27, 34, .22), transparent 55%);
}

.sws-ethics-hero-copy {
  position: absolute;
  z-index: 1;
  left: max(48px, calc((100% - 1160px) / 2));
  bottom: 38px;
  width: min(900px, calc(100% - 96px));
  color: #fff;
}

.sws-ethics-hero-copy > span,
.sws-ethics-overview-title > span {
  display: block;
  margin-bottom: 18px;
  color: #e0a52c;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .17em;
  line-height: 1.2;
}

.sws-ethics-hero-copy h1 {
  max-width: 880px;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 4.1vw, 58px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.04;
}

.sws-ethics-switch { margin-bottom: 24px; }

.sws-ethics-overview,
main.sws-legal-static.sws-ethics-static > .sws-ethics-document {
  width: calc(100% - 56px);
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.sws-ethics-overview {
  display: grid;
  grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
  gap: clamp(48px, 7vw, 104px);
  padding: 22px 0 72px;
}

.sws-ethics-overview-title {
  position: relative;
  padding-left: 26px;
}

.sws-ethics-overview-title::before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 4px;
  left: 0;
  width: 2px;
  background: linear-gradient(180deg, #d89b28, var(--ethics-accent));
}

.sws-ethics-overview-title h2 {
  margin: 0;
  color: #11313d;
  font-size: clamp(34px, 3.25vw, 50px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.05;
}

.sws-ethics-overview-copy {
  align-self: center;
  color: #47626d;
  font-size: 17px;
  line-height: 1.82;
}

.sws-ethics-overview-copy p { margin: 0 0 18px; }
.sws-ethics-overview-copy p:last-child { margin-bottom: 0; }
.sws-ethics-overview-copy strong { color: #17333f; font-weight: 700; }
.sws-ethics-overview-copy a { color: var(--ethics-accent); text-underline-offset: 4px; }

.sws-ethics-document {
  position: relative;
  margin-bottom: 82px;
  border-top: 1px solid rgba(199, 137, 34, .72);
}

.sws-ethics-document::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 34%;
  height: 1px;
  background: var(--ethics-accent);
}

.sws-ethics-document-lead {
  min-width: 0;
  max-width: 860px;
  margin: 0 auto;
  padding: 64px 0 46px;
  color: #274854;
  font-size: 18px;
  line-height: 1.82;
  overflow-wrap: anywhere;
}

.sws-ethics-document-lead p { margin: 0 0 20px; }
.sws-ethics-document-lead p:last-child { margin-bottom: 0; }
.sws-ethics-document-lead strong { color: #12313d; }

.sws-ethics-chapters { display: block; }

main.sws-legal-static.sws-ethics-static .sws-ethics-policy {
  --lr-accent: var(--ethics-accent);
}

main.sws-legal-static.sws-ethics-static details.sws-ethics-policy {
  grid-template-columns: minmax(205px, .34fr) minmax(0, .66fr);
  gap: 0;
}

main.sws-legal-static.sws-ethics-static details.sws-ethics-policy[open] {
  grid-template-columns: minmax(0, 1fr);
  column-gap: 0;
}

main.sws-legal-static.sws-ethics-static details.sws-ethics-policy > summary {
  position: relative;
  display: block;
  min-width: 0;
  cursor: pointer;
  list-style: none;
}

main.sws-legal-static.sws-ethics-static details.sws-ethics-policy > summary::-webkit-details-marker { display: none; }

main.sws-legal-static.sws-ethics-static details.sws-ethics-policy > summary:focus-visible {
  outline: none;
}

main.sws-legal-static.sws-ethics-static details.sws-ethics-policy:not([open]) > summary {
  grid-column: 1 / -1;
  min-height: 66px;
  padding-right: min(240px, 24%);
}

main.sws-legal-static.sws-ethics-static details.sws-ethics-policy:not([open]) {
  padding: 24px 36px;
}

main.sws-legal-static.sws-ethics-static details.sws-ethics-policy:not([open]) h2 {
  padding: 8px 0;
  font-size: clamp(26px, 2.5vw, 34px);
}

.sws-ethics-policy-excerpt {
  max-width: 66ch;
  margin: 5px 0 0;
  color: #58707c;
  font-size: 15px;
  line-height: 1.62;
}

main.sws-legal-static.sws-ethics-static details.sws-ethics-policy[open] .sws-ethics-policy-excerpt {
  display: none;
}

main.sws-legal-static.sws-ethics-static details.sws-ethics-policy[open] > summary {
  grid-column: 1 / -1;
  align-self: start;
  padding-right: min(240px, 24%);
}

main.sws-legal-static.sws-ethics-static details.sws-ethics-policy[open] > .sws-legal-card-body {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none;
  margin-top: 24px;
}

.sws-ethics-policy-plus {
  position: static;
  display: block;
  width: max-content;
  margin-top: 17px;
  color: var(--ethics-accent);
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}

.sws-ethics-policy-plus::before { content: "+"; }
.sws-ethics-policy[open] .sws-ethics-policy-plus::before { content: "−"; }

main.sws-legal-static.sws-ethics-static .sws-legal-toc {
  --lr-accent: var(--ethics-accent);
}

.sws-ethics-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
}

.sws-ethics-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .sws-ethics-overview { grid-template-columns: 1fr; }
  .sws-ethics-overview { gap: 34px; padding-bottom: 68px; }
  .sws-ethics-document-lead { max-width: none; }
}

@media (max-width: 700px) {
  .sws-ethics-hero { height: 390px; min-height: 390px; }
  .sws-ethics-hero > img { object-position: 57% center; }
  .sws-ethics-hero-copy {
    left: 24px;
    bottom: 34px;
    width: calc(100% - 48px);
  }
  .sws-ethics-hero-copy > span { margin-bottom: 13px; font-size: 10.5px; }
  .sws-ethics-hero-copy h1 { font-size: clamp(31px, 9.4vw, 42px); line-height: 1.06; }
  .sws-ethics-switch { margin-bottom: 20px; }
  .sws-ethics-overview,
  main.sws-legal-static.sws-ethics-static > .sws-ethics-document { width: calc(100% - 34px); }
  .sws-ethics-overview { padding: 24px 0 56px; }
  .sws-ethics-overview-title { padding-left: 19px; }
  .sws-ethics-overview-title > span { margin-bottom: 13px; font-size: 10.5px; }
  .sws-ethics-overview-title h2 { font-size: 34px; }
  .sws-ethics-overview-copy { font-size: 15px; line-height: 1.72; }
  .sws-ethics-document { margin-bottom: 58px; }
  .sws-ethics-document-lead { padding: 44px 0 34px; font-size: 16px; line-height: 1.72; }
  main.sws-legal-static.sws-ethics-static details.sws-ethics-policy {
    grid-template-columns: minmax(0, 1fr);
  }
  main.sws-legal-static.sws-ethics-static details.sws-ethics-policy:not([open]) > summary,
  main.sws-legal-static.sws-ethics-static details.sws-ethics-policy[open] > summary,
  main.sws-legal-static.sws-ethics-static details.sws-ethics-policy[open] > .sws-legal-card-body {
    grid-column: 1;
  }
  main.sws-legal-static.sws-ethics-static details.sws-ethics-policy[open] > summary {
    padding-right: 46px;
  }
  main.sws-legal-static.sws-ethics-static details.sws-ethics-policy[open] > .sws-legal-card-body {
    margin-top: 18px;
  }
  main.sws-legal-static.sws-ethics-static details.sws-ethics-policy:not([open]) > summary {
    min-height: 0;
    padding-right: 46px;
  }
  main.sws-legal-static.sws-ethics-static details.sws-ethics-policy:not([open]) {
    padding: 20px 18px;
  }
  main.sws-legal-static.sws-ethics-static details.sws-ethics-policy:not([open]) h2 {
    padding: 5px 40px 5px 0;
    font-size: 24px;
  }
  .sws-ethics-policy-excerpt {
    margin-top: 8px;
    padding-right: 22px;
    font-size: 14px;
    line-height: 1.58;
  }
  .sws-ethics-policy-plus { margin-top: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .sws-ethics-hero > img { transform: none; }
  .sws-ethics-reveal { opacity: 1; transform: none; transition: none; }
}
/* Obsolete partial rules from the superseded accordion layout are intentionally disabled.
s-hero > img { object-position: 57% center; }
  .sws-ethics-hero-copy {
    left: 24px;
    bottom: 34px;
    width: calc(100% - 48px);
  }
  .sws-ethics-hero-copy > span { margin-bottom: 13px; font-size: 10.5px; }
  .sws-ethics-hero-copy h1 { font-size: clamp(31px, 9.4vw, 42px); line-height: 1.06; }
  .sws-ethics-switch { margin-bottom: 20px; }
  .Page .sws-ethics-overview,
  .Page .sws-ethics-document { width: calc(100% - 34px); }
  .Page .sws-ethics-overview { padding: 24px 0 56px; }
  .sws-ethics-overview-title { padding-left: 19px; }
  .sws-ethics-overview-title > span { margin-bottom: 13px; font-size: 10.5px; }
  .sws-ethics-overview-title h2 { font-size: 34px; }
  .sws-ethics-overview-copy { font-size: 15px; line-height: 1.72; }
  .sws-ethics-document { margin-bottom: 58px; }
  .sws-ethics-document-lead { padding: 44px 0 34px; font-size: 16px; line-height: 1.72; }
  .Page .sws-ethics-chapters { border-radius: 17px; }
  .sws-ethics-accordion[open] { grid-column: auto; }
  .sws-ethics-accordion summary {
    grid-template-columns: 28px minmax(0, 1fr) 32px;
    gap: 10px;
    min-height: 74px;
    padding: 14px 15px;
  }
  .sws-ethics-accordion h2 { font-size: 17px; }
  .sws-ethics-accordion-plus { width: 30px; height: 30px; }
  .sws-ethics-chapter-copy { padding: 24px 18px 30px; }
  .sws-ethics-chapter-copy { font-size: 15px; line-height: 1.72; }
}

@media (prefers-reduced-motion: reduce) {
  .sws-ethics-hero > img { transform: none; }
  .sws-ethics-reveal { opacity: 1; transform: none; transition: none; }
}
none; transition: none; }
}
*/
/* Obsolete fragment continued.
l { opacity: 1; transform: none; transition: none; }
}
none; transition: none; }
}
*/
