@font-face {
  font-family: Whyte Black;
  src: url(/wp-content/themes/verac4/dist/scrolly/fonts/ABCWhyte-Black.woff) format("woff");
  font-style: normal
}

@font-face {
  font-family: Whyte Bold;
  src: url(/wp-content/themes/verac4/dist/scrolly/fonts/ABCWhyte-Bold.woff) format("woff");
  font-style: normal
}

@font-face {
  font-family: Whyte Medium;
  src: url(/wp-content/themes/verac4/dist/scrolly/fonts/abcwhyte-medium-webfont.woff2) format("woff2"), url(/wp-content/themes/verac4/dist/scrolly/fonts/abcwhyte-medium-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Whyte Book;
  src: url(/wp-content/themes/verac4/dist/scrolly/fonts/ABCWhyte-Book.woff) format("woff");
  font-weight: 700;
  font-style: normal
}

.roboto-serif-action {
  font-family: "Roboto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100, "GRAD" 0
}

:root {
  font-family: "Roboto Serif", serif;
  line-height: 1.5;
  font-weight: 400;
  color-scheme: light dark;
  color: #000;
  background-color: #fff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0
}

a {
  font-weight: 500;
  color: #0a0319;
  text-decoration: none !important;
  border-bottom: 2px solid #ff9e44
}

a:hover {
  color: #fff !important;
  background-color: #cc2f24;
  text-decoration-color: #ff9e44 !important
}

body {
  display: flex;
  place-items: center;
  min-width: 320px;
  min-height: 100vh;
  padding: 0 !important;
  margin: 0 !important
}

#content {
  width: 100%;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
  font-family: Whyte Black !important
}

h2 {
  font-family: Whyte Black
}

h3 {
  font-family: Whyte Bold
}

.card {
  padding: 2em
}

#app {
  margin: 0 auto;
  text-align: center;
  width: 100%
}

section#col {
  max-width: 1200px;
  padding: 2rem;
  margin: 0 auto
}

section#wide {
  width: calc(100% - 6rem);
  margin: 0 auto;
  padding: 4rem 2rem 4rem 4rem;
  background-color: #032a2f;
  color: #fff
}

section#wide.second {
  background-color: #faf7f0;
  color: #000
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: .6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color .25s
}

button:hover {
  border-color: #646cff
}

button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color
}

@media(prefers-color-scheme:light) {
  :root {
    color: #213547
  }

  a:hover {
    color: #747bff
  }

  button {
    background-color: #f9f9f9
  }
}

.bars .bar {
  fill: #000346
}

.bars .bar.crime {
  fill: #ff9e44 !important
}

.y-axis text {
  font: 20px/1.8 system-ui, sans-serif
}

.tick text {
  font-size: 16px
}

.scrolly.svelte-1esmea1 {
  position: relative;
  padding: 1rem 1rem 6rem;
  max-width: 980px;
  margin: 0 auto
}

.step-overlay.svelte-1esmea1 {
  position: fixed;
  left: 1rem;
  right: 1rem;
  top: calc(1rem + var(--header-offset, 0px));
  z-index: 999;
  pointer-events: none;
  max-width: 980px;
  margin: 0 auto
}

.step-card.svelte-1esmea1 {
  margin: 20vh 0;
  padding: 1rem 1.25rem;
  font-family: Arial, Helvetica, sans-serif;
  max-width: 420px;
  margin-left: 35%;
  text-align: center;
  background: #ffffffb8;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 4px;
  box-shadow: 0 0 #00000014, 0 6px 24px #0000001f;
  pointer-events: auto;
  z-index: 10;
  position: relative
}

.step-card.svelte-1esmea1 h3:where(.svelte-1esmea1) {
  margin: 0;
  line-height: 1.3
}

.step-card.svelte-1esmea1 p:where(.svelte-1esmea1) {
  margin: .35rem 0 0;
  line-height: 1.35
}

.step-card-close.svelte-1esmea1 {
  position: absolute;
  top: .45rem;
  right: .45rem;
  width: 2rem;
  height: 2rem;
  border: 0;
  background: transparent;
  color: #2b4054;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  padding: 0
}

.stage.svelte-1esmea1 {
  position: sticky;
  top: var(--header-offset, 0px);
  z-index: 2;
  background: #fff;
  padding-top: 50px
}

