body {
  font-weight: 400;
  letter-spacing: 0; }

html {
  scroll-behavior: smooth; }

.policy {
  margin-top: 40px;
  margin-bottom: 50px;
  max-width: 800px; }

.policy h1 {
  font-size: 21px;
  font-weight: 700; }

.policy h2,
.policy h3 {
  font-size: 18px;
  border-left: 5px solid #e66d1c;
  padding-left: 10px;
  font-weight: 700;
  margin: 40px 0px 20px; }

.policy h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0; }

.policy p {
  font-size: 16px; }

.policy a {
  text-decoration: underline; }

.policy ul {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px; }

.policy li {
  padding-left: 1em; }

.header .links {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @supports (display: grid) {
    .header .links {
      display: grid;
      grid-template-rows: repeat(4, 1fr);
      grid-auto-flow: column;
      grid-auto-columns: -webkit-max-content;
      grid-auto-columns: max-content;
      -webkit-column-gap: 40px;
         -moz-column-gap: 40px;
              column-gap: 40px; } }
  @media (max-width: 543.98px) {
    .header .links {
      grid-template-columns: repeat(2, 50%);
      grid-auto-flow: column;
      -webkit-column-gap: 10px;
         -moz-column-gap: 10px;
              column-gap: 10px;
      grid-template-rows: repeat(7, auto); } }

@media (max-width: 543.98px) {
  .header .links.short {
    grid-template-rows: repeat(4, auto); }
    .header .links.short .space-maker {
      display: none; } }

.header .terms {
  grid-template-rows: repeat(6, 1fr); }
  @media (min-width: 769px) and (max-width: 991.98px) {
    .header .terms {
      grid-template-rows: repeat(9, auto); } }
  @media (min-width: 544px) and (max-width: 768.98px) {
    .header .terms {
      grid-template-rows: repeat(15, auto); }
      .header .terms a:nth-child(1),
      .header .terms a:nth-child(2),
      .header .terms a:nth-child(3),
      .header .terms div:nth-child(4),
      .header .terms a:nth-child(5) {
        grid-column: 1 / 3; } }
  @media (max-width: 543.98px) {
    .header .terms {
      grid-template-rows: repeat(15, auto); }
      .header .terms a:nth-child(1),
      .header .terms a:nth-child(2),
      .header .terms a:nth-child(3),
      .header .terms div:nth-child(4),
      .header .terms a:nth-child(5) {
        grid-column: 1 / 3; } }

.space-maker {
  grid-row: 4 / 7;
  height: 20px; }
  @media (min-width: 769px) and (max-width: 991.98px) {
    .space-maker {
      grid-row: 4 / 10; } }
  @media (min-width: 544px) and (max-width: 768.98px) {
    .space-maker {
      grid-row: initial; } }
  @media (max-width: 543.98px) {
    .space-maker {
      grid-row: initial; } }

.tos {
  grid-column: 2 / 5; }

.links a {
  margin-bottom: 10px; }

.links a.main-header {
  text-decoration: none;
  font-weight: 700; }

.list-header {
  margin-bottom: 0px;
  font-weight: 700; }

.status-list ul {
  margin-bottom: 0; }

.header-w-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header-w-link a {
  margin-left: 10px; }

/*# sourceMappingURL=policy.css.map*/