html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 16px; }

body { margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

audio:not([controls]) { display: none; height: 0; }

[hidden], template { display: none; }

a { background: transparent; }

a:active, a:hover { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

h1 { font-size: 2em; margin: 0.67em 0; }

mark { background: #ff0; color: #000; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 1em 40px; }

hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

pre { overflow: auto; }

code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }

button { overflow: visible; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

button[disabled], html input[disabled] { cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

input { line-height: normal; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; }

textarea { overflow: auto; }

optgroup { font-weight: bold; }

table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

audio, canvas, img, svg, video { vertical-align: middle; }

fieldset { border: 0; margin: 0; padding: 0; }

textarea { resize: vertical; }

body { background-color: white; color: #1a1a1a; font-family: "Fira Sans", "Helvetica Neue", "Helvetica", "Arial", "sans-serif"; }

*, *::after, *::before { box-sizing: border-box; }

input, button, textarea, select, option { font-family: "Fira Sans", "Helvetica Neue", "Helvetica", "Arial", "sans-serif"; }

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner { border: 0; padding: 0; margin: 0; }

input[type="search"] { box-sizing: border-box; }

input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; }

input[type="file"] { display: block; }

select[multiple], select[size] { height: auto; }

select optgroup { font-size: inherit; font-style: inherit; font-family: inherit; }

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { height: auto; }

hr { height: 0; border: 0; margin: 0; width: 100%; border-top: 1px solid gray; margin-bottom: 1em; }

a { color: #eb47b4; }
a:hover, a:focus { color: #f395d4; outline: 0; }
a:active { color: gray; outline: 0; }

pre { display: block; margin: 2em 0; padding: 1em; font-family: "Consolas", "Monaco", "Andale Mono", "monospace"; }
pre > code { background-color: transparent; padding: 0; border-radius: 0; }

code { background-color: #e3e3e3; padding: 0.25em 0.5em; }

@media print { *, *::before, *::after { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]::after { content: " (" attr(href) ")"; }
  abbr[title]::after { content: " (" attr(title) ")"; }
  a[href^="#"]::after, a[href^="javascript:"]::after { content: ''; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; } }
p, ul, ol, h1, h2, h3, h4, h5, h6, blockquote, table, dl, figure, pre { margin: 0 0 1em; }

li ol, li ul { margin-bottom: 0; }

body, h1, h2, h3, h4, h5, h6 { font-size: 1rem; line-height: 1.5em; }

h1 { font-size: 1.75rem; }

h2 { font-size: 1.5rem; margin-bottom: 1em; }

h3 { font-size: 1.5rem; margin-top: 0.5em; margin-bottom: 0.25em; }

h4 { font-size: 1.25rem; }

h5 { font-size: 1.25rem; }

h6 { font-size: 1rem; }

blockquote { border-left: 0.25em solid #e3e3e3; padding-left: 1.75em; }

/** ## Components: Container  The main site container. */
.container { margin: 1rem; }
@media screen and (min-width: 44rem) { .container { width: 36rem; margin: 6rem auto; } }

h1 { font-weight: 700; }

h1 a { color: black; text-decoration: none; }