.loading.svelte-1esmea1 {
  width: 100%;
  padding: 1rem;
  background: #f5f5f5;
  text-align: center
}

.table.svelte-1esmea1 {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  box-shadow: 0 0 0 1px #e6e6e6 inset;
  table-layout: fixed
}

th.svelte-1esmea1,
td.svelte-1esmea1 {
  background: #faf7f0;
  padding: .55rem .65rem;
  border-bottom: 1px solid #ffffff;
  text-align: center;
  font-variant-numeric: tabular-nums;
  vertical-align: middle;
  transition: background-color .25s ease, width .25s ease, opacity .25s ease
}

th.svelte-1esmea1 {
  background: #0b6f7b;
  color: #fff;
  font-weight: 800
}

td.svelte-1esmea1:first-child,
th.svelte-1esmea1:first-child {
  text-align: left;
  width: 42%
}

.total-highlight.svelte-1esmea1 {
  background: #ff9e44 !important;
  font-weight: 800
}

.total-col.svelte-1esmea1:not(.sorted):not(.total-highlight) {
  font-weight: 700
}

.intro-total.svelte-1esmea1 {
  width: 60%
}

.sorted.svelte-1esmea1 {
  background: #ff9e44 !important
}

.total-bar-cell.svelte-1esmea1 {
  width: 100%
}

.total-bar-wrap.svelte-1esmea1 {
  width: 100%;
  display: flex;
  align-items: center;
  gap: .45rem
}

.total-bar.svelte-1esmea1 {
  height: 2.6rem;
  background: #0b6f7b;
  flex: 0 0 auto;
  transition: width .5s ease;
  min-width: 0
}

.total-bar-label.svelte-1esmea1 {
  font-weight: 800;
  white-space: nowrap;
  color: #fff;
  position: relative;
  margin-left: -3.1rem;
  z-index: 1;
  pointer-events: none
}

.total-bar.svelte-1esmea1 span:where(.svelte-1esmea1) {
  display: inline-block
}

.steps.svelte-1esmea1 {
  padding-top: .5rem;
  padding-bottom: 30vh
}

.step.svelte-1esmea1 {
  height: 80vh
}

.total-morph-wrap.svelte-1esmea1 {
  position: relative;
  width: 100%;
  min-height: 2.6rem;
  display: flex;
  align-items: center;
  transition: min-height .45s ease, padding .45s ease
}

.total-morph.svelte-1esmea1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #0b6f7b;
  transition: width .6s cubic-bezier(.22, 1, .36, 1), height .6s cubic-bezier(.22, 1, .36, 1), left .6s cubic-bezier(.22, 1, .36, 1), right .6s cubic-bezier(.22, 1, .36, 1), border-radius .6s cubic-bezier(.22, 1, .36, 1), opacity .45s ease
}

.intro-total-bar.svelte-1esmea1 {
  left: 0;
  height: 2.6rem;
  border-radius: 0
}

.table-total-chip.svelte-1esmea1 {
  left: 50%;
  width: 4.1rem;
  height: 2.15rem;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  opacity: .14
}

.total-morph-label.svelte-1esmea1 {
  font-weight: 800;
  white-space: nowrap;
  z-index: 1
}

.intro-total-label.svelte-1esmea1 {
  position: absolute;
  right: .75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #fff
}

.tiny-total-label.svelte-1esmea1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #111;
  white-space: nowrap
}

.table-total-label.svelte-1esmea1 {
  position: relative;
  color: #111;
  width: 100%;
  text-align: center
}

.outside-label.svelte-1esmea1 {
  margin-left: 2em
}

.intro-total-wrap.svelte-1esmea1 {
  justify-content: stretch
}

.table-total-wrap.svelte-1esmea1 {
  justify-content: center
}

tr.row-putting-more-police-on-the-streets td,
tr.row-more-funding-for-police td {
  border-bottom: 1px solid red;
  background-color: #fbe1c9 !important
}

tr.row-putting-more-police-on-the-streets td.sorted,
tr.row-more-funding-for-police td.sorted {
  border-bottom: 1px solid red;
  background-color: #ff9e44 !important
}

