article[data-astro-cid-s7ghnuzf] {
  color: var(--color-navy);
}

h1[data-astro-cid-s7ghnuzf] {
  font-weight: bold;
  text-align: center;
}

h2[data-astro-cid-s7ghnuzf] {
  position: relative;
  padding-top: 1rem;
  padding-left: 1rem;
  margin-top: 3em;
  margin-bottom: 2em;
}

h2[data-astro-cid-s7ghnuzf] span[data-astro-cid-s7ghnuzf] {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 4.6rem;
  font-weight: bold;
  color: var(--text-color-invert);
  background-color: var(--color-blue);
}

h2[data-astro-cid-s7ghnuzf]:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  content: "";
  background-color: var(--color-mist);
}

.marginPercent[data-astro-cid-s7ghnuzf] {
  font-weight: bold;
}

.margin[data-astro-cid-s7ghnuzf] {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 1.6rem;
}

.marginCol[data-astro-cid-s7ghnuzf] {
  display: flex;
  align-items: center;
}

.marginRightTop[data-astro-cid-s7ghnuzf] {
  display: flex;
  justify-content: center;
  padding-inline: 2rem;
  padding-bottom: 2rem;
}

.marginRightBottom[data-astro-cid-s7ghnuzf] {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
  border-top: 2px solid var(--color-navy);
}

.marginEqualSvg[data-astro-cid-s7ghnuzf] {
  width: 2rem;
  height: auto;
}

.marginMinusSvg[data-astro-cid-s7ghnuzf] {
  width: 2.4rem;
  height: auto;
}

.marginMinus[data-astro-cid-s7ghnuzf] {
  display: flex;
  align-items: center;
  justify-content: center;
}

.marginItem[data-astro-cid-s7ghnuzf] {
  position: relative;
  display: block;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}

.marginItem[data-astro-cid-s7ghnuzf]:before, .marginItem[data-astro-cid-s7ghnuzf]:after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 2rem;
  content: "";
  border-top: 2px solid var(--color-navy);
  border-bottom: 2px solid var(--color-navy);
}

.marginItem[data-astro-cid-s7ghnuzf]:before {
  left: 0;
  border-left: 2px solid var(--color-navy);
}

.marginItem[data-astro-cid-s7ghnuzf]:after {
  right: 0;
  border-right: 2px solid var(--color-navy);
}

.agreement[data-astro-cid-s7ghnuzf] {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .5rem;
}

.agreementEmpty[data-astro-cid-s7ghnuzf] {
  display: block;
  border: 1px solid #5f5f5f;
}

.agreementContent[data-astro-cid-s7ghnuzf] {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.875;
}

.os-theme-flow.os-scrollbar-horizontal {
  --os-size: .5rem;
  --os-padding-axis: 1.5rem;
  --os-track-border-radius: var(--radius-full);
  --os-track-bg: #e5e6ed;
  --os-handle-border-radius: var(--radius-full);
  --os-handle-bg: var(--color-blue);
  --os-handle-bg-hover: var(--color-blue);
  --os-handle-bg-active: var(--color-blue);
}

.table[data-astro-cid-s7ghnuzf] {
  border: 2px solid var(--color-navy);
}

table[data-astro-cid-s7ghnuzf] {
  width: 100%;
}

th[data-astro-cid-s7ghnuzf], td[data-astro-cid-s7ghnuzf] {
  vertical-align: middle;
  text-align: center;
}

th[data-astro-cid-s7ghnuzf]:not(:first-child), td[data-astro-cid-s7ghnuzf]:not(:first-child) {
  border-left: 2px solid var(--color-navy);
}

th[data-astro-cid-s7ghnuzf] {
  line-height: 1.5;
  background-color: #d2d3d8;
}

th[data-astro-cid-s7ghnuzf] em[data-astro-cid-s7ghnuzf] {
  display: block;
  font-weight: bold;
}

th[data-astro-cid-s7ghnuzf] span[data-astro-cid-s7ghnuzf] {
  display: block;
}

