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

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    "Noto Sans", "Liberation Sans", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #231f20;
  background-color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #415dec;
}

a:hover {
  color: #002d6d;
}

button {
  font: inherit;
}

.visually-hidden {
  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;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

#noscript {
  background: #fcd804;
  color: #231f20;
  text-align: center;
  padding: 0.75rem 1rem;
  font-weight: 600;
}

.sz-header {
  background: #ffffff;
  border-bottom: 1px solid #D3D3D3;
  position: relative;
}

.sz-header__utility {
  background: #ffffff;
  border-bottom: 1px solid #D3D3D3;
  font-size: 0.85rem;
  font-weight: 500;
}

.sz-header__utility-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.4rem 1rem;
  padding: 0.4rem 0;
}

.sz-header__utility-left,
.sz-header__utility-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 1.25rem;
}

.sz-utility-link {
  text-decoration: none;
  padding: 0.2rem 0.6rem;
  color: #ffffff;
  border: 1px solid #415dec;
  background-color: #415dec;
}

.sz-utility-link:visited {
  color: #ffffff;
}

.sz-utility-link:hover {
  text-decoration: none;
  color: #415dec;
  background-color: #ffffff;
  border-color: #415dec;
}

.sz-utility-link:focus-visible {
  outline: 2px solid #231f20;
  outline-offset: 2px;
}

.sz-utility-link--staff {
  background: #067f7c;
  border-color: #067f7c;
}

.sz-utility-link--staff:hover {
  color: #067f7c;
  background-color: #ffffff;
  border-color: #067f7c;
}

.sz-quicklinks-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #ffffff;
  color: #231f20;
  border: 1px solid #D3D3D3;
  font-size: 0.875rem;
  padding: 0.25rem 0.6rem;
  height: 32px;
  cursor: pointer;
}

.sz-quicklinks-toggle:hover {
  background: #D3D3D3;
}

.sz-quicklinks-toggle:focus-visible {
  outline: 2px solid #415dec;
  outline-offset: 2px;
}

.sz-quicklinks-toggle svg {
  width: 14px;
  height: 14px;
}

.sz-quicklinks-wrap {
  position: relative;
}

.sz-quicklinks-panel {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 4000;
  background: #ffffff;
  border: 1px solid #D3D3D3;
  box-shadow: 0 8px 24px rgba(35, 31, 32, 0.15);
  min-width: 240px;
  padding: 0.75rem 0;
}

.sz-quicklinks-panel.is-open {
  display: block;
}

.sz-quicklinks-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sz-quicklinks-panel a {
  display: block;
  padding: 0.45rem 1.25rem;
  color: #231f20;
  text-decoration: none;
  font-size: 0.9rem;
}

.sz-quicklinks-panel a:hover,
.sz-quicklinks-panel a:focus-visible {
  background: #e0ecf8;
  color: #415dec;
}

.sz-search {
  display: flex;
  align-items: center;
}

.sz-search .sz-search-input {
  border: 1px solid #D3D3D3;
  padding: 0.25rem 0.6rem;
  height: 32px;
  font-size: 0.875rem;
  width: 190px;
}

.sz-search .sz-search-input:focus-visible {
  outline: 2px solid #415dec;
  outline-offset: 1px;
}

.sz-search-submit {
  background: none;
  border: 1px solid #D3D3D3;
  border-left: none;
  height: 32px;
  padding: 0 0.6rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: #231f20;
}

.sz-search-submit:hover {
  background: #D3D3D3;
}

.sz-search-submit:focus-visible {
  outline: 2px solid #415dec;
  outline-offset: 2px;
}

.sz-search-submit svg {
  width: 16px;
  height: 16px;
}

.sz-header__brand {
  background: #ffffff;
  border-bottom: 1px solid #D3D3D3;
}

.sz-header__brand-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 0;
  flex-wrap: wrap;
}

.sz-brand img {
  height: 44px;
  width: auto;
  display: block;
}

.sz-context-tab {
  display: inline-block;
  background: #00aee0;
  color: #231f20;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.8rem 0.75rem;
  font-size: 1.1rem;
  text-decoration: none;
}

a.sz-context-tab:hover {
  color: #231f20;
  text-decoration: none;
  background: #8d9ef4;
}

.sz-main {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

.sz-breadcrumb {
  margin-bottom: 1.5rem;
}

.sz-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
  line-height: 1.4;
}

.sz-breadcrumb li {
  display: inline-flex;
  align-items: center;
}

.sz-breadcrumb li + li::before {
  content: "\203A";
  margin: 0 0.5rem;
  color: #767676;
}