@media(max-width:700px) {

  td.svelte-1esmea1:first-child,
  th.svelte-1esmea1:first-child {
    width: 52%
  }

  .intro-total.svelte-1esmea1 {
    width: 48%
  }

  .total-bar.svelte-1esmea1 {
    height: 2.2rem;
    padding: 0 .5rem;
    font-size: .95rem
  }
}

@media(min-width:900px) {
  .scrolly.svelte-1esmea1 {
    padding-top: 2rem
  }

  .step-overlay.svelte-1esmea1 {
    left: 50%;
    transform: translate(-50%);
    width: min(980px, calc(100vw - 2rem))
  }
}

@media(max-width:500px) {
  .stage.svelte-1esmea1 {
    padding-top: 1px
  }

  th.svelte-1esmea1,
  td.svelte-1esmea1 {
    padding: .2rem .55rem;
    line-height: 130%
  }

  .step-card.s-xSrDlFEyHM90.svelte-1esmea1 {
    margin: 70vh 25px 20vh
  }

  .table.equal-mobile-cols.svelte-1esmea1 th:where(.svelte-1esmea1),
  .table.equal-mobile-cols.svelte-1esmea1 td:where(.svelte-1esmea1) {
    width: auto
  }

  .table.equal-mobile-cols.svelte-1esmea1 th:where(.svelte-1esmea1):first-child,
  .table.equal-mobile-cols.svelte-1esmea1 td:where(.svelte-1esmea1):first-child {
    width: auto
  }
}

@media(min-width:701px) {
  .step-card-close.svelte-1esmea1 {
    display: none
  }
}

#headlines.svelte-1uealwz {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1.5rem 0;
  min-height: 260vh
}

.sticky-wrap.svelte-1uealwz {
  position: sticky;
  top: 5vh
}

.image-stage.svelte-1uealwz {
  position: relative;
  width: min(100%, 640px);
  margin: 0 auto
}

.wu.svelte-1uealwz {
  display: block;
  width: 100%;
  height: auto;
  background: #ccc
}

.caption.svelte-1uealwz {
  width: min(100%, 640px);
  margin: 1rem auto 0;
  font-style: italic;
  font-size: .85rem;
  line-height: 1.5;
  color: #8a8a8a
}

.headline.svelte-1uealwz {
  position: absolute;
  background: #f8f7f4;
  border: 1px solid #eee;
  padding: 1.5rem 1.25rem 1.2rem;
  box-shadow: 0 10px 30px #0003;
  opacity: 0;
  transform: translateY(24px) scale(.98);
  transition: opacity .45s ease, transform .45s ease;
  pointer-events: none
}

.headline.visible.svelte-1uealwz {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto
}

.headline1.visible.svelte-1uealwz {
  transform: translateY(0) scale(1)
}

.headline2.visible.svelte-1uealwz {
  transform: translate(0) scale(1)
}

.headline3.visible.svelte-1uealwz {
  transform: translateY(0) rotate(-.2deg)
}

.headline.svelte-1uealwz h2:where(.svelte-1uealwz) {
  margin: 0 0 1rem;
  font-size: clamp(1.3rem, 2vw, 2rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -.02em;
  text-align: left
}

.source.svelte-1uealwz {
  margin: 0;
  font-size: .95rem
}

.source.svelte-1uealwz a:where(.svelte-1uealwz) {
  color: #222;
  text-decoration-color: #e58b3c;
  text-decoration-thickness: 2px;
  text-underline-offset: .18em
}

.headline1.svelte-1uealwz {
  width: min(39vw, 470px);
  left: -32%;
  top: -6%
}

.headline2.svelte-1uealwz {
  width: min(46vw, 520px);
  right: -18%;
  top: 20%
}

.headline3.svelte-1uealwz {
  width: min(35vw, 400px);
  left: -22%;
  bottom: 4%
}

.approach.svelte-1uealwz {
  margin-top: 50px
}

@media(max-width:1100px) {
  .headline1.svelte-1uealwz {
    left: -18%;
    top: -5%
  }

  .headline2.svelte-1uealwz {
    right: -10%;
    top: 16%
  }

  .headline3.svelte-1uealwz {
    left: -8%;
    bottom: 3%
  }
}

@media(max-width:800px) {
  #headlines.svelte-1uealwz {
    min-height: 220vh;
    padding: 2rem 1rem 0
  }

  .sticky-wrap.svelte-1uealwz {
    top: 2rem
  }

  .image-stage.svelte-1uealwz {
    width: 100%
  }

  .headline.svelte-1uealwz {
    position: absolute;
    width: min(88vw, 430px);
    padding: 1rem 1rem .9rem
  }

  .headline.svelte-1uealwz h2:where(.svelte-1uealwz) {
    font-size: 1.35rem
  }

  .headline1.svelte-1uealwz {
    left: 0;
    top: -2.5rem
  }

  .headline2.svelte-1uealwz {
    right: 0;
    top: 6.5rem
  }

  .headline3.svelte-1uealwz {
    left: .5rem;
    bottom: 1rem
  }
}