thead[data-astro-cid-s7ghnuzf] th[data-astro-cid-s7ghnuzf] {
  border-bottom-style: double;
  border-bottom-width: 6px;
}

tbody[data-astro-cid-s7ghnuzf] th[data-astro-cid-s7ghnuzf], tbody[data-astro-cid-s7ghnuzf] td[data-astro-cid-s7ghnuzf] {
  border-top: 2px solid var(--color-navy);
}

.careerLead[data-astro-cid-s7ghnuzf] {
  line-height: 1.875;
}

.careerContact[data-astro-cid-s7ghnuzf] {
  line-height: 1.5;
}

footer[data-astro-cid-s7ghnuzf] {
  color: var(--color-navy);
}

dl[data-astro-cid-s7ghnuzf] {
  display: grid;
  grid-template-columns: auto auto;
  gap: .8rem 1em;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  article[data-astro-cid-s7ghnuzf] {
    padding-top: 10rem;
    padding-bottom: 8rem;
    font-size: 1.8rem;
  }

  article[data-astro-cid-s7ghnuzf] > p[data-astro-cid-s7ghnuzf]:not([class]) {
    line-height: 1.5;
  }

  h1[data-astro-cid-s7ghnuzf] {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 2rem;
    margin-inline: auto;
    font-size: 3.6rem;
    border-bottom: .3rem solid var(--color-navy);
  }

  h2[data-astro-cid-s7ghnuzf] span[data-astro-cid-s7ghnuzf] {
    padding: .5em .6em;
    font-size: 2.2rem;
  }

  h2[data-astro-cid-s7ghnuzf] + p[data-astro-cid-s7ghnuzf], h2[data-astro-cid-s7ghnuzf] + div[data-astro-cid-s7ghnuzf] {
    margin-left: 4.8rem;
  }

  .marginPercent[data-astro-cid-s7ghnuzf] {
    font-size: 3.6rem;
  }

  .margin[data-astro-cid-s7ghnuzf] {
    font-size: 1.8rem;
  }

  .marginRightTop[data-astro-cid-s7ghnuzf] {
    gap: 3rem;
  }

  .agreementWrapper[data-astro-cid-s7ghnuzf] {
    margin-top: 1.6rem;
  }

  .agreement[data-astro-cid-s7ghnuzf] {
    font-size: 1.8rem;
  }

  .agreementSvg[data-astro-cid-s7ghnuzf] {
    width: 2rem;
    height: 2rem;
  }

  .agreementEmpty[data-astro-cid-s7ghnuzf] {
    width: 2rem;
    height: 2rem;
  }

  .agreementContent[data-astro-cid-s7ghnuzf] {
    display: table;
    font-size: 1.6rem;
  }

  .agreementContent[data-astro-cid-s7ghnuzf] p[data-astro-cid-s7ghnuzf] {
    display: table-row;
  }

  .agreementContent[data-astro-cid-s7ghnuzf] span[data-astro-cid-s7ghnuzf] {
    display: table-cell;
  }

  th[data-astro-cid-s7ghnuzf], td[data-astro-cid-s7ghnuzf] {
    font-size: 1.6rem;
  }

  th[data-astro-cid-s7ghnuzf] {
    padding: .5em 1em;
  }

  th[data-astro-cid-s7ghnuzf] em[data-astro-cid-s7ghnuzf] {
    font-size: 1.8rem;
  }

  .career[data-astro-cid-s7ghnuzf] {
    font-size: 1.8rem;
  }

  .careerLead[data-astro-cid-s7ghnuzf] {
    margin-bottom: 3rem;
  }

  .careerContact[data-astro-cid-s7ghnuzf] {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
  }

  footer[data-astro-cid-s7ghnuzf] {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }

  dl[data-astro-cid-s7ghnuzf] {
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  article[data-astro-cid-s7ghnuzf] {
    padding-top: 4rem;
    padding-bottom: 8rem;
    font-size: 1.6rem;
  }

  article[data-astro-cid-s7ghnuzf] > p[data-astro-cid-s7ghnuzf]:not([class]) {
    line-height: 1.875;
  }

  h1[data-astro-cid-s7ghnuzf] {
    position: relative;
    font-size: 2.6rem;
    line-height: 1.5;
  }

  h1[data-astro-cid-s7ghnuzf] span[data-astro-cid-s7ghnuzf] {
    display: block;
  }

  h1[data-astro-cid-s7ghnuzf]:after {
    position: absolute;
    bottom: -1rem;
    left: 50%;
    width: 15.6rem;
    height: .2rem;
    content: "";
    background-color: var(--color-navy);
    transform: translateX(-50%);
  }

  h2[data-astro-cid-s7ghnuzf] span[data-astro-cid-s7ghnuzf] {
    padding: .3em .4em;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .marginPercent[data-astro-cid-s7ghnuzf] {
    font-size: 3rem;
  }

  .marginWrapper[data-astro-cid-s7ghnuzf] {
    padding-inline: 1.5rem;
    padding-bottom: 2rem;
    margin-inline: -1.5rem;
    margin-top: 2rem;
  }

  .marginWrapper[data-astro-cid-s7ghnuzf]:not([data-overlayscrollbars]) {
    overflow-x: auto;
  }

  .margin[data-astro-cid-s7ghnuzf] {
    width: 82rem;
    font-size: 1.6rem;
  }

  .marginRightTop[data-astro-cid-s7ghnuzf] {
    gap: 1.6rem;
  }

  .agreementWrapper[data-astro-cid-s7ghnuzf] {
    margin-top: 2.4rem;
  }

  .agreement[data-astro-cid-s7ghnuzf] {
    font-size: 1.6rem;
  }

  .agreement[data-astro-cid-s7ghnuzf]:last-child {
    margin-top: 2rem;
  }

  .agreementSvg[data-astro-cid-s7ghnuzf] {
    width: 1.8rem;
    height: 1.8rem;
  }

  .agreementEmpty[data-astro-cid-s7ghnuzf] {
    width: 1.8rem;
    height: 1.8rem;
  }

  .agreementContent[data-astro-cid-s7ghnuzf] {
    font-size: 1.4rem;
  }

  .agreementContent[data-astro-cid-s7ghnuzf] p[data-astro-cid-s7ghnuzf] {
    line-height: 1.85;
  }

  .agreementContent[data-astro-cid-s7ghnuzf] p[data-astro-cid-s7ghnuzf] + p[data-astro-cid-s7ghnuzf] {
    margin-top: 1.2rem;
  }

  .agreementContent[data-astro-cid-s7ghnuzf] span[data-astro-cid-s7ghnuzf] {
    display: block;
  }

  .tableWrapper[data-astro-cid-s7ghnuzf] {
    padding-inline: 1.5rem;
    padding-bottom: 2rem;
    margin-inline: -1.5rem;
  }

  .tableWrapper[data-astro-cid-s7ghnuzf]:not([data-overlayscrollbars]) {
    overflow-x: auto;
  }

  .table[data-astro-cid-s7ghnuzf] {
    width: 66rem;
  }

  th[data-astro-cid-s7ghnuzf], td[data-astro-cid-s7ghnuzf] {
    font-size: 1.4rem;
  }

  th[data-astro-cid-s7ghnuzf] {
    padding-block: .3em;
  }

  th[data-astro-cid-s7ghnuzf] em[data-astro-cid-s7ghnuzf] {
    font-size: 1.6rem;
  }

  .career[data-astro-cid-s7ghnuzf] {
    font-size: 1.6rem;
  }

  .careerLead[data-astro-cid-s7ghnuzf] {
    margin-bottom: 2rem;
  }

  .careerContact[data-astro-cid-s7ghnuzf] {
    margin-top: 2.7rem;
  }

  .careerContact[data-astro-cid-s7ghnuzf] p[data-astro-cid-s7ghnuzf]:first-child {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
  }

  footer[data-astro-cid-s7ghnuzf] {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}
