/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

#canvas {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}

body {
  display: flex;
  margin: 0;
  overflow: visible;
}


h1 {
  font-size: 2em;
  margin: 0.67em 0;
  color: #222;
}

.heading {
  text-transform: capitalize;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

[type=button], [type=reset], [type=submit], button {
  appearance: button;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Consolidated box-sizing property */
*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  /* max-width: 100%; */
}

.border-box {
  box-sizing: border-box;
}

.section {
  border-top-style: solid;
  border-top-width: 1.5px;
  border-color: rgb(0, 0, 0);
}

header.home h1 span.name {
  top: 0;
}

.section h2 {
  top: -1rem;
}

:root {
  font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, helvetica, "helvetica neue", ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
}

dd, figcaption, header.home h1 span.name, li, p {
  font-weight: 300;
}

dt {
  font-weight: 700;
}

.card dd, .card dt, .lists .subsection-content ul li, .section h2, .subsection h3, .text .subsection-content p {
  line-height: 1.5;
}

dl, ol, ul {
  list-style-type: none;
}

.section, header.home {
  position: relative;
}

.section h2, header.home h1 span.name {
  position: absolute;
}

main {
  padding: 2rem;
}

ul {
  padding-left: 0;
}

.subsection .subsection-content {
  padding-left: 0rem;
}

.section h2 {
  padding-right: .5rem;
}

.section {
  padding-bottom: 2rem;
  padding-top: .5rem; /* Combined padding properties */
}

header.home h1 {
  padding-top: 6rem;
  padding-bottom: 2rem;
}

.section h2 {
  margin: 0;
}

dd {
  margin-left: 0;
}

.card:last-child {
  margin-bottom: 0;
}

.text .subsection-content p {
  margin-top: 0;
}

header  .section {
  margin-top: 8rem;
}

.lists .subsection-content ul, .subsection h3, header.home h1 {
  margin-top: 0;
  margin-bottom: 2; /* Specified unit for margin-bottom */
}

.card {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.subsection {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.section {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

h2, h3, h4, h5, h6 {
  text-transform: lowercase;
}

.card dd, .card dt, dd, dt, h1, h2, h3, h4, h5, h6, header.home h1 span.name, li, p {
  font-size: 1.25rem;
}

dd, dt, h1, h2, h3, h4, h5, h6, li, p {
  max-width: 30em;
}

.text .subsection-content p {
  max-width: 34em;
}

.sr-only {
  position: absolute;
  padding: 0;
  border-width: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.sr-only-focusable:focus {
  position: relative;
  width: auto;
  height: auto;
  clip: initial;
  margin: inherit;
  border: initial;
}

:root, a, header.home h1 span.name {
  color: #000;
}

h1 {
  color: #222;
}

.section h2, body {
  background: #fff;
}

dd, dt, h1, h2, h3, h4, h5, h6, header.home h1 span.name, li, p {
  letter-spacing: -.01em;
}

@media screen and (min-width: 768px) {
  .subsection {
    display: flex;
  }
  header.home h1 {
    max-width: 48rem;
  }
  main {
    padding: 4rem;
  }
  .subsection .subsection-content {
    padding-left: 0;
  }
  .section {
    padding-top: 1rem;
  }
  header.home h1 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .text .subsection-content p:last-child {
    margin-bottom: 0;
  }
  .card {
    margin-top: 0;
  }
  header  .section {
    margin-top: 4rem;
  }
  .cards .subsection-content dl {
    margin-top: 0;
    margin-bottom: 0;
  }
  .subsection .subsection-content, .subsection h3 {
    width: 50%;
  }
  .sr-only-ns {
    position: absolute;
    padding: 0;
    border-width: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
  }
  .sr-only-focusable-ns:focus {
    position: relative;
    width: auto;
    height: auto;
    clip: initial;
    margin: inherit;
    border: initial;
  }
}

@media screen and (min-width: 1024px) {
  .subsection:not(:first-child) {
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #a5a5a5;
  }
  .section {
    display: flex;
  }
  header.home h1 {
    max-width: 65rem;
  }
  .section h2 {
    position: relative;
  }
  .section h2 {
    padding-right: 0;
  }
  .subsection {
    padding-bottom: 2rem;
  }
  .subsection:not(:first-child) {
    padding-top: 2rem;
  }
  .subsection {
    margin-bottom: .25rem;
  }
  .subsection:not(:first-child) {
    margin-top: 0;
  }
  .subsection {
    margin-top: 1rem;
  }
  .section h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .card dd, .card dt, .card h4 {
    max-width: 34em;
  }
  .section h2 {
    width: 25%;
  }
  .section .section-content {
    width: 75%;
  }
  .subsection h3 {
    width: 33.3333333333%;
  }
  .subsection .subsection-content {
    width: 66.6666666667%;
  }
  .sr-only-l {
    position: absolute;
    padding: 0;
    border-width: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
  }
  .sr-only-focusable-l:focus {
    position: relative;
    width: auto;
    height: auto;
    clip: initial;
    margin: inherit;
    border: initial;
  }
  .section h2 {
    background: 0 0;
  }
  .lists .subsection-content ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem; /* Removed vendor prefix */
  }
  .lists .subsection-content ul > * {
    flex-basis: calc(50% - .5rem);
  }
  .section h2 {
    width: 25%;
  }
  .section .section-content {
    width: 75%;
  }
}

@media screen and (min-width: 1350px) {
  .section h2 {
    width: 20%;
  }
  .subsection h3 {
    width: 25%;
  }
  .subsection .subsection-content {
    width: 75%;
  }
  .section .section-content {
    width: 80%;
  }
  .sr-only-xl {
    position: absolute;
    padding: 0;
    border-width: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
  }
  .sr-only-focusable-xl:focus {
    position: relative;
    width: auto;
    height: auto;
    clip: initial;
    margin: inherit;
    border: initial;
  }
  .lists .subsection-content ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem; /* Removed vendor prefix */
  }
  .lists .subsection-content ul > * {
    flex-basis: calc(32% - .5rem);
  }
  .section h2 {
    width: 20%;
  }
  .subsection h3 {
    width: 25%;
  }
  .subsection .subsection-content {
    width: 75%;
  }
  .section .section-content {
    width: 80%;
  }
}

header.home h1 {
  font-size: 2rem;
  letter-spacing: -0.5px;
}

@media screen and (min-width: 768px) {
  header.home h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: -.0275em;
  }
}

@media screen and (min-width: 1024px) {
  header.home h1 {
    line-height: 3.5rem;
    font-size: 3.3rem;
  }
}

abbr {
  font-feature-settings: "c2sc";
}

abbr.normal {
  font-feature-settings: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased; /* Kept only necessary smoothing */
  }
}

a:focus, a:hover {
  background: #e3e3ff;
}

a:focus {
  outline-offset: .1em;
}

.section h2 {
  top: -.85em;
}

@media screen and (min-width: 1024px) {
  .section h2 {
    top: auto;
  }
}