@media(max-width:560px) {
  #headlines.svelte-1uealwz {
    min-height: 240vh
  }

  .headline.svelte-1uealwz {
    width: calc(100% - 1rem)
  }

  .headline1.svelte-1uealwz {
    left: .5rem;
    top: -1.5rem
  }

  .headline2.svelte-1uealwz {
    right: .5rem;
    top: 5.5rem
  }

  .headline3.svelte-1uealwz {
    left: .5rem;
    bottom: .5rem
  }

  .headline.svelte-1uealwz h2:where(.svelte-1uealwz) {
    font-size: 1.15rem
  }

  .wu.svelte-1uealwz {
    display: block;
    width: 100%;
    height: 400px;
    background: #ccc;
    object-fit: cover;
    object-position: -165px top
  }
}

@media(min-width:1500px) {
  .image-stage.svelte-1uealwz {
    position: relative;
    width: min(100%, 840px)
  }
}

.safe.svelte-1dd85s1 {
  font-size: 25px;
  display: flex;
  flex-direction: row
}

.bignum.svelte-1dd85s1 {
  font-size: 130px;
  color: #ef4136;
  margin: 0 30px 0 0;
  font-weight: 700
}

.rest.svelte-1dd85s1 {
  padding-top: 30px
}

@media(max-width:700px) {
  .safe.svelte-1dd85s1 {
    flex-direction: column;
    padding: 0 15px
  }

  .bignum.svelte-1dd85s1 {
    font-size: 100px;
    text-align: center
  }

  .rest.svelte-1dd85s1 {
    padding: 0;
    margin-top: -10px;
    line-height: 120%
  }
}

.scrolly.svelte-1fvhe7k {
  position: relative;
  padding-bottom: 2vh
}

.graphic.svelte-1fvhe7k {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 10px
}

.viz-wrap.svelte-1fvhe7k {
  width: min(920px, 100%);
  height: 100%;
  display: flex;
  flex-direction: column
}

.sticky-head.svelte-1fvhe7k {
  position: relative;
  z-index: 5;
  background: #fff;
  padding: 10px 8px 6px
}

.top-copy.svelte-1fvhe7k {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 12px;
  padding: 0 8px
}

.col-head.svelte-1fvhe7k {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  text-align: center
}

.col-text.svelte-1fvhe7k {
  font-size: 16px;
  line-height: 1.35;
  text-align: left
}

.problems.svelte-1fvhe7k {
  margin: 0 0 10px;
  text-align: center;
  font-weight: 800
}

svg.svelte-1fvhe7k {
  display: block;
  width: 100%
}

.step.svelte-1fvhe7k {
  pointer-events: none;
  position: relative;
  z-index: 2;
  margin: 55vh auto;
  max-width: 720px;
  font-size: 1.2rem;
  background: #ffffffeb;
  padding: 1rem 1.25rem;
  border-radius: 14px;
  box-shadow: 0 4px 14px #0000001f;
  text-align: center;
  opacity: 0;
  transition: opacity .2s ease
}

.step[data-step="2"].svelte-1fvhe7k {
  margin-top: 28vh;
  margin-bottom: 25vh
}

.step.active.svelte-1fvhe7k {
  opacity: 1;
  pointer-events: auto
}

.error.svelte-1fvhe7k {
  border: 1px solid #ff6b6b;
  background: #fff5f5;
  color: #7a1f1f;
  padding: 14px 16px;
  border-radius: 12px;
  margin-top: 12px
}