.sz-breadcrumb a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sz-breadcrumb a:hover {
  text-decoration-thickness: 2px;
}

.sz-breadcrumb a:focus-visible {
  outline: 2px solid #415dec;
  outline-offset: 2px;
  text-decoration: none;
}

.sz-breadcrumb li[aria-current="page"] {
  color: #231f20;
  font-weight: 600;
}

.sz-page-title {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 1rem 0;
  border-top: 6px solid #231f20;
  padding-top: 1rem;
}

.sz-content {
  max-width: 860px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sz-content a {
  font-weight: 700;
}

.cyberchatstart {
  display: inline;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  font-weight: 700;
  color: #415dec;
  text-decoration: underline;
  cursor: pointer;
}

.cyberchatstart:hover {
  color: #002d6d;
}

.cyberchatstart:focus-visible {
  outline: 2px solid #415dec;
  outline-offset: 2px;
}

.sz-accordion {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  border-top: 1px solid #231f20;
}

.sz-accordion__item {
  border-bottom: 1px solid #231f20;
}

.sz-accordion__heading {
  margin: 0;
}

.sz-accordion__trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 20px 25px;
  cursor: pointer;
  transition: background 0.15s;
  color: #231f20;
}

.sz-accordion__trigger::after {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13'%3E%3Cpath d='M5.5 0h2v5.5H13v2H7.5V13h-2V7.5H0v-2h5.5z' fill='%23231f20'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.sz-accordion__trigger:hover {
  background: #dddddd;
}

.sz-accordion__trigger:focus-visible {
  outline: 2px solid #415dec;
  outline-offset: -3px;
}

.sz-accordion__trigger[aria-expanded="true"] {
  border-bottom: 1px solid #231f20;
}

.sz-accordion__trigger[aria-expanded="true"]::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13'%3E%3Cpath d='M0 5.5h13v2H0z' fill='%23231f20'/%3E%3C/svg%3E");
  transform: rotate(180deg);
}

.sz-accordion__label {
  font-size: 1rem;
  font-weight: 700;
}

.sz-accordion__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.sz-accordion__panel.is-open {
  max-height: 2000px;
}

.sz-accordion__panel > div {
  padding: 25px 55px 28px 25px;
}

.sz-accordion__panel > div > *:last-child {
  margin-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  .sz-accordion__panel,
  .sz-accordion__trigger::after {
    transition: none;
  }
}

.sz-chat-launcher {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 5000;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #002d6d;
  color: #ffffff;
  border: 2px solid #002d6d;
  padding: 0.6rem 1.1rem;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(35, 31, 32, 0.3);
}

.sz-chat-launcher:hover {
  background: #ffffff;
  color: #002d6d;
}

.sz-chat-launcher:focus-visible {
  outline: 2px solid #00aee0;
  outline-offset: 2px;
}

.sz-chat-launcher svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.sz-footer {
  background: #4c4c4c;
  color: #ffffff;
  margin-top: 3rem;
}

.sz-footer__bottom {
  background: #231f20;
  padding: 1.5rem 0;
}

.sz-footer__links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
  opacity: 0.9;
  padding-top: 1.5rem;
}

.sz-footer__links-group {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
}

.sz-footer__links a {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  opacity: 0.85;
}

.sz-footer__links a:hover,
.sz-footer__links a:focus-visible {
  opacity: 1;
  text-decoration: underline;
  color: #ffffff;
}

.sz-link-external-icon {
  display: inline-flex;
  align-items: center;
  margin-left: 0.35em;
  font-size: 0.85em;
  line-height: 1;
  vertical-align: baseline;
}

.sz-link-external-icon svg {
  width: 0.85em;
  height: 0.85em;
  fill: currentColor;
}

.sz-footer__bottom-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.sz-footer__social {
  display: flex;
  gap: 14px;
  align-items: center;
}

.sz-footer__social .icon {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.sz-footer__social svg {
  fill: currentColor;
  width: 24px;
  height: 24px;
}

.sz-footer__social .icon:hover,
.sz-footer__social .icon:focus-visible {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .sz-context-tab {
    font-size: 1.4rem;
    padding: 0.8rem 1.75rem;
  }

  .sz-footer__links {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

  .sz-footer__links-group {
    justify-content: flex-start;
  }

  .sz-footer__bottom-inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .sz-search .sz-search-input {
    width: 120px;
  }

  .sz-header__utility-left,
  .sz-header__utility-right {
    gap: 0.6rem;
  }

  .sz-page-title {
    font-size: 2rem;
  }

  .sz-accordion__trigger {
    padding: 16px;
  }

  .sz-accordion__panel > div {
    padding: 16px;
  }
}
