:root { font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
body {
  margin: 0;
  line-height: 1;
  background-color: #000000;
  color: #ffffff;
}

* { box-sizing: border-box; }

.wrap {
  width: 100%;
  max-width: calc(100% - 300px); /* 100px left + 100px right */
  margin: 0 auto;
  padding: 80px 0;
}

/* responsive */
@media (max-width: 1200px) {
  .wrap { max-width: calc(100% - 200px); }
}
@media (max-width: 800px) {
  .wrap { max-width: calc(100% - 40px); }
}

/* tablets */
@media (max-width: 1200px) {
  .wrap {
    padding-left: 100px;
    padding-right: 100px;
  }
}

/* phones */
@media (max-width: 800px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}



header { border-bottom: 1px solid #e6e6e6; }

.brand { color: inherit; text-decoration: none; }
footer { border-top: 1px solid #e6e6e6; margin-top: 30px; }

div + div {
  margin-top: 10px;
}


.hover-underline-link {
    color: #FFFFFF;
    text-decoration: none;
}

.hover-underline-link:hover {
    text-decoration: underline;
}

h1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 64px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin: 2px 0;
}

h2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  margin: 2px 0;
}

h3 {
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  margin: 24px 0 12px;
}

h4 {
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  margin: 18px 0 10px;
}

h5 {
  font-family: "Times New Roman", Times, serif;
  font-size: 60px;
  font-weight: 700;
  color: #aaffff;
  text-align: center;
  margin: 28px 0;
}

h6 {
  font-family: "Times New Roman", Times, serif;
  font-size: 48px;
  font-weight: 700;
  color: #aaffff;
  text-align: center;
  margin: 26px 0;
}

h7 {
  font-family: "Times New Roman", Times, serif;
  font-size: 26px;
  font-weight: 600;
  color: #aaffff;
  margin: 24px 0 12px;
}

h8 {
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: 600;
  color: #aaffff;
  margin: 18px 0 10px;
}

h9 {
  font-family: "Times New Roman", Times, serif;
  font-size: 60px;
  font-weight: 700;
  color: #aaaaaa;
  text-align: center;
  margin: 28px 0;
}

h10 {
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: 700;
  color: #eeffff;
  text-align: left;
  margin: 26px 0;
}

h11 {
  font-family: "Times New Roman", Times, serif;
  font-size: 42px;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
  margin: 24px 0 12px;
}

h12 {
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: 600;
  color: #aaaaaa;
  margin: 18px 0 10px;
}



/* Compatibility: custom heading tags used in the HTML */
h7, h8, h9, h10, h11, h12 {
  display: block;
}

/* Expand/collapse sections - universal selector for numbered classes */
span[class^="expand-toggle"] {
  cursor: pointer;
  font-weight: bold;
  user-select: none;
}

div[class^="expand-hidden"] {
  display: none;
  margin-top: 12px;
}

span[class^="expand-triangle"] {
  margin-left: 6px;
}