.hint.svelte-1fvhe7k {
  margin-top: 8px;
  opacity: .9;
  font-size: 14px
}

.legend text {
  font-size: 14px;
  font-weight: 700;
  fill: #0f172a
}

text.big-label {
  font-size: 46px;
  font-weight: 800;
  fill: #fff
}

@media(max-width:700px) {
  .top-copy.svelte-1fvhe7k {
    grid-template-columns: 1fr;
    gap: 12px
  }

  .col-text.svelte-1fvhe7k {
    font-size: 13px
  }

  text.big-label {
    font-size: 38px
  }

  .graphic.svelte-1fvhe7k {
    padding: 0
  }

  .sticky-head.svelte-1fvhe7k {
    position: relative;
    z-index: 5;
    background: #fff;
    padding: 10px 0 6px
  }

  .col-head.svelte-1fvhe7k {
    margin-bottom: 0
  }

  .scrolly.svelte-1fvhe7k {
    position: relative;
    padding-bottom: 20vh
  }
}

.scrolly.svelte-j4cgvd {
  position: relative;
  height: 360vh
}

.sticky.svelte-j4cgvd {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center
}

.frame.svelte-j4cgvd {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 32px 48px 40px;
  box-sizing: border-box
}

.intro.svelte-j4cgvd {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 760px;
  text-align: center;
  line-height: 1.3
}

.content.svelte-j4cgvd {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px
}

.statement.svelte-j4cgvd {
  flex: 0 0 360px;
  width: 360px;
  font-size: 16px;
  line-height: 1.45;
  color: #111;
  font-weight: 200
}

.statement.left.svelte-j4cgvd {
  text-align: right
}

.statement.right.svelte-j4cgvd {
  text-align: left
}

.viz-wrap.svelte-j4cgvd {
  flex: 0 0 auto;
  width: 335px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.statement.svelte-j4cgvd p:where(.svelte-j4cgvd) {
  margin: 0
}

.viz.svelte-j4cgvd {
  position: relative
}

.shape.svelte-j4cgvd {
  position: absolute;
  top: 0
}

.brick.svelte-j4cgvd {
  position: absolute;
  width: 26px;
  height: 26px;
  transition: opacity .12s linear
}

.brick.green.svelte-j4cgvd {
  background: #165a64
}

.brick.orange.svelte-j4cgvd {
  background: #ee9a47
}

.label.svelte-j4cgvd {
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none
}

.chip.svelte-j4cgvd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 3px;
  white-space: nowrap;
  box-shadow: 0 1px 2px #00000014
}

.chip-green.svelte-j4cgvd {
  background: #165a64;
  color: #fff
}

.chip-orange.svelte-j4cgvd {
  background: #ee9a47;
  color: #000
}

@media(max-width:980px) {
  .frame.svelte-j4cgvd {
    padding: 24px 20px 36px;
    gap: 24px
  }

  .content.svelte-j4cgvd {
    flex-direction: column;
    gap: 28px
  }

  .statement.svelte-j4cgvd {
    flex: 0 0 auto;
    width: 100%;
    max-width: 700px;
    text-align: center
  }

  .viz.svelte-j4cgvd {
    transform: scale(.9);
    transform-origin: center center
  }

  .intro.svelte-j4cgvd {
    font-size: 18px
  }

  .sticky.svelte-j4cgvd {
    padding-top: 2rem
  }

  .scrolly.svelte-j4cgvd {
    padding-bottom: 20vh
  }
}

@media(max-width:500px) {
  p.svelte-j4cgvd {
    font-size: 14px
  }
}

.mamdani.svelte-105bc9m {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto
}

@media(min-width:1250px) {
  .short.svelte-105bc9m {
    max-width: 1000px;
    margin: 20px auto
  }
}

main.svelte-1n46o8q {
  width: 100%
}

#data-sources.svelte-1n46o8q {
  display: none
}

#contents.svelte-1n46o8q {
  background-color: #01021e;
  color: #fff;
  width: 100%;
  font-family: Whyte Medium
}

#contents.svelte-1n46o8q ul:where(.svelte-1n46o8q) {
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  border-top: 1px solid #fff;
  font-family: Whyte Medium;
  font-weight: 700;
  font-size: 18px;
  line-height: 115%
}

