:root {
  --ses-font-sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --bs-body-font-family: var(--ses-font-sans);
  --ses-red: #b3131b;
  --ses-red-dark: #8f1118;
  --ses-ink: #16181d;
  --ses-text: #2b3037;
  --ses-muted: #667085;
  --ses-line: rgba(15, 23, 42, .12);
  --ses-silver: #d8dbe2;
  --ses-silver-2: #eef1f4;
  --ses-dark: #212529;
  --ses-footer: #212529;
  --ses-container: 1320px;
  --ses-radius: 20px;
  --ses-shadow: 0 14px 38px rgba(15, 23, 42, .10);
}
html {
  font-size: 16px;
  scroll-behavior: smooth
}
body {
  font-family: var(--ses-font-sans);
  color: var(--ses-text);
  background: #fff;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto
}
a {
  color: var(--ses-red);
  text-decoration: none;
  transition: all .2s ease
}
a:hover {
  color: var(--ses-red-dark)
}
h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
  font-family: var(--ses-font-sans);
  font-weight: 700;
  color: var(--ses-ink);
  letter-spacing: -.02em;
}
h1, .h1 {
  font-size: clamp(2.5rem, 4vw, 4.75rem);
  /*line-height: 1.02;*/
  font-weight: 800
}
h2, .h2 {
  font-size: clamp(1.9rem, 3vw, 3rem);
  /*line-height: 1.08*/
}
h3, .h3 {
  font-size: clamp(1.45rem, 2vw, 2.1rem);
  /*line-height: 1.15*/
}
h4, .h4 {
  font-size: 1.25rem;
  /*line-height: 1.2*/
}
h5, .h5 {
  font-size: 1.08rem;
  /*line-height: 1.25*/
}
h6, .h6 {
  font-size: 1rem;
  /*line-height: 1.3*/
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: normal;
}
.lead {
  font-size: 1.14rem;
  /*line-height: 1.8;*/
  color: var(--ses-muted)
}
.small, small {
  font-size: .875rem
}
.text-muted {
  color: var(--ses-muted) !important
}
.container, .container-fluid .container {
  max-width: var(--ses-container)
}
section {
  position: relative
}
.py-section {
  padding: clamp(3rem, 5vw, 5rem) 0
}
.border-soft {
  border: 1px solid var(--ses-line)
}
.bg-silver {
  background: linear-gradient(180deg, #f4f6f8 0%, #e6eaee 100%)
}
.bg-ink {
  background: #111827;
  color: #fff
}
.shadow-soft {
  box-shadow: var(--ses-shadow)
}
.rounded-4xl {
  border-radius: var(--ses-radius)
}
.btn {
  font-family: var(--ses-font-sans);
  font-weight: 650;
  letter-spacing: .01em;
  border-radius: 999px;
  padding: .78rem 1.25rem;
}
.btn-primary {
  background: var(--ses-red);
  border-color: var(--ses-red);
}
.btn-primary:hover, .btn-primary:focus {
  background: var(--ses-red-dark);
  border-color: var(--ses-red-dark);
}
.btn-outline-primary {
  color: var(--ses-red);
  border-color: var(--ses-red);
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  background: var(--ses-red);
  border-color: var(--ses-red);
}
.btn-light {
  color: #111827
}
.form-control, .form-select, .input-group-text, textarea {
  border-radius: 14px;
  font-family: var(--ses-font-sans);
  min-height: 48px;
  border-color: rgba(15, 23, 42, .14);
}
.form-control:focus, .form-select:focus, textarea:focus {
  border-color: rgba(179, 19, 27, .55);
  box-shadow: 0 0 0 .25rem rgba(179, 19, 27, .12);
}
.card {
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
}
.card-title {
  font-weight: 700
}
.card-text {
  color: var(--ses-muted)
}
/* Header / navigation */
.navbar, .navbar * {
  font-family: var(--ses-font-sans);
}
.ses-site-navbar {
  position: relative;
  z-index: 2000;
  clear: both;
  margin: 0;
  background: #111827 !important;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.navbar-brand img {
  display: block;
  height: auto;
  max-height: 54px
}
.ses-menu-root, .ses-menu-root ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.ses-menu-root {
  display: flex;
  align-items: center;
  gap: 1rem
}
.ses-menu-item {
  position: relative
}
.ses-menu-item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  text-decoration: none;
  white-space: nowrap;
}
.ses-menu-root > .ses-menu-item > a.nav-link {
  padding: .7rem .85rem;
  color: rgba(255, 255, 255, .9);
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: .01em;
}
.ses-menu-root > .ses-menu-item:hover > a.nav-link, .ses-menu-root > .ses-menu-item:focus-within > a.nav-link, .ses-menu-root > .ses-menu-item > a.nav-link:hover {
  color: #fff;
}
.ses-submenu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 260px;
  background: #1f1f1f;
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .24);
}
.ses-submenu .ses-submenu {
  top: 0;
  right: 100%
}
.ses-menu-item:hover > .ses-submenu, .ses-menu-item:focus-within > .ses-submenu {
  display: block
}
.ses-submenu .ses-menu-item > a {
  padding: .72rem .95rem;
  color: rgba(255, 255, 255, .92);
  font-size: .93rem;
}
.ses-submenu .ses-menu-item > a:hover, .ses-submenu .ses-menu-item > a:focus {
  background: rgba(255, 255, 255, .08)
}
.ses-view-all > a {
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-weight: 700
}
.ses-caret {
  font-size: .8em;
  line-height: 1
}
.ses-caret.top {
  font-size: .75em
}
/* Generic hero */
.page-hero, .ses-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #1f2937 0%, #111827 52%, #3b414a 100%);
}
.page-hero::before, .ses-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 6, 23, .48) 0%, rgba(2, 6, 23, .20) 55%, rgba(2, 6, 23, .10) 100%);
  pointer-events: none;
}
.page-hero .container, .ses-hero .container {
  position: relative;
  z-index: 1
}
.breadcrumb {
  --bs-breadcrumb-divider: ">"
}
.breadcrumb-item, .breadcrumb-item a {
  font-size: .92rem
}
.page-hero .breadcrumb-item, .page-hero .breadcrumb-item a, .ses-hero .breadcrumb-item, .ses-hero .breadcrumb-item a {
  color: rgba(255, 255, 255, .85)
}
.page-hero .breadcrumb-item + .breadcrumb-item::before, .ses-hero .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, .55)
}
/* Utility content widths */
.content-shell {
  max-width: 900px
}
.reading-width {
  max-width: 78ch
}
.prose, .policy-richtext, .page-richtext {
  color: var(--ses-text);
}
.prose p, .policy-richtext p, .page-richtext p {
  margin-bottom: 1rem
}
.prose ul, .prose ol, .policy-richtext ul, .policy-richtext ol, .page-richtext ul, .page-richtext ol {
  margin-bottom: 1rem;
  padding-left: 1.2rem
}
.prose table, .policy-richtext table, .page-richtext table {
  width: 100%;
  margin: 1.25rem 0;
  border-collapse: collapse
}
.prose table th, .prose table td, .policy-richtext table th, .policy-richtext table td, .page-richtext table th, .page-richtext table td {
  border: 1px solid var(--ses-line);
  padding: .75rem
}
/* Footer */
footer, .site-footer {
  background: var(--ses-footer) !important;
  color: rgba(255, 255, 255, .85);
  border-top: 1px solid rgba(255, 255, 255, .06);
}
footer a, .site-footer a {
  color: rgba(255, 255, 255, .85)
}
footer a:hover, .site-footer a:hover {
  color: #fff
}
.site-footer .footer-title {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: .02em;
  margin-bottom: .35rem;
}
.site-footer .footer-muted {
  color: rgba(255, 255, 255, .6)
}
.site-footer .footer-link {
  text-decoration: none
}
.site-footer .footer-link:hover {
  text-decoration: underline
}
.site-footer .footer-tabs .nav-link {
  border-radius: 999px;
  color: rgba(255, 255, 255, .78);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .12);
  margin-bottom: .45rem;
}
.site-footer .footer-tabs .nav-link.active {
  color: #fff;
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .18);
}
.site-footer .footer-location-card {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  padding: 1rem;
}
.site-footer .footer-collapse-toggle {
  width: 100%;
  text-align: left;
  background: transparent;
  color: #fff;
  border: 0;
  padding: .2rem 0;
  font-weight: 700;
}
.site-footer hr {
  border-color: rgba(255, 255, 255, .08)
}
/* Cookie/newsletter refinements */
.cookie-bar .btn, .nl-modal .btn {
  font-weight: 650
}
/* Responsive */
@media (max-width: 991.98px) {
  .ses-menu-root {
    display: block
  }
  .ses-menu-root > .ses-menu-item > a.nav-link {
    padding: .8rem 0
  }
  .ses-submenu, .ses-submenu .ses-submenu {
    display: block;
    position: static;
    min-width: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
    padding-left: 1rem;
  }
  .ses-submenu .ses-menu-item > a {
    padding: .45rem 0
  }
  .ses-view-all > a {
    border-top: 0;
    padding-top: .6rem
  }
}
@media (max-width: 767.98px) {
  html {
    font-size: 15px
  }
  .btn {
    padding: .72rem 1.05rem
  }
  .card {
    border-radius: 18px
  }
}
/* Footer matched to homepage navigation/stats dark blue */
footer, .site-footer {
  background: #212529 !important;
  color: rgba(255, 255, 255, .85);
}
footer a, .site-footer a {
  color: rgba(255, 255, 255, .85);
}
footer a:hover, .site-footer a:hover {
  color: #fff;
}