@charset "UTF-8"; h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {margin-bottom: 1.8rem;font-weight: 900;line-height: 1.3;color: var(--headings-color); } h1, .h1 {font-size: 2.4905rem; } h2, .h2 {font-size: 1.8rem; } h3, .h3 {font-size: 1.4rem; } h4, .h4 {font-size: 0.9rem; } h5, .h5 {font-size: 0.85rem; } h6, .h6 {font-size: 1rem; } .lead {font-size: 1.25rem;font-weight: 300; } .display-1 {font-size: 2.4905rem;font-weight: 900;line-height: 1.3; } .display-2 {font-size: 1.8rem;font-weight: 900;line-height: 1.3; } .display-3 {font-size: 1.4rem;font-weight: 900;line-height: 1.3; } .display-4 {font-size: 0.9rem;font-weight: 900;line-height: 1.3; } hr {margin-top: 1.8rem;margin-bottom: 1.8rem;border: 0;border-top: 1px solid var(--hr-border-color); } small, .small {font-size: 77.5%;font-weight: 400; } mark, .mark {padding: 0.2em;background-color: var(--mark-bg); } .list-unstyled {padding-left: 0;list-style: none; } .list-inline {padding-left: 0;list-style: none; } .list-inline-item {display: inline-block; } .list-inline-item:not(:last-child) {margin-right: 0.5rem; } .initialism {font-size: 90%;text-transform: uppercase; } .blockquote {margin-bottom: 1.8rem;font-size: 1.25rem; } .blockquote-footer {display: block;font-size: 77.5%;color: var(--blockquote-small-color); } .blockquote-footer::before {content: "— "; } h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {font-family: "Orbitron", sans-serif;font-optical-sizing: auto; } h1, .h1 {font-size: 1.6rem;margin-bottom: 2.1rem;text-align: center;text-transform: uppercase;color: var(--primary);background: linear-gradient(90deg, #009DFF 0%, #0067FF 52.4%, #00D7FF 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent; } h1 span, .h1 span {color: var(--white);-webkit-text-fill-color: var(--white); } @media (min-width: 768px) {h1, .h1 {font-size: 2.1rem;} } @media (min-width: 992px) {h1, .h1 {font-size: 2.4905rem;margin-bottom: 1.8rem;} } h2, .h2 {font-weight: 700;margin-bottom: 1rem;color: var(--primary); } 