#contents.svelte-1n46o8q ul:where(.svelte-1n46o8q) li:where(.svelte-1n46o8q) {
  list-style: none;
  flex: 0 0 calc(100% / 6);
  box-sizing: border-box;
  border-right: 1px solid #000;
  border-bottom: 1px solid #fff
}

#contents.svelte-1n46o8q ul:where(.svelte-1n46o8q) li:where(.svelte-1n46o8q):last-child {
  border-right: none
}

#contents.svelte-1n46o8q ul:where(.svelte-1n46o8q) li:where(.svelte-1n46o8q):last-child .nav-link:where(.svelte-1n46o8q) {
  padding-top: 42px
}

#contents.svelte-1n46o8q ul:where(.svelte-1n46o8q) li:where(.svelte-1n46o8q) .nav-link:where(.svelte-1n46o8q) {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  border-bottom: 0px;
  background-color: #01021e
}

#contents.svelte-1n46o8q ul:where(.svelte-1n46o8q) li.current:where(.svelte-1n46o8q) {
  border-bottom: 0px !important
}

#contents.svelte-1n46o8q ul:where(.svelte-1n46o8q) li:where(.svelte-1n46o8q) .current:where(.svelte-1n46o8q) {
  background-color: #066976
}

#contents.svelte-1n46o8q ul:where(.svelte-1n46o8q) li:where(.svelte-1n46o8q) .nav-link:where(.svelte-1n46o8q):hover:not(.disabled) {
  background-color: #066976
}

#contents.svelte-1n46o8q ul:where(.svelte-1n46o8q) li:where(.svelte-1n46o8q) .nav-link.disabled:where(.svelte-1n46o8q) {
  background-color: #ccc !important;
  pointer-events: none;
  cursor: default
}

#contents.svelte-1n46o8q ul:where(.svelte-1n46o8q) li.future:where(.svelte-1n46o8q) {
  background-color: #ccc !important;
  color: #555
}

#contents.svelte-1n46o8q ul:where(.svelte-1n46o8q) li.future:where(.svelte-1n46o8q) .nav-link:where(.svelte-1n46o8q) {
  color: #555
}

.pt.svelte-1n46o8q {
  font-size: 14px;
  font-weight: 400
}

.cs.svelte-1n46o8q {
  font-size: 12px;
  font-weight: 400
}

h1.svelte-1n46o8q,
h2.svelte-1n46o8q,
p.svelte-1n46o8q {
  text-align: left
}

#intro.svelte-1n46o8q {
  background-color: #01021e;
  color: #fff;
  padding: 1rem 1rem 4rem
}

.intro_text.svelte-1n46o8q {
  max-width: 1200px;
  margin: 0 auto
}

.narrow.svelte-1n46o8q {
  max-width: 800px;
  margin: 50px auto
}

.narrow.more.svelte-1n46o8q {
  max-width: 750px;
  margin: 50px auto;
  text-align: left
}

.narrow.top.svelte-1n46o8q {
  margin: 50px auto 0
}

#section-title.svelte-1n46o8q {
  background-color: #066976
}

#section-title.svelte-1n46o8q h2:where(.svelte-1n46o8q) {
  max-width: 1200px;
  margin: 0 auto;
  color: #ff9e44;
  font-size: 40px;
  padding: 40px 0 40px 20px;
  line-height: 110%
}

p {
  text-align: left
}

@media(max-width:1000px) {
  #contents.svelte-1n46o8q ul:where(.svelte-1n46o8q) {
    flex-direction: column;
    border-bottom: 0px
  }

  #contents.svelte-1n46o8q ul:where(.svelte-1n46o8q) li:where(.svelte-1n46o8q) {
    text-align: left;
    padding-left: 0;
    width: 100%;
    border-bottom: 1px solid #fff
  }

  #col.svelte-1n46o8q {
    padding: 1rem .25rem
  }
}

@media(max-width:500px) {
  .narrow.svelte-1n46o8q {
    margin: 15px auto;
    padding: 0 10px
  }
}

@media(min-width:1250px) {
  .narrow.svelte-1n46o8q {
    max-width: 1200px
  }